diff options
-rw-r--r-- | include/apr.hw | 3 | ||||
-rw-r--r-- | include/apr_private.hw | 3 | ||||
-rw-r--r-- | include/arch/win32/apr_private.h | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/include/apr.hw b/include/apr.hw index 2d69dd89b..479cc19ea 100644 --- a/include/apr.hw +++ b/include/apr.hw @@ -142,6 +142,9 @@ #define APR_HAS_RANDOM 1 #define APR_HAS_DSO 1 +#define APR_HAS_MMAP 0 +#define APR_HAS_XLATE 0 + /* Typedefs that APR needs. */ typedef short ap_int16_t; diff --git a/include/apr_private.hw b/include/apr_private.hw index c42ff0df0..40b3221f7 100644 --- a/include/apr_private.hw +++ b/include/apr_private.hw @@ -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 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 |