]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Disable the getpwnam and getgrnam functions, since they aren't available on win32.
authorPaul Querna <pquerna@apache.org>
Sat, 15 Jul 2006 10:01:33 +0000 (10:01 +0000)
committerPaul Querna <pquerna@apache.org>
Sat, 15 Jul 2006 10:01:33 +0000 (10:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@422201 13f79535-47bb-0310-9956-ffa450edef68

configure.in

index 14b1ba2d9f8b8bc98c8948e445bc9798025714c6..68782993f45731bfe940778eaaa7342e3de2a0d8 100644 (file)
@@ -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'`