1 /* config.h.in. Generated automatically from configure.in by autoheader. */
4 /*********************************************************************
6 * File : $Source: /cvsroot/ijbswa/current/config.h.in,v $
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.
14 * Copyright : Written by and Copyright (C) 2001 the SourceForge
15 * IJBSWA team. http://ijbswa.sourceforge.net
17 * Based on the Internet Junkbuster originally written
18 * by and Copyright (C) 1997 Anonymous Coders and
19 * Junkbusters Corporation. http://www.junkbusters.com
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.
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.
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.
40 * $Log: config.h.in,v $
41 * Revision 1.1 2001/05/15 13:58:49 oes
45 *********************************************************************/
48 /* Define to empty if the keyword does not work. */
51 /* Define to `unsigned' if <sys/types.h> doesn't define. */
54 /* Define if you have the ANSI C header files. */
58 * Version number - Major (X._._)
63 * Version number - Minor (_.X._)
68 * Version number - Point (_._.X)
73 * Version number, as a string
78 * Regular expression matching for URLs. (Highly recommended). If this is
79 * not defined then you can ony use prefix matching.
84 * Allow JunkBuster to be "disabled" so it is just a normal non-blocking
85 * non-anonymizing proxy. This is useful if you're trying to access a
86 * blocked or broken site - just change the setting in the config file
87 * and send a SIGHUP (UN*X), or use the handy "Disable" menu option (Windows
93 * Enables arbitrary content modification regexps
98 * If a stream is compressed via gzip (Netscape specific I think), then
99 * it cannot be modified with Perl regexps. This forces it to be
105 * Enables statistics function.
110 * Bypass filtering for 1 page only
115 * Locally redirect remote script-redirect URLs
117 #undef FAST_REDIRECTS
120 * Split the show-proxy-args page into a page for each config file.
122 #undef SPLIT_PROXY_ARGS
125 * Kills JavaScript popups - window.open, onunload, etc.
130 * Support for webDAV - e.g. so Microsoft Outlook can access HotMail e-mail
135 * Detect image requests automatically for MSIE. Will fall back to
136 * other image-detection methods (i.e. USE_IMAGE_LIST) for other
139 * It detects the following header pair as an image request:
141 * User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
144 * And the following as a HTML request:
146 * User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
147 * Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, * / *
149 * And no, I haven't got that backwards - IE is being wierd.
152 * 1) If you press shift-reload on a blocked HTML page, you get
153 * the image "blocked" page, not the HTML "blocked" page.
154 * 2) Once an image "blocked" page has been sent, viewing it
155 * in it's own browser window *should* bring up the HTML
156 * "blocked" page, but it doesn't. You need to clear the
157 * browser cache to get the HTML version again.
159 * These limitations are due to IE making inconsistent choices
160 * about which "Accept:" header to send.
162 #undef DETECT_MSIE_IMAGES
165 * Use image list to detect images.
166 * If you do not define this then everything is treated as HTML.
168 * Whatever the setting of this value, DETECT_MSIE_IMAGES will
169 * override it for people using Internet Explorer.
171 #undef USE_IMAGE_LIST
174 * Allows the use of ACL files to control access to the proxy by IP address.
179 * Allows the use of trust files.
184 * Allows the use of jar files to capture cookies.
189 * Use PCRE rather than GNU Regex
193 /* Define if you have the bcopy function. */
196 /* Define if you have the memmove function. */
199 /* Define if you have the strerror function. */
202 #endif /* _CONFIG_H */