X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=config.h.win;h=728f52b5e356096cedeb8d52bf8be2fd40fbe83b;hp=ee103e04de11870ed1c993a1a4b398c575e41e23;hb=0ad5ceedec2b1049cff13e8cab789733d373267e;hpb=4153e6ef4a73b240678a99d60df640b86b4e5ff0 diff --git a/config.h.win b/config.h.win index ee103e04..728f52b5 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,19 @@ * Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * Revisions : - * $Log: config.h.in,v $ + * $Log: config.h.win,v $ + * Revision 1.7 2001/07/21 18:00:07 jongfoster + * Bumping version number to 2.9.7 + * + * Revision 1.6 2001/07/15 20:08:40 jongfoster + * New build files for VC++ which provide the option of POSIX + * or Win32 threads. + * + * 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 @@ -155,12 +167,12 @@ /* * Version number - Point (_._.X) */ -#define VERSION_POINT 6 +#define VERSION_POINT 8 /* * Version number, as a string */ -#define VERSION "2.9.6" +#define VERSION "2.9.8" /* * Status of the code: alpha, beta or stable @@ -295,7 +307,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