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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user