aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1993-07-04 20:01:21 +0000
committerJim Blandy1993-07-04 20:01:21 +0000
commit8b7c3e3a5abcc574b0e347df7604f503b44e9931 (patch)
tree8be72b7c963cfcb485ac83c115a109cfd0de693d /src
parentc7cba9cb35840fafba1b4b606398ae20c4166568 (diff)
downloademacs-8b7c3e3a5abcc574b0e347df7604f503b44e9931.tar.gz
emacs-8b7c3e3a5abcc574b0e347df7604f503b44e9931.zip
* s/sunos4-1.h (LIBS_SYSTEM): Don't link against -lresolv; that's
only needed for some broken systems.
Diffstat (limited to 'src')
-rw-r--r--src/s/sunos4-1.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/s/sunos4-1.h b/src/s/sunos4-1.h
index e62ea220382..d110d7466ad 100644
--- a/src/s/sunos4-1.h
+++ b/src/s/sunos4-1.h
@@ -14,6 +14,9 @@
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/* Ethan Bradford <ethanb@kepler.astro.washington.edu> says this allows 17/* Some systems do not run the Network Information Service, but have
18 open-network-stream to find remote hosts. */ 18 modified the shared C library to include resolver support without
19#define LIBS_SYSTEM -lresolv 19 also changing the C archive library (/usr/lib/libc.a). To deal
20 with this, you may need to link with the resolver library; to do
21 that, uncomment the following line. */
22/* #define LIBS_SYSTEM -lresolv */