comparison src/s/sol2-4.h @ 11849:8d6752fefce7

Undo previous change.
author Karl Heuer <kwzh@gnu.org>
date Thu, 18 May 1995 20:11:14 +0000
parents 2866cf1e7c36
children e45a4d0aae48
comparison
equal deleted inserted replaced
11848:1a50b9d542ce 11849:8d6752fefce7
18 #undef const 18 #undef const
19 #endif /* __GNUC__ */ 19 #endif /* __GNUC__ */
20 20
21 /* David Miller <davem@caip.rutgers.edu> says vfork fails on 2.4. */ 21 /* David Miller <davem@caip.rutgers.edu> says vfork fails on 2.4. */
22 #undef HAVE_VFORK 22 #undef HAVE_VFORK
23
24 #ifndef __GNUC__
25 #define LD_SWITCH_SYSTEM -L /usr/ccs/lib LD_SWITCH_X_SITE_AUX -R /usr/dt/lib
26 #else /* GCC */
27 /* We use ./prefix-args because we don't know whether LD_SWITCH_X_SITE_AUX
28 has anything in it. It can be empty.
29 This works ok in src. Luckily lib-src does not use LD_SWITCH_SYSTEM. */
30 #define LD_SWITCH_SYSTEM -L /usr/ccs/lib \
31 `./prefix-args -Xlinker LD_SWITCH_X_SITE_AUX` -R /usr/dt/lib
32 #endif /* GCC */