Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 63404 invoked by uid 500); 4 Apr 2003 04:02:02 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 63393 invoked by uid 500); 4 Apr 2003 04:02:02 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 4 Apr 2003 04:02:01 -0000 Message-ID: <20030404040201.34690.qmail@icarus.apache.org> From: trawick@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/ssl mod_ssl.h X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N trawick 2003/04/03 20:02:01 Modified: modules/aaa mod_authn_default.c modules/ssl mod_ssl.h Log: get function prototypes for strcasecmp() and strncasecmp() Revision Changes Path 1.6 +2 -0 httpd-2.0/modules/aaa/mod_authn_default.c Index: mod_authn_default.c =================================================================== RCS file: /home/cvs/httpd-2.0/modules/aaa/mod_authn_default.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- mod_authn_default.c 3 Feb 2003 17:52:56 -0000 1.5 +++ mod_authn_default.c 4 Apr 2003 04:02:01 -0000 1.6 @@ -71,6 +71,8 @@ */ #include "apr_strings.h" +#define APR_WANT_STRFUNC +#include "apr_want.h" #include "ap_config.h" #include "httpd.h" 1.130 +2 -0 httpd-2.0/modules/ssl/mod_ssl.h Index: mod_ssl.h =================================================================== RCS file: /home/cvs/httpd-2.0/modules/ssl/mod_ssl.h,v retrieving revision 1.129 retrieving revision 1.130 diff -u -r1.129 -r1.130 --- mod_ssl.h 4 Apr 2003 03:57:10 -0000 1.129 +++ mod_ssl.h 4 Apr 2003 04:02:01 -0000 1.130 @@ -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"