# HG changeset patch # User Jim Blandy # Date 741733911 0 # Node ID e6f0cff88f0600ba228d4fef78fe6539d863f424 # Parent 42932adb70748f5993ffb5853bd8d686ce1a842c * s/sunos4-1.h (LIBS_SYSTEM): Make this be -lresolv, so we get the versions of gethostbyname and such that use the DNS. diff -r 42932adb7074 -r e6f0cff88f06 src/s/sunos4-1.h --- 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 says this allows + open-network-stream to find remote hosts. */ +#define LIBS_SYSTEM -lresolv