aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1993-07-03 21:11:51 +0000
committerJim Blandy <[email protected]>1993-07-03 21:11:51 +0000
commit939acc46c7c3ff0e741bc67f0506d4433fe36be2 (patch)
treeff94db96540a3153c1a833848c332e91e0b59269 /src
parent12bcd3b6da0bff6893549ed528501d45f15c6593 (diff)
* s/sunos4-1.h (LIBS_SYSTEM): Make this be -lresolv, so we get the
versions of gethostbyname and such that use the DNS.
Diffstat (limited to 'src')
-rw-r--r--src/s/sunos4-1.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/sunos4-1.h b/src/s/sunos4-1.h
index 61885d747c..e62ea22038 100644
--- a/src/s/sunos4-1.h
+++ b/src/s/sunos4-1.h
@@ -13,3 +13,7 @@
/* Cause the compilation of oldxmenu to use the right -I option. */
#define OLDXMENU_OPTIONS CFLAGS=C_SWITCH_SYSTEM
+
+/* Ethan Bradford <[email protected]> says this allows
+ open-network-stream to find remote hosts. */
+#define LIBS_SYSTEM -lresolv