Blame apache2/modsecurity_config.h

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

Packit Service 384592
#ifndef	WIN32
Packit Service 384592

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

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

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

Packit Service 384592
#endif