comparison src/s/hpux9.h @ 9905:1065c769cf32

(C_SWITCH_SYSTEM) [__GNUC__]: Set -D_BSD to get the correct definitions from sys/wait.h.
author Richard M. Stallman <rms@gnu.org>
date Sun, 13 Nov 1994 21:27:30 +0000
parents 7a28aad7658f
children defbf55d87e2
comparison
equal deleted inserted replaced
9904:031eb10a9346 9905:1065c769cf32
14 #endif 14 #endif
15 15
16 #ifndef __GNUC__ 16 #ifndef __GNUC__
17 /* Make room for enough symbols, so dispnew.c does not fail. */ 17 /* Make room for enough symbols, so dispnew.c does not fail. */
18 #define C_SWITCH_SYSTEM -Wp,-H200000 -D_BSD 18 #define C_SWITCH_SYSTEM -Wp,-H200000 -D_BSD
19 #else
20 #define C_SWITCH_SYSTEM -D_BSD
19 #endif 21 #endif
20 22
21 #if 0 /* These definitions run into a bug in hpux 23 #if 0 /* These definitions run into a bug in hpux
22 whereby trying to disable the vdsusp character has no effect. 24 whereby trying to disable the vdsusp character has no effect.
23 supposedly there is no particular need for this. */ 25 supposedly there is no particular need for this. */