diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sunos4-1.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/s/sunos4-1.h b/src/s/sunos4-1.h index 87cb4383976..010aedc5f33 100644 --- a/src/s/sunos4-1.h +++ b/src/s/sunos4-1.h | |||
| @@ -22,7 +22,9 @@ | |||
| 22 | setting libsrc_libs to -lresolv in lib-src/Makefile. configure | 22 | setting libsrc_libs to -lresolv in lib-src/Makefile. configure |
| 23 | includes this file without defining any of the HAVE_* macros. */ | 23 | includes this file without defining any of the HAVE_* macros. */ |
| 24 | #ifdef HAVE_GETHOSTNAME | 24 | #ifdef HAVE_GETHOSTNAME |
| 25 | #ifndef HAVE_RES_INIT | 25 | /* This was #ifndef, but Stephen P Potter <spp@cis.ufl.edu> says |
| 26 | it should be #ifdef. */ | ||
| 27 | #ifdef HAVE_RES_INIT | ||
| 26 | #define LIBS_SYSTEM -lresolv | 28 | #define LIBS_SYSTEM -lresolv |
| 27 | #endif | 29 | #endif |
| 28 | #endif | 30 | #endif |