ap_compat.h revision 72360798a27566f28e2cbee0e39a0a6e3c3bd729
#ifndef APR_COMPAT_H
#define APR_COMPAT_H
/* Drag in apu (and therefore apr) renamed symbols */
#include "apu_compat.h"
/* redefine 1.3.x symbols to the new symbol names */
#define MODULE_VAR_EXPORT AP_MODULE_DECLARE_DATA
#define ap_send_http_header(r) ;
#endif /* APR_COMPAT_H */