]> git.sur5r.net Git - bacula/bacula/commitdiff
Don't define HAVE_POSTGRESQL twice
authorKern Sibbald <kern@sibbald.com>
Sun, 30 Oct 2011 10:18:33 +0000 (11:18 +0100)
committerKern Sibbald <kern@sibbald.com>
Sun, 30 Oct 2011 10:18:33 +0000 (11:18 +0100)
bacula/autoconf/config.h.in

index 7ba6b8426bf57bad2fc2c0fc28812b927fa5c8b6..a8a53ba07f022883787804106a96bde91b563179 100644 (file)
 /* 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
 
 /* 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. */