comparison src/s/netbsd.h @ 31524:3935d834ff04

s/netbsd.h: NO_C_SOURCE->NOT_C_CODE
author Ken Raeburn <raeburn@raeburn.org>
date Sun, 10 Sep 2000 01:12:09 +0000
parents 9a247156dd7e
children 76076c5b2009
comparison
equal deleted inserted replaced
31523:8e99da3fa239 31524:3935d834ff04
92 92
93 /* Greg A. Woods <woods@weird.com> says we must include signal.h 93 /* Greg A. Woods <woods@weird.com> says we must include signal.h
94 before syssignal.h is included, to work around interface conflicts 94 before syssignal.h is included, to work around interface conflicts
95 that are handled with CPP __RENAME() macro in signal.h. */ 95 that are handled with CPP __RENAME() macro in signal.h. */
96 96
97 #ifndef NO_C_SOURCE 97 #ifndef NOT_C_CODE
98 #include <signal.h> 98 #include <signal.h>
99 #endif 99 #endif
100 100
101 /* Don't close pty in process.c to make it as controlling terminal. 101 /* Don't close pty in process.c to make it as controlling terminal.
102 It is already a controlling terminal of subprocess, because we did 102 It is already a controlling terminal of subprocess, because we did