Mercurial > emacs
changeset 3968:e6f0cff88f06
* s/sunos4-1.h (LIBS_SYSTEM): Make this be -lresolv, so we get the
versions of gethostbyname and such that use the DNS.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sat, 03 Jul 1993 21:11:51 +0000 |
parents | 42932adb7074 |
children | 6851e4266920 |
files | src/s/sunos4-1.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/sunos4-1.h Sat Jul 03 19:12:35 1993 +0000 +++ b/src/s/sunos4-1.h Sat Jul 03 21:11:51 1993 +0000 @@ -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