The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
123456789 /* * 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"
/*
* 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"