aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-28 19:27:47 +0000
committerRichard M. Stallman1994-04-28 19:27:47 +0000
commita1300baaf8c3bdf5ba485439ab604678cd04210f (patch)
tree7529e598828c217507aa393b87122e7abbd641bb /src
parent748a0e1f83055010e458ca6055e74a4bd7e0d0ea (diff)
downloademacs-a1300baaf8c3bdf5ba485439ab604678cd04210f.tar.gz
emacs-a1300baaf8c3bdf5ba485439ab604678cd04210f.zip
(LIBS_SYSTEM): #if 0'd.
Diffstat (limited to 'src')
-rw-r--r--src/s/sunos4-1.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/s/sunos4-1.h b/src/s/sunos4-1.h
index cb1cf115c6c..241024249a8 100644
--- a/src/s/sunos4-1.h
+++ b/src/s/sunos4-1.h
@@ -14,6 +14,11 @@
14/* Cause the compilation of oldxmenu to use the right -I option. */ 14/* Cause the compilation of oldxmenu to use the right -I option. */
15#define OLDXMENU_OPTIONS CFLAGS=C_SWITCH_SYSTEM 15#define OLDXMENU_OPTIONS CFLAGS=C_SWITCH_SYSTEM
16 16
17#if 0 /* This isn't right. Apparently some sites do have -lresolv
18 but don't use that. On those systems, the code below loses.
19 There's no way to win automatically unless someone
20 figures out a way of determining automatically which way is right
21 on any given system. */
17/* Some systems do not run the Network Information Service, but have 22/* Some systems do not run the Network Information Service, but have
18 modified the shared C library to include resolver support without 23 modified the shared C library to include resolver support without
19 also changing the C archive library (/usr/lib/libc.a). If we 24 also changing the C archive library (/usr/lib/libc.a). If we
@@ -28,6 +33,7 @@
28#define LIBS_SYSTEM -lresolv 33#define LIBS_SYSTEM -lresolv
29#endif 34#endif
30/* #endif */ 35/* #endif */
36#endif
31 37
32#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. */
33/* Tell GNU malloc to compensate for a bug in localtime. */ 39/* Tell GNU malloc to compensate for a bug in localtime. */