introduced confdir option
[privoxy.git] / config.h.in
1 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
2 #ifndef _CONFIG_H
3 #define _CONFIG_H
4 /*********************************************************************
5  *
6  * File        :  $Source: /cvsroot/ijbswa/current/acconfig.h,v $
7  *
8  * Purpose     :  This file should be the first thing included in every
9  *                .c file.  (Before even system headers).  It contains 
10  *                #define statements for various features.  It was
11  *                introduced because the compile command line started
12  *                getting ludicrously long with feature defines.
13  *
14  * Copyright   :  Written by and Copyright (C) 2001 the SourceForge
15  *                IJBSWA team.  http://ijbswa.sourceforge.net
16  *
17  *                Based on the Internet Junkbuster originally written
18  *                by and Copyright (C) 1997 Anonymous Coders and 
19  *                Junkbusters Corporation.  http://www.junkbusters.com
20  *
21  *                This program is free software; you can redistribute it 
22  *                and/or modify it under the terms of the GNU General
23  *                Public License as published by the Free Software
24  *                Foundation; either version 2 of the License, or (at
25  *                your option) any later version.
26  *
27  *                This program is distributed in the hope that it will
28  *                be useful, but WITHOUT ANY WARRANTY; without even the
29  *                implied warranty of MERCHANTABILITY or FITNESS FOR A
30  *                PARTICULAR PURPOSE.  See the GNU General Public
31  *                License for more details.
32  *
33  *                The GNU General Public License should be included with
34  *                this file.  If not, you can view it at
35  *                http://www.gnu.org/copyleft/gpl.html
36  *                or write to the Free Software Foundation, Inc., 59
37  *                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
38  *
39  * Revisions   :
40  *    $Log: acconfig.h,v $
41  *    Revision 1.3  2001/05/26 01:26:34  jongfoster
42  *    New #define, WIN_GUI_EDIT, enables the (embryonic) Win32 GUI editor.
43  *    This #define cannot be set from ./configure - there's no point, it
44  *    doesn't work yet.  See feature request # 425722
45  *
46  *    Revision 1.2  2001/05/22 17:43:35  oes
47  *
48  *    - Enabled filtering banners by size rather than URL
49  *      by adding patterns that replace all standard banner
50  *      sizes with the "Junkbuster" gif to the re_filterfile
51  *
52  *    - Enabled filtering WebBugs by providing a pattern
53  *      which kills all 1x1 images
54  *
55  *    - Added support for PCRE_UNGREEDY behaviour to pcrs,
56  *      which is selected by the (nonstandard and therefore
57  *      capital) letter 'U' in the option string.
58  *      It causes the quantifiers to be ungreedy by default.
59  *      Appending a ? turns back to greedy (!).
60  *
61  *    - Added a new interceptor ijb-send-banner, which
62  *      sends back the "Junkbuster" gif. Without imagelist or
63  *      MSIE detection support, or if tinygif = 1, or the
64  *      URL isn't recognized as an imageurl, a lame HTML
65  *      explanation is sent instead.
66  *
67  *    - Added new feature, which permits blocking remote
68  *      script redirects and firing back a local redirect
69  *      to the browser.
70  *      The feature is conditionally compiled, i.e. it
71  *      can be disabled with --disable-fast-redirects,
72  *      plus it must be activated by a "fast-redirects"
73  *      line in the config file, has its own log level
74  *      and of course wants to be displayed by show-proxy-args
75  *      Note: Boy, all the #ifdefs in 1001 locations and
76  *      all the fumbling with configure.in and acconfig.h
77  *      were *way* more work than the feature itself :-(
78  *
79  *    - Because a generic redirect template was needed for
80  *      this, tinygif = 3 now uses the same.
81  *
82  *    - Moved GIFs, and other static HTTP response templates
83  *      to project.h
84  *
85  *    - Many minor fixes
86  *
87  *    - Removed some >400 CRs again (Jon, you really worked
88  *      a lot! ;-)
89  *
90  *    Revision 1.1.1.1  2001/05/15 13:58:45  oes
91  *    Initial import of version 2.9.3 source tree
92  *
93  *
94  *********************************************************************/
95 \f
96
97 /* Define to empty if the keyword does not work.  */
98 #undef const
99
100 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
101 #undef size_t
102
103 /* Define if you have the ANSI C header files.  */
104 #undef STDC_HEADERS
105
106 /*
107  * Version number - Major (X._._)
108  */
109 #undef VERSION_MAJOR
110
111 /*
112  * Version number - Minor (_.X._)
113  */
114 #undef VERSION_MINOR
115
116 /*
117  * Version number - Point (_._.X)
118  */
119 #undef VERSION_POINT
120
121 /*
122  * Version number, as a string
123  */
124 #undef VERSION
125
126 /*
127  * Regular expression matching for URLs.  (Highly recommended).  If this is 
128  * not defined then you can ony use prefix matching.
129  */
130 #undef REGEX
131
132 /*
133  * Allow JunkBuster to be "disabled" so it is just a normal non-blocking
134  * non-anonymizing proxy.  This is useful if you're trying to access a
135  * blocked or broken site - just change the setting in the config file
136  * and send a SIGHUP (UN*X), or use the handy "Disable" menu option (Windows
137  * GUI).
138  */
139 #undef TOGGLE
140
141 /*
142  * Enables arbitrary content modification regexps
143  */
144 #undef PCRS
145
146 /*
147  * If a stream is compressed via gzip (Netscape specific I think), then
148  * it cannot be modified with Perl regexps.  This forces it to be 
149  * uncompressed.
150  */
151 #undef DENY_GZIP
152
153 /*
154  * Enables statistics function.
155  */
156 #undef STATISTICS
157
158 /*
159  * Bypass filtering for 1 page only
160  */
161 #undef FORCE_LOAD
162
163 /*
164  * Locally redirect remote script-redirect URLs
165  */
166 #undef FAST_REDIRECTS
167
168 /*
169  * Split the show-proxy-args page into a page for each config file.
170  */
171 #undef SPLIT_PROXY_ARGS
172
173 /*
174  * Kills JavaScript popups - window.open, onunload, etc.
175  */
176 #undef KILLPOPUPS
177
178 /*
179  * Support for webDAV - e.g. so Microsoft Outlook can access HotMail e-mail
180  */
181 #undef WEBDAV
182
183 /*
184  * Detect image requests automatically for MSIE.  Will fall back to
185  * other image-detection methods (i.e. "+image" permission) for other
186  * browsers.
187  *
188  * You must also define IMAGE_BLOCKING to use this feature.
189  *
190  * It detects the following header pair as an image request:
191  *
192  * User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
193  * Accept: * / *
194  *
195  * And the following as a HTML request:
196  *
197  * User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
198  * Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, * / *
199  *
200  * And no, I haven't got that backwards - IE is being wierd.
201  *
202  * Known limitations: 
203  * 1) If you press shift-reload on a blocked HTML page, you get
204  *    the image "blocked" page, not the HTML "blocked" page.
205  * 2) Once an image "blocked" page has been sent, viewing it 
206  *    in it's own browser window *should* bring up the HTML
207  *    "blocked" page, but it doesn't.  You need to clear the 
208  *    browser cache to get the HTML version again.
209  *
210  * These limitations are due to IE making inconsistent choices
211  * about which "Accept:" header to send.
212  */
213 #undef DETECT_MSIE_IMAGES
214
215 /*
216  * Allow blocking using images as well as HTML.
217  * If you do not define this then everything is blocked as HTML.
218  *
219  * Note that this is required if you want to use DETECT_MSIE_IMAGES.
220  */
221 #undef IMAGE_BLOCKING
222
223 /*
224  * Allows the use of ACL files to control access to the proxy by IP address.
225  */
226 #undef ACL_FILES
227
228 /*
229  * Allows the use of trust files.
230  */
231 #undef TRUST_FILES
232
233 /*
234  * Allows the use of jar files to capture cookies.
235  */
236 #undef JAR_FILES
237
238 /*
239  * Use PCRE rather than GNU Regex
240  */
241 #undef PCRE
242
243 /* Define if you have the bcopy function.  */
244 #undef HAVE_BCOPY
245
246 /* Define if you have the memmove function.  */
247 #undef HAVE_MEMMOVE
248
249 /* Define if you have the strerror function.  */
250 #undef HAVE_STRERROR
251
252 #endif /* _CONFIG_H */