From 8744237828966e0474c027a0c07e82d3bfd06154 Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Sat, 15 Jul 2006 10:01:33 +0000 Subject: [PATCH] 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 --- configure.in | 2 ++ 1 file changed, 2 insertions(+) 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'` -- 2.47.3