From 939acc46c7c3ff0e741bc67f0506d4433fe36be2 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 3 Jul 1993 21:11:51 +0000 Subject: [PATCH] * s/sunos4-1.h (LIBS_SYSTEM): Make this be -lresolv, so we get the versions of gethostbyname and such that use the DNS. --- src/s/sunos4-1.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.5