From: Paul Querna Date: Sat, 15 Jul 2006 10:01:33 +0000 (+0000) Subject: Disable the getpwnam and getgrnam functions, since they aren't available on win32. X-Git-Tag: 2.3.0~2248 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8744237828966e0474c027a0c07e82d3bfd06154;p=thirdparty%2Fapache%2Fhttpd.git Disable the getpwnam and getgrnam functions, since they aren't available on win32. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@422201 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index 14b1ba2d9f8..68782993f45 100644 --- a/configure.in +++ b/configure.in @@ -297,6 +297,8 @@ case $host in APR_SETVAR(APACHE_MPM, [winnt]) APR_ADDTO(CPPFLAGS, [-DAP_DECLARE_EXPORT]) APR_SETIFNULL(ac_cv_func_times, [no]) + APR_SETIFNULL(ac_cv_func_getpwnam, [no]) + APR_SETIFNULL(ac_cv_func_getgrnam, [no]) ;; *aix*) aixver=`echo $host | sed 's/^[[^0-9]]*//' | sed 's/\.//g'`