Blame apache2/modsecurity_config.h

Packit 284210
/* Some APR files define PACKAGE* constants, which may conflict
Packit 284210
 * so this is here to prevent that by removing them.
Packit 284210
 */
Packit 284210

Packit 284210
#ifndef	WIN32
Packit 284210

Packit 284210
/* Undefine all these so there are no conflicts */
Packit 284210
#undef PACKAGE
Packit 284210
#undef PACKAGE_BUGREPORT
Packit 284210
#undef PACKAGE_NAME
Packit 284210
#undef PACKAGE_STRING
Packit 284210
#undef PACKAGE_TARNAME
Packit 284210
#undef PACKAGE_URL
Packit 284210
#undef PACKAGE_VERSION
Packit 284210

Packit 284210
/* Include the real autoconf header */
Packit 284210
#include "modsecurity_config_auto.h"
Packit 284210

Packit 284210
/* Undefine all these (again) so there are no conflicts */
Packit 284210
#undef PACKAGE
Packit 284210
#undef PACKAGE_BUGREPORT
Packit 284210
#undef PACKAGE_NAME
Packit 284210
#undef PACKAGE_STRING
Packit 284210
#undef PACKAGE_TARNAME
Packit 284210
#undef PACKAGE_URL
Packit 284210
#undef PACKAGE_VERSION
Packit 284210

Packit 284210
#endif