diff options
Diffstat (limited to 'include/arch')
-rw-r--r-- | include/arch/win32/apr_private.h | 3 |
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 |