mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 09:55:28 +03:00
log messages fix
This commit is contained in:
committed by
Felipe Zimmerle
parent
8a0e3d0e9f
commit
a0781edba2
@@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
|
||||
* Copyright (c) 2004-2013 Trustwave Holdings, Inc. (http://www.trustwave.com/)
|
||||
*
|
||||
@@ -52,6 +52,9 @@
|
||||
#ifdef VERSION_IIS
|
||||
#define MODSEC_MODULE_NAME "ModSecurity for IIS (STABLE)"
|
||||
#else
|
||||
#ifdef VERSION_JAVA
|
||||
#define MODSEC_MODULE_NAME "ModSecurity for Java (STABLE)"
|
||||
#else
|
||||
#ifdef VERSION_NGINX
|
||||
#define MODSEC_MODULE_NAME "ModSecurity for nginx (STABLE)"
|
||||
#else
|
||||
@@ -62,9 +65,10 @@
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
#define MODSEC_MODULE_VERSION MODSEC_VERSION
|
||||
#define MODSEC_MODULE_NAME_FULL MODSEC_MODULE_NAME "/" MODSEC_MODULE_VERSION " (http://www.modsecurity.org/)"
|
||||
|
||||
int DSOLOCAL get_modsec_build_type(const char *name);
|
||||
|
||||
#endif /* _MSC_RELEASE_H_ */
|
||||
#endif /* _MSC_RELEASE_H_ */
|
||||
Reference in New Issue
Block a user