Fixed copy command to copy the file to te right place.
[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.5  2001/07/13 13:48:37  oes
42  *     - (Fix:) Copied CODE_STATUS #define from config.h.in
43  *     - split REGEX #define into REGEX_GNU and REGEX_PCRE
44  *       and removed PCRE.
45  *       (REGEX = REGEX_GNU || REGEX_PCRE per project.h)
46  *     - Moved STATIC (for pcre) here from Makefile.in
47  *     - Introduced STATIC_PCRS #define to allow for dynaimc linking with
48  *       libpcrs
49  *     - Removed PCRS #define, since pcrs is now needed for CGI anyway
50  *
51  *    Revision 1.4  2001/05/29 09:50:24  jongfoster
52  *    Unified blocklist/imagelist/permissionslist.
53  *    File format is still under discussion, but the internal changes
54  *    are (mostly) done.
55  *
56  *    Also modified interceptor behaviour:
57  *    - We now intercept all URLs beginning with one of the following
58  *      prefixes (and *only* these prefixes):
59  *        * http://i.j.b/
60  *        * http://ijbswa.sf.net/config/
61  *        * http://ijbswa.sourceforge.net/config/
62  *    - New interceptors "home page" - go to http://i.j.b/ to see it.
63  *    - Internal changes so that intercepted and fast redirect pages
64  *      are not replaced with an image.
65  *    - Interceptors now have the option to send a binary page direct
66  *      to the client. (i.e. ijb-send-banner uses this)
67  *    - Implemented show-url-info interceptor.  (Which is why I needed
68  *      the above interceptors changes - a typical URL is
69  *      "http://i.j.b/show-url-info?url=www.somesite.com/banner.gif".
70  *      The previous mechanism would not have intercepted that, and
71  *      if it had been intercepted then it then it would have replaced
72  *      it with an image.)
73  *
74  *    Revision 1.3  2001/05/26 01:26:34  jongfoster
75  *    New #define, WIN_GUI_EDIT, enables the (embryonic) Win32 GUI editor.
76  *    This #define cannot be set from ./configure - there's no point, it
77  *    doesn't work yet.  See feature request # 425722
78  *
79  *    Revision 1.2  2001/05/22 17:43:35  oes
80  *
81  *    - Enabled filtering banners by size rather than URL
82  *      by adding patterns that replace all standard banner
83  *      sizes with the "Junkbuster" gif to the re_filterfile
84  *
85  *    - Enabled filtering WebBugs by providing a pattern
86  *      which kills all 1x1 images
87  *
88  *    - Added support for PCRE_UNGREEDY behaviour to pcrs,
89  *      which is selected by the (nonstandard and therefore
90  *      capital) letter 'U' in the option string.
91  *      It causes the quantifiers to be ungreedy by default.
92  *      Appending a ? turns back to greedy (!).
93  *
94  *    - Added a new interceptor ijb-send-banner, which
95  *      sends back the "Junkbuster" gif. Without imagelist or
96  *      MSIE detection support, or if tinygif = 1, or the
97  *      URL isn't recognized as an imageurl, a lame HTML
98  *      explanation is sent instead.
99  *
100  *    - Added new feature, which permits blocking remote
101  *      script redirects and firing back a local redirect
102  *      to the browser.
103  *      The feature is conditionally compiled, i.e. it
104  *      can be disabled with --disable-fast-redirects,
105  *      plus it must be activated by a "fast-redirects"
106  *      line in the config file, has its own log level
107  *      and of course wants to be displayed by show-proxy-args
108  *      Note: Boy, all the #ifdefs in 1001 locations and
109  *      all the fumbling with configure.in and acconfig.h
110  *      were *way* more work than the feature itself :-(
111  *
112  *    - Because a generic redirect template was needed for
113  *      this, tinygif = 3 now uses the same.
114  *
115  *    - Moved GIFs, and other static HTTP response templates
116  *      to project.h
117  *
118  *    - Many minor fixes
119  *
120  *    - Removed some >400 CRs again (Jon, you really worked
121  *      a lot! ;-)
122  *
123  *    Revision 1.1.1.1  2001/05/15 13:58:45  oes
124  *    Initial import of version 2.9.3 source tree
125  *
126  *
127  *********************************************************************/
128 \f
129
130 /* Define to empty if the keyword does not work.  */
131 #undef const
132
133 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
134 #undef size_t
135
136 /* Define if you have the ANSI C header files.  */
137 #undef STDC_HEADERS
138
139 /*
140  * Version number - Major (X._._)
141  */
142 #undef VERSION_MAJOR
143
144 /*
145  * Version number - Minor (_.X._)
146  */
147 #undef VERSION_MINOR
148
149 /*
150  * Version number - Point (_._.X)
151  */
152 #undef VERSION_POINT
153
154 /*
155  * Version number, as a string
156  */
157 #undef VERSION
158
159 /*
160  * Status of the code: alpha, beta or stable
161  */
162 #undef CODE_STATUS
163
164 /*
165  * Regular expression matching for URLs.  (Highly recommended).  If none of these 
166  * is defined then you can ony use prefix matching.
167  * Don't bother to change this here! Use configure instead.
168  */
169 #undef REGEX_GNU
170 #undef REGEX_PCRE
171
172 /* 
173  * Should pcre be statically built in instead of linkling with libpcre?
174  * (This is determined by configure depending on the availiability of
175  * libpcre and user preferences). The name is ugly, but pcre needs it.
176  * Don't bother to change this here! Use configure instead.
177  */
178 #undef STATIC
179
180 /* 
181  * Should pcrs be statically built in instead of linkling with libpcrs?
182  * (This is determined by configure depending on the availiability of
183  * libpcrs and user preferences).
184  * Don't bother to change this here! Use configure instead.
185  */
186 #undef STATIC_PCRS
187
188 /*
189  * Allow JunkBuster to be "disabled" so it is just a normal non-blocking
190  * non-anonymizing proxy.  This is useful if you're trying to access a
191  * blocked or broken site - just change the setting in the config file
192  * and send a SIGHUP (UN*X), or use the handy "Disable" menu option (Windows
193  * GUI).
194  */
195 #undef TOGGLE
196
197 /*
198  * If a stream is compressed via gzip (Netscape specific I think), then
199  * it cannot be modified with Perl regexps.  This forces it to be 
200  * uncompressed.
201  */
202 #undef DENY_GZIP
203
204 /*
205  * Enables statistics function.
206  */
207 #undef STATISTICS
208
209 /*
210  * Bypass filtering for 1 page only
211  */
212 #undef FORCE_LOAD
213
214 /*
215  * Locally redirect remote script-redirect URLs
216  */
217 #undef FAST_REDIRECTS
218
219 /*
220  * Split the show-proxy-args page into a page for each config file.
221  */
222 #undef SPLIT_PROXY_ARGS
223
224 /*
225  * Kills JavaScript popups - window.open, onunload, etc.
226  */
227 #undef KILLPOPUPS
228
229 /*
230  * Support for webDAV - e.g. so Microsoft Outlook can access HotMail e-mail
231  */
232 #undef WEBDAV
233
234 /*
235  * Detect image requests automatically for MSIE.  Will fall back to
236  * other image-detection methods (i.e. "+image" permission) for other
237  * browsers.
238  *
239  * You must also define IMAGE_BLOCKING to use this feature.
240  *
241  * It detects the following header pair as an image request:
242  *
243  * User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
244  * Accept: * / *
245  *
246  * And the following as a HTML request:
247  *
248  * User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
249  * Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, * / *
250  *
251  * And no, I haven't got that backwards - IE is being wierd.
252  *
253  * Known limitations: 
254  * 1) If you press shift-reload on a blocked HTML page, you get
255  *    the image "blocked" page, not the HTML "blocked" page.
256  * 2) Once an image "blocked" page has been sent, viewing it 
257  *    in it's own browser window *should* bring up the HTML
258  *    "blocked" page, but it doesn't.  You need to clear the 
259  *    browser cache to get the HTML version again.
260  *
261  * These limitations are due to IE making inconsistent choices
262  * about which "Accept:" header to send.
263  */
264 #undef DETECT_MSIE_IMAGES
265
266 /*
267  * Allow blocking using images as well as HTML.
268  * If you do not define this then everything is blocked as HTML.
269  *
270  * Note that this is required if you want to use DETECT_MSIE_IMAGES.
271  */
272 #undef IMAGE_BLOCKING
273
274 /*
275  * Allows the use of ACL files to control access to the proxy by IP address.
276  */
277 #undef ACL_FILES
278
279 /*
280  * Allows the use of trust files.
281  */
282 #undef TRUST_FILES
283
284 /*
285  * Allows the use of jar files to capture cookies.
286  */
287 #undef JAR_FILES
288
289 /* Define if you have the bcopy function.  */
290 #undef HAVE_BCOPY
291
292 /* Define if you have the memmove function.  */
293 #undef HAVE_MEMMOVE
294
295 /* Define if you have the strerror function.  */
296 #undef HAVE_STRERROR
297
298 #endif /* _CONFIG_H */