Fix Mac OSX compiler warnings
[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.50 2002/03/27 03:03:45 hal9 Exp $
4 dnl 
5 dnl Written by and Copyright (C) 2001, 2002 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.50  2002/03/27 03:03:45  hal9
32 dnl Add test for man2html
33 dnl
34 dnl Revision 1.49  2002/03/27 02:19:52  david__schmidt
35 dnl More Mac OSX support:
36 dnl - Get rid of extraneous, noisy -pthread warnings
37 dnl - Define unix so we get oes' unix-tagged changes
38 dnl
39 dnl Revision 1.48  2002/03/26 22:29:54  swa
40 dnl we have a new homepage!
41 dnl
42 dnl Revision 1.47  2002/03/26 16:41:00  hal9
43 dnl Upped RPM Release to 3 (need to build new RH packages)
44 dnl
45 dnl Revision 1.46  2002/03/24 18:55:06  jongfoster
46 dnl Making Docbook work under Windows
47 dnl
48 dnl Revision 1.45  2002/03/24 14:19:55  swa
49 dnl set rpm package release in configure.in. nowhere else.
50 dnl
51 dnl Revision 1.44  2002/03/24 13:25:43  swa
52 dnl name change related issues
53 dnl
54 dnl Revision 1.43  2002/03/24 12:56:21  swa
55 dnl name change related issues.
56 dnl
57 dnl Revision 1.42  2002/03/22 18:11:37  jongfoster
58 dnl Bumping version number to 2.9.12
59 dnl
60 dnl Revision 1.41  2002/03/19 19:30:04  morcego
61 dnl - Fixing stylesheet checking on configure. If it is found, no further checks
62 dnl   should be done
63 dnl
64 dnl - configure will now check for db2html or docbook2html (should work now
65 dnl   on SuSe without the docbktls package)
66 dnl
67 dnl Revision 1.40  2002/03/09 14:33:30  oes
68 dnl Fixing the (harmless) AC_CHECK_FILE warnings
69 dnl
70 dnl Revision 1.39  2002/03/08 16:46:13  oes
71 dnl Added --enable-no-gifs
72 dnl
73 dnl Revision 1.38  2002/03/08 14:13:50  morcego
74 dnl Fixing configure, to remove a command not found error.
75 dnl
76 dnl Revision 1.37  2002/03/08 12:58:21  oes
77 dnl Tiny bugfix in AC_ARG_WITH(debug)
78 dnl
79 dnl Revision 1.36  2002/03/06 23:50:36  morcego
80 dnl Will not test for a text browser if we are not using docbook.
81 dnl
82 dnl Revision 1.35  2002/03/06 21:55:52  morcego
83 dnl New configure option: --with-docbook=(yes|no|directory)
84 dnl Preliminary new platform detection code included. Will work with the
85 dnl old one for now. No use just trowing it away
86 dnl
87 dnl Revision 1.34  2002/03/06 20:57:00  morcego
88 dnl Fixing detection of stylesheets on SuSe.
89 dnl
90 dnl Revision 1.33  2002/03/05 17:31:11  morcego
91 dnl Search for docbook.dsl. Should solve portability problems for SuSe.
92 dnl
93 dnl Revision 1.32  2002/03/05 14:07:43  morcego
94 dnl configure now detects rpm topdir, and change GNUmakefile acordingly
95 dnl    (based on sugestion by Sarantis Paskalis)
96 dnl
97 dnl Revision 1.31  2002/03/05 13:43:28  morcego
98 dnl Checking for text browser, so redhat-dok can work.
99 dnl
100 dnl Revision 1.30  2002/03/04 17:58:01  oes
101 dnl Deleted _DEBUG and PID_FILE_PATH
102 dnl
103 dnl Revision 1.29  2002/02/28 14:20:53  oes
104 dnl Fixed detection of gethost*_r functions on Solaris
105 dnl
106 dnl Revision 1.28  2002/02/27 15:02:38  oes
107 dnl Incremented version number
108 dnl
109 dnl Revision 1.27  2002/01/10 12:35:18  oes
110 dnl Added cross-compile defaults to the AC_CHECK_SIZEOF macros
111 dnl to silence autoconf warnings. Numbers are for Intel/Linux.
112 dnl Is there a better way?
113 dnl
114 dnl Revision 1.26  2002/01/09 14:29:49  oes
115 dnl - Added AC_CHECK_FUNC tests for the availability of
116 dnl   gethostbyname_r, gethostbyaddr_r, gmtime_r and
117 dnl   localtime_r, as well as AC_TRY_COMPILE tests to
118 dnl   determine their signatures.
119 dnl
120 dnl - Fixed a bug with the init of CFLAGS that was
121 dnl   reported by barsnick
122 dnl
123 dnl Revision 1.25  2002/01/04 15:27:18  oes
124 dnl Changed quoting of CODE_STATUS for use in make
125 dnl
126 dnl Revision 1.24  2001/12/30 14:07:31  steudten
127 dnl - Add signal handling (unix)
128 dnl - Add SIGHUP handler (unix)
129 dnl - Add creation of pidfile (unix)
130 dnl - Add action 'top' in rc file (RH)
131 dnl - Add entry 'SIGNALS' to manpage
132 dnl - Add exit message to logfile (unix)
133 dnl
134 dnl Revision 1.23  2001/12/09 20:24:42  david__schmidt
135 dnl Change from "alpha" to "beta" in configure.in
136 dnl
137 dnl Revision 1.22  2001/12/01 11:24:01  jongfoster
138 dnl Renaming Makefile.in to GNUmakefile.in so that non-GNU versions of
139 dnl make break in a more obvious way.
140 dnl
141 dnl Revision 1.21  2001/11/30 21:35:54  jongfoster
142 dnl Bumping version number to 2.9.10
143 dnl
144 dnl Revision 1.20  2001/10/23 21:24:09  jongfoster
145 dnl Support for FEATURE_CGI_EDIT_ACTIONS
146 dnl
147 dnl Revision 1.19  2001/10/07 15:33:14  oes
148 dnl Removed FEATURE_DENY_GZIP
149 dnl Bumped up version number
150 dnl
151 dnl Revision 1.18  2001/09/13 13:10:24  steudten
152 dnl
153 dnl PreWork for Debug Interface.
154 dnl Add new option "--with-debug" to enable debugging (flags aso.)
155 dnl
156 dnl Revision 1.17  2001/09/12 23:44:55  david__schmidt
157 dnl Mac OSX (Darwin) support added.
158 dnl
159 dnl Revision 1.16  2001/09/12 22:55:45  joergs
160 dnl AmigaOS support added.
161 dnl
162 dnl Revision 1.15  2001/09/12 17:28:59  david__schmidt
163 dnl
164 dnl OS/2 port: update autoconf'd support for the platform.
165 dnl
166 dnl Revision 1.14  2001/07/30 22:12:11  jongfoster
167 dnl Fixing Solaris build (I hope) and tidying up #defines:
168 dnl - All feature #defines are now of the form FEATURE_xxx
169 dnl - Permanently turned off WIN_GUI_EDIT
170 dnl - Permanently turned on WEBDAV and SPLIT_PROXY_ARGS
171 dnl
172 dnl Revision 1.13  2001/07/29 17:09:17  jongfoster
173 dnl Major changes to build system in order to fix these bugs:
174 dnl - pthreads under Linux was broken - changed -lpthread to -pthread
175 dnl - Compiling in MinGW32 mode under CygWin now correctly detects
176 dnl   which shared libraries are available
177 dnl - Solaris support (?) (Not tested under Solaris yet)
178 dnl
179 dnl Revision 1.12  2001/07/25 19:16:27  oes
180 dnl Bumping version number to 2.9.8
181 dnl
182 dnl Revision 1.11  2001/07/21 18:00:07  jongfoster
183 dnl Bumping version number to 2.9.7
184 dnl
185 dnl Revision 1.10  2001/07/18 17:25:04  oes
186 dnl Fixed a typo
187 dnl
188 dnl Revision 1.9  2001/07/15 19:45:13  jongfoster
189 dnl Added support for linking with POSIX threads library
190 dnl
191 dnl Revision 1.8  2001/07/15 17:54:29  jongfoster
192 dnl Renaming #define STATIC to STATIC_PCRE
193 dnl Adding new #define FEATURE_PTHREAD that will be used to enable
194 dnl POSIX threads support.
195 dnl
196 dnl Revision 1.7  2001/07/13 13:58:05  oes
197 dnl    Completely reorganized the selection scheme for
198 dnl    pcre, pcreposix, pcrs and gnu_regex:
199 dnl
200 dnl    The presence of shared pcre, pcreposix or pcrs
201 dnl    libraried is now autodetected. Additionally, the
202 dnl    user can enforce using the built-in static variants
203 dnl    by specifying --disable-dynamic-(pcre|pcrs).
204 dnl    Care is taken to avoid that pcre is dyn, while pcreposix
205 dnl    is static, if both are used and that pcrs is static if
206 dnl    pcrs is.
207 dnl
208 dnl    The choice between pcre, gnu or no regex for actionsfile
209 dnl    URL matching is now via
210 dnl    --(enable|disable)-regex-matching[=(gnu|pcre|no)] with the
211 dnl    default being pcre.
212 dnl
213 dnl Revision 1.6  2001/06/29 21:56:40  oes
214 dnl Version -> 2.9.5
215 dnl
216 dnl Revision 1.5  2001/06/29 13:26:27  oes
217 dnl Introduced #define CODE_STATUS
218 dnl
219 dnl Revision 1.4  2001/05/29 09:50:24  jongfoster
220 dnl Unified blocklist/imagelist/permissionslist.
221 dnl File format is still under discussion, but the internal changes
222 dnl are (mostly) done.
223 dnl
224 dnl Also modified interceptor behaviour:
225 dnl - We now intercept all URLs beginning with one of the following
226 dnl   prefixes (and *only* these prefixes):
227 dnl     * http://i.j.b/
228 dnl     * http://ijbswa.sf.net/config/
229 dnl     * http://ijbswa.sourceforge.net/config/
230 dnl - New interceptors "home page" - go to http://i.j.b/ to see it.
231 dnl - Internal changes so that intercepted and fast redirect pages
232 dnl   are not replaced with an image.
233 dnl - Interceptors now have the option to send a binary page direct
234 dnl   to the client. (i.e. ijb-send-banner uses this)
235 dnl - Implemented show-url-info interceptor.  (Which is why I needed
236 dnl   the above interceptors changes - a typical URL is
237 dnl   "http://i.j.b/show-url-info?url=www.somesite.com/banner.gif".
238 dnl   The previous mechanism would not have intercepted that, and
239 dnl   if it had been intercepted then it then it would have replaced
240 dnl   it with an image.)
241 dnl
242 dnl Revision 1.3  2001/05/22 18:46:04  oes
243 dnl
244 dnl - Enabled filtering banners by size rather than URL
245 dnl   by adding patterns that replace all standard banner
246 dnl   sizes with the "Junkbuster" gif to the re_filterfile
247 dnl
248 dnl - Enabled filtering WebBugs by providing a pattern
249 dnl   which kills all 1x1 images
250 dnl
251 dnl - Added support for PCRE_UNGREEDY behaviour to pcrs,
252 dnl   which is selected by the (nonstandard and therefore
253 dnl   capital) letter 'U' in the option string.
254 dnl   It causes the quantifiers to be ungreedy by default.
255 dnl   Appending a ? turns back to greedy (!).
256 dnl
257 dnl - Added a new interceptor ijb-send-banner, which
258 dnl   sends back the "Junkbuster" gif. Without imagelist or
259 dnl   MSIE detection support, or if tinygif = 1, or the
260 dnl   URL isn't recognized as an imageurl, a lame HTML
261 dnl   explanation is sent instead.
262 dnl
263 dnl - Added new feature, which permits blocking remote
264 dnl   script redirects and firing back a local redirect
265 dnl   to the browser.
266 dnl   The feature is conditionally compiled, i.e. it
267 dnl   can be disabled with --disable-fast-redirects,
268 dnl   plus it must be activated by a "fast-redirects"
269 dnl   line in the config file, has its own log level
270 dnl   and of course wants to be displayed by show-proxy-args
271 dnl   Note: Boy, all the #ifdefs in 1001 locations and
272 dnl   all the fumbling with configure.in and acconfig.h
273 dnl   were *way* more work than the feature itself :-(
274 dnl
275 dnl - Because a generic redirect template was needed for
276 dnl   this, tinygif = 3 now uses the same.
277 dnl
278 dnl - Moved GIFs, and other static HTTP response templates
279 dnl   to project.h
280 dnl
281 dnl - Some minor fixes
282 dnl
283 dnl - Removed some >400 CRs again (Jon, you really worked
284 dnl   a lot! ;-)
285 dnl
286 dnl Revision 1.2  2001/05/20 01:21:20  jongfoster
287 dnl Version 2.9.4 checkin.
288 dnl - Merged popupfile and cookiefile, and added control over PCRS
289 dnl   filtering, in new "permissionsfile".
290 dnl - Implemented LOG_LEVEL_FATAL, so that if there is a configuration
291 dnl   file error you now get a message box (in the Win32 GUI) rather
292 dnl   than the program exiting with no explanation.
293 dnl - Made killpopup use the PCRS MIME-type checking and HTTP-header
294 dnl   skipping.
295 dnl - Removed tabs from "config"
296 dnl - Moved duplicated url parsing code in "loaders.c" to a new funcition.
297 dnl - Bumped up version number.
298 dnl
299 dnl Revision 1.1.1.1  2001/05/15 13:58:50  oes
300 dnl Initial import of version 2.9.3 source tree
301 dnl
302 dnl 
303
304
305 dnl =================================================================
306 dnl AutoConf Initialization
307 dnl =================================================================
308
309 AC_REVISION($Revision: 1.50 $)
310 AC_INIT(jcc.c)
311 AC_CONFIG_HEADER(config.h)
312 AC_CANONICAL_HOST
313
314 dodk=auto
315 DKPREFIX=none
316 AC_ARG_WITH(docbook, dnl
317   --with-docbook=[[yes|no|directory]]   
318                            Enable docbook documentation creation 
319                            (default = yes, for gnu and linux),[dnl
320 case "$with_docbook" in
321 yes) dodk=yes;;
322 no) dodk=no;;
323 *) 
324         dodk=no
325         DKPREFIX=$withval
326         ;;
327 esac
328 ])
329 DB2HTML=false
330 AC_ARG_WITH(db2html, dnl
331   --with-db2html=<path/executable>
332                           Set the location of the docbook to html converter
333                           (default = search),[dnl
334 DB2HTML=$withval
335 ])
336
337 dnl =================================================================
338 dnl Application version number
339 dnl =================================================================
340
341 VERSION_MAJOR=2
342 VERSION_MINOR=9
343 VERSION_POINT=13
344 VERSION_RPM_PACKAGE=3
345 CODE_STATUS="beta"
346
347 dnl CODE_STATUS can be "alpha", "beta", or "stable", and will be
348 dnl used for CGI output
349
350 dnl =================================================================
351 dnl Substitute the version numbers
352 dnl =================================================================
353
354 AC_SUBST(VERSION_MAJOR)
355 AC_SUBST(VERSION_MINOR)
356 AC_SUBST(VERSION_POINT)
357 AC_SUBST(VERSION_RPM_PACKAGE)
358 AC_SUBST(CODE_STATUS)
359
360 dnl
361 AC_DEFINE_UNQUOTED(VERSION_MAJOR,${VERSION_MAJOR})
362 AC_DEFINE_UNQUOTED(VERSION_MINOR,${VERSION_MINOR})
363 AC_DEFINE_UNQUOTED(VERSION_POINT,${VERSION_POINT})
364 AC_DEFINE_UNQUOTED(VERSION_RPM_PACKAGE,${VERSION_RPM_PACKAGE})
365 AC_DEFINE_UNQUOTED(VERSION,"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_POINT}")
366 AC_DEFINE_UNQUOTED(CODE_STATUS,"${CODE_STATUS}")
367
368 dnl =================================================================
369 dnl Checks for programs needed to build.
370 dnl =================================================================
371 AC_PROG_CC
372 AC_PROG_CPP
373 dnl AC_PROG_CXX
374 dnl AC_PROG_INSTALL
375 dnl AC_PROG_LN_S
376 AC_PROG_MAKE_SET
377 dnl RANLIB is for PCRE:
378 dnl AC_PROG_RANLIB
379
380 AC_CHECK_PROG(GDB,gdb,yes,no)
381
382 dnl =================================================================
383 dnl debug, gcc and gdb support 
384 dnl =================================================================
385
386 AC_ARG_WITH(debug,
387         [  --with-debug            Enable debug mode],
388         [
389                 if test "x$withval" != "xno" ; then
390                     if test $ac_cv_prog_cc_g = yes; then
391                       if test "$GCC" = yes; then
392                         if test "$GDB"; then
393                           CFLAGS="-ggdb"
394                         else
395                           CFLAGS="-g"
396                         fi
397                         CFLAGS="$CFLAGS -Wshadow  -Wconversion"
398                       else
399                         CFLAGS="-g"
400                       fi
401                    fi
402                 fi
403         ],
404         [
405             if test "X$CFLAGS" = "X"; then # if CFLAGS are unset
406               if test "$GCC" = yes; then
407                 CFLAGS="-O2"
408               else
409                 CFLAGS=
410               fi
411             fi
412         ]
413 )
414
415 dnl =================================================================
416 dnl additional gcc flags
417 dnl =================================================================
418 dnl 
419 if test "$GCC"; then
420   CFLAGS="-pipe $CFLAGS"
421 fi
422
423
424 dnl =================================================================
425 dnl Build type
426 dnl =================================================================
427 dnl
428 dnl Must do this first.
429 dnl
430 dnl Reason: This sets CFLAGS in order to switch the Cygwin compiler
431 dnl into Cygwin or MinGW32 modes.  Depending on the mode selected,
432 dnl the compiler will use completely different sets of library
433 dnl and include files.
434 dnl 
435 dnl =================================================================
436
437 AC_MINGW32
438 AC_CYGWIN
439
440 if test "$MINGW32" = "yes"; then
441   target_type=mingw
442 else
443   if test "$CYGWIN" = "yes"; then
444     target_type=cygwin
445   else
446     target_type=unix
447   fi
448 fi
449
450 if test $dodk = auto; then
451         dodk=no
452         if test $target_type = unix; then
453                 case "$host_os" in
454                 linux* | gnu*)
455                         dodk=yes
456                 ;;
457                 esac
458         fi
459 fi
460
461 dnl Decide what to do based on target_type
462 dnl Note: PTHREAD_LIB is always set, even if pthread is disabled.
463 dnl This is because we don't know yet whether pthread is enabled.
464
465 AC_ARG_ENABLE(mingw32,
466 [  --enable-mingw32        Use mingw32 for a Windows GUI],
467 [if test $enableval = yes; then
468   target_type=mingw
469 fi])
470
471 if test $target_type = mingw; then
472   WIN_ONLY=
473   SPECIAL_CFLAGS="-mwindows -mno-cygwin"
474   PTHREAD_LIB=-lpthreadGC
475   echo "Using mingw32 (Win32 GUI)"
476 else
477   WIN_ONLY=#
478   if test $target_type = cygwin; then
479     SPECIAL_CFLAGS="-mno-win32"
480     PTHREAD_LIB=
481     echo "Using Cygnus (Win32 command line)"
482   else
483     SPECIAL_CFLAGS=
484     PTHREAD_LIB=-lpthread
485   fi
486 fi
487 AC_SUBST(WIN_ONLY)
488
489 dnl Checking which text html browser we have avaliable
490 if test $dodk != no; then
491         AC_CHECK_PROGS(WDUMP,w3m lynx links,false)
492         if test "$WDUMP" = false; then
493                 AC_MSG_ERROR(You need some kind of text browser to continue \(w3m, lynx and links are supported\))
494         fi
495         if test $DB2HTML = false; then
496                 dnl We need to clean the variable, otherwise AC_CHECK_PROGS
497                 dnl will fail   
498                 DB2HTML=""
499                 AC_CHECK_PROGS(DB2HTML,db2html docbook2html,false)
500         fi
501 fi
502 AC_SUBST(WDUMP)
503 AC_SUBST(DB2HTML)
504
505 dnl If we use rpm, we need to check where %_topdir is
506 AC_CHECK_PROGS(RPMBIN,rpm,false)
507 if test $RPMBIN != false; then
508                 RPM_BASE=`rpm --eval "%{_topdir}"`
509                 if test "$RPM_BASE" = ""; then
510                         RPM_BASE=/usr/src/redhat
511                 fi
512 fi
513 AC_SUBST(RPM_BASE)
514
515 dnl Check for jade, so we can build the documentation
516 AC_CHECK_PROGS(JADEBIN,jade openjade,false)
517 AC_SUBST(JADEBIN)
518
519 dnl Check for man2html for docs.
520 AC_CHECK_PROGS(MAN2HTML,man2html,false)
521 AC_SUBST(MAN2HTML)
522
523 dnl Checking for the docbook.dsl stylesheet file
524 dnl It is still not portable (directory slash)
525 if test $dodk = yes; then
526   if test $DKPREFIX = none; then
527     for i in /usr/share/sgml/docbook/dsssl-stylesheets /usr/share/sgml/docbkdsl /usr/share/sgml/docbook-dsssl; do
528       echo -n "checking for $i/html/docbook.dsl..."
529       if test -f $i/html/docbook.dsl; then
530         echo "yes"
531         DKPREFIX=$i
532         break
533       else
534         echo "no"
535       fi
536     done
537   fi
538 fi
539 AC_SUBST(DKPREFIX)
540
541 dnl Save old CFLAGS so we can restore them later, then add SPECIAL_CFLAGS
542 old_CFLAGS_nospecial=$CFLAGS
543 CFLAGS="$CFLAGS $SPECIAL_CFLAGS"
544
545 # Hack to force AutoConf to use the CFLAGS we just set
546 dnl Warning: This may break with a future version of Autoconf
547 dnl          Tested with autoconf 2.13
548 ac_cpp='$CPP $CPPFLAGS $SPECIAL_CFLAGS'
549 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
550 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
551
552
553 dnl =================================================================
554 dnl Thread support
555 dnl =================================================================
556
557 AC_CHECK_HEADER(pthread.h, [have_pthread=yes], [have_pthread=no])
558
559 AC_ARG_ENABLE(pthread,
560 [  --disable-pthread       Don't use POSIX threads (pthreads)],
561 [if test $enableval = no; then
562   # Disable pthreads
563   have_pthread=no
564 fi])
565
566 if test $have_pthread = yes; then
567   PTHREAD_ONLY=
568   AC_DEFINE(FEATURE_PTHREAD)
569   echo Using POSIX threads
570   if test "$GCC" = "yes"; then
571     # Set a GCC specific switch:
572     if test "$target_type" = "unix"; then
573       # This compiler switch makes Linux thread-safe
574       # Don't know about other OS's?  Is this switch
575       # supported?
576       PTHREAD_LIB=
577       SPECIAL_CFLAGS="-pthread"
578     fi
579   fi
580 else
581   PTHREAD_ONLY=#
582   echo Using native threads
583 fi
584
585 AC_SUBST(PTHREAD_ONLY)
586
587 dnl =================================================================
588 dnl Support for thread-safe versions of gethostbyaddr, gethostbyname,
589 dnl gmtime and localtime
590 dnl =================================================================
591
592 dnl Next line needed to find the gethost*_r functions on Solaris
593 AC_CHECK_LIB(nsl, gethostbyname)
594
595 AC_CHECK_FUNC(gethostbyaddr_r, [
596   AC_MSG_CHECKING([signature of gethostbyaddr_r])
597   AC_TRY_COMPILE([
598 #   include <netdb.h>
599   ], [
600     struct hostent *h, *hp;
601     char *a, *b;
602     int l, bl, t, e;
603     (void) gethostbyaddr_r(a, l, t, h, b, bl, &hp, &e)
604   ], [
605     AC_DEFINE(HAVE_GETHOSTBYADDR_R_8_ARGS)
606     AC_MSG_RESULT([8 args])
607   ], [
608     AC_TRY_COMPILE([
609 #     include <netdb.h>
610     ], [
611       struct hostent *h;
612       char *a, *b;
613       int l, bl, t, e;
614       (void) gethostbyaddr_r(a, l, t, h, b, bl, &e)
615     ], [
616       AC_DEFINE(HAVE_GETHOSTBYADDR_R_7_ARGS)
617       AC_MSG_RESULT([7 args])
618     ], [
619       AC_TRY_COMPILE([
620 #       include <netdb.h>
621       ], [
622         struct hostent_data *d;
623         struct hostent *h;
624         char a,
625         int l, t;
626         (void) gethostbyaddr_r(a, l, t, h, d)
627       ], [
628         AC_DEFINE(HAVE_GETHOSTBYADDR_R_5_ARGS)
629         AC_MSG_RESULT([5 args])
630       ], [
631         AC_MSG_RESULT(unrecognised)
632       ])
633     ])
634   ])
635 ], [
636   AC_MSG_RESULT(no)
637 ])
638
639 AC_CHECK_FUNC(gethostbyname_r, [
640   AC_MSG_CHECKING([signature of gethostbyname_r])
641   AC_TRY_COMPILE([
642 #   include <netdb.h>
643   ], [
644     struct hostent *h, *r;
645     char *n, *b;
646     int bl, e;
647     (void) gethostbyname_r(n, h, b, bl, &r, &e)
648   ], [
649     AC_DEFINE(HAVE_GETHOSTBYNAME_R_6_ARGS)
650     AC_MSG_RESULT([6 args])
651   ], [
652     AC_TRY_COMPILE([
653 #     include <netdb.h>
654     ], [
655       struct hostent *h;
656       char *n, *b;
657       int bl, e;
658       (void) gethostbyname_r(n, h, b, bl, &e)
659     ], [
660       AC_DEFINE(HAVE_GETHOSTBYNAME_R_5_ARGS)
661       AC_MSG_RESULT([5 args])
662     ], [
663       AC_TRY_COMPILE([
664 #       include <netdb.h>
665       ], [
666         struct hostent_data *d;
667         struct hostent *h;
668         char *n,
669         (void) gethostbyname_r(n, h, d)
670       ], [
671         AC_DEFINE(HAVE_GETHOSTBYNAME_R_3_ARGS)
672         AC_MSG_RESULT([3 args])
673       ], [
674         AC_MSG_RESULT(unrecognised)
675       ])
676     ])
677   ])
678 ], [
679   AC_MSG_RESULT(no)
680 ])
681
682 AC_CHECK_FUNC(gmtime_r, [
683   AC_MSG_CHECKING([signature of gmtime_r])
684   AC_TRY_COMPILE([
685 #   include <time.h>
686   ], [
687     struct time *t;
688     struct tm *tm;
689     (void) gmtime_r(t, tm)
690   ], [
691     AC_MSG_RESULT(ok)
692     AC_DEFINE(HAVE_GMTIME_R)
693   ], [
694     AC_MSG_RESULT(unrecognised)
695   ])
696 ], [
697   AC_MSG_RESULT(no)
698 ])
699
700 AC_CHECK_FUNC(localtime_r, [
701   AC_MSG_CHECKING([signature of localtime_r])
702   AC_TRY_COMPILE([
703 #   include <time.h>
704   ], [
705     struct time *t;
706     struct tm *tm;
707     (void) localtime_r(t, tm)
708   ], [
709     AC_MSG_RESULT(ok)
710     AC_DEFINE(HAVE_LOCALTIME_R)
711   ], [
712     AC_MSG_RESULT(unrecognised)
713   ])
714 ], [
715   AC_MSG_RESULT(no)
716 ])
717
718 dnl =================================================================
719 dnl Solaris specific
720 dnl FIXME: Not tested on Solaris yet...
721 dnl =================================================================
722
723
724 SOCKET_LIB=
725
726 case "$host" in
727 *-solaris*) SOCKET_LIB="-lsocket -lnsl"
728             AC_DEFINE(__EXTENSIONS__)
729             if test "$GCC" = "yes"; then
730               # Set a GCC specific switch:
731               # This compiler switch makes Solaris thread-safe
732               PTHREAD_LIB=
733               SPECIAL_CFLAGS="-pthreads"
734             else
735               # What do we do without GCC? Guess this:
736               SPECIAL_CFLAGS="-D_REENTRANT"
737             fi
738 ;;
739 esac
740
741 AC_SUBST(SOCKET_LIB)
742
743 dnl =================================================================
744 dnl OS/2 specific
745 dnl =================================================================
746
747 case "$host" in
748 *-os2-emx*) SOCKET_LIB=-lsocket
749 ;;
750 esac
751
752 AC_SUBST(SOCKET_LIB)
753
754 dnl =================================================================
755 dnl Mac OSX specific
756 dnl =================================================================
757     
758 case "$host" in
759 *-apple-darwin*) SPECIAL_CFLAGS="-Dunix"
760 ;;  
761 esac
762
763 dnl =================================================================
764 dnl AmigaOS specific
765 dnl =================================================================
766
767 AMIGAOS_ONLY=#
768
769 case "$host" in
770 *-amigaos) AMIGAOS_ONLY=
771 ;;
772 esac
773
774 AC_SUBST(AMIGAOS_ONLY)
775
776 dnl =================================================================
777 dnl Check for standard compiler stuff
778 dnl =================================================================
779
780 AC_EXEEXT
781 AC_OBJEXT
782 AC_HEADER_STDC
783 AC_C_CONST
784 AC_TYPE_SIZE_T
785 AC_CHECK_SIZEOF(int, 4)
786 AC_CHECK_SIZEOF(char *, 4)
787 AC_CHECK_SIZEOF(long, 4)
788 AC_CHECK_SIZEOF(long long, 8)
789 AC_CHECK_SIZEOF(size_t, 4)
790
791 dnl Checks for header files.
792 dnl AC_HEADER_SYS_WAIT
793 dnl AC_CHECK_HEADERS(fcntl.h limits.h malloc.h sys/time.h unistd.h)
794
795 dnl Checks for library functions.
796 dnl AC_TYPE_SIGNAL
797 dnl AC_CHECK_FUNC(strstr)
798 dnl bcopy and memmove are for PCRE
799 AC_CHECK_FUNCS(strerror bcopy memmove)
800
801
802 dnl =================================================================
803 dnl Checks for libraries.
804 dnl =================================================================
805 dnl Note: Some systems may have the library but not the system header
806 dnl       file, so we must check for both.
807 AC_CHECK_LIB(pcre, pcre_compile, [AC_CHECK_HEADER(pcre.h, [have_pcre=yes], [have_pcre=no])], [have_pcre=no])
808 AC_CHECK_LIB(pcreposix, regcomp, [AC_CHECK_HEADER(pcreposix.h, [have_pcreposix=yes], [have_pcreposix=no])], [have_pcreposix=no], -lpcre)
809 AC_CHECK_LIB(pcrs, pcrs_compile, [AC_CHECK_HEADER(pcrs.h, [have_pcrs=yes], [have_pcrs=no])], [have_pcrs=no])
810
811
812 dnl =================================================================
813 dnl Always defined
814 dnl =================================================================
815
816 AC_DEFINE(__MT__)
817
818 dnl =================================================================
819 dnl Features
820 dnl =================================================================
821
822 AC_ARG_ENABLE(toggle,
823 [  --disable-toggle         Don't support temporary disable],
824 [if test $enableval = yes; then
825   AC_DEFINE(FEATURE_TOGGLE)
826 fi],AC_DEFINE(FEATURE_TOGGLE))
827
828 AC_ARG_ENABLE(force,
829 [  --disable-force          Don't allow single-page disable],
830 [if test $enableval = yes; then
831   AC_DEFINE(FEATURE_FORCE_LOAD)
832 fi],AC_DEFINE(FEATURE_FORCE_LOAD))
833
834 AC_ARG_ENABLE(fast-redirects,
835 [  --disable-fast-redirects Don't support fast redirects],
836 [if test $enableval = yes; then
837   AC_DEFINE(FEATURE_FAST_REDIRECTS)
838 fi], AC_DEFINE(FEATURE_FAST_REDIRECTS))
839
840 AC_ARG_ENABLE(killpopup,
841 [  --disable-killpopup      Never block popups],
842 [if test $enableval = yes; then
843   AC_DEFINE(FEATURE_KILL_POPUPS)
844 fi],AC_DEFINE(FEATURE_KILL_POPUPS))
845
846 AC_ARG_ENABLE(stats,
847 [  --disable-stats          Don't keep statistics],
848 [if test $enableval = yes; then
849   AC_DEFINE(FEATURE_STATISTICS)
850 fi],AC_DEFINE(FEATURE_STATISTICS))
851
852 AC_ARG_ENABLE(ie-images,
853 [  --disable-ie-images      Don't auto-detect whether a request from MS Internet
854                            Explorer is for an image or HTML.],
855 [if test $enableval = yes; then
856   AC_DEFINE(FEATURE_IMAGE_DETECT_MSIE)
857 fi],
858 AC_DEFINE(FEATURE_IMAGE_DETECT_MSIE))
859
860 AC_ARG_ENABLE(image-blocking,
861 [  --disable-image-blocking Don't try to figure out whether a request is 
862                            for an image or HTML - assume HTML.],
863 [if test $enableval = yes; then
864   AC_DEFINE(FEATURE_IMAGE_BLOCKING)
865 fi],
866 AC_DEFINE(FEATURE_IMAGE_BLOCKING))
867
868 AC_ARG_ENABLE(acl-files,
869 [  --disable-acl-files      Prevents the use of ACL files to control access to
870                            the proxy by IP address.],
871 [if test $enableval = yes; then
872   AC_DEFINE(FEATURE_ACL)
873 fi],
874 AC_DEFINE(FEATURE_ACL))
875
876 AC_ARG_ENABLE(trust-files,
877 [  --disable-trust-files    Prevents the use of trust files.],
878 [if test $enableval = yes; then
879   AC_DEFINE(FEATURE_TRUST)
880 fi],
881 AC_DEFINE(FEATURE_TRUST))
882
883 AC_ARG_ENABLE(jar-files,
884 [  --disable-jar-files      Prevents the use of jar files to capture cookies.],
885 [if test $enableval = yes; then
886   AC_DEFINE(FEATURE_COOKIE_JAR)
887 fi],
888 AC_DEFINE(FEATURE_COOKIE_JAR))
889
890 AC_ARG_ENABLE(editor,
891 [  --disable-editor         Prevents the use of the web-based actions file
892                            editor and web-based temporary disable setting.],
893 [if test $enableval = yes; then
894   AC_DEFINE(FEATURE_CGI_EDIT_ACTIONS)
895 fi],
896 AC_DEFINE(FEATURE_CGI_EDIT_ACTIONS))
897
898 AC_ARG_ENABLE(no-gifs,
899 [  --enable-no-gifs         Use politically correct PNG format instead of GIF
900                            for built-in images. May not work with all browsers.],
901 [if test $enableval = yes; then
902   AC_DEFINE(FEATURE_NO_GIFS)
903 fi])
904
905
906 dnl pcre/pcrs is needed for CGI anyway, so
907 dnl the choice is only between static and
908 dnl dynamic:
909
910 AC_ARG_ENABLE(regex-matching,
911 [  --enable-regex-matching=pcre  Use perl-compatible regex for actionsfile
912                                 pattern matching (default)
913   --enable-regex-matching=gnu   Use gnu style regex for actionsfile pattern
914                                 matching (-> bigger binary)
915   --disable-regex-matching      Don't use regex matching, compare URL
916                                 prefix instead (won't shrink birary)],
917 [ regex_matching=$enableval ],
918 [ regex_matching=pcre ])
919
920 AC_ARG_ENABLE(dynamic-pcre,
921 [  --disable-dynamic-pcre        Use the built-in, static pcre, even if
922                                 libpcre is available],
923 [ if test $enableval = "no"; then have_pcre=no; fi ])
924
925 AC_ARG_ENABLE(dynamic-pcrs,
926 [  --disable-dynamic-pcrs        Use the built-in, static pcrs, even if
927                                 libpcrs is available],
928 [ if test $enableval = "no"; then have_pcrs=no; fi ])
929
930
931 # Is the regex URL matching based on libpcreposix, but we
932 # don't have that library?
933 #
934 if test $have_pcreposix = "yes" -o $regex_matching != "pcre"; then
935   dont_miss_pcreposix=yes
936 else
937   dont_miss_pcreposix=no
938 fi
939
940 # If we have libpcre and either we also have pcreposix or
941 # we don't need pcreposix, then link pcre dynamically; else
942 # build it and link statically
943 #
944 if test $have_pcre = "yes" -a $dont_miss_pcreposix = "yes"; then
945   echo "using libpcre"
946   pcre_dyn=yes
947   STATIC_PCRE_ONLY=#
948   LIBS="$LIBS -lpcre"
949 else
950   echo "using built-in static pcre"
951   pcre_dyn=no
952   AC_DEFINE(STATIC_PCRE)
953   STATIC_PCRE_ONLY=
954 fi
955
956 # If we have libpcrs and pcre is linked dynamically
957 # then also link pcrs dynamically, else build and link
958 # pcrs statically
959 #
960 if test $have_pcrs = "yes" -a $pcre_dyn = "yes"; then
961   echo "using libpcrs"
962   STATIC_PCRS_ONLY=#
963   LIBS="$LIBS -lpcrs"
964 else
965   echo "using built-in static pcrs"
966   AC_DEFINE(STATIC_PCRS)
967   STATIC_PCRS_ONLY=
968 fi
969
970 # Which method should be used for URL matching?
971 # pcre, gnu regex or prefix matching?
972 #
973 if test $regex_matching = "gnu"; then
974   echo "using gnu regex for URL matching"
975   AC_DEFINE(REGEX_GNU)
976   GNU_REGEX_ONLY=
977   PCRE_REGEX_ONLY=#
978 elif test $regex_matching = "pcre"; then
979   echo "using pcre regex for URL matching"
980   AC_DEFINE(REGEX_PCRE)
981   GNU_REGEX_ONLY=#
982   PCRE_REGEX_ONLY=
983   if test $pcre_dyn = "yes"; then
984     LIBS="$LIBS -lpcreposix"
985   fi
986 else
987   echo -e "using prefix matching for URLs\nHint: This does NOT make the executable any smaller!"
988   GNU_REGEX_ONLY=#
989   PCRE_REGEX_ONLY=#
990 fi
991
992 AC_SUBST(GNU_REGEX_ONLY)
993 AC_SUBST(PCRE_REGEX_ONLY)
994 AC_SUBST(STATIC_PCRE_ONLY)
995 AC_SUBST(STATIC_PCRS_ONLY)
996
997 dnl =================================================================
998 dnl Final cleanup and output
999 dnl =================================================================
1000
1001 dnl Remove the SPECIAL_CFLAGS stuff from CFLAGS, and add it seperately
1002 dnl in the Makefile
1003 CFLAGS=$old_CFLAGS_nospecial
1004 AC_SUBST(SPECIAL_CFLAGS)
1005
1006 AC_SUBST(PTHREAD_LIB)
1007
1008 AC_OUTPUT(GNUmakefile)