summaryrefslogtreecommitdiff
path: root/include/apr.h.in
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2021-10-25 10:31:32 +0000
committerGraham Leggett <minfrin@apache.org>2021-10-25 10:31:32 +0000
commitee5f1d069bce4b8176b027a6eafcd2a959de9e6e (patch)
tree2496c988a306f92b2a6c51cff5f0f3cef4cf62d5 /include/apr.h.in
parentaa80a8cefca8ed257a3f191bd220695ae1c43cc6 (diff)
downloadapr-ee5f1d069bce4b8176b027a6eafcd2a959de9e6e.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.h.in')
-rw-r--r--include/apr.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/apr.h.in b/include/apr.h.in
index 9f31d6fa8..c498376d9 100644
--- a/include/apr.h.in
+++ b/include/apr.h.in
@@ -277,6 +277,7 @@ extern "C" {
#define APR_HAVE_INET_NETWORK @have_inet_network@
#define APR_HAVE_IPV6 @have_ipv6@
#define APR_HAVE_SOCKADDR_UN @have_sockaddr_un@
+#define APR_HAVE_MEMMEM @have_memmem@
#define APR_HAVE_MEMMOVE @have_memmove@
#define APR_HAVE_SETRLIMIT @have_setrlimit@
#define APR_HAVE_SIGACTION @have_sigaction@