From 2cfe76197d28801a54e86981bda4f4af0e6b37c5 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 2 Jul 2017 09:46:59 +0200 Subject: [PATCH] Remove double define HAVE_LZO in config.h --- bacula/autoconf/config.h.in | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/bacula/autoconf/config.h.in b/bacula/autoconf/config.h.in index 60cbb30e45..d1a725025e 100644 --- a/bacula/autoconf/config.h.in +++ b/bacula/autoconf/config.h.in @@ -113,9 +113,6 @@ /* 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 @@ -1136,9 +1133,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