From: Jeff Trawick Date: Thu, 3 Jan 2002 20:42:08 +0000 (+0000) Subject: get the declarations for strncasecmp() on AIX X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8713a0c564e6fd664788a187611cefbb70706e78;p=apache 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 --- 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"