aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 */