]> git.sur5r.net Git - bacula/bacula/commitdiff
Remove double define HAVE_LZO in config.h
authorKern Sibbald <kern@sibbald.com>
Sun, 2 Jul 2017 07:46:59 +0000 (09:46 +0200)
committerKern Sibbald <kern@sibbald.com>
Sun, 2 Jul 2017 07:46:59 +0000 (09:46 +0200)
bacula/autoconf/config.h.in

index 60cbb30e4560112fe5d05d844cea5c40e337d67c..d1a725025e4b56ac44baf4fa43bccfa779e65fdd 100644 (file)
 /* Define if you have zlib */
 #undef HAVE_LIBZ
 
-/* Define if you have lzo lib */
-#undef HAVE_LZO
-
 /* Define if you have libacl */
 #undef HAVE_ACL
 
 /* If using the C implementation of alloca, define if you know the
    direction of stack growth for your system; otherwise it will be
    automatically deduced at runtime.
-       STACK_DIRECTION > 0 => grows toward higher addresses
-       STACK_DIRECTION < 0 => grows toward lower addresses
-       STACK_DIRECTION = 0 => direction of growth unknown */
+        STACK_DIRECTION > 0 => grows toward higher addresses
+        STACK_DIRECTION < 0 => grows toward lower addresses
+        STACK_DIRECTION = 0 => direction of growth unknown */
 #undef STACK_DIRECTION
 
 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */