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
/
F164893_conf.h
< prev
next >
Wrap
C/C++ Source or Header
|
2000-07-26
|
184b
|
10 lines
/*
* conf.h -- backward compatibility header for ap_config.h
*/
#ifdef __GNUC__
#warning "This header is obsolete, use ap_config.h instead"
#endif
#include "ap_config.h"