From b0c221f4fe6a1f330563d2dad1389327eba20d08 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 20 Dec 2015 10:52:25 +0100 Subject: [PATCH] Tweak remove duplicate #defines in config.h --- bacula/autoconf/config.h.in | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/bacula/autoconf/config.h.in b/bacula/autoconf/config.h.in index 5cc08b80ad..0aca2b77b9 100644 --- a/bacula/autoconf/config.h.in +++ b/bacula/autoconf/config.h.in @@ -116,9 +116,6 @@ /* Define if you have lzo lib */ #undef HAVE_LZO -/* Define if you have libacl */ -#undef HAVE_ACL - /* General libs */ #undef LIBS @@ -622,9 +619,6 @@ /* 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 header file. */ #undef HAVE_MALLOC_H @@ -1099,9 +1093,9 @@ /* 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 do not work properly. */ -- 2.39.5