]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak remove duplicate #defines in config.h
authorKern Sibbald <kern@sibbald.com>
Sun, 20 Dec 2015 09:52:25 +0000 (10:52 +0100)
committerKern Sibbald <kern@sibbald.com>
Sun, 20 Dec 2015 09:52:25 +0000 (10:52 +0100)
bacula/autoconf/config.h.in

index 5cc08b80ad36b1e6443261d6ec95cbded34fb467..0aca2b77b9bea350a70b35a3bc99dc631653a25e 100644 (file)
 /* Define if you have lzo lib */
 #undef HAVE_LZO
 
-/* Define if you have libacl */
-#undef HAVE_ACL
-
 /* General libs */
 #undef LIBS
 
 /* Define to 1 if you have the `lstat' function. */
 #undef HAVE_LSTAT
 
-/* Define to 1 if you have LZO compression */
-#undef HAVE_LZO
-
 /* Define to 1 if you have the <malloc.h> header file. */
 #undef HAVE_MALLOC_H
 
 /* 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. */