X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=config.h.win;h=da2bbc6ca70864d02747f1d29fda300f285a856b;hp=ee103e04de11870ed1c993a1a4b398c575e41e23;hb=3f82e08bed52a1e3fb64f629e06ce986a372e074;hpb=4867a5461c9f7bf325687f32a27c9b2e68fc6213 diff --git a/config.h.win b/config.h.win index ee103e04..da2bbc6c 100755 --- a/config.h.win +++ b/config.h.win @@ -4,7 +4,7 @@ #define _CONFIG_H /********************************************************************* * - * File : $Source: /cvsroot/ijbswa/current/config.h.in,v $ + * File : $Source: /cvsroot/ijbswa/current/config.h.win,v $ * * Purpose : This file should be the first thing included in every * .c file. (Before even system headers). It contains @@ -38,7 +38,12 @@ * Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * Revisions : - * $Log: config.h.in,v $ + * $Log: config.h.win,v $ + * Revision 1.5 2001/07/15 18:00:46 jongfoster + * Renaming STATIC to STATIC_PCRE. + * Replacing this file with one built by "configure" from + * "config.h.in", for consistency. + * * Revision 1.6 2001/07/15 17:54:29 jongfoster * Renaming #define STATIC to STATIC_PCRE * Adding new #define FEATURE_PTHREAD that will be used to enable @@ -295,7 +300,7 @@ /* * Use POSIX threads instead of native threads. */ -/* #undef FEATURE_PTHREAD */ +#define FEATURE_PTHREAD 1 /* Define if you have the bcopy function. */ #define HAVE_BCOPY 1