mjc 96/11/28 03:10:29
Modified: src mod_status.c Log: Fix mod_status so it compiles if "STATUS" rule is off. Revision Changes Path 1.35 +0 -2 apache/src/mod_status.c Index: mod_status.c =================================================================== RCS file: /export/home/cvs/apache/src/mod_status.c,v retrieving revision 1.34 retrieving revision 1.35 diff -C3 -r1.34 -r1.35 *** mod_status.c 1996/11/14 07:13:29 1.34 --- mod_status.c 1996/11/28 11:10:28 1.35 *************** *** 538,545 **** #else /* !defined(STATUS) */ - Rule STATUS=yes - rputs("<hr>To obtain a full report with current status information and",r) rputs(" DNS and LOGGING status codes \n",r); rputs("you need to recompile Apache after adding the line <pre>",r); --- 538,543 ----