You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Paul Sutton <pa...@ukweb.com> on 1996/11/28 11:30:00 UTC

Doesn't compile without -DSTATUS

mod_status doesn't compile without -DSTATUS. Looks like a line got left in
be mistake. It is trivial to fix and should be done before 1.2b1 is
released.

//pcs

Index: mod_status.c
===================================================================
RCS file: /export/home/cvs/apache/src/mod_status.c,v
retrieving revision 1.34
diff -c -r1.34 mod_status.c
*** mod_status.c	1996/11/14 07:13:29	1.34
--- mod_status.c	1996/11/28 10:26:42
***************
*** 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 ----