You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@hyperreal.org on 1998/07/15 05:27:04 UTC

cvs commit: apache-1.3/src/include compat.h conf.h

marc        98/07/14 20:27:04

  Modified:    src/include compat.h conf.h
  Log:
  Fix up compat.h and conf.h legacy support.
  
  Revision  Changes    Path
  1.15      +2 -3      apache-1.3/src/include/compat.h
  
  Index: compat.h
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/include/compat.h,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- compat.h	1998/07/13 11:32:34	1.14
  +++ compat.h	1998/07/15 03:27:03	1.15
  @@ -2,9 +2,8 @@
    *  compat.h -- backward compatibility header for ap_compat.h
    */
   
  -#if __GNUC__
  -#warning "This header becomes obsolete, use ap_compat.h instead"
  +#ifdef __GNUC__
  +#warning "This header is obsolete, use ap_compat.h instead"
   #endif
   
   #include "ap_compat.h"
  -
  
  
  
  1.226     +3 -4      apache-1.3/src/include/conf.h
  
  Index: conf.h
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/include/conf.h,v
  retrieving revision 1.225
  retrieving revision 1.226
  diff -u -r1.225 -r1.226
  --- conf.h	1998/07/13 11:32:35	1.225
  +++ conf.h	1998/07/15 03:27:03	1.226
  @@ -2,9 +2,8 @@
    *  conf.h -- backward compatibility header for ap_config.h
    */
   
  -#if __GNUC__
  -#warning "This header becomes obsolete, use ap_config.h instead"
  +#ifdef __GNUC__
  +#warning "This header is obsolete, use ap_config.h instead"
   #endif
   
  -#include "ap_compat.h"
  -
  +#include "ap_config.h"