]> granicus.if.org Git - postgresql/commitdiff
Remove NO_{SIGPROCMASK,SETSID,WAITPID} from nextstep port, since they
authorMarc G. Fournier <scrappy@hub.org>
Sun, 9 Feb 1997 03:36:08 +0000 (03:36 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sun, 9 Feb 1997 03:36:08 +0000 (03:36 +0000)
aren't doing anything anyway

src/include/config.h.in

index 0c4553a8a82071a07da6bae8a3332167b777ca21..839a6fb2cd5320c54c91e912961c47856fa14efc 100644 (file)
 #  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