summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrane <brane@13f79535-47bb-0310-9956-ffa450edef68>2001-05-10 18:11:12 +0000
committerbrane <brane@13f79535-47bb-0310-9956-ffa450edef68>2001-05-10 18:11:12 +0000
commitc118ca0b9c70ed6d8c70c6586dfde7ab3ef692e6 (patch)
tree1d56e310da773ae89d636ef1be8585433610b9ad
parent22a5a9e168f607d2568d97968b2c2f026f96e255 (diff)
downloadlibapr-c118ca0b9c70ed6d8c70c6586dfde7ab3ef692e6.tar.gz
Define HAVE_MEMCHR.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61610 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/arch/win32/apr_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/arch/win32/apr_private.h b/include/arch/win32/apr_private.h
index 8fc85510a..884bedcd0 100644
--- a/include/arch/win32/apr_private.h
+++ b/include/arch/win32/apr_private.h
@@ -95,6 +95,7 @@
#define HAVE_STRNICMP 1
#define HAVE_STRDUP 1
#define HAVE_STRSTR 1
+#define HAVE_MEMCHR 1
#define SIGHUP 1
/* 2 is used for SIGINT on windows */