diff options
Diffstat (limited to 'src')
| -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 | ||