Loading configure.in +1 −0 Original line number Diff line number Diff line Loading @@ -296,6 +296,7 @@ case $host in *mingw32*) APR_SETVAR(APACHE_MPM, [winnt]) APR_ADDTO(CPPFLAGS, [-DAP_DECLARE_EXPORT]) APR_SETIFNULL(ac_cv_func_times, [no]) ;; *aix*) aixver=`echo $host | sed 's/^[[^0-9]]*//' | sed 's/\.//g'` Loading include/ap_config.h +1 −1 Original line number Diff line number Diff line Loading @@ -230,7 +230,7 @@ APR_OPTIONAL_HOOK(ap,name,fn,pre,succ,order) #include "os.h" #if !defined(WIN32) && !defined(NETWARE) #if (!defined(WIN32) && !defined(NETWARE)) || defined(__MINGW32__) #include "ap_config_auto.h" #include "ap_config_layout.h" #endif Loading Loading
configure.in +1 −0 Original line number Diff line number Diff line Loading @@ -296,6 +296,7 @@ case $host in *mingw32*) APR_SETVAR(APACHE_MPM, [winnt]) APR_ADDTO(CPPFLAGS, [-DAP_DECLARE_EXPORT]) APR_SETIFNULL(ac_cv_func_times, [no]) ;; *aix*) aixver=`echo $host | sed 's/^[[^0-9]]*//' | sed 's/\.//g'` Loading
include/ap_config.h +1 −1 Original line number Diff line number Diff line Loading @@ -230,7 +230,7 @@ APR_OPTIONAL_HOOK(ap,name,fn,pre,succ,order) #include "os.h" #if !defined(WIN32) && !defined(NETWARE) #if (!defined(WIN32) && !defined(NETWARE)) || defined(__MINGW32__) #include "ap_config_auto.h" #include "ap_config_layout.h" #endif Loading