Return-Path: Delivered-To: apmail-httpd-apreq-cvs-archive@www.apache.org Received: (qmail 10303 invoked from network); 6 Jul 2004 18:35:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Jul 2004 18:35:07 -0000 Received: (qmail 22111 invoked by uid 500); 6 Jul 2004 18:34:56 -0000 Delivered-To: apmail-httpd-apreq-cvs-archive@httpd.apache.org Received: (qmail 22050 invoked by uid 500); 6 Jul 2004 18:34:55 -0000 Mailing-List: contact apreq-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: apreq-dev@httpd.apache.org List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list apreq-cvs@httpd.apache.org Received: (qmail 21941 invoked by uid 500); 6 Jul 2004 18:34:53 -0000 Delivered-To: apmail-httpd-apreq-2-cvs@apache.org Received: (qmail 21878 invoked by uid 99); 6 Jul 2004 18:34:52 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Tue, 06 Jul 2004 11:34:51 -0700 Received: (qmail 10095 invoked by uid 1221); 6 Jul 2004 18:34:35 -0000 Date: 6 Jul 2004 18:34:35 -0000 Message-ID: <20040706183435.10094.qmail@minotaur.apache.org> From: joes@apache.org To: httpd-apreq-2-cvs@apache.org Subject: cvs commit: httpd-apreq-2/glue/perl/xsbuilder apreq_xs_tables.h X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N joes 2004/07/06 11:34:35 Modified: glue/perl/xsbuilder apreq_xs_tables.h Log: Header #define should match actual file name. Revision Changes Path 1.2 +3 -3 httpd-apreq-2/glue/perl/xsbuilder/apreq_xs_tables.h Index: apreq_xs_tables.h =================================================================== RCS file: /home/cvs/httpd-apreq-2/glue/perl/xsbuilder/apreq_xs_tables.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- apreq_xs_tables.h 6 Jul 2004 18:26:48 -0000 1.1 +++ apreq_xs_tables.h 6 Jul 2004 18:34:35 -0000 1.2 @@ -14,8 +14,8 @@ ** limitations under the License. */ -#ifndef APREQ_XS_TABLE_METHODS_H -#define APREQ_XS_TABLE_METHODS_H +#ifndef APREQ_XS_TABLES_H +#define APREQ_XS_TABLES_H /* backward compatibility macros support */ #include "ppport.h" @@ -211,4 +211,4 @@ -#endif /* APREQ_XS_TABLE_METHODS_H */ +#endif /* APREQ_XS_TABLES_H */