dgaudet     97/06/26 19:07:35

  Modified:    src       Tag: APACHE_1_2_X  http_config.h
  Log:
  The ap_slack stuff is new to the api... but we can't use any date later
  than 19970623 because that's the one being used to indicate the NT port.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.29.2.2  +1 -1      apache/src/http_config.h
  
  Index: http_config.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/http_config.h,v
  retrieving revision 1.29.2.1
  retrieving revision 1.29.2.2
  diff -C3 -r1.29.2.1 -r1.29.2.2
  *** http_config.h     1997/06/27 01:47:45     1.29.2.1
  --- http_config.h     1997/06/27 02:07:34     1.29.2.2
  ***************
  *** 226,232 ****
     * handle it back-compatibly, or at least signal an error).
     */
    
  ! #define MODULE_MAGIC_NUMBER 19970526
    #define STANDARD_MODULE_STUFF MODULE_MAGIC_NUMBER, -1, __FILE__, NULL
    
    /* Generic accessors for other modules to get at their own module-specific
  --- 226,232 ----
     * handle it back-compatibly, or at least signal an error).
     */
    
  ! #define MODULE_MAGIC_NUMBER 19970622
    #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