comparison src/s/sol2-4.h @ 149:538048ae2ab8 r20-3b1

Import from CVS: tag r20-3b1
author cvs
date Mon, 13 Aug 2007 09:36:16 +0200
parents 376386a54a3c
children 59463afc5666
comparison
equal deleted inserted replaced
148:f659db2a1f73 149:538048ae2ab8
15 #undef const 15 #undef const
16 #endif /* __GNUC__ */ 16 #endif /* __GNUC__ */
17 #endif /* 0 */ 17 #endif /* 0 */
18 18
19 #undef LD_SWITCH_SYSTEM 19 #undef LD_SWITCH_SYSTEM
20 #undef C_SWITCH_SYSTEM
21
22 #if 0 /* mrb */
23 #undef LD_SWITCH_SYSTEM
20 #ifndef __GNUC__ 24 #ifndef __GNUC__
21 #define LD_SWITCH_SYSTEM -L /usr/ccs/lib LD_SWITCH_X_SITE_AUX -R /usr/openwin/lib -L /usr/openwin/lib -R /usr/dt/lib -L /usr/dt/lib 25 #define LD_SWITCH_SYSTEM -L /usr/ccs/lib LD_SWITCH_X_SITE_AUX -R /usr/openwin/lib -L /usr/openwin/lib -R /usr/dt/lib -L /usr/dt/lib
22 #else /* GCC */ 26 #else /* GCC */
23 /* We use ./prefix-args because we don't know whether LD_SWITCH_X_SITE_AUX 27 /* We use ./prefix-args because we don't know whether LD_SWITCH_X_SITE_AUX
24 has anything in it. It can be empty. 28 has anything in it. It can be empty.
28 #endif /* GCC */ 32 #endif /* GCC */
29 33
30 /* Gregory Neil Shapiro <gshapiro@hhmi.org> reports the Motif header files 34 /* Gregory Neil Shapiro <gshapiro@hhmi.org> reports the Motif header files
31 are in this directory on Solaris 2.4. */ 35 are in this directory on Solaris 2.4. */
32 #define C_SWITCH_X_SYSTEM -I/usr/dt/include 36 #define C_SWITCH_X_SYSTEM -I/usr/dt/include
37 #endif
33 38
34 /* XEmacs addition: Raymond Toy says XEmacs completely misses SIGCHLD 39 /* XEmacs addition: Raymond Toy says XEmacs completely misses SIGCHLD
35 when compiled with GCC 2.7.0 (but not, apparently, with SunPro C?), 40 when compiled with GCC 2.7.0 (but not, apparently, with SunPro C?),
36 X11R6, and Solaris 2.4. 41 X11R6, and Solaris 2.4.
37 42