modsecurity_config.h was empty breaking SecUploadModeFile directive

This commit is contained in:
Breno Silva 2012-11-27 00:19:31 -04:00
parent 2f7a1ac0e9
commit ac4815f492

View File

@ -1 +1,24 @@
/* This file is left empty for building on Windows. */
/* Some APR files define PACKAGE* constants, which may conflict
* so this is here to prevent that by removing them.
*/
/* Undefine all these so there are no conflicts */
#undef PACKAGE
#undef PACKAGE_BUGREPORT
#undef PACKAGE_NAME
#undef PACKAGE_STRING
#undef PACKAGE_TARNAME
#undef PACKAGE_URL
#undef PACKAGE_VERSION
/* Include the real autoconf header */
#include "modsecurity_config_auto.h"
/* Undefine all these (again) so there are no conflicts */
#undef PACKAGE
#undef PACKAGE_BUGREPORT
#undef PACKAGE_NAME
#undef PACKAGE_STRING
#undef PACKAGE_TARNAME
#undef PACKAGE_URL
#undef PACKAGE_VERSION