summaryrefslogtreecommitdiff
path: root/include/apr.hwc
diff options
context:
space:
mode:
authorminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2021-10-25 10:31:32 +0000
committerminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2021-10-25 10:31:32 +0000
commit3800136a79aa23207fd016f297c5326e8ee0471e (patch)
tree2496c988a306f92b2a6c51cff5f0f3cef4cf62d5 /include/apr.hwc
parentfaa5ac31722ce162e28dd42783490b1cc391b2fe (diff)
downloadlibapr-3800136a79aa23207fd016f297c5326e8ee0471e.tar.gz
apr_brigade_split_boundary: Provide a memmem implementation on platforms that
do not have one. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1894551 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr.hwc')
-rw-r--r--include/apr.hwc1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/apr.hwc b/include/apr.hwc
index a189cedb3..03bcd5e8e 100644
--- a/include/apr.hwc
+++ b/include/apr.hwc
@@ -308,6 +308,7 @@ extern "C" {
#define APR_HAVE_INET_NETWORK 0
#define APR_HAVE_IPV6 @apr_have_ipv6_10@
#define APR_HAVE_SOCKADDR_UN 0
+#define APR_HAVE_MEMMEM 0
#define APR_HAVE_MEMMOVE 1
#define APR_HAVE_SETRLIMIT 0
#define APR_HAVE_SIGACTION 0