Renaming _PCRS_H, and adding "extern C {}"
[privoxy.git] / config.h.win32threads.win
1 /* config.h.  Generated automatically by configure.  */
2 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
3 #ifndef _CONFIG_H
4 #define _CONFIG_H
5 /*********************************************************************
6  *
7  * File        :  $Source: /cvsroot/ijbswa/current/config.h.win32threads.win,v $
8  *
9  * Purpose     :  This file should be the first thing included in every
10  *                .c file.  (Before even system headers).  It contains 
11  *                #define statements for various features.  It was
12  *                introduced because the compile command line started
13  *                getting ludicrously long with feature defines.
14  *
15  * Copyright   :  Written by and Copyright (C) 2001 the SourceForge
16  *                IJBSWA team.  http://ijbswa.sourceforge.net
17  *
18  *                Based on the Internet Junkbuster originally written
19  *                by and Copyright (C) 1997 Anonymous Coders and 
20  *                Junkbusters Corporation.  http://www.junkbusters.com
21  *
22  *                This program is free software; you can redistribute it 
23  *                and/or modify it under the terms of the GNU General
24  *                Public License as published by the Free Software
25  *                Foundation; either version 2 of the License, or (at
26  *                your option) any later version.
27  *
28  *                This program is distributed in the hope that it will
29  *                be useful, but WITHOUT ANY WARRANTY; without even the
30  *                implied warranty of MERCHANTABILITY or FITNESS FOR A
31  *                PARTICULAR PURPOSE.  See the GNU General Public
32  *                License for more details.
33  *
34  *                The GNU General Public License should be included with
35  *                this file.  If not, you can view it at
36  *                http://www.gnu.org/copyleft/gpl.html
37  *                or write to the Free Software Foundation, Inc., 59
38  *                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
39  *
40  * Revisions   :
41  *    $Log: config.h.win32threads.win,v $
42  *    Revision 1.2  2001/07/21 18:00:07  jongfoster
43  *    Bumping version number to 2.9.7
44  *
45  *    Revision 1.1  2001/07/15 20:08:40  jongfoster
46  *    New build files for VC++ which provide the option of POSIX
47  *    or Win32 threads.
48  *
49  *    Revision 1.5  2001/07/15 18:00:46  jongfoster
50  *    Renaming STATIC to STATIC_PCRE.
51  *    Replacing this file with one built by "configure" from
52  *    "config.h.in", for consistency.
53  *
54  *    Revision 1.6  2001/07/15 17:54:29  jongfoster
55  *    Renaming #define STATIC to STATIC_PCRE
56  *    Adding new #define FEATURE_PTHREAD that will be used to enable
57  *    POSIX threads support.
58  *
59  *    Revision 1.5  2001/07/13 13:48:37  oes
60  *     - (Fix:) Copied CODE_STATUS #define from config.h.in
61  *     - split REGEX #define into REGEX_GNU and REGEX_PCRE
62  *       and removed PCRE.
63  *       (REGEX = REGEX_GNU || REGEX_PCRE per project.h)
64  *     - Moved STATIC (for pcre) here from Makefile.in
65  *     - Introduced STATIC_PCRS #define to allow for dynaimc linking with
66  *       libpcrs
67  *     - Removed PCRS #define, since pcrs is now needed for CGI anyway
68  *
69  *    Revision 1.4  2001/05/29 09:50:24  jongfoster
70  *    Unified blocklist/imagelist/permissionslist.
71  *    File format is still under discussion, but the internal changes
72  *    are (mostly) done.
73  *
74  *    Also modified interceptor behaviour:
75  *    - We now intercept all URLs beginning with one of the following
76  *      prefixes (and *only* these prefixes):
77  *        * http://i.j.b/
78  *        * http://ijbswa.sf.net/config/
79  *        * http://ijbswa.sourceforge.net/config/
80  *    - New interceptors "home page" - go to http://i.j.b/ to see it.
81  *    - Internal changes so that intercepted and fast redirect pages
82  *      are not replaced with an image.
83  *    - Interceptors now have the option to send a binary page direct
84  *      to the client. (i.e. ijb-send-banner uses this)
85  *    - Implemented show-url-info interceptor.  (Which is why I needed
86  *      the above interceptors changes - a typical URL is
87  *      "http://i.j.b/show-url-info?url=www.somesite.com/banner.gif".
88  *      The previous mechanism would not have intercepted that, and
89  *      if it had been intercepted then it then it would have replaced
90  *      it with an image.)
91  *
92  *    Revision 1.3  2001/05/26 01:26:34  jongfoster
93  *    New #define, WIN_GUI_EDIT, enables the (embryonic) Win32 GUI editor.
94  *    This #define cannot be set from ./configure - there's no point, it
95  *    doesn't work yet.  See feature request # 425722
96  *
97  *    Revision 1.2  2001/05/22 17:43:35  oes
98  *
99  *    - Enabled filtering banners by size rather than URL
100  *      by adding patterns that replace all standard banner
101  *      sizes with the "Junkbuster" gif to the re_filterfile
102  *
103  *    - Enabled filtering WebBugs by providing a pattern
104  *      which kills all 1x1 images
105  *
106  *    - Added support for PCRE_UNGREEDY behaviour to pcrs,
107  *      which is selected by the (nonstandard and therefore
108  *      capital) letter 'U' in the option string.
109  *      It causes the quantifiers to be ungreedy by default.
110  *      Appending a ? turns back to greedy (!).
111  *
112  *    - Added a new interceptor ijb-send-banner, which
113  *      sends back the "Junkbuster" gif. Without imagelist or
114  *      MSIE detection support, or if tinygif = 1, or the
115  *      URL isn't recognized as an imageurl, a lame HTML
116  *      explanation is sent instead.
117  *
118  *    - Added new feature, which permits blocking remote
119  *      script redirects and firing back a local redirect
120  *      to the browser.
121  *      The feature is conditionally compiled, i.e. it
122  *      can be disabled with --disable-fast-redirects,
123  *      plus it must be activated by a "fast-redirects"
124  *      line in the config file, has its own log level
125  *      and of course wants to be displayed by show-proxy-args
126  *      Note: Boy, all the #ifdefs in 1001 locations and
127  *      all the fumbling with configure.in and acconfig.h
128  *      were *way* more work than the feature itself :-(
129  *
130  *    - Because a generic redirect template was needed for
131  *      this, tinygif = 3 now uses the same.
132  *
133  *    - Moved GIFs, and other static HTTP response templates
134  *      to project.h
135  *
136  *    - Many minor fixes
137  *
138  *    - Removed some >400 CRs again (Jon, you really worked
139  *      a lot! ;-)
140  *
141  *    Revision 1.1.1.1  2001/05/15 13:58:45  oes
142  *    Initial import of version 2.9.3 source tree
143  *
144  *
145  *********************************************************************/
146 \f
147
148 /* Define to empty if the keyword does not work.  */
149 /* #undef const */
150
151 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
152 /* #undef size_t */
153
154 /* Define if you have the ANSI C header files.  */
155 #define STDC_HEADERS 1
156
157 /*
158  * Version number - Major (X._._)
159  */
160 #define VERSION_MAJOR 2
161
162 /*
163  * Version number - Minor (_.X._)
164  */
165 #define VERSION_MINOR 9
166
167 /*
168  * Version number - Point (_._.X)
169  */
170 #define VERSION_POINT 8
171
172 /*
173  * Version number, as a string
174  */
175 #define VERSION "2.9.8"
176
177 /*
178  * Status of the code: alpha, beta or stable
179  */
180 #define CODE_STATUS "alpha"
181
182 /*
183  * Regular expression matching for URLs.  (Highly recommended).
184  * If neither of these are defined then you can ony use prefix matching.
185  * Don't bother to change this here! Use configure instead.
186  */
187 /* #undef REGEX_GNU */
188 #define REGEX_PCRE 1
189
190 /* 
191  * Should pcre be statically built in instead of linkling with libpcre?
192  * (This is determined by configure depending on the availiability of
193  * libpcre and user preferences). The name is ugly, but pcre needs it.
194  * Don't bother to change this here! Use configure instead.
195  */
196 #define STATIC_PCRE 1
197
198 /* 
199  * Should pcrs be statically built in instead of linkling with libpcrs?
200  * (This is determined by configure depending on the availiability of
201  * libpcrs and user preferences).
202  * Don't bother to change this here! Use configure instead.
203  */
204 #define STATIC_PCRS 1
205
206 /*
207  * Allow JunkBuster to be "disabled" so it is just a normal non-blocking
208  * non-anonymizing proxy.  This is useful if you're trying to access a
209  * blocked or broken site - just change the setting in the config file
210  * and send a SIGHUP (UN*X), or use the handy "Disable" menu option (Windows
211  * GUI).
212  */
213 #define TOGGLE 1
214
215 /*
216  * If a stream is compressed via gzip (Netscape specific I think), then
217  * it cannot be modified with Perl regexps.  This forces it to be 
218  * uncompressed.
219  */
220 #define DENY_GZIP 1
221
222 /*
223  * Enables statistics function.
224  */
225 #define STATISTICS 1
226
227 /*
228  * Bypass filtering for 1 page only
229  */
230 #define FORCE_LOAD 1
231
232 /*
233  * Locally redirect remote script-redirect URLs
234  */
235 #define FAST_REDIRECTS 1
236
237 /*
238  * Split the show-proxy-args page into a page for each config file.
239  */
240 #define SPLIT_PROXY_ARGS 1
241
242 /*
243  * Kills JavaScript popups - window.open, onunload, etc.
244  */
245 #define KILLPOPUPS 1
246
247 /*
248  * Support for webDAV - e.g. so Microsoft Outlook can access HotMail e-mail
249  */
250 #define WEBDAV 1
251
252 /*
253  * Detect image requests automatically for MSIE.  Will fall back to
254  * other image-detection methods (i.e. "+image" permission) for other
255  * browsers.
256  *
257  * You must also define IMAGE_BLOCKING to use this feature.
258  *
259  * It detects the following header pair as an image request:
260  *
261  * User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
262  * Accept: * / *
263  *
264  * And the following as a HTML request:
265  *
266  * User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
267  * Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, * / *
268  *
269  * And no, I haven't got that backwards - IE is being wierd.
270  *
271  * Known limitations: 
272  * 1) If you press shift-reload on a blocked HTML page, you get
273  *    the image "blocked" page, not the HTML "blocked" page.
274  * 2) Once an image "blocked" page has been sent, viewing it 
275  *    in it's own browser window *should* bring up the HTML
276  *    "blocked" page, but it doesn't.  You need to clear the 
277  *    browser cache to get the HTML version again.
278  *
279  * These limitations are due to IE making inconsistent choices
280  * about which "Accept:" header to send.
281  */
282 #define DETECT_MSIE_IMAGES 1
283
284 /*
285  * Allow blocking using images as well as HTML.
286  * If you do not define this then everything is blocked as HTML.
287  *
288  * Note that this is required if you want to use DETECT_MSIE_IMAGES.
289  */
290 #define IMAGE_BLOCKING 1
291
292 /*
293  * Allows the use of ACL files to control access to the proxy by IP address.
294  */
295 #define ACL_FILES 1
296
297 /*
298  * Allows the use of trust files.
299  */
300 #define TRUST_FILES 1
301
302 /*
303  * Allows the use of jar files to capture cookies.
304  */
305 #define JAR_FILES 1
306
307 /*
308  * Use POSIX threads instead of native threads.
309  */
310 /* #undef FEATURE_PTHREAD */
311
312 /* Define if you have the bcopy function.  */
313 #define HAVE_BCOPY 1
314
315 /* Define if you have the memmove function.  */
316 #define HAVE_MEMMOVE 1
317
318 /* Define if you have the strerror function.  */
319 #define HAVE_STRERROR 1
320
321 /*
322  * Need to set up this define only for the Pthreads library for
323  * Win32, available from http://sources.redhat.com/pthreads-win32/
324  */
325 #if defined(FEATURE_PTHREAD) && defined(_WIN32)
326 #define __CLEANUP_C
327 #endif /* defined(FEATURE_PTHREAD) && defined(_WIN32) */
328
329 #endif /* _CONFIG_H */