Remove HAVE_POSIX_SIGNALS from config.h
authorSteve Singer <ssinger@ca.afilias.info>
Mon, 30 Jun 2014 12:37:54 +0000 (08:37 -0400)
committerSteve Singer <ssinger@ca.afilias.info>
Mon, 30 Jun 2014 12:53:07 +0000 (08:53 -0400)
Compiling slony against PG 9.4 gives compiler warnings because the
definition of HAVE_POSIX_SIGNALS has changed.  This is defined in pg_config
so we do not really need to redefine it in the config.h slony provides.

We leave the configure check in place to we just don't include it in
the header

config.h.in

index af6c286023bff52ff721e157ed0eefd73597a367..1ff3d54eb0715fed34de878b97223238df3a5aad 100644 (file)
@@ -64,7 +64,7 @@
 #undef HAVE_GETACTIVESNAPSHOT
 
 /* Set to 1 if we have POSIX signals */
-#undef HAVE_POSIX_SIGNALS
+/**#undef HAVE_POSIX_SIGNALS**/
 
 /* Set to 1 if we have PGPORT */
 #undef HAVE_PGPORT