mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
checks for a few functions and include files more for the new getpwuid()
stuff in lib/netrc.c
This commit is contained in:
parent
7bd6507eec
commit
92186dc3d3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user