summaryrefslogtreecommitdiff
path: root/include/apr.hw
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2011-04-09 20:07:58 +0000
committerJeff Trawick <trawick@apache.org>2011-04-09 20:07:58 +0000
commitd9e75f0dbcd8f1ce6f2974a6e38a9dcf6c5ec980 (patch)
tree0a4131bbe47f032f5a8c24d2cb0f051221857e3b /include/apr.hw
parent5a103f5f55ddfd7f249aef52731bf5e5d66f5174 (diff)
downloadapr-d9e75f0dbcd8f1ce6f2974a6e38a9dcf6c5ec980.tar.gz
improve sync between apr.h and apr.hw
notably, APR_HAS_SENDFILE and APR_HAS_MMAP are now enabled for MinGW builds git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1090664 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr.hw')
-rw-r--r--include/apr.hw10
1 files changed, 6 insertions, 4 deletions
diff --git a/include/apr.hw b/include/apr.hw
index a98636e12..80688d0fe 100644
--- a/include/apr.hw
+++ b/include/apr.hw
@@ -122,6 +122,7 @@
#define APR_HAVE_DIRENT_H 0
#define APR_HAVE_ERRNO_H APR_NOT_IN_WCE
#define APR_HAVE_FCNTL_H APR_NOT_IN_WCE
+#define APR_HAVE_IF_ADDRS_H 0
#define APR_HAVE_IO_H APR_NOT_IN_WCE
#define APR_HAVE_LIMITS_H APR_NOT_IN_WCE
#define APR_HAVE_MSWSOCK_H APR_NOT_IN_WCE
@@ -130,6 +131,7 @@
#define APR_HAVE_NETINET_SCTP_H 0
#define APR_HAVE_NETINET_SCTP_UIO_H 0
#define APR_HAVE_NETINET_TCP_H 0
+#define APR_HAVE_PROCESS_H 1
#define APR_HAVE_PTHREAD_H 0
#define APR_HAVE_SEMAPHORE_H 0
#define APR_HAVE_SIGNAL_H APR_NOT_IN_WCE
@@ -222,14 +224,14 @@
#include <sys/types.h>
#endif
-#if APR_HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif
-
#if APR_HAVE_STDDEF_H
#include <stddef.h>
#endif
+#if APR_HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+
#if APR_HAVE_STDINT_H
#include <stdint.h>
#endif