diff options
author | Jeff Trawick <trawick@apache.org> | 2002-01-03 21:42:08 +0100 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2002-01-03 21:42:08 +0100 |
commit | 64a3040e8a9527ac73b93757dcf9983081844d47 (patch) | |
tree | 462c9506472436c228fad8a7a83af0c3f5ed5f93 /modules/proxy | |
parent | Use ap_getline() in favor of ap_proxy_string_read() in ap_proxy_http_process_... (diff) | |
download | apache2-64a3040e8a9527ac73b93757dcf9983081844d47.tar.xz apache2-64a3040e8a9527ac73b93757dcf9983081844d47.zip |
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
Diffstat (limited to 'modules/proxy')
-rw-r--r-- | modules/proxy/mod_proxy.h | 2 |
1 files changed, 2 insertions, 0 deletions
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" |