dougm       97/10/28 14:38:47

  Modified:    src/main http_config.h
  Log:
  bump MODULE_MAGIC_NUMBER for Martin's new custom config stuff
  Submitted by: Doug MacEachern
  
  Revision  Changes    Path
  1.55      +1 -1      apachen/src/main/http_config.h
  
  Index: http_config.h
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/main/http_config.h,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- http_config.h     1997/10/26 20:19:38     1.54
  +++ http_config.h     1997/10/28 22:38:46     1.55
  @@ -245,7 +245,7 @@
    * handle it back-compatibly, or at least signal an error).
    */
   
  -#define MODULE_MAGIC_NUMBER 19970912
  +#define MODULE_MAGIC_NUMBER 19971026
   #define STANDARD_MODULE_STUFF MODULE_MAGIC_NUMBER, -1, __FILE__, NULL
   
   /* Generic accessors for other modules to get at their own module-specific
  
  
  

Reply via email to