comparison src/s/isc3-0.h @ 3637:6ac165163a9b

* s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value inherited from usg5-3.h; ISC doesn't have libX11_s. (LIBX11_SYSTEM): Link against the static -lc, not -lc_s.
author Jim Blandy <jimb@redhat.com>
date Fri, 11 Jun 1993 06:49:23 +0000
parents 77fd17ffc0d6
children 5de0e54e03ab
comparison
equal deleted inserted replaced
3636:77fd17ffc0d6 3637:6ac165163a9b
14 14
15 /* People say that using -traditional causes lossage with `const', 15 /* People say that using -traditional causes lossage with `const',
16 so we might as well try getting rid of -traditional. */ 16 so we might as well try getting rid of -traditional. */
17 #undef C_SWITCH_SYSTEM 17 #undef C_SWITCH_SYSTEM
18 18
19 /* Martin Tomes <mt00@controls.eurotherm.co.uk> says that ISC has no 19 /* We indirectly #include s/usg5-3.h, which says to use libX11_s and
20 libX11_s, as specified in s/usg5-3.h. */ 20 libc_s. Martin Tomes <mt00@controls.eurotherm.co.uk> says that ISC
21 has no libX11_s, and that linking with libc_s causes sbrk not to work. */
21 #undef LIB_X11_LIB 22 #undef LIB_X11_LIB
22 23 #undef LIBX11_SYSTEM
24 #define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc