From: Jeff Trawick Date: Thu, 17 Jan 2002 22:28:08 +0000 (+0000) Subject: get the declaration of strcasecmp() on AIX X-Git-Tag: 2.0.31~171 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14d74bce53f9b088e2f1b6694fbe254da76d9033;p=apache get the declaration of strcasecmp() on AIX git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92893 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/main.c b/server/main.c index f9478f0577..f958675226 100644 --- a/server/main.c +++ b/server/main.c @@ -63,6 +63,7 @@ #include "apr_lib.h" #define APR_WANT_STDIO +#define APR_WANT_STRFUNC #include "apr_want.h" #define CORE_PRIVATE