configure.in: The times function is not really available on mingw32. Disable em.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@422197
13f79535-47bb-0310-9956-
ffa450edef68
*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'`
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