From 59ff4923ee648bb4d19e7448ebcc90422315f5cf Mon Sep 17 00:00:00 2001 From: oes Date: Fri, 13 Jul 2001 13:56:25 +0000 Subject: [PATCH] Changed to reflect the new pcre, pcreposix, pcrs gnu regex or prefix matching selection scheme, with the hardwired choice of pcre and pcrs built statically and actionsfile URL matching done by pcre. --- config.h.win | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/config.h.win b/config.h.win index f98dd4ce..c68b8552 100755 --- a/config.h.win +++ b/config.h.win @@ -38,6 +38,9 @@ * * Revisions : * $Log: config.h.win,v $ + * Revision 1.3 2001/06/29 21:56:40 oes + * Version -> 2.9.5 + * * Revision 1.2 2001/06/29 13:26:27 oes * Introduced #define CODE_STATUS * @@ -136,10 +139,28 @@ #define CODE_STATUS "alpha" /* - * Regular expression matching for URLs. (Highly recommended). If this is - * not defined then you can ony use prefix matching. + * Regular expression matching for URLs. (Highly recommended). If none of these + * is defined then you can ony use prefix matching. + * Don't bother to change this here! Use configure instead. + */ +/* #undef REGEX_GNU */ +#define REGEX_PCRE 1 + +/* + * Should pcre be statically built in instead of linkling with libpcre? + * (This is determined by configure depending on the availiability of + * libpcre and user preferences). The name is ugly, but pcre needs it. + * Don't bother to change this here! Use configure instead. + */ +#define STATIC 1 + +/* + * Should pcrs be statically built in instead of linkling with libpcrs? + * (This is determined by configure depending on the availiability of + * libpcrs and user preferences). + * Don't bother to change this here! Use configure instead. */ -#define REGEX 1 +#define STATIC_PCRS 1 /* * Allow JunkBuster to be "disabled" so it is just a normal non-blocking -- 2.39.2