/* 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. */