*
  * Revisions   :
  *    $Log: config.h.win,v $
+ *    Revision 1.11  2001/09/16 16:59:34  jongfoster
+ *    Bugfix - couldn't build resources with previous version.
+ *
  *    Revision 1.10  2001/09/16 16:19:02  jongfoster
  *    New version based on latest configure.in and acconfig.h
  *
 /*
  * Version number - Point (_._.X)
  */
-#define VERSION_POINT 8
+#define VERSION_POINT 9
 
 /*
  * Version number, as a string
  */
-#define VERSION "2.9.8"
+#define VERSION "2.9.9"
 
 /*
  * Status of the code: alpha, beta or stable
  */
 #define FEATURE_COOKIE_JAR 1
 
-/*
- * If a stream is compressed via gzip, then it cannot be filtered through
- * the PCRE regexps.  (Commonly happens with Netscape browsers).
- * This forces it to be uncompressed.
- */
-#define FEATURE_DENY_GZIP 1
-
 /*
  * Locally redirect remote script-redirect URLs
  */
 
  *
  * Revisions   :
  *    $Log: config.h.win32threads.win,v $
+ *    Revision 1.6  2001/09/16 16:59:34  jongfoster
+ *    Bugfix - couldn't build resources with previous version.
+ *
  *    Revision 1.5  2001/09/16 16:19:02  jongfoster
  *    New version based on latest configure.in and acconfig.h
  *
 /*
  * Version number - Point (_._.X)
  */
-#define VERSION_POINT 8
+#define VERSION_POINT 9
 
 /*
  * Version number, as a string
  */
-#define VERSION "2.9.8"
+#define VERSION "2.9.9"
 
 /*
  * Status of the code: alpha, beta or stable
  */
 #define FEATURE_COOKIE_JAR 1
 
-/*
- * If a stream is compressed via gzip, then it cannot be filtered through
- * the PCRE regexps.  (Commonly happens with Netscape browsers).
- * This forces it to be uncompressed.
- */
-#define FEATURE_DENY_GZIP 1
-
 /*
  * Locally redirect remote script-redirect URLs
  */
 
 dnl Process this file with autoconf to produce a configure script.
 dnl 
-dnl $Id: configure.in,v 1.17 2001/09/12 23:44:55 david__schmidt Exp $
+dnl $Id: configure.in,v 1.18 2001/09/13 13:10:24 steudten Exp $
 dnl 
 dnl Written by and Copyright (C) 2001 the SourceForge
 dnl IJBSWA team.  http://ijbswa.sourceforge.net
 dnl Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 dnl 
 dnl $Log: configure.in,v $
+dnl Revision 1.18  2001/09/13 13:10:24  steudten
+dnl
+dnl PreWork for Debug Interface.
+dnl Add new option "--with-debug" to enable debugging (flags aso.)
+dnl
 dnl Revision 1.17  2001/09/12 23:44:55  david__schmidt
 dnl Mac OSX (Darwin) support added.
 dnl
 dnl AutoConf Initialization
 dnl =================================================================
 
-AC_REVISION($Revision: 1.17 $)
+AC_REVISION($Revision: 1.18 $)
 AC_INIT(jcc.c)
 AC_CONFIG_HEADER(config.h)
 AC_CANONICAL_HOST
 
 VERSION_MAJOR=2
 VERSION_MINOR=9
-VERSION_POINT=8
+VERSION_POINT=9
 CODE_STATUS="\"alpha\""
 
 dnl CODE_STATUS can be "alpha", "beta", or "stable", and will be
   AC_DEFINE(FEATURE_TOGGLE)
 fi],AC_DEFINE(FEATURE_TOGGLE))
 
-AC_ARG_ENABLE(gzip,
-[  --disable-gzip          Block gzip'ed transfer of documents.  Note that
-                          this is required if you want content modification
-                          even with gzip-supporting servers.],
-[if test $enableval = "no"; then
-  AC_DEFINE(FEATURE_DENY_GZIP)
-fi])
-
 AC_ARG_ENABLE(force,
 [  --disable-force         Don't allow blockfile to be bypassed],
 [if test $enableval = yes; then