summaryrefslogtreecommitdiff
path: root/include/apr.hnw
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2010-08-04 02:39:26 +0000
committerGuenter Knauf <fuankg@apache.org>2010-08-04 02:39:26 +0000
commitcf70a0f77a56432aa6cc20e909c066bec2e02464 (patch)
treee6ef82319780910dcdf80b36b5987d0eb7fe1fb3 /include/apr.hnw
parent428318c5c8b2cff178c059fd0e74017203828a2d (diff)
downloadapr-cf70a0f77a56432aa6cc20e909c066bec2e02464.tar.gz
cleanup.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@982105 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr.hnw')
-rw-r--r--include/apr.hnw3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/apr.hnw b/include/apr.hnw
index 580c0f53e..607dafb7e 100644
--- a/include/apr.hnw
+++ b/include/apr.hnw
@@ -111,15 +111,14 @@ extern "C" {
#define APR_HAVE_STRTOLL 1
#define APR_HAVE_SYS_SENDFILE_H 0
#define APR_HAVE_SYS_SYSLIMITS_H 0
+#define APR_HAVE_SYS_TIME_H 1
#ifdef USE_WINSOCK
#define APR_HAVE_SYS_SOCKET_H 0
#define APR_HAVE_SYS_SOCKIO_H 0
-#define APR_HAVE_SYS_TIME_H 1
#define APR_HAVE_SYS_UN_H 0
#else
#define APR_HAVE_SYS_SOCKET_H 1
#define APR_HAVE_SYS_SOCKIO_H 1
-#define APR_HAVE_SYS_TIME_H 1
#define APR_HAVE_SYS_UN_H 1
#endif
#define APR_HAVE_SYS_SIGNAL_H 1