]> granicus.if.org Git - apache/commitdiff
get the declarations for strncasecmp() on AIX
authorJeff Trawick <trawick@apache.org>
Thu, 3 Jan 2002 20:42:08 +0000 (20:42 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 3 Jan 2002 20:42:08 +0000 (20:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92724 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy.h

index 8b2687756a5e2fa5d2318a98e4f46ba75c7a9b6f..7ae7646c48c9068ea08f43b0dd3b476ad7ca9340 100644 (file)
@@ -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"