1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Changes to configure/config.h.in to check for:

sigprocmask, setsid and waitpid

Especially for nextstep systems

Awaiting for a context diff from Gregor to complete changes for the nextstep
port
This commit is contained in:
Marc G. Fournier
1997-02-09 03:33:38 +00:00
parent ad6bfe67bd
commit 171e0c27e4
3 changed files with 83 additions and 18 deletions

View File

@@ -71,6 +71,15 @@
/* Set to 1 if you have getrusage() */
#undef HAVE_GETRUSAGE
/* Set to 1 if you have waitpid() */
#undef HAVE_WAITPID
/* Set to 1 if you have setsid() */
#undef HAVE_SETSID
/* Set to 1 if you have sigprocmask() */
#undef HAVE_SIGPROCMASK
/* Set to 1 if you have libreadline.a */
#undef HAVE_LIBREADLINE