summaryrefslogtreecommitdiff
path: root/include/arch
diff options
context:
space:
mode:
authorMladen Turk <mturk@apache.org>2021-12-02 20:09:48 +0000
committerMladen Turk <mturk@apache.org>2021-12-02 20:09:48 +0000
commitc27e43c318b52eb3d869e73d5d079ac38c8a29d7 (patch)
tree724a63a408ca92b4806740b8a3a8ab6d74541c75 /include/arch
parentf76113b26c599bf65975790cf0cda0bd8b4db813 (diff)
downloadapr-c27e43c318b52eb3d869e73d5d079ac38c8a29d7.tar.gz
Add support for APU_HAS_ICONV option
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1895501 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/arch')
-rw-r--r--include/arch/win32/apr_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arch/win32/apr_private.h b/include/arch/win32/apr_private.h
index 9f12efa18..381a27b4b 100644
--- a/include/arch/win32/apr_private.h
+++ b/include/arch/win32/apr_private.h
@@ -179,7 +179,7 @@ APR_DECLARE_DATA int errno;
/* Windows ODBC sql.h is always present */
#define HAVE_SQL_H 1
-#define HAVE_ICONV_H 1
+#define HAVE_ICONV_H APR_HAVE_ICONV
/*
* Windows does not have GDBM, and we always use the bundled (new) Expat