From: Jim Blandy Date: Sat, 3 Jul 1993 21:11:51 +0000 (+0000) Subject: * s/sunos4-1.h (LIBS_SYSTEM): Make this be -lresolv, so we get the X-Git-Tag: emacs-19.34~11883 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=939acc46c7c3ff0e741bc67f0506d4433fe36be2;p=emacs.git * s/sunos4-1.h (LIBS_SYSTEM): Make this be -lresolv, so we get the versions of gethostbyname and such that use the DNS. --- diff --git a/src/s/sunos4-1.h b/src/s/sunos4-1.h index 61885d747c6..e62ea220382 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 says this allows + open-network-stream to find remote hosts. */ +#define LIBS_SYSTEM -lresolv