summaryrefslogtreecommitdiff
path: root/include/arch
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2000-06-01 03:11:23 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2000-06-01 03:11:23 +0000
commitf6cdeb57759296bd94e5860bf0185f79c7b2f3ad (patch)
tree4c85c25ea44032f57e28575fccf4c0e00a21f945 /include/arch
parentc64e18add70bdc829e64d90012637328f50aeaca (diff)
downloadlibapr-f6cdeb57759296bd94e5860bf0185f79c7b2f3ad.tar.gz
PR:
Obtained from: Submitted by: Reviewed by: Add declarations of missing APR features (Win32) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60124 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/arch')
-rw-r--r--include/arch/win32/apr_private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/arch/win32/apr_private.h b/include/arch/win32/apr_private.h
index c42ff0df0..40b3221f7 100644
--- a/include/arch/win32/apr_private.h
+++ b/include/arch/win32/apr_private.h
@@ -175,6 +175,9 @@ typedef void (Sigfunc)(int);
#define APR_HAS_RANDOM 1
#define APR_HAS_DSO 1
+#define APR_HAS_MMAP 0
+#define APR_HAS_XLATE 0
+
#define SIZEOF_SHORT 2
#define SIZEOF_INT 4
#define SIZEOF_LONGLONG 8