diff options
| author | Marc G. Fournier | 1997-07-30 14:03:33 +0000 |
|---|---|---|
| committer | Marc G. Fournier | 1997-07-30 14:03:33 +0000 |
| commit | 5089f6ce87e2c2f3bc00b954107ea6b6c35169b4 (patch) | |
| tree | ef5b5064420cace93e7655736f54b8a20fa0d361 /src/include | |
| parent | ac994a69d6b09c66b0d748225183bc8bd2519de3 (diff) | |
Check for and use <netdb.h> for postmaster.c, instead of checking if
MAXHOSTNAMELEN is defined. For some reason, my 2.5.1 Solaris box at
work fails on that check...
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in index 8e5b1941457..da9122aee25 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -14,6 +14,9 @@ * The following is set using configure. */ +/* Set to 1 if you have <netdb.h> */ +#undef HAVE_NETDB_H + /* Set to 1 if you have <endian.h> */ #undef HAVE_ENDIAN_H |
