diff options
| author | Bruce Momjian | 2007-01-28 01:12:05 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2007-01-28 01:12:05 +0000 |
| commit | 82480fc2542fc92bdbc917060b0d578120e9997d (patch) | |
| tree | 134525a3b173b03ae93ac8b95c3bf07e27d3ae7c /src/include | |
| parent | 3ec7ae1b67da4e9094eaad5781e0f39ecc395546 (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.in | 3 |
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 |
