comparison src/s/decosf1-2.h @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 376386a54a3c
children 85ec50267440
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
14 14
15 /* Define _BSD to tell the include files we're running under 15 /* Define _BSD to tell the include files we're running under
16 the BSD universe and not the SYSV universe. */ 16 the BSD universe and not the SYSV universe. */
17 17
18 #ifdef __GNUC__ 18 #ifdef __GNUC__
19 # define C_SWITCH_SYSTEM -D_BSD 19 #define C_SWITCH_SYSTEM "-D_BSD"
20 #else 20 #else
21 # define C_SWITCH_SYSTEM -std -D_BSD 21 #define C_SWITCH_SYSTEM "-std -D_BSD"
22 #endif 22 #endif
23 #define LIBS_SYSTEM -lbsd 23 #define LIBS_SYSTEM "-lbsd"
24 #define SYSTEM_MALLOC 24 #define SYSTEM_MALLOC
25 #define GETPGRP_NO_ARG 25 #define GETPGRP_NO_ARG
26 26
27 /* This to get rid of the -X that ymakefile inserts */ 27 /* This to get rid of the -X that ymakefile inserts */
28 #undef LD_SWITCH_SYSTEM 28 #undef LD_SWITCH_SYSTEM