You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Paul Sutton <pc...@hyperreal.org> on 1997/07/26 23:44:42 UTC

cvs commit: apachen/src/modules/standard mod_status.c

pcs         97/07/26 14:44:41

  Modified:    src/modules/standard  mod_status.c
  Log:
  Add info to get Configure to add -DSTATUS
  
  Revision  Changes    Path
  1.55      +16 -0     apachen/src/modules/standard/mod_status.c
  
  Index: mod_status.c
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/modules/standard/mod_status.c,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- mod_status.c	1997/07/24 04:32:29	1.54
  +++ mod_status.c	1997/07/26 21:44:40	1.55
  @@ -87,6 +87,22 @@
    * 21.5.96  Additional Status codes (DNS and LOGGING only enabled if
                extended STATUS is enabled) [George Burgyan/Jim J.]  */
   
  +/*
  + * Module definition information - the part between the -START and -END
  + * lines below is used by Configure. This could be stored in a separate
  + * instead.
  + *
  + * MODULE-DEFINITION-START
  + * Name: status_module
  + * ConfigStart
  +    if [ "$RULE_STATUS" = "yes" ]; then
  +	CFLAGS="$CFLAGS -DSTATUS"
  +    fi
  + * ConfigEnd
  + * MODULE-DEFINITION-END
  + */
  +
  +
   #include "httpd.h"
   #include "http_config.h"
   #include "http_core.h"