From 33396d349e052c15717e4523f1db5562907bb39f Mon Sep 17 00:00:00 2001 From: remittor Date: Mon, 3 Oct 2016 12:08:09 +0300 Subject: [PATCH] [PRCE] Fix prce compiler for supporting \s, \S, \x, \n, etc. --- src/plugins/PCREPlugin/config.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/plugins/PCREPlugin/config.h b/src/plugins/PCREPlugin/config.h index a149626..5b42de8 100644 --- a/src/plugins/PCREPlugin/config.h +++ b/src/plugins/PCREPlugin/config.h @@ -16,9 +16,7 @@ emulation function will be used. */ character codes, define this macro as 1. On systems that can use "configure", this can be done via --enable-ebcdic. */ -#ifndef EBCDIC -#define EBCDIC 0 -#endif +//#define EBCDIC #define PCRE_STATIC