]> git.eshelyaron.com Git - emacs.git/commitdiff
* s/sunos4-1.h (LIBS_SYSTEM): Don't link against -lresolv; that's
authorJim Blandy <jimb@redhat.com>
Sun, 4 Jul 1993 20:01:21 +0000 (20:01 +0000)
committerJim Blandy <jimb@redhat.com>
Sun, 4 Jul 1993 20:01:21 +0000 (20:01 +0000)
only needed for some broken systems.

src/s/sunos4-1.h

index e62ea220382889ba19d3e379b9b023b12492527e..d110d7466ad566daa324ca8dd8262cf9c2541290 100644 (file)
@@ -14,6 +14,9 @@
 /* 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
+/* Some systems do not run the Network Information Service, but have
+   modified the shared C library to include resolver support without
+   also changing the C archive library (/usr/lib/libc.a).  To deal
+   with this, you may need to link with the resolver library; to do
+   that, uncomment the following line.  */
+/* #define LIBS_SYSTEM -lresolv */