Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 37152 invoked by uid 500); 27 Mar 2001 11:47:29 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 37105 invoked by uid 500); 27 Mar 2001 11:47:26 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 27 Mar 2001 11:47:25 -0000 Message-ID: <20010327114725.37077.qmail@apache.org> From: trawick@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/http http_core.c trawick 01/03/27 03:47:25 Modified: modules/http http_core.c Log: make sure we have the prototype for strcasecmp() Revision Changes Path 1.269 +3 -0 httpd-2.0/modules/http/http_core.c Index: http_core.c =================================================================== RCS file: /home/cvs/httpd-2.0/modules/http/http_core.c,v retrieving revision 1.268 retrieving revision 1.269 diff -u -r1.268 -r1.269 --- http_core.c 2001/03/04 06:27:27 1.268 +++ http_core.c 2001/03/27 11:47:23 1.269 @@ -59,6 +59,9 @@ #include "apr_strings.h" #include "apr_thread_proc.h" /* for RLIMIT stuff */ +#define APR_WANT_STRFUNC +#include "apr_want.h" + #define CORE_PRIVATE #include "httpd.h" #include "http_config.h"