mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
modsecurity_config.h was empty breaking SecUploadModeFile directive
This commit is contained in:
parent
2f7a1ac0e9
commit
ac4815f492
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user