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