comparison src/s/sunos4-1.h @ 7715:79342f44134d

(LIB_STANDARD): Add -u and -lansi options.
author Richard M. Stallman <rms@gnu.org>
date Sat, 28 May 1994 04:33:35 +0000
parents ec4ceae924cd
children a071be44cfae
comparison
equal deleted inserted replaced
7714:f90c3d5352e9 7715:79342f44134d
37 37
38 #if 0 /* Not necessary, since SYSTEM_MALLOC is defined in sunos4-0.h. */ 38 #if 0 /* Not necessary, since SYSTEM_MALLOC is defined in sunos4-0.h. */
39 /* Tell GNU malloc to compensate for a bug in localtime. */ 39 /* Tell GNU malloc to compensate for a bug in localtime. */
40 #define SUNOS_LOCALTIME_BUG 40 #define SUNOS_LOCALTIME_BUG
41 #endif 41 #endif
42
43 /* This is for compilation with acc. It works with -Xt but not with -Xs.
44 Note you will need to specify a -L option so that -lansi gets found.
45 The precise -L option you need depends on the compiler version
46 so we cannot specify it here. */
47 #ifndef __GNUC__
48 #ifdef __STDC__
49 #define LIB_STANDARD -u _fix_libc_ -lansi -lc
50 #endif
51 #endif