dougm 98/03/17 20:11:21
Modified: src/modules/standard mod_include.c Log: #undef VOIDUSED to avoid ugly redefined warning when USE_PERL_SSI is defined Submitted by: Doug MacEachern Revision Changes Path 1.77 +1 -0 apache-1.3/src/modules/standard/mod_include.c Index: mod_include.c =================================================================== RCS file: /export/home/cvs/apache-1.3/src/modules/standard/mod_include.c,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- mod_include.c 1998/03/13 19:20:36 1.76 +++ mod_include.c 1998/03/18 04:11:19 1.77 @@ -73,6 +73,7 @@ #ifdef USE_PERL_SSI #include "config.h" +#undef VOIDUSED #ifdef USE_SFIO #undef USE_SFIO #define USE_STDIO