Mercurial > emacs
changeset 3983:0c928e4c5304
* s/sunos4-1.h (LIBS_SYSTEM): Don't link against -lresolv; that's
only needed for some broken systems.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sun, 04 Jul 1993 20:01:21 +0000 |
parents | e50f7b531c7f |
children | 67e1b1075322 |
files | src/s/sunos4-1.h |
diffstat | 1 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/sunos4-1.h Sun Jul 04 18:55:54 1993 +0000 +++ b/src/s/sunos4-1.h Sun Jul 04 20:01:21 1993 +0000 @@ -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 */