]> git.eshelyaron.com Git - emacs.git/commitdiff
* s/sunos4-1.h (LIBS_SYSTEM): Make this be -lresolv, so we get the
authorJim Blandy <jimb@redhat.com>
Sat, 3 Jul 1993 21:11:51 +0000 (21:11 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 3 Jul 1993 21:11:51 +0000 (21:11 +0000)
versions of gethostbyname and such that use the DNS.

src/s/sunos4-1.h

index 61885d747c652e4f7a2cd9909c8380612d721722..e62ea220382889ba19d3e379b9b023b12492527e 100644 (file)
@@ -13,3 +13,7 @@
 
 /* Cause the compilation of oldxmenu to use the right -I option.  */
 #define OLDXMENU_OPTIONS CFLAGS=C_SWITCH_SYSTEM
+
+/* Ethan Bradford <ethanb@kepler.astro.washington.edu> says this allows
+   open-network-stream to find remote hosts.  */
+#define LIBS_SYSTEM -lresolv