diff options
| author | Jim Blandy | 1993-07-03 21:11:51 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-07-03 21:11:51 +0000 |
| commit | 939acc46c7c3ff0e741bc67f0506d4433fe36be2 (patch) | |
| tree | ff94db96540a3153c1a833848c332e91e0b59269 | |
| parent | 12bcd3b6da0bff6893549ed528501d45f15c6593 (diff) | |
| download | emacs-939acc46c7c3ff0e741bc67f0506d4433fe36be2.tar.gz emacs-939acc46c7c3ff0e741bc67f0506d4433fe36be2.zip | |
* s/sunos4-1.h (LIBS_SYSTEM): Make this be -lresolv, so we get the
versions of gethostbyname and such that use the DNS.
| -rw-r--r-- | src/s/sunos4-1.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ | |||
| 13 | 13 | ||
| 14 | /* Cause the compilation of oldxmenu to use the right -I option. */ | 14 | /* Cause the compilation of oldxmenu to use the right -I option. */ |
| 15 | #define OLDXMENU_OPTIONS CFLAGS=C_SWITCH_SYSTEM | 15 | #define OLDXMENU_OPTIONS CFLAGS=C_SWITCH_SYSTEM |
| 16 | |||
| 17 | /* Ethan Bradford <ethanb@kepler.astro.washington.edu> says this allows | ||
| 18 | open-network-stream to find remote hosts. */ | ||
| 19 | #define LIBS_SYSTEM -lresolv | ||