checks for a few functions and include files more for the new getpwuid()

stuff in lib/netrc.c
This commit is contained in:
Daniel Stenberg 2001-03-14 16:05:31 +00:00
parent 7bd6507eec
commit 92186dc3d3
1 changed files with 4 additions and 1 deletions

View File

@ -673,6 +673,7 @@ AC_CHECK_HEADERS( \
winsock.h \
time.h \
io.h \
pwd.h
)
dnl Check for libz header
@ -746,7 +747,9 @@ AC_CHECK_FUNCS( socket \
sigaction \
signal \
getpass_r \
strlcat
strlcat \
getpwuid \
geteuid
)
dnl removed 'getpass' check on October 26, 2000