From: Marc G. Fournier Date: Sun, 9 Feb 1997 03:36:08 +0000 (+0000) Subject: Remove NO_{SIGPROCMASK,SETSID,WAITPID} from nextstep port, since they X-Git-Tag: REL6_1~572 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d557375d6132c12c1282173b8a2bebd093a51bae;p=thirdparty%2Fpostgresql.git Remove NO_{SIGPROCMASK,SETSID,WAITPID} from nextstep port, since they aren't doing anything anyway --- 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