Skip to content

Commit b526241

Browse files
committed
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
1 parent fc1e634 commit b526241

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

configure.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,8 @@ case $host in
297297
APR_SETVAR(APACHE_MPM, [winnt])
298298
APR_ADDTO(CPPFLAGS, [-DAP_DECLARE_EXPORT])
299299
APR_SETIFNULL(ac_cv_func_times, [no])
300+
APR_SETIFNULL(ac_cv_func_getpwnam, [no])
301+
APR_SETIFNULL(ac_cv_func_getgrnam, [no])
300302
;;
301303
*aix*)
302304
aixver=`echo $host | sed 's/^[[^0-9]]*//' | sed 's/\.//g'`

0 commit comments

Comments
 (0)