home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 October / PCW1001.iso / Linux / apache / apache_1.3.20-win32-no_src-r2.msi / Data.Cab / F160730_conf.h < prev    next >
C/C++ Source or Header  |  2001-05-15  |  184b  |  10 lines

  1. /*
  2.  *  conf.h -- backward compatibility header for ap_config.h
  3.  */
  4.  
  5. #ifdef __GNUC__
  6. #warning "This header is obsolete, use ap_config.h instead"
  7. #endif
  8.  
  9. #include "ap_config.h"
  10.