From 64a3040e8a9527ac73b93757dcf9983081844d47 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Thu, 3 Jan 2002 20:42:08 +0000 Subject: [PATCH] get the declarations for strncasecmp() on AIX git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92724 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/mod_proxy.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/proxy/mod_proxy.h b/modules/proxy/mod_proxy.h index 8b2687756a..7ae7646c48 100644 --- a/modules/proxy/mod_proxy.h +++ b/modules/proxy/mod_proxy.h @@ -94,6 +94,8 @@ #include "apr_uri.h" #include "apr_date.h" #include "apr_fnmatch.h" +#define APR_WANT_STRFUNC +#include "apr_want.h" #include "httpd.h" #include "http_config.h" -- 2.40.0