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 */
