randy       98/08/12 19:59:34

  Modified:    src/include ap_config.h httpd.h
  Log:
  Try to preserve backward compatibility.
  
  Revision  Changes    Path
  1.231     +2 -0      apache-1.3/src/include/ap_config.h
  
  Index: ap_config.h
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/include/ap_config.h,v
  retrieving revision 1.230
  retrieving revision 1.231
  diff -u -r1.230 -r1.231
  --- ap_config.h       1998/08/03 09:14:47     1.230
  +++ ap_config.h       1998/08/13 02:59:32     1.231
  @@ -67,6 +67,8 @@
    * See PORTING for a listing of what they mean
    */
   
  +#include "ap_mmn.h"          /* MODULE_MAGIC_NUMBER_ */
  +
   /*
    * Support for platform dependent autogenerated defines
    */
  
  
  
  1.237     +0 -1      apache-1.3/src/include/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/include/httpd.h,v
  retrieving revision 1.236
  retrieving revision 1.237
  diff -u -r1.236 -r1.237
  --- httpd.h   1998/08/13 01:33:55     1.236
  +++ httpd.h   1998/08/13 02:59:33     1.237
  @@ -72,7 +72,6 @@
   #include "alloc.h"
   #include "buff.h"
   #include "ap.h"
  -#include "ap_mmn.h"          /* MODULE_MAGIC_NUMBER_ macros */
   
   /* ----------------------------- config dir ------------------------------ */
   
  
  
  

Reply via email to