1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

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...
This commit is contained in:
Marc G. Fournier
1997-07-30 14:03:33 +00:00
parent ac994a69d6
commit 5089f6ce87
4 changed files with 7 additions and 4 deletions

2
src/configure vendored
View File

@ -2688,7 +2688,7 @@ else
fi
done
for ac_hdr in sys/resource.h
for ac_hdr in sys/resource.h netdb.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6