summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2007-01-28 03:50:34 +0000
committerBruce Momjian <bruce@momjian.us>2007-01-28 03:50:34 +0000
commit91ed399517b025ff672d57599a6155350cd84a89 (patch)
tree420786ef6ee78e445d96ee572069ac6ea73d93a5 /src/include
parent9bf559dee3b84e0ed3ab26c0b133fb2035c9312d (diff)
downloadpostgresql-91ed399517b025ff672d57599a6155350cd84a89.tar.gz
Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather than
create our own.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/pg_config.h.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in
index 52a11c09b2..8d48c9cbc7 100644
--- a/src/include/pg_config.h.in
+++ b/src/include/pg_config.h.in
@@ -91,6 +91,10 @@
don't. */
#undef HAVE_DECL_STRLCPY
+/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
+ don't. */
+#undef HAVE_DECL_SYS_SIGLIST
+
/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
don't. */
#undef HAVE_DECL_VSNPRINTF
@@ -478,9 +482,6 @@
/* Define to 1 if you have the <sys/shm.h> header file. */
#undef HAVE_SYS_SHM_H
-/* Define to 1 if you have the global variable 'char *sys_siglist[]'. */
-#undef HAVE_SYS_SIGLIST
-
/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H