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
/
F160729_compat.h
< prev
next >
Wrap
C/C++ Source or Header
|
2001-05-15
|
186b
|
10 lines
/*
* compat.h -- backward compatibility header for ap_compat.h
*/
#ifdef __GNUC__
#warning "This header is obsolete, use ap_compat.h instead"
#endif
#include "ap_compat.h"