From f2d1464a38e31b63444e1fd0f5ad98c4d0f8cb2a Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 30 Oct 2011 11:18:33 +0100 Subject: [PATCH] Don't define HAVE_POSTGRESQL twice --- 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 7ba6b8426b..a8a53ba07f 100644 --- a/bacula/autoconf/config.h.in +++ b/bacula/autoconf/config.h.in @@ -635,9 +635,6 @@ /* Define if your printf() function supports format strings with positions. */ #undef HAVE_POSIX_PRINTF -/* Set if you have an PostgreSQL Database */ -#undef HAVE_POSTGRESQL - /* Set if PostgreSQL DB batch insert code enabled */ #undef HAVE_POSTGRESQL_BATCH_FILE_INSERT @@ -1040,9 +1037,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