home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 April / PCWorld_2002-04_cd.bin / Komunik / apache / apache_1.3.23-win32-x86-no_src.msi / Data.Cab / F164892_compat.h < prev    next >
C/C++ Source or Header  |  1998-07-14  |  186b  |  10 lines

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