New config option: enforce-blocks.
[privoxy.git] / configure.in
1 dnl Process this file with autoconf to produce a configure script.
2 dnl 
3 dnl $Id: configure.in,v 1.102 2007/01/18 14:55:45 fabiankeil Exp $
4 dnl 
5 dnl Written by and Copyright (C) 2001 - 2004 the SourceForge
6 dnl Privoxy team. http://www.privoxy.org/
7 dnl
8 dnl Based on the Internet Junkbuster originally written
9 dnl by and Copyright (C) 1997 Anonymous Coders and 
10 dnl Junkbusters Corporation.  http://www.junkbusters.com
11 dnl
12 dnl This program is free software; you can redistribute it 
13 dnl and/or modify it under the terms of the GNU General
14 dnl Public License as published by the Free Software
15 dnl Foundation; either version 2 of the License, or (at
16 dnl your option) any later version.
17 dnl 
18 dnl This program is distributed in the hope that it will
19 dnl be useful, but WITHOUT ANY WARRANTY; without even the
20 dnl implied warranty of MERCHANTABILITY or FITNESS FOR A
21 dnl PARTICULAR PURPOSE.  See the GNU General Public
22 dnl License for more details.
23 dnl 
24 dnl The GNU General Public License should be included with
25 dnl this file.  If not, you can view it at
26 dnl http://www.gnu.org/copyleft/gpl.html
27 dnl or write to the Free Software Foundation, Inc., 59
28 dnl Temple Place - Suite 330, Boston, MA  02111-1307, USA.
29 dnl 
30 dnl $Log: configure.in,v $
31 dnl Revision 1.102  2007/01/18 14:55:45  fabiankeil
32 dnl Check for tzset() and putenv() to make sure the
33 dnl replacement timegm() isn't included on systems
34 dnl where it fails to compile.
35 dnl
36 dnl Revision 1.101  2007/01/12 15:20:17  fabiankeil
37 dnl Temporarily ignore external libpcrs to prevent
38 dnl problems that are fixed in Privoxy's own version.
39 dnl
40 dnl Revision 1.100  2007/01/07 07:38:10  joergs
41 dnl Disabled -pipe for AmigaOS4.
42 dnl
43 dnl Revision 1.99  2007/01/01 19:36:37  fabiankeil
44 dnl Integrate a modified version of Wil Mahan's
45 dnl zlib patch (PR #895531).
46 dnl
47 dnl Revision 1.98  2006/12/17 19:15:26  fabiankeil
48 dnl Added ./configure switch for FEATURE_GRACEFUL_TERMINATION.
49 dnl
50 dnl Revision 1.97  2006/11/21 18:32:46  hal9
51 dnl Setting version to 3.0.7 UNRELEASED for lack of a better setting.
52 dnl
53 dnl Revision 1.96  2006/11/18 14:42:51  fabiankeil
54 dnl Mark as stable.
55 dnl
56 dnl Revision 1.95  2006/11/14 02:08:59  hal9
57 dnl Setting version string to 3.0.6 UNRELEASED. This needs to be reset to 3.0.6
58 dnl stable just before CVS is tagged for release.
59 dnl
60 dnl Revision 1.94  2006/11/13 19:05:50  fabiankeil
61 dnl Make pthread mutex locking more generic. Instead of
62 dnl checking for OSX and OpenBSD, check for FEATURE_PTHREAD
63 dnl and use mutex locking unless there is an _r function
64 dnl available. Better safe than sorry.
65 dnl
66 dnl Fixes "./configure --disable-pthread" and should result
67 dnl in less threading-related problems on pthread-using platforms,
68 dnl but it still doesn't fix BR#1122404.
69 dnl
70 dnl Revision 1.93  2006/09/22 01:26:20  hal9
71 dnl Set version to 3.0.5 BETA for hopefully release this weekend.
72 dnl
73 dnl Revision 1.92  2006/08/17 17:09:49  fabiankeil
74 dnl Added check for timegm().
75 dnl
76 dnl Revision 1.91  2006/08/13 22:01:51  fabiankeil
77 dnl Added checks for strptime() and random()
78 dnl
79 dnl Revision 1.90  2006/07/18 14:48:45  david__schmidt
80 dnl Reorganizing the repository: swapping out what was HEAD (the old 3.1 branch)
81 dnl with what was really the latest development (the v_3_0_branch branch)
82 dnl
83 dnl Revision 1.68.2.20  2004/01/31 16:31:46  oes
84 dnl Resetting version info to 0.0.0 UNRELEASED
85 dnl
86 dnl Revision 1.68.2.19  2004/01/30 09:26:03  oes
87 dnl Added docbook paths for debian sarge; set status for release
88 dnl
89 dnl Revision 1.68.2.18  2003/12/08 15:10:29  oes
90 dnl Bugfix: --with-docbook now correctly accepts its path parameter. Thanks, Roland!
91 dnl
92 dnl Revision 1.68.2.17  2003/10/18 18:41:26  david__schmidt
93 dnl Update to remain buildable on OS/2 - remove the failures
94 dnl due to missing unixisms
95 dnl
96 dnl Revision 1.68.2.16  2003/03/26 16:05:14  oes
97 dnl Marked as 0.0.0 UNRELEASED
98 dnl
99 dnl Revision 1.68.2.15  2003/03/26 00:25:00  oes
100 dnl Bump version for 3.0.2
101 dnl
102 dnl Revision 1.68.2.14  2003/03/25 13:27:12  hal9
103 dnl Manually apply Docbook/FreeBSD patch #708081 from a.go at tiscali.nl.
104 dnl
105 dnl Revision 1.68.2.13  2003/03/18 19:38:57  oes
106 dnl Set version info for 3.0.1 release
107 dnl
108 dnl Revision 1.68.2.12  2003/03/07 03:41:04  david__schmidt
109 dnl Wrapping all *_r functions (the non-_r versions of them) with mutex semaphores for OSX.  Hopefully this will take care of all of those pesky crash reports.
110 dnl
111 dnl Revision 1.68.2.11  2003/03/06 15:22:37  oes
112 dnl Fixed minor shell syntax bug
113 dnl
114 dnl Revision 1.68.2.10  2003/01/08 16:39:41  oes
115 dnl Changing default to exclude FEATURE_IMAGE_DETECT_MSIE because of problem reports with recent IEs
116 dnl
117 dnl Revision 1.68.2.9  2002/12/13 23:47:45  hal9
118 dnl Add openbsd $specialflags per gunner at styx2002.no-ip.org
119 dnl
120 dnl Revision 1.68.2.8  2002/11/27 12:55:26  oes
121 dnl Fixed broken handling of pre-set CFLAGS
122 dnl
123 dnl Revision 1.68.2.7  2002/10/25 02:44:22  hal9
124 dnl Port of make install, etc from main trunk. Needs testing! Add Slackware
125 dnl support, and other related changes. Update related docs.
126 dnl
127 dnl Revision 1.68.2.6  2002/09/25 15:35:15  oes
128 dnl Marking as non-release
129 dnl
130 dnl Revision 1.68.2.5  2002/08/25 23:37:00  hal9
131 dnl Getting ready for 3.0 release.
132 dnl
133 dnl Revision 1.68.2.4  2002/08/10 11:21:57  oes
134 dnl - Set Version to 2.9.20 (beta)
135 dnl - Add two AC_DEFINEs that indicate if the pcre*.h headers
136 dnl   are located in a pcre/ subdir to the include path.
137 dnl
138 dnl Revision 1.68.2.3  2002/08/06 11:29:36  oes
139 dnl Fixed detection/inclusion of pcre.h, which is in a pcre subdir on RH
140 dnl
141 dnl Revision 1.68.2.2  2002/07/30 19:36:09  hal9
142 dnl Bump version to 2.9.17.
143 dnl
144 dnl Revision 1.68.2.1  2002/07/26 15:21:12  oes
145 dnl  Bumped version number for 2.9.16 freeze
146 dnl
147 dnl Revision 1.68  2002/05/25 16:54:54  jongfoster
148 dnl Detect if the compiler supports -pthread.
149 dnl Hopefully this will fix bug 560442.  (I don't have a HP PA-RISC
150 dnl machine to test this!)
151 dnl
152 dnl Revision 1.67  2002/05/03 14:33:59  oes
153 dnl Generate doc/soucre/ldp.dsl
154 dnl
155 dnl Revision 1.66  2002/05/03 00:41:56  oes
156 dnl Set version to 2.9.15 to comply with new versioning scheme
157 dnl
158 dnl Revision 1.65  2002/04/25 19:13:57  morcego
159 dnl Removed RPM release number declaration on configure.in
160 dnl Changed makefile to use given value for RPM_PACKAGEV when on uploading
161 dnl targets (will produce an error, explaining who to do it, if no value
162 dnl if provided).
163 dnl
164 dnl Revision 1.64  2002/04/22 16:32:31  morcego
165 dnl configure.in, *.spec: Bumping release to 2 (2.9.14-2)
166 dnl -rh.spec: uid and gid are now macros
167 dnl -suse.spec: Changing the header Copyright to License (Copyright is
168 dnl             deprecable)
169 dnl
170 dnl Revision 1.63  2002/04/11 11:00:21  oes
171 dnl Applied Moritz' fix for socklen_t on Solaris
172 dnl
173 dnl Revision 1.62  2002/04/11 10:09:20  oes
174 dnl Version 2.9.14
175 dnl
176 dnl Revision 1.61  2002/04/10 18:14:45  morcego
177 dnl - (privoxy-rh.spec only) Relisting template files on the %%files section
178 dnl - (configure.in, privoxy-rh.spec) Bumped package release to 5
179 dnl
180 dnl Revision 1.60  2002/04/09 16:38:49  oes
181 dnl Added detection of missing config.h.in
182 dnl
183 dnl Revision 1.59  2002/04/06 20:23:55  jongfoster
184 dnl Removing unnessacery tests (C++, ranlib)
185 dnl
186 dnl Revision 1.58  2002/04/04 20:49:20  swa
187 dnl attempt to consolidate the
188 dnl different dokbook versions.
189 dnl
190 dnl Revision 1.57  2002/04/04 00:36:36  gliptak
191 dnl always use pcre for matching
192 dnl
193 dnl Revision 1.56  2002/04/03 22:28:03  gliptak
194 dnl Removed references to gnu_regex
195 dnl
196 dnl Revision 1.55  2002/04/03 03:54:38  gliptak
197 dnl Checking pcre version
198 dnl
199 dnl Revision 1.54  2002/04/01 00:54:24  gliptak
200 dnl More changes needed around regex support.
201 dnl
202 dnl Revision 1.53  2002/03/29 20:09:01  swa
203 dnl al's patch
204 dnl
205 dnl Revision 1.52  2002/03/29 19:51:40  gliptak
206 dnl Correcting compile problem with Debian
207 dnl
208 dnl Revision 1.51  2002/03/28 20:43:00  swa
209 dnl set make correctly
210 dnl
211 dnl Revision 1.50  2002/03/27 03:03:45  hal9
212 dnl Add test for man2html
213 dnl
214 dnl Revision 1.49  2002/03/27 02:19:52  david__schmidt
215 dnl More Mac OSX support:
216 dnl - Get rid of extraneous, noisy -pthread warnings
217 dnl - Define unix so we get oes' unix-tagged changes
218 dnl
219 dnl Revision 1.48  2002/03/26 22:29:54  swa
220 dnl we have a new homepage!
221 dnl
222 dnl Revision 1.47  2002/03/26 16:41:00  hal9
223 dnl Upped RPM Release to 3 (need to build new RH packages)
224 dnl
225 dnl Revision 1.46  2002/03/24 18:55:06  jongfoster
226 dnl Making Docbook work under Windows
227 dnl
228 dnl Revision 1.45  2002/03/24 14:19:55  swa
229 dnl set rpm package release in configure.in. nowhere else.
230 dnl
231 dnl Revision 1.44  2002/03/24 13:25:43  swa
232 dnl name change related issues
233 dnl
234 dnl Revision 1.43  2002/03/24 12:56:21  swa
235 dnl name change related issues.
236 dnl
237 dnl Revision 1.42  2002/03/22 18:11:37  jongfoster
238 dnl Bumping version number to 2.9.12
239 dnl
240 dnl Revision 1.41  2002/03/19 19:30:04  morcego
241 dnl - Fixing stylesheet checking on configure. If it is found, no further checks
242 dnl   should be done
243 dnl
244 dnl - configure will now check for db2html or docbook2html (should work now
245 dnl   on SuSe without the docbktls package)
246 dnl
247 dnl Revision 1.40  2002/03/09 14:33:30  oes
248 dnl Fixing the (harmless) AC_CHECK_FILE warnings
249 dnl
250 dnl Revision 1.39  2002/03/08 16:46:13  oes
251 dnl Added --enable-no-gifs
252 dnl
253 dnl Revision 1.38  2002/03/08 14:13:50  morcego
254 dnl Fixing configure, to remove a command not found error.
255 dnl
256 dnl Revision 1.37  2002/03/08 12:58:21  oes
257 dnl Tiny bugfix in AC_ARG_WITH(debug)
258 dnl
259 dnl Revision 1.36  2002/03/06 23:50:36  morcego
260 dnl Will not test for a text browser if we are not using docbook.
261 dnl
262 dnl Revision 1.35  2002/03/06 21:55:52  morcego
263 dnl New configure option: --with-docbook=(yes|no|directory)
264 dnl Preliminary new platform detection code included. Will work with the
265 dnl old one for now. No use just trowing it away
266 dnl
267 dnl Revision 1.34  2002/03/06 20:57:00  morcego
268 dnl Fixing detection of stylesheets on SuSe.
269 dnl
270 dnl Revision 1.33  2002/03/05 17:31:11  morcego
271 dnl Search for docbook.dsl. Should solve portability problems for SuSe.
272 dnl
273 dnl Revision 1.32  2002/03/05 14:07:43  morcego
274 dnl configure now detects rpm topdir, and change GNUmakefile acordingly
275 dnl    (based on sugestion by Sarantis Paskalis)
276 dnl
277 dnl Revision 1.31  2002/03/05 13:43:28  morcego
278 dnl Checking for text browser, so redhat-dok can work.
279 dnl
280 dnl Revision 1.30  2002/03/04 17:58:01  oes
281 dnl Deleted _DEBUG and PID_FILE_PATH
282 dnl
283 dnl Revision 1.29  2002/02/28 14:20:53  oes
284 dnl Fixed detection of gethost*_r functions on Solaris
285 dnl
286 dnl Revision 1.28  2002/02/27 15:02:38  oes
287 dnl Incremented version number
288 dnl
289 dnl Revision 1.27  2002/01/10 12:35:18  oes
290 dnl Added cross-compile defaults to the AC_CHECK_SIZEOF macros
291 dnl to silence autoconf warnings. Numbers are for Intel/Linux.
292 dnl Is there a better way?
293 dnl
294 dnl Revision 1.26  2002/01/09 14:29:49  oes
295 dnl - Added AC_CHECK_FUNC tests for the availability of
296 dnl   gethostbyname_r, gethostbyaddr_r, gmtime_r and
297 dnl   localtime_r, as well as AC_TRY_COMPILE tests to
298 dnl   determine their signatures.
299 dnl
300 dnl - Fixed a bug with the init of CFLAGS that was
301 dnl   reported by barsnick
302 dnl
303 dnl Revision 1.25  2002/01/04 15:27:18  oes
304 dnl Changed quoting of CODE_STATUS for use in make
305 dnl
306 dnl Revision 1.24  2001/12/30 14:07:31  steudten
307 dnl - Add signal handling (unix)
308 dnl - Add SIGHUP handler (unix)
309 dnl - Add creation of pidfile (unix)
310 dnl - Add action 'top' in rc file (RH)
311 dnl - Add entry 'SIGNALS' to manpage
312 dnl - Add exit message to logfile (unix)
313 dnl
314 dnl Revision 1.23  2001/12/09 20:24:42  david__schmidt
315 dnl Change from "alpha" to "beta" in configure.in
316 dnl
317 dnl Revision 1.22  2001/12/01 11:24:01  jongfoster
318 dnl Renaming Makefile.in to GNUmakefile.in so that non-GNU versions of
319 dnl make break in a more obvious way.
320 dnl
321 dnl Revision 1.21  2001/11/30 21:35:54  jongfoster
322 dnl Bumping version number to 2.9.10
323 dnl
324 dnl Revision 1.20  2001/10/23 21:24:09  jongfoster
325 dnl Support for FEATURE_CGI_EDIT_ACTIONS
326 dnl
327 dnl Revision 1.19  2001/10/07 15:33:14  oes
328 dnl Removed FEATURE_DENY_GZIP
329 dnl Bumped up version number
330 dnl
331 dnl Revision 1.18  2001/09/13 13:10:24  steudten
332 dnl
333 dnl PreWork for Debug Interface.
334 dnl Add new option "--with-debug" to enable debugging (flags aso.)
335 dnl
336 dnl Revision 1.17  2001/09/12 23:44:55  david__schmidt
337 dnl Mac OSX (Darwin) support added.
338 dnl
339 dnl Revision 1.16  2001/09/12 22:55:45  joergs
340 dnl AmigaOS support added.
341 dnl
342 dnl Revision 1.15  2001/09/12 17:28:59  david__schmidt
343 dnl
344 dnl OS/2 port: update autoconf'd support for the platform.
345 dnl
346 dnl Revision 1.14  2001/07/30 22:12:11  jongfoster
347 dnl Fixing Solaris build (I hope) and tidying up #defines:
348 dnl - All feature #defines are now of the form FEATURE_xxx
349 dnl - Permanently turned off WIN_GUI_EDIT
350 dnl - Permanently turned on WEBDAV and SPLIT_PROXY_ARGS
351 dnl
352 dnl Revision 1.13  2001/07/29 17:09:17  jongfoster
353 dnl Major changes to build system in order to fix these bugs:
354 dnl - pthreads under Linux was broken - changed -lpthread to -pthread
355 dnl - Compiling in MinGW32 mode under CygWin now correctly detects
356 dnl   which shared libraries are available
357 dnl - Solaris support (?) (Not tested under Solaris yet)
358 dnl
359 dnl Revision 1.12  2001/07/25 19:16:27  oes
360 dnl Bumping version number to 2.9.8
361 dnl
362 dnl Revision 1.11  2001/07/21 18:00:07  jongfoster
363 dnl Bumping version number to 2.9.7
364 dnl
365 dnl Revision 1.10  2001/07/18 17:25:04  oes
366 dnl Fixed a typo
367 dnl
368 dnl Revision 1.9  2001/07/15 19:45:13  jongfoster
369 dnl Added support for linking with POSIX threads library
370 dnl
371 dnl Revision 1.8  2001/07/15 17:54:29  jongfoster
372 dnl Renaming #define STATIC to STATIC_PCRE
373 dnl Adding new #define FEATURE_PTHREAD that will be used to enable
374 dnl POSIX threads support.
375 dnl
376 dnl Revision 1.7  2001/07/13 13:58:05  oes
377 dnl    Completely reorganized the selection scheme for
378 dnl    pcre, pcreposix, pcrs and gnu_regex:
379 dnl
380 dnl    The presence of shared pcre, pcreposix or pcrs
381 dnl    libraried is now autodetected. Additionally, the
382 dnl    user can enforce using the built-in static variants
383 dnl    by specifying --disable-dynamic-(pcre|pcrs).
384 dnl    Care is taken to avoid that pcre is dyn, while pcreposix
385 dnl    is static, if both are used and that pcrs is static if
386 dnl    pcrs is.
387 dnl
388 dnl    The choice between pcre, gnu or no regex for actionsfile
389 dnl    URL matching is now via
390 dnl    --(enable|disable)-regex-matching[=(gnu|pcre|no)] with the
391 dnl    default being pcre.
392 dnl
393 dnl Revision 1.6  2001/06/29 21:56:40  oes
394 dnl Version -> 2.9.5
395 dnl
396 dnl Revision 1.5  2001/06/29 13:26:27  oes
397 dnl Introduced #define CODE_STATUS
398 dnl
399 dnl Revision 1.4  2001/05/29 09:50:24  jongfoster
400 dnl Unified blocklist/imagelist/permissionslist.
401 dnl File format is still under discussion, but the internal changes
402 dnl are (mostly) done.
403 dnl
404 dnl Also modified interceptor behaviour:
405 dnl - We now intercept all URLs beginning with one of the following
406 dnl   prefixes (and *only* these prefixes):
407 dnl     * http://i.j.b/
408 dnl     * http://ijbswa.sf.net/config/
409 dnl     * http://ijbswa.sourceforge.net/config/
410 dnl - New interceptors "home page" - go to http://i.j.b/ to see it.
411 dnl - Internal changes so that intercepted and fast redirect pages
412 dnl   are not replaced with an image.
413 dnl - Interceptors now have the option to send a binary page direct
414 dnl   to the client. (i.e. ijb-send-banner uses this)
415 dnl - Implemented show-url-info interceptor.  (Which is why I needed
416 dnl   the above interceptors changes - a typical URL is
417 dnl   "http://i.j.b/show-url-info?url=www.somesite.com/banner.gif".
418 dnl   The previous mechanism would not have intercepted that, and
419 dnl   if it had been intercepted then it then it would have replaced
420 dnl   it with an image.)
421 dnl
422 dnl Revision 1.3  2001/05/22 18:46:04  oes
423 dnl
424 dnl - Enabled filtering banners by size rather than URL
425 dnl   by adding patterns that replace all standard banner
426 dnl   sizes with the "Junkbuster" gif to the re_filterfile
427 dnl
428 dnl - Enabled filtering WebBugs by providing a pattern
429 dnl   which kills all 1x1 images
430 dnl
431 dnl - Added support for PCRE_UNGREEDY behaviour to pcrs,
432 dnl   which is selected by the (nonstandard and therefore
433 dnl   capital) letter 'U' in the option string.
434 dnl   It causes the quantifiers to be ungreedy by default.
435 dnl   Appending a ? turns back to greedy (!).
436 dnl
437 dnl - Added a new interceptor ijb-send-banner, which
438 dnl   sends back the "Junkbuster" gif. Without imagelist or
439 dnl   MSIE detection support, or if tinygif = 1, or the
440 dnl   URL isn't recognized as an imageurl, a lame HTML
441 dnl   explanation is sent instead.
442 dnl
443 dnl - Added new feature, which permits blocking remote
444 dnl   script redirects and firing back a local redirect
445 dnl   to the browser.
446 dnl   The feature is conditionally compiled, i.e. it
447 dnl   can be disabled with --disable-fast-redirects,
448 dnl   plus it must be activated by a "fast-redirects"
449 dnl   line in the config file, has its own log level
450 dnl   and of course wants to be displayed by show-proxy-args
451 dnl   Note: Boy, all the #ifdefs in 1001 locations and
452 dnl   all the fumbling with configure.in and acconfig.h
453 dnl   were *way* more work than the feature itself :-(
454 dnl
455 dnl - Because a generic redirect template was needed for
456 dnl   this, tinygif = 3 now uses the same.
457 dnl
458 dnl - Moved GIFs, and other static HTTP response templates
459 dnl   to project.h
460 dnl
461 dnl - Some minor fixes
462 dnl
463 dnl - Removed some >400 CRs again (Jon, you really worked
464 dnl   a lot! ;-)
465 dnl
466 dnl Revision 1.2  2001/05/20 01:21:20  jongfoster
467 dnl Version 2.9.4 checkin.
468 dnl - Merged popupfile and cookiefile, and added control over PCRS
469 dnl   filtering, in new "permissionsfile".
470 dnl - Implemented LOG_LEVEL_FATAL, so that if there is a configuration
471 dnl   file error you now get a message box (in the Win32 GUI) rather
472 dnl   than the program exiting with no explanation.
473 dnl - Made killpopup use the PCRS MIME-type checking and HTTP-header
474 dnl   skipping.
475 dnl - Removed tabs from "config"
476 dnl - Moved duplicated url parsing code in "loaders.c" to a new funcition.
477 dnl - Bumped up version number.
478 dnl
479 dnl Revision 1.1.1.1  2001/05/15 13:58:50  oes
480 dnl Initial import of version 2.9.3 source tree
481 dnl
482 dnl 
483
484
485 dnl =================================================================
486 dnl AutoConf Initialization
487 dnl =================================================================
488
489 AC_REVISION($Revision: 1.102 $)
490 AC_INIT(jcc.c)
491
492 if test ! -f config.h.in; then
493    echo "You need to run autoheader first. "
494    echo -n "Shall I do this for you now? (y/n) "
495    read answer
496    if test "$answer" != "y"; then
497       exit 1
498    else
499       autoheader
500   fi
501 fi  
502
503 AC_CONFIG_HEADER([config.h])
504 AC_CANONICAL_HOST
505
506 dodk=auto
507 DKPREFIX=none
508 AC_ARG_WITH(docbook, dnl
509   --with-docbook=[[yes|no|directory]]   
510                            Enable docbook documentation creation 
511                            (default = yes, for gnu and linux),[dnl
512 case "$with_docbook" in
513 yes) dodk=yes;;
514 no) dodk=no;;
515 *) 
516         dodk=yes
517         DKPREFIX=$withval
518         ;;
519 esac
520 ])
521 DB2HTML=false
522 AC_ARG_WITH(db2html, dnl
523   --with-db2html=<path/executable>
524                           Set the location of the docbook to html converter
525                           (default = search),[dnl
526 DB2HTML=$withval
527 ])
528
529 dnl =================================================================
530 dnl Application version number
531 dnl =================================================================
532
533 VERSION_MAJOR=3
534 VERSION_MINOR=0
535 VERSION_POINT=7
536 CODE_STATUS="UNRELEASED"
537
538 dnl CODE_STATUS can be "alpha", "beta", or "stable", and will be
539 dnl used for CGI output. Set version to 0.0.0 and status to "UNRELEASED"
540 dnl whenever CVS in a stable branch differs from the last release.
541
542 dnl =================================================================
543 dnl Substitute the version numbers
544 dnl =================================================================
545
546 AC_SUBST(VERSION_MAJOR)
547 AC_SUBST(VERSION_MINOR)
548 AC_SUBST(VERSION_POINT)
549 AC_SUBST(CODE_STATUS)
550
551 dnl
552 AC_DEFINE_UNQUOTED(VERSION_MAJOR,${VERSION_MAJOR})
553 AC_DEFINE_UNQUOTED(VERSION_MINOR,${VERSION_MINOR})
554 AC_DEFINE_UNQUOTED(VERSION_POINT,${VERSION_POINT})
555 AC_DEFINE_UNQUOTED(VERSION,"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_POINT}")
556 AC_DEFINE_UNQUOTED(CODE_STATUS,"${CODE_STATUS}")
557
558 dnl =================================================================
559 dnl Checks for programs needed to build.
560 dnl =================================================================
561
562 dnl Keep AC_PROG_CC from setting its own defaults:
563 if test "X$CFLAGS" = "X"; then
564    CFLAGS=" "
565 fi
566
567 AC_PROG_CC
568 AC_PROG_CPP
569 AC_PROG_INSTALL
570 AC_PROG_LN_S
571 AC_PROG_MAKE_SET
572 AC_PROG_AWK
573
574 AC_CHECK_PROG(GDB,gdb,yes,no)
575 AC_PATH_PROG(BGROUPS,groups,no,/bin:/usr/bin:/usr/local/bin)
576 AC_PATH_PROG(ID,id,no,/bin:/usr/bin:/usr/local/bin)
577 AC_SUBST(ID)
578 AC_SUBST(BGROUPS)
579
580 dnl =================================================================
581 dnl debug, gcc and gdb support 
582 dnl =================================================================
583
584 AC_ARG_WITH(debug,
585         [  --with-debug            Enable debug mode],
586         [
587                 if test "x$withval" != "xno" ; then
588                     if test $ac_cv_prog_cc_g = yes; then
589                       if test "$GCC" = yes; then
590                         if test "$GDB"; then
591                           CFLAGS="$CFLAGS -ggdb"
592                         else
593                           CFLAGS="$CFLAGS -g"
594                         fi
595                         CFLAGS="$CFLAGS -Wshadow  -Wconversion"
596                       else
597                         CFLAGS="$CFLAGS -g"
598                       fi
599                    fi
600                 fi
601         ],
602         [
603             if test "X$CFLAGS" = "X "; then # if CFLAGS were unset (see above)
604               if test "$GCC" = yes; then
605                 CFLAGS="-O2"
606               fi
607             fi
608         ]
609 )
610
611 dnl =================================================================
612 dnl Check for user and group validity
613 dnl =================================================================
614
615
616 if test "$EMXOS2" = yes; then
617   echo "Skipping user and group validity stuff.";
618
619 else
620
621   $ID privoxy >/dev/null 2>/dev/null
622   if test $? -ne 0 ; then
623    AC_MSG_WARN(There is no user 'privoxy' on this system)
624   fi
625   AC_MSG_CHECKING([for user])
626   AC_ARG_WITH(user,
627         [  --with-user=privoxy          Set user under which privoxy will run],
628         [
629                 if test "x$withval" != "xyes"; then
630                   if test $ID = no ; then
631                     AC_MSG_ERROR(There is no 'id' program on this system)
632                   else
633                     AC_MSG_RESULT($with_user)
634                     $ID $with_user 2>/dev/null >/dev/null
635                     if test $? -eq 0 ; then
636                       USER=$with_user;
637                     else
638                       AC_MSG_ERROR(There is no user '$with_user' on this system)
639                     fi
640                   fi
641                   else
642                    AC_MSG_ERROR(We need a user if you give me this parameter)
643                 fi
644         ],
645         [
646           if test $ID = no ; then
647             AC_MSG_ERROR(There is no 'id' programm on this system)
648           else
649             AC_MSG_RESULT(none specified)
650             USER=$with_user
651           fi
652         ]
653   )
654   AC_SUBST(USER)
655
656   AC_MSG_CHECKING([for group])
657   AC_ARG_WITH(group,
658         [  --with-group=privoxy         Set group for privoxy],
659         [ 
660                 if test "x$withval" != "xyes"; then
661                   if test $BGROUPS = no ; then
662                     AC_MSG_ERROR(There is no 'groups' program on this system)
663                   else
664                     AC_MSG_RESULT($with_group)
665                     $BGROUPS $USER >/dev/null
666                     if test $? -eq 0 ; then
667                     # FIXME: this fails if valid group, but not first group
668                     # listed.
669                       if test "$with_group" != "`$BGROUPS $USER | sed 's/.*: //' 2>/dev/null |$AWK '{print $1}'`" ; then
670                         AC_MSG_ERROR(The given value '$withval' does not match group entry)
671                       else
672                         GROUP=$with_group;
673                       fi
674                     else
675                       AC_MSG_ERROR(There is no group entry for user '$USER')
676                     fi
677                   fi
678                 else
679                    AC_MSG_ERROR(We need a group if you give me this parameter)
680                 fi
681         ],
682         [
683           if test $BGROUPS = no ; then
684             AC_MSG_ERROR(There is no 'groups' programm on this system)
685           else
686             AC_MSG_RESULT(none specified)
687             GROUP=$with_group;
688           fi
689         ]
690   )
691   AC_SUBST(GROUP)
692
693 fi
694
695 dnl =================================================================
696 dnl additional gcc flags
697 dnl =================================================================
698 dnl 
699 if test "$GCC"; then
700   if test "$host" != "powerpc-unknown-amigaos"; then
701     CFLAGS="-pipe $CFLAGS"
702   fi
703 fi
704
705
706 dnl =================================================================
707 dnl Build type
708 dnl =================================================================
709 dnl
710 dnl Must do this first.
711 dnl
712 dnl Reason: This sets CFLAGS in order to switch the Cygwin compiler
713 dnl into Cygwin or MinGW32 modes.  Depending on the mode selected,
714 dnl the compiler will use completely different sets of library
715 dnl and include files.
716 dnl 
717 dnl =================================================================
718
719 AC_MINGW32
720 AC_CYGWIN
721
722 if test "$MINGW32" = "yes"; then
723   target_type=mingw
724 else
725   if test "$CYGWIN" = "yes"; then
726     target_type=cygwin
727   else
728     target_type=unix
729   fi
730 fi
731
732 if test $dodk = auto; then
733         dodk=no
734         if test $target_type = unix; then
735                 case "$host_os" in
736                 linux* | gnu*)
737                         dodk=yes
738                 ;;
739                 esac
740         fi
741 fi
742
743 dnl Decide what to do based on target_type
744 dnl Note: PTHREAD_LIB is always set, even if pthread is disabled.
745 dnl This is because we don't know yet whether pthread is enabled.
746
747 AC_ARG_ENABLE(mingw32,
748 [  --enable-mingw32                Use mingw32 for a Windows GUI],
749 [if test $enableval = yes; then
750   target_type=mingw
751 fi])
752
753 if test $target_type = mingw; then
754   WIN_ONLY=
755   SPECIAL_CFLAGS="-mwindows -mno-cygwin"
756   PTHREAD_LIB=-lpthreadGC
757   echo "Using mingw32 (Win32 GUI)"
758 else
759   WIN_ONLY=#
760   if test $target_type = cygwin; then
761     SPECIAL_CFLAGS="-mno-win32"
762     PTHREAD_LIB=
763     echo "Using Cygnus (Win32 command line)"
764   else
765     SPECIAL_CFLAGS=
766     PTHREAD_LIB=-lpthread
767   fi
768 fi
769 AC_SUBST(WIN_ONLY)
770
771 dnl Checking which text html browser we have avaliable
772 if test $dodk != no; then
773         AC_CHECK_PROGS(WDUMP,w3m lynx links,false)
774         if test "$WDUMP" = false; then
775                 AC_MSG_WARN(You need some kind of text browser to build documentation \(w3m, lynx and links are supported\))
776         fi
777         if test $DB2HTML = false; then
778                 dnl We need to clean the variable, otherwise AC_CHECK_PROGS
779                 dnl will fail   
780                 DB2HTML=""
781                 AC_CHECK_PROGS(DB2HTML,db2html docbook2html,false)
782         fi
783 fi
784 AC_SUBST(WDUMP)
785 AC_SUBST(DB2HTML)
786
787 dnl If we use rpm, we need to check where %_topdir is
788 AC_CHECK_PROGS(RPMBIN,rpm,false)
789 if test $RPMBIN != false; then
790                 RPM_BASE=`rpm --eval "%{_topdir}"`
791                 if test "$RPM_BASE" = ""; then
792                         RPM_BASE=/usr/src/redhat
793                 fi
794 fi
795 AC_SUBST(RPM_BASE)
796
797 dnl Check for jade, so we can build the documentation
798 AC_CHECK_PROGS(JADEBIN,jade openjade,false)
799 AC_SUBST(JADEBIN)
800
801 dnl Check for man2html for docs.
802 AC_CHECK_PROGS(MAN2HTML,man2html,false)
803 AC_SUBST(MAN2HTML)
804
805 dnl Set doc status flag for conditional content inclusions
806 DOC_STATUS=p-not-stable
807 if  test $CODE_STATUS = stable; then
808      DOC_STATUS="p-stable"
809 fi
810 AC_SUBST(DOC_STATUS)
811
812 dnl Checking for the docbook.dsl stylesheet file
813 dnl It is still not portable (directory slash)
814 JADECAT=""
815 if test $dodk = yes; then
816   if test $DKPREFIX = none; then
817     for i in /usr/share/sgml/docbook/dsssl-stylesheets \
818              /usr/share/sgml/docbkdsl /usr/share/sgml/docbook-dsssl \
819              /usr/local/share/sgml/docbook/dsssl/modular \
820              /usr/share/sgml/docbook/stylesheet/dsssl/modular/ \
821              ; do
822 dnl  echo -n does not fly with /bin/sh.
823 dnl      echo -n "checking for $i/html/docbook.dsl..."
824       AC_MSG_CHECKING([for $i])
825       if test -f $i/html/docbook.dsl; then
826         echo "yes"
827         DKPREFIX=$i
828         break
829       else
830         echo "no"
831       fi
832     done
833 # where are the catalogs?
834     for i in /usr/share/sgml/CATALOG.docbk30 \
835              /usr/share/sgml/CATALOG.docbk31 \
836              /usr/share/sgml/CATALOG.docbk31 \
837              /usr/local/share/sgml/docbook/3.0/docbook.cat \
838              /usr/local/share/sgml/docbook/3.1/docbook.cat \
839              /usr/share/sgml/docbook/dtd/3.1/docbook.cat \
840              ; do
841 dnl     echo -n "checking for $i..."
842       AC_MSG_CHECKING([for $i])
843       if test -f $i; then
844         echo "yes"
845         JADECAT="$JADECAT -c $i"
846       else
847         echo "no"
848       fi
849     done
850   fi
851 fi
852 AC_SUBST(JADECAT)
853 AC_SUBST(DKPREFIX)
854
855 dnl Save old CFLAGS so we can restore them later, then add SPECIAL_CFLAGS
856 old_CFLAGS_nospecial=$CFLAGS
857 CFLAGS="$CFLAGS $SPECIAL_CFLAGS"
858
859 # Hack to force AutoConf to use the CFLAGS we just set
860 dnl Warning: This may break with a future version of Autoconf
861 dnl          Tested with autoconf 2.13
862 ac_cpp='$CPP $CPPFLAGS $SPECIAL_CFLAGS'
863 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
864 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
865
866
867 dnl =================================================================
868 dnl Thread support
869 dnl =================================================================
870
871 AC_CHECK_HEADER(pthread.h, [have_pthread=yes], [have_pthread=no])
872
873 AC_ARG_ENABLE(pthread,
874 [  --disable-pthread               Don't use POSIX threads (pthreads)],
875 [if test $enableval = no; then
876   # Disable pthreads
877   have_pthread=no
878 fi])
879
880 if test $have_pthread = yes; then
881   PTHREAD_ONLY=
882   AC_DEFINE(FEATURE_PTHREAD)
883   echo Using POSIX threads
884   if test "$GCC" = "yes"; then
885     # Set a GCC specific switch:
886     if test "$target_type" = "unix"; then
887       ac_jgf_save_CFLAGS=$CFLAGS
888       CFLAGS="$CFLAGS -pthread"
889       AC_TRY_LINK([#include <pthread.h>],
890         [void *p = pthread_create;],
891         [
892           # This compiler switch makes GCC on Linux thread-safe
893           # However, it's not supported on most other OS.
894           PTHREAD_LIB=
895           SPECIAL_CFLAGS="-pthread"
896         ])
897       CFLAGS=$ac_jgf_save_CFLAGS
898     fi
899   fi
900 else
901   PTHREAD_ONLY=#
902   echo Using native threads
903 fi
904
905 AC_SUBST(PTHREAD_ONLY)
906
907 dnl =================================================================
908 dnl Support for thread-safe versions of gethostbyaddr, gethostbyname,
909 dnl gmtime and localtime
910 dnl =================================================================
911
912 dnl Next line needed to find the gethost*_r functions on Solaris
913 AC_CHECK_LIB(nsl, gethostbyname)
914
915 AC_CHECK_FUNC(gethostbyaddr_r, [
916   AC_MSG_CHECKING([signature of gethostbyaddr_r])
917   AC_TRY_COMPILE([
918 #   include <netdb.h>
919   ], [
920     struct hostent *h, *hp;
921     char *a, *b;
922     int l, bl, t, e;
923     (void) gethostbyaddr_r(a, l, t, h, b, bl, &hp, &e)
924   ], [
925     AC_DEFINE(HAVE_GETHOSTBYADDR_R_8_ARGS)
926     AC_MSG_RESULT([8 args])
927   ], [
928     AC_TRY_COMPILE([
929 #     include <netdb.h>
930     ], [
931       struct hostent *h;
932       char *a, *b;
933       int l, bl, t, e;
934       (void) gethostbyaddr_r(a, l, t, h, b, bl, &e)
935     ], [
936       AC_DEFINE(HAVE_GETHOSTBYADDR_R_7_ARGS)
937       AC_MSG_RESULT([7 args])
938     ], [
939       AC_TRY_COMPILE([
940 #       include <netdb.h>
941       ], [
942         struct hostent_data *d;
943         struct hostent *h;
944         char a,
945         int l, t;
946         (void) gethostbyaddr_r(a, l, t, h, d)
947       ], [
948         AC_DEFINE(HAVE_GETHOSTBYADDR_R_5_ARGS)
949         AC_MSG_RESULT([5 args])
950       ], [
951         AC_MSG_RESULT(unrecognised)
952       ])
953     ])
954   ])
955 ], [
956   AC_MSG_RESULT(no)
957 ])
958
959 AC_CHECK_FUNC(gethostbyname_r, [
960   AC_MSG_CHECKING([signature of gethostbyname_r])
961   AC_TRY_COMPILE([
962 #   include <netdb.h>
963   ], [
964     struct hostent *h, *r;
965     char *n, *b;
966     int bl, e;
967     (void) gethostbyname_r(n, h, b, bl, &r, &e)
968   ], [
969     AC_DEFINE(HAVE_GETHOSTBYNAME_R_6_ARGS)
970     AC_MSG_RESULT([6 args])
971   ], [
972     AC_TRY_COMPILE([
973 #     include <netdb.h>
974     ], [
975       struct hostent *h;
976       char *n, *b;
977       int bl, e;
978       (void) gethostbyname_r(n, h, b, bl, &e)
979     ], [
980       AC_DEFINE(HAVE_GETHOSTBYNAME_R_5_ARGS)
981       AC_MSG_RESULT([5 args])
982     ], [
983       AC_TRY_COMPILE([
984 #       include <netdb.h>
985       ], [
986         struct hostent_data *d;
987         struct hostent *h;
988         char *n,
989         (void) gethostbyname_r(n, h, d)
990       ], [
991         AC_DEFINE(HAVE_GETHOSTBYNAME_R_3_ARGS)
992         AC_MSG_RESULT([3 args])
993       ], [
994         AC_MSG_RESULT(unrecognised)
995       ])
996     ])
997   ])
998 ], [
999   AC_MSG_RESULT(no)
1000 ])
1001
1002 AC_CHECK_FUNC(gmtime_r, [
1003   AC_MSG_CHECKING([signature of gmtime_r])
1004   AC_TRY_COMPILE([
1005 #   include <time.h>
1006   ], [
1007     struct time *t;
1008     struct tm *tm;
1009     (void) gmtime_r(t, tm)
1010   ], [
1011     AC_MSG_RESULT(ok)
1012     AC_DEFINE(HAVE_GMTIME_R)
1013   ], [
1014     AC_MSG_RESULT(unrecognised)
1015   ])
1016 ], [
1017   AC_MSG_RESULT(no)
1018 ])
1019
1020 AC_CHECK_FUNC(localtime_r, [
1021   AC_MSG_CHECKING([signature of localtime_r])
1022   AC_TRY_COMPILE([
1023 #   include <time.h>
1024   ], [
1025     struct time *t;
1026     struct tm *tm;
1027     (void) localtime_r(t, tm)
1028   ], [
1029     AC_MSG_RESULT(ok)
1030     AC_DEFINE(HAVE_LOCALTIME_R)
1031   ], [
1032     AC_MSG_RESULT(unrecognised)
1033   ])
1034 ], [
1035   AC_MSG_RESULT(no)
1036 ])
1037
1038 dnl =================================================================
1039 dnl Solaris specific
1040 dnl FIXME: Not tested on Solaris yet...
1041 dnl ISFIXED: Have tested it on Solaris, but there are other ways to
1042 dnl     make these checks generic, e.g.:
1043 dnl AC_CHECK_FUNC(getsockopt, , AC_CHECK_LIB(socket, getsockopt))
1044 dnl     (Moritz Barsnick <moritz@barsnick.net>)
1045 dnl =================================================================
1046
1047
1048 SOCKET_LIB=
1049
1050 case "$host" in
1051 *-solaris*) SOCKET_LIB="-lsocket -lnsl"
1052             AC_DEFINE(__EXTENSIONS__)
1053             if test "$GCC" = "yes"; then
1054               # Set a GCC specific switch:
1055               # This compiler switch makes Solaris thread-safe
1056               PTHREAD_LIB=
1057               SPECIAL_CFLAGS="-pthreads"
1058             else
1059               # What do we do without GCC? Guess this:
1060               SPECIAL_CFLAGS="-D_REENTRANT"
1061             fi
1062 ;;
1063 esac
1064
1065 AC_SUBST(SOCKET_LIB)
1066
1067 dnl =================================================================
1068 dnl Solaris problem, and others perhaps (socklen_t is undefined)
1069 dnl =================================================================
1070
1071 AC_MSG_CHECKING([for socklen_t])
1072 AC_EGREP_HEADER(socklen_t, sys/socket.h, AC_MSG_RESULT([yes]),
1073         AC_MSG_RESULT([no])
1074         AC_DEFINE(socklen_t,int,
1075                 [ Define to 'int' if <sys/socket.h> doesn't have it. ]))
1076
1077
1078 dnl =================================================================
1079 dnl OS/2 specific
1080 dnl =================================================================
1081
1082 case "$host" in
1083 *-os2-emx*) SOCKET_LIB=-lsocket
1084 ;;
1085 esac
1086
1087 AC_SUBST(SOCKET_LIB)
1088
1089 dnl =================================================================
1090 dnl Mac OSX specific
1091 dnl =================================================================
1092     
1093 case "$host" in
1094 *-apple-darwin*) SPECIAL_CFLAGS="-Dunix -DOSX_DARWIN"
1095 ;;  
1096 esac
1097
1098 dnl =================================================================
1099 dnl OpenBSD specific
1100 dnl =================================================================
1101
1102 case "$host" in
1103 *-openbsd*) SPECIAL_CFLAGS="$SPECIAL_CFLAGS -Dunix"
1104 ;;
1105 esac
1106
1107 dnl =================================================================
1108 dnl AmigaOS specific
1109 dnl =================================================================
1110
1111 AMIGAOS_ONLY=#
1112
1113 case "$host" in
1114 *-amigaos) AMIGAOS_ONLY=
1115 ;;
1116 esac
1117
1118 AC_SUBST(AMIGAOS_ONLY)
1119
1120 dnl =================================================================
1121 dnl Check for standard compiler stuff
1122 dnl =================================================================
1123
1124 AC_EXEEXT
1125 AC_OBJEXT
1126 AC_HEADER_STDC
1127 AC_HEADER_DIRENT
1128 AC_C_CONST
1129 AC_TYPE_SIZE_T
1130 AC_TYPE_PID_T
1131 AC_HEADER_TIME
1132 AC_STRUCT_TM
1133 AC_CHECK_SIZEOF(int, 4)
1134 AC_CHECK_SIZEOF(char *, 4)
1135 AC_CHECK_SIZEOF(long, 4)
1136 AC_CHECK_SIZEOF(long long, 8)
1137 AC_CHECK_SIZEOF(size_t, 4)
1138
1139 dnl Checks for header files.
1140 dnl AC_HEADER_SYS_WAIT
1141 dnl AC_CHECK_HEADERS(fcntl.h limits.h malloc.h sys/time.h unistd.h)
1142 AC_CHECK_HEADERS([OS.h arpa/inet.h errno.h fcntl.h limits.h locale.h netdb.h netinet/in.h stddef.h stdlib.h string.h sys/ioctl.h sys/socket.h sys/time.h sys/timeb.h sys/wait.h unistd.h])
1143
1144 dnl Checks for library functions.
1145 dnl AC_TYPE_SIGNAL
1146 dnl AC_CHECK_FUNC(strstr)
1147 dnl bcopy and memmove are for PCRE
1148 AC_CHECK_FUNCS([strerror bcopy memmove])
1149 AC_PROG_GCC_TRADITIONAL
1150 dnl uncommenting does not work for swa. suse linux
1151 dnl AC_FUNC_MALLOC
1152 AC_FUNC_SETPGRP
1153 AC_TYPE_SIGNAL
1154 dnl uncommenting does not work for swa. suse linux
1155 dnl AC_FUNC_STAT
1156 AC_CHECK_FUNCS([access atexit getcwd gethostbyaddr gethostbyaddr_r gethostbyname gethostbyname_r inet_ntoa localtime_r memchr memmove memset putenv random regcomp select setlocale socket strchr strdup strerror strftime strptime strstr strtoul timegm tzset])
1157
1158
1159 dnl =================================================================
1160 dnl Checks for libraries.
1161 dnl =================================================================
1162 dnl Note: Some systems may have the library but not the system header
1163 dnl       file, so we must check for both.
1164 dnl       Also check for correct version
1165 AC_CHECK_LIB(pcre, pcre_compile, [
1166    AC_CHECK_HEADER(pcre.h, [
1167       AC_EGREP_HEADER(pcre_fullinfo, pcre.h, [have_pcre=yes], [AC_MSG_WARN([[pcre old version installed]]); have_pcre=no])
1168    ], [
1169       AC_CHECK_HEADER(pcre/pcre.h, [
1170          AC_EGREP_HEADER(pcre_fullinfo, pcre/pcre.h, [have_pcre=yes]; [AC_DEFINE(PCRE_H_IN_SUBDIR)], [AC_MSG_WARN([[pcre old version installed]]); have_pcre=no])
1171       ], [have_pcre=no])
1172    ])
1173 ], [have_pcre=no])
1174  
1175 AC_CHECK_LIB(pcreposix, regcomp, [
1176    AC_CHECK_HEADER(pcreposix.h, [
1177       AC_EGREP_HEADER(pcreposix_regerror, pcreposix.h, [AC_MSG_WARN([[pcreposix old version installed]]); have_pcreposix=no], [have_pcreposix=yes])
1178    ], [
1179       AC_CHECK_HEADER(pcre/pcreposix.h, [
1180          AC_EGREP_HEADER(pcreposix_regerror, pcre/pcreposix.h, [AC_MSG_WARN([[pcreposix old version installed]]); have_pcreposix=no], [have_pcreposix=yes]; [AC_DEFINE(PCREPOSIX_H_IN_SUBDIR)])
1181       ], [have_pcreposix=no])
1182    ])
1183 ], [have_pcreposix=no], -lpcre) 
1184
1185 dnl ================================================================
1186 dnl libpcrs is temporarily disabled.
1187 dnl
1188 dnl Privoxy's own pcrs version fixes some problems that
1189 dnl are present in libpcrs 0.3, the last pcrs release we
1190 dnl know of, and as libpcrs seems to be currently unmaintained
1191 dnl we can't send these fixes upstream.
1192 dnl ================================================================
1193 dnl
1194 dnl AC_CHECK_LIB(pcrs, pcrs_compile, [AC_CHECK_HEADER(pcrs.h, [have_pcrs=yes], [have_pcrs=no])], [have_pcrs=no], -lpcre)
1195
1196 dnl =================================================================
1197 dnl Always defined
1198 dnl =================================================================
1199
1200 AC_DEFINE(__MT__)
1201
1202 dnl =================================================================
1203 dnl Features
1204 dnl =================================================================
1205
1206 AC_ARG_ENABLE(toggle,
1207 [  --disable-toggle                Don't support temporary disable],
1208 [if test $enableval = yes; then
1209   AC_DEFINE(FEATURE_TOGGLE)
1210 fi],AC_DEFINE(FEATURE_TOGGLE))
1211
1212 AC_ARG_ENABLE(force,
1213 [  --disable-force                 Don't allow single-page disable],
1214 [if test $enableval = yes; then
1215   AC_DEFINE(FEATURE_FORCE_LOAD)
1216 fi],AC_DEFINE(FEATURE_FORCE_LOAD))
1217
1218 AC_ARG_ENABLE(fast-redirects,
1219 [  --disable-fast-redirects        Don't support fast redirects],
1220 [if test $enableval = yes; then
1221   AC_DEFINE(FEATURE_FAST_REDIRECTS)
1222 fi], AC_DEFINE(FEATURE_FAST_REDIRECTS))
1223
1224 AC_ARG_ENABLE(killpopup,
1225 [  --disable-killpopup             Never block popups],
1226 [if test $enableval = yes; then
1227   AC_DEFINE(FEATURE_KILL_POPUPS)
1228 fi],AC_DEFINE(FEATURE_KILL_POPUPS))
1229
1230 AC_ARG_ENABLE(stats,
1231 [  --disable-stats                 Don't keep statistics],
1232 [if test $enableval = yes; then
1233   AC_DEFINE(FEATURE_STATISTICS)
1234 fi],AC_DEFINE(FEATURE_STATISTICS))
1235
1236 AC_ARG_ENABLE(ie-images,
1237 [  --enable-ie-images              Enable a quick but not always reliable auto-detect whether requests from
1238                                   MS Internet Explorer are for an image or not.],
1239 [if test $enableval = yes; then
1240   AC_DEFINE(FEATURE_IMAGE_DETECT_MSIE)
1241 fi],)
1242
1243 AC_ARG_ENABLE(image-blocking,
1244 [  --disable-image-blocking        Don't try to figure out whether a request is 
1245                                   for an image or HTML - assume HTML.],
1246 [if test $enableval = yes; then
1247   AC_DEFINE(FEATURE_IMAGE_BLOCKING)
1248 fi],
1249 AC_DEFINE(FEATURE_IMAGE_BLOCKING))
1250
1251 AC_ARG_ENABLE(acl-files,
1252 [  --disable-acl-files             Prevents the use of ACL files to control access to
1253                                   Privoxy by IP address.],
1254 [if test $enableval = yes; then
1255   AC_DEFINE(FEATURE_ACL)
1256 fi],
1257 AC_DEFINE(FEATURE_ACL))
1258
1259 AC_ARG_ENABLE(trust-files,
1260 [  --disable-trust-files           Prevents the use of trust files.],
1261 [if test $enableval = yes; then
1262   AC_DEFINE(FEATURE_TRUST)
1263 fi],
1264 AC_DEFINE(FEATURE_TRUST))
1265
1266 AC_ARG_ENABLE(jar-files,
1267 [  --disable-jar-files             Prevents the use of jar files to capture cookies.],
1268 [if test $enableval = yes; then
1269   AC_DEFINE(FEATURE_COOKIE_JAR)
1270 fi],
1271 AC_DEFINE(FEATURE_COOKIE_JAR))
1272
1273 AC_ARG_ENABLE(editor,
1274 [  --disable-editor                Prevents the use of the web-based actions file
1275                                   editor and web-based temporary disable setting.],
1276 [if test $enableval = yes; then
1277   AC_DEFINE(FEATURE_CGI_EDIT_ACTIONS)
1278 fi],
1279 AC_DEFINE(FEATURE_CGI_EDIT_ACTIONS))
1280
1281 AC_ARG_ENABLE(no-gifs,
1282 [  --enable-no-gifs                Use politically correct PNG format instead of GIF
1283                                   for built-in images. May not work with all browsers.],
1284 [if test $enableval = yes; then
1285   AC_DEFINE(FEATURE_NO_GIFS)
1286 fi])
1287
1288 AC_ARG_ENABLE(graceful-termination,
1289 [  --enable-graceful-termination   Allow to shutdown Privoxy through the webinterface.],
1290 [if test $enableval = yes; then
1291   AC_DEFINE(FEATURE_GRACEFUL_TERMINATION)
1292 fi])
1293
1294 dnl pcre/pcrs is needed for CGI anyway, so
1295 dnl the choice is only between static and
1296 dnl dynamic:
1297
1298 AC_ARG_ENABLE(dynamic-pcre,
1299 [  --disable-dynamic-pcre          Use the built-in, static pcre, even if libpcre is available],
1300 [ if test $enableval = "no"; then have_pcre=no; fi ])
1301
1302 dnl =================================================
1303 dnl libpcrs is temporarily disabled,
1304 dnl see comment above for the reason.
1305 dnl =================================================
1306 dnl AC_ARG_ENABLE(dynamic-pcrs,
1307 dnl [  --disable-dynamic-pcrs          Use the built-in, static pcrs, even if libpcrs is available],
1308 dnl [ if test $enableval = "no"; then have_pcrs=no; fi ])
1309
1310
1311 dnl ====================================================
1312 dnl This check is incomplete. For mingw32 zlib is found
1313 dnl by configure, but not necessarily by the compiler.
1314 dnl ====================================================
1315 AC_ARG_ENABLE(zlib,
1316 [  --enable-zlib                   Use an external zlib library to allow decompressing
1317                                   data on the fly.],
1318 [enableval2=$enableval],
1319 [enableval2=no])
1320 if test $enableval2 = yes; then
1321   AC_CHECK_LIB(z, zlibVersion, , [
1322     AC_MSG_ERROR([Unable to find a copy of zlib. The zlib library
1323 is necessary to enable compresion support. ])
1324   ]) 
1325   AC_DEFINE(FEATURE_ZLIB,1,
1326     [ Define to 1 to use compression through the zlib library. ])
1327 fi
1328
1329
1330 # If we have libpcre and either we also have pcreposix or
1331 # we don't need pcreposix, then link pcre dynamically; else
1332 # build it and link statically
1333 #
1334 if test $have_pcre = "yes"; then
1335   echo "using libpcre"
1336   pcre_dyn=yes
1337   STATIC_PCRE_ONLY=#
1338   LIBS="$LIBS -lpcre -lpcreposix"
1339 else
1340   echo "using built-in static pcre"
1341   pcre_dyn=no
1342   AC_DEFINE(STATIC_PCRE)
1343   STATIC_PCRE_ONLY=
1344 fi
1345
1346 dnl =================================================
1347 dnl libpcrs is temporarily disabled,
1348 dnl see comment above for the reason.
1349 dnl =================================================
1350 dnl # If we have libpcrs and pcre is linked dynamically
1351 dnl # then also link pcrs dynamically, else build and link
1352 dnl # pcrs statically
1353 dnl
1354 dnl if test $have_pcrs = "yes" -a $pcre_dyn = "yes"; then
1355 dnl  echo "using libpcrs"
1356 dnl  STATIC_PCRS_ONLY=#
1357 dnl  LIBS="$LIBS -lpcrs"
1358 dnl else
1359   echo "using built-in static pcrs"
1360   AC_DEFINE(STATIC_PCRS)
1361   STATIC_PCRS_ONLY=
1362 dnl fi
1363
1364 AC_SUBST(STATIC_PCRE_ONLY)
1365 AC_SUBST(STATIC_PCRS_ONLY)
1366
1367 dnl =================================================================
1368 dnl Final cleanup and output
1369 dnl =================================================================
1370
1371 dnl Remove the SPECIAL_CFLAGS stuff from CFLAGS, and add it seperately
1372 dnl in the Makefile
1373 CFLAGS=$old_CFLAGS_nospecial
1374 AC_SUBST(SPECIAL_CFLAGS)
1375
1376 AC_SUBST(PTHREAD_LIB)
1377
1378 AC_OUTPUT(GNUmakefile doc/source/ldp.dsl)