diff options
Diffstat (limited to 'include/apr.hnw')
-rw-r--r-- | include/apr.hnw | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apr.hnw b/include/apr.hnw index 063c9f80d..783fae17a 100644 --- a/include/apr.hnw +++ b/include/apr.hnw @@ -165,8 +165,9 @@ #define APR_HAVE_CORKABLE_TCP 0 #define APR_HAVE_GETRLIMIT 0 +#define APR_HAVE_ICONV 0 #define APR_HAVE_IN_ADDR 1 -#define APR_HAVE_INET_ADDR 1 +#define APR_HAVE_INET_ADDR 1 #define APR_HAVE_INET_NETWORK 0 #define APR_HAVE_IPV6 0 #define APR_HAVE_MEMCHR 1 @@ -200,7 +201,6 @@ #define APR_HAS_MMAP 0 #define APR_HAS_FORK 0 #define APR_HAS_RANDOM 1 -#define APR_HAS_XLATE 0 #define APR_HAS_OTHER_CHILD 0 #define APR_HAS_DSO 1 #define APR_HAS_SO_ACCEPTFILTER 0 |