aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-02-09 03:36:08 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-02-09 03:36:08 +0000
commitd557375d6132c12c1282173b8a2bebd093a51bae (patch)
tree082a4e7a07755e2eaeabc969c513daea4274d53c
parent171e0c27e477ff1e6cd9d50ce9751c3c0044b380 (diff)
downloadpostgresql-d557375d6132c12c1282173b8a2bebd093a51bae.tar.gz
postgresql-d557375d6132c12c1282173b8a2bebd093a51bae.zip
Remove NO_{SIGPROCMASK,SETSID,WAITPID} from nextstep port, since they
aren't doing anything anyway
-rw-r--r--src/include/config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in
index 0c4553a8a82..839a6fb2cd5 100644
--- a/src/include/config.h.in
+++ b/src/include/config.h.in
@@ -193,9 +193,6 @@
# define SIG_BLOCK 00
# define SIG_UNBLOCK 01
# define SIG_SETMASK 02
-# define NO_SIGACTION
-# define NO_SETSID
-# define NO_SIGPROCMASK
# define NEED_SIG_JMP
# endif