From: Daniel Stenberg Date: Wed, 14 Mar 2001 16:05:31 +0000 (+0000) Subject: checks for a few functions and include files more for the new getpwuid() X-Git-Tag: curl-7_7-beta5~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92186dc3d3344353246e2e12f6e9730bd6178dd5;p=curl checks for a few functions and include files more for the new getpwuid() stuff in lib/netrc.c --- diff --git a/configure.in b/configure.in index 6451473a6..24e470cbd 100644 --- a/configure.in +++ b/configure.in @@ -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