Look for <sys/wait.h>, too
[freeradius.git] / configure
1 #! /bin/sh
2
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated automatically using autoconf version 2.13 
5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6 #
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
9
10 # Defaults:
11 ac_help=
12 ac_default_prefix=/usr/local
13 # Any additions from configure.in:
14 ac_help="$ac_help
15   --enable-shared[=PKGS]  build shared libraries [default=yes]"
16 ac_help="$ac_help
17   --enable-static[=PKGS]  build static libraries [default=yes]"
18 ac_help="$ac_help
19   --enable-fast-install[=PKGS]  optimize for fast installation [default=yes]"
20 ac_help="$ac_help
21   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]"
22 ac_help="$ac_help
23   --disable-libtool-lock  avoid locking (might break parallel builds)"
24 ac_help="$ac_help
25   --enable-strict-dependencies  Fail configure on lack of module dependancy."
26 ac_help="$ac_help
27   --with-logdir=DIR       Directory for logfiles [LOCALSTATEDIR/log/radius] "
28 ac_help="$ac_help
29   --with-radacctdir=PATH  Directory for detail files [LOGDIR/radacct] "
30 ac_help="$ac_help
31   --with-raddbdir=DIR     Directory for config files [SYSCONFDIR/raddb] "
32 ac_help="$ac_help
33   --with-dict-nocase      Make dictionary case-independant (default=yes)"
34 ac_help="$ac_help
35   --with-ascend-binary    Include support for Ascend binary filter attributes (default=yes)"
36 ac_help="$ac_help
37   --with-threads          Use threads, if available.  (default=yes) "
38 ac_help="$ac_help
39   --with-snmp             Compile in SNMP support. (default=yes)"
40 ac_help="$ac_help
41   --disable-ltdl-install  do not install libltdl"
42 ac_help="$ac_help
43   --with-static-modules=QUOTED-MODULE-LIST"
44 ac_help="$ac_help
45   --enable-developer               Enables features of interest to developers."
46 ac_help="$ac_help
47   --with-experimental-modules      Use experimental and unstable modules. (default=no) "
48 ac_help="$ac_help
49   --with-rlm-FOO-lib-dir=DIR       Directory to look for library files used by module FOO"
50 ac_help="$ac_help
51   --with-rlm-FOO-include-dir=DIR   Directory to look for include files used by module FOO"
52
53 # Initialize some variables set by options.
54 # The variables have the same names as the options, with
55 # dashes changed to underlines.
56 build=NONE
57 cache_file=./config.cache
58 exec_prefix=NONE
59 host=NONE
60 no_create=
61 nonopt=NONE
62 no_recursion=
63 prefix=NONE
64 program_prefix=NONE
65 program_suffix=NONE
66 program_transform_name=s,x,x,
67 silent=
68 site=
69 srcdir=
70 target=NONE
71 verbose=
72 x_includes=NONE
73 x_libraries=NONE
74 bindir='${exec_prefix}/bin'
75 sbindir='${exec_prefix}/sbin'
76 libexecdir='${exec_prefix}/libexec'
77 datadir='${prefix}/share'
78 sysconfdir='${prefix}/etc'
79 sharedstatedir='${prefix}/com'
80 localstatedir='${prefix}/var'
81 libdir='${exec_prefix}/lib'
82 includedir='${prefix}/include'
83 oldincludedir='/usr/include'
84 infodir='${prefix}/info'
85 mandir='${prefix}/man'
86
87 # Initialize some other variables.
88 subdirs=
89 MFLAGS= MAKEFLAGS=
90 SHELL=${CONFIG_SHELL-/bin/sh}
91 # Maximum number of lines to put in a shell here document.
92 ac_max_here_lines=12
93
94 ac_prev=
95 for ac_option
96 do
97
98   # If the previous option needs an argument, assign it.
99   if test -n "$ac_prev"; then
100     eval "$ac_prev=\$ac_option"
101     ac_prev=
102     continue
103   fi
104
105   case "$ac_option" in
106   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
107   *) ac_optarg= ;;
108   esac
109
110   # Accept the important Cygnus configure options, so we can diagnose typos.
111
112   case "$ac_option" in
113
114   -bindir | --bindir | --bindi | --bind | --bin | --bi)
115     ac_prev=bindir ;;
116   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
117     bindir="$ac_optarg" ;;
118
119   -build | --build | --buil | --bui | --bu)
120     ac_prev=build ;;
121   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
122     build="$ac_optarg" ;;
123
124   -cache-file | --cache-file | --cache-fil | --cache-fi \
125   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
126     ac_prev=cache_file ;;
127   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
128   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
129     cache_file="$ac_optarg" ;;
130
131   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
132     ac_prev=datadir ;;
133   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
134   | --da=*)
135     datadir="$ac_optarg" ;;
136
137   -disable-* | --disable-*)
138     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
139     # Reject names that are not valid shell variable names.
140     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
141       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
142     fi
143     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
144     eval "enable_${ac_feature}=no" ;;
145
146   -enable-* | --enable-*)
147     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
148     # Reject names that are not valid shell variable names.
149     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
150       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
151     fi
152     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
153     case "$ac_option" in
154       *=*) ;;
155       *) ac_optarg=yes ;;
156     esac
157     eval "enable_${ac_feature}='$ac_optarg'" ;;
158
159   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
160   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
161   | --exec | --exe | --ex)
162     ac_prev=exec_prefix ;;
163   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
164   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
165   | --exec=* | --exe=* | --ex=*)
166     exec_prefix="$ac_optarg" ;;
167
168   -gas | --gas | --ga | --g)
169     # Obsolete; use --with-gas.
170     with_gas=yes ;;
171
172   -help | --help | --hel | --he)
173     # Omit some internal or obsolete options to make the list less imposing.
174     # This message is too long to be a string in the A/UX 3.1 sh.
175     cat << EOF
176 Usage: configure [options] [host]
177 Options: [defaults in brackets after descriptions]
178 Configuration:
179   --cache-file=FILE       cache test results in FILE
180   --help                  print this message
181   --no-create             do not create output files
182   --quiet, --silent       do not print \`checking...' messages
183   --version               print the version of autoconf that created configure
184 Directory and file names:
185   --prefix=PREFIX         install architecture-independent files in PREFIX
186                           [$ac_default_prefix]
187   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
188                           [same as prefix]
189   --bindir=DIR            user executables in DIR [EPREFIX/bin]
190   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
191   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
192   --datadir=DIR           read-only architecture-independent data in DIR
193                           [PREFIX/share]
194   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
195   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
196                           [PREFIX/com]
197   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
198   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
199   --includedir=DIR        C header files in DIR [PREFIX/include]
200   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
201   --infodir=DIR           info documentation in DIR [PREFIX/info]
202   --mandir=DIR            man documentation in DIR [PREFIX/man]
203   --srcdir=DIR            find the sources in DIR [configure dir or ..]
204   --program-prefix=PREFIX prepend PREFIX to installed program names
205   --program-suffix=SUFFIX append SUFFIX to installed program names
206   --program-transform-name=PROGRAM
207                           run sed PROGRAM on installed program names
208 EOF
209     cat << EOF
210 Host type:
211   --build=BUILD           configure for building on BUILD [BUILD=HOST]
212   --host=HOST             configure for HOST [guessed]
213   --target=TARGET         configure for TARGET [TARGET=HOST]
214 Features and packages:
215   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
216   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
217   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
218   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
219   --x-includes=DIR        X include files are in DIR
220   --x-libraries=DIR       X library files are in DIR
221 EOF
222     if test -n "$ac_help"; then
223       echo "--enable and --with options recognized:$ac_help"
224     fi
225     exit 0 ;;
226
227   -host | --host | --hos | --ho)
228     ac_prev=host ;;
229   -host=* | --host=* | --hos=* | --ho=*)
230     host="$ac_optarg" ;;
231
232   -includedir | --includedir | --includedi | --included | --include \
233   | --includ | --inclu | --incl | --inc)
234     ac_prev=includedir ;;
235   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
236   | --includ=* | --inclu=* | --incl=* | --inc=*)
237     includedir="$ac_optarg" ;;
238
239   -infodir | --infodir | --infodi | --infod | --info | --inf)
240     ac_prev=infodir ;;
241   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
242     infodir="$ac_optarg" ;;
243
244   -libdir | --libdir | --libdi | --libd)
245     ac_prev=libdir ;;
246   -libdir=* | --libdir=* | --libdi=* | --libd=*)
247     libdir="$ac_optarg" ;;
248
249   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
250   | --libexe | --libex | --libe)
251     ac_prev=libexecdir ;;
252   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
253   | --libexe=* | --libex=* | --libe=*)
254     libexecdir="$ac_optarg" ;;
255
256   -localstatedir | --localstatedir | --localstatedi | --localstated \
257   | --localstate | --localstat | --localsta | --localst \
258   | --locals | --local | --loca | --loc | --lo)
259     ac_prev=localstatedir ;;
260   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
261   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
262   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
263     localstatedir="$ac_optarg" ;;
264
265   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
266     ac_prev=mandir ;;
267   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
268     mandir="$ac_optarg" ;;
269
270   -nfp | --nfp | --nf)
271     # Obsolete; use --without-fp.
272     with_fp=no ;;
273
274   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
275   | --no-cr | --no-c)
276     no_create=yes ;;
277
278   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
279   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
280     no_recursion=yes ;;
281
282   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
283   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
284   | --oldin | --oldi | --old | --ol | --o)
285     ac_prev=oldincludedir ;;
286   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
287   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
288   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
289     oldincludedir="$ac_optarg" ;;
290
291   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
292     ac_prev=prefix ;;
293   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
294     prefix="$ac_optarg" ;;
295
296   -program-prefix | --program-prefix | --program-prefi | --program-pref \
297   | --program-pre | --program-pr | --program-p)
298     ac_prev=program_prefix ;;
299   -program-prefix=* | --program-prefix=* | --program-prefi=* \
300   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
301     program_prefix="$ac_optarg" ;;
302
303   -program-suffix | --program-suffix | --program-suffi | --program-suff \
304   | --program-suf | --program-su | --program-s)
305     ac_prev=program_suffix ;;
306   -program-suffix=* | --program-suffix=* | --program-suffi=* \
307   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
308     program_suffix="$ac_optarg" ;;
309
310   -program-transform-name | --program-transform-name \
311   | --program-transform-nam | --program-transform-na \
312   | --program-transform-n | --program-transform- \
313   | --program-transform | --program-transfor \
314   | --program-transfo | --program-transf \
315   | --program-trans | --program-tran \
316   | --progr-tra | --program-tr | --program-t)
317     ac_prev=program_transform_name ;;
318   -program-transform-name=* | --program-transform-name=* \
319   | --program-transform-nam=* | --program-transform-na=* \
320   | --program-transform-n=* | --program-transform-=* \
321   | --program-transform=* | --program-transfor=* \
322   | --program-transfo=* | --program-transf=* \
323   | --program-trans=* | --program-tran=* \
324   | --progr-tra=* | --program-tr=* | --program-t=*)
325     program_transform_name="$ac_optarg" ;;
326
327   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
328   | -silent | --silent | --silen | --sile | --sil)
329     silent=yes ;;
330
331   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
332     ac_prev=sbindir ;;
333   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
334   | --sbi=* | --sb=*)
335     sbindir="$ac_optarg" ;;
336
337   -sharedstatedir | --sharedstatedir | --sharedstatedi \
338   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
339   | --sharedst | --shareds | --shared | --share | --shar \
340   | --sha | --sh)
341     ac_prev=sharedstatedir ;;
342   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
343   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
344   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
345   | --sha=* | --sh=*)
346     sharedstatedir="$ac_optarg" ;;
347
348   -site | --site | --sit)
349     ac_prev=site ;;
350   -site=* | --site=* | --sit=*)
351     site="$ac_optarg" ;;
352
353   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
354     ac_prev=srcdir ;;
355   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
356     srcdir="$ac_optarg" ;;
357
358   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
359   | --syscon | --sysco | --sysc | --sys | --sy)
360     ac_prev=sysconfdir ;;
361   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
362   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
363     sysconfdir="$ac_optarg" ;;
364
365   -target | --target | --targe | --targ | --tar | --ta | --t)
366     ac_prev=target ;;
367   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
368     target="$ac_optarg" ;;
369
370   -v | -verbose | --verbose | --verbos | --verbo | --verb)
371     verbose=yes ;;
372
373   -version | --version | --versio | --versi | --vers)
374     echo "configure generated by autoconf version 2.13"
375     exit 0 ;;
376
377   -with-* | --with-*)
378     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
379     # Reject names that are not valid shell variable names.
380     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
381       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
382     fi
383     ac_package=`echo $ac_package| sed 's/-/_/g'`
384     case "$ac_option" in
385       *=*) ;;
386       *) ac_optarg=yes ;;
387     esac
388     eval "with_${ac_package}='$ac_optarg'" ;;
389
390   -without-* | --without-*)
391     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
392     # Reject names that are not valid shell variable names.
393     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
394       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
395     fi
396     ac_package=`echo $ac_package| sed 's/-/_/g'`
397     eval "with_${ac_package}=no" ;;
398
399   --x)
400     # Obsolete; use --with-x.
401     with_x=yes ;;
402
403   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
404   | --x-incl | --x-inc | --x-in | --x-i)
405     ac_prev=x_includes ;;
406   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
407   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
408     x_includes="$ac_optarg" ;;
409
410   -x-libraries | --x-libraries | --x-librarie | --x-librari \
411   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
412     ac_prev=x_libraries ;;
413   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
414   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
415     x_libraries="$ac_optarg" ;;
416
417   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
418     ;;
419
420   *)
421     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
422       echo "configure: warning: $ac_option: invalid host type" 1>&2
423     fi
424     if test "x$nonopt" != xNONE; then
425       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
426     fi
427     nonopt="$ac_option"
428     ;;
429
430   esac
431 done
432
433 if test -n "$ac_prev"; then
434   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
435 fi
436
437 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
438
439 # File descriptor usage:
440 # 0 standard input
441 # 1 file creation
442 # 2 errors and warnings
443 # 3 some systems may open it to /dev/tty
444 # 4 used on the Kubota Titan
445 # 6 checking for... messages and results
446 # 5 compiler messages saved in config.log
447 if test "$silent" = yes; then
448   exec 6>/dev/null
449 else
450   exec 6>&1
451 fi
452 exec 5>./config.log
453
454 echo "\
455 This file contains any messages produced by compilers while
456 running configure, to aid debugging if configure makes a mistake.
457 " 1>&5
458
459 # Strip out --no-create and --no-recursion so they do not pile up.
460 # Also quote any args containing shell metacharacters.
461 ac_configure_args=
462 for ac_arg
463 do
464   case "$ac_arg" in
465   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
466   | --no-cr | --no-c) ;;
467   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
468   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
469   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
470   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
471   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
472   esac
473 done
474
475 # NLS nuisances.
476 # Only set these to C if already set.  These must not be set unconditionally
477 # because not all systems understand e.g. LANG=C (notably SCO).
478 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
479 # Non-C LC_CTYPE values break the ctype check.
480 if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
481 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
482 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
483 if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
484
485 # confdefs.h avoids OS command line length limits that DEFS can exceed.
486 rm -rf conftest* confdefs.h
487 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
488 echo > confdefs.h
489
490 # A filename unique to this package, relative to the directory that
491 # configure is in, which we can look for to find out if srcdir is correct.
492 ac_unique_file=src/main/radiusd.c
493
494 # Find the source files, if location was not specified.
495 if test -z "$srcdir"; then
496   ac_srcdir_defaulted=yes
497   # Try the directory containing this script, then its parent.
498   ac_prog=$0
499   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
500   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
501   srcdir=$ac_confdir
502   if test ! -r $srcdir/$ac_unique_file; then
503     srcdir=..
504   fi
505 else
506   ac_srcdir_defaulted=no
507 fi
508 if test ! -r $srcdir/$ac_unique_file; then
509   if test "$ac_srcdir_defaulted" = yes; then
510     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
511   else
512     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
513   fi
514 fi
515 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
516
517 # Prefer explicitly selected file to automatically selected ones.
518 if test -z "$CONFIG_SITE"; then
519   if test "x$prefix" != xNONE; then
520     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
521   else
522     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
523   fi
524 fi
525 for ac_site_file in $CONFIG_SITE; do
526   if test -r "$ac_site_file"; then
527     echo "loading site script $ac_site_file"
528     . "$ac_site_file"
529   fi
530 done
531
532 if test -r "$cache_file"; then
533   echo "loading cache $cache_file"
534   . $cache_file
535 else
536   echo "creating cache $cache_file"
537   > $cache_file
538 fi
539
540 ac_ext=c
541 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
542 ac_cpp='$CPP $CPPFLAGS'
543 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
544 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
545 cross_compiling=$ac_cv_prog_cc_cross
546
547 ac_exeext=
548 ac_objext=o
549 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
550   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
551   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
552     ac_n= ac_c='
553 ' ac_t='        '
554   else
555     ac_n=-n ac_c= ac_t=
556   fi
557 else
558   ac_n= ac_c='\c' ac_t=
559 fi
560
561
562
563 # From configure.in Revision: 1.148 
564 RADIUSD_MAJOR_VERSION=0
565 RADIUSD_MINOR_VERSION=6
566 RADIUSD_VERSION="${RADIUSD_MAJOR_VERSION}.${RADIUSD_MINOR_VERSION}"
567
568
569 # Extract the first word of "gcc", so it can be a program name with args.
570 set dummy gcc; ac_word=$2
571 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
572 echo "configure:573: checking for $ac_word" >&5
573 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
574   echo $ac_n "(cached) $ac_c" 1>&6
575 else
576   if test -n "$CC"; then
577   ac_cv_prog_CC="$CC" # Let the user override the test.
578 else
579   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
580   ac_dummy="$PATH"
581   for ac_dir in $ac_dummy; do
582     test -z "$ac_dir" && ac_dir=.
583     if test -f $ac_dir/$ac_word; then
584       ac_cv_prog_CC="gcc"
585       break
586     fi
587   done
588   IFS="$ac_save_ifs"
589 fi
590 fi
591 CC="$ac_cv_prog_CC"
592 if test -n "$CC"; then
593   echo "$ac_t""$CC" 1>&6
594 else
595   echo "$ac_t""no" 1>&6
596 fi
597
598 if test -z "$CC"; then
599   # Extract the first word of "cc", so it can be a program name with args.
600 set dummy cc; ac_word=$2
601 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
602 echo "configure:603: checking for $ac_word" >&5
603 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
604   echo $ac_n "(cached) $ac_c" 1>&6
605 else
606   if test -n "$CC"; then
607   ac_cv_prog_CC="$CC" # Let the user override the test.
608 else
609   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
610   ac_prog_rejected=no
611   ac_dummy="$PATH"
612   for ac_dir in $ac_dummy; do
613     test -z "$ac_dir" && ac_dir=.
614     if test -f $ac_dir/$ac_word; then
615       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
616         ac_prog_rejected=yes
617         continue
618       fi
619       ac_cv_prog_CC="cc"
620       break
621     fi
622   done
623   IFS="$ac_save_ifs"
624 if test $ac_prog_rejected = yes; then
625   # We found a bogon in the path, so make sure we never use it.
626   set dummy $ac_cv_prog_CC
627   shift
628   if test $# -gt 0; then
629     # We chose a different compiler from the bogus one.
630     # However, it has the same basename, so the bogon will be chosen
631     # first if we set CC to just the basename; use the full file name.
632     shift
633     set dummy "$ac_dir/$ac_word" "$@"
634     shift
635     ac_cv_prog_CC="$@"
636   fi
637 fi
638 fi
639 fi
640 CC="$ac_cv_prog_CC"
641 if test -n "$CC"; then
642   echo "$ac_t""$CC" 1>&6
643 else
644   echo "$ac_t""no" 1>&6
645 fi
646
647   if test -z "$CC"; then
648     case "`uname -s`" in
649     *win32* | *WIN32*)
650       # Extract the first word of "cl", so it can be a program name with args.
651 set dummy cl; ac_word=$2
652 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
653 echo "configure:654: checking for $ac_word" >&5
654 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
655   echo $ac_n "(cached) $ac_c" 1>&6
656 else
657   if test -n "$CC"; then
658   ac_cv_prog_CC="$CC" # Let the user override the test.
659 else
660   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
661   ac_dummy="$PATH"
662   for ac_dir in $ac_dummy; do
663     test -z "$ac_dir" && ac_dir=.
664     if test -f $ac_dir/$ac_word; then
665       ac_cv_prog_CC="cl"
666       break
667     fi
668   done
669   IFS="$ac_save_ifs"
670 fi
671 fi
672 CC="$ac_cv_prog_CC"
673 if test -n "$CC"; then
674   echo "$ac_t""$CC" 1>&6
675 else
676   echo "$ac_t""no" 1>&6
677 fi
678  ;;
679     esac
680   fi
681   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
682 fi
683
684 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
685 echo "configure:686: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
686
687 ac_ext=c
688 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
689 ac_cpp='$CPP $CPPFLAGS'
690 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
691 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
692 cross_compiling=$ac_cv_prog_cc_cross
693
694 cat > conftest.$ac_ext << EOF
695
696 #line 697 "configure"
697 #include "confdefs.h"
698
699 main(){return(0);}
700 EOF
701 if { (eval echo configure:702: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
702   ac_cv_prog_cc_works=yes
703   # If we can't run a trivial program, we are probably using a cross compiler.
704   if (./conftest; exit) 2>/dev/null; then
705     ac_cv_prog_cc_cross=no
706   else
707     ac_cv_prog_cc_cross=yes
708   fi
709 else
710   echo "configure: failed program was:" >&5
711   cat conftest.$ac_ext >&5
712   ac_cv_prog_cc_works=no
713 fi
714 rm -fr conftest*
715 ac_ext=c
716 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
717 ac_cpp='$CPP $CPPFLAGS'
718 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
719 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
720 cross_compiling=$ac_cv_prog_cc_cross
721
722 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
723 if test $ac_cv_prog_cc_works = no; then
724   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
725 fi
726 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
727 echo "configure:728: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
728 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
729 cross_compiling=$ac_cv_prog_cc_cross
730
731 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
732 echo "configure:733: checking whether we are using GNU C" >&5
733 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
734   echo $ac_n "(cached) $ac_c" 1>&6
735 else
736   cat > conftest.c <<EOF
737 #ifdef __GNUC__
738   yes;
739 #endif
740 EOF
741 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:742: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
742   ac_cv_prog_gcc=yes
743 else
744   ac_cv_prog_gcc=no
745 fi
746 fi
747
748 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
749
750 if test $ac_cv_prog_gcc = yes; then
751   GCC=yes
752 else
753   GCC=
754 fi
755
756 ac_test_CFLAGS="${CFLAGS+set}"
757 ac_save_CFLAGS="$CFLAGS"
758 CFLAGS=
759 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
760 echo "configure:761: checking whether ${CC-cc} accepts -g" >&5
761 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
762   echo $ac_n "(cached) $ac_c" 1>&6
763 else
764   echo 'void f(){}' > conftest.c
765 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
766   ac_cv_prog_cc_g=yes
767 else
768   ac_cv_prog_cc_g=no
769 fi
770 rm -f conftest*
771
772 fi
773
774 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
775 if test "$ac_test_CFLAGS" = set; then
776   CFLAGS="$ac_save_CFLAGS"
777 elif test $ac_cv_prog_cc_g = yes; then
778   if test "$GCC" = yes; then
779     CFLAGS="-g -O2"
780   else
781     CFLAGS="-g"
782   fi
783 else
784   if test "$GCC" = yes; then
785     CFLAGS="-O2"
786   else
787     CFLAGS=
788   fi
789 fi
790
791 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
792 echo "configure:793: checking how to run the C preprocessor" >&5
793 # On Suns, sometimes $CPP names a directory.
794 if test -n "$CPP" && test -d "$CPP"; then
795   CPP=
796 fi
797 if test -z "$CPP"; then
798 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
799   echo $ac_n "(cached) $ac_c" 1>&6
800 else
801     # This must be in double quotes, not single quotes, because CPP may get
802   # substituted into the Makefile and "${CC-cc}" will confuse make.
803   CPP="${CC-cc} -E"
804   # On the NeXT, cc -E runs the code through the compiler's parser,
805   # not just through cpp.
806   cat > conftest.$ac_ext <<EOF
807 #line 808 "configure"
808 #include "confdefs.h"
809 #include <assert.h>
810 Syntax Error
811 EOF
812 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
813 { (eval echo configure:814: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
814 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
815 if test -z "$ac_err"; then
816   :
817 else
818   echo "$ac_err" >&5
819   echo "configure: failed program was:" >&5
820   cat conftest.$ac_ext >&5
821   rm -rf conftest*
822   CPP="${CC-cc} -E -traditional-cpp"
823   cat > conftest.$ac_ext <<EOF
824 #line 825 "configure"
825 #include "confdefs.h"
826 #include <assert.h>
827 Syntax Error
828 EOF
829 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
830 { (eval echo configure:831: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
831 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
832 if test -z "$ac_err"; then
833   :
834 else
835   echo "$ac_err" >&5
836   echo "configure: failed program was:" >&5
837   cat conftest.$ac_ext >&5
838   rm -rf conftest*
839   CPP="${CC-cc} -nologo -E"
840   cat > conftest.$ac_ext <<EOF
841 #line 842 "configure"
842 #include "confdefs.h"
843 #include <assert.h>
844 Syntax Error
845 EOF
846 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
847 { (eval echo configure:848: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
848 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
849 if test -z "$ac_err"; then
850   :
851 else
852   echo "$ac_err" >&5
853   echo "configure: failed program was:" >&5
854   cat conftest.$ac_ext >&5
855   rm -rf conftest*
856   CPP=/lib/cpp
857 fi
858 rm -f conftest*
859 fi
860 rm -f conftest*
861 fi
862 rm -f conftest*
863   ac_cv_prog_CPP="$CPP"
864 fi
865   CPP="$ac_cv_prog_CPP"
866 else
867   ac_cv_prog_CPP="$CPP"
868 fi
869 echo "$ac_t""$CPP" 1>&6
870
871 if test $ac_cv_prog_gcc = yes; then
872     echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
873 echo "configure:874: checking whether ${CC-cc} needs -traditional" >&5
874 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
875   echo $ac_n "(cached) $ac_c" 1>&6
876 else
877     ac_pattern="Autoconf.*'x'"
878   cat > conftest.$ac_ext <<EOF
879 #line 880 "configure"
880 #include "confdefs.h"
881 #include <sgtty.h>
882 Autoconf TIOCGETP
883 EOF
884 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
885   egrep "$ac_pattern" >/dev/null 2>&1; then
886   rm -rf conftest*
887   ac_cv_prog_gcc_traditional=yes
888 else
889   rm -rf conftest*
890   ac_cv_prog_gcc_traditional=no
891 fi
892 rm -f conftest*
893
894
895   if test $ac_cv_prog_gcc_traditional = no; then
896     cat > conftest.$ac_ext <<EOF
897 #line 898 "configure"
898 #include "confdefs.h"
899 #include <termio.h>
900 Autoconf TCGETA
901 EOF
902 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
903   egrep "$ac_pattern" >/dev/null 2>&1; then
904   rm -rf conftest*
905   ac_cv_prog_gcc_traditional=yes
906 fi
907 rm -f conftest*
908
909   fi
910 fi
911
912 echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
913   if test $ac_cv_prog_gcc_traditional = yes; then
914     CC="$CC -traditional"
915   fi
916 fi
917
918 echo $ac_n "checking whether we are using SUNPro C""... $ac_c" 1>&6
919 echo "configure:920: checking whether we are using SUNPro C" >&5
920 if eval "test \"`echo '$''{'ac_cv_prog_suncc'+set}'`\" = set"; then
921   echo $ac_n "(cached) $ac_c" 1>&6
922 else
923   cat > conftest.c <<EOF
924 #ifdef __SUNPRO_C
925   yes;
926 #endif
927 EOF
928 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:929: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
929   ac_cv_prog_suncc=yes
930 else
931   ac_cv_prog_suncc=no
932 fi
933 fi
934
935 echo "$ac_t""$ac_cv_prog_suncc" 1>&6
936 # Extract the first word of "ranlib", so it can be a program name with args.
937 set dummy ranlib; ac_word=$2
938 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
939 echo "configure:940: checking for $ac_word" >&5
940 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
941   echo $ac_n "(cached) $ac_c" 1>&6
942 else
943   if test -n "$RANLIB"; then
944   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
945 else
946   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
947   ac_dummy="$PATH"
948   for ac_dir in $ac_dummy; do
949     test -z "$ac_dir" && ac_dir=.
950     if test -f $ac_dir/$ac_word; then
951       ac_cv_prog_RANLIB="ranlib"
952       break
953     fi
954   done
955   IFS="$ac_save_ifs"
956   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
957 fi
958 fi
959 RANLIB="$ac_cv_prog_RANLIB"
960 if test -n "$RANLIB"; then
961   echo "$ac_t""$RANLIB" 1>&6
962 else
963   echo "$ac_t""no" 1>&6
964 fi
965
966
967 PACKAGE=freeradius
968
969 # Extract the first word of "gmake", so it can be a program name with args.
970 set dummy gmake; ac_word=$2
971 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
972 echo "configure:973: checking for $ac_word" >&5
973 if eval "test \"`echo '$''{'ac_cv_prog_GMAKE'+set}'`\" = set"; then
974   echo $ac_n "(cached) $ac_c" 1>&6
975 else
976   if test -n "$GMAKE"; then
977   ac_cv_prog_GMAKE="$GMAKE" # Let the user override the test.
978 else
979   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
980   ac_dummy="$PATH"
981   for ac_dir in $ac_dummy; do
982     test -z "$ac_dir" && ac_dir=.
983     if test -f $ac_dir/$ac_word; then
984       ac_cv_prog_GMAKE="yes"
985       break
986     fi
987   done
988   IFS="$ac_save_ifs"
989   test -z "$ac_cv_prog_GMAKE" && ac_cv_prog_GMAKE="no"
990 fi
991 fi
992 GMAKE="$ac_cv_prog_GMAKE"
993 if test -n "$GMAKE"; then
994   echo "$ac_t""$GMAKE" 1>&6
995 else
996   echo "$ac_t""no" 1>&6
997 fi
998
999 if test $GMAKE = no; then
1000   # Extract the first word of "make", so it can be a program name with args.
1001 set dummy make; ac_word=$2
1002 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1003 echo "configure:1004: checking for $ac_word" >&5
1004 if eval "test \"`echo '$''{'ac_cv_path_MAKE'+set}'`\" = set"; then
1005   echo $ac_n "(cached) $ac_c" 1>&6
1006 else
1007   case "$MAKE" in
1008   /*)
1009   ac_cv_path_MAKE="$MAKE" # Let the user override the test with a path.
1010   ;;
1011   ?:/*)                  
1012   ac_cv_path_MAKE="$MAKE" # Let the user override the test with a dos path.
1013   ;;
1014   *)
1015   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1016   ac_dummy="$PATH"
1017   for ac_dir in $ac_dummy; do 
1018     test -z "$ac_dir" && ac_dir=.
1019     if test -f $ac_dir/$ac_word; then
1020       ac_cv_path_MAKE="$ac_dir/$ac_word"
1021       break
1022     fi
1023   done
1024   IFS="$ac_save_ifs"
1025   test -z "$ac_cv_path_MAKE" && ac_cv_path_MAKE="/usr/local/bin/make"
1026   ;;
1027 esac
1028 fi
1029 MAKE="$ac_cv_path_MAKE"
1030 if test -n "$MAKE"; then
1031   echo "$ac_t""$MAKE" 1>&6
1032 else
1033   echo "$ac_t""no" 1>&6
1034 fi
1035
1036 else
1037   # Extract the first word of "gmake", so it can be a program name with args.
1038 set dummy gmake; ac_word=$2
1039 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1040 echo "configure:1041: checking for $ac_word" >&5
1041 if eval "test \"`echo '$''{'ac_cv_path_MAKE'+set}'`\" = set"; then
1042   echo $ac_n "(cached) $ac_c" 1>&6
1043 else
1044   case "$MAKE" in
1045   /*)
1046   ac_cv_path_MAKE="$MAKE" # Let the user override the test with a path.
1047   ;;
1048   ?:/*)                  
1049   ac_cv_path_MAKE="$MAKE" # Let the user override the test with a dos path.
1050   ;;
1051   *)
1052   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1053   ac_dummy="$PATH"
1054   for ac_dir in $ac_dummy; do 
1055     test -z "$ac_dir" && ac_dir=.
1056     if test -f $ac_dir/$ac_word; then
1057       ac_cv_path_MAKE="$ac_dir/$ac_word"
1058       break
1059     fi
1060   done
1061   IFS="$ac_save_ifs"
1062   test -z "$ac_cv_path_MAKE" && ac_cv_path_MAKE="/usr/local/gnu/bin/make"
1063   ;;
1064 esac
1065 fi
1066 MAKE="$ac_cv_path_MAKE"
1067 if test -n "$MAKE"; then
1068   echo "$ac_t""$MAKE" 1>&6
1069 else
1070   echo "$ac_t""no" 1>&6
1071 fi
1072
1073 fi
1074 makever=`$ac_cv_path_MAKE --version 2>&1 | grep "GNU Make"`
1075 if test -z "$makever"; then
1076   { echo "configure: error: GNU Make is not installed.  Please download and install it
1077                 from ftp://prep.ai.mit.edu/pub/gnu/make/ before continuing." 1>&2; exit 1; }
1078 fi
1079
1080   echo $ac_n "checking for main in -lltdl""... $ac_c" 1>&6
1081 echo "configure:1082: checking for main in -lltdl" >&5
1082 ac_lib_var=`echo ltdl'_'main | sed 'y%./+-%__p_%'`
1083 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1084   echo $ac_n "(cached) $ac_c" 1>&6
1085 else
1086   ac_save_LIBS="$LIBS"
1087 LIBS="-lltdl  $LIBS"
1088 cat > conftest.$ac_ext <<EOF
1089 #line 1090 "configure"
1090 #include "confdefs.h"
1091
1092 int main() {
1093 main()
1094 ; return 0; }
1095 EOF
1096 if { (eval echo configure:1097: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1097   rm -rf conftest*
1098   eval "ac_cv_lib_$ac_lib_var=yes"
1099 else
1100   echo "configure: failed program was:" >&5
1101   cat conftest.$ac_ext >&5
1102   rm -rf conftest*
1103   eval "ac_cv_lib_$ac_lib_var=no"
1104 fi
1105 rm -f conftest*
1106 LIBS="$ac_save_LIBS"
1107
1108 fi
1109 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1110   echo "$ac_t""yes" 1>&6
1111   test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no
1112 else
1113   echo "$ac_t""no" 1>&6
1114 if test x"$enable_ltdl_install" = xno; then
1115      echo "configure: warning: libltdl not installed, but installation disabled" 1>&2
1116    else
1117      enable_ltdl_install=yes
1118    fi
1119   
1120 fi
1121
1122   if test x"$enable_ltdl_install" = x"yes"; then
1123     ac_configure_args="$ac_configure_args --enable-ltdl-install"
1124     LIBLTDL='${top_builddir}/libltdl'/libltdl.la
1125     INCLTDL='-I${top_builddir}/libltdl'
1126   else
1127     ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
1128     LIBLTDL="-lltdl"
1129     INCLTDL=
1130   fi
1131
1132
1133
1134
1135 ac_aux_dir=
1136 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1137   if test -f $ac_dir/install-sh; then
1138     ac_aux_dir=$ac_dir
1139     ac_install_sh="$ac_aux_dir/install-sh -c"
1140     break
1141   elif test -f $ac_dir/install.sh; then
1142     ac_aux_dir=$ac_dir
1143     ac_install_sh="$ac_aux_dir/install.sh -c"
1144     break
1145   fi
1146 done
1147 if test -z "$ac_aux_dir"; then
1148   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
1149 fi
1150 ac_config_guess=$ac_aux_dir/config.guess
1151 ac_config_sub=$ac_aux_dir/config.sub
1152 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
1153
1154 # Check whether --enable-shared or --disable-shared was given.
1155 if test "${enable_shared+set}" = set; then
1156   enableval="$enable_shared"
1157   p=${PACKAGE-default}
1158 case "$enableval" in
1159 yes) enable_shared=yes ;;
1160 no) enable_shared=no ;;
1161 *)
1162   enable_shared=no
1163   # Look at the argument we got.  We use all the common list separators.
1164   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1165   for pkg in $enableval; do
1166     if test "X$pkg" = "X$p"; then
1167       enable_shared=yes
1168     fi
1169   done
1170   IFS="$ac_save_ifs"
1171   ;;
1172 esac
1173 else
1174   enable_shared=yes
1175 fi
1176
1177 # Check whether --enable-static or --disable-static was given.
1178 if test "${enable_static+set}" = set; then
1179   enableval="$enable_static"
1180   p=${PACKAGE-default}
1181 case "$enableval" in
1182 yes) enable_static=yes ;;
1183 no) enable_static=no ;;
1184 *)
1185   enable_static=no
1186   # Look at the argument we got.  We use all the common list separators.
1187   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1188   for pkg in $enableval; do
1189     if test "X$pkg" = "X$p"; then
1190       enable_static=yes
1191     fi
1192   done
1193   IFS="$ac_save_ifs"
1194   ;;
1195 esac
1196 else
1197   enable_static=yes
1198 fi
1199
1200 # Check whether --enable-fast-install or --disable-fast-install was given.
1201 if test "${enable_fast_install+set}" = set; then
1202   enableval="$enable_fast_install"
1203   p=${PACKAGE-default}
1204 case "$enableval" in
1205 yes) enable_fast_install=yes ;;
1206 no) enable_fast_install=no ;;
1207 *)
1208   enable_fast_install=no
1209   # Look at the argument we got.  We use all the common list separators.
1210   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1211   for pkg in $enableval; do
1212     if test "X$pkg" = "X$p"; then
1213       enable_fast_install=yes
1214     fi
1215   done
1216   IFS="$ac_save_ifs"
1217   ;;
1218 esac
1219 else
1220   enable_fast_install=yes
1221 fi
1222
1223
1224 # Make sure we can run config.sub.
1225 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
1226 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
1227 fi
1228
1229 echo $ac_n "checking host system type""... $ac_c" 1>&6
1230 echo "configure:1231: checking host system type" >&5
1231
1232 host_alias=$host
1233 case "$host_alias" in
1234 NONE)
1235   case $nonopt in
1236   NONE)
1237     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
1238     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
1239     fi ;;
1240   *) host_alias=$nonopt ;;
1241   esac ;;
1242 esac
1243
1244 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
1245 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1246 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1247 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1248 echo "$ac_t""$host" 1>&6
1249
1250 echo $ac_n "checking build system type""... $ac_c" 1>&6
1251 echo "configure:1252: checking build system type" >&5
1252
1253 build_alias=$build
1254 case "$build_alias" in
1255 NONE)
1256   case $nonopt in
1257   NONE) build_alias=$host_alias ;;
1258   *) build_alias=$nonopt ;;
1259   esac ;;
1260 esac
1261
1262 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
1263 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1264 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1265 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1266 echo "$ac_t""$build" 1>&6
1267
1268 # Check whether --with-gnu-ld or --without-gnu-ld was given.
1269 if test "${with_gnu_ld+set}" = set; then
1270   withval="$with_gnu_ld"
1271   test "$withval" = no || with_gnu_ld=yes
1272 else
1273   with_gnu_ld=no
1274 fi
1275
1276 ac_prog=ld
1277 if test "$ac_cv_prog_gcc" = yes; then
1278   # Check if gcc -print-prog-name=ld gives a path.
1279   echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
1280 echo "configure:1281: checking for ld used by GCC" >&5
1281   ac_prog=`($CC -print-prog-name=ld) 2>&5`
1282   case "$ac_prog" in
1283     # Accept absolute paths.
1284     [\\/]* | [A-Za-z]:[\\/]*)
1285       re_direlt='/[^/][^/]*/\.\./'
1286       # Canonicalize the path of ld
1287       ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
1288       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
1289         ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
1290       done
1291       test -z "$LD" && LD="$ac_prog"
1292       ;;
1293   "")
1294     # If it fails, then pretend we aren't using GCC.
1295     ac_prog=ld
1296     ;;
1297   *)
1298     # If it is relative, then search for the first ld in PATH.
1299     with_gnu_ld=unknown
1300     ;;
1301   esac
1302 elif test "$with_gnu_ld" = yes; then
1303   echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
1304 echo "configure:1305: checking for GNU ld" >&5
1305 else
1306   echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
1307 echo "configure:1308: checking for non-GNU ld" >&5
1308 fi
1309 if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
1310   echo $ac_n "(cached) $ac_c" 1>&6
1311 else
1312   if test -z "$LD"; then
1313   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1314   for ac_dir in $PATH; do
1315     test -z "$ac_dir" && ac_dir=.
1316     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
1317       ac_cv_path_LD="$ac_dir/$ac_prog"
1318       # Check to see if the program is GNU ld.  I'd rather use --version,
1319       # but apparently some GNU ld's only accept -v.
1320       # Break only if it was the GNU/non-GNU ld that we prefer.
1321       if "$ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
1322         test "$with_gnu_ld" != no && break
1323       else
1324         test "$with_gnu_ld" != yes && break
1325       fi
1326     fi
1327   done
1328   IFS="$ac_save_ifs"
1329 else
1330   ac_cv_path_LD="$LD" # Let the user override the test with a path.
1331 fi
1332 fi
1333
1334 LD="$ac_cv_path_LD"
1335 if test -n "$LD"; then
1336   echo "$ac_t""$LD" 1>&6
1337 else
1338   echo "$ac_t""no" 1>&6
1339 fi
1340 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
1341 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
1342 echo "configure:1343: checking if the linker ($LD) is GNU ld" >&5
1343 if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
1344   echo $ac_n "(cached) $ac_c" 1>&6
1345 else
1346   # I'd rather use --version here, but apparently some GNU ld's only accept -v.
1347 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
1348   ac_cv_prog_gnu_ld=yes
1349 else
1350   ac_cv_prog_gnu_ld=no
1351 fi
1352 fi
1353
1354 echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6
1355
1356
1357 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
1358 echo "configure:1359: checking for BSD-compatible nm" >&5
1359 if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
1360   echo $ac_n "(cached) $ac_c" 1>&6
1361 else
1362   if test -n "$NM"; then
1363   # Let the user override the test.
1364   ac_cv_path_NM="$NM"
1365 else
1366   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1367   for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
1368     test -z "$ac_dir" && ac_dir=.
1369     if test -f $ac_dir/nm || test -f $ac_dir/nm$ac_exeext ; then
1370       # Check to see if the nm accepts a BSD-compat flag.
1371       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
1372       #   nm: unknown option "B" ignored
1373       if ($ac_dir/nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
1374         ac_cv_path_NM="$ac_dir/nm -B"
1375         break
1376       elif ($ac_dir/nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
1377         ac_cv_path_NM="$ac_dir/nm -p"
1378         break
1379       else
1380         ac_cv_path_NM=${ac_cv_path_NM="$ac_dir/nm"} # keep the first match, but
1381         continue # so that we can try to find one that supports BSD flags
1382       fi
1383     fi
1384   done
1385   IFS="$ac_save_ifs"
1386   test -z "$ac_cv_path_NM" && ac_cv_path_NM=nm
1387 fi
1388 fi
1389
1390 NM="$ac_cv_path_NM"
1391 echo "$ac_t""$NM" 1>&6
1392
1393 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
1394 echo "configure:1395: checking whether ln -s works" >&5
1395 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1396   echo $ac_n "(cached) $ac_c" 1>&6
1397 else
1398   rm -f conftestdata
1399 if ln -s X conftestdata 2>/dev/null
1400 then
1401   rm -f conftestdata
1402   ac_cv_prog_LN_S="ln -s"
1403 else
1404   ac_cv_prog_LN_S=ln
1405 fi
1406 fi
1407 LN_S="$ac_cv_prog_LN_S"
1408 if test "$ac_cv_prog_LN_S" = "ln -s"; then
1409   echo "$ac_t""yes" 1>&6
1410 else
1411   echo "$ac_t""no" 1>&6
1412 fi
1413
1414
1415 case "$target" in
1416 NONE) lt_target="$host" ;;
1417 *) lt_target="$target" ;;
1418 esac
1419
1420 # Check for any special flags to pass to ltconfig.
1421 libtool_flags="--cache-file=$cache_file"
1422 test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
1423 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
1424 test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
1425 test "$ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc"
1426 test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
1427 libtool_flags="$libtool_flags --enable-dlopen"
1428
1429 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
1430 if test "${enable_libtool_lock+set}" = set; then
1431   enableval="$enable_libtool_lock"
1432   :
1433 fi
1434
1435 test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
1436 test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
1437
1438 # Some flags need to be propagated to the compiler or linker for good
1439 # libtool support.
1440 case "$lt_target" in
1441 *-*-irix6*)
1442   # Find out which ABI we are using.
1443   echo '#line 1444 "configure"' > conftest.$ac_ext
1444   if { (eval echo configure:1445: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1445     case "`/usr/bin/file conftest.o`" in
1446     *32-bit*)
1447       LD="${LD-ld} -32"
1448       ;;
1449     *N32*)
1450       LD="${LD-ld} -n32"
1451       ;;
1452     *64-bit*)
1453       LD="${LD-ld} -64"
1454       ;;
1455     esac
1456   fi
1457   rm -rf conftest*
1458   ;;
1459
1460 *-*-sco3.2v5*)
1461   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
1462   SAVE_CFLAGS="$CFLAGS"
1463   CFLAGS="$CFLAGS -belf"
1464   echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
1465 echo "configure:1466: checking whether the C compiler needs -belf" >&5
1466 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
1467   echo $ac_n "(cached) $ac_c" 1>&6
1468 else
1469   cat > conftest.$ac_ext <<EOF
1470 #line 1471 "configure"
1471 #include "confdefs.h"
1472
1473 int main() {
1474
1475 ; return 0; }
1476 EOF
1477 if { (eval echo configure:1478: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1478   rm -rf conftest*
1479   lt_cv_cc_needs_belf=yes
1480 else
1481   echo "configure: failed program was:" >&5
1482   cat conftest.$ac_ext >&5
1483   rm -rf conftest*
1484   lt_cv_cc_needs_belf=no
1485 fi
1486 rm -f conftest*
1487 fi
1488
1489 echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6
1490   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
1491     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
1492     CFLAGS="$SAVE_CFLAGS"
1493   fi
1494   ;;
1495
1496
1497 esac
1498
1499
1500 # Save cache, so that ltconfig can load it
1501 cat > confcache <<\EOF
1502 # This file is a shell script that caches the results of configure
1503 # tests run on this system so they can be shared between configure
1504 # scripts and configure runs.  It is not useful on other systems.
1505 # If it contains results you don't want to keep, you may remove or edit it.
1506 #
1507 # By default, configure uses ./config.cache as the cache file,
1508 # creating it if it does not exist already.  You can give configure
1509 # the --cache-file=FILE option to use a different cache file; that is
1510 # what configure does when it calls configure scripts in
1511 # subdirectories, so they share the cache.
1512 # Giving --cache-file=/dev/null disables caching, for debugging configure.
1513 # config.status only pays attention to the cache file if you give it the
1514 # --recheck option to rerun configure.
1515 #
1516 EOF
1517 # The following way of writing the cache mishandles newlines in values,
1518 # but we know of no workaround that is simple, portable, and efficient.
1519 # So, don't put newlines in cache variables' values.
1520 # Ultrix sh set writes to stderr and can't be redirected directly,
1521 # and sets the high bit in the cache file unless we assign to the vars.
1522 (set) 2>&1 |
1523   case `(ac_space=' '; set | grep ac_space) 2>&1` in
1524   *ac_space=\ *)
1525     # `set' does not quote correctly, so add quotes (double-quote substitution
1526     # turns \\\\ into \\, and sed turns \\ into \).
1527     sed -n \
1528       -e "s/'/'\\\\''/g" \
1529       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1530     ;;
1531   *)
1532     # `set' quotes correctly as required by POSIX, so do not add quotes.
1533     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
1534     ;;
1535   esac >> confcache
1536 if cmp -s $cache_file confcache; then
1537   :
1538 else
1539   if test -w $cache_file; then
1540     echo "updating cache $cache_file"
1541     cat confcache > $cache_file
1542   else
1543     echo "not updating unwritable cache $cache_file"
1544   fi
1545 fi
1546 rm -f confcache
1547
1548
1549 # Actually configure libtool.  ac_aux_dir is where install-sh is found.
1550 CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
1551 LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
1552 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
1553 DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
1554 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
1555 $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $lt_target \
1556 || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
1557
1558 # Reload cache, that may have been modified by ltconfig
1559 if test -r "$cache_file"; then
1560   echo "loading cache $cache_file"
1561   . $cache_file
1562 else
1563   echo "creating cache $cache_file"
1564   > $cache_file
1565 fi
1566
1567
1568 # This can be used to rebuild libtool when needed
1569 LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
1570
1571 # Always use our own libtool.
1572 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1573
1574 # Redirect the config.log output again, so that the ltconfig log is not
1575 # clobbered by the next message.
1576 exec 5>>./config.log
1577
1578
1579
1580 # Check whether --enable-strict-dependencies or --disable-strict-dependencies was given.
1581 if test "${enable_strict_dependencies+set}" = set; then
1582   enableval="$enable_strict_dependencies"
1583   :
1584 fi
1585
1586
1587 logdir='${localstatedir}/log/radius'
1588 echo $ac_n "checking logdir""... $ac_c" 1>&6
1589 echo "configure:1590: checking logdir" >&5
1590 # Check whether --with-logdir or --without-logdir was given.
1591 if test "${with_logdir+set}" = set; then
1592   withval="$with_logdir"
1593    case "$withval" in
1594     no)
1595         { echo "configure: error: Need logdir" 1>&2; exit 1; }
1596         ;;
1597     yes)
1598         ;;
1599     *)
1600         logdir="$withval"
1601         ;;
1602   esac 
1603
1604 fi
1605
1606
1607 echo "$ac_t""$logdir" 1>&6
1608
1609 radacctdir='${logdir}/radacct'
1610 echo $ac_n "checking radacctdir""... $ac_c" 1>&6
1611 echo "configure:1612: checking radacctdir" >&5
1612 # Check whether --with-radacctdir or --without-radacctdir was given.
1613 if test "${with_radacctdir+set}" = set; then
1614   withval="$with_radacctdir"
1615    case "$withval" in
1616     no)
1617         { echo "configure: error: Need radacctdir" 1>&2; exit 1; }
1618         ;;
1619     yes)
1620         ;;
1621     *)
1622         radacctdir="$withval"
1623         ;;
1624   esac 
1625
1626 fi
1627
1628
1629 echo "$ac_t""$radacctdir" 1>&6
1630
1631 raddbdir='${sysconfdir}/raddb'
1632 echo $ac_n "checking raddbdir""... $ac_c" 1>&6
1633 echo "configure:1634: checking raddbdir" >&5
1634 # Check whether --with-raddbdir or --without-raddbdir was given.
1635 if test "${with_raddbdir+set}" = set; then
1636   withval="$with_raddbdir"
1637    case "$withval" in
1638     no)
1639         { echo "configure: error: Need raddbdir" 1>&2; exit 1; }
1640         ;;
1641     yes)
1642         ;;
1643     *)
1644         raddbdir="$withval"
1645         ;;
1646   esac 
1647
1648 fi
1649
1650
1651 echo "$ac_t""$raddbdir" 1>&6
1652
1653 WITH_DICT_NOCASE=yes
1654 # Check whether --with-dict-nocase or --without-dict-nocase was given.
1655 if test "${with_dict_nocase+set}" = set; then
1656   withval="$with_dict_nocase"
1657     case "$withval" in
1658     yes)
1659         ;;
1660     *)
1661         WITH_DICT_NOCASE=""
1662   esac 
1663
1664 fi
1665
1666 if test "X$WITH_DICT_NOCASE" = "Xyes"; then
1667   cat >> confdefs.h <<\EOF
1668 #define WITH_DICT_NOCASE 1
1669 EOF
1670
1671 fi
1672
1673 ASCEND_BINARY=yes
1674 # Check whether --with-ascend-binary or --without-ascend-binary was given.
1675 if test "${with_ascend_binary+set}" = set; then
1676   withval="$with_ascend_binary"
1677    case "$withval" in
1678     yes)
1679         ;;
1680     *)
1681         ASCEND_BINARY=""
1682   esac 
1683
1684 fi
1685
1686 if test "X$ASCEND_BINARY" = "Xyes"; then
1687   cat >> confdefs.h <<\EOF
1688 #define ASCEND_BINARY 1
1689 EOF
1690
1691 fi
1692
1693 WITH_THREADS=yes
1694 WITH_THREAD_POOL=yes
1695 # Check whether --with-threads or --without-threads was given.
1696 if test "${with_threads+set}" = set; then
1697   withval="$with_threads"
1698    case "$withval" in
1699     yes)
1700         ;;
1701     *)
1702         WITH_THREADS=""
1703         WITH_THREAD_POOL=""
1704   esac 
1705
1706 fi
1707
1708
1709 WITH_SNMP=yes
1710 # Check whether --with-snmp or --without-snmp was given.
1711 if test "${with_snmp+set}" = set; then
1712   withval="$with_snmp"
1713    case "$withval" in
1714     yes)
1715         ;;
1716     *)
1717         WITH_SNMP=no
1718   esac 
1719
1720 fi
1721
1722
1723 # Check whether --enable-ltdl-install or --disable-ltdl-install was given.
1724 if test "${enable_ltdl_install+set}" = set; then
1725   enableval="$enable_ltdl_install"
1726   :
1727 fi
1728
1729 if test x"${enable_ltdl_install+set}" != xset; then
1730   enable_ltdl_install=yes
1731   ac_configure_args="$ac_configure_args --enable-ltdl-install"
1732 fi
1733 subdirs="libltdl"
1734
1735
1736 STATIC_MODULES=
1737 # Check whether --with-static_modules or --without-static_modules was given.
1738 if test "${with_static_modules+set}" = set; then
1739   withval="$with_static_modules"
1740   
1741   for i in $withval; do
1742     STATIC_MODULES="$STATIC_MODULES -dlpreopen ../modules/rlm_$i/rlm_$i.la"
1743   done
1744
1745 fi
1746
1747
1748 # Check whether --enable-developer or --disable-developer was given.
1749 if test "${enable_developer+set}" = set; then
1750   enableval="$enable_developer"
1751    case "$withval" in
1752     *)
1753         developer=no
1754         ;;
1755     yes)
1756         developer=yes
1757   esac 
1758
1759 fi
1760
1761
1762 if test "x$developer" != "xno" -a -d $srcdir/CVS; then
1763     developer="yes"
1764 fi
1765
1766 EXPERIMENTAL=
1767 # Check whether --with-experimental-modules or --without-experimental-modules was given.
1768 if test "${with_experimental_modules+set}" = set; then
1769   withval="$with_experimental_modules"
1770    case "$withval" in
1771     yes)
1772         EXPERIMENTAL=yes
1773         ;;
1774     *)
1775   esac 
1776
1777 fi
1778
1779
1780
1781 # Check whether --with-rlm-FOO-lib-dir or --without-rlm-FOO-lib-dir was given.
1782 if test "${with_rlm_FOO_lib_dir+set}" = set; then
1783   withval="$with_rlm_FOO_lib_dir"
1784    case "$withval" in
1785     *)
1786         ;;
1787   esac 
1788
1789 fi
1790
1791
1792 # Check whether --with-rlm-FOO-include-dir or --without-rlm-FOO-include-dir was given.
1793 if test "${with_rlm_FOO_include_dir+set}" = set; then
1794   withval="$with_rlm_FOO_include_dir"
1795    case "$withval" in
1796     *)
1797         ;;
1798   esac 
1799
1800 fi
1801
1802
1803
1804
1805 # Extract the first word of "perl", so it can be a program name with args.
1806 set dummy perl; ac_word=$2
1807 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1808 echo "configure:1809: checking for $ac_word" >&5
1809 if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then
1810   echo $ac_n "(cached) $ac_c" 1>&6
1811 else
1812   case "$PERL" in
1813   /*)
1814   ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
1815   ;;
1816   ?:/*)                  
1817   ac_cv_path_PERL="$PERL" # Let the user override the test with a dos path.
1818   ;;
1819   *)
1820   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1821   ac_dummy="$PATH"
1822   for ac_dir in $ac_dummy; do 
1823     test -z "$ac_dir" && ac_dir=.
1824     if test -f $ac_dir/$ac_word; then
1825       ac_cv_path_PERL="$ac_dir/$ac_word"
1826       break
1827     fi
1828   done
1829   IFS="$ac_save_ifs"
1830   test -z "$ac_cv_path_PERL" && ac_cv_path_PERL="/usr/local/bin/perl"
1831   ;;
1832 esac
1833 fi
1834 PERL="$ac_cv_path_PERL"
1835 if test -n "$PERL"; then
1836   echo "$ac_t""$PERL" 1>&6
1837 else
1838   echo "$ac_t""no" 1>&6
1839 fi
1840
1841 if test ! -x $ac_cv_path_PERL; then
1842   { echo "configure: error: perl not found - fatal" 1>&2; exit 1; }
1843 fi
1844 # Extract the first word of "snmpget", so it can be a program name with args.
1845 set dummy snmpget; ac_word=$2
1846 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1847 echo "configure:1848: checking for $ac_word" >&5
1848 if eval "test \"`echo '$''{'ac_cv_path_SNMPGET'+set}'`\" = set"; then
1849   echo $ac_n "(cached) $ac_c" 1>&6
1850 else
1851   case "$SNMPGET" in
1852   /*)
1853   ac_cv_path_SNMPGET="$SNMPGET" # Let the user override the test with a path.
1854   ;;
1855   ?:/*)                  
1856   ac_cv_path_SNMPGET="$SNMPGET" # Let the user override the test with a dos path.
1857   ;;
1858   *)
1859   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1860   ac_dummy="$PATH"
1861   for ac_dir in $ac_dummy; do 
1862     test -z "$ac_dir" && ac_dir=.
1863     if test -f $ac_dir/$ac_word; then
1864       ac_cv_path_SNMPGET="$ac_dir/$ac_word"
1865       break
1866     fi
1867   done
1868   IFS="$ac_save_ifs"
1869   test -z "$ac_cv_path_SNMPGET" && ac_cv_path_SNMPGET="/usr/local/bin/snmpget"
1870   ;;
1871 esac
1872 fi
1873 SNMPGET="$ac_cv_path_SNMPGET"
1874 if test -n "$SNMPGET"; then
1875   echo "$ac_t""$SNMPGET" 1>&6
1876 else
1877   echo "$ac_t""no" 1>&6
1878 fi
1879
1880 # Extract the first word of "snmpwalk", so it can be a program name with args.
1881 set dummy snmpwalk; ac_word=$2
1882 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1883 echo "configure:1884: checking for $ac_word" >&5
1884 if eval "test \"`echo '$''{'ac_cv_path_SNMPWALK'+set}'`\" = set"; then
1885   echo $ac_n "(cached) $ac_c" 1>&6
1886 else
1887   case "$SNMPWALK" in
1888   /*)
1889   ac_cv_path_SNMPWALK="$SNMPWALK" # Let the user override the test with a path.
1890   ;;
1891   ?:/*)                  
1892   ac_cv_path_SNMPWALK="$SNMPWALK" # Let the user override the test with a dos path.
1893   ;;
1894   *)
1895   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1896   ac_dummy="$PATH"
1897   for ac_dir in $ac_dummy; do 
1898     test -z "$ac_dir" && ac_dir=.
1899     if test -f $ac_dir/$ac_word; then
1900       ac_cv_path_SNMPWALK="$ac_dir/$ac_word"
1901       break
1902     fi
1903   done
1904   IFS="$ac_save_ifs"
1905   test -z "$ac_cv_path_SNMPWALK" && ac_cv_path_SNMPWALK="/usr/local/bin/snmpwalk"
1906   ;;
1907 esac
1908 fi
1909 SNMPWALK="$ac_cv_path_SNMPWALK"
1910 if test -n "$SNMPWALK"; then
1911   echo "$ac_t""$SNMPWALK" 1>&6
1912 else
1913   echo "$ac_t""no" 1>&6
1914 fi
1915
1916 # Extract the first word of "rusers", so it can be a program name with args.
1917 set dummy rusers; ac_word=$2
1918 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1919 echo "configure:1920: checking for $ac_word" >&5
1920 if eval "test \"`echo '$''{'ac_cv_path_RUSERS'+set}'`\" = set"; then
1921   echo $ac_n "(cached) $ac_c" 1>&6
1922 else
1923   case "$RUSERS" in
1924   /*)
1925   ac_cv_path_RUSERS="$RUSERS" # Let the user override the test with a path.
1926   ;;
1927   ?:/*)                  
1928   ac_cv_path_RUSERS="$RUSERS" # Let the user override the test with a dos path.
1929   ;;
1930   *)
1931   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1932   ac_dummy="$PATH"
1933   for ac_dir in $ac_dummy; do 
1934     test -z "$ac_dir" && ac_dir=.
1935     if test -f $ac_dir/$ac_word; then
1936       ac_cv_path_RUSERS="$ac_dir/$ac_word"
1937       break
1938     fi
1939   done
1940   IFS="$ac_save_ifs"
1941   test -z "$ac_cv_path_RUSERS" && ac_cv_path_RUSERS="/usr/bin/rusers"
1942   ;;
1943 esac
1944 fi
1945 RUSERS="$ac_cv_path_RUSERS"
1946 if test -n "$RUSERS"; then
1947   echo "$ac_t""$RUSERS" 1>&6
1948 else
1949   echo "$ac_t""no" 1>&6
1950 fi
1951
1952
1953 missing_dir=`cd $ac_aux_dir && pwd`
1954 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
1955 echo "configure:1956: checking for working aclocal" >&5
1956 # Run test in a subshell; some versions of sh will print an error if
1957 # an executable is not found, even if stderr is redirected.
1958 # Redirect stdin to placate older versions of autoconf.  Sigh.
1959 if (aclocal --version) < /dev/null > /dev/null 2>&1; then
1960    ACLOCAL=aclocal
1961    echo "$ac_t""found" 1>&6
1962 else
1963    ACLOCAL="$missing_dir/missing aclocal"
1964    echo "$ac_t""missing" 1>&6
1965 fi
1966
1967 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
1968 echo "configure:1969: checking for working autoconf" >&5
1969 # Run test in a subshell; some versions of sh will print an error if
1970 # an executable is not found, even if stderr is redirected.
1971 # Redirect stdin to placate older versions of autoconf.  Sigh.
1972 if (autoconf --version) < /dev/null > /dev/null 2>&1; then
1973    AUTOCONF=autoconf
1974    echo "$ac_t""found" 1>&6
1975 else
1976    AUTOCONF="$missing_dir/missing autoconf"
1977    echo "$ac_t""missing" 1>&6
1978 fi
1979
1980 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
1981 echo "configure:1982: checking for working autoheader" >&5
1982 # Run test in a subshell; some versions of sh will print an error if
1983 # an executable is not found, even if stderr is redirected.
1984 # Redirect stdin to placate older versions of autoconf.  Sigh.
1985 if (autoheader --version) < /dev/null > /dev/null 2>&1; then
1986    AUTOHEADER=autoheader
1987    echo "$ac_t""found" 1>&6
1988 else
1989    AUTOHEADER="$missing_dir/missing autoheader"
1990    echo "$ac_t""missing" 1>&6
1991 fi
1992
1993
1994 # Extract the first word of "locate", so it can be a program name with args.
1995 set dummy locate; ac_word=$2
1996 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1997 echo "configure:1998: checking for $ac_word" >&5
1998 if eval "test \"`echo '$''{'ac_cv_path_LOCATE'+set}'`\" = set"; then
1999   echo $ac_n "(cached) $ac_c" 1>&6
2000 else
2001   case "$LOCATE" in
2002   /*)
2003   ac_cv_path_LOCATE="$LOCATE" # Let the user override the test with a path.
2004   ;;
2005   ?:/*)                  
2006   ac_cv_path_LOCATE="$LOCATE" # Let the user override the test with a dos path.
2007   ;;
2008   *)
2009   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2010   ac_dummy="$PATH"
2011   for ac_dir in $ac_dummy; do 
2012     test -z "$ac_dir" && ac_dir=.
2013     if test -f $ac_dir/$ac_word; then
2014       ac_cv_path_LOCATE="$ac_dir/$ac_word"
2015       break
2016     fi
2017   done
2018   IFS="$ac_save_ifs"
2019   ;;
2020 esac
2021 fi
2022 LOCATE="$ac_cv_path_LOCATE"
2023 if test -n "$LOCATE"; then
2024   echo "$ac_t""$LOCATE" 1>&6
2025 else
2026   echo "$ac_t""no" 1>&6
2027 fi
2028
2029 # Extract the first word of "dirname", so it can be a program name with args.
2030 set dummy dirname; ac_word=$2
2031 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2032 echo "configure:2033: checking for $ac_word" >&5
2033 if eval "test \"`echo '$''{'ac_cv_path_DIRNAME'+set}'`\" = set"; then
2034   echo $ac_n "(cached) $ac_c" 1>&6
2035 else
2036   case "$DIRNAME" in
2037   /*)
2038   ac_cv_path_DIRNAME="$DIRNAME" # Let the user override the test with a path.
2039   ;;
2040   ?:/*)                  
2041   ac_cv_path_DIRNAME="$DIRNAME" # Let the user override the test with a dos path.
2042   ;;
2043   *)
2044   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2045   ac_dummy="$PATH"
2046   for ac_dir in $ac_dummy; do 
2047     test -z "$ac_dir" && ac_dir=.
2048     if test -f $ac_dir/$ac_word; then
2049       ac_cv_path_DIRNAME="$ac_dir/$ac_word"
2050       break
2051     fi
2052   done
2053   IFS="$ac_save_ifs"
2054   ;;
2055 esac
2056 fi
2057 DIRNAME="$ac_cv_path_DIRNAME"
2058 if test -n "$DIRNAME"; then
2059   echo "$ac_t""$DIRNAME" 1>&6
2060 else
2061   echo "$ac_t""no" 1>&6
2062 fi
2063
2064 # Extract the first word of "grep", so it can be a program name with args.
2065 set dummy grep; ac_word=$2
2066 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2067 echo "configure:2068: checking for $ac_word" >&5
2068 if eval "test \"`echo '$''{'ac_cv_path_GREP'+set}'`\" = set"; then
2069   echo $ac_n "(cached) $ac_c" 1>&6
2070 else
2071   case "$GREP" in
2072   /*)
2073   ac_cv_path_GREP="$GREP" # Let the user override the test with a path.
2074   ;;
2075   ?:/*)                  
2076   ac_cv_path_GREP="$GREP" # Let the user override the test with a dos path.
2077   ;;
2078   *)
2079   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2080   ac_dummy="$PATH"
2081   for ac_dir in $ac_dummy; do 
2082     test -z "$ac_dir" && ac_dir=.
2083     if test -f $ac_dir/$ac_word; then
2084       ac_cv_path_GREP="$ac_dir/$ac_word"
2085       break
2086     fi
2087   done
2088   IFS="$ac_save_ifs"
2089   ;;
2090 esac
2091 fi
2092 GREP="$ac_cv_path_GREP"
2093 if test -n "$GREP"; then
2094   echo "$ac_t""$GREP" 1>&6
2095 else
2096   echo "$ac_t""no" 1>&6
2097 fi
2098
2099
2100 echo $ac_n "checking for AIX""... $ac_c" 1>&6
2101 echo "configure:2102: checking for AIX" >&5
2102 cat > conftest.$ac_ext <<EOF
2103 #line 2104 "configure"
2104 #include "confdefs.h"
2105 #ifdef _AIX
2106   yes
2107 #endif
2108
2109 EOF
2110 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2111   egrep "yes" >/dev/null 2>&1; then
2112   rm -rf conftest*
2113   echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF
2114 #define _ALL_SOURCE 1
2115 EOF
2116
2117 else
2118   rm -rf conftest*
2119   echo "$ac_t""no" 1>&6
2120 fi
2121 rm -f conftest*
2122
2123
2124
2125
2126 PTHREADLIB=
2127 if test "$WITH_THREADS" = "yes"; then 
2128   if test $ac_cv_prog_suncc = "yes"; then
2129     CFLAGS="$CFLAGS -mt"
2130   fi
2131
2132   for ac_hdr in pthread.h
2133 do
2134 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2135 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2136 echo "configure:2137: checking for $ac_hdr" >&5
2137 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2138   echo $ac_n "(cached) $ac_c" 1>&6
2139 else
2140   cat > conftest.$ac_ext <<EOF
2141 #line 2142 "configure"
2142 #include "confdefs.h"
2143 #include <$ac_hdr>
2144 EOF
2145 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2146 { (eval echo configure:2147: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2147 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2148 if test -z "$ac_err"; then
2149   rm -rf conftest*
2150   eval "ac_cv_header_$ac_safe=yes"
2151 else
2152   echo "$ac_err" >&5
2153   echo "configure: failed program was:" >&5
2154   cat conftest.$ac_ext >&5
2155   rm -rf conftest*
2156   eval "ac_cv_header_$ac_safe=no"
2157 fi
2158 rm -f conftest*
2159 fi
2160 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2161   echo "$ac_t""yes" 1>&6
2162     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2163   cat >> confdefs.h <<EOF
2164 #define $ac_tr_hdr 1
2165 EOF
2166  
2167 else
2168   echo "$ac_t""no" 1>&6
2169 fi
2170 done
2171
2172
2173   if test "X$ac_cv_header_pthread_h" = "X"; then
2174     { echo "configure: error: "You are trying to use threads without a POSIX <pthread.h>"" 1>&2; exit 1; }
2175   fi
2176
2177   echo $ac_n "checking for pthread_join in -lpthread""... $ac_c" 1>&6
2178 echo "configure:2179: checking for pthread_join in -lpthread" >&5
2179 ac_lib_var=`echo pthread'_'pthread_join | sed 'y%./+-%__p_%'`
2180 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2181   echo $ac_n "(cached) $ac_c" 1>&6
2182 else
2183   ac_save_LIBS="$LIBS"
2184 LIBS="-lpthread  $LIBS"
2185 cat > conftest.$ac_ext <<EOF
2186 #line 2187 "configure"
2187 #include "confdefs.h"
2188 /* Override any gcc2 internal prototype to avoid an error.  */
2189 /* We use char because int might match the return type of a gcc2
2190     builtin and then its argument prototype would still apply.  */
2191 char pthread_join();
2192
2193 int main() {
2194 pthread_join()
2195 ; return 0; }
2196 EOF
2197 if { (eval echo configure:2198: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2198   rm -rf conftest*
2199   eval "ac_cv_lib_$ac_lib_var=yes"
2200 else
2201   echo "configure: failed program was:" >&5
2202   cat conftest.$ac_ext >&5
2203   rm -rf conftest*
2204   eval "ac_cv_lib_$ac_lib_var=no"
2205 fi
2206 rm -f conftest*
2207 LIBS="$ac_save_LIBS"
2208
2209 fi
2210 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2211   echo "$ac_t""yes" 1>&6
2212   PTHREADLIB="-lpthread"
2213   
2214 else
2215   echo "$ac_t""no" 1>&6
2216 fi
2217
2218
2219
2220   
2221 echo $ac_n "checking for library containing sem_init""... $ac_c" 1>&6
2222 echo "configure:2223: checking for library containing sem_init" >&5
2223 if eval "test \"`echo '$''{'ac_cv_search_sem_init'+set}'`\" = set"; then
2224   echo $ac_n "(cached) $ac_c" 1>&6
2225 else
2226   ac_func_search_save_LIBS="$LIBS"
2227 ac_cv_search_sem_init="no"
2228 cat > conftest.$ac_ext <<EOF
2229 #line 2230 "configure"
2230 #include "confdefs.h"
2231 /* Override any gcc2 internal prototype to avoid an error.  */
2232 /* We use char because int might match the return type of a gcc2
2233     builtin and then its argument prototype would still apply.  */
2234 char sem_init();
2235
2236 int main() {
2237 sem_init()
2238 ; return 0; }
2239 EOF
2240 if { (eval echo configure:2241: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2241   rm -rf conftest*
2242   ac_cv_search_sem_init="none required"
2243 else
2244   echo "configure: failed program was:" >&5
2245   cat conftest.$ac_ext >&5
2246 fi
2247 rm -f conftest*
2248 test "$ac_cv_search_sem_init" = "no" && for i in pthread rt; do
2249 LIBS="-l$i "-lpthread"
2250    $ac_func_search_save_LIBS"
2251 cat > conftest.$ac_ext <<EOF
2252 #line 2253 "configure"
2253 #include "confdefs.h"
2254 /* Override any gcc2 internal prototype to avoid an error.  */
2255 /* We use char because int might match the return type of a gcc2
2256     builtin and then its argument prototype would still apply.  */
2257 char sem_init();
2258
2259 int main() {
2260 sem_init()
2261 ; return 0; }
2262 EOF
2263 if { (eval echo configure:2264: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2264   rm -rf conftest*
2265   ac_cv_search_sem_init="-l$i"
2266 break
2267 else
2268   echo "configure: failed program was:" >&5
2269   cat conftest.$ac_ext >&5
2270 fi
2271 rm -f conftest*
2272 done
2273 LIBS="$ac_func_search_save_LIBS"
2274 fi
2275
2276 echo "$ac_t""$ac_cv_search_sem_init" 1>&6
2277 if test "$ac_cv_search_sem_init" != "no"; then
2278   test "$ac_cv_search_sem_init" = "none required" || LIBS="$ac_cv_search_sem_init $LIBS"
2279    
2280                                 
2281 else :
2282   
2283 fi
2284
2285   if test "X$PTHREADLIB" = "X"; then
2286     SAVED_CFLAGS=$CFLAGS
2287     CFLAGS="$CFLAGS -pthread -D_THREAD_SAFE"
2288     echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
2289 echo "configure:2290: checking for pthread_create in -lc_r" >&5
2290 ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
2291 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2292   echo $ac_n "(cached) $ac_c" 1>&6
2293 else
2294   ac_save_LIBS="$LIBS"
2295 LIBS="-lc_r  $LIBS"
2296 cat > conftest.$ac_ext <<EOF
2297 #line 2298 "configure"
2298 #include "confdefs.h"
2299 /* Override any gcc2 internal prototype to avoid an error.  */
2300 /* We use char because int might match the return type of a gcc2
2301     builtin and then its argument prototype would still apply.  */
2302 char pthread_create();
2303
2304 int main() {
2305 pthread_create()
2306 ; return 0; }
2307 EOF
2308 if { (eval echo configure:2309: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2309   rm -rf conftest*
2310   eval "ac_cv_lib_$ac_lib_var=yes"
2311 else
2312   echo "configure: failed program was:" >&5
2313   cat conftest.$ac_ext >&5
2314   rm -rf conftest*
2315   eval "ac_cv_lib_$ac_lib_var=no"
2316 fi
2317 rm -f conftest*
2318 LIBS="$ac_save_LIBS"
2319
2320 fi
2321 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2322   echo "$ac_t""yes" 1>&6
2323   PTHREADLIB="-lc_r"
2324     
2325 else
2326   echo "$ac_t""no" 1>&6
2327 fi
2328
2329   fi
2330
2331   if test "x$PTHREADLIB" != "x"; then
2332     LIBS="$LIBS $PTHREADLIB"
2333     CFLAGS="$CFLAGS -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS"
2334   fi
2335 fi
2336
2337 if test "x$PTHREADLIB" = "x"; then
2338   CFLAGS=$SAVED_CFLAGS
2339   ac_cv_header_pthread_h="no"
2340   WITH_THREADS=no
2341   WITH_THREAD_POOL=no
2342 fi
2343
2344 echo $ac_n "checking for getsockname in -lsocket""... $ac_c" 1>&6
2345 echo "configure:2346: checking for getsockname in -lsocket" >&5
2346 ac_lib_var=`echo socket'_'getsockname | sed 'y%./+-%__p_%'`
2347 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2348   echo $ac_n "(cached) $ac_c" 1>&6
2349 else
2350   ac_save_LIBS="$LIBS"
2351 LIBS="-lsocket  $LIBS"
2352 cat > conftest.$ac_ext <<EOF
2353 #line 2354 "configure"
2354 #include "confdefs.h"
2355 /* Override any gcc2 internal prototype to avoid an error.  */
2356 /* We use char because int might match the return type of a gcc2
2357     builtin and then its argument prototype would still apply.  */
2358 char getsockname();
2359
2360 int main() {
2361 getsockname()
2362 ; return 0; }
2363 EOF
2364 if { (eval echo configure:2365: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2365   rm -rf conftest*
2366   eval "ac_cv_lib_$ac_lib_var=yes"
2367 else
2368   echo "configure: failed program was:" >&5
2369   cat conftest.$ac_ext >&5
2370   rm -rf conftest*
2371   eval "ac_cv_lib_$ac_lib_var=no"
2372 fi
2373 rm -f conftest*
2374 LIBS="$ac_save_LIBS"
2375
2376 fi
2377 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2378   echo "$ac_t""yes" 1>&6
2379     ac_tr_lib=HAVE_LIB`echo socket | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2380     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2381   cat >> confdefs.h <<EOF
2382 #define $ac_tr_lib 1
2383 EOF
2384
2385   LIBS="-lsocket $LIBS"
2386
2387 else
2388   echo "$ac_t""no" 1>&6
2389 fi
2390
2391
2392 echo $ac_n "checking for inet_aton in -lresolv""... $ac_c" 1>&6
2393 echo "configure:2394: checking for inet_aton in -lresolv" >&5
2394 ac_lib_var=`echo resolv'_'inet_aton | sed 'y%./+-%__p_%'`
2395 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2396   echo $ac_n "(cached) $ac_c" 1>&6
2397 else
2398   ac_save_LIBS="$LIBS"
2399 LIBS="-lresolv  $LIBS"
2400 cat > conftest.$ac_ext <<EOF
2401 #line 2402 "configure"
2402 #include "confdefs.h"
2403 /* Override any gcc2 internal prototype to avoid an error.  */
2404 /* We use char because int might match the return type of a gcc2
2405     builtin and then its argument prototype would still apply.  */
2406 char inet_aton();
2407
2408 int main() {
2409 inet_aton()
2410 ; return 0; }
2411 EOF
2412 if { (eval echo configure:2413: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2413   rm -rf conftest*
2414   eval "ac_cv_lib_$ac_lib_var=yes"
2415 else
2416   echo "configure: failed program was:" >&5
2417   cat conftest.$ac_ext >&5
2418   rm -rf conftest*
2419   eval "ac_cv_lib_$ac_lib_var=no"
2420 fi
2421 rm -f conftest*
2422 LIBS="$ac_save_LIBS"
2423
2424 fi
2425 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2426   echo "$ac_t""yes" 1>&6
2427     ac_tr_lib=HAVE_LIB`echo resolv | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2428     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2429   cat >> confdefs.h <<EOF
2430 #define $ac_tr_lib 1
2431 EOF
2432
2433   LIBS="-lresolv $LIBS"
2434
2435 else
2436   echo "$ac_t""no" 1>&6
2437 fi
2438
2439
2440 echo $ac_n "checking for inet_ntoa in -lnsl""... $ac_c" 1>&6
2441 echo "configure:2442: checking for inet_ntoa in -lnsl" >&5
2442 ac_lib_var=`echo nsl'_'inet_ntoa | sed 'y%./+-%__p_%'`
2443 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2444   echo $ac_n "(cached) $ac_c" 1>&6
2445 else
2446   ac_save_LIBS="$LIBS"
2447 LIBS="-lnsl  $LIBS"
2448 cat > conftest.$ac_ext <<EOF
2449 #line 2450 "configure"
2450 #include "confdefs.h"
2451 /* Override any gcc2 internal prototype to avoid an error.  */
2452 /* We use char because int might match the return type of a gcc2
2453     builtin and then its argument prototype would still apply.  */
2454 char inet_ntoa();
2455
2456 int main() {
2457 inet_ntoa()
2458 ; return 0; }
2459 EOF
2460 if { (eval echo configure:2461: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2461   rm -rf conftest*
2462   eval "ac_cv_lib_$ac_lib_var=yes"
2463 else
2464   echo "configure: failed program was:" >&5
2465   cat conftest.$ac_ext >&5
2466   rm -rf conftest*
2467   eval "ac_cv_lib_$ac_lib_var=no"
2468 fi
2469 rm -f conftest*
2470 LIBS="$ac_save_LIBS"
2471
2472 fi
2473 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2474   echo "$ac_t""yes" 1>&6
2475     ac_tr_lib=HAVE_LIB`echo nsl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2476     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2477   cat >> confdefs.h <<EOF
2478 #define $ac_tr_lib 1
2479 EOF
2480
2481   LIBS="-lnsl $LIBS"
2482
2483 else
2484   echo "$ac_t""no" 1>&6
2485 fi
2486
2487
2488
2489 ac_header_dirent=no
2490 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
2491 do
2492 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2493 echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
2494 echo "configure:2495: checking for $ac_hdr that defines DIR" >&5
2495 if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
2496   echo $ac_n "(cached) $ac_c" 1>&6
2497 else
2498   cat > conftest.$ac_ext <<EOF
2499 #line 2500 "configure"
2500 #include "confdefs.h"
2501 #include <sys/types.h>
2502 #include <$ac_hdr>
2503 int main() {
2504 DIR *dirp = 0;
2505 ; return 0; }
2506 EOF
2507 if { (eval echo configure:2508: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2508   rm -rf conftest*
2509   eval "ac_cv_header_dirent_$ac_safe=yes"
2510 else
2511   echo "configure: failed program was:" >&5
2512   cat conftest.$ac_ext >&5
2513   rm -rf conftest*
2514   eval "ac_cv_header_dirent_$ac_safe=no"
2515 fi
2516 rm -f conftest*
2517 fi
2518 if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
2519   echo "$ac_t""yes" 1>&6
2520     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2521   cat >> confdefs.h <<EOF
2522 #define $ac_tr_hdr 1
2523 EOF
2524  ac_header_dirent=$ac_hdr; break
2525 else
2526   echo "$ac_t""no" 1>&6
2527 fi
2528 done
2529 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
2530 if test $ac_header_dirent = dirent.h; then
2531 echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
2532 echo "configure:2533: checking for opendir in -ldir" >&5
2533 ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
2534 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2535   echo $ac_n "(cached) $ac_c" 1>&6
2536 else
2537   ac_save_LIBS="$LIBS"
2538 LIBS="-ldir  $LIBS"
2539 cat > conftest.$ac_ext <<EOF
2540 #line 2541 "configure"
2541 #include "confdefs.h"
2542 /* Override any gcc2 internal prototype to avoid an error.  */
2543 /* We use char because int might match the return type of a gcc2
2544     builtin and then its argument prototype would still apply.  */
2545 char opendir();
2546
2547 int main() {
2548 opendir()
2549 ; return 0; }
2550 EOF
2551 if { (eval echo configure:2552: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2552   rm -rf conftest*
2553   eval "ac_cv_lib_$ac_lib_var=yes"
2554 else
2555   echo "configure: failed program was:" >&5
2556   cat conftest.$ac_ext >&5
2557   rm -rf conftest*
2558   eval "ac_cv_lib_$ac_lib_var=no"
2559 fi
2560 rm -f conftest*
2561 LIBS="$ac_save_LIBS"
2562
2563 fi
2564 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2565   echo "$ac_t""yes" 1>&6
2566   LIBS="$LIBS -ldir"
2567 else
2568   echo "$ac_t""no" 1>&6
2569 fi
2570
2571 else
2572 echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
2573 echo "configure:2574: checking for opendir in -lx" >&5
2574 ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
2575 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2576   echo $ac_n "(cached) $ac_c" 1>&6
2577 else
2578   ac_save_LIBS="$LIBS"
2579 LIBS="-lx  $LIBS"
2580 cat > conftest.$ac_ext <<EOF
2581 #line 2582 "configure"
2582 #include "confdefs.h"
2583 /* Override any gcc2 internal prototype to avoid an error.  */
2584 /* We use char because int might match the return type of a gcc2
2585     builtin and then its argument prototype would still apply.  */
2586 char opendir();
2587
2588 int main() {
2589 opendir()
2590 ; return 0; }
2591 EOF
2592 if { (eval echo configure:2593: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2593   rm -rf conftest*
2594   eval "ac_cv_lib_$ac_lib_var=yes"
2595 else
2596   echo "configure: failed program was:" >&5
2597   cat conftest.$ac_ext >&5
2598   rm -rf conftest*
2599   eval "ac_cv_lib_$ac_lib_var=no"
2600 fi
2601 rm -f conftest*
2602 LIBS="$ac_save_LIBS"
2603
2604 fi
2605 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2606   echo "$ac_t""yes" 1>&6
2607   LIBS="$LIBS -lx"
2608 else
2609   echo "$ac_t""no" 1>&6
2610 fi
2611
2612 fi
2613
2614 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
2615 echo "configure:2616: checking for ANSI C header files" >&5
2616 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
2617   echo $ac_n "(cached) $ac_c" 1>&6
2618 else
2619   cat > conftest.$ac_ext <<EOF
2620 #line 2621 "configure"
2621 #include "confdefs.h"
2622 #include <stdlib.h>
2623 #include <stdarg.h>
2624 #include <string.h>
2625 #include <float.h>
2626 EOF
2627 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2628 { (eval echo configure:2629: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2629 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2630 if test -z "$ac_err"; then
2631   rm -rf conftest*
2632   ac_cv_header_stdc=yes
2633 else
2634   echo "$ac_err" >&5
2635   echo "configure: failed program was:" >&5
2636   cat conftest.$ac_ext >&5
2637   rm -rf conftest*
2638   ac_cv_header_stdc=no
2639 fi
2640 rm -f conftest*
2641
2642 if test $ac_cv_header_stdc = yes; then
2643   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
2644 cat > conftest.$ac_ext <<EOF
2645 #line 2646 "configure"
2646 #include "confdefs.h"
2647 #include <string.h>
2648 EOF
2649 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2650   egrep "memchr" >/dev/null 2>&1; then
2651   :
2652 else
2653   rm -rf conftest*
2654   ac_cv_header_stdc=no
2655 fi
2656 rm -f conftest*
2657
2658 fi
2659
2660 if test $ac_cv_header_stdc = yes; then
2661   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
2662 cat > conftest.$ac_ext <<EOF
2663 #line 2664 "configure"
2664 #include "confdefs.h"
2665 #include <stdlib.h>
2666 EOF
2667 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2668   egrep "free" >/dev/null 2>&1; then
2669   :
2670 else
2671   rm -rf conftest*
2672   ac_cv_header_stdc=no
2673 fi
2674 rm -f conftest*
2675
2676 fi
2677
2678 if test $ac_cv_header_stdc = yes; then
2679   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
2680 if test "$cross_compiling" = yes; then
2681   :
2682 else
2683   cat > conftest.$ac_ext <<EOF
2684 #line 2685 "configure"
2685 #include "confdefs.h"
2686 #include <ctype.h>
2687 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
2688 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
2689 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
2690 int main () { int i; for (i = 0; i < 256; i++)
2691 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
2692 exit (0); }
2693
2694 EOF
2695 if { (eval echo configure:2696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2696 then
2697   :
2698 else
2699   echo "configure: failed program was:" >&5
2700   cat conftest.$ac_ext >&5
2701   rm -fr conftest*
2702   ac_cv_header_stdc=no
2703 fi
2704 rm -fr conftest*
2705 fi
2706
2707 fi
2708 fi
2709
2710 echo "$ac_t""$ac_cv_header_stdc" 1>&6
2711 if test $ac_cv_header_stdc = yes; then
2712   cat >> confdefs.h <<\EOF
2713 #define STDC_HEADERS 1
2714 EOF
2715
2716 fi
2717
2718 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
2719 echo "configure:2720: checking whether time.h and sys/time.h may both be included" >&5
2720 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
2721   echo $ac_n "(cached) $ac_c" 1>&6
2722 else
2723   cat > conftest.$ac_ext <<EOF
2724 #line 2725 "configure"
2725 #include "confdefs.h"
2726 #include <sys/types.h>
2727 #include <sys/time.h>
2728 #include <time.h>
2729 int main() {
2730 struct tm *tp;
2731 ; return 0; }
2732 EOF
2733 if { (eval echo configure:2734: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2734   rm -rf conftest*
2735   ac_cv_header_time=yes
2736 else
2737   echo "configure: failed program was:" >&5
2738   cat conftest.$ac_ext >&5
2739   rm -rf conftest*
2740   ac_cv_header_time=no
2741 fi
2742 rm -f conftest*
2743 fi
2744
2745 echo "$ac_t""$ac_cv_header_time" 1>&6
2746 if test $ac_cv_header_time = yes; then
2747   cat >> confdefs.h <<\EOF
2748 #define TIME_WITH_SYS_TIME 1
2749 EOF
2750
2751 fi
2752
2753 echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
2754 echo "configure:2755: checking for sys/wait.h that is POSIX.1 compatible" >&5
2755 if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
2756   echo $ac_n "(cached) $ac_c" 1>&6
2757 else
2758   cat > conftest.$ac_ext <<EOF
2759 #line 2760 "configure"
2760 #include "confdefs.h"
2761 #include <sys/types.h>
2762 #include <sys/wait.h>
2763 #ifndef WEXITSTATUS
2764 #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
2765 #endif
2766 #ifndef WIFEXITED
2767 #define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
2768 #endif
2769 int main() {
2770 int s;
2771 wait (&s);
2772 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
2773 ; return 0; }
2774 EOF
2775 if { (eval echo configure:2776: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2776   rm -rf conftest*
2777   ac_cv_header_sys_wait_h=yes
2778 else
2779   echo "configure: failed program was:" >&5
2780   cat conftest.$ac_ext >&5
2781   rm -rf conftest*
2782   ac_cv_header_sys_wait_h=no
2783 fi
2784 rm -f conftest*
2785 fi
2786
2787 echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6
2788 if test $ac_cv_header_sys_wait_h = yes; then
2789   cat >> confdefs.h <<\EOF
2790 #define HAVE_SYS_WAIT_H 1
2791 EOF
2792
2793 fi
2794
2795
2796 for ac_hdr in \
2797         unistd.h \
2798         crypt.h \
2799         errno.h \
2800         resource.h \
2801         getopt.h \
2802         malloc.h \
2803         utmp.h \
2804         utmpx.h \
2805         signal.h \
2806         sys/select.h \
2807         syslog.h \
2808         inttypes.h \
2809         stdint.h \
2810         stdio.h \
2811         netdb.h \
2812         semaphore.h \
2813         arpa/inet.h \
2814         netinet/in.h \
2815         sys/types.h \
2816         sys/socket.h \
2817         sys/time.h \
2818         sys/wait.h \
2819         sys/security.h \
2820         prot.h \
2821         sia.h \
2822         siad.h
2823
2824 do
2825 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2826 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2827 echo "configure:2828: checking for $ac_hdr" >&5
2828 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2829   echo $ac_n "(cached) $ac_c" 1>&6
2830 else
2831   cat > conftest.$ac_ext <<EOF
2832 #line 2833 "configure"
2833 #include "confdefs.h"
2834 #include <$ac_hdr>
2835 EOF
2836 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2837 { (eval echo configure:2838: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2838 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2839 if test -z "$ac_err"; then
2840   rm -rf conftest*
2841   eval "ac_cv_header_$ac_safe=yes"
2842 else
2843   echo "$ac_err" >&5
2844   echo "configure: failed program was:" >&5
2845   cat conftest.$ac_ext >&5
2846   rm -rf conftest*
2847   eval "ac_cv_header_$ac_safe=no"
2848 fi
2849 rm -f conftest*
2850 fi
2851 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2852   echo "$ac_t""yes" 1>&6
2853     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2854   cat >> confdefs.h <<EOF
2855 #define $ac_tr_hdr 1
2856 EOF
2857  
2858 else
2859   echo "$ac_t""no" 1>&6
2860 fi
2861 done
2862
2863
2864 REGEX=no
2865 ac_safe=`echo "regex.h" | sed 'y%./+-%__p_%'`
2866 echo $ac_n "checking for regex.h""... $ac_c" 1>&6
2867 echo "configure:2868: checking for regex.h" >&5
2868 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2869   echo $ac_n "(cached) $ac_c" 1>&6
2870 else
2871   cat > conftest.$ac_ext <<EOF
2872 #line 2873 "configure"
2873 #include "confdefs.h"
2874 #include <regex.h>
2875 EOF
2876 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2877 { (eval echo configure:2878: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2878 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2879 if test -z "$ac_err"; then
2880   rm -rf conftest*
2881   eval "ac_cv_header_$ac_safe=yes"
2882 else
2883   echo "$ac_err" >&5
2884   echo "configure: failed program was:" >&5
2885   cat conftest.$ac_ext >&5
2886   rm -rf conftest*
2887   eval "ac_cv_header_$ac_safe=no"
2888 fi
2889 rm -f conftest*
2890 fi
2891 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2892   echo "$ac_t""yes" 1>&6
2893   cat >> confdefs.h <<\EOF
2894 #define HAVE_REGEX_H 1
2895 EOF
2896
2897 else
2898   echo "$ac_t""no" 1>&6
2899 fi
2900
2901 if test "x$ac_cv_header_regex_h" = "xyes"; then
2902   REGEX_EXTENDED=no
2903   REGEX=yes
2904   cat > conftest.$ac_ext <<EOF
2905 #line 2906 "configure"
2906 #include "confdefs.h"
2907 #include <regex.h>
2908      #ifdef REG_EXTENDED
2909        yes
2910      #endif
2911      
2912 EOF
2913 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2914   egrep "yes" >/dev/null 2>&1; then
2915   rm -rf conftest*
2916   cat >> confdefs.h <<\EOF
2917 #define HAVE_REG_EXTENDED 1
2918 EOF
2919  REGEX_EXTENDED=yes
2920 fi
2921 rm -f conftest*
2922
2923 fi
2924
2925
2926
2927 if test "x$ac_cv_header_sys_security_h" = "xyes" && test "x$ac_cv_header_prot_h" = "xyes"
2928 then
2929   cat >> confdefs.h <<\EOF
2930 #define OSFC2 1
2931 EOF
2932
2933 fi
2934
2935 if test "x$ac_cv_header_sia_h" = "xyes" && test "x$ac_cv_header_siad_h" = "xyes"
2936 then
2937   cat >> confdefs.h <<\EOF
2938 #define OSFSIA 1
2939 EOF
2940
2941 fi
2942
2943
2944
2945 echo $ac_n "checking for off_t""... $ac_c" 1>&6
2946 echo "configure:2947: checking for off_t" >&5
2947 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
2948   echo $ac_n "(cached) $ac_c" 1>&6
2949 else
2950   cat > conftest.$ac_ext <<EOF
2951 #line 2952 "configure"
2952 #include "confdefs.h"
2953 #include <sys/types.h>
2954 #if STDC_HEADERS
2955 #include <stdlib.h>
2956 #include <stddef.h>
2957 #endif
2958 EOF
2959 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2960   egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
2961   rm -rf conftest*
2962   ac_cv_type_off_t=yes
2963 else
2964   rm -rf conftest*
2965   ac_cv_type_off_t=no
2966 fi
2967 rm -f conftest*
2968
2969 fi
2970 echo "$ac_t""$ac_cv_type_off_t" 1>&6
2971 if test $ac_cv_type_off_t = no; then
2972   cat >> confdefs.h <<\EOF
2973 #define off_t long
2974 EOF
2975
2976 fi
2977  
2978 echo $ac_n "checking for pid_t""... $ac_c" 1>&6
2979 echo "configure:2980: checking for pid_t" >&5
2980 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
2981   echo $ac_n "(cached) $ac_c" 1>&6
2982 else
2983   cat > conftest.$ac_ext <<EOF
2984 #line 2985 "configure"
2985 #include "confdefs.h"
2986 #include <sys/types.h>
2987 #if STDC_HEADERS
2988 #include <stdlib.h>
2989 #include <stddef.h>
2990 #endif
2991 EOF
2992 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2993   egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
2994   rm -rf conftest*
2995   ac_cv_type_pid_t=yes
2996 else
2997   rm -rf conftest*
2998   ac_cv_type_pid_t=no
2999 fi
3000 rm -f conftest*
3001
3002 fi
3003 echo "$ac_t""$ac_cv_type_pid_t" 1>&6
3004 if test $ac_cv_type_pid_t = no; then
3005   cat >> confdefs.h <<\EOF
3006 #define pid_t int
3007 EOF
3008
3009 fi
3010
3011 echo $ac_n "checking for size_t""... $ac_c" 1>&6
3012 echo "configure:3013: checking for size_t" >&5
3013 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
3014   echo $ac_n "(cached) $ac_c" 1>&6
3015 else
3016   cat > conftest.$ac_ext <<EOF
3017 #line 3018 "configure"
3018 #include "confdefs.h"
3019 #include <sys/types.h>
3020 #if STDC_HEADERS
3021 #include <stdlib.h>
3022 #include <stddef.h>
3023 #endif
3024 EOF
3025 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3026   egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
3027   rm -rf conftest*
3028   ac_cv_type_size_t=yes
3029 else
3030   rm -rf conftest*
3031   ac_cv_type_size_t=no
3032 fi
3033 rm -f conftest*
3034
3035 fi
3036 echo "$ac_t""$ac_cv_type_size_t" 1>&6
3037 if test $ac_cv_type_size_t = no; then
3038   cat >> confdefs.h <<\EOF
3039 #define size_t unsigned
3040 EOF
3041
3042 fi
3043
3044 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
3045 echo "configure:3046: checking for uid_t in sys/types.h" >&5
3046 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
3047   echo $ac_n "(cached) $ac_c" 1>&6
3048 else
3049   cat > conftest.$ac_ext <<EOF
3050 #line 3051 "configure"
3051 #include "confdefs.h"
3052 #include <sys/types.h>
3053 EOF
3054 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3055   egrep "uid_t" >/dev/null 2>&1; then
3056   rm -rf conftest*
3057   ac_cv_type_uid_t=yes
3058 else
3059   rm -rf conftest*
3060   ac_cv_type_uid_t=no
3061 fi
3062 rm -f conftest*
3063
3064 fi
3065
3066 echo "$ac_t""$ac_cv_type_uid_t" 1>&6
3067 if test $ac_cv_type_uid_t = no; then
3068   cat >> confdefs.h <<\EOF
3069 #define uid_t int
3070 EOF
3071
3072   cat >> confdefs.h <<\EOF
3073 #define gid_t int
3074 EOF
3075
3076 fi
3077
3078
3079
3080   echo $ac_n "checking for socklen_t""... $ac_c" 1>&6
3081 echo "configure:3082: checking for socklen_t" >&5
3082 if eval "test \"`echo '$''{'ac_cv_type_socklen_t'+set}'`\" = set"; then
3083   echo $ac_n "(cached) $ac_c" 1>&6
3084 else
3085    ac_cv_type_socklen_t=no
3086       cat > conftest.$ac_ext <<EOF
3087 #line 3088 "configure"
3088 #include "confdefs.h"
3089 #ifdef HAVE_SYS_TYPES_H
3090 #include <sys/types.h>
3091 #endif
3092 #ifdef HAVE_SYS_SOCKET_H
3093 #include <sys/socket.h>
3094 #endif
3095
3096 int main() {
3097 socklen_t foo
3098 ; return 0; }
3099 EOF
3100 if { (eval echo configure:3101: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3101   rm -rf conftest*
3102   ac_cv_type_socklen_t=yes
3103 else
3104   echo "configure: failed program was:" >&5
3105   cat conftest.$ac_ext >&5
3106 fi
3107 rm -f conftest*
3108     
3109   
3110 fi
3111
3112 echo "$ac_t""$ac_cv_type_socklen_t" 1>&6
3113
3114   if test "$ac_cv_type_socklen_t" != "yes"; then
3115          cat >> confdefs.h <<\EOF
3116 #define socklen_t int
3117 EOF
3118
3119   fi
3120
3121
3122
3123   echo $ac_n "checking for uint8_t""... $ac_c" 1>&6
3124 echo "configure:3125: checking for uint8_t" >&5
3125 if eval "test \"`echo '$''{'ac_cv_type_uint8_t'+set}'`\" = set"; then
3126   echo $ac_n "(cached) $ac_c" 1>&6
3127 else
3128    ac_cv_type_uint8_t=no
3129       cat > conftest.$ac_ext <<EOF
3130 #line 3131 "configure"
3131 #include "confdefs.h"
3132 #ifdef HAVE_INTTYPES_H
3133 #include <inttypes.h>
3134 #endif
3135 #ifdef HAVE_STDINT_H
3136 #include <stdint.h>
3137 #endif
3138
3139 int main() {
3140 uint8_t foo
3141 ; return 0; }
3142 EOF
3143 if { (eval echo configure:3144: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3144   rm -rf conftest*
3145   ac_cv_type_uint8_t=yes
3146 else
3147   echo "configure: failed program was:" >&5
3148   cat conftest.$ac_ext >&5
3149 fi
3150 rm -f conftest*
3151     
3152   
3153 fi
3154
3155 echo "$ac_t""$ac_cv_type_uint8_t" 1>&6
3156
3157   if test "$ac_cv_type_uint8_t" != "yes"; then
3158          cat >> confdefs.h <<\EOF
3159 #define uint8_t unsigned char
3160 EOF
3161
3162   fi
3163
3164
3165
3166   echo $ac_n "checking for uint32_t""... $ac_c" 1>&6
3167 echo "configure:3168: checking for uint32_t" >&5
3168 if eval "test \"`echo '$''{'ac_cv_type_uint32_t'+set}'`\" = set"; then
3169   echo $ac_n "(cached) $ac_c" 1>&6
3170 else
3171    ac_cv_type_uint32_t=no
3172       cat > conftest.$ac_ext <<EOF
3173 #line 3174 "configure"
3174 #include "confdefs.h"
3175 #ifdef HAVE_INTTYPES_H
3176 #include <inttypes.h>
3177 #endif
3178 #ifdef HAVE_STDINT_H
3179 #include <stdint.h>
3180 #endif
3181
3182 int main() {
3183 uint32_t foo
3184 ; return 0; }
3185 EOF
3186 if { (eval echo configure:3187: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3187   rm -rf conftest*
3188   ac_cv_type_uint32_t=yes
3189 else
3190   echo "configure: failed program was:" >&5
3191   cat conftest.$ac_ext >&5
3192 fi
3193 rm -f conftest*
3194     
3195   
3196 fi
3197
3198 echo "$ac_t""$ac_cv_type_uint32_t" 1>&6
3199
3200   if test "$ac_cv_type_uint32_t" != "yes"; then
3201          cat >> confdefs.h <<\EOF
3202 #define uint32_t unsigned int
3203 EOF
3204
3205   fi
3206
3207
3208 for ac_func in \
3209         getopt_long \
3210         lockf \
3211         strsignal \
3212         sigaction \
3213         sigprocmask \
3214         pthread_sigmask \
3215         snprintf \
3216         vsnprintf \
3217         setsid \
3218         strncasecmp \
3219         strcasecmp \
3220         localtime_r \
3221         ctime_r \
3222         gmtime_r \
3223         strsep \
3224         inet_aton \
3225         gethostname \
3226         setlinebuf \
3227         setvbuf \
3228         sem_init \
3229         getusershell
3230
3231 do
3232 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3233 echo "configure:3234: checking for $ac_func" >&5
3234 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3235   echo $ac_n "(cached) $ac_c" 1>&6
3236 else
3237   cat > conftest.$ac_ext <<EOF
3238 #line 3239 "configure"
3239 #include "confdefs.h"
3240 /* System header to define __stub macros and hopefully few prototypes,
3241     which can conflict with char $ac_func(); below.  */
3242 #include <assert.h>
3243 /* Override any gcc2 internal prototype to avoid an error.  */
3244 /* We use char because int might match the return type of a gcc2
3245     builtin and then its argument prototype would still apply.  */
3246 char $ac_func();
3247
3248 int main() {
3249
3250 /* The GNU C library defines this for functions which it implements
3251     to always fail with ENOSYS.  Some functions are actually named
3252     something starting with __ and the normal name is an alias.  */
3253 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3254 choke me
3255 #else
3256 $ac_func();
3257 #endif
3258
3259 ; return 0; }
3260 EOF
3261 if { (eval echo configure:3262: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3262   rm -rf conftest*
3263   eval "ac_cv_func_$ac_func=yes"
3264 else
3265   echo "configure: failed program was:" >&5
3266   cat conftest.$ac_ext >&5
3267   rm -rf conftest*
3268   eval "ac_cv_func_$ac_func=no"
3269 fi
3270 rm -f conftest*
3271 fi
3272
3273 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3274   echo "$ac_t""yes" 1>&6
3275     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3276   cat >> confdefs.h <<EOF
3277 #define $ac_tr_func 1
3278 EOF
3279  
3280 else
3281   echo "$ac_t""no" 1>&6
3282 fi
3283 done
3284
3285 for ac_func in \
3286         crypt \
3287         strncasecmp \
3288         strcasecmp \
3289         inet_aton \
3290         gethostname \
3291         setlinebuf \
3292         getusershell \
3293         endusershell
3294
3295 do
3296 echo $ac_n "checking whether $ac_func must be declared""... $ac_c" 1>&6
3297 echo "configure:3298: checking whether $ac_func must be declared" >&5
3298 if eval "test \"`echo '$''{'radius_cv_decl_needed_$ac_func'+set}'`\" = set"; then
3299   echo $ac_n "(cached) $ac_c" 1>&6
3300 else
3301   cat > conftest.$ac_ext <<EOF
3302 #line 3303 "configure"
3303 #include "confdefs.h"
3304
3305 #include <stdio.h>
3306 #include <string.h>
3307 #ifdef HAVE_UNISTD_H
3308 #include <unistd.h>
3309 #endif
3310 #ifdef HAVE_CRYPT_H
3311 #include <crypt.h>
3312 #endif
3313 #ifdef HAVE_ERRNO_H
3314 #include <errno.h>
3315 #endif
3316 #ifdef HAVE_RESOURCE_H
3317 #include <resource.h>
3318 #endif
3319 #ifdef HAVE_GETOPT_H
3320 #include <getopt.h>
3321 #endif
3322 #ifdef HAVE_MALLOC_H
3323 #include <malloc.h>
3324 #endif
3325 #ifdef HAVE_UTMP_H
3326 #include <utmp.h>
3327 #endif
3328 #ifdef HAVE_UTMPX_H
3329 #include <utmpx.h>
3330 #endif
3331 #ifdef HAVE_SYS_SELECT_H
3332 #include <sys/select.h>
3333 #endif
3334 #ifdef HAVE_DLFCN_H
3335 #include <dlfcn.h>
3336 #endif
3337 #ifdef HAVE_REGEX_H
3338 #include <regex.h>
3339 #endif
3340 #ifdef HAVE_SYSLOG_H
3341 #include <syslog.h>
3342 #endif
3343 #ifdef HAVE_INTTYPES_H
3344 #include <inttypes.h>
3345 #endif
3346 #ifdef HAVE_STDINT_H
3347 #include <stdint.h>
3348 #endif
3349 #ifdef HAVE_ARPA_INET_H
3350 #include <arpa/inet.h>
3351 #endif
3352
3353 int main() {
3354 char *(*pfn) = (char *(*)) $ac_func
3355 ; return 0; }
3356 EOF
3357 if { (eval echo configure:3358: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3358   rm -rf conftest*
3359   eval "radius_cv_decl_needed_$ac_func=no"
3360 else
3361   echo "configure: failed program was:" >&5
3362   cat conftest.$ac_ext >&5
3363   rm -rf conftest*
3364   eval "radius_cv_decl_needed_$ac_func=yes"
3365 fi
3366 rm -f conftest*
3367 fi
3368
3369 if eval "test \"`echo '$radius_cv_decl_needed_'$ac_func`\" = yes"; then
3370   echo "$ac_t""yes" 1>&6
3371   radius_tr_decl=NEED_DECLARATION_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3372   cat >> confdefs.h <<EOF
3373 #define $radius_tr_decl 1
3374 EOF
3375
3376 else
3377   echo "$ac_t""no" 1>&6
3378 fi
3379
3380 done
3381
3382
3383 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
3384 echo "configure:3385: checking return type of signal handlers" >&5
3385 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
3386   echo $ac_n "(cached) $ac_c" 1>&6
3387 else
3388   cat > conftest.$ac_ext <<EOF
3389 #line 3390 "configure"
3390 #include "confdefs.h"
3391 #include <sys/types.h>
3392 #include <signal.h>
3393 #ifdef signal
3394 #undef signal
3395 #endif
3396 #ifdef __cplusplus
3397 extern "C" void (*signal (int, void (*)(int)))(int);
3398 #else
3399 void (*signal ()) ();
3400 #endif
3401
3402 int main() {
3403 int i;
3404 ; return 0; }
3405 EOF
3406 if { (eval echo configure:3407: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3407   rm -rf conftest*
3408   ac_cv_type_signal=void
3409 else
3410   echo "configure: failed program was:" >&5
3411   cat conftest.$ac_ext >&5
3412   rm -rf conftest*
3413   ac_cv_type_signal=int
3414 fi
3415 rm -f conftest*
3416 fi
3417
3418 echo "$ac_t""$ac_cv_type_signal" 1>&6
3419 cat >> confdefs.h <<EOF
3420 #define RETSIGTYPE $ac_cv_type_signal
3421 EOF
3422
3423
3424
3425 if test "x$ac_cv_header_utmpx_h" = "xyes"
3426 then
3427  
3428   echo $ac_n "checking for ut_xtime in struct utmpx""... $ac_c" 1>&6
3429 echo "configure:3430: checking for ut_xtime in struct utmpx" >&5
3430
3431
3432   cat > conftest.$ac_ext <<EOF
3433 #line 3434 "configure"
3434 #include "confdefs.h"
3435
3436 #include <utmpx.h>
3437 #ifndef offsetof
3438 #define offsetof(TYPE, MEMBER) ((int) &((TYPE *)0)->MEMBER)
3439 #endif
3440
3441 int main() {
3442  int foo = offsetof(struct utmpx, ut_xtime) 
3443 ; return 0; }
3444 EOF
3445 if { (eval echo configure:3446: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3446   rm -rf conftest*
3447   has_element=" "
3448 else
3449   echo "configure: failed program was:" >&5
3450   cat conftest.$ac_ext >&5
3451   rm -rf conftest*
3452   has_element=
3453 fi
3454 rm -f conftest*
3455
3456   ac_safe_type=`echo "struct utmpx" | sed 'y% %_%'`
3457   if test "x$has_element" != "x"; then
3458     echo "$ac_t""yes" 1>&6
3459     eval "ac_cv_type_${ac_safe_type}_has_ut_xtime=yes"
3460   else
3461     echo "$ac_t""no" 1>&6 
3462     eval "ac_cv_type_${ac_safe_type}_has_ut_xtime="
3463  fi
3464
3465  if test "x$ac_cv_type_struct_utmpx_ut_xtime" = "x"
3466  then
3467    cat >> confdefs.h <<\EOF
3468 #define ut_xtime ut_tv.tv_sec
3469 EOF
3470
3471  fi
3472 fi
3473
3474
3475 echo $ac_n "checking for working const""... $ac_c" 1>&6
3476 echo "configure:3477: checking for working const" >&5
3477 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
3478   echo $ac_n "(cached) $ac_c" 1>&6
3479 else
3480   cat > conftest.$ac_ext <<EOF
3481 #line 3482 "configure"
3482 #include "confdefs.h"
3483
3484 int main() {
3485
3486 /* Ultrix mips cc rejects this.  */
3487 typedef int charset[2]; const charset x;
3488 /* SunOS 4.1.1 cc rejects this.  */
3489 char const *const *ccp;
3490 char **p;
3491 /* NEC SVR4.0.2 mips cc rejects this.  */
3492 struct point {int x, y;};
3493 static struct point const zero = {0,0};
3494 /* AIX XL C 1.02.0.0 rejects this.
3495    It does not let you subtract one const X* pointer from another in an arm
3496    of an if-expression whose if-part is not a constant expression */
3497 const char *g = "string";
3498 ccp = &g + (g ? g-g : 0);
3499 /* HPUX 7.0 cc rejects these. */
3500 ++ccp;
3501 p = (char**) ccp;
3502 ccp = (char const *const *) p;
3503 { /* SCO 3.2v4 cc rejects this.  */
3504   char *t;
3505   char const *s = 0 ? (char *) 0 : (char const *) 0;
3506
3507   *t++ = 0;
3508 }
3509 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
3510   int x[] = {25, 17};
3511   const int *foo = &x[0];
3512   ++foo;
3513 }
3514 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
3515   typedef const int *iptr;
3516   iptr p = 0;
3517   ++p;
3518 }
3519 { /* AIX XL C 1.02.0.0 rejects this saying
3520      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
3521   struct s { int j; const int *ap[3]; };
3522   struct s *b; b->j = 5;
3523 }
3524 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
3525   const int foo = 10;
3526 }
3527
3528 ; return 0; }
3529 EOF
3530 if { (eval echo configure:3531: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3531   rm -rf conftest*
3532   ac_cv_c_const=yes
3533 else
3534   echo "configure: failed program was:" >&5
3535   cat conftest.$ac_ext >&5
3536   rm -rf conftest*
3537   ac_cv_c_const=no
3538 fi
3539 rm -f conftest*
3540 fi
3541
3542 echo "$ac_t""$ac_cv_c_const" 1>&6
3543 if test $ac_cv_c_const = no; then
3544   cat >> confdefs.h <<\EOF
3545 #define const 
3546 EOF
3547
3548 fi
3549  
3550
3551 echo $ac_n "checking type of OS""... $ac_c" 1>&6
3552 echo "configure:3553: checking type of OS" >&5
3553 OS=`uname -s`
3554 echo "$ac_t""$OS" 1>&6
3555 if test "$OS" = "OS/2"; then
3556         LIBPREFIX=
3557 else
3558         LIBPREFIX=lib
3559 fi
3560
3561
3562 if test "x$GCC" = "xyes"; then
3563     CFLAGS="$CFLAGS -Wall -D_GNU_SOURCE"
3564 fi
3565
3566 echo $ac_n "checking for developer gcc flags""... $ac_c" 1>&6
3567 echo "configure:3568: checking for developer gcc flags" >&5
3568 if test "x$developer" = "xyes" -a "x$GCC" = "xyes"; then
3569   devflags="-g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs"
3570   CFLAGS="$CFLAGS $devflags"
3571   INSTALLSTRIP=""
3572   echo "$ac_t""yes.  Using $devflags" 1>&6
3573 else
3574   devflags=""
3575   CFLAGS="$CFLAGS -DNDEBUG"
3576   INSTALLSTRIP="-s"
3577   echo "$ac_t""no." 1>&6
3578 fi
3579
3580
3581 echo $ac_n "checking for crypt in -lcrypt""... $ac_c" 1>&6
3582 echo "configure:3583: checking for crypt in -lcrypt" >&5
3583 ac_lib_var=`echo crypt'_'crypt | sed 'y%./+-%__p_%'`
3584 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3585   echo $ac_n "(cached) $ac_c" 1>&6
3586 else
3587   ac_save_LIBS="$LIBS"
3588 LIBS="-lcrypt  $LIBS"
3589 cat > conftest.$ac_ext <<EOF
3590 #line 3591 "configure"
3591 #include "confdefs.h"
3592 /* Override any gcc2 internal prototype to avoid an error.  */
3593 /* We use char because int might match the return type of a gcc2
3594     builtin and then its argument prototype would still apply.  */
3595 char crypt();
3596
3597 int main() {
3598 crypt()
3599 ; return 0; }
3600 EOF
3601 if { (eval echo configure:3602: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3602   rm -rf conftest*
3603   eval "ac_cv_lib_$ac_lib_var=yes"
3604 else
3605   echo "configure: failed program was:" >&5
3606   cat conftest.$ac_ext >&5
3607   rm -rf conftest*
3608   eval "ac_cv_lib_$ac_lib_var=no"
3609 fi
3610 rm -f conftest*
3611 LIBS="$ac_save_LIBS"
3612
3613 fi
3614 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3615   echo "$ac_t""yes" 1>&6
3616   CRYPTLIB="-lcrypt"
3617
3618 else
3619   echo "$ac_t""no" 1>&6
3620 fi
3621
3622 if test "$CRYPTLIB" != ""; then
3623   cat >> confdefs.h <<\EOF
3624 #define HAVE_CRYPT 1
3625 EOF
3626
3627 else
3628   echo $ac_n "checking for crypt""... $ac_c" 1>&6
3629 echo "configure:3630: checking for crypt" >&5
3630 if eval "test \"`echo '$''{'ac_cv_func_crypt'+set}'`\" = set"; then
3631   echo $ac_n "(cached) $ac_c" 1>&6
3632 else
3633   cat > conftest.$ac_ext <<EOF
3634 #line 3635 "configure"
3635 #include "confdefs.h"
3636 /* System header to define __stub macros and hopefully few prototypes,
3637     which can conflict with char crypt(); below.  */
3638 #include <assert.h>
3639 /* Override any gcc2 internal prototype to avoid an error.  */
3640 /* We use char because int might match the return type of a gcc2
3641     builtin and then its argument prototype would still apply.  */
3642 char crypt();
3643
3644 int main() {
3645
3646 /* The GNU C library defines this for functions which it implements
3647     to always fail with ENOSYS.  Some functions are actually named
3648     something starting with __ and the normal name is an alias.  */
3649 #if defined (__stub_crypt) || defined (__stub___crypt)
3650 choke me
3651 #else
3652 crypt();
3653 #endif
3654
3655 ; return 0; }
3656 EOF
3657 if { (eval echo configure:3658: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3658   rm -rf conftest*
3659   eval "ac_cv_func_crypt=yes"
3660 else
3661   echo "configure: failed program was:" >&5
3662   cat conftest.$ac_ext >&5
3663   rm -rf conftest*
3664   eval "ac_cv_func_crypt=no"
3665 fi
3666 rm -f conftest*
3667 fi
3668
3669 if eval "test \"`echo '$ac_cv_func_'crypt`\" = yes"; then
3670   echo "$ac_t""yes" 1>&6
3671   cat >> confdefs.h <<\EOF
3672 #define HAVE_CRYPT 1
3673 EOF
3674
3675 else
3676   echo "$ac_t""no" 1>&6
3677 fi
3678
3679 fi
3680
3681 echo $ac_n "checking for setkey in -lcipher""... $ac_c" 1>&6
3682 echo "configure:3683: checking for setkey in -lcipher" >&5
3683 ac_lib_var=`echo cipher'_'setkey | sed 'y%./+-%__p_%'`
3684 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3685   echo $ac_n "(cached) $ac_c" 1>&6
3686 else
3687   ac_save_LIBS="$LIBS"
3688 LIBS="-lcipher  $LIBS"
3689 cat > conftest.$ac_ext <<EOF
3690 #line 3691 "configure"
3691 #include "confdefs.h"
3692 /* Override any gcc2 internal prototype to avoid an error.  */
3693 /* We use char because int might match the return type of a gcc2
3694     builtin and then its argument prototype would still apply.  */
3695 char setkey();
3696
3697 int main() {
3698 setkey()
3699 ; return 0; }
3700 EOF
3701 if { (eval echo configure:3702: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3702   rm -rf conftest*
3703   eval "ac_cv_lib_$ac_lib_var=yes"
3704 else
3705   echo "configure: failed program was:" >&5
3706   cat conftest.$ac_ext >&5
3707   rm -rf conftest*
3708   eval "ac_cv_lib_$ac_lib_var=no"
3709 fi
3710 rm -f conftest*
3711 LIBS="$ac_save_LIBS"
3712
3713 fi
3714 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3715   echo "$ac_t""yes" 1>&6
3716   CRYPTLIB="${CRYPTLIB} -lcipher"
3717
3718 else
3719   echo "$ac_t""no" 1>&6
3720 fi
3721
3722
3723
3724 if test "x$WITH_SNMP" = "xyes"; then
3725   
3726         
3727         
3728
3729 echo $ac_n "checking for asn1.h""... $ac_c" 1>&6
3730 echo "configure:3731: checking for asn1.h" >&5
3731
3732 cat > conftest.$ac_ext <<EOF
3733 #line 3734 "configure"
3734 #include "confdefs.h"
3735
3736 #ifdef HAVE_SYS_TYPES_H
3737 #include <sys/types.h>
3738 #endif
3739 #ifdef HAVE_STDINT_H
3740 #include <stdint.h>
3741 #endif
3742 #ifdef HAVE_STDIO_H
3743 #include <stdio.h>
3744 #endif
3745 #ifdef HAVE_NETDB_H
3746 #include <netdb.h>
3747 #endif
3748 #ifdef HAVE_UNISTD_H
3749 #include <unistd.h>
3750 #endif
3751 #include <asn1.h>
3752 int main() {
3753  int a = 1;
3754 ; return 0; }
3755 EOF
3756 if { (eval echo configure:3757: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3757   rm -rf conftest*
3758   SNMP_INCLUDE=""
3759 else
3760   echo "configure: failed program was:" >&5
3761   cat conftest.$ac_ext >&5
3762   rm -rf conftest*
3763   SNMP_INCLUDE=
3764 fi
3765 rm -f conftest*
3766
3767 if test "x$SNMP_INCLUDE" = "x"; then
3768   old_CFLAGS="$CFLAGS"
3769   for try in /usr/include/ucd-snmp /usr/local/include/ucd-snmp $snmp_include_dir; do
3770     CFLAGS="$old_CFLAGS -I$try"
3771     cat > conftest.$ac_ext <<EOF
3772 #line 3773 "configure"
3773 #include "confdefs.h"
3774
3775 #ifdef HAVE_SYS_TYPES_H
3776 #include <sys/types.h>
3777 #endif
3778 #ifdef HAVE_STDINT_H
3779 #include <stdint.h>
3780 #endif
3781 #ifdef HAVE_STDIO_H
3782 #include <stdio.h>
3783 #endif
3784 #ifdef HAVE_NETDB_H
3785 #include <netdb.h>
3786 #endif
3787 #ifdef HAVE_UNISTD_H
3788 #include <unistd.h>
3789 #endif
3790 #include <asn1.h>
3791 int main() {
3792  int a = 1;
3793 ; return 0; }
3794 EOF
3795 if { (eval echo configure:3796: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3796   rm -rf conftest*
3797   SNMP_INCLUDE="-I$try"
3798 else
3799   echo "configure: failed program was:" >&5
3800   cat conftest.$ac_ext >&5
3801   rm -rf conftest*
3802   SNMP_INCLUDE=
3803 fi
3804 rm -f conftest*
3805     if test "x$SNMP_INCLUDE" != "x"; then
3806       break;
3807     fi
3808   done
3809   CFLAGS="$old_CFLAGS"
3810 fi
3811
3812 if test "x$SNMP_INCLUDE" = "x"; then
3813   echo "$ac_t""no" 1>&6
3814 else
3815   echo "$ac_t""yes" 1>&6
3816   cat >> confdefs.h <<\EOF
3817 #define HAVE_ASN1_H 1
3818 EOF
3819
3820   
3821   old_CFLAGS="$CFLAGS"
3822   CFLAGS="$CFLAGS $SNMP_INCLUDE"
3823
3824   echo $ac_n "checking for snmp.h""... $ac_c" 1>&6
3825 echo "configure:3826: checking for snmp.h" >&5
3826     cat > conftest.$ac_ext <<EOF
3827 #line 3828 "configure"
3828 #include "confdefs.h"
3829
3830 #ifdef HAVE_SYS_TYPES_H
3831 #include <sys/types.h>
3832 #endif
3833 #ifdef HAVE_STDINT_H
3834 #include <stdint.h>
3835 #endif
3836 #ifdef HAVE_STDIO_H
3837 #include <stdio.h>
3838 #endif
3839 #ifdef HAVE_NETDB_H
3840 #include <netdb.h>
3841 #endif
3842 #ifdef HAVE_UNISTD_H
3843 #include <unistd.h>
3844 #endif
3845 #ifdef HAVE_ASN1_H
3846 #include <asn1.h>
3847 #endif
3848 #include <snmp.h>
3849 int main() {
3850  int a = 1;
3851 ; return 0; }
3852 EOF
3853 if { (eval echo configure:3854: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3854   rm -rf conftest*
3855   cat >> confdefs.h <<\EOF
3856 #define HAVE_SNMP_H 1
3857 EOF
3858  ac_cv_header_snmp_h=yes
3859 else
3860   echo "configure: failed program was:" >&5
3861   cat conftest.$ac_ext >&5
3862 fi
3863 rm -f conftest*
3864     if test "x$ac_cv_header_snmp_h" = "xyes"; then
3865       echo "$ac_t""yes" 1>&6
3866     else
3867       echo "$ac_t""no" 1>&6
3868     fi
3869
3870     echo $ac_n "checking for snmp_impl.h""... $ac_c" 1>&6
3871 echo "configure:3872: checking for snmp_impl.h" >&5
3872     cat > conftest.$ac_ext <<EOF
3873 #line 3874 "configure"
3874 #include "confdefs.h"
3875
3876 #ifdef HAVE_SYS_TYPES_H
3877 #include <sys/types.h>
3878 #endif
3879 #ifdef HAVE_STDINT_H
3880 #include <stdint.h>
3881 #endif
3882 #ifdef HAVE_STDIO_H
3883 #include <stdio.h>
3884 #endif
3885 #ifdef HAVE_NETDB_H
3886 #include <netdb.h>
3887 #endif
3888 #ifdef HAVE_UNISTD_H
3889 #include <unistd.h>
3890 #endif
3891 #ifdef HAVE_ASN1_H
3892 #include <asn1.h>
3893 #endif
3894 #ifdef HAVE_SNMP_H
3895 #include <snmp.h>
3896 #endif
3897 #include <snmp_impl.h>
3898 int main() {
3899  int a = 1;
3900 ; return 0; }
3901 EOF
3902 if { (eval echo configure:3903: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3903   rm -rf conftest*
3904   cat >> confdefs.h <<\EOF
3905 #define HAVE_SNMP_IMPL_H 1
3906 EOF
3907  ac_cv_header_snmp_impl_h=yes
3908 else
3909   echo "configure: failed program was:" >&5
3910   cat conftest.$ac_ext >&5
3911 fi
3912 rm -f conftest*
3913     if test "x$ac_cv_header_snmp_h" = "xyes"; then
3914       echo "$ac_t""yes" 1>&6
3915     else
3916       echo "$ac_t""no" 1>&6
3917     fi
3918
3919   echo $ac_n "checking for snmp_build_var_op in -lsnmp""... $ac_c" 1>&6
3920 echo "configure:3921: checking for snmp_build_var_op in -lsnmp" >&5
3921
3922   old_LIBS="$LIBS"
3923   LIBS="$old_LIBS -lsnmp"
3924   cat > conftest.$ac_ext <<EOF
3925 #line 3926 "configure"
3926 #include "confdefs.h"
3927 extern char snmp_build_var_op();
3928 int main() {
3929  snmp_build_var_op()
3930 ; return 0; }
3931 EOF
3932 if { (eval echo configure:3933: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3933   rm -rf conftest*
3934   SNMP_LIBS="-lsnmp"
3935 else
3936   echo "configure: failed program was:" >&5
3937   cat conftest.$ac_ext >&5
3938   rm -rf conftest*
3939   SNMP_LIBS=
3940 fi
3941 rm -f conftest*
3942
3943   if test "x$SNMP_LIBS" = "x"; then
3944     for try in /usr/lib /usr/local/lib /usr/local/snmp/lib $snmp_lib_dir; do
3945       LIBS="$old_LIBS -L$try -lsnmp"
3946       cat > conftest.$ac_ext <<EOF
3947 #line 3948 "configure"
3948 #include "confdefs.h"
3949 extern char snmp_build_var_op();
3950 int main() {
3951  snmp_build_var_op()
3952 ; return 0; }
3953 EOF
3954 if { (eval echo configure:3955: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3955   rm -rf conftest*
3956   SNMP_LIBS="-L$try -lsnmp"
3957 else
3958   echo "configure: failed program was:" >&5
3959   cat conftest.$ac_ext >&5
3960   rm -rf conftest*
3961   SNMP_LIBS=
3962 fi
3963 rm -f conftest*
3964       if test "x$SNMP_LIBS" != "x"; then
3965         break;
3966       fi
3967       LIBS="$old_LIBS -L$try -lsnmp -lcrypto"
3968       cat > conftest.$ac_ext <<EOF
3969 #line 3970 "configure"
3970 #include "confdefs.h"
3971 extern char snmp_build_var_op();
3972 int main() {
3973  snmp_build_var_op()
3974 ; return 0; }
3975 EOF
3976 if { (eval echo configure:3977: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3977   rm -rf conftest*
3978   SNMP_LIBS="-L$try -lsnmp -lcrypto"
3979 else
3980   echo "configure: failed program was:" >&5
3981   cat conftest.$ac_ext >&5
3982   rm -rf conftest*
3983   SNMP_LIBS=
3984 fi
3985 rm -f conftest*
3986       if test "x$SNMP_LIBS" != "x"; then
3987         break;
3988       fi
3989     done
3990   fi
3991   LIBS="$old_LIBS"
3992
3993           CFLAGS="$old_CFLAGS"
3994   if test "x$SNMP_LIBS" = "x"; then
3995     echo "$ac_t""no" 1>&6
3996     SNMP_INCLUDE=
3997   else
3998     echo "$ac_t""yes" 1>&6
3999     cat >> confdefs.h <<\EOF
4000 #define WITH_SNMP 1
4001 EOF
4002
4003     cat >> confdefs.h <<\EOF
4004 #define HAVE_LIBSNMP 1
4005 EOF
4006
4007   fi
4008 fi
4009
4010 fi
4011
4012 if test "X$ac_cv_func_sem_init" = "Xno"; then
4013
4014  echo $ac_n "checking for sem_init in -lposix4""... $ac_c" 1>&6
4015 echo "configure:4016: checking for sem_init in -lposix4" >&5
4016 ac_lib_var=`echo posix4'_'sem_init | sed 'y%./+-%__p_%'`
4017 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4018   echo $ac_n "(cached) $ac_c" 1>&6
4019 else
4020   ac_save_LIBS="$LIBS"
4021 LIBS="-lposix4  $LIBS"
4022 cat > conftest.$ac_ext <<EOF
4023 #line 4024 "configure"
4024 #include "confdefs.h"
4025 /* Override any gcc2 internal prototype to avoid an error.  */
4026 /* We use char because int might match the return type of a gcc2
4027     builtin and then its argument prototype would still apply.  */
4028 char sem_init();
4029
4030 int main() {
4031 sem_init()
4032 ; return 0; }
4033 EOF
4034 if { (eval echo configure:4035: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4035   rm -rf conftest*
4036   eval "ac_cv_lib_$ac_lib_var=yes"
4037 else
4038   echo "configure: failed program was:" >&5
4039   cat conftest.$ac_ext >&5
4040   rm -rf conftest*
4041   eval "ac_cv_lib_$ac_lib_var=no"
4042 fi
4043 rm -f conftest*
4044 LIBS="$ac_save_LIBS"
4045
4046 fi
4047 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4048   echo "$ac_t""yes" 1>&6
4049     ac_tr_lib=HAVE_LIB`echo posix4 | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4050     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
4051   cat >> confdefs.h <<EOF
4052 #define $ac_tr_lib 1
4053 EOF
4054
4055   LIBS="-lposix4 $LIBS"
4056
4057 else
4058   echo "$ac_t""no" 1>&6
4059 fi
4060
4061
4062   if test "X$ac_cv_lib_posix4_sem_init" = "X"; then
4063     if test "$WITH_THREAD_POOL" = "yes"; then
4064       echo "configure: warning: You do not have posix semaphores.  Disabling thread pools" 1>&2
4065     fi
4066     WITH_THREAD_POOL=no
4067   fi
4068 fi
4069
4070
4071 gethostbyaddrrstyle=""
4072 echo $ac_n "checking gethostbyaddr_r() syntax""... $ac_c" 1>&6
4073 echo "configure:4074: checking gethostbyaddr_r() syntax" >&5
4074 cat > conftest.$ac_ext <<EOF
4075 #line 4076 "configure"
4076 #include "confdefs.h"
4077 #include <netdb.h>
4078 int main() {
4079  gethostbyaddr_r(NULL, 0, 0, NULL, NULL, 0, NULL)  
4080 ; return 0; }
4081 EOF
4082 if { (eval echo configure:4083: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4083   rm -rf conftest*
4084   
4085         cat >> confdefs.h <<\EOF
4086 #define GETHOSTBYADDRRSTYLE SYSVSTYLE
4087 EOF
4088
4089         gethostbyaddrrstyle=SYSV
4090
4091 else
4092   echo "configure: failed program was:" >&5
4093   cat conftest.$ac_ext >&5
4094 fi
4095 rm -f conftest*
4096 cat > conftest.$ac_ext <<EOF
4097 #line 4098 "configure"
4098 #include "confdefs.h"
4099 #include <netdb.h>
4100 int main() {
4101  gethostbyaddr_r(NULL, 0, 0, NULL, NULL, 0, NULL, NULL) 
4102 ; return 0; }
4103 EOF
4104 if { (eval echo configure:4105: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4105   rm -rf conftest*
4106   
4107         cat >> confdefs.h <<\EOF
4108 #define GETHOSTBYADDRRSTYLE GNUSTYLE
4109 EOF
4110
4111         gethostbyaddrrstyle=GNU
4112
4113 else
4114   echo "configure: failed program was:" >&5
4115   cat conftest.$ac_ext >&5
4116 fi
4117 rm -f conftest*
4118
4119 cat > conftest.$ac_ext <<EOF
4120 #line 4121 "configure"
4121 #include "confdefs.h"
4122 #include <netdb.h>
4123 int main() {
4124  gethostbyaddr(NULL, 0, 0)  
4125 ; return 0; }
4126 EOF
4127 if { (eval echo configure:4128: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4128   rm -rf conftest*
4129   
4130         cat >> confdefs.h <<\EOF
4131 #define GETHOSTBYADDRRSTYLE BSDSTYLE
4132 EOF
4133
4134         gethostbyaddrrstyle=BSD
4135
4136 else
4137   echo "configure: failed program was:" >&5
4138   cat conftest.$ac_ext >&5
4139 fi
4140 rm -f conftest*
4141
4142 if test "x$gethostbyaddrrstyle" = "x"; then
4143         echo "$ac_t""none!  It must not exist, here." 1>&6
4144 else
4145         echo "$ac_t""${gethostbyaddrrstyle}-style" 1>&6
4146 fi
4147
4148
4149
4150         
4151         
4152
4153 echo $ac_n "checking for isql.h""... $ac_c" 1>&6
4154 echo "configure:4155: checking for isql.h" >&5
4155
4156 cat > conftest.$ac_ext <<EOF
4157 #line 4158 "configure"
4158 #include "confdefs.h"
4159 #include <isql.h>
4160 int main() {
4161  int a = 1;
4162 ; return 0; }
4163 EOF
4164 if { (eval echo configure:4165: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4165   rm -rf conftest*
4166   ODBC_INCLUDE=" "
4167 else
4168   echo "configure: failed program was:" >&5
4169   cat conftest.$ac_ext >&5
4170   rm -rf conftest*
4171   ODBC_INCLUDE=
4172 fi
4173 rm -f conftest*
4174
4175 if test "x$ODBC_INCLUDE" = "x"; then
4176   old_CFLAGS="$CFLAGS"
4177
4178   
4179
4180 if test "x$LOCATE" != "x"; then
4181         DIRS=
4182   file=isql.h
4183
4184   for x in `${LOCATE} $file 2>/dev/null`; do
4185                                         base=`echo $x | sed "s%/${file}%%"`
4186     if test "x$x" = "x$base"; then
4187       continue;
4188     fi
4189
4190     dir=`${DIRNAME} $x 2>/dev/null`
4191                 exclude=`echo ${dir} | ${GREP} /home`
4192     if test "x$exclude" != "x"; then
4193       continue
4194     fi
4195
4196                     already=`echo \$odbc_include_dir ${DIRS} | ${GREP} ${dir}`
4197     if test "x$already" = "x"; then
4198       DIRS="$DIRS $dir"
4199     fi
4200   done
4201 fi
4202
4203 eval "odbc_include_dir=\"\$odbc_include_dir $DIRS\""
4204
4205
4206   for try in /usr/include /usr/local/include/odbc /usr/local/odbc/include $odbc_include_dir; do
4207     CFLAGS="$old_CFLAGS -I$try"
4208     cat > conftest.$ac_ext <<EOF
4209 #line 4210 "configure"
4210 #include "confdefs.h"
4211 #include <isql.h>
4212 int main() {
4213  int a = 1;
4214 ; return 0; }
4215 EOF
4216 if { (eval echo configure:4217: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4217   rm -rf conftest*
4218   ODBC_INCLUDE="-I$try"
4219 else
4220   echo "configure: failed program was:" >&5
4221   cat conftest.$ac_ext >&5
4222   rm -rf conftest*
4223   ODBC_INCLUDE=
4224 fi
4225 rm -f conftest*
4226     if test "x$ODBC_INCLUDE" != "x"; then
4227       break;
4228     fi
4229   done
4230   CFLAGS="$old_CFLAGS"
4231 fi
4232
4233 if test "x$ODBC_INCLUDE" = "x"; then
4234   echo "$ac_t""no" 1>&6
4235 else
4236   echo "$ac_t""yes" 1>&6
4237   
4238   echo $ac_n "checking for SQLConnect in -lodbc""... $ac_c" 1>&6
4239 echo "configure:4240: checking for SQLConnect in -lodbc" >&5
4240
4241   old_LIBS="$LIBS"
4242
4243   
4244
4245 if test "x$LOCATE" != "x"; then
4246         DIRS=
4247   file=libodbc${libltdl_cv_shlibext}
4248
4249   for x in `${LOCATE} $file 2>/dev/null`; do
4250                                         base=`echo $x | sed "s%/${file}%%"`
4251     if test "x$x" = "x$base"; then
4252       continue;
4253     fi
4254
4255     dir=`${DIRNAME} $x 2>/dev/null`
4256                 exclude=`echo ${dir} | ${GREP} /home`
4257     if test "x$exclude" != "x"; then
4258       continue
4259     fi
4260
4261                     already=`echo \$odbc_lib_dir ${DIRS} | ${GREP} ${dir}`
4262     if test "x$already" = "x"; then
4263       DIRS="$DIRS $dir"
4264     fi
4265   done
4266 fi
4267
4268 eval "odbc_lib_dir=\"\$odbc_lib_dir $DIRS\""
4269
4270   
4271
4272 if test "x$LOCATE" != "x"; then
4273         DIRS=
4274   file=libodbc.a
4275
4276   for x in `${LOCATE} $file 2>/dev/null`; do
4277                                         base=`echo $x | sed "s%/${file}%%"`
4278     if test "x$x" = "x$base"; then
4279       continue;
4280     fi
4281
4282     dir=`${DIRNAME} $x 2>/dev/null`
4283                 exclude=`echo ${dir} | ${GREP} /home`
4284     if test "x$exclude" != "x"; then
4285       continue
4286     fi
4287
4288                     already=`echo \$odbc_lib_dir ${DIRS} | ${GREP} ${dir}`
4289     if test "x$already" = "x"; then
4290       DIRS="$DIRS $dir"
4291     fi
4292   done
4293 fi
4294
4295 eval "odbc_lib_dir=\"\$odbc_lib_dir $DIRS\""
4296
4297
4298   for try in /usr/lib /usr/lib/odbc /usr/local/lib/odbc /usr/local/odbc/lib $odbc_lib_dir; do
4299     LIBS="$old_LIBS -L$try -lodbc"
4300     cat > conftest.$ac_ext <<EOF
4301 #line 4302 "configure"
4302 #include "confdefs.h"
4303 extern char SQLConnect();
4304 int main() {
4305  SQLConnect()
4306 ; return 0; }
4307 EOF
4308 if { (eval echo configure:4309: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4309   rm -rf conftest*
4310   ODBC_LIBS="-L$try -lodbc"
4311 else
4312   echo "configure: failed program was:" >&5
4313   cat conftest.$ac_ext >&5
4314   rm -rf conftest*
4315   ODBC_LIBS=
4316 fi
4317 rm -f conftest*
4318     if test "x$ODBC_LIBS" != "x"; then
4319       break;
4320     fi
4321   done
4322   LIBS="$old_LIBS"
4323
4324           if test "x$ODBC_LIBS" = "x"; then
4325     echo "$ac_t""no" 1>&6
4326     ODBC_INCLUDE=
4327   else
4328     echo "$ac_t""yes" 1>&6
4329     cat >> confdefs.h <<\EOF
4330 #define HAVE_ISQL_H 1
4331 EOF
4332
4333   fi
4334 fi
4335
4336
4337
4338 LIBTOOL="`pwd`/libtool"
4339
4340
4341
4342 top_builddir=`pwd`
4343
4344
4345
4346 if test "$WITH_THREAD_POOL" = "yes"; then
4347         if test "$WITH_THREADS" != "yes"; then
4348     { echo "configure: error: You must have threads enabled for thread pools to work." 1>&2; exit 1; }
4349   fi
4350
4351         if test "X$PTHREADLIB" = "X"; then
4352     { echo "configure: error: You must have threading libraries for thread pools to work." 1>&2; exit 1; }
4353   fi
4354
4355 fi
4356
4357
4358 mysubdirs=
4359 if test "x$EXPERIMENTAL" = "xyes"; then
4360   for foo in `find src/modules -name configure -print`; do
4361     bar=`echo $foo | sed 's%/configure$%%g'`
4362     mysubdirs="$mysubdirs $bar"
4363   done
4364 else
4365             for foo in `find \`cat src/modules/stable | sed 's%rlm%src/modules/rlm%g'\` -name configure -print`; do
4366     bar=`echo $foo | sed 's%/configure$%%g'`
4367     mysubdirs="$mysubdirs $bar"
4368   done
4369 fi
4370
4371 MODULES=
4372 if test "x$EXPERIMENTAL" = "xyes"; then
4373   for foo in `ls src/modules | grep rlm_`; do
4374     MODULES="$MODULES $foo"
4375   done
4376 else
4377             for foo in `cat src/modules/stable`; do
4378     MODULES="$MODULES $foo"
4379    done
4380 fi
4381
4382 subdirs="libltdl $mysubdirs"
4383
4384
4385
4386
4387
4388
4389
4390 USE_SHARED_LIBS=$enable_shared
4391
4392 USE_STATIC_LIBS=$enable_static
4393
4394
4395
4396
4397
4398 export CFLAGS LIBS
4399
4400 trap '' 1 2 15
4401 cat > confcache <<\EOF
4402 # This file is a shell script that caches the results of configure
4403 # tests run on this system so they can be shared between configure
4404 # scripts and configure runs.  It is not useful on other systems.
4405 # If it contains results you don't want to keep, you may remove or edit it.
4406 #
4407 # By default, configure uses ./config.cache as the cache file,
4408 # creating it if it does not exist already.  You can give configure
4409 # the --cache-file=FILE option to use a different cache file; that is
4410 # what configure does when it calls configure scripts in
4411 # subdirectories, so they share the cache.
4412 # Giving --cache-file=/dev/null disables caching, for debugging configure.
4413 # config.status only pays attention to the cache file if you give it the
4414 # --recheck option to rerun configure.
4415 #
4416 EOF
4417 # The following way of writing the cache mishandles newlines in values,
4418 # but we know of no workaround that is simple, portable, and efficient.
4419 # So, don't put newlines in cache variables' values.
4420 # Ultrix sh set writes to stderr and can't be redirected directly,
4421 # and sets the high bit in the cache file unless we assign to the vars.
4422 (set) 2>&1 |
4423   case `(ac_space=' '; set | grep ac_space) 2>&1` in
4424   *ac_space=\ *)
4425     # `set' does not quote correctly, so add quotes (double-quote substitution
4426     # turns \\\\ into \\, and sed turns \\ into \).
4427     sed -n \
4428       -e "s/'/'\\\\''/g" \
4429       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
4430     ;;
4431   *)
4432     # `set' quotes correctly as required by POSIX, so do not add quotes.
4433     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
4434     ;;
4435   esac >> confcache
4436 if cmp -s $cache_file confcache; then
4437   :
4438 else
4439   if test -w $cache_file; then
4440     echo "updating cache $cache_file"
4441     cat confcache > $cache_file
4442   else
4443     echo "not updating unwritable cache $cache_file"
4444   fi
4445 fi
4446 rm -f confcache
4447
4448 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
4449
4450 test "x$prefix" = xNONE && prefix=$ac_default_prefix
4451 # Let make expand exec_prefix.
4452 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4453
4454 # Any assignment to VPATH causes Sun make to only execute
4455 # the first set of double-colon rules, so remove it if not needed.
4456 # If there is a colon in the path, we need to keep it.
4457 if test "x$srcdir" = x.; then
4458   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
4459 fi
4460
4461 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
4462
4463 DEFS=-DHAVE_CONFIG_H
4464
4465 # Without the "./", some shells look in PATH for config.status.
4466 : ${CONFIG_STATUS=./config.status}
4467
4468 echo creating $CONFIG_STATUS
4469 rm -f $CONFIG_STATUS
4470 cat > $CONFIG_STATUS <<EOF
4471 #! /bin/sh
4472 # Generated automatically by configure.
4473 # Run this file to recreate the current configuration.
4474 # This directory was configured as follows,
4475 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
4476 #
4477 # $0 $ac_configure_args
4478 #
4479 # Compiler output produced by configure, useful for debugging
4480 # configure, is in ./config.log if it exists.
4481
4482 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
4483 for ac_option
4484 do
4485   case "\$ac_option" in
4486   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
4487     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
4488     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
4489   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
4490     echo "$CONFIG_STATUS generated by autoconf version 2.13"
4491     exit 0 ;;
4492   -help | --help | --hel | --he | --h)
4493     echo "\$ac_cs_usage"; exit 0 ;;
4494   *) echo "\$ac_cs_usage"; exit 1 ;;
4495   esac
4496 done
4497
4498 ac_given_srcdir=$srcdir
4499
4500 trap 'rm -fr `echo "\
4501         ./Make.inc \
4502         ./src/include/build-radpaths-h \
4503         ./src/main/checkrad.pl \
4504         ./src/main/radlast \
4505         ./src/main/radtest \
4506         ./scripts/rc.radiusd \
4507         ./scripts/radwatch \
4508         ./scripts/check-radiusd-config \
4509         ./scripts/radiusd.cron.daily \
4510         ./scripts/radiusd.cron.monthly \
4511         ./scripts/cryptpasswd \
4512         ./raddb/radiusd.conf
4513  src/include/autoconf.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
4514 EOF
4515 cat >> $CONFIG_STATUS <<EOF
4516
4517 # Protect against being on the right side of a sed subst in config.status.
4518 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
4519  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
4520 $ac_vpsub
4521 $extrasub
4522 s%@SHELL@%$SHELL%g
4523 s%@CFLAGS@%$CFLAGS%g
4524 s%@CPPFLAGS@%$CPPFLAGS%g
4525 s%@CXXFLAGS@%$CXXFLAGS%g
4526 s%@FFLAGS@%$FFLAGS%g
4527 s%@DEFS@%$DEFS%g
4528 s%@LDFLAGS@%$LDFLAGS%g
4529 s%@LIBS@%$LIBS%g
4530 s%@exec_prefix@%$exec_prefix%g
4531 s%@prefix@%$prefix%g
4532 s%@program_transform_name@%$program_transform_name%g
4533 s%@bindir@%$bindir%g
4534 s%@sbindir@%$sbindir%g
4535 s%@libexecdir@%$libexecdir%g
4536 s%@datadir@%$datadir%g
4537 s%@sysconfdir@%$sysconfdir%g
4538 s%@sharedstatedir@%$sharedstatedir%g
4539 s%@localstatedir@%$localstatedir%g
4540 s%@libdir@%$libdir%g
4541 s%@includedir@%$includedir%g
4542 s%@oldincludedir@%$oldincludedir%g
4543 s%@infodir@%$infodir%g
4544 s%@mandir@%$mandir%g
4545 s%@CC@%$CC%g
4546 s%@CPP@%$CPP%g
4547 s%@RANLIB@%$RANLIB%g
4548 s%@GMAKE@%$GMAKE%g
4549 s%@MAKE@%$MAKE%g
4550 s%@host@%$host%g
4551 s%@host_alias@%$host_alias%g
4552 s%@host_cpu@%$host_cpu%g
4553 s%@host_vendor@%$host_vendor%g
4554 s%@host_os@%$host_os%g
4555 s%@build@%$build%g
4556 s%@build_alias@%$build_alias%g
4557 s%@build_cpu@%$build_cpu%g
4558 s%@build_vendor@%$build_vendor%g
4559 s%@build_os@%$build_os%g
4560 s%@LN_S@%$LN_S%g
4561 s%@LIBTOOL@%$LIBTOOL%g
4562 s%@logdir@%$logdir%g
4563 s%@radacctdir@%$radacctdir%g
4564 s%@raddbdir@%$raddbdir%g
4565 s%@subdirs@%$subdirs%g
4566 s%@PERL@%$PERL%g
4567 s%@SNMPGET@%$SNMPGET%g
4568 s%@SNMPWALK@%$SNMPWALK%g
4569 s%@RUSERS@%$RUSERS%g
4570 s%@ACLOCAL@%$ACLOCAL%g
4571 s%@AUTOCONF@%$AUTOCONF%g
4572 s%@AUTOHEADER@%$AUTOHEADER%g
4573 s%@LOCATE@%$LOCATE%g
4574 s%@DIRNAME@%$DIRNAME%g
4575 s%@GREP@%$GREP%g
4576 s%@REGEX@%$REGEX%g
4577 s%@REGEX_EXTENDED@%$REGEX_EXTENDED%g
4578 s%@LIBPREFIX@%$LIBPREFIX%g
4579 s%@CRYPTLIB@%$CRYPTLIB%g
4580 s%@SNMP_LIBS@%$SNMP_LIBS%g
4581 s%@SNMP_INCLUDE@%$SNMP_INCLUDE%g
4582 s%@ODBC_LIBS@%$ODBC_LIBS%g
4583 s%@ODBC_INCLUDE@%$ODBC_INCLUDE%g
4584 s%@LIBLTDL@%$LIBLTDL%g
4585 s%@INCLTDL@%$INCLTDL%g
4586 s%@top_builddir@%$top_builddir%g
4587 s%@MODULES@%$MODULES%g
4588 s%@INSTALLSTRIP@%$INSTALLSTRIP%g
4589 s%@USE_SHARED_LIBS@%$USE_SHARED_LIBS%g
4590 s%@USE_STATIC_LIBS@%$USE_STATIC_LIBS%g
4591 s%@STATIC_MODULES@%$STATIC_MODULES%g
4592 s%@RADIUSD_MAJOR_VERSION@%$RADIUSD_MAJOR_VERSION%g
4593 s%@RADIUSD_MINOR_VERSION@%$RADIUSD_MINOR_VERSION%g
4594 s%@RADIUSD_VERSION@%$RADIUSD_VERSION%g
4595
4596 CEOF
4597 EOF
4598
4599 cat >> $CONFIG_STATUS <<\EOF
4600
4601 # Split the substitutions into bite-sized pieces for seds with
4602 # small command number limits, like on Digital OSF/1 and HP-UX.
4603 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
4604 ac_file=1 # Number of current file.
4605 ac_beg=1 # First line for current file.
4606 ac_end=$ac_max_sed_cmds # Line after last line for current file.
4607 ac_more_lines=:
4608 ac_sed_cmds=""
4609 while $ac_more_lines; do
4610   if test $ac_beg -gt 1; then
4611     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
4612   else
4613     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
4614   fi
4615   if test ! -s conftest.s$ac_file; then
4616     ac_more_lines=false
4617     rm -f conftest.s$ac_file
4618   else
4619     if test -z "$ac_sed_cmds"; then
4620       ac_sed_cmds="sed -f conftest.s$ac_file"
4621     else
4622       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
4623     fi
4624     ac_file=`expr $ac_file + 1`
4625     ac_beg=$ac_end
4626     ac_end=`expr $ac_end + $ac_max_sed_cmds`
4627   fi
4628 done
4629 if test -z "$ac_sed_cmds"; then
4630   ac_sed_cmds=cat
4631 fi
4632 EOF
4633
4634 cat >> $CONFIG_STATUS <<EOF
4635
4636 CONFIG_FILES=\${CONFIG_FILES-"\
4637         ./Make.inc \
4638         ./src/include/build-radpaths-h \
4639         ./src/main/checkrad.pl \
4640         ./src/main/radlast \
4641         ./src/main/radtest \
4642         ./scripts/rc.radiusd \
4643         ./scripts/radwatch \
4644         ./scripts/check-radiusd-config \
4645         ./scripts/radiusd.cron.daily \
4646         ./scripts/radiusd.cron.monthly \
4647         ./scripts/cryptpasswd \
4648         ./raddb/radiusd.conf
4649 "}
4650 EOF
4651 cat >> $CONFIG_STATUS <<\EOF
4652 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
4653   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
4654   case "$ac_file" in
4655   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
4656        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
4657   *) ac_file_in="${ac_file}.in" ;;
4658   esac
4659
4660   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
4661
4662   # Remove last slash and all that follows it.  Not all systems have dirname.
4663   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
4664   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
4665     # The file is in a subdirectory.
4666     test ! -d "$ac_dir" && mkdir "$ac_dir"
4667     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
4668     # A "../" for each directory in $ac_dir_suffix.
4669     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
4670   else
4671     ac_dir_suffix= ac_dots=
4672   fi
4673
4674   case "$ac_given_srcdir" in
4675   .)  srcdir=.
4676       if test -z "$ac_dots"; then top_srcdir=.
4677       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
4678   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
4679   *) # Relative path.
4680     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
4681     top_srcdir="$ac_dots$ac_given_srcdir" ;;
4682   esac
4683
4684
4685   echo creating "$ac_file"
4686   rm -f "$ac_file"
4687   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
4688   case "$ac_file" in
4689   *Makefile*) ac_comsub="1i\\
4690 # $configure_input" ;;
4691   *) ac_comsub= ;;
4692   esac
4693
4694   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
4695   sed -e "$ac_comsub
4696 s%@configure_input@%$configure_input%g
4697 s%@srcdir@%$srcdir%g
4698 s%@top_srcdir@%$top_srcdir%g
4699 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
4700 fi; done
4701 rm -f conftest.s*
4702
4703 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
4704 # NAME is the cpp macro being defined and VALUE is the value it is being given.
4705 #
4706 # ac_d sets the value in "#define NAME VALUE" lines.
4707 ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
4708 ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
4709 ac_dC='\3'
4710 ac_dD='%g'
4711 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
4712 ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
4713 ac_uB='\([      ]\)%\1#\2define\3'
4714 ac_uC=' '
4715 ac_uD='\4%g'
4716 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
4717 ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
4718 ac_eB='$%\1#\2define\3'
4719 ac_eC=' '
4720 ac_eD='%g'
4721
4722 if test "${CONFIG_HEADERS+set}" != set; then
4723 EOF
4724 cat >> $CONFIG_STATUS <<EOF
4725   CONFIG_HEADERS="src/include/autoconf.h"
4726 EOF
4727 cat >> $CONFIG_STATUS <<\EOF
4728 fi
4729 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
4730   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
4731   case "$ac_file" in
4732   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
4733        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
4734   *) ac_file_in="${ac_file}.in" ;;
4735   esac
4736
4737   echo creating $ac_file
4738
4739   rm -f conftest.frag conftest.in conftest.out
4740   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
4741   cat $ac_file_inputs > conftest.in
4742
4743 EOF
4744
4745 # Transform confdefs.h into a sed script conftest.vals that substitutes
4746 # the proper values into config.h.in to produce config.h.  And first:
4747 # Protect against being on the right side of a sed subst in config.status.
4748 # Protect against being in an unquoted here document in config.status.
4749 rm -f conftest.vals
4750 cat > conftest.hdr <<\EOF
4751 s/[\\&%]/\\&/g
4752 s%[\\$`]%\\&%g
4753 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
4754 s%ac_d%ac_u%gp
4755 s%ac_u%ac_e%gp
4756 EOF
4757 sed -n -f conftest.hdr confdefs.h > conftest.vals
4758 rm -f conftest.hdr
4759
4760 # This sed command replaces #undef with comments.  This is necessary, for
4761 # example, in the case of _POSIX_SOURCE, which is predefined and required
4762 # on some systems where configure will not decide to define it.
4763 cat >> conftest.vals <<\EOF
4764 s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
4765 EOF
4766
4767 # Break up conftest.vals because some shells have a limit on
4768 # the size of here documents, and old seds have small limits too.
4769
4770 rm -f conftest.tail
4771 while :
4772 do
4773   ac_lines=`grep -c . conftest.vals`
4774   # grep -c gives empty output for an empty file on some AIX systems.
4775   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
4776   # Write a limited-size here document to conftest.frag.
4777   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
4778   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
4779   echo 'CEOF
4780   sed -f conftest.frag conftest.in > conftest.out
4781   rm -f conftest.in
4782   mv conftest.out conftest.in
4783 ' >> $CONFIG_STATUS
4784   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
4785   rm -f conftest.vals
4786   mv conftest.tail conftest.vals
4787 done
4788 rm -f conftest.vals
4789
4790 cat >> $CONFIG_STATUS <<\EOF
4791   rm -f conftest.frag conftest.h
4792   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
4793   cat conftest.in >> conftest.h
4794   rm -f conftest.in
4795   if cmp -s $ac_file conftest.h 2>/dev/null; then
4796     echo "$ac_file is unchanged"
4797     rm -f conftest.h
4798   else
4799     # Remove last slash and all that follows it.  Not all systems have dirname.
4800       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
4801       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
4802       # The file is in a subdirectory.
4803       test ! -d "$ac_dir" && mkdir "$ac_dir"
4804     fi
4805     rm -f $ac_file
4806     mv conftest.h $ac_file
4807   fi
4808 fi; done
4809
4810 EOF
4811 cat >> $CONFIG_STATUS <<EOF
4812
4813 EOF
4814 cat >> $CONFIG_STATUS <<\EOF
4815
4816 exit 0
4817 EOF
4818 chmod +x $CONFIG_STATUS
4819 rm -fr confdefs* $ac_clean_files
4820 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
4821
4822 if test "$no_recursion" != yes; then
4823
4824   # Remove --cache-file and --srcdir arguments so they do not pile up.
4825   ac_sub_configure_args=
4826   ac_prev=
4827   for ac_arg in $ac_configure_args; do
4828     if test -n "$ac_prev"; then
4829       ac_prev=
4830       continue
4831     fi
4832     case "$ac_arg" in
4833     -cache-file | --cache-file | --cache-fil | --cache-fi \
4834     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
4835       ac_prev=cache_file ;;
4836     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
4837     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
4838       ;;
4839     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
4840       ac_prev=srcdir ;;
4841     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
4842       ;;
4843     *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
4844     esac
4845   done
4846
4847   for ac_config_dir in libltdl $mysubdirs; do
4848
4849     # Do not complain, so a configure script can configure whichever
4850     # parts of a large source tree are present.
4851     if test ! -d $srcdir/$ac_config_dir; then
4852       continue
4853     fi
4854
4855     echo configuring in $ac_config_dir
4856
4857     case "$srcdir" in
4858     .) ;;
4859     *)
4860       if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
4861       else
4862         { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
4863       fi
4864       ;;
4865     esac
4866
4867     ac_popdir=`pwd`
4868     cd $ac_config_dir
4869
4870       # A "../" for each directory in /$ac_config_dir.
4871       ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
4872
4873     case "$srcdir" in
4874     .) # No --srcdir option.  We are building in place.
4875       ac_sub_srcdir=$srcdir ;;
4876     /*) # Absolute path.
4877       ac_sub_srcdir=$srcdir/$ac_config_dir ;;
4878     *) # Relative path.
4879       ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
4880     esac
4881
4882     # Check for guested configure; otherwise get Cygnus style configure.
4883     if test -f $ac_sub_srcdir/configure; then
4884       ac_sub_configure=$ac_sub_srcdir/configure
4885     elif test -f $ac_sub_srcdir/configure.in; then
4886       ac_sub_configure=$ac_configure
4887     else
4888       echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
4889       ac_sub_configure=
4890     fi
4891
4892     # The recursion is here.
4893     if test -n "$ac_sub_configure"; then
4894
4895       # Make the cache file name correct relative to the subdirectory.
4896       case "$cache_file" in
4897       /*) ac_sub_cache_file=$cache_file ;;
4898       *) # Relative path.
4899         ac_sub_cache_file="$ac_dots$cache_file" ;;
4900       esac
4901
4902       echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
4903       # The eval makes quoting arguments work.
4904       if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
4905       then :
4906       else
4907         { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
4908       fi
4909     fi
4910
4911     cd $ac_popdir
4912   done
4913 fi
4914
4915
4916
4917
4918
4919
4920
4921 echo timestamp > src/include/stamp-h
4922 (cd ./src/include && /bin/sh ./build-radpaths-h)
4923 (cd ./src/main   && chmod +x checkrad.pl radlast radtest)
4924 (cd ./scripts    && chmod +x rc.radiusd radwatch check-radiusd-config radiusd.cron.daily radiusd.cron.monthly cryptpasswd)
4925
4926 cat >> src/include/autoconf.h <<EOF
4927
4928 #define HOSTINFO        "$host"
4929 #define RADIUSD_VERSION "$RADIUSD_VERSION"
4930 EOF
4931
4932
4933
4934
4935
4936 host=$host