1234567891011 |
- --- privoxy-3.0.19-stable.orig/jcc.c 2011-12-10 18:26:11.000000000 +0100
- +++ privoxy-3.0.19-stable/jcc.c 2012-10-21 19:37:22.000000000 +0200
- @@ -45,6 +45,8 @@ const char jcc_rcs[] = "$Id: jcc.c,v 1.3
- #include <errno.h>
- #include <assert.h>
-
- +#define CSP_FLAG_CONTENT_LENGTH_SET 0x00004000U
- +
- #ifdef _WIN32
- # ifndef FEATURE_PTHREAD
- # ifndef STRICT
|