Update SVN eol properties to 'native'.

This commit is contained in:
brectanus
2007-11-27 18:37:37 +00:00
parent 03248504e9
commit 8c57a46351
4 changed files with 21 additions and 22 deletions

View File

@@ -17,7 +17,7 @@ builddir = .
# Debian - /usr/share/apache2 (apache2-prefork-dev or apache2-threaded-dev
# needed, depending on your installation type)
#
# NOTE: On Solaris the top_builddir is /var/apache2. This version of Apache
# On Solaris the top_builddir is /var/apache2. This version of Apache
# httpd uses the buildin PCRE, but you must still install the PCRE headers
# to compile ModSecurity as they are not installed with Apache httpd. Because
# of this, it is recommended to install your own version of Apache httpd.
@@ -27,6 +27,11 @@ builddir = .
# include directory to the INCLUDES variable below
# Something like: -I /path/to/httpd-x.y/srclib/pcre
#
# XML Support: Please note that the included Core Ruleset may assume XML
# support is available (-DWITH_LIBXML2). You may have to manually remove any
# XML references in the Core Ruleset if you choose not to include XML support.
# In future versions of ModSecurity XML support will be required.
#
top_dir = /usr/local/apache2
top_srcdir = ${top_dir}

View File

@@ -48,7 +48,7 @@ typedef struct msc_string msc_string;
#include "http_protocol.h"
#define MODULE_NAME "ModSecurity"
#define MODULE_RELEASE "2.1.4-rc4"
#define MODULE_RELEASE "2.1.4"
#define MODULE_NAME_FULL (MODULE_NAME " v" MODULE_RELEASE " (Apache 2.x)")
#define PHASE_REQUEST_HEADERS 1