From: Jeff Trawick Date: Fri, 4 Apr 2003 04:02:01 +0000 (+0000) Subject: get function prototypes for strcasecmp() and strncasecmp() X-Git-Tag: pre_ajp_proxy~1926 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=805422eb77314207bc337c9b49b073eeb10cf358;p=apache get function prototypes for strcasecmp() and strncasecmp() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99202 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/mod_authn_default.c b/modules/aaa/mod_authn_default.c index bf7db1e5e5..61ccf2ac80 100644 --- a/modules/aaa/mod_authn_default.c +++ b/modules/aaa/mod_authn_default.c @@ -71,6 +71,8 @@ */ #include "apr_strings.h" +#define APR_WANT_STRFUNC +#include "apr_want.h" #include "ap_config.h" #include "httpd.h" diff --git a/modules/ssl/mod_ssl.h b/modules/ssl/mod_ssl.h index 00075d906f..22e0fe7d83 100644 --- a/modules/ssl/mod_ssl.h +++ b/modules/ssl/mod_ssl.h @@ -95,6 +95,8 @@ #include "mpm.h" #include "apr.h" #include "apr_strings.h" +#define APR_WANT_STRFUNC +#include "apr_want.h" #include "apr_tables.h" #include "apr_lib.h" #include "apr_fnmatch.h"