]> git.sur5r.net Git - bacula/bacula/commitdiff
Update config.h.in for LZO flags
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 28 Jun 2011 13:43:43 +0000 (15:43 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:49:03 +0000 (14:49 +0200)
bacula/autoconf/config.h.in

index 8f662a198cb0f7e8b9b116c07e0fcd942d36d37b..a3cd88fa6966e0e3b00588f45710affdae6939ea 100644 (file)
 /* Define if you have zlib */
 #undef HAVE_LIBZ
 
+/* Define if you have lzo lib */
+#undef HAVE_LZO
+
+/* Define to 1 if you have the <lzo/lzo1x.h> header file. */
+#undef HAVE_LZO_LZO1X_H
+
+/* Define to 1 if you have the <lzo/lzoconf.h> header file. */
+#undef HAVE_LZO_LZOCONF_H
+
 /* Define if you have libacl */
 #undef HAVE_ACL