Search for lzo/lzo1x.h, lzo2/lzo1x.h and lzo1x.h.
[tinc] / src / tincd.c
index 7619af5..b6a24da 100644 (file)
 #include <openssl/evp.h>
 #include <openssl/engine.h>
 
 #include <openssl/evp.h>
 #include <openssl/engine.h>
 
-#ifdef HAVE_LZO_LZO1X_H
-#include <lzo/lzo1x.h>
-#endif
-#ifdef HAVE_LZO1X_H
-#include <lzo1x.h>
-#endif
+#include LZO1X_H
 
 #include <getopt.h>
 #include "pidfile.h"
 
 #include <getopt.h>
 #include "pidfile.h"