chiark / gitweb /
debugging for thing that crashed
[innduct.git] / debian / patches / configure-hostname
1 Index: inn-innduct/configure
2 ===================================================================
3 --- inn-innduct.orig/configure  2010-04-30 21:20:47.000000000 +0100
4 +++ inn-innduct/configure       2010-04-30 21:30:48.000000000 +0100
5 @@ -1,6 +1,6 @@
6  #! /bin/sh
7  
8 -# From configure.in Revision: 7466 
9 +# From configure.in Revision: 7811 
10  # libtool.m4 - Configure libtool for the host system. -*-Shell-script-*-
11  ## Copyright 1996, 1997, 1998, 1999, 2000, 2001
12  ## Free Software Foundation, Inc.
13 @@ -8054,19 +8054,20 @@
14  fi
15  
16  
17 -if test x"${KRB5_INC}" != x; then
18 -inn_save_LIBS=$LIBS
19 +
20 +if test x"$KRB5_INC" != x ; then
21 +    inn_save_LIBS=$LIBS
22  LIBS=${KRB5_LIB}
23  
24  echo $ac_n "checking for library containing krb5_parse_name""... $ac_c" 1>&6
25 -echo "configure:8063: checking for library containing krb5_parse_name" >&5
26 +echo "configure:8064: checking for library containing krb5_parse_name" >&5
27  if eval "test \"`echo '$''{'ac_cv_search_krb5_parse_name'+set}'`\" = set"; then
28    echo $ac_n "(cached) $ac_c" 1>&6
29  else
30    ac_func_search_save_LIBS="$LIBS"
31  ac_cv_search_krb5_parse_name="no"
32  cat > conftest.$ac_ext <<EOF
33 -#line 8070 "configure"
34 +#line 8071 "configure"
35  #include "confdefs.h"
36  /* Override any gcc2 internal prototype to avoid an error.  */
37  /* We use char because int might match the return type of a gcc2
38 @@ -8077,7 +8078,7 @@
39  krb5_parse_name()
40  ; return 0; }
41  EOF
42 -if { (eval echo configure:8081: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
43 +if { (eval echo configure:8082: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
44    rm -rf conftest*
45    ac_cv_search_krb5_parse_name="none required"
46  else
47 @@ -8088,7 +8089,7 @@
48  test "$ac_cv_search_krb5_parse_name" = "no" && for i in krb5; do
49  LIBS="-l$i $LIBS -lk5crypto -lcom_err $ac_func_search_save_LIBS"
50  cat > conftest.$ac_ext <<EOF
51 -#line 8092 "configure"
52 +#line 8093 "configure"
53  #include "confdefs.h"
54  /* Override any gcc2 internal prototype to avoid an error.  */
55  /* We use char because int might match the return type of a gcc2
56 @@ -8099,7 +8100,7 @@
57  krb5_parse_name()
58  ; return 0; }
59  EOF
60 -if { (eval echo configure:8103: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
61 +if { (eval echo configure:8104: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
62    rm -rf conftest*
63    ac_cv_search_krb5_parse_name="-l$i"
64  break
65 @@ -8117,24 +8118,24 @@
66    test "$ac_cv_search_krb5_parse_name" = "none required" || LIBS="$ac_cv_search_krb5_parse_name $LIBS"
67    KRB5_LIB=$LIBS
68                  KRB5_AUTH="auth_krb5"
69 -     KRB5_LIB="$KRB5_LDFLAGS $KRB5_LIB -lk5crypto -lcom_err"
70 -     
71 -     
72 -     for ac_hdr in et/com_err.h
73 +         KRB5_LIB="$KRB5_LDFLAGS $KRB5_LIB -lk5crypto -lcom_err"
74 +         
75 +         
76 +         for ac_hdr in et/com_err.h
77  do
78  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
79  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
80 -echo "configure:8128: checking for $ac_hdr" >&5
81 +echo "configure:8129: checking for $ac_hdr" >&5
82  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
83    echo $ac_n "(cached) $ac_c" 1>&6
84  else
85    cat > conftest.$ac_ext <<EOF
86 -#line 8133 "configure"
87 +#line 8134 "configure"
88  #include "confdefs.h"
89  #include <$ac_hdr>
90  EOF
91  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
92 -{ (eval echo configure:8138: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
93 +{ (eval echo configure:8139: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
94  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
95  if test -z "$ac_err"; then
96    rm -rf conftest*
97 @@ -8165,18 +8166,20 @@
98  fi
99  LIBS=$inn_save_LIBS
100  
101 +fi
102  
103 -inn_save_LIBS=$LIBS
104 -LIBS=$KRB5_LIB
105 -for ac_func in krb5_init_ets
106 +if test x"$KRB5_INC" != x ; then
107 +    inn_save_LIBS=$LIBS
108 +    LIBS=$KRB5_LIB
109 +    for ac_func in krb5_init_ets
110  do
111  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
112 -echo "configure:8175: checking for $ac_func" >&5
113 +echo "configure:8178: checking for $ac_func" >&5
114  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
115    echo $ac_n "(cached) $ac_c" 1>&6
116  else
117    cat > conftest.$ac_ext <<EOF
118 -#line 8180 "configure"
119 +#line 8183 "configure"
120  #include "confdefs.h"
121  /* System header to define __stub macros and hopefully few prototypes,
122      which can conflict with char $ac_func(); below.  */
123 @@ -8199,7 +8202,7 @@
124  
125  ; return 0; }
126  EOF
127 -if { (eval echo configure:8203: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
128 +if { (eval echo configure:8206: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
129    rm -rf conftest*
130    eval "ac_cv_func_$ac_func=yes"
131  else
132 @@ -8222,13 +8225,13 @@
133    echo "$ac_t""no" 1>&6
134  fi
135  done
136 -fi # test x"${KRB5_INC}" != x;
137  
138 -LIBS=$inn_save_LIBS
139 +    LIBS=$inn_save_LIBS
140 +fi
141  
142  if test x"$DO_PERL" = xDO ; then
143      echo $ac_n "checking for Perl linkage""... $ac_c" 1>&6
144 -echo "configure:8231: checking for Perl linkage" >&5
145 +echo "configure:8235: checking for Perl linkage" >&5
146      inn_perl_core_path=`$_PATH_PERL -MConfig -e 'print $Config{archlibexp}'`
147      inn_perl_core_flags=`$_PATH_PERL -MExtUtils::Embed -e ccopts`
148      inn_perl_core_libs=`$_PATH_PERL -MExtUtils::Embed -e ldopts 2>&1 | tail -1`
149 @@ -8269,7 +8272,7 @@
150  
151  if test x"$DO_PYTHON" = xdefine ; then
152      echo $ac_n "checking for Python linkage""... $ac_c" 1>&6
153 -echo "configure:8272: checking for Python linkage" >&5
154 +echo "configure:8276: checking for Python linkage" >&5
155      py_prefix=`$_PATH_PYTHON -c 'import sys; print sys.prefix'`
156      py_ver=`$_PATH_PYTHON -c 'import sys; print sys.version[:3]'`
157      py_libdir="${py_prefix}/lib/python${py_ver}"
158 @@ -8293,7 +8296,7 @@
159  
160  if test x"$inn_enable_largefiles" = xyes ; then
161      echo $ac_n "checking for largefile linkage""... $ac_c" 1>&6
162 -echo "configure:8296: checking for largefile linkage" >&5
163 +echo "configure:8300: checking for largefile linkage" >&5
164      case "$host" in
165      *-aix4.01*)
166          echo "$ac_t""no" 1>&6
167 @@ -8330,7 +8333,7 @@
168          # Extract the first word of "getconf", so it can be a program name with args.
169  set dummy getconf; ac_word=$2
170  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
171 -echo "configure:8333: checking for $ac_word" >&5
172 +echo "configure:8337: checking for $ac_word" >&5
173  if eval "test \"`echo '$''{'ac_cv_path_GETCONF'+set}'`\" = set"; then
174    echo $ac_n "(cached) $ac_c" 1>&6
175  else
176 @@ -8382,12 +8385,12 @@
177  fi
178  
179  echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
180 -echo "configure:8385: checking for ANSI C header files" >&5
181 +echo "configure:8389: checking for ANSI C header files" >&5
182  if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
183    echo $ac_n "(cached) $ac_c" 1>&6
184  else
185    cat > conftest.$ac_ext <<EOF
186 -#line 8390 "configure"
187 +#line 8394 "configure"
188  #include "confdefs.h"
189  #include <stdlib.h>
190  #include <stdarg.h>
191 @@ -8395,7 +8398,7 @@
192  #include <float.h>
193  EOF
194  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
195 -{ (eval echo configure:8398: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
196 +{ (eval echo configure:8402: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
197  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
198  if test -z "$ac_err"; then
199    rm -rf conftest*
200 @@ -8412,7 +8415,7 @@
201  if test $ac_cv_header_stdc = yes; then
202    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
203  cat > conftest.$ac_ext <<EOF
204 -#line 8415 "configure"
205 +#line 8419 "configure"
206  #include "confdefs.h"
207  #include <string.h>
208  EOF
209 @@ -8430,7 +8433,7 @@
210  if test $ac_cv_header_stdc = yes; then
211    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
212  cat > conftest.$ac_ext <<EOF
213 -#line 8433 "configure"
214 +#line 8437 "configure"
215  #include "confdefs.h"
216  #include <stdlib.h>
217  EOF
218 @@ -8451,7 +8454,7 @@
219    :
220  else
221    cat > conftest.$ac_ext <<EOF
222 -#line 8454 "configure"
223 +#line 8458 "configure"
224  #include "confdefs.h"
225  #include <ctype.h>
226  #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
227 @@ -8462,7 +8465,7 @@
228  exit (0); }
229  
230  EOF
231 -if { (eval echo configure:8465: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
232 +if { (eval echo configure:8469: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
233  then
234    :
235  else
236 @@ -8491,17 +8494,17 @@
237  do
238  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
239  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
240 -echo "configure:8494: checking for $ac_hdr" >&5
241 +echo "configure:8498: checking for $ac_hdr" >&5
242  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
243    echo $ac_n "(cached) $ac_c" 1>&6
244  else
245    cat > conftest.$ac_ext <<EOF
246 -#line 8499 "configure"
247 +#line 8503 "configure"
248  #include "confdefs.h"
249  #include <$ac_hdr>
250  EOF
251  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
252 -{ (eval echo configure:8504: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
253 +{ (eval echo configure:8508: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
254  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
255  if test -z "$ac_err"; then
256    rm -rf conftest*
257 @@ -8530,12 +8533,12 @@
258      for ac_func in memcpy strchr
259  do
260  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
261 -echo "configure:8533: checking for $ac_func" >&5
262 +echo "configure:8537: checking for $ac_func" >&5
263  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
264    echo $ac_n "(cached) $ac_c" 1>&6
265  else
266    cat > conftest.$ac_ext <<EOF
267 -#line 8538 "configure"
268 +#line 8542 "configure"
269  #include "confdefs.h"
270  /* System header to define __stub macros and hopefully few prototypes,
271      which can conflict with char $ac_func(); below.  */
272 @@ -8558,7 +8561,7 @@
273  
274  ; return 0; }
275  EOF
276 -if { (eval echo configure:8561: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
277 +if { (eval echo configure:8565: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
278    rm -rf conftest*
279    eval "ac_cv_func_$ac_func=yes"
280  else
281 @@ -8589,12 +8592,12 @@
282  do
283  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
284  echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
285 -echo "configure:8592: checking for $ac_hdr that defines DIR" >&5
286 +echo "configure:8596: checking for $ac_hdr that defines DIR" >&5
287  if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
288    echo $ac_n "(cached) $ac_c" 1>&6
289  else
290    cat > conftest.$ac_ext <<EOF
291 -#line 8597 "configure"
292 +#line 8601 "configure"
293  #include "confdefs.h"
294  #include <sys/types.h>
295  #include <$ac_hdr>
296 @@ -8602,7 +8605,7 @@
297  DIR *dirp = 0;
298  ; return 0; }
299  EOF
300 -if { (eval echo configure:8605: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
301 +if { (eval echo configure:8609: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
302    rm -rf conftest*
303    eval "ac_cv_header_dirent_$ac_safe=yes"
304  else
305 @@ -8627,7 +8630,7 @@
306  # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
307  if test $ac_header_dirent = dirent.h; then
308  echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
309 -echo "configure:8630: checking for opendir in -ldir" >&5
310 +echo "configure:8634: checking for opendir in -ldir" >&5
311  ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
312  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
313    echo $ac_n "(cached) $ac_c" 1>&6
314 @@ -8635,7 +8638,7 @@
315    ac_save_LIBS="$LIBS"
316  LIBS="-ldir  $LIBS"
317  cat > conftest.$ac_ext <<EOF
318 -#line 8638 "configure"
319 +#line 8642 "configure"
320  #include "confdefs.h"
321  /* Override any gcc2 internal prototype to avoid an error.  */
322  /* We use char because int might match the return type of a gcc2
323 @@ -8646,7 +8649,7 @@
324  opendir()
325  ; return 0; }
326  EOF
327 -if { (eval echo configure:8649: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
328 +if { (eval echo configure:8653: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
329    rm -rf conftest*
330    eval "ac_cv_lib_$ac_lib_var=yes"
331  else
332 @@ -8668,7 +8671,7 @@
333  
334  else
335  echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
336 -echo "configure:8671: checking for opendir in -lx" >&5
337 +echo "configure:8675: checking for opendir in -lx" >&5
338  ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
339  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
340    echo $ac_n "(cached) $ac_c" 1>&6
341 @@ -8676,7 +8679,7 @@
342    ac_save_LIBS="$LIBS"
343  LIBS="-lx  $LIBS"
344  cat > conftest.$ac_ext <<EOF
345 -#line 8679 "configure"
346 +#line 8683 "configure"
347  #include "confdefs.h"
348  /* Override any gcc2 internal prototype to avoid an error.  */
349  /* We use char because int might match the return type of a gcc2
350 @@ -8687,7 +8690,7 @@
351  opendir()
352  ; return 0; }
353  EOF
354 -if { (eval echo configure:8690: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
355 +if { (eval echo configure:8694: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
356    rm -rf conftest*
357    eval "ac_cv_lib_$ac_lib_var=yes"
358  else
359 @@ -8710,12 +8713,12 @@
360  fi
361  
362  echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
363 -echo "configure:8713: checking whether time.h and sys/time.h may both be included" >&5
364 +echo "configure:8717: checking whether time.h and sys/time.h may both be included" >&5
365  if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
366    echo $ac_n "(cached) $ac_c" 1>&6
367  else
368    cat > conftest.$ac_ext <<EOF
369 -#line 8718 "configure"
370 +#line 8722 "configure"
371  #include "confdefs.h"
372  #include <sys/types.h>
373  #include <sys/time.h>
374 @@ -8724,7 +8727,7 @@
375  struct tm *tp;
376  ; return 0; }
377  EOF
378 -if { (eval echo configure:8727: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
379 +if { (eval echo configure:8731: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
380    rm -rf conftest*
381    ac_cv_header_time=yes
382  else
383 @@ -8745,12 +8748,12 @@
384  fi
385  
386  echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
387 -echo "configure:8748: checking for sys/wait.h that is POSIX.1 compatible" >&5
388 +echo "configure:8752: checking for sys/wait.h that is POSIX.1 compatible" >&5
389  if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
390    echo $ac_n "(cached) $ac_c" 1>&6
391  else
392    cat > conftest.$ac_ext <<EOF
393 -#line 8753 "configure"
394 +#line 8757 "configure"
395  #include "confdefs.h"
396  #include <sys/types.h>
397  #include <sys/wait.h>
398 @@ -8766,7 +8769,7 @@
399  s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
400  ; return 0; }
401  EOF
402 -if { (eval echo configure:8769: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
403 +if { (eval echo configure:8773: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
404    rm -rf conftest*
405    ac_cv_header_sys_wait_h=yes
406  else
407 @@ -8794,17 +8797,17 @@
408  do
409  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
410  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
411 -echo "configure:8797: checking for $ac_hdr" >&5
412 +echo "configure:8801: checking for $ac_hdr" >&5
413  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
414    echo $ac_n "(cached) $ac_c" 1>&6
415  else
416    cat > conftest.$ac_ext <<EOF
417 -#line 8802 "configure"
418 +#line 8806 "configure"
419  #include "confdefs.h"
420  #include <$ac_hdr>
421  EOF
422  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
423 -{ (eval echo configure:8807: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
424 +{ (eval echo configure:8811: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
425  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
426  if test -z "$ac_err"; then
427    rm -rf conftest*
428 @@ -8836,17 +8839,17 @@
429  do
430  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
431  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
432 -echo "configure:8839: checking for $ac_hdr" >&5
433 +echo "configure:8843: checking for $ac_hdr" >&5
434  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
435    echo $ac_n "(cached) $ac_c" 1>&6
436  else
437    cat > conftest.$ac_ext <<EOF
438 -#line 8844 "configure"
439 +#line 8848 "configure"
440  #include "confdefs.h"
441  #include <$ac_hdr>
442  EOF
443  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
444 -{ (eval echo configure:8849: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
445 +{ (eval echo configure:8853: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
446  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
447  if test -z "$ac_err"; then
448    rm -rf conftest*
449 @@ -8876,19 +8879,19 @@
450  
451  
452  echo $ac_n "checking whether h_errno must be declared""... $ac_c" 1>&6
453 -echo "configure:8879: checking whether h_errno must be declared" >&5
454 +echo "configure:8883: checking whether h_errno must be declared" >&5
455  if eval "test \"`echo '$''{'inn_cv_herrno_need_decl'+set}'`\" = set"; then
456    echo $ac_n "(cached) $ac_c" 1>&6
457  else
458    cat > conftest.$ac_ext <<EOF
459 -#line 8884 "configure"
460 +#line 8888 "configure"
461  #include "confdefs.h"
462  #include <netdb.h>
463  int main() {
464  h_errno = 0;
465  ; return 0; }
466  EOF
467 -if { (eval echo configure:8891: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
468 +if { (eval echo configure:8895: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
469    rm -rf conftest*
470    inn_cv_herrno_need_decl=no
471  else
472 @@ -8912,12 +8915,12 @@
473  
474  
475  echo $ac_n "checking whether inet_aton must be declared""... $ac_c" 1>&6
476 -echo "configure:8915: checking whether inet_aton must be declared" >&5
477 +echo "configure:8919: checking whether inet_aton must be declared" >&5
478  if eval "test \"`echo '$''{'inn_cv_decl_needed_inet_aton'+set}'`\" = set"; then
479    echo $ac_n "(cached) $ac_c" 1>&6
480  else
481    cat > conftest.$ac_ext <<EOF
482 -#line 8920 "configure"
483 +#line 8924 "configure"
484  #include "confdefs.h"
485  #include <stdio.h>
486  #include <sys/types.h>
487 @@ -8952,7 +8955,7 @@
488  char *(*pfn) = (char *(*)) inet_aton
489  ; return 0; }
490  EOF
491 -if { (eval echo configure:8955: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
492 +if { (eval echo configure:8959: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
493    rm -rf conftest*
494    inn_cv_decl_needed_inet_aton=no
495  else
496 @@ -8974,12 +8977,12 @@
497      echo "$ac_t""no" 1>&6
498  fi
499  echo $ac_n "checking whether inet_ntoa must be declared""... $ac_c" 1>&6
500 -echo "configure:8977: checking whether inet_ntoa must be declared" >&5
501 +echo "configure:8981: checking whether inet_ntoa must be declared" >&5
502  if eval "test \"`echo '$''{'inn_cv_decl_needed_inet_ntoa'+set}'`\" = set"; then
503    echo $ac_n "(cached) $ac_c" 1>&6
504  else
505    cat > conftest.$ac_ext <<EOF
506 -#line 8982 "configure"
507 +#line 8986 "configure"
508  #include "confdefs.h"
509  #include <stdio.h>
510  #include <sys/types.h>
511 @@ -9014,7 +9017,7 @@
512  char *(*pfn) = (char *(*)) inet_ntoa
513  ; return 0; }
514  EOF
515 -if { (eval echo configure:9017: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
516 +if { (eval echo configure:9021: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
517    rm -rf conftest*
518    inn_cv_decl_needed_inet_ntoa=no
519  else
520 @@ -9036,12 +9039,12 @@
521      echo "$ac_t""no" 1>&6
522  fi
523  echo $ac_n "checking whether snprintf must be declared""... $ac_c" 1>&6
524 -echo "configure:9039: checking whether snprintf must be declared" >&5
525 +echo "configure:9043: checking whether snprintf must be declared" >&5
526  if eval "test \"`echo '$''{'inn_cv_decl_needed_snprintf'+set}'`\" = set"; then
527    echo $ac_n "(cached) $ac_c" 1>&6
528  else
529    cat > conftest.$ac_ext <<EOF
530 -#line 9044 "configure"
531 +#line 9048 "configure"
532  #include "confdefs.h"
533  #include <stdio.h>
534  #include <sys/types.h>
535 @@ -9075,7 +9078,7 @@
536  char *(*pfn) = (char *(*)) snprintf
537  ; return 0; }
538  EOF
539 -if { (eval echo configure:9078: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
540 +if { (eval echo configure:9082: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
541    rm -rf conftest*
542    inn_cv_decl_needed_snprintf=no
543  else
544 @@ -9097,12 +9100,12 @@
545      echo "$ac_t""no" 1>&6
546  fi
547  echo $ac_n "checking whether vsnprintf must be declared""... $ac_c" 1>&6
548 -echo "configure:9100: checking whether vsnprintf must be declared" >&5
549 +echo "configure:9104: checking whether vsnprintf must be declared" >&5
550  if eval "test \"`echo '$''{'inn_cv_decl_needed_vsnprintf'+set}'`\" = set"; then
551    echo $ac_n "(cached) $ac_c" 1>&6
552  else
553    cat > conftest.$ac_ext <<EOF
554 -#line 9105 "configure"
555 +#line 9109 "configure"
556  #include "confdefs.h"
557  #include <stdio.h>
558  #include <sys/types.h>
559 @@ -9136,7 +9139,7 @@
560  char *(*pfn) = (char *(*)) vsnprintf
561  ; return 0; }
562  EOF
563 -if { (eval echo configure:9139: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
564 +if { (eval echo configure:9143: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
565    rm -rf conftest*
566    inn_cv_decl_needed_vsnprintf=no
567  else
568 @@ -9159,14 +9162,14 @@
569  fi
570  
571  echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
572 -echo "configure:9162: checking whether byte ordering is bigendian" >&5
573 +echo "configure:9166: checking whether byte ordering is bigendian" >&5
574  if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
575    echo $ac_n "(cached) $ac_c" 1>&6
576  else
577    ac_cv_c_bigendian=unknown
578  # See if sys/param.h defines the BYTE_ORDER macro.
579  cat > conftest.$ac_ext <<EOF
580 -#line 9169 "configure"
581 +#line 9173 "configure"
582  #include "confdefs.h"
583  #include <sys/types.h>
584  #include <sys/param.h>
585 @@ -9177,11 +9180,11 @@
586  #endif
587  ; return 0; }
588  EOF
589 -if { (eval echo configure:9180: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
590 +if { (eval echo configure:9184: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
591    rm -rf conftest*
592    # It does; now see whether it defined to BIG_ENDIAN or not.
593  cat > conftest.$ac_ext <<EOF
594 -#line 9184 "configure"
595 +#line 9188 "configure"
596  #include "confdefs.h"
597  #include <sys/types.h>
598  #include <sys/param.h>
599 @@ -9192,7 +9195,7 @@
600  #endif
601  ; return 0; }
602  EOF
603 -if { (eval echo configure:9195: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
604 +if { (eval echo configure:9199: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
605    rm -rf conftest*
606    ac_cv_c_bigendian=yes
607  else
608 @@ -9212,7 +9215,7 @@
609      { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
610  else
611    cat > conftest.$ac_ext <<EOF
612 -#line 9215 "configure"
613 +#line 9219 "configure"
614  #include "confdefs.h"
615  main () {
616    /* Are we little or big endian?  From Harbison&Steele.  */
617 @@ -9225,7 +9228,7 @@
618    exit (u.c[sizeof (long) - 1] == 1);
619  }
620  EOF
621 -if { (eval echo configure:9228: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
622 +if { (eval echo configure:9232: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
623  then
624    ac_cv_c_bigendian=no
625  else
626 @@ -9249,12 +9252,12 @@
627  fi
628  
629  echo $ac_n "checking for working const""... $ac_c" 1>&6
630 -echo "configure:9252: checking for working const" >&5
631 +echo "configure:9256: checking for working const" >&5
632  if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
633    echo $ac_n "(cached) $ac_c" 1>&6
634  else
635    cat > conftest.$ac_ext <<EOF
636 -#line 9257 "configure"
637 +#line 9261 "configure"
638  #include "confdefs.h"
639  
640  int main() {
641 @@ -9303,7 +9306,7 @@
642  
643  ; return 0; }
644  EOF
645 -if { (eval echo configure:9306: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
646 +if { (eval echo configure:9310: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
647    rm -rf conftest*
648    ac_cv_c_const=yes
649  else
650 @@ -9324,12 +9327,12 @@
651  fi
652  
653  echo $ac_n "checking for st_blksize in struct stat""... $ac_c" 1>&6
654 -echo "configure:9327: checking for st_blksize in struct stat" >&5
655 +echo "configure:9331: checking for st_blksize in struct stat" >&5
656  if eval "test \"`echo '$''{'ac_cv_struct_st_blksize'+set}'`\" = set"; then
657    echo $ac_n "(cached) $ac_c" 1>&6
658  else
659    cat > conftest.$ac_ext <<EOF
660 -#line 9332 "configure"
661 +#line 9336 "configure"
662  #include "confdefs.h"
663  #include <sys/types.h>
664  #include <sys/stat.h>
665 @@ -9337,7 +9340,7 @@
666  struct stat s; s.st_blksize;
667  ; return 0; }
668  EOF
669 -if { (eval echo configure:9340: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
670 +if { (eval echo configure:9344: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
671    rm -rf conftest*
672    ac_cv_struct_st_blksize=yes
673  else
674 @@ -9358,12 +9361,12 @@
675  fi
676  
677  echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
678 -echo "configure:9361: checking whether struct tm is in sys/time.h or time.h" >&5
679 +echo "configure:9365: checking whether struct tm is in sys/time.h or time.h" >&5
680  if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
681    echo $ac_n "(cached) $ac_c" 1>&6
682  else
683    cat > conftest.$ac_ext <<EOF
684 -#line 9366 "configure"
685 +#line 9370 "configure"
686  #include "confdefs.h"
687  #include <sys/types.h>
688  #include <time.h>
689 @@ -9371,7 +9374,7 @@
690  struct tm *tp; tp->tm_sec;
691  ; return 0; }
692  EOF
693 -if { (eval echo configure:9374: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
694 +if { (eval echo configure:9378: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
695    rm -rf conftest*
696    ac_cv_struct_tm=time.h
697  else
698 @@ -9392,12 +9395,12 @@
699  fi
700  
701  echo $ac_n "checking for size_t""... $ac_c" 1>&6
702 -echo "configure:9395: checking for size_t" >&5
703 +echo "configure:9399: checking for size_t" >&5
704  if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
705    echo $ac_n "(cached) $ac_c" 1>&6
706  else
707    cat > conftest.$ac_ext <<EOF
708 -#line 9400 "configure"
709 +#line 9404 "configure"
710  #include "confdefs.h"
711  #include <sys/types.h>
712  #if STDC_HEADERS
713 @@ -9425,12 +9428,12 @@
714  fi
715  
716  echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
717 -echo "configure:9428: checking for uid_t in sys/types.h" >&5
718 +echo "configure:9432: checking for uid_t in sys/types.h" >&5
719  if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
720    echo $ac_n "(cached) $ac_c" 1>&6
721  else
722    cat > conftest.$ac_ext <<EOF
723 -#line 9433 "configure"
724 +#line 9437 "configure"
725  #include "confdefs.h"
726  #include <sys/types.h>
727  EOF
728 @@ -9459,12 +9462,12 @@
729  fi
730  
731  echo $ac_n "checking for off_t""... $ac_c" 1>&6
732 -echo "configure:9462: checking for off_t" >&5
733 +echo "configure:9466: checking for off_t" >&5
734  if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
735    echo $ac_n "(cached) $ac_c" 1>&6
736  else
737    cat > conftest.$ac_ext <<EOF
738 -#line 9467 "configure"
739 +#line 9471 "configure"
740  #include "confdefs.h"
741  #include <sys/types.h>
742  #if STDC_HEADERS
743 @@ -9492,12 +9495,12 @@
744  fi
745  
746  echo $ac_n "checking for pid_t""... $ac_c" 1>&6
747 -echo "configure:9495: checking for pid_t" >&5
748 +echo "configure:9499: checking for pid_t" >&5
749  if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
750    echo $ac_n "(cached) $ac_c" 1>&6
751  else
752    cat > conftest.$ac_ext <<EOF
753 -#line 9500 "configure"
754 +#line 9504 "configure"
755  #include "confdefs.h"
756  #include <sys/types.h>
757  #if STDC_HEADERS
758 @@ -9525,12 +9528,12 @@
759  fi
760  
761  echo $ac_n "checking for ptrdiff_t""... $ac_c" 1>&6
762 -echo "configure:9528: checking for ptrdiff_t" >&5
763 +echo "configure:9532: checking for ptrdiff_t" >&5
764  if eval "test \"`echo '$''{'ac_cv_type_ptrdiff_t'+set}'`\" = set"; then
765    echo $ac_n "(cached) $ac_c" 1>&6
766  else
767    cat > conftest.$ac_ext <<EOF
768 -#line 9533 "configure"
769 +#line 9537 "configure"
770  #include "confdefs.h"
771  #include <sys/types.h>
772  #if STDC_HEADERS
773 @@ -9558,12 +9561,12 @@
774  fi
775  
776  echo $ac_n "checking for ssize_t""... $ac_c" 1>&6
777 -echo "configure:9561: checking for ssize_t" >&5
778 +echo "configure:9565: checking for ssize_t" >&5
779  if eval "test \"`echo '$''{'ac_cv_type_ssize_t'+set}'`\" = set"; then
780    echo $ac_n "(cached) $ac_c" 1>&6
781  else
782    cat > conftest.$ac_ext <<EOF
783 -#line 9566 "configure"
784 +#line 9570 "configure"
785  #include "confdefs.h"
786  #include <sys/types.h>
787  #if STDC_HEADERS
788 @@ -9593,12 +9596,12 @@
789  
790  
791  echo $ac_n "checking for C99 variadic macros""... $ac_c" 1>&6
792 -echo "configure:9596: checking for C99 variadic macros" >&5
793 +echo "configure:9600: checking for C99 variadic macros" >&5
794  if eval "test \"`echo '$''{'inn_cv_c_c99_vamacros'+set}'`\" = set"; then
795    echo $ac_n "(cached) $ac_c" 1>&6
796  else
797    cat > conftest.$ac_ext <<EOF
798 -#line 9601 "configure"
799 +#line 9605 "configure"
800  #include "confdefs.h"
801  #include <stdio.h>
802  #define error(...) fprintf(stderr, __VA_ARGS__)
803 @@ -9606,7 +9609,7 @@
804  error("foo"); error("foo %d", 0); return 0;
805  ; return 0; }
806  EOF
807 -if { (eval echo configure:9609: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
808 +if { (eval echo configure:9613: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
809    rm -rf conftest*
810    inn_cv_c_c99_vamacros=yes
811  else
812 @@ -9628,12 +9631,12 @@
813  
814  
815  echo $ac_n "checking for GNU-style variadic macros""... $ac_c" 1>&6
816 -echo "configure:9631: checking for GNU-style variadic macros" >&5
817 +echo "configure:9635: checking for GNU-style variadic macros" >&5
818  if eval "test \"`echo '$''{'inn_cv_c_gnu_vamacros'+set}'`\" = set"; then
819    echo $ac_n "(cached) $ac_c" 1>&6
820  else
821    cat > conftest.$ac_ext <<EOF
822 -#line 9636 "configure"
823 +#line 9640 "configure"
824  #include "confdefs.h"
825  #include <stdio.h>
826  #define error(args...) fprintf(stderr, args)
827 @@ -9641,7 +9644,7 @@
828  error("foo"); error("foo %d", 0); return 0;
829  ; return 0; }
830  EOF
831 -if { (eval echo configure:9644: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
832 +if { (eval echo configure:9648: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
833    rm -rf conftest*
834    inn_cv_c_gnu_vamacros=yes
835  else
836 @@ -9663,19 +9666,19 @@
837  
838  
839  echo $ac_n "checking for long long int""... $ac_c" 1>&6
840 -echo "configure:9666: checking for long long int" >&5
841 +echo "configure:9670: checking for long long int" >&5
842  if eval "test \"`echo '$''{'inn_cv_c_long_long'+set}'`\" = set"; then
843    echo $ac_n "(cached) $ac_c" 1>&6
844  else
845    cat > conftest.$ac_ext <<EOF
846 -#line 9671 "configure"
847 +#line 9675 "configure"
848  #include "confdefs.h"
849  
850  int main() {
851  long long int i;
852  ; return 0; }
853  EOF
854 -if { (eval echo configure:9678: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
855 +if { (eval echo configure:9682: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
856    rm -rf conftest*
857    inn_cv_c_long_long=yes
858  else
859 @@ -9699,12 +9702,12 @@
860  
861  
862  echo $ac_n "checking for sig_atomic_t""... $ac_c" 1>&6
863 -echo "configure:9702: checking for sig_atomic_t" >&5
864 +echo "configure:9706: checking for sig_atomic_t" >&5
865  if eval "test \"`echo '$''{'ac_cv_type_sig_atomic_t'+set}'`\" = set"; then
866    echo $ac_n "(cached) $ac_c" 1>&6
867  else
868    cat > conftest.$ac_ext <<EOF
869 -#line 9707 "configure"
870 +#line 9711 "configure"
871  #include "confdefs.h"
872  #include <sys/types.h>
873  #ifdef STDC_HEADERS
874 @@ -9735,12 +9738,12 @@
875  fi
876  
877  echo $ac_n "checking for socklen_t""... $ac_c" 1>&6
878 -echo "configure:9738: checking for socklen_t" >&5
879 +echo "configure:9742: checking for socklen_t" >&5
880  if eval "test \"`echo '$''{'ac_cv_type_socklen_t'+set}'`\" = set"; then
881    echo $ac_n "(cached) $ac_c" 1>&6
882  else
883    cat > conftest.$ac_ext <<EOF
884 -#line 9743 "configure"
885 +#line 9747 "configure"
886  #include "confdefs.h"
887  #include <sys/types.h>
888  #ifdef STDC_HEADERS
889 @@ -9774,7 +9777,7 @@
890  
891  
892  echo $ac_n "checking value of IOV_MAX""... $ac_c" 1>&6
893 -echo "configure:9777: checking value of IOV_MAX" >&5
894 +echo "configure:9781: checking value of IOV_MAX" >&5
895  if eval "test \"`echo '$''{'inn_cv_macro_iov_max'+set}'`\" = set"; then
896    echo $ac_n "(cached) $ac_c" 1>&6
897  else
898 @@ -9782,7 +9785,7 @@
899    16
900  else
901    cat > conftest.$ac_ext <<EOF
902 -#line 9785 "configure"
903 +#line 9789 "configure"
904  #include "confdefs.h"
905  #include <sys/types.h>
906  #include <stdio.h>
907 @@ -9830,7 +9833,7 @@
908    return 0;
909  }
910  EOF
911 -if { (eval echo configure:9833: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
912 +if { (eval echo configure:9837: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
913  then
914    inn_cv_macro_iov_max=`cat conftestval`
915  else
916 @@ -9858,12 +9861,12 @@
917  
918  
919  echo $ac_n "checking for SUN_LEN""... $ac_c" 1>&6
920 -echo "configure:9861: checking for SUN_LEN" >&5
921 +echo "configure:9865: checking for SUN_LEN" >&5
922  if eval "test \"`echo '$''{'inn_cv_macro_sun_len'+set}'`\" = set"; then
923    echo $ac_n "(cached) $ac_c" 1>&6
924  else
925    cat > conftest.$ac_ext <<EOF
926 -#line 9866 "configure"
927 +#line 9870 "configure"
928  #include "confdefs.h"
929  #include <sys/types.h>
930  #include <sys/un.h>
931 @@ -9874,7 +9877,7 @@
932  i = SUN_LEN(&sun);
933  ; return 0; }
934  EOF
935 -if { (eval echo configure:9877: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
936 +if { (eval echo configure:9881: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
937    rm -rf conftest*
938    inn_cv_macro_sun_len=yes
939  else
940 @@ -9896,19 +9899,19 @@
941  
942  
943  echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
944 -echo "configure:9899: checking for tm_gmtoff in struct tm" >&5
945 +echo "configure:9903: checking for tm_gmtoff in struct tm" >&5
946  if eval "test \"`echo '$''{'inn_cv_struct_tm_gmtoff'+set}'`\" = set"; then
947    echo $ac_n "(cached) $ac_c" 1>&6
948  else
949    cat > conftest.$ac_ext <<EOF
950 -#line 9904 "configure"
951 +#line 9908 "configure"
952  #include "confdefs.h"
953  #include <time.h>
954  int main() {
955  struct tm t; t.tm_gmtoff = 3600
956  ; return 0; }
957  EOF
958 -if { (eval echo configure:9911: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
959 +if { (eval echo configure:9915: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
960    rm -rf conftest*
961    inn_cv_struct_tm_gmtoff=yes
962  else
963 @@ -9930,19 +9933,19 @@
964  
965  
966  echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&6
967 -echo "configure:9933: checking for tm_zone in struct tm" >&5
968 +echo "configure:9937: checking for tm_zone in struct tm" >&5
969  if eval "test \"`echo '$''{'inn_cv_struct_tm_zone'+set}'`\" = set"; then
970    echo $ac_n "(cached) $ac_c" 1>&6
971  else
972    cat > conftest.$ac_ext <<EOF
973 -#line 9938 "configure"
974 +#line 9942 "configure"
975  #include "confdefs.h"
976  #include <time.h>
977  int main() {
978  struct tm t; t.tm_zone = "UTC"
979  ; return 0; }
980  EOF
981 -if { (eval echo configure:9945: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
982 +if { (eval echo configure:9949: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
983    rm -rf conftest*
984    inn_cv_struct_tm_zone=yes
985  else
986 @@ -9964,19 +9967,19 @@
987  
988  
989  echo $ac_n "checking for timezone variable""... $ac_c" 1>&6
990 -echo "configure:9967: checking for timezone variable" >&5
991 +echo "configure:9971: checking for timezone variable" >&5
992  if eval "test \"`echo '$''{'inn_cv_var_timezone'+set}'`\" = set"; then
993    echo $ac_n "(cached) $ac_c" 1>&6
994  else
995    cat > conftest.$ac_ext <<EOF
996 -#line 9972 "configure"
997 +#line 9976 "configure"
998  #include "confdefs.h"
999  #include <time.h>
1000  int main() {
1001  timezone = 3600; altzone = 7200
1002  ; return 0; }
1003  EOF
1004 -if { (eval echo configure:9979: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1005 +if { (eval echo configure:9983: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1006    rm -rf conftest*
1007    inn_cv_var_timezone=yes
1008  else
1009 @@ -9998,19 +10001,19 @@
1010  
1011  
1012  echo $ac_n "checking for tzname variable""... $ac_c" 1>&6
1013 -echo "configure:10001: checking for tzname variable" >&5
1014 +echo "configure:10005: checking for tzname variable" >&5
1015  if eval "test \"`echo '$''{'inn_cv_var_tzname'+set}'`\" = set"; then
1016    echo $ac_n "(cached) $ac_c" 1>&6
1017  else
1018    cat > conftest.$ac_ext <<EOF
1019 -#line 10006 "configure"
1020 +#line 10010 "configure"
1021  #include "confdefs.h"
1022  #include <time.h>
1023  int main() {
1024  *tzname = "UTC"
1025  ; return 0; }
1026  EOF
1027 -if { (eval echo configure:10013: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1028 +if { (eval echo configure:10017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1029    rm -rf conftest*
1030    inn_cv_var_tzname=yes
1031  else
1032 @@ -10033,7 +10036,7 @@
1033  
1034  
1035  echo $ac_n "checking size of int""... $ac_c" 1>&6
1036 -echo "configure:10036: checking size of int" >&5
1037 +echo "configure:10040: checking size of int" >&5
1038  if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
1039    echo $ac_n "(cached) $ac_c" 1>&6
1040  else
1041 @@ -10041,7 +10044,7 @@
1042    ac_cv_sizeof_int=4
1043  else
1044    cat > conftest.$ac_ext <<EOF
1045 -#line 10044 "configure"
1046 +#line 10048 "configure"
1047  #include "confdefs.h"
1048  #include <stdio.h>
1049  main()
1050 @@ -10052,7 +10055,7 @@
1051      exit(0);
1052  }
1053  EOF
1054 -if { (eval echo configure:10055: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1055 +if { (eval echo configure:10059: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1056  then
1057    ac_cv_sizeof_int=`cat conftestval`
1058  else
1059 @@ -10071,7 +10074,7 @@
1060      INN_INT32=int
1061  else
1062      echo $ac_n "checking size of long""... $ac_c" 1>&6
1063 -echo "configure:10074: checking size of long" >&5
1064 +echo "configure:10078: checking size of long" >&5
1065  if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
1066    echo $ac_n "(cached) $ac_c" 1>&6
1067  else
1068 @@ -10079,7 +10082,7 @@
1069    ac_cv_sizeof_long=4
1070  else
1071    cat > conftest.$ac_ext <<EOF
1072 -#line 10082 "configure"
1073 +#line 10086 "configure"
1074  #include "confdefs.h"
1075  #include <stdio.h>
1076  main()
1077 @@ -10090,7 +10093,7 @@
1078      exit(0);
1079  }
1080  EOF
1081 -if { (eval echo configure:10093: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1082 +if { (eval echo configure:10097: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1083  then
1084    ac_cv_sizeof_long=`cat conftestval`
1085  else
1086 @@ -10109,7 +10112,7 @@
1087      INN_INT32=long
1088  else
1089      echo $ac_n "checking size of short""... $ac_c" 1>&6
1090 -echo "configure:10112: checking size of short" >&5
1091 +echo "configure:10116: checking size of short" >&5
1092  if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
1093    echo $ac_n "(cached) $ac_c" 1>&6
1094  else
1095 @@ -10117,7 +10120,7 @@
1096    ac_cv_sizeof_short=2
1097  else
1098    cat > conftest.$ac_ext <<EOF
1099 -#line 10120 "configure"
1100 +#line 10124 "configure"
1101  #include "confdefs.h"
1102  #include <stdio.h>
1103  main()
1104 @@ -10128,7 +10131,7 @@
1105      exit(0);
1106  }
1107  EOF
1108 -if { (eval echo configure:10131: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1109 +if { (eval echo configure:10135: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1110  then
1111    ac_cv_sizeof_short=`cat conftestval`
1112  else
1113 @@ -10155,12 +10158,12 @@
1114  
1115  
1116  echo $ac_n "checking for int32_t""... $ac_c" 1>&6
1117 -echo "configure:10158: checking for int32_t" >&5
1118 +echo "configure:10162: checking for int32_t" >&5
1119  if eval "test \"`echo '$''{'ac_cv_type_int32_t'+set}'`\" = set"; then
1120    echo $ac_n "(cached) $ac_c" 1>&6
1121  else
1122    cat > conftest.$ac_ext <<EOF
1123 -#line 10163 "configure"
1124 +#line 10167 "configure"
1125  #include "confdefs.h"
1126  #include <sys/types.h>
1127  #ifdef STDC_HEADERS
1128 @@ -10198,12 +10201,12 @@
1129  
1130  
1131  echo $ac_n "checking for uint32_t""... $ac_c" 1>&6
1132 -echo "configure:10201: checking for uint32_t" >&5
1133 +echo "configure:10205: checking for uint32_t" >&5
1134  if eval "test \"`echo '$''{'ac_cv_type_uint32_t'+set}'`\" = set"; then
1135    echo $ac_n "(cached) $ac_c" 1>&6
1136  else
1137    cat > conftest.$ac_ext <<EOF
1138 -#line 10206 "configure"
1139 +#line 10210 "configure"
1140  #include "confdefs.h"
1141  #include <sys/types.h>
1142  #ifdef STDC_HEADERS
1143 @@ -10240,7 +10243,7 @@
1144  fi
1145  
1146  echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6
1147 -echo "configure:10243: checking for 8-bit clean memcmp" >&5
1148 +echo "configure:10247: checking for 8-bit clean memcmp" >&5
1149  if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then
1150    echo $ac_n "(cached) $ac_c" 1>&6
1151  else
1152 @@ -10248,7 +10251,7 @@
1153    ac_cv_func_memcmp_clean=no
1154  else
1155    cat > conftest.$ac_ext <<EOF
1156 -#line 10251 "configure"
1157 +#line 10255 "configure"
1158  #include "confdefs.h"
1159  
1160  main()
1161 @@ -10258,7 +10261,7 @@
1162  }
1163  
1164  EOF
1165 -if { (eval echo configure:10261: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1166 +if { (eval echo configure:10265: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1167  then
1168    ac_cv_func_memcmp_clean=yes
1169  else
1170 @@ -10276,12 +10279,12 @@
1171  test $ac_cv_func_memcmp_clean = no && LIBOBJS="$LIBOBJS memcmp.${ac_objext}"
1172  
1173  echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
1174 -echo "configure:10279: checking return type of signal handlers" >&5
1175 +echo "configure:10283: checking return type of signal handlers" >&5
1176  if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
1177    echo $ac_n "(cached) $ac_c" 1>&6
1178  else
1179    cat > conftest.$ac_ext <<EOF
1180 -#line 10284 "configure"
1181 +#line 10288 "configure"
1182  #include "confdefs.h"
1183  #include <sys/types.h>
1184  #include <signal.h>
1185 @@ -10298,7 +10301,7 @@
1186  int i;
1187  ; return 0; }
1188  EOF
1189 -if { (eval echo configure:10301: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1190 +if { (eval echo configure:10305: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1191    rm -rf conftest*
1192    ac_cv_type_signal=void
1193  else
1194 @@ -10321,7 +10324,7 @@
1195  
1196  
1197  echo $ac_n "checking for working inet_ntoa""... $ac_c" 1>&6
1198 -echo "configure:10324: checking for working inet_ntoa" >&5
1199 +echo "configure:10328: checking for working inet_ntoa" >&5
1200  if eval "test \"`echo '$''{'inn_cv_func_inet_ntoa_works'+set}'`\" = set"; then
1201    echo $ac_n "(cached) $ac_c" 1>&6
1202  else
1203 @@ -10329,7 +10332,7 @@
1204    inn_cv_func_inet_ntoa_works=no
1205  else
1206    cat > conftest.$ac_ext <<EOF
1207 -#line 10332 "configure"
1208 +#line 10336 "configure"
1209  #include "confdefs.h"
1210  #include <sys/types.h>
1211  #include <sys/socket.h>
1212 @@ -10347,7 +10350,7 @@
1213    return (!strcmp (inet_ntoa (in), "127.0.0.0") ? 0 : 1);
1214  }
1215  EOF
1216 -if { (eval echo configure:10350: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1217 +if { (eval echo configure:10354: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1218  then
1219    inn_cv_func_inet_ntoa_works=yes
1220  else
1221 @@ -10373,12 +10376,12 @@
1222  
1223  
1224  echo $ac_n "checking whether struct sockaddr has sa_len""... $ac_c" 1>&6
1225 -echo "configure:10376: checking whether struct sockaddr has sa_len" >&5
1226 +echo "configure:10380: checking whether struct sockaddr has sa_len" >&5
1227  if eval "test \"`echo '$''{'inn_cv_struct_sockaddr_sa_len'+set}'`\" = set"; then
1228    echo $ac_n "(cached) $ac_c" 1>&6
1229  else
1230    cat > conftest.$ac_ext <<EOF
1231 -#line 10381 "configure"
1232 +#line 10385 "configure"
1233  #include "confdefs.h"
1234  #include <sys/types.h>
1235                         #include <sys/socket.h>
1236 @@ -10387,7 +10390,7 @@
1237  struct sockaddr sa; int x = sa.sa_len;
1238  ; return 0; }
1239  EOF
1240 -if { (eval echo configure:10390: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1241 +if { (eval echo configure:10394: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1242    rm -rf conftest*
1243    inn_cv_struct_sockaddr_sa_len=yes
1244  else
1245 @@ -10409,12 +10412,12 @@
1246  
1247  
1248  echo $ac_n "checking for SA_LEN(s) macro""... $ac_c" 1>&6
1249 -echo "configure:10412: checking for SA_LEN(s) macro" >&5
1250 +echo "configure:10416: checking for SA_LEN(s) macro" >&5
1251  if eval "test \"`echo '$''{'inn_cv_sa_len_macro'+set}'`\" = set"; then
1252    echo $ac_n "(cached) $ac_c" 1>&6
1253  else
1254    cat > conftest.$ac_ext <<EOF
1255 -#line 10417 "configure"
1256 +#line 10421 "configure"
1257  #include "confdefs.h"
1258  #include <sys/types.h>
1259                         #include <sys/socket.h>
1260 @@ -10423,7 +10426,7 @@
1261  struct sockaddr sa; int x = SA_LEN(&sa);
1262  ; return 0; }
1263  EOF
1264 -if { (eval echo configure:10426: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1265 +if { (eval echo configure:10430: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1266    rm -rf conftest*
1267    inn_cv_sa_len_macro=yes
1268  else
1269 @@ -10447,12 +10450,12 @@
1270  
1271  
1272  echo $ac_n "checking for struct sockaddr_storage""... $ac_c" 1>&6
1273 -echo "configure:10450: checking for struct sockaddr_storage" >&5
1274 +echo "configure:10454: checking for struct sockaddr_storage" >&5
1275  if eval "test \"`echo '$''{'inn_cv_struct_sockaddr_storage'+set}'`\" = set"; then
1276    echo $ac_n "(cached) $ac_c" 1>&6
1277  else
1278    cat > conftest.$ac_ext <<EOF
1279 -#line 10455 "configure"
1280 +#line 10459 "configure"
1281  #include "confdefs.h"
1282  #include <sys/types.h>
1283                         #include <sys/socket.h>
1284 @@ -10461,7 +10464,7 @@
1285  struct sockaddr_storage ss;
1286  ; return 0; }
1287  EOF
1288 -if { (eval echo configure:10464: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1289 +if { (eval echo configure:10468: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1290    rm -rf conftest*
1291    inn_cv_struct_sockaddr_storage=yes
1292  else
1293 @@ -10480,12 +10483,12 @@
1294  EOF
1295  
1296      echo $ac_n "checking for RFC 2553 style sockaddr_storage member names""... $ac_c" 1>&6
1297 -echo "configure:10483: checking for RFC 2553 style sockaddr_storage member names" >&5
1298 +echo "configure:10487: checking for RFC 2553 style sockaddr_storage member names" >&5
1299  if eval "test \"`echo '$''{'inn_cv_2553_ss_family'+set}'`\" = set"; then
1300    echo $ac_n "(cached) $ac_c" 1>&6
1301  else
1302    cat > conftest.$ac_ext <<EOF
1303 -#line 10488 "configure"
1304 +#line 10492 "configure"
1305  #include "confdefs.h"
1306  #include <sys/types.h>
1307                         #include <sys/socket.h>
1308 @@ -10494,7 +10497,7 @@
1309  struct sockaddr_storage ss; int x=ss.ss_family;
1310  ; return 0; }
1311  EOF
1312 -if { (eval echo configure:10497: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1313 +if { (eval echo configure:10501: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1314    rm -rf conftest*
1315    inn_cv_2553_ss_family=no
1316  else
1317 @@ -10520,7 +10523,7 @@
1318  
1319  if test "$inn_enable_ipv6_tests" = yes ; then
1320      echo $ac_n "checking whether IN6_ARE_ADDR_EQUAL macro is broken""... $ac_c" 1>&6
1321 -echo "configure:10523: checking whether IN6_ARE_ADDR_EQUAL macro is broken" >&5
1322 +echo "configure:10527: checking whether IN6_ARE_ADDR_EQUAL macro is broken" >&5
1323  if eval "test \"`echo '$''{'inn_cv_in6_are_addr_equal_broken'+set}'`\" = set"; then
1324    echo $ac_n "(cached) $ac_c" 1>&6
1325  else
1326 @@ -10528,7 +10531,7 @@
1327    inn_cv_in6_are_addr_equal_broken=no
1328  else
1329    cat > conftest.$ac_ext <<EOF
1330 -#line 10531 "configure"
1331 +#line 10535 "configure"
1332  #include "confdefs.h"
1333  #include <sys/types.h>
1334  #include <sys/socket.h>
1335 @@ -10546,7 +10549,7 @@
1336    return IN6_ARE_ADDR_EQUAL(&a,&b) ? 0 : 1;
1337  }
1338  EOF
1339 -if { (eval echo configure:10549: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1340 +if { (eval echo configure:10553: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1341  then
1342    inn_cv_in6_are_addr_equal_broken=no
1343  else
1344 @@ -10573,7 +10576,7 @@
1345  
1346  
1347  echo $ac_n "checking for working snprintf""... $ac_c" 1>&6
1348 -echo "configure:10576: checking for working snprintf" >&5
1349 +echo "configure:10580: checking for working snprintf" >&5
1350  if eval "test \"`echo '$''{'inn_cv_func_snprintf_works'+set}'`\" = set"; then
1351    echo $ac_n "(cached) $ac_c" 1>&6
1352  else
1353 @@ -10581,7 +10584,7 @@
1354    inn_cv_func_snprintf_works=no
1355  else
1356    cat > conftest.$ac_ext <<EOF
1357 -#line 10584 "configure"
1358 +#line 10588 "configure"
1359  #include "confdefs.h"
1360  #include <stdio.h>
1361  #include <stdarg.h>
1362 @@ -10607,7 +10610,7 @@
1363             && snprintf(NULL, 0, "%s", "abcd") == 4) ? 0 : 1);
1364  }
1365  EOF
1366 -if { (eval echo configure:10610: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1367 +if { (eval echo configure:10614: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1368  then
1369    inn_cv_func_snprintf_works=yes
1370  else
1371 @@ -10636,12 +10639,12 @@
1372                 strncasecmp strtoul symlink sysconf
1373  do
1374  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1375 -echo "configure:10639: checking for $ac_func" >&5
1376 +echo "configure:10643: checking for $ac_func" >&5
1377  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1378    echo $ac_n "(cached) $ac_c" 1>&6
1379  else
1380    cat > conftest.$ac_ext <<EOF
1381 -#line 10644 "configure"
1382 +#line 10648 "configure"
1383  #include "confdefs.h"
1384  /* System header to define __stub macros and hopefully few prototypes,
1385      which can conflict with char $ac_func(); below.  */
1386 @@ -10664,7 +10667,7 @@
1387  
1388  ; return 0; }
1389  EOF
1390 -if { (eval echo configure:10667: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1391 +if { (eval echo configure:10671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1392    rm -rf conftest*
1393    eval "ac_cv_func_$ac_func=yes"
1394  else
1395 @@ -10693,12 +10696,12 @@
1396      for ac_func in getdtablesize ulimit
1397  do
1398  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1399 -echo "configure:10696: checking for $ac_func" >&5
1400 +echo "configure:10700: checking for $ac_func" >&5
1401  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1402    echo $ac_n "(cached) $ac_c" 1>&6
1403  else
1404    cat > conftest.$ac_ext <<EOF
1405 -#line 10701 "configure"
1406 +#line 10705 "configure"
1407  #include "confdefs.h"
1408  /* System header to define __stub macros and hopefully few prototypes,
1409      which can conflict with char $ac_func(); below.  */
1410 @@ -10721,7 +10724,7 @@
1411  
1412  ; return 0; }
1413  EOF
1414 -if { (eval echo configure:10724: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1415 +if { (eval echo configure:10728: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1416    rm -rf conftest*
1417    eval "ac_cv_func_$ac_func=yes"
1418  else
1419 @@ -10751,12 +10754,12 @@
1420      for ac_func in statfs
1421  do
1422  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1423 -echo "configure:10754: checking for $ac_func" >&5
1424 +echo "configure:10758: checking for $ac_func" >&5
1425  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1426    echo $ac_n "(cached) $ac_c" 1>&6
1427  else
1428    cat > conftest.$ac_ext <<EOF
1429 -#line 10759 "configure"
1430 +#line 10763 "configure"
1431  #include "confdefs.h"
1432  /* System header to define __stub macros and hopefully few prototypes,
1433      which can conflict with char $ac_func(); below.  */
1434 @@ -10779,7 +10782,7 @@
1435  
1436  ; return 0; }
1437  EOF
1438 -if { (eval echo configure:10782: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1439 +if { (eval echo configure:10786: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1440    rm -rf conftest*
1441    eval "ac_cv_func_$ac_func=yes"
1442  else
1443 @@ -10807,17 +10810,17 @@
1444  do
1445  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1446  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1447 -echo "configure:10810: checking for $ac_hdr" >&5
1448 +echo "configure:10814: checking for $ac_hdr" >&5
1449  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1450    echo $ac_n "(cached) $ac_c" 1>&6
1451  else
1452    cat > conftest.$ac_ext <<EOF
1453 -#line 10815 "configure"
1454 +#line 10819 "configure"
1455  #include "confdefs.h"
1456  #include <$ac_hdr>
1457  EOF
1458  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1459 -{ (eval echo configure:10820: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1460 +{ (eval echo configure:10824: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1461  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1462  if test -z "$ac_err"; then
1463    rm -rf conftest*
1464 @@ -10850,12 +10853,12 @@
1465                   strspn setenv
1466  do
1467  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1468 -echo "configure:10853: checking for $ac_func" >&5
1469 +echo "configure:10857: checking for $ac_func" >&5
1470  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1471    echo $ac_n "(cached) $ac_c" 1>&6
1472  else
1473    cat > conftest.$ac_ext <<EOF
1474 -#line 10858 "configure"
1475 +#line 10862 "configure"
1476  #include "confdefs.h"
1477  /* System header to define __stub macros and hopefully few prototypes,
1478      which can conflict with char $ac_func(); below.  */
1479 @@ -10878,7 +10881,7 @@
1480  
1481  ; return 0; }
1482  EOF
1483 -if { (eval echo configure:10881: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1484 +if { (eval echo configure:10885: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1485    rm -rf conftest*
1486    eval "ac_cv_func_$ac_func=yes"
1487  else
1488 @@ -10911,7 +10914,7 @@
1489  
1490  if test "$ac_cv_func_fseeko" = no || test "$ac_cv_func_ftello" = no ; then
1491     echo $ac_n "checking for off_t-compatible fpos_t""... $ac_c" 1>&6
1492 -echo "configure:10914: checking for off_t-compatible fpos_t" >&5
1493 +echo "configure:10918: checking for off_t-compatible fpos_t" >&5
1494  if eval "test \"`echo '$''{'inn_cv_type_fpos_t_large'+set}'`\" = set"; then
1495    echo $ac_n "(cached) $ac_c" 1>&6
1496  else
1497 @@ -10919,7 +10922,7 @@
1498    inn_cv_type_fpos_t_large=no
1499  else
1500    cat > conftest.$ac_ext <<EOF
1501 -#line 10922 "configure"
1502 +#line 10926 "configure"
1503  #include "confdefs.h"
1504  #include <stdio.h>
1505  #include <sys/types.h>
1506 @@ -10933,7 +10936,7 @@
1507    exit(off == (off_t) 9223372036854775807ULL ? 0 : 1);
1508  }
1509  EOF
1510 -if { (eval echo configure:10936: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1511 +if { (eval echo configure:10940: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1512  then
1513    inn_cv_type_fpos_t_large=yes
1514  else
1515 @@ -10972,7 +10975,7 @@
1516  
1517  
1518  echo $ac_n "checking for working mmap""... $ac_c" 1>&6
1519 -echo "configure:10975: checking for working mmap" >&5
1520 +echo "configure:10979: checking for working mmap" >&5
1521  if eval "test \"`echo '$''{'inn_cv_func_mmap'+set}'`\" = set"; then
1522    echo $ac_n "(cached) $ac_c" 1>&6
1523  else
1524 @@ -10980,7 +10983,7 @@
1525    inn_cv_func_mmap=no
1526  else
1527    cat > conftest.$ac_ext <<EOF
1528 -#line 10983 "configure"
1529 +#line 10987 "configure"
1530  #include "confdefs.h"
1531  #include <stdio.h>
1532  #include <sys/types.h>
1533 @@ -11044,7 +11047,7 @@
1534    return 0;
1535  }
1536  EOF
1537 -if { (eval echo configure:11047: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1538 +if { (eval echo configure:11051: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1539  then
1540    inn_cv_func_mmap=yes
1541  else
1542 @@ -11069,12 +11072,12 @@
1543      for ac_func in madvise
1544  do
1545  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1546 -echo "configure:11072: checking for $ac_func" >&5
1547 +echo "configure:11076: checking for $ac_func" >&5
1548  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1549    echo $ac_n "(cached) $ac_c" 1>&6
1550  else
1551    cat > conftest.$ac_ext <<EOF
1552 -#line 11077 "configure"
1553 +#line 11081 "configure"
1554  #include "confdefs.h"
1555  /* System header to define __stub macros and hopefully few prototypes,
1556      which can conflict with char $ac_func(); below.  */
1557 @@ -11097,7 +11100,7 @@
1558  
1559  ; return 0; }
1560  EOF
1561 -if { (eval echo configure:11100: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1562 +if { (eval echo configure:11104: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1563    rm -rf conftest*
1564    eval "ac_cv_func_$ac_func=yes"
1565  else
1566 @@ -11122,7 +11125,7 @@
1567  done
1568  
1569      echo $ac_n "checking whether mmap sees writes""... $ac_c" 1>&6
1570 -echo "configure:11125: checking whether mmap sees writes" >&5
1571 +echo "configure:11129: checking whether mmap sees writes" >&5
1572  if eval "test \"`echo '$''{'inn_cv_func_mmap_sees_writes'+set}'`\" = set"; then
1573    echo $ac_n "(cached) $ac_c" 1>&6
1574  else
1575 @@ -11130,7 +11133,7 @@
1576    inn_cv_func_mmap_sees_writes=no
1577  else
1578    cat > conftest.$ac_ext <<EOF
1579 -#line 11133 "configure"
1580 +#line 11137 "configure"
1581  #include "confdefs.h"
1582  #include <stdlib.h>
1583  #include <sys/types.h>
1584 @@ -11166,7 +11169,7 @@
1585    return 0;
1586  }
1587  EOF
1588 -if { (eval echo configure:11169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1589 +if { (eval echo configure:11173: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1590  then
1591    inn_cv_func_mmap_sees_writes=yes
1592  else
1593 @@ -11188,7 +11191,7 @@
1594  
1595  fi
1596      echo $ac_n "checking whether msync is needed""... $ac_c" 1>&6
1597 -echo "configure:11191: checking whether msync is needed" >&5
1598 +echo "configure:11195: checking whether msync is needed" >&5
1599  if eval "test \"`echo '$''{'inn_cv_func_mmap_need_msync'+set}'`\" = set"; then
1600    echo $ac_n "(cached) $ac_c" 1>&6
1601  else
1602 @@ -11196,7 +11199,7 @@
1603    inn_cv_func_mmap_need_msync=yes
1604  else
1605    cat > conftest.$ac_ext <<EOF
1606 -#line 11199 "configure"
1607 +#line 11203 "configure"
1608  #include "confdefs.h"
1609  #include <stdio.h>
1610  #include <sys/types.h>
1611 @@ -11267,7 +11270,7 @@
1612    return 0;
1613  }
1614  EOF
1615 -if { (eval echo configure:11270: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1616 +if { (eval echo configure:11274: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1617  then
1618    inn_cv_func_mmap_need_msync=no
1619  else
1620 @@ -11289,12 +11292,12 @@
1621  
1622  fi
1623      echo $ac_n "checking how many arguments msync takes""... $ac_c" 1>&6
1624 -echo "configure:11292: checking how many arguments msync takes" >&5
1625 +echo "configure:11296: checking how many arguments msync takes" >&5
1626  if eval "test \"`echo '$''{'inn_cv_func_msync_args'+set}'`\" = set"; then
1627    echo $ac_n "(cached) $ac_c" 1>&6
1628  else
1629    cat > conftest.$ac_ext <<EOF
1630 -#line 11297 "configure"
1631 +#line 11301 "configure"
1632  #include "confdefs.h"
1633  #include <sys/types.h>
1634  #include <sys/mman.h>
1635 @@ -11302,7 +11305,7 @@
1636  char *p; int psize; msync (p, psize, MS_ASYNC);
1637  ; return 0; }
1638  EOF
1639 -if { (eval echo configure:11305: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1640 +if { (eval echo configure:11309: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1641    rm -rf conftest*
1642    inn_cv_func_msync_args=3
1643  else
1644 @@ -11325,12 +11328,12 @@
1645  
1646  
1647  echo $ac_n "checking for Unix domain sockets""... $ac_c" 1>&6
1648 -echo "configure:11328: checking for Unix domain sockets" >&5
1649 +echo "configure:11332: checking for Unix domain sockets" >&5
1650  if eval "test \"`echo '$''{'inn_cv_sys_unix_sockets'+set}'`\" = set"; then
1651    echo $ac_n "(cached) $ac_c" 1>&6
1652  else
1653    cat > conftest.$ac_ext <<EOF
1654 -#line 11333 "configure"
1655 +#line 11337 "configure"
1656  #include "confdefs.h"
1657  #include <sys/socket.h>
1658  #ifdef AF_UNIX
1659 @@ -11359,12 +11362,12 @@
1660  
1661  
1662  echo $ac_n "checking log facility for news""... $ac_c" 1>&6
1663 -echo "configure:11362: checking log facility for news" >&5
1664 +echo "configure:11366: checking log facility for news" >&5
1665  if eval "test \"`echo '$''{'inn_cv_log_facility'+set}'`\" = set"; then
1666    echo $ac_n "(cached) $ac_c" 1>&6
1667  else
1668    cat > conftest.$ac_ext <<EOF
1669 -#line 11367 "configure"
1670 +#line 11371 "configure"
1671  #include "confdefs.h"
1672  #include <syslog.h>
1673  #ifdef LOG_NEWS