summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBruce Momjian2007-01-28 01:12:05 +0000
committerBruce Momjian2007-01-28 01:12:05 +0000
commit82480fc2542fc92bdbc917060b0d578120e9997d (patch)
tree134525a3b173b03ae93ac8b95c3bf07e27d3ae7c /src/include
parent3ec7ae1b67da4e9094eaad5781e0f39ecc395546 (diff)
Use sys_siglist[] to print out signal names for signal exits, rather
than just numbers.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/pg_config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in
index a8e8014b8a6..52a11c09b27 100644
--- a/src/include/pg_config.h.in
+++ b/src/include/pg_config.h.in
@@ -478,6 +478,9 @@
/* 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