bug-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnu-radius] [GNU Radius 1.4] testsuite: 4 5 10 17 failed


From: Diana Robert
Subject: [Bug-gnu-radius] [GNU Radius 1.4] testsuite: 4 5 10 17 failed
Date: Tue, 24 Jul 2007 12:23:27 +0100 (BST)

hi,
I m trying to install GNU Radius, but while giving the command , make check, it failed.
I have attached the testsuite.log. Please guide  me where am i going wrong.

Thanks.
Regards,
Diana.


Unlimited freedom, unlimited storage. Get it now
## -------------------------- ##
## GNU Radius 1.4 test suite. ##
## -------------------------- ##

testsuite: command line was:
  $ ./testsuite 

## ----------- ##
## ChangeLogs. ##
## ----------- ##

testsuite: ../po/ChangeLog:
| 2006-11-09  Sergey Poznyakoff  <address@hidden>
| 
|       * ca.po, es.po, fr.po, pl.po, ru.po, uk.po: Update translations.
| 
| 2006-10-16  Sergey Poznyakoff  <address@hidden>
| 
|       * vi.po: Vietnamese translation by Clytie Siddall 
| 
| 2005-01-15  Sergey Poznyakoff 
| 

testsuite: ../doc/texinfo/ChangeLog:
| 2005-03-09  Sergey Poznyakoff  <address@hidden>
| 
|       * attributes.texi (Scheme-Procedure,Exec-Program-Wait): Updated
|       definitions
| 
| 2005-01-28  Sergey Poznyakoff  <address@hidden>
| 
|       * radtest.texi: Fixed minor bug
| 
| 2005-01-17  Sergey Poznyakoff  <address@hidden>

testsuite: ../ChangeLog:
| 2006-11-24  Sergey Poznyakoff  <address@hidden>
| 
|       * configure.ac: Raise version number to 1.4
|       * NEWS: Update
|       * doc/MACHINES: Update
|       * lib/gnuradius.vers: Add more prefixes (temporarly)
|       * include/radius/radius.h, lib/client.c, lib/dict.c,
|       lib/leakdetect.c, lib/radpdu.c, lib/radsrv.c, radiusd/acct.c,
|       radiusd/auth.c, radiusd/builddbm.c, radiusd/checkrad.c,
|       radiusd/dynload.c, radiusd/exec.c, radiusd/files.c,

## --------- ##
## Platform. ##
## --------- ##

hostname = WS1A170L
uname -m = i686
uname -r = 2.6.20.1-smp
uname -s = Linux
uname -v = #1 SMP Wed May 30 17:33:40 IST 2007

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/ushustech/Desktop/radius-1.4/tests
PATH: /home/ushustech/Desktop/radius-1.4/radiusd
PATH: /home/ushustech/Desktop/radius-1.4/radtest
PATH: /home/ushustech/Desktop/radius-1.4
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /bin
PATH: /usr/games
PATH: /opt/gnome/bin
PATH: /opt/kde3/bin
PATH: /usr/lib/jvm/jre/bin
PATH: /usr/lib/mit/bin
PATH: /usr/lib/mit/sbin

testsuite: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright (C) 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
| 
| # The test suite will define top_srcdir=/../.. etc.
| at_testdir='tests'
| abs_builddir='/home/ushustech/Desktop/radius-1.4/tests'
| at_srcdir='.'
| abs_srcdir='/home/ushustech/Desktop/radius-1.4/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/home/ushustech/Desktop/radius-1.4'
| at_top_build_prefix='../'
| abs_top_builddir='/home/ushustech/Desktop/radius-1.4'
| 
| # Backward compatibility with Autotest <= 2.59b:
| at_top_builddir=$at_top_build_prefix
| 
| AUTOTEST_PATH='tests'
| 
| SHELL=${CONFIG_SHELL-'/bin/sh'}

testsuite: atlocal:
| # tests/atlocal.  Generated from atlocal.in by configure.                     
                -*- shell-script -*-
| # Configurable variable values for tar test suite.
| # Copyright (C) 2004 Free Software Foundation, Inc.
| 
| SOURCEDIR=$abs_srcdir
| BUILDDIR=$abs_builddir
| 
PATH=/home/ushustech/Desktop/radius-1.4/tests:/home/ushustech/Desktop/radius-1.4/radiusd:/home/ushustech/Desktop/radius-1.4/radtest:$top_srcdir:$srcdir:$PATH
| GUILE_LOAD_PATH=$abs_top_builddir/radscm
| export GUILE_LOAD_PATH
| 
| ZERO_LOGS=1
| 
| make_raddb() {
|     NAME=$1
|     ABS_NAME=$builddir/$1
|     shift
| 
|     if test ! -f $ABS_NAME/config.in ; then
|        cp -r $SOURCEDIR/$NAME $builddir
|        chmod -R u+w $ABS_NAME
|     fi
| 
|     EXPR=`/home/ushustech/Desktop/radius-1.4/tests/findport -c5 -s1644 
"address@hidden@^%d^;\
| address@hidden@^%d^;\
| address@hidden@^%d^;\
| address@hidden@^%d^;\
| address@hidden@^%d^;\
| address@hidden@^%u^;\
| address@hidden@^$BUILDDIR^;\
| address@hidden@^$SOURCEDIR^;\
| address@hidden@^$GUILE^;\
| address@hidden@^$SNMP^;"`
| 
|     for file in $*
|     do
|         sed $EXPR $ABS_NAME/${file}.in > $ABS_NAME/$file
|       case $file in
|       *.bin) chmod +x $ABS_NAME/$file
|       esac
|     done
|     [ -d $ABS_NAME/log ] || mkdir $ABS_NAME/log
|     [ -d $ABS_NAME/acct ] || mkdir $ABS_NAME/acct
|     if [ x"$ZERO_LOGS" != x ]; then
|       for file in radwtmp radutmp radius.log radius.info radius.debug 
radius.stderr 
|       do
|           cat /dev/null > $ABS_NAME/log/$file
|       done
|     fi
| }
| 
| start_server() {
|     /home/ushustech/Desktop/radius-1.4/radiusd/radiusd -d $1 \
|              -l $1/log \
|            -a $1/acct \
|            -P $1
|     N=1            
|     while [ ! -r $1/radiusd.pid ]
|     do
|         sleep 1
|       N=`expr $N + 1`
|       if [ $N -gt 5 ]; then
|               exit 1
|       fi        
|     done
| }
| 
| stop_server() {
|     for dir in $*
|     do
|         if test -r $dir/radiusd.pid; then
|             kill -TERM `cat $dir/radiusd.pid`
|             sleep 2
|             if test -r $dir/radiusd.pid ; then
|                 kill -KILL `cat $dir/radiusd.pid`          
|             fi
|         fi
|     done
| }
| 
| LOCAL_CONF=$BUILDDIR/raddb
| PROXY_CONF=$BUILDDIR/proxy
| 
| rm -f $LOCAL_CONF/radiusd.pid $PROXY_CONF/radiusd.pid 
| 
| begin_server() {
|   case $1 in
|   proxy) RADIUSD_CONFDIR=$PROXY_CONF;;
|   *)     RADIUSD_CONFDIR=$LOCAL_CONF;;
|   esac
|   if [ -r $RADIUSD_CONFDIR/radiusd.pid ]; then
|      :
|   else
|      make_raddb raddb dictionary config client.conf hints users acct.bin 
acct.scm realms
|      make_raddb proxy dictionary client.conf config realms
|      start_server $LOCAL_CONF
|      test "$1" = "proxy" && start_server $PROXY_CONF
|      trap "stop_server $LOCAL_CONF $PROXY_CONF" 1 3 15
|   fi
|   echo $RADIUSD_CONFDIR > $BUILDDIR/confdir
| }
| 
| end_server() {
|   stop_server $LOCAL_CONF $PROXY_CONF
| }  

## ---------------- ##
## Tested programs. ##
## ---------------- ##

./testsuite.at:24: /home/ushustech/Desktop/radius-1.4/radiusd/radiusd --version
lt-radiusd: GNU Radius version 1.4 (i686-pc-linux-gnu)
Compilation platform: linux 
Debugging flags: 
Compilation flags: PWD_SHADOW=SHADOW USE_SERVER_GUILE USE_LOADABLE_MODULES 
Compilation defaults:
Ports in use:
 AUTH: 1812
 ACCT: 1813
Paths:
 configuration directory: /usr/local/etc/raddb
 logging directory:       /var/log
 accounting directory:    /var/log/radacct
 pidfile directory:       /var/run

Report bugs to <address@hidden>

## ------------------ ##
## Running the tests. ##
## ------------------ ##
testsuite: starting at: Tue Jul 24 16:45:03 IST 2007
1. Starting radius server (begin.at:21): ok
2. Status-Server (status-server.at:21): ok      (0m0.008s 0m0.008s)
3. Basic Authentication Types (basic-auth.at:21): ok    (0m0.000s 0m0.016s)
6. DEFAULT Keyword (default-kw.at:21): ok       (0m0.036s 0m0.032s)
7. Match-Profile (match-profile.at:21): ok      (0m0.036s 0m0.044s)
8. hints (hints.at:21): ok      (0m0.020s 0m0.044s)
9. huntgroups (huntgroups.at:21): ok    (0m0.008s 0m0.024s)
11. Access control lists (acl.at:21): ok        (0m0.004s 0m0.016s)
12. Expiration attribute (expiration.at:21): ok (0m0.012s 0m0.028s)
13. menus (menu.at:21): skipped (menu.at:42)
14. accounting and simultaneous use control (acct.at:21): ok    (0m0.040s 
0m0.040s)
15. External accounting (ext-acct.at:21): ok    (0m0.008s 0m0.012s)
16. rewrite rules (rewrite.at:21): ok   (0m0.040s 0m0.044s)
18. filters (filter.at:21): ok  (0m0.048s 0m0.052s)
19. Scheme accounting (scheme-acct.at:21): ok   (0m0.004s 0m0.044s)
20. tunnel attributes (tunnel.at:21): ok        (0m0.008s 0m0.004s)
21. Log-Mode-Mask attribute (log-mode.at:21): ok        (0m0.012s 0m0.020s)
22. Shutting down radius server (end.at:21): ok (0m0.000s 0m0.000s)
23. Starting radius server (begin-proxy.at:21): ok
24. Basic Authentication Types (proxy) (proxy-basic-auth.at:21): ok     
(0m0.064s 0m0.044s)
25. Case-insensitive realms (proxy-ignorecase.at:21): ok        (0m0.004s 
0m0.008s)
26. VSA propagation (proxy-vsa.at:21): ok       (0m0.012s 0m0.000s)
27. menus (proxy) (proxy-menu.at:21): skipped (proxy-menu.at:42)
28. nested realms (proxy-nested.at:21): ok      (0m0.016s 0m0.008s)
29. proxy accounting (proxy-acct.at:21): ok     (0m0.020s 0m0.024s)
30. tunnel attributes (proxy) (proxy-tunnel.at:21): ok  (0m0.008s 0m0.016s)
31. Shutting down radius server (end-proxy.at:21): ok   (0m0.000s 0m0.004s)
testsuite: ending at: Tue Jul 24 16:45:35 IST 2007
testsuite: test suite duration: 0h 0m 32s

## ------------- ##
## Test results. ##
## ------------- ##

ERROR: 29 tests were run,
4 failed unexpectedly.
2 tests were skipped.

## ------------------------ ##
## Summary of the failures. ##
## ------------------------ ##
Failed tests:
GNU Radius 1.4 test suite test groups:

 NUM: FILE-NAME:LINE     TEST-GROUP-NAME
      KEYWORDS

   4: reply.at:21        Reply attributes
      reply
   5: begin-kw.at:21     BEGIN Keyword
      begin-kw
  10: scheme-auth.at:21  Scheme authentication
      scheme-auth
  17: execwait.at:21     external procedures
      execwait

Skipped tests:
GNU Radius 1.4 test suite test groups:

 NUM: FILE-NAME:LINE     TEST-GROUP-NAME
      KEYWORDS

  13: menu.at:21         menus
      menu
  27: proxy-menu.at:21   menus (proxy)
      proxy-menu

## ---------------------- ##
## Detailed failed tests. ##
## ---------------------- ##

#                             -*- compilation -*-
4. reply.at:21: testing ...
./reply.at:27: radtest -d `cat $BUILDDIR/confdir` --no-interactive -f script
./reply.at:32: radtest -d `cat $BUILDDIR/confdir` --no-interactive -f script
--- -   2007-07-24 16:45:09.220570296 +0530
+++ /home/ushustech/Desktop/radius-1.4/tests/testsuite.dir/at-stdout    
2007-07-24 16:45:09.000000000 +0530
@@ -1,2 +1,2 @@
-PASS
+FAIL
 
4. reply.at:21: 4. Reply attributes (reply.at:21): FAILED (reply.at:32)

#                             -*- compilation -*-
5. begin-kw.at:21: testing ...
./begin-kw.at:26: radtest -d `cat $BUILDDIR/confdir` --no-interactive -f script
--- -   2007-07-24 16:45:12.375869305 +0530
+++ /home/ushustech/Desktop/radius-1.4/tests/testsuite.dir/at-stdout    
2007-07-24 16:45:12.000000000 +0530
@@ -1,2 +1,2 @@
-PASS
+FAIL
 
5. begin-kw.at:21: 5. BEGIN Keyword (begin-kw.at:21): FAILED (begin-kw.at:26)

#                             -*- compilation -*-
10. scheme-auth.at:21: testing ...
./scheme-auth.at:32: radiusd --show-defaults|grep "USE_SERVER_GUILE" || exit 77
./scheme-auth.at:32: radtest -d `cat $BUILDDIR/confdir` --no-interactive -f 
script
./scheme-auth.at:32: radtest -d `cat $BUILDDIR/confdir` --no-interactive -f 
script
--- -   2007-07-24 16:45:18.107623245 +0530
+++ /home/ushustech/Desktop/radius-1.4/tests/testsuite.dir/at-stdout    
2007-07-24 16:45:18.000000000 +0530
@@ -1,2 +1,2 @@
-PASS
+FAIL
 
10. scheme-auth.at:21: 10. Scheme authentication (scheme-auth.at:21): FAILED 
(scheme-auth.at:32)

#                             -*- compilation -*-
17. execwait.at:21: testing ...
./execwait.at:27: radtest -d `cat $BUILDDIR/confdir` --no-interactive -f script
./execwait.at:31: radtest -d `cat $BUILDDIR/confdir` --no-interactive -f script
./execwait.at:36: radtest -d `cat $BUILDDIR/confdir` --no-interactive -f script
--- -   2007-07-24 16:45:25.173915038 +0530
+++ /home/ushustech/Desktop/radius-1.4/tests/testsuite.dir/at-stdout    
2007-07-24 16:45:25.000000000 +0530
@@ -1,2 +1,2 @@
-PASS
+FAIL
 
17. execwait.at:21: 17. external procedures (execwait.at:21): FAILED 
(execwait.at:36)


## ------------- ##
## ../config.log ##
## ------------- ##
| This file contains any messages produced by compilers while
| running configure, to aid debugging if configure makes a mistake.
| 
| It was created by GNU Radius configure 1.4, which was
| generated by GNU Autoconf 2.60.  Invocation command line was
| 
|   $ ./configure 
| 
| ## --------- ##
| ## Platform. ##
| ## --------- ##
| 
| hostname = WS1A170L
| uname -m = i686
| uname -r = 2.6.20.1-smp
| uname -s = Linux
| uname -v = #1 SMP Wed May 30 17:33:40 IST 2007
| 
| /usr/bin/uname -p = unknown
| /bin/uname -X     = unknown
| 
| /bin/arch              = i686
| /usr/bin/arch -k       = unknown
| /usr/convex/getsysinfo = unknown
| /usr/bin/hostinfo      = unknown
| /bin/machine           = unknown
| /usr/bin/oslevel       = unknown
| /bin/universe          = unknown
| 
| PATH: /usr/local/bin
| PATH: /usr/bin
| PATH: /usr/X11R6/bin
| PATH: /bin
| PATH: /usr/games
| PATH: /opt/gnome/bin
| PATH: /opt/kde3/bin
| PATH: /usr/lib/jvm/jre/bin
| PATH: /usr/lib/mit/bin
| PATH: /usr/lib/mit/sbin
| 
| 
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
| 
| configure:2155: checking build system type
| configure:2173: result: i686-pc-linux-gnu
| configure:2195: checking host system type
| configure:2210: result: i686-pc-linux-gnu
| configure:2232: checking target system type
| configure:2247: result: i686-pc-linux-gnu
| configure:2289: checking for a BSD-compatible install
| configure:2345: result: /usr/bin/install -c
| configure:2356: checking whether build environment is sane
| configure:2399: result: yes
| configure:2464: checking for gawk
| configure:2480: found /usr/bin/gawk
| configure:2491: result: gawk
| configure:2502: checking whether make sets $(MAKE)
| configure:2523: result: yes
| configure:2773: checking for gcc
| configure:2789: found /usr/bin/gcc
| configure:2800: result: gcc
| configure:3038: checking for C compiler version
| configure:3045: gcc --version >&5
| gcc (GCC) 4.1.0 (SUSE Linux)
| Copyright (C) 2006 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions.  There is NO
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
| 
| configure:3048: $? = 0
| configure:3055: gcc -v >&5
| Using built-in specs.
| Target: i586-suse-linux
| Configured with: ../configure --enable-threads=posix --prefix=/usr 
--with-local-prefix=/usr/local --infodir=/usr/share/info 
--mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib 
--enable-languages=c,c++,objc,fortran,java,ada --enable-checking=release 
--with-gxx-include-dir=/usr/include/c++/4.1.0 --enable-ssp --disable-libssp 
--enable-java-awt=gtk --enable-gtk-cairo --disable-libjava-multilib 
--with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit 
--enable-libstdcxx-allocator=new --without-system-libunwind --with-cpu=generic 
--host=i586-suse-linux
| Thread model: posix
| gcc version 4.1.0 (SUSE Linux)
| configure:3058: $? = 0
| configure:3065: gcc -V >&5
| gcc: '-V' option must have argument
| configure:3068: $? = 1
| configure:3091: checking for C compiler default output file name
| configure:3118: gcc    conftest.c  >&5
| configure:3121: $? = 0
| configure:3167: result: a.out
| configure:3172: checking whether the C compiler works
| configure:3182: ./a.out
| configure:3185: $? = 0
| configure:3202: result: yes
| configure:3209: checking whether we are cross compiling
| configure:3211: result: no
| configure:3214: checking for suffix of executables
| configure:3221: gcc -o conftest    conftest.c  >&5
| configure:3224: $? = 0
| configure:3248: result: 
| configure:3254: checking for suffix of object files
| configure:3280: gcc -c   conftest.c >&5
| configure:3283: $? = 0
| configure:3306: result: o
| configure:3310: checking whether we are using the GNU C compiler
| configure:3339: gcc -c   conftest.c >&5
| configure:3345: $? = 0
| configure:3352: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:3355: $? = 0
| configure:3362: test -s conftest.o
| configure:3365: $? = 0
| configure:3379: result: yes
| configure:3384: checking whether gcc accepts -g
| configure:3414: gcc -c -g  conftest.c >&5
| configure:3420: $? = 0
| configure:3427: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:3430: $? = 0
| configure:3437: test -s conftest.o
| configure:3440: $? = 0
| configure:3570: result: yes
| configure:3587: checking for gcc option to accept ISO C89
| configure:3661: gcc  -c -g -O2  conftest.c >&5
| configure:3667: $? = 0
| configure:3674: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:3677: $? = 0
| configure:3684: test -s conftest.o
| configure:3687: $? = 0
| configure:3707: result: none needed
| configure:3736: checking for style of include used by make
| configure:3764: result: GNU
| configure:3792: checking dependency style of gcc
| configure:3882: result: gcc3
| configure:3942: checking for ranlib
| configure:3958: found /usr/bin/ranlib
| configure:3969: result: ranlib
| configure:4007: checking how to run the C preprocessor
| configure:4047: gcc -E  conftest.c
| configure:4053: $? = 0
| configure:4091: gcc -E  conftest.c
| conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
| configure:4097: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:4137: result: gcc -E
| configure:4166: gcc -E  conftest.c
| configure:4172: $? = 0
| configure:4210: gcc -E  conftest.c
| conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
| configure:4216: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:4261: checking for grep that handles long lines and -e
| configure:4335: result: /usr/bin/grep
| configure:4340: checking for egrep
| configure:4418: result: /usr/bin/grep -E
| configure:4424: checking for AIX
| configure:4446: result: no
| configure:4452: checking for ANSI C header files
| configure:4482: gcc -c -g -O2  conftest.c >&5
| configure:4488: $? = 0
| configure:4495: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4498: $? = 0
| configure:4505: test -s conftest.o
| configure:4508: $? = 0
| configure:4604: gcc -o conftest -g -O2   conftest.c  >&5
| configure:4607: $? = 0
| configure:4613: ./conftest
| configure:4616: $? = 0
| configure:4633: result: yes
| configure:4657: checking for sys/types.h
| configure:4678: gcc -c -g -O2  conftest.c >&5
| configure:4684: $? = 0
| configure:4691: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4694: $? = 0
| configure:4701: test -s conftest.o
| configure:4704: $? = 0
| configure:4717: result: yes
| configure:4657: checking for sys/stat.h
| configure:4678: gcc -c -g -O2  conftest.c >&5
| configure:4684: $? = 0
| configure:4691: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4694: $? = 0
| configure:4701: test -s conftest.o
| configure:4704: $? = 0
| configure:4717: result: yes
| configure:4657: checking for stdlib.h
| configure:4678: gcc -c -g -O2  conftest.c >&5
| configure:4684: $? = 0
| configure:4691: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4694: $? = 0
| configure:4701: test -s conftest.o
| configure:4704: $? = 0
| configure:4717: result: yes
| configure:4657: checking for string.h
| configure:4678: gcc -c -g -O2  conftest.c >&5
| configure:4684: $? = 0
| configure:4691: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4694: $? = 0
| configure:4701: test -s conftest.o
| configure:4704: $? = 0
| configure:4717: result: yes
| configure:4657: checking for memory.h
| configure:4678: gcc -c -g -O2  conftest.c >&5
| configure:4684: $? = 0
| configure:4691: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4694: $? = 0
| configure:4701: test -s conftest.o
| configure:4704: $? = 0
| configure:4717: result: yes
| configure:4657: checking for strings.h
| configure:4678: gcc -c -g -O2  conftest.c >&5
| configure:4684: $? = 0
| configure:4691: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4694: $? = 0
| configure:4701: test -s conftest.o
| configure:4704: $? = 0
| configure:4717: result: yes
| configure:4657: checking for inttypes.h
| configure:4678: gcc -c -g -O2  conftest.c >&5
| configure:4684: $? = 0
| configure:4691: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4694: $? = 0
| configure:4701: test -s conftest.o
| configure:4704: $? = 0
| configure:4717: result: yes
| configure:4657: checking for stdint.h
| configure:4678: gcc -c -g -O2  conftest.c >&5
| configure:4684: $? = 0
| configure:4691: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4694: $? = 0
| configure:4701: test -s conftest.o
| configure:4704: $? = 0
| configure:4717: result: yes
| configure:4657: checking for unistd.h
| configure:4678: gcc -c -g -O2  conftest.c >&5
| configure:4684: $? = 0
| configure:4691: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4694: $? = 0
| configure:4701: test -s conftest.o
| configure:4704: $? = 0
| configure:4717: result: yes
| configure:4739: checking minix/config.h usability
| configure:4756: gcc -c -g -O2  conftest.c >&5
| conftest.c:54:26: error: minix/config.h: No such file or directory
| configure:4762: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <minix/config.h>
| configure:4793: result: no
| configure:4797: checking minix/config.h presence
| configure:4812: gcc -E  conftest.c
| conftest.c:21:26: error: minix/config.h: No such file or directory
| configure:4818: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | /* end confdefs.h.  */
| | #include <minix/config.h>
| configure:4839: result: no
| configure:4872: checking for minix/config.h
| configure:4879: result: no
| configure:4918: checking whether it is safe to define __EXTENSIONS__
| configure:4946: gcc -c -g -O2  conftest.c >&5
| configure:4952: $? = 0
| configure:4959: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4962: $? = 0
| configure:4969: test -s conftest.o
| configure:4972: $? = 0
| configure:4984: result: yes
| configure:5049: checking for gcc
| configure:5076: result: gcc
| configure:5314: checking for C compiler version
| configure:5321: gcc --version >&5
| gcc (GCC) 4.1.0 (SUSE Linux)
| Copyright (C) 2006 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions.  There is NO
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
| 
| configure:5324: $? = 0
| configure:5331: gcc -v >&5
| Using built-in specs.
| Target: i586-suse-linux
| Configured with: ../configure --enable-threads=posix --prefix=/usr 
--with-local-prefix=/usr/local --infodir=/usr/share/info 
--mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib 
--enable-languages=c,c++,objc,fortran,java,ada --enable-checking=release 
--with-gxx-include-dir=/usr/include/c++/4.1.0 --enable-ssp --disable-libssp 
--enable-java-awt=gtk --enable-gtk-cairo --disable-libjava-multilib 
--with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit 
--enable-libstdcxx-allocator=new --without-system-libunwind --with-cpu=generic 
--host=i586-suse-linux
| Thread model: posix
| gcc version 4.1.0 (SUSE Linux)
| configure:5334: $? = 0
| configure:5341: gcc -V >&5
| gcc: '-V' option must have argument
| configure:5344: $? = 1
| configure:5347: checking whether we are using the GNU C compiler
| configure:5416: result: yes
| configure:5421: checking whether gcc accepts -g
| configure:5607: result: yes
| configure:5624: checking for gcc option to accept ISO C89
| configure:5744: result: none needed
| configure:5764: checking dependency style of gcc
| configure:5854: result: gcc3
| configure:5878: checking for bison
| configure:5894: found /usr/bin/bison
| configure:5905: result: bison -y
| configure:5921: checking for flex
| configure:5937: found /usr/bin/flex
| configure:5948: result: flex
| configure:5962: checking for yywrap in -lfl
| configure:5997: gcc -o conftest -g -O2   conftest.c -lfl   >&5
| configure:6003: $? = 0
| configure:6010: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6013: $? = 0
| configure:6020: test -s conftest
| configure:6023: $? = 0
| configure:6037: result: yes
| configure:6128: checking lex output file root
| configure:6144: flex conftest.l
| configure:6147: $? = 0
| configure:6159: result: lex.yy
| configure:6164: checking whether yytext is a pointer
| configure:6185: gcc -o conftest -g -O2   conftest.c  -lfl >&5
| configure:6191: $? = 0
| configure:6198: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6201: $? = 0
| configure:6208: test -s conftest
| configure:6211: $? = 0
| configure:6227: result: yes
| configure:6245: checking for gawk
| configure:6272: result: gawk
| configure:6286: checking for ps
| configure:6305: found /bin/ps
| configure:6318: result: /bin/ps
| configure:6328: checking whether ln -s works
| configure:6332: result: yes
| configure:6411: checking for a sed that does not truncate output
| configure:6465: result: /usr/bin/sed
| configure:6479: checking for ld used by gcc
| configure:6546: result: /usr/i586-suse-linux/bin/ld
| configure:6555: checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld
| configure:6570: result: yes
| configure:6575: checking for /usr/i586-suse-linux/bin/ld option to reload 
object files
| configure:6582: result: -r
| configure:6600: checking for BSD-compatible nm
| configure:6649: result: /usr/bin/nm -B
| configure:6653: checking how to recognise dependent libraries
| configure:6829: result: pass_all
| configure:7088: checking dlfcn.h usability
| configure:7105: gcc -c -g -O2  conftest.c >&5
| configure:7111: $? = 0
| configure:7118: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:7121: $? = 0
| configure:7128: test -s conftest.o
| configure:7131: $? = 0
| configure:7142: result: yes
| configure:7146: checking dlfcn.h presence
| configure:7161: gcc -E  conftest.c
| configure:7167: $? = 0
| configure:7188: result: yes
| configure:7221: checking for dlfcn.h
| configure:7229: result: yes
| configure:7300: checking for g++
| configure:7316: found /usr/bin/g++
| configure:7327: result: g++
| configure:7358: checking for C++ compiler version
| configure:7365: g++ --version >&5
| g++ (GCC) 4.1.0 (SUSE Linux)
| Copyright (C) 2006 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions.  There is NO
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
| 
| configure:7368: $? = 0
| configure:7375: g++ -v >&5
| Using built-in specs.
| Target: i586-suse-linux
| Configured with: ../configure --enable-threads=posix --prefix=/usr 
--with-local-prefix=/usr/local --infodir=/usr/share/info 
--mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib 
--enable-languages=c,c++,objc,fortran,java,ada --enable-checking=release 
--with-gxx-include-dir=/usr/include/c++/4.1.0 --enable-ssp --disable-libssp 
--enable-java-awt=gtk --enable-gtk-cairo --disable-libjava-multilib 
--with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit 
--enable-libstdcxx-allocator=new --without-system-libunwind --with-cpu=generic 
--host=i586-suse-linux
| Thread model: posix
| gcc version 4.1.0 (SUSE Linux)
| configure:7378: $? = 0
| configure:7385: g++ -V >&5
| g++: '-V' option must have argument
| configure:7388: $? = 1
| configure:7391: checking whether we are using the GNU C++ compiler
| configure:7420: g++ -c   conftest.cpp >&5
| configure:7426: $? = 0
| configure:7433: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
| configure:7436: $? = 0
| configure:7443: test -s conftest.o
| configure:7446: $? = 0
| configure:7460: result: yes
| configure:7465: checking whether g++ accepts -g
| configure:7495: g++ -c -g  conftest.cpp >&5
| configure:7501: $? = 0
| configure:7508: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
| configure:7511: $? = 0
| configure:7518: test -s conftest.o
| configure:7521: $? = 0
| configure:7651: result: yes
| configure:7676: checking dependency style of g++
| configure:7766: result: gcc3
| configure:7793: checking how to run the C++ preprocessor
| configure:7829: g++ -E  conftest.cpp
| configure:7835: $? = 0
| configure:7873: g++ -E  conftest.cpp
| conftest.cpp:25:28: error: ac_nonexistent.h: No such file or directory
| configure:7879: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:7919: result: g++ -E
| configure:7948: g++ -E  conftest.cpp
| configure:7954: $? = 0
| configure:7992: g++ -E  conftest.cpp
| conftest.cpp:25:28: error: ac_nonexistent.h: No such file or directory
| configure:7998: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:8098: checking for g77
| configure:8128: result: no
| configure:8098: checking for f77
| configure:8128: result: no
| configure:8098: checking for xlf
| configure:8128: result: no
| configure:8098: checking for frt
| configure:8128: result: no
| configure:8098: checking for pgf77
| configure:8128: result: no
| configure:8098: checking for cf77
| configure:8128: result: no
| configure:8098: checking for fort77
| configure:8128: result: no
| configure:8098: checking for fl32
| configure:8128: result: no
| configure:8098: checking for af77
| configure:8128: result: no
| configure:8098: checking for f90
| configure:8128: result: no
| configure:8098: checking for xlf90
| configure:8128: result: no
| configure:8098: checking for pgf90
| configure:8128: result: no
| configure:8098: checking for pghpf
| configure:8128: result: no
| configure:8098: checking for epcf90
| configure:8128: result: no
| configure:8098: checking for gfortran
| configure:8128: result: no
| configure:8098: checking for g95
| configure:8128: result: no
| configure:8098: checking for f95
| configure:8128: result: no
| configure:8098: checking for fort
| configure:8128: result: no
| configure:8098: checking for xlf95
| configure:8128: result: no
| configure:8098: checking for ifort
| configure:8128: result: no
| configure:8098: checking for ifc
| configure:8128: result: no
| configure:8098: checking for efc
| configure:8128: result: no
| configure:8098: checking for pgf95
| configure:8128: result: no
| configure:8098: checking for lf95
| configure:8128: result: no
| configure:8098: checking for ftn
| configure:8128: result: no
| configure:8155: checking for Fortran 77 compiler version
| configure:8162:  --version >&5
| ./configure: line 8163: --version: command not found
| configure:8165: $? = 127
| configure:8172:  -v >&5
| ./configure: line 8173: -v: command not found
| configure:8175: $? = 127
| configure:8182:  -V >&5
| ./configure: line 8183: -V: command not found
| configure:8185: $? = 127
| configure:8193: checking whether we are using the GNU Fortran 77 compiler
| configure:8212:  -c  conftest.F >&5
| ./configure: line 8213: -c: command not found
| configure:8218: $? = 127
| configure: failed program was:
| |       program main
| | #ifndef __GNUC__
| |        choke me
| | #endif
| | 
| |       end
| configure:8252: result: no
| configure:8258: checking whether  accepts -g
| configure:8275:  -c -g conftest.f >&5
| ./configure: line 8276: -c: command not found
| configure:8281: $? = 127
| configure: failed program was:
| |       program main
| | 
| |       end
| configure:8314: result: no
| configure:8344: checking the maximum length of command line arguments
| configure:8453: result: 32768
| configure:8464: checking command to parse /usr/bin/nm -B output from gcc 
object
| configure:8569: gcc -c -g -O2  conftest.c >&5
| configure:8572: $? = 0
| configure:8576: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[        
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
| configure:8579: $? = 0
| configure:8631: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
| configure:8634: $? = 0
| configure:8672: result: ok
| configure:8676: checking for objdir
| configure:8691: result: .libs
| configure:8783: checking for ar
| configure:8799: found /usr/bin/ar
| configure:8810: result: ar
| configure:8879: checking for ranlib
| configure:8906: result: ranlib
| configure:8975: checking for strip
| configure:8991: found /usr/bin/strip
| configure:9002: result: strip
| configure:9288: checking if gcc supports -fno-rtti -fno-exceptions
| configure:9306: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
| cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not 
for C
| configure:9310: $? = 0
| configure:9323: result: no
| configure:9338: checking for gcc option to produce PIC
| configure:9548: result: -fPIC
| configure:9556: checking if gcc PIC flag -fPIC works
| configure:9574: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
| configure:9578: $? = 0
| configure:9591: result: yes
| configure:9619: checking if gcc static flag -static works
| configure:9647: result: yes
| configure:9657: checking if gcc supports -c -o file.o
| configure:9678: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
| configure:9682: $? = 0
| configure:9704: result: yes
| configure:9730: checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) 
supports shared libraries
| configure:10716: result: yes
| configure:10737: checking whether -lc should be explicitly linked in
| configure:10742: gcc -c -g -O2  conftest.c >&5
| configure:10745: $? = 0
| configure:10760: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o 
conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
| configure:10763: $? = 0
| configure:10775: result: no
| configure:10783: checking dynamic linker characteristics
| configure:11371: result: GNU/Linux ld.so
| configure:11380: checking how to hardcode library paths into programs
| configure:11405: result: immediate
| configure:11419: checking whether stripping libraries is possible
| configure:11424: result: yes
| configure:12337: checking if libtool supports shared libraries
| configure:12339: result: yes
| configure:12342: checking whether to build shared libraries
| configure:12363: result: yes
| configure:12366: checking whether to build static libraries
| configure:12370: result: yes
| configure:12462: creating libtool
| configure:13050: checking for ld used by g++
| configure:13117: result: /usr/i586-suse-linux/bin/ld
| configure:13126: checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU 
ld
| configure:13141: result: yes
| configure:13192: checking whether the g++ linker 
(/usr/i586-suse-linux/bin/ld) supports shared libraries
| configure:14158: result: yes
| configure:14176: g++ -c -g -O2  conftest.cpp >&5
| configure:14179: $? = 0
| configure:14298: checking for g++ option to produce PIC
| configure:14572: result: -fPIC
| configure:14580: checking if g++ PIC flag -fPIC works
| configure:14598: g++ -c -g -O2  -fPIC -DPIC conftest.cpp >&5
| configure:14602: $? = 0
| configure:14615: result: yes
| configure:14643: checking if g++ static flag -static works
| configure:14671: result: yes
| configure:14681: checking if g++ supports -c -o file.o
| configure:14702: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
| configure:14706: $? = 0
| configure:14728: result: yes
| configure:14754: checking whether the g++ linker 
(/usr/i586-suse-linux/bin/ld) supports shared libraries
| configure:14779: result: yes
| configure:14846: checking dynamic linker characteristics
| configure:15434: result: GNU/Linux ld.so
| configure:15443: checking how to hardcode library paths into programs
| configure:15468: result: immediate
| configure:21675: checking whether to enable maintainer-specific portions of 
Makefiles
| configure:21684: result: no
| configure:21773: checking for ld --version-script
| configure:21799: gcc -g -O2  -shared
|                               -o conftest.so conftest.c
|                               -nostartfiles -nostdlib
|                               -Wl,--version-script,conftest.map
| configure:21802: $? = 0
| configure:21811: result: yes
| configure:21845: checking for guile-config
| configure:21863: found /usr/bin/guile-config
| configure:21876: result: /usr/bin/guile-config
| configure:21892: checking for guile version 1.6 or higher
| configure:21907: result: OK
| configure:21934: gcc -o conftest -g -O2    conftest.c  -lguile -lguile-ltdl 
-lqthreads -lpthread -lcrypt -lm >&5
| configure:21940: $? = 0
| configure:21947: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:21950: $? = 0
| configure:21957: test -s conftest
| configure:21960: $? = 0
| configure:21985: checking whether to build guile support
| configure:22006: result: yes
| configure:22022: checking for scm_long2num
| configure:22078: gcc -o conftest -g -O2    conftest.c  -lguile -lguile-ltdl 
-lqthreads -lpthread -lcrypt -lm >&5
| configure:22084: $? = 0
| configure:22091: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:22094: $? = 0
| configure:22101: test -s conftest
| configure:22104: $? = 0
| configure:22118: result: yes
| configure:22022: checking for scm_cell
| configure:22078: gcc -o conftest -g -O2    conftest.c  -lguile -lguile-ltdl 
-lqthreads -lpthread -lcrypt -lm >&5
| /tmp/cc4pPjZV.o: In function `main':
| /home/ushustech/Desktop/radius-1.4/conftest.c:62: undefined reference to 
`scm_cell'
| collect2: ld returned 1 exit status
| configure:22084: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | #define GUILE_VERSION 16
| | #define USE_SERVER_GUILE 1
| | #define HAVE_SCM_LONG2NUM 1
| | /* end confdefs.h.  */
| | /* Define scm_cell to an innocuous variant, in case <limits.h> declares 
scm_cell.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define scm_cell innocuous_scm_cell
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char scm_cell (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef scm_cell
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char scm_cell ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_scm_cell || defined __stub___scm_cell
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return scm_cell ();
| |   ;
| |   return 0;
| | }
| configure:22118: result: no
| configure:22022: checking for scm_list_1
| configure:22078: gcc -o conftest -g -O2    conftest.c  -lguile -lguile-ltdl 
-lqthreads -lpthread -lcrypt -lm >&5
| configure:22084: $? = 0
| configure:22091: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:22094: $? = 0
| configure:22101: test -s conftest
| configure:22104: $? = 0
| configure:22118: result: yes
| configure:22022: checking for scm_list_n
| configure:22078: gcc -o conftest -g -O2    conftest.c  -lguile -lguile-ltdl 
-lqthreads -lpthread -lcrypt -lm >&5
| configure:22084: $? = 0
| configure:22091: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:22094: $? = 0
| configure:22101: test -s conftest
| configure:22104: $? = 0
| configure:22118: result: yes
| configure:22022: checking for scm_c_define
| configure:22078: gcc -o conftest -g -O2    conftest.c  -lguile -lguile-ltdl 
-lqthreads -lpthread -lcrypt -lm >&5
| configure:22084: $? = 0
| configure:22091: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:22094: $? = 0
| configure:22101: test -s conftest
| configure:22104: $? = 0
| configure:22118: result: yes
| configure:22022: checking for scm_c_lookup
| configure:22078: gcc -o conftest -g -O2    conftest.c  -lguile -lguile-ltdl 
-lqthreads -lpthread -lcrypt -lm >&5
| configure:22084: $? = 0
| configure:22091: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:22094: $? = 0
| configure:22101: test -s conftest
| configure:22104: $? = 0
| configure:22118: result: yes
| configure:22129: checking for inline scm_cell
| configure:22152: gcc -o conftest -g -O2    conftest.c  -lguile -lguile-ltdl 
-lqthreads -lpthread -lcrypt -lm >&5
| conftest.c: In function 'main':
| conftest.c:36: error: expected declaration specifiers or '...' before '(' 
token
| conftest.c:36: error: expected ')' before ',' token
| configure:22158: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | #define GUILE_VERSION 16
| | #define USE_SERVER_GUILE 1
| | #define HAVE_SCM_LONG2NUM 1
| | #define HAVE_SCM_LIST_1 1
| | #define HAVE_SCM_LIST_N 1
| | #define HAVE_SCM_C_DEFINE 1
| | #define HAVE_SCM_C_LOOKUP 1
| | /* end confdefs.h.  */
| | #include <libguile.h>
| | int
| | main ()
| | {
| | scm_cell(SCM_EOL, SCM_EOL)
| |   ;
| |   return 0;
| | }
| configure:22195: result: no
| configure:22234: checking for emacs
| configure:22250: found /usr/bin/emacs
| configure:22261: result: emacs
| configure:22285: checking where .elc files should go
| configure:22298: $EMACS -batch -q -eval '(while load-path (princ (concat (car 
load-path) "\n")) (setq load-path (cdr load-path)))' </dev/null >conftest.out
| configure:22301: $? = 0
| configure:22314: result: ${datadir}/emacs/site-lisp
| configure:22324: checking whether compiler defines __FUNCTION__
| configure:22344: gcc -o conftest -g -O2   conftest.c  >&5
| configure:22347: $? = 0
| configure:22353: ./conftest
| configure:22356: $? = 0
| configure:22358: result: yes
| configure:22382: checking for additional includes
| configure:22393: result: 
| configure:22396: checking for additional libraries
| configure:22407: result: 
| configure:22412: checking for socket in -lsocket
| configure:22447: gcc -o conftest -g -O2   conftest.c -lsocket   >&5
| /usr/lib/gcc/i586-suse-linux/4.1.0/../../../../i586-suse-linux/bin/ld: cannot 
find -lsocket
| collect2: ld returned 1 exit status
| configure:22453: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | #define GUILE_VERSION 16
| | #define USE_SERVER_GUILE 1
| | #define HAVE_SCM_LONG2NUM 1
| | #define HAVE_SCM_LIST_1 1
| | #define HAVE_SCM_LIST_N 1
| | #define HAVE_SCM_C_DEFINE 1
| | #define HAVE_SCM_C_LOOKUP 1
| | /* end confdefs.h.  */
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char socket ();
| | int
| | main ()
| | {
| | return socket ();
| |   ;
| |   return 0;
| | }
| configure:22487: result: no
| configure:22499: checking for gethostbyaddr in -lnsl
| configure:22534: gcc -o conftest -g -O2   conftest.c -lnsl   >&5
| configure:22540: $? = 0
| configure:22547: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:22550: $? = 0
| configure:22557: test -s conftest
| configure:22560: $? = 0
| configure:22574: result: yes
| configure:22586: checking for crypt in -lcrypt
| configure:22621: gcc -o conftest -g -O2   conftest.c -lcrypt  -lnsl  >&5
| configure:22627: $? = 0
| configure:22634: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:22637: $? = 0
| configure:22644: test -s conftest
| configure:22647: $? = 0
| configure:22661: result: yes
| configure:22675: checking for lt_dlinit in -lltdl
| configure:22710: gcc -o conftest -g -O2   conftest.c -lltdl  -lcrypt -lnsl  
>&5
| configure:22716: $? = 0
| configure:22723: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:22726: $? = 0
| configure:22733: test -s conftest
| configure:22736: $? = 0
| configure:22750: result: yes
| configure:22778: checking for ANSI C header files
| configure:22959: result: yes
| configure:22969: checking for sys/wait.h that is POSIX.1 compatible
| configure:23005: gcc -c -g -O2  conftest.c >&5
| configure:23011: $? = 0
| configure:23018: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:23021: $? = 0
| configure:23028: test -s conftest.o
| configure:23031: $? = 0
| configure:23043: result: yes
| configure:23095: checking fcntl.h usability
| configure:23112: gcc -c -g -O2  conftest.c >&5
| configure:23118: $? = 0
| configure:23125: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:23128: $? = 0
| configure:23135: test -s conftest.o
| configure:23138: $? = 0
| configure:23149: result: yes
| configure:23153: checking fcntl.h presence
| configure:23168: gcc -E  conftest.c
| configure:23174: $? = 0
| configure:23195: result: yes
| configure:23228: checking for fcntl.h
| configure:23236: result: yes
| configure:23095: checking malloc.h usability
| configure:23112: gcc -c -g -O2  conftest.c >&5
| configure:23118: $? = 0
| configure:23125: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:23128: $? = 0
| configure:23135: test -s conftest.o
| configure:23138: $? = 0
| configure:23149: result: yes
| configure:23153: checking malloc.h presence
| configure:23168: gcc -E  conftest.c
| configure:23174: $? = 0
| configure:23195: result: yes
| configure:23228: checking for malloc.h
| configure:23236: result: yes
| configure:23085: checking for strings.h
| configure:23091: result: yes
| configure:23095: checking sys/file.h usability
| configure:23112: gcc -c -g -O2  conftest.c >&5
| configure:23118: $? = 0
| configure:23125: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:23128: $? = 0
| configure:23135: test -s conftest.o
| configure:23138: $? = 0
| configure:23149: result: yes
| configure:23153: checking sys/file.h presence
| configure:23168: gcc -E  conftest.c
| configure:23174: $? = 0
| configure:23195: result: yes
| configure:23228: checking for sys/file.h
| configure:23236: result: yes
| configure:23095: checking sys/time.h usability
| configure:23112: gcc -c -g -O2  conftest.c >&5
| configure:23118: $? = 0
| configure:23125: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:23128: $? = 0
| configure:23135: test -s conftest.o
| configure:23138: $? = 0
| configure:23149: result: yes
| configure:23153: checking sys/time.h presence
| configure:23168: gcc -E  conftest.c
| configure:23174: $? = 0
| configure:23195: result: yes
| configure:23228: checking for sys/time.h
| configure:23236: result: yes
| configure:23085: checking for sys/types.h
| configure:23091: result: yes
| configure:23085: checking for unistd.h
| configure:23091: result: yes
| configure:23095: checking ctype.h usability
| configure:23112: gcc -c -g -O2  conftest.c >&5
| configure:23118: $? = 0
| configure:23125: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:23128: $? = 0
| configure:23135: test -s conftest.o
| configure:23138: $? = 0
| configure:23149: result: yes
| configure:23153: checking ctype.h presence
| configure:23168: gcc -E  conftest.c
| configure:23174: $? = 0
| configure:23195: result: yes
| configure:23228: checking for ctype.h
| configure:23236: result: yes
| configure:23095: checking sys/socket.h usability
| configure:23112: gcc -c -g -O2  conftest.c >&5
| configure:23118: $? = 0
| configure:23125: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:23128: $? = 0
| configure:23135: test -s conftest.o
| configure:23138: $? = 0
| configure:23149: result: yes
| configure:23153: checking sys/socket.h presence
| configure:23168: gcc -E  conftest.c
| configure:23174: $? = 0
| configure:23195: result: yes
| configure:23228: checking for sys/socket.h
| configure:23236: result: yes
| configure:23095: checking socket.h usability
| configure:23112: gcc -c -g -O2  conftest.c >&5
| conftest.c:80:20: error: socket.h: No such file or directory
| configure:23118: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | #define GUILE_VERSION 16
| | #define USE_SERVER_GUILE 1
| | #define HAVE_SCM_LONG2NUM 1
| | #define HAVE_SCM_LIST_1 1
| | #define HAVE_SCM_LIST_N 1
| | #define HAVE_SCM_C_DEFINE 1
| | #define HAVE_SCM_C_LOOKUP 1
| | #define HAVE_LIBNSL 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_LIBLTDL 1
| | #define USE_LOADABLE_MODULES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CTYPE_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <socket.h>
| configure:23149: result: no
| configure:23153: checking socket.h presence
| configure:23168: gcc -E  conftest.c
| conftest.c:47:20: error: socket.h: No such file or directory
| configure:23174: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | #define GUILE_VERSION 16
| | #define USE_SERVER_GUILE 1
| | #define HAVE_SCM_LONG2NUM 1
| | #define HAVE_SCM_LIST_1 1
| | #define HAVE_SCM_LIST_N 1
| | #define HAVE_SCM_C_DEFINE 1
| | #define HAVE_SCM_C_LOOKUP 1
| | #define HAVE_LIBNSL 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_LIBLTDL 1
| | #define USE_LOADABLE_MODULES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CTYPE_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | /* end confdefs.h.  */
| | #include <socket.h>
| configure:23195: result: no
| configure:23228: checking for socket.h
| configure:23236: result: no
| configure:23095: checking netinet/in.h usability
| configure:23112: gcc -c -g -O2  conftest.c >&5
| configure:23118: $? = 0
| configure:23125: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:23128: $? = 0
| configure:23135: test -s conftest.o
| configure:23138: $? = 0
| configure:23149: result: yes
| configure:23153: checking netinet/in.h presence
| configure:23168: gcc -E  conftest.c
| configure:23174: $? = 0
| configure:23195: result: yes
| configure:23228: checking for netinet/in.h
| configure:23236: result: yes
| configure:23095: checking arpa/inet.h usability
| configure:23112: gcc -c -g -O2  conftest.c >&5
| configure:23118: $? = 0
| configure:23125: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:23128: $? = 0
| configure:23135: test -s conftest.o
| configure:23138: $? = 0
| configure:23149: result: yes
| configure:23153: checking arpa/inet.h presence
| configure:23168: gcc -E  conftest.c
| configure:23174: $? = 0
| configure:23195: result: yes
| configure:23228: checking for arpa/inet.h
| configure:23236: result: yes
| configure:23095: checking netdb.h usability
| configure:23112: gcc -c -g -O2  conftest.c >&5
| configure:23118: $? = 0
| configure:23125: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:23128: $? = 0
| configure:23135: test -s conftest.o
| configure:23138: $? = 0
| configure:23149: result: yes
| configure:23153: checking netdb.h presence
| configure:23168: gcc -E  conftest.c
| configure:23174: $? = 0
| configure:23195: result: yes
| configure:23228: checking for netdb.h
| configure:23236: result: yes
| configure:23095: checking stdarg.h usability
| configure:23112: gcc -c -g -O2  conftest.c >&5
| configure:23118: $? = 0
| configure:23125: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:23128: $? = 0
| configure:23135: test -s conftest.o
| configure:23138: $? = 0
| configure:23149: result: yes
| configure:23153: checking stdarg.h presence
| configure:23168: gcc -E  conftest.c
| configure:23174: $? = 0
| configure:23195: result: yes
| configure:23228: checking for stdarg.h
| configure:23236: result: yes
| configure:23095: checking varargs.h usability
| configure:23112: gcc -c -g -O2  conftest.c >&5
| In file included from conftest.c:84:
| /usr/lib/gcc/i586-suse-linux/4.1.0/include/varargs.h:4:2: error: #error "GCC 
no longer implements <varargs.h>."
| /usr/lib/gcc/i586-suse-linux/4.1.0/include/varargs.h:5:2: error: #error 
"Revise your code to use <stdarg.h>."
| configure:23118: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | #define GUILE_VERSION 16
| | #define USE_SERVER_GUILE 1
| | #define HAVE_SCM_LONG2NUM 1
| | #define HAVE_SCM_LIST_1 1
| | #define HAVE_SCM_LIST_N 1
| | #define HAVE_SCM_C_DEFINE 1
| | #define HAVE_SCM_C_LOOKUP 1
| | #define HAVE_LIBNSL 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_LIBLTDL 1
| | #define USE_LOADABLE_MODULES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CTYPE_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_NETINET_IN_H 1
| | #define HAVE_ARPA_INET_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_STDARG_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <varargs.h>
| configure:23149: result: no
| configure:23153: checking varargs.h presence
| configure:23168: gcc -E  conftest.c
| In file included from conftest.c:51:
| /usr/lib/gcc/i586-suse-linux/4.1.0/include/varargs.h:4:2: error: #error "GCC 
no longer implements <varargs.h>."
| /usr/lib/gcc/i586-suse-linux/4.1.0/include/varargs.h:5:2: error: #error 
"Revise your code to use <stdarg.h>."
| configure:23174: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | #define GUILE_VERSION 16
| | #define USE_SERVER_GUILE 1
| | #define HAVE_SCM_LONG2NUM 1
| | #define HAVE_SCM_LIST_1 1
| | #define HAVE_SCM_LIST_N 1
| | #define HAVE_SCM_C_DEFINE 1
| | #define HAVE_SCM_C_LOOKUP 1
| | #define HAVE_LIBNSL 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_LIBLTDL 1
| | #define USE_LOADABLE_MODULES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CTYPE_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_NETINET_IN_H 1
| | #define HAVE_ARPA_INET_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_STDARG_H 1
| | /* end confdefs.h.  */
| | #include <varargs.h>
| configure:23195: result: no
| configure:23228: checking for varargs.h
| configure:23236: result: no
| configure:23095: checking termcap.h usability
| configure:23112: gcc -c -g -O2  conftest.c >&5
| configure:23118: $? = 0
| configure:23125: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:23128: $? = 0
| configure:23135: test -s conftest.o
| configure:23138: $? = 0
| configure:23149: result: yes
| configure:23153: checking termcap.h presence
| configure:23168: gcc -E  conftest.c
| configure:23174: $? = 0
| configure:23195: result: yes
| configure:23228: checking for termcap.h
| configure:23236: result: yes
| configure:23095: checking termios.h usability
| configure:23112: gcc -c -g -O2  conftest.c >&5
| configure:23118: $? = 0
| configure:23125: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:23128: $? = 0
| configure:23135: test -s conftest.o
| configure:23138: $? = 0
| configure:23149: result: yes
| configure:23153: checking termios.h presence
| configure:23168: gcc -E  conftest.c
| configure:23174: $? = 0
| configure:23195: result: yes
| configure:23228: checking for termios.h
| configure:23236: result: yes
| configure:23095: checking termio.h usability
| configure:23112: gcc -c -g -O2  conftest.c >&5
| configure:23118: $? = 0
| configure:23125: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:23128: $? = 0
| configure:23135: test -s conftest.o
| configure:23138: $? = 0
| configure:23149: result: yes
| configure:23153: checking termio.h presence
| configure:23168: gcc -E  conftest.c
| configure:23174: $? = 0
| configure:23195: result: yes
| configure:23228: checking for termio.h
| configure:23236: result: yes
| configure:23095: checking sgtty.h usability
| configure:23112: gcc -c -g -O2  conftest.c >&5
| configure:23118: $? = 0
| configure:23125: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:23128: $? = 0
| configure:23135: test -s conftest.o
| configure:23138: $? = 0
| configure:23149: result: yes
| configure:23153: checking sgtty.h presence
| configure:23168: gcc -E  conftest.c
| configure:23174: $? = 0
| configure:23195: result: yes
| configure:23228: checking for sgtty.h
| configure:23236: result: yes
| configure:23095: checking crypt.h usability
| configure:23112: gcc -c -g -O2  conftest.c >&5
| configure:23118: $? = 0
| configure:23125: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:23128: $? = 0
| configure:23135: test -s conftest.o
| configure:23138: $? = 0
| configure:23149: result: yes
| configure:23153: checking crypt.h presence
| configure:23168: gcc -E  conftest.c
| configure:23174: $? = 0
| configure:23195: result: yes
| configure:23228: checking for crypt.h
| configure:23236: result: yes
| configure:23095: checking sys/uio.h usability
| configure:23112: gcc -c -g -O2  conftest.c >&5
| configure:23118: $? = 0
| configure:23125: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:23128: $? = 0
| configure:23135: test -s conftest.o
| configure:23138: $? = 0
| configure:23149: result: yes
| configure:23153: checking sys/uio.h presence
| configure:23168: gcc -E  conftest.c
| configure:23174: $? = 0
| configure:23195: result: yes
| configure:23228: checking for sys/uio.h
| configure:23236: result: yes
| configure:23095: checking sys/select.h usability
| configure:23112: gcc -c -g -O2  conftest.c >&5
| configure:23118: $? = 0
| configure:23125: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:23128: $? = 0
| configure:23135: test -s conftest.o
| configure:23138: $? = 0
| configure:23149: result: yes
| configure:23153: checking sys/select.h presence
| configure:23168: gcc -E  conftest.c
| configure:23174: $? = 0
| configure:23195: result: yes
| configure:23228: checking for sys/select.h
| configure:23236: result: yes
| configure:23095: checking sys/resources.h usability
| configure:23112: gcc -c -g -O2  conftest.c >&5
| conftest.c:91:27: error: sys/resources.h: No such file or directory
| configure:23118: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | #define GUILE_VERSION 16
| | #define USE_SERVER_GUILE 1
| | #define HAVE_SCM_LONG2NUM 1
| | #define HAVE_SCM_LIST_1 1
| | #define HAVE_SCM_LIST_N 1
| | #define HAVE_SCM_C_DEFINE 1
| | #define HAVE_SCM_C_LOOKUP 1
| | #define HAVE_LIBNSL 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_LIBLTDL 1
| | #define USE_LOADABLE_MODULES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CTYPE_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_NETINET_IN_H 1
| | #define HAVE_ARPA_INET_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_TERMCAP_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_CRYPT_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_SYS_SELECT_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <sys/resources.h>
| configure:23149: result: no
| configure:23153: checking sys/resources.h presence
| configure:23168: gcc -E  conftest.c
| conftest.c:58:27: error: sys/resources.h: No such file or directory
| configure:23174: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | #define GUILE_VERSION 16
| | #define USE_SERVER_GUILE 1
| | #define HAVE_SCM_LONG2NUM 1
| | #define HAVE_SCM_LIST_1 1
| | #define HAVE_SCM_LIST_N 1
| | #define HAVE_SCM_C_DEFINE 1
| | #define HAVE_SCM_C_LOOKUP 1
| | #define HAVE_LIBNSL 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_LIBLTDL 1
| | #define USE_LOADABLE_MODULES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CTYPE_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_NETINET_IN_H 1
| | #define HAVE_ARPA_INET_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_TERMCAP_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_CRYPT_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_SYS_SELECT_H 1
| | /* end confdefs.h.  */
| | #include <sys/resources.h>
| configure:23195: result: no
| configure:23228: checking for sys/resources.h
| configure:23236: result: no
| configure:23095: checking libintl.h usability
| configure:23112: gcc -c -g -O2  conftest.c >&5
| configure:23118: $? = 0
| configure:23125: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:23128: $? = 0
| configure:23135: test -s conftest.o
| configure:23138: $? = 0
| configure:23149: result: yes
| configure:23153: checking libintl.h presence
| configure:23168: gcc -E  conftest.c
| configure:23174: $? = 0
| configure:23195: result: yes
| configure:23228: checking for libintl.h
| configure:23236: result: yes
| configure:23250: checking for pid_t
| configure:23280: gcc -c -g -O2  conftest.c >&5
| configure:23286: $? = 0
| configure:23293: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:23296: $? = 0
| configure:23303: test -s conftest.o
| configure:23306: $? = 0
| configure:23318: result: yes
| configure:23330: checking for size_t
| configure:23360: gcc -c -g -O2  conftest.c >&5
| configure:23366: $? = 0
| configure:23373: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:23376: $? = 0
| configure:23383: test -s conftest.o
| configure:23386: $? = 0
| configure:23398: result: yes
| configure:23410: checking for off_t
| configure:23440: gcc -c -g -O2  conftest.c >&5
| configure:23446: $? = 0
| configure:23453: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:23456: $? = 0
| configure:23463: test -s conftest.o
| configure:23466: $? = 0
| configure:23478: result: yes
| configure:23490: checking return type of signal handlers
| configure:23518: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:65: error: void value not ignored as it ought to be
| configure:23524: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | #define GUILE_VERSION 16
| | #define USE_SERVER_GUILE 1
| | #define HAVE_SCM_LONG2NUM 1
| | #define HAVE_SCM_LIST_1 1
| | #define HAVE_SCM_LIST_N 1
| | #define HAVE_SCM_C_DEFINE 1
| | #define HAVE_SCM_C_LOOKUP 1
| | #define HAVE_LIBNSL 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_LIBLTDL 1
| | #define USE_LOADABLE_MODULES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CTYPE_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_NETINET_IN_H 1
| | #define HAVE_ARPA_INET_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_TERMCAP_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_CRYPT_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_LIBINTL_H 1
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| | #include <signal.h>
| | 
| | int
| | main ()
| | {
| | return *(signal (0, 0)) (0) == 1;
| |   ;
| |   return 0;
| | }
| configure:23556: result: void
| configure:23564: checking for uint32_t
| configure:23594: gcc -c -g -O2  conftest.c >&5
| configure:23600: $? = 0
| configure:23607: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:23610: $? = 0
| configure:23617: test -s conftest.o
| configure:23620: $? = 0
| configure:23632: result: yes
| configure:23635: checking size of uint32_t
| configure:24023: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:24026: $? = 0
| configure:24032: ./conftest
| configure:24035: $? = 0
| configure:24057: result: 4
| configure:24064: checking for unsigned long
| configure:24094: gcc -c -g -O2  conftest.c >&5
| configure:24100: $? = 0
| configure:24107: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:24110: $? = 0
| configure:24117: test -s conftest.o
| configure:24120: $? = 0
| configure:24132: result: yes
| configure:24135: checking size of unsigned long
| configure:24523: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:24526: $? = 0
| configure:24532: ./conftest
| configure:24535: $? = 0
| configure:24557: result: 4
| configure:24564: checking for unsigned int
| configure:24594: gcc -c -g -O2  conftest.c >&5
| configure:24600: $? = 0
| configure:24607: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:24610: $? = 0
| configure:24617: test -s conftest.o
| configure:24620: $? = 0
| configure:24632: result: yes
| configure:24635: checking size of unsigned int
| configure:25023: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:25026: $? = 0
| configure:25032: ./conftest
| configure:25035: $? = 0
| configure:25057: result: 4
| configure:25065: checking for socklen_t
| configure:25106: gcc -c -g -O2  conftest.c >&5
| configure:25112: $? = 0
| configure:25119: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:25122: $? = 0
| configure:25129: test -s conftest.o
| configure:25132: $? = 0
| configure:25144: result: yes
| configure:25157: checking for struct passwd.pw_expire
| configure:25186: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:69: error: 'struct passwd' has no member named 'pw_expire'
| configure:25192: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | #define GUILE_VERSION 16
| | #define USE_SERVER_GUILE 1
| | #define HAVE_SCM_LONG2NUM 1
| | #define HAVE_SCM_LIST_1 1
| | #define HAVE_SCM_LIST_N 1
| | #define HAVE_SCM_C_DEFINE 1
| | #define HAVE_SCM_C_LOOKUP 1
| | #define HAVE_LIBNSL 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_LIBLTDL 1
| | #define USE_LOADABLE_MODULES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CTYPE_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_NETINET_IN_H 1
| | #define HAVE_ARPA_INET_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_TERMCAP_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_CRYPT_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_LIBINTL_H 1
| | #define RETSIGTYPE void
| | #define SIZEOF_UINT32_T 4
| | #define SIZEOF_UNSIGNED_LONG 4
| | #define SIZEOF_UNSIGNED_INT 4
| | /* end confdefs.h.  */
| | #include <pwd.h>
| | 
| | int
| | main ()
| | {
| | static struct passwd ac_aggr;
| | if (ac_aggr.pw_expire)
| | return 0;
| |   ;
| |   return 0;
| | }
| configure:25243: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:69: error: 'struct passwd' has no member named 'pw_expire'
| configure:25249: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | #define GUILE_VERSION 16
| | #define USE_SERVER_GUILE 1
| | #define HAVE_SCM_LONG2NUM 1
| | #define HAVE_SCM_LIST_1 1
| | #define HAVE_SCM_LIST_N 1
| | #define HAVE_SCM_C_DEFINE 1
| | #define HAVE_SCM_C_LOOKUP 1
| | #define HAVE_LIBNSL 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_LIBLTDL 1
| | #define USE_LOADABLE_MODULES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CTYPE_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_NETINET_IN_H 1
| | #define HAVE_ARPA_INET_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_TERMCAP_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_CRYPT_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_LIBINTL_H 1
| | #define RETSIGTYPE void
| | #define SIZEOF_UINT32_T 4
| | #define SIZEOF_UNSIGNED_LONG 4
| | #define SIZEOF_UNSIGNED_INT 4
| | /* end confdefs.h.  */
| | #include <pwd.h>
| | 
| | int
| | main ()
| | {
| | static struct passwd ac_aggr;
| | if (sizeof ac_aggr.pw_expire)
| | return 0;
| |   ;
| |   return 0;
| | }
| configure:25284: result: no
| configure:25294: checking for struct passwd.pw_change
| configure:25323: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:69: error: 'struct passwd' has no member named 'pw_change'
| configure:25329: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | #define GUILE_VERSION 16
| | #define USE_SERVER_GUILE 1
| | #define HAVE_SCM_LONG2NUM 1
| | #define HAVE_SCM_LIST_1 1
| | #define HAVE_SCM_LIST_N 1
| | #define HAVE_SCM_C_DEFINE 1
| | #define HAVE_SCM_C_LOOKUP 1
| | #define HAVE_LIBNSL 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_LIBLTDL 1
| | #define USE_LOADABLE_MODULES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CTYPE_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_NETINET_IN_H 1
| | #define HAVE_ARPA_INET_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_TERMCAP_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_CRYPT_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_LIBINTL_H 1
| | #define RETSIGTYPE void
| | #define SIZEOF_UINT32_T 4
| | #define SIZEOF_UNSIGNED_LONG 4
| | #define SIZEOF_UNSIGNED_INT 4
| | /* end confdefs.h.  */
| | #include <pwd.h>
| | 
| | int
| | main ()
| | {
| | static struct passwd ac_aggr;
| | if (ac_aggr.pw_change)
| | return 0;
| |   ;
| |   return 0;
| | }
| configure:25380: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:69: error: 'struct passwd' has no member named 'pw_change'
| configure:25386: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | #define GUILE_VERSION 16
| | #define USE_SERVER_GUILE 1
| | #define HAVE_SCM_LONG2NUM 1
| | #define HAVE_SCM_LIST_1 1
| | #define HAVE_SCM_LIST_N 1
| | #define HAVE_SCM_C_DEFINE 1
| | #define HAVE_SCM_C_LOOKUP 1
| | #define HAVE_LIBNSL 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_LIBLTDL 1
| | #define USE_LOADABLE_MODULES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CTYPE_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_NETINET_IN_H 1
| | #define HAVE_ARPA_INET_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_TERMCAP_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_CRYPT_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_LIBINTL_H 1
| | #define RETSIGTYPE void
| | #define SIZEOF_UINT32_T 4
| | #define SIZEOF_UNSIGNED_LONG 4
| | #define SIZEOF_UNSIGNED_INT 4
| | /* end confdefs.h.  */
| | #include <pwd.h>
| | 
| | int
| | main ()
| | {
| | static struct passwd ac_aggr;
| | if (sizeof ac_aggr.pw_change)
| | return 0;
| |   ;
| |   return 0;
| | }
| configure:25421: result: no
| configure:25444: checking shadow.h usability
| configure:25461: gcc -c -g -O2  conftest.c >&5
| configure:25467: $? = 0
| configure:25474: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:25477: $? = 0
| configure:25484: test -s conftest.o
| configure:25487: $? = 0
| configure:25498: result: yes
| configure:25502: checking shadow.h presence
| configure:25517: gcc -E  conftest.c
| configure:25523: $? = 0
| configure:25544: result: yes
| configure:25577: checking for shadow.h
| configure:25584: result: yes
| configure:25593: checking for getspnam
| configure:25649: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:25655: $? = 0
| configure:25662: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:25665: $? = 0
| configure:25672: test -s conftest
| configure:25675: $? = 0
| configure:25689: result: yes
| configure:25699: checking for struct spwd
| configure:25730: gcc -c -g -O2  conftest.c >&5
| configure:25736: $? = 0
| configure:25743: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:25746: $? = 0
| configure:25753: test -s conftest.o
| configure:25756: $? = 0
| configure:25768: result: yes
| configure:25779: checking for struct spwd.sp_expire
| configure:25808: gcc -c -g -O2  conftest.c >&5
| configure:25814: $? = 0
| configure:25821: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:25824: $? = 0
| configure:25831: test -s conftest.o
| configure:25834: $? = 0
| configure:25906: result: yes
| configure:26596: checking for an ANSI C-conforming const
| configure:26671: gcc -c -g -O2  conftest.c >&5
| configure:26677: $? = 0
| configure:26684: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:26687: $? = 0
| configure:26694: test -s conftest.o
| configure:26697: $? = 0
| configure:26709: result: yes
| configure:26719: checking for uid_t in sys/types.h
| configure:26742: result: yes
| configure:26757: checking for off_t
| configure:26825: result: yes
| configure:26837: checking for pid_t
| configure:26905: result: yes
| configure:26917: checking for size_t
| configure:26985: result: yes
| configure:26997: checking return type of signal handlers
| configure:27063: result: void
| configure:27071: checking for u_char
| configure:27101: gcc -c -g -O2  conftest.c >&5
| configure:27107: $? = 0
| configure:27114: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:27117: $? = 0
| configure:27124: test -s conftest.o
| configure:27127: $? = 0
| configure:27139: result: yes
| configure:27151: checking for u_int
| configure:27181: gcc -c -g -O2  conftest.c >&5
| configure:27187: $? = 0
| configure:27194: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:27197: $? = 0
| configure:27204: test -s conftest.o
| configure:27207: $? = 0
| configure:27219: result: yes
| configure:27231: checking for u_long
| configure:27261: gcc -c -g -O2  conftest.c >&5
| configure:27267: $? = 0
| configure:27274: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:27277: $? = 0
| configure:27284: test -s conftest.o
| configure:27287: $? = 0
| configure:27299: result: yes
| configure:27311: checking whether time.h and sys/time.h may both be included
| configure:27341: gcc -c -g -O2  conftest.c >&5
| configure:27347: $? = 0
| configure:27354: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:27357: $? = 0
| configure:27364: test -s conftest.o
| configure:27367: $? = 0
| configure:27379: result: yes
| configure:27389: checking whether struct tm is in sys/time.h or time.h
| configure:27417: gcc -c -g -O2  conftest.c >&5
| configure:27423: $? = 0
| configure:27430: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:27433: $? = 0
| configure:27440: test -s conftest.o
| configure:27443: $? = 0
| configure:27455: result: time.h
| configure:27465: checking for struct sockaddr_in.sin_len
| configure:27495: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:75: error: 'struct sockaddr_in' has no member named 'sin_len'
| configure:27501: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | #define GUILE_VERSION 16
| | #define USE_SERVER_GUILE 1
| | #define HAVE_SCM_LONG2NUM 1
| | #define HAVE_SCM_LIST_1 1
| | #define HAVE_SCM_LIST_N 1
| | #define HAVE_SCM_C_DEFINE 1
| | #define HAVE_SCM_C_LOOKUP 1
| | #define HAVE_LIBNSL 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_LIBLTDL 1
| | #define USE_LOADABLE_MODULES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CTYPE_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_NETINET_IN_H 1
| | #define HAVE_ARPA_INET_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_TERMCAP_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_CRYPT_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_LIBINTL_H 1
| | #define RETSIGTYPE void
| | #define SIZEOF_UINT32_T 4
| | #define SIZEOF_UNSIGNED_LONG 4
| | #define SIZEOF_UNSIGNED_INT 4
| | #define HAVE_GETSPNAM 1
| | #define HAVE_STRUCT_SPWD 1
| | #define HAVE_STRUCT_SPWD_SP_EXPIRE 1
| | #define RETSIGTYPE void
| | #define TIME_WITH_SYS_TIME 1
| | /* end confdefs.h.  */
| |  #include <sys/types.h>
| |       #include <netinet/in.h>
| | 
| | int
| | main ()
| | {
| | static struct sockaddr_in ac_aggr;
| | if (ac_aggr.sin_len)
| | return 0;
| |   ;
| |   return 0;
| | }
| configure:27553: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:75: error: 'struct sockaddr_in' has no member named 'sin_len'
| configure:27559: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | #define GUILE_VERSION 16
| | #define USE_SERVER_GUILE 1
| | #define HAVE_SCM_LONG2NUM 1
| | #define HAVE_SCM_LIST_1 1
| | #define HAVE_SCM_LIST_N 1
| | #define HAVE_SCM_C_DEFINE 1
| | #define HAVE_SCM_C_LOOKUP 1
| | #define HAVE_LIBNSL 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_LIBLTDL 1
| | #define USE_LOADABLE_MODULES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CTYPE_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_NETINET_IN_H 1
| | #define HAVE_ARPA_INET_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_TERMCAP_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_CRYPT_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_LIBINTL_H 1
| | #define RETSIGTYPE void
| | #define SIZEOF_UINT32_T 4
| | #define SIZEOF_UNSIGNED_LONG 4
| | #define SIZEOF_UNSIGNED_INT 4
| | #define HAVE_GETSPNAM 1
| | #define HAVE_STRUCT_SPWD 1
| | #define HAVE_STRUCT_SPWD_SP_EXPIRE 1
| | #define RETSIGTYPE void
| | #define TIME_WITH_SYS_TIME 1
| | /* end confdefs.h.  */
| |  #include <sys/types.h>
| |       #include <netinet/in.h>
| | 
| | int
| | main ()
| | {
| | static struct sockaddr_in ac_aggr;
| | if (sizeof ac_aggr.sin_len)
| | return 0;
| |   ;
| |   return 0;
| | }
| configure:27594: result: no
| configure:27606: checking for INADDR_LOOPBACK
| configure:27640: gcc -c -g -O2  conftest.c >&5
| configure:27646: $? = 0
| configure:27653: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:27656: $? = 0
| configure:27663: test -s conftest.o
| configure:27666: $? = 0
| configure:27680: result: found
| configure:27698: checking for strftime
| configure:27754: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| conftest.c:91: warning: conflicting types for built-in function 'strftime'
| configure:27760: $? = 0
| configure:27767: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:27770: $? = 0
| configure:27777: test -s conftest
| configure:27780: $? = 0
| configure:27794: result: yes
| configure:27895: checking for vprintf
| configure:27951: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| conftest.c:92: warning: conflicting types for built-in function 'vprintf'
| configure:27957: $? = 0
| configure:27964: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:27967: $? = 0
| configure:27974: test -s conftest
| configure:27977: $? = 0
| configure:27991: result: yes
| configure:27998: checking for _doprnt
| configure:28054: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| /tmp/ccOimiEo.o: In function `main':
| /home/ushustech/Desktop/radius-1.4/conftest.c:104: undefined reference to 
`_doprnt'
| collect2: ld returned 1 exit status
| configure:28060: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | #define GUILE_VERSION 16
| | #define USE_SERVER_GUILE 1
| | #define HAVE_SCM_LONG2NUM 1
| | #define HAVE_SCM_LIST_1 1
| | #define HAVE_SCM_LIST_N 1
| | #define HAVE_SCM_C_DEFINE 1
| | #define HAVE_SCM_C_LOOKUP 1
| | #define HAVE_LIBNSL 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_LIBLTDL 1
| | #define USE_LOADABLE_MODULES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CTYPE_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_NETINET_IN_H 1
| | #define HAVE_ARPA_INET_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_TERMCAP_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_CRYPT_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_LIBINTL_H 1
| | #define RETSIGTYPE void
| | #define SIZEOF_UINT32_T 4
| | #define SIZEOF_UNSIGNED_LONG 4
| | #define SIZEOF_UNSIGNED_INT 4
| | #define HAVE_GETSPNAM 1
| | #define HAVE_STRUCT_SPWD 1
| | #define HAVE_STRUCT_SPWD_SP_EXPIRE 1
| | #define RETSIGTYPE void
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRFTIME 1
| | #define HAVE_VPRINTF 1
| | /* end confdefs.h.  */
| | /* Define _doprnt to an innocuous variant, in case <limits.h> declares 
_doprnt.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define _doprnt innocuous__doprnt
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char _doprnt (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef _doprnt
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char _doprnt ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub__doprnt || defined __stub____doprnt
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return _doprnt ();
| |   ;
| |   return 0;
| | }
| configure:28093: result: no
| configure:28113: checking for stdlib.h
| configure:28119: result: yes
| configure:28113: checking for unistd.h
| configure:28119: result: yes
| configure:28281: checking for getpagesize
| configure:28337: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:28343: $? = 0
| configure:28350: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:28353: $? = 0
| configure:28360: test -s conftest
| configure:28363: $? = 0
| configure:28377: result: yes
| configure:28387: checking for working mmap
| configure:28534: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:28537: $? = 0
| configure:28543: ./conftest
| configure:28546: $? = 0
| configure:28562: result: yes
| configure:28576: checking for working alloca.h
| configure:28603: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:28609: $? = 0
| configure:28616: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:28619: $? = 0
| configure:28626: test -s conftest
| configure:28629: $? = 0
| configure:28642: result: yes
| configure:28652: checking for alloca
| configure:28699: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:28705: $? = 0
| configure:28712: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:28715: $? = 0
| configure:28722: test -s conftest
| configure:28725: $? = 0
| configure:28738: result: yes
| configure:28981: checking for inline
| configure:29007: gcc -c -g -O2  conftest.c >&5
| configure:29013: $? = 0
| configure:29020: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:29023: $? = 0
| configure:29030: test -s conftest.o
| configure:29033: $? = 0
| configure:29048: result: inline
| configure:29067: checking for C/C++ restrict keyword
| configure:29103: gcc -c -g -O2  conftest.c >&5
| conftest.c:77: error: expected ';', ',' or ')' before 'ip'
| conftest.c: In function 'main':
| conftest.c:84: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
't'
| conftest.c:84: error: 't' undeclared (first use in this function)
| conftest.c:84: error: (Each undeclared identifier is reported only once
| conftest.c:84: error: for each function it appears in.)
| configure:29109: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | #define GUILE_VERSION 16
| | #define USE_SERVER_GUILE 1
| | #define HAVE_SCM_LONG2NUM 1
| | #define HAVE_SCM_LIST_1 1
| | #define HAVE_SCM_LIST_N 1
| | #define HAVE_SCM_C_DEFINE 1
| | #define HAVE_SCM_C_LOOKUP 1
| | #define HAVE_LIBNSL 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_LIBLTDL 1
| | #define USE_LOADABLE_MODULES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CTYPE_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_NETINET_IN_H 1
| | #define HAVE_ARPA_INET_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_TERMCAP_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_CRYPT_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_LIBINTL_H 1
| | #define RETSIGTYPE void
| | #define SIZEOF_UINT32_T 4
| | #define SIZEOF_UNSIGNED_LONG 4
| | #define SIZEOF_UNSIGNED_INT 4
| | #define HAVE_GETSPNAM 1
| | #define HAVE_STRUCT_SPWD 1
| | #define HAVE_STRUCT_SPWD_SP_EXPIRE 1
| | #define RETSIGTYPE void
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRFTIME 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_MMAP 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | /* end confdefs.h.  */
| | typedef int * int_ptr;
| |         int foo (int_ptr restrict ip) {
| |         return ip[0];
| |        }
| | int
| | main ()
| | {
| | int s[1];
| |         int * restrict t = s;
| |         t[0] = 0;
| |         return foo(t)
| |   ;
| |   return 0;
| | }
| configure:29103: gcc -c -g -O2  conftest.c >&5
| configure:29109: $? = 0
| configure:29116: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:29119: $? = 0
| configure:29126: test -s conftest.o
| configure:29129: $? = 0
| configure:29144: result: __restrict
| configure:29160: checking whether getenv is declared
| configure:29190: gcc -c -g -O2  conftest.c >&5
| configure:29196: $? = 0
| configure:29203: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:29206: $? = 0
| configure:29213: test -s conftest.o
| configure:29216: $? = 0
| configure:29228: result: yes
| configure:29280: checking whether clearerr_unlocked is declared
| configure:29310: gcc -c -g -O2  conftest.c >&5
| configure:29316: $? = 0
| configure:29323: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:29326: $? = 0
| configure:29333: test -s conftest.o
| configure:29336: $? = 0
| configure:29348: result: yes
| configure:29368: checking whether feof_unlocked is declared
| configure:29398: gcc -c -g -O2  conftest.c >&5
| configure:29404: $? = 0
| configure:29411: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:29414: $? = 0
| configure:29421: test -s conftest.o
| configure:29424: $? = 0
| configure:29436: result: yes
| configure:29456: checking whether ferror_unlocked is declared
| configure:29486: gcc -c -g -O2  conftest.c >&5
| configure:29492: $? = 0
| configure:29499: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:29502: $? = 0
| configure:29509: test -s conftest.o
| configure:29512: $? = 0
| configure:29524: result: yes
| configure:29544: checking whether fflush_unlocked is declared
| configure:29574: gcc -c -g -O2  conftest.c >&5
| configure:29580: $? = 0
| configure:29587: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:29590: $? = 0
| configure:29597: test -s conftest.o
| configure:29600: $? = 0
| configure:29612: result: yes
| configure:29632: checking whether fgets_unlocked is declared
| configure:29662: gcc -c -g -O2  conftest.c >&5
| configure:29668: $? = 0
| configure:29675: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:29678: $? = 0
| configure:29685: test -s conftest.o
| configure:29688: $? = 0
| configure:29700: result: yes
| configure:29720: checking whether fputc_unlocked is declared
| configure:29750: gcc -c -g -O2  conftest.c >&5
| configure:29756: $? = 0
| configure:29763: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:29766: $? = 0
| configure:29773: test -s conftest.o
| configure:29776: $? = 0
| configure:29788: result: yes
| configure:29808: checking whether fputs_unlocked is declared
| configure:29838: gcc -c -g -O2  conftest.c >&5
| configure:29844: $? = 0
| configure:29851: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:29854: $? = 0
| configure:29861: test -s conftest.o
| configure:29864: $? = 0
| configure:29876: result: yes
| configure:29896: checking whether fread_unlocked is declared
| configure:29926: gcc -c -g -O2  conftest.c >&5
| configure:29932: $? = 0
| configure:29939: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:29942: $? = 0
| configure:29949: test -s conftest.o
| configure:29952: $? = 0
| configure:29964: result: yes
| configure:29984: checking whether fwrite_unlocked is declared
| configure:30014: gcc -c -g -O2  conftest.c >&5
| configure:30020: $? = 0
| configure:30027: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:30030: $? = 0
| configure:30037: test -s conftest.o
| configure:30040: $? = 0
| configure:30052: result: yes
| configure:30072: checking whether getc_unlocked is declared
| configure:30102: gcc -c -g -O2  conftest.c >&5
| configure:30108: $? = 0
| configure:30115: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:30118: $? = 0
| configure:30125: test -s conftest.o
| configure:30128: $? = 0
| configure:30140: result: yes
| configure:30160: checking whether getchar_unlocked is declared
| configure:30190: gcc -c -g -O2  conftest.c >&5
| configure:30196: $? = 0
| configure:30203: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:30206: $? = 0
| configure:30213: test -s conftest.o
| configure:30216: $? = 0
| configure:30228: result: yes
| configure:30248: checking whether putc_unlocked is declared
| configure:30278: gcc -c -g -O2  conftest.c >&5
| configure:30284: $? = 0
| configure:30291: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:30294: $? = 0
| configure:30301: test -s conftest.o
| configure:30304: $? = 0
| configure:30316: result: yes
| configure:30336: checking whether putchar_unlocked is declared
| configure:30366: gcc -c -g -O2  conftest.c >&5
| configure:30372: $? = 0
| configure:30379: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:30382: $? = 0
| configure:30389: test -s conftest.o
| configure:30392: $? = 0
| configure:30404: result: yes
| configure:30431: checking for flockfile
| configure:30487: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:30493: $? = 0
| configure:30500: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:30503: $? = 0
| configure:30510: test -s conftest
| configure:30513: $? = 0
| configure:30527: result: yes
| configure:30431: checking for funlockfile
| configure:30487: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:30493: $? = 0
| configure:30500: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:30503: $? = 0
| configure:30510: test -s conftest
| configure:30513: $? = 0
| configure:30527: result: yes
| configure:30431: checking for mbrtowc
| configure:30487: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:30493: $? = 0
| configure:30500: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:30503: $? = 0
| configure:30510: test -s conftest
| configure:30513: $? = 0
| configure:30527: result: yes
| configure:30431: checking for mempcpy
| configure:30487: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| conftest.c:118: warning: conflicting types for built-in function 'mempcpy'
| configure:30493: $? = 0
| configure:30500: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:30503: $? = 0
| configure:30510: test -s conftest
| configure:30513: $? = 0
| configure:30527: result: yes
| configure:30431: checking for wcrtomb
| configure:30487: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:30493: $? = 0
| configure:30500: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:30503: $? = 0
| configure:30510: test -s conftest
| configure:30513: $? = 0
| configure:30527: result: yes
| configure:30431: checking for wcscoll
| configure:30487: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:30493: $? = 0
| configure:30500: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:30503: $? = 0
| configure:30510: test -s conftest
| configure:30513: $? = 0
| configure:30527: result: yes
| configure:30431: checking for iswprint
| configure:30487: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| conftest.c:121: warning: conflicting types for built-in function 'iswprint'
| configure:30493: $? = 0
| configure:30500: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:30503: $? = 0
| configure:30510: test -s conftest
| configure:30513: $? = 0
| configure:30527: result: yes
| configure:30431: checking for wcwidth
| configure:30487: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:30493: $? = 0
| configure:30500: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:30503: $? = 0
| configure:30510: test -s conftest
| configure:30513: $? = 0
| configure:30527: result: yes
| configure:30567: checking features.h usability
| configure:30584: gcc -c -g -O2  conftest.c >&5
| configure:30590: $? = 0
| configure:30597: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:30600: $? = 0
| configure:30607: test -s conftest.o
| configure:30610: $? = 0
| configure:30621: result: yes
| configure:30625: checking features.h presence
| configure:30640: gcc -E  conftest.c
| configure:30646: $? = 0
| configure:30667: result: yes
| configure:30700: checking for features.h
| configure:30708: result: yes
| configure:30567: checking linewrap.h usability
| configure:30584: gcc -c -g -O2  conftest.c >&5
| conftest.c:134:22: error: linewrap.h: No such file or directory
| configure:30590: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | #define GUILE_VERSION 16
| | #define USE_SERVER_GUILE 1
| | #define HAVE_SCM_LONG2NUM 1
| | #define HAVE_SCM_LIST_1 1
| | #define HAVE_SCM_LIST_N 1
| | #define HAVE_SCM_C_DEFINE 1
| | #define HAVE_SCM_C_LOOKUP 1
| | #define HAVE_LIBNSL 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_LIBLTDL 1
| | #define USE_LOADABLE_MODULES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CTYPE_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_NETINET_IN_H 1
| | #define HAVE_ARPA_INET_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_TERMCAP_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_CRYPT_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_LIBINTL_H 1
| | #define RETSIGTYPE void
| | #define SIZEOF_UINT32_T 4
| | #define SIZEOF_UNSIGNED_LONG 4
| | #define SIZEOF_UNSIGNED_INT 4
| | #define HAVE_GETSPNAM 1
| | #define HAVE_STRUCT_SPWD 1
| | #define HAVE_STRUCT_SPWD_SP_EXPIRE 1
| | #define RETSIGTYPE void
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRFTIME 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_MMAP 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_FEATURES_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <linewrap.h>
| configure:30621: result: no
| configure:30625: checking linewrap.h presence
| configure:30640: gcc -E  conftest.c
| conftest.c:101:22: error: linewrap.h: No such file or directory
| configure:30646: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | #define GUILE_VERSION 16
| | #define USE_SERVER_GUILE 1
| | #define HAVE_SCM_LONG2NUM 1
| | #define HAVE_SCM_LIST_1 1
| | #define HAVE_SCM_LIST_N 1
| | #define HAVE_SCM_C_DEFINE 1
| | #define HAVE_SCM_C_LOOKUP 1
| | #define HAVE_LIBNSL 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_LIBLTDL 1
| | #define USE_LOADABLE_MODULES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CTYPE_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_NETINET_IN_H 1
| | #define HAVE_ARPA_INET_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_TERMCAP_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_CRYPT_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_LIBINTL_H 1
| | #define RETSIGTYPE void
| | #define SIZEOF_UINT32_T 4
| | #define SIZEOF_UNSIGNED_LONG 4
| | #define SIZEOF_UNSIGNED_INT 4
| | #define HAVE_GETSPNAM 1
| | #define HAVE_STRUCT_SPWD 1
| | #define HAVE_STRUCT_SPWD_SP_EXPIRE 1
| | #define RETSIGTYPE void
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRFTIME 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_MMAP 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_FEATURES_H 1
| | /* end confdefs.h.  */
| | #include <linewrap.h>
| configure:30667: result: no
| configure:30700: checking for linewrap.h
| configure:30708: result: no
| configure:30567: checking wchar.h usability
| configure:30584: gcc -c -g -O2  conftest.c >&5
| configure:30590: $? = 0
| configure:30597: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:30600: $? = 0
| configure:30607: test -s conftest.o
| configure:30610: $? = 0
| configure:30621: result: yes
| configure:30625: checking wchar.h presence
| configure:30640: gcc -E  conftest.c
| configure:30646: $? = 0
| configure:30667: result: yes
| configure:30700: checking for wchar.h
| configure:30708: result: yes
| configure:30567: checking wctype.h usability
| configure:30584: gcc -c -g -O2  conftest.c >&5
| configure:30590: $? = 0
| configure:30597: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:30600: $? = 0
| configure:30607: test -s conftest.o
| configure:30610: $? = 0
| configure:30621: result: yes
| configure:30625: checking wctype.h presence
| configure:30640: gcc -E  conftest.c
| configure:30646: $? = 0
| configure:30667: result: yes
| configure:30700: checking for wctype.h
| configure:30708: result: yes
| configure:30567: checking locale.h usability
| configure:30584: gcc -c -g -O2  conftest.c >&5
| configure:30590: $? = 0
| configure:30597: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:30600: $? = 0
| configure:30607: test -s conftest.o
| configure:30610: $? = 0
| configure:30621: result: yes
| configure:30625: checking locale.h presence
| configure:30640: gcc -E  conftest.c
| configure:30646: $? = 0
| configure:30667: result: yes
| configure:30700: checking for locale.h
| configure:30708: result: yes
| configure:30557: checking for stdint.h
| configure:30563: result: yes
| configure:30733: checking whether system is Windows or MSDOS
| configure:30762: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:110: error: 'neither' undeclared (first use in this function)
| conftest.c:110: error: (Each undeclared identifier is reported only once
| conftest.c:110: error: for each function it appears in.)
| conftest.c:110: error: expected ';' before 'MSDOS'
| configure:30768: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | #define GUILE_VERSION 16
| | #define USE_SERVER_GUILE 1
| | #define HAVE_SCM_LONG2NUM 1
| | #define HAVE_SCM_LIST_1 1
| | #define HAVE_SCM_LIST_N 1
| | #define HAVE_SCM_C_DEFINE 1
| | #define HAVE_SCM_C_LOOKUP 1
| | #define HAVE_LIBNSL 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_LIBLTDL 1
| | #define USE_LOADABLE_MODULES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CTYPE_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_NETINET_IN_H 1
| | #define HAVE_ARPA_INET_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_TERMCAP_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_CRYPT_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_LIBINTL_H 1
| | #define RETSIGTYPE void
| | #define SIZEOF_UINT32_T 4
| | #define SIZEOF_UNSIGNED_LONG 4
| | #define SIZEOF_UNSIGNED_INT 4
| | #define HAVE_GETSPNAM 1
| | #define HAVE_STRUCT_SPWD 1
| | #define HAVE_STRUCT_SPWD_SP_EXPIRE 1
| | #define RETSIGTYPE void
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRFTIME 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_MMAP 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDINT_H 1
| | /* end confdefs.h.  */
| | 
| | int
| | main ()
| | {
| | #if !defined _WIN32 && !defined __WIN32__ && !defined __MSDOS__ && !defined 
__CYGWIN__
| | neither MSDOS nor Windows
| | #endif
| |   ;
| |   return 0;
| | }
| configure:30801: result: no
| configure:30911: checking whether // is distinct from /
| configure:30940: result: no
| configure:30954: checking whether strerror_r is declared
| configure:30984: gcc -c -g -O2  conftest.c >&5
| configure:30990: $? = 0
| configure:30997: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:31000: $? = 0
| configure:31007: test -s conftest.o
| configure:31010: $? = 0
| configure:31022: result: yes
| configure:31044: checking for strerror_r
| configure:31100: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:31106: $? = 0
| configure:31113: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:31116: $? = 0
| configure:31123: test -s conftest
| configure:31126: $? = 0
| configure:31140: result: yes
| configure:31150: checking whether strerror_r returns char *
| configure:31184: gcc -c -g -O2  conftest.c >&5
| configure:31190: $? = 0
| configure:31197: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:31200: $? = 0
| configure:31207: test -s conftest.o
| configure:31210: $? = 0
| configure:31283: result: yes
| configure:31294: checking whether getdelim is declared
| configure:31324: gcc -c -g -O2  conftest.c >&5
| configure:31330: $? = 0
| configure:31337: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:31340: $? = 0
| configure:31347: test -s conftest.o
| configure:31350: $? = 0
| configure:31362: result: yes
| configure:31908: checking for mbstate_t
| configure:31935: gcc -c -g -O2  conftest.c >&5
| configure:31941: $? = 0
| configure:31948: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:31951: $? = 0
| configure:31958: test -s conftest.o
| configure:31961: $? = 0
| configure:31973: result: yes
| configure:31989: checking whether mbrtowc and mbstate_t are properly declared
| configure:32019: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:32025: $? = 0
| configure:32032: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32035: $? = 0
| configure:32042: test -s conftest
| configure:32045: $? = 0
| configure:32058: result: yes
| configure:32072: checking whether <limits.h> defines MIN and MAX
| configure:32099: gcc -c -g -O2  conftest.c >&5
| conftest.c:116: error: initializer element is not constant
| configure:32105: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | #define GUILE_VERSION 16
| | #define USE_SERVER_GUILE 1
| | #define HAVE_SCM_LONG2NUM 1
| | #define HAVE_SCM_LIST_1 1
| | #define HAVE_SCM_LIST_N 1
| | #define HAVE_SCM_C_DEFINE 1
| | #define HAVE_SCM_C_LOOKUP 1
| | #define HAVE_LIBNSL 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_LIBLTDL 1
| | #define USE_LOADABLE_MODULES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CTYPE_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_NETINET_IN_H 1
| | #define HAVE_ARPA_INET_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_TERMCAP_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_CRYPT_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_LIBINTL_H 1
| | #define RETSIGTYPE void
| | #define SIZEOF_UINT32_T 4
| | #define SIZEOF_UNSIGNED_LONG 4
| | #define SIZEOF_UNSIGNED_INT 4
| | #define HAVE_GETSPNAM 1
| | #define HAVE_STRUCT_SPWD 1
| | #define HAVE_STRUCT_SPWD_SP_EXPIRE 1
| | #define RETSIGTYPE void
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRFTIME 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_MMAP 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDINT_H 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | /* end confdefs.h.  */
| | #include <limits.h>
| | int x = MIN (42, 17);
| | int
| | main ()
| | {
| | 
| |   ;
| |   return 0;
| | }
| configure:32137: result: no
| configure:32152: checking whether <sys/param.h> defines MIN and MAX
| configure:32179: gcc -c -g -O2  conftest.c >&5
| configure:32185: $? = 0
| configure:32192: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32195: $? = 0
| configure:32202: test -s conftest.o
| configure:32205: $? = 0
| configure:32217: result: yes
| configure:32231: checking for nl_langinfo and CODESET
| configure:32257: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:32263: $? = 0
| configure:32270: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32273: $? = 0
| configure:32280: test -s conftest
| configure:32283: $? = 0
| configure:32297: result: yes
| configure:32337: checking for stdbool.h that conforms to C99
| configure:32430: gcc -c -g -O2  conftest.c >&5
| configure:32436: $? = 0
| configure:32443: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32446: $? = 0
| configure:32453: test -s conftest.o
| configure:32456: $? = 0
| configure:32468: result: yes
| configure:32470: checking for _Bool
| configure:32500: gcc -c -g -O2  conftest.c >&5
| configure:32506: $? = 0
| configure:32513: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32516: $? = 0
| configure:32523: test -s conftest.o
| configure:32526: $? = 0
| configure:32538: result: yes
| configure:32557: checking for long long int
| configure:32584: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:32590: $? = 0
| configure:32597: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32600: $? = 0
| configure:32607: test -s conftest
| configure:32610: $? = 0
| configure:32623: result: yes
| configure:32640: checking whether strndup is declared
| configure:32670: gcc -c -g -O2  conftest.c >&5
| configure:32676: $? = 0
| configure:32683: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32686: $? = 0
| configure:32693: test -s conftest.o
| configure:32696: $? = 0
| configure:32708: result: yes
| configure:32728: checking whether strnlen is declared
| configure:32758: gcc -c -g -O2  conftest.c >&5
| configure:32764: $? = 0
| configure:32771: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32774: $? = 0
| configure:32781: test -s conftest.o
| configure:32784: $? = 0
| configure:32796: result: yes
| configure:32817: checking for EOVERFLOW
| configure:33300: result: yes
| configure:33313: checking for signed
| configure:33339: gcc -c -g -O2  conftest.c >&5
| configure:33345: $? = 0
| configure:33352: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:33355: $? = 0
| configure:33362: test -s conftest.o
| configure:33365: $? = 0
| configure:33377: result: yes
| configure:33388: checking for long long
| configure:33415: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:33421: $? = 0
| configure:33428: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:33431: $? = 0
| configure:33438: test -s conftest
| configure:33441: $? = 0
| configure:33454: result: yes
| configure:33465: checking for long double
| configure:33538: result: yes
| configure:33549: checking for wchar_t
| configure:33576: gcc -c -g -O2  conftest.c >&5
| configure:33582: $? = 0
| configure:33589: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:33592: $? = 0
| configure:33599: test -s conftest.o
| configure:33602: $? = 0
| configure:33614: result: yes
| configure:33625: checking for wint_t
| configure:33652: gcc -c -g -O2  conftest.c >&5
| configure:33658: $? = 0
| configure:33665: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:33668: $? = 0
| configure:33675: test -s conftest.o
| configure:33678: $? = 0
| configure:33690: result: yes
| configure:33701: checking for inttypes.h
| configure:33728: gcc -c -g -O2  conftest.c >&5
| configure:33734: $? = 0
| configure:33741: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:33744: $? = 0
| configure:33751: test -s conftest.o
| configure:33754: $? = 0
| configure:33766: result: yes
| configure:33777: checking for stdint.h
| configure:33804: gcc -c -g -O2  conftest.c >&5
| configure:33810: $? = 0
| configure:33817: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:33820: $? = 0
| configure:33827: test -s conftest.o
| configure:33830: $? = 0
| configure:33842: result: yes
| configure:33855: checking for intmax_t
| configure:33890: gcc -c -g -O2  conftest.c >&5
| configure:33896: $? = 0
| configure:33903: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:33906: $? = 0
| configure:33913: test -s conftest.o
| configure:33916: $? = 0
| configure:33928: result: yes
| configure:33949: checking whether vsnprintf is declared
| configure:33979: gcc -c -g -O2  conftest.c >&5
| configure:33985: $? = 0
| configure:33992: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:33995: $? = 0
| configure:34002: test -s conftest.o
| configure:34005: $? = 0
| configure:34017: result: yes
| configure:34114: checking whether program_invocation_name is declared
| configure:34145: gcc -c -g -O2  conftest.c >&5
| configure:34151: $? = 0
| configure:34158: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:34161: $? = 0
| configure:34168: test -s conftest.o
| configure:34171: $? = 0
| configure:34183: result: yes
| configure:34199: checking whether program_invocation_short_name is declared
| configure:34230: gcc -c -g -O2  conftest.c >&5
| configure:34236: $? = 0
| configure:34243: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:34246: $? = 0
| configure:34253: test -s conftest.o
| configure:34256: $? = 0
| configure:34268: result: yes
| configure:34289: checking whether program_invocation_name is defined
| configure:34312: gcc -c -g -O2  conftest.c >&5
| configure:34318: $? = 0
| configure:34325: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:34328: $? = 0
| configure:34335: test -s conftest.o
| configure:34338: $? = 0
| configure:34345: result: yes
| configure:34357: checking whether program_invocation_short_name is defined
| configure:34380: gcc -c -g -O2  conftest.c >&5
| configure:34386: $? = 0
| configure:34393: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:34396: $? = 0
| configure:34403: test -s conftest.o
| configure:34406: $? = 0
| configure:34413: result: yes
| configure:34562: checking for error_at_line
| configure:34588: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:34594: $? = 0
| configure:34601: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:34604: $? = 0
| configure:34611: test -s conftest
| configure:34614: $? = 0
| configure:34627: result: yes
| configure:34661: checking for getdelim
| configure:34717: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:34723: $? = 0
| configure:34730: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:34733: $? = 0
| configure:34740: test -s conftest
| configure:34743: $? = 0
| configure:34757: result: yes
| configure:34902: checking whether getline is declared
| configure:34932: gcc -c -g -O2  conftest.c >&5
| configure:34938: $? = 0
| configure:34945: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:34948: $? = 0
| configure:34955: test -s conftest.o
| configure:34958: $? = 0
| configure:34970: result: yes
| configure:34990: checking for getline
| configure:35046: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:35052: $? = 0
| configure:35059: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:35062: $? = 0
| configure:35069: test -s conftest
| configure:35072: $? = 0
| configure:35085: result: yes
| configure:35094: checking for working getline function
| configure:35155: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:35158: $? = 0
| configure:35164: ./conftest
| configure:35167: $? = 0
| configure:35183: result: yes
| configure:35493: checking for stdlib.h
| configure:35499: result: yes
| configure:35657: checking for GNU libc compatible malloc
| configure:35691: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:35694: $? = 0
| configure:35700: ./conftest
| configure:35703: $? = 0
| configure:35719: result: yes
| configure:35774: checking for iswcntrl
| configure:35830: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| conftest.c:164: warning: conflicting types for built-in function 'iswcntrl'
| configure:35836: $? = 0
| configure:35843: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:35846: $? = 0
| configure:35853: test -s conftest
| configure:35856: $? = 0
| configure:35870: result: yes
| configure:35892: checking for memchr
| configure:35948: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:35954: $? = 0
| configure:35961: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:35964: $? = 0
| configure:35971: test -s conftest
| configure:35974: $? = 0
| configure:35988: result: yes
| configure:36188: checking for mempcpy
| configure:36284: result: yes
| configure:36311: checking for obstacks
| configure:36337: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:36343: $? = 0
| configure:36350: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:36353: $? = 0
| configure:36360: test -s conftest
| configure:36363: $? = 0
| configure:36376: result: yes
| configure:36410: checking for working re_compile_pattern
| configure:36508: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:36511: $? = 0
| configure:36517: ./conftest
| configure:36520: $? = 0
| configure:36536: result: yes
| configure:36765: checking for stdint.h
| configure:36771: result: yes
| configure:36929: checking for SIZE_MAX
| configure:37822: result: yes
| configure:37833: checking for ssize_t
| configure:37860: gcc -c -g -O2  conftest.c >&5
| configure:37866: $? = 0
| configure:37873: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:37876: $? = 0
| configure:37883: test -s conftest.o
| configure:37886: $? = 0
| configure:37898: result: yes
| configure:37966: checking absolute name of <stdint.h>
| configure:37991: result: ///usr/include/stdint.h
| configure:38008: checking whether stdint.h conforms to C99
| configure:38150: gcc -c -g -O2  conftest.c >&5
| conftest.c:233: error: negative width in bit-field 'check_UINT8_C'
| conftest.c:235: error: negative width in bit-field 'check_UINT16_C'
| configure:38156: $? = 1
| configure: failed program was:
| | 
| |      /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | #define GUILE_VERSION 16
| | #define USE_SERVER_GUILE 1
| | #define HAVE_SCM_LONG2NUM 1
| | #define HAVE_SCM_LIST_1 1
| | #define HAVE_SCM_LIST_N 1
| | #define HAVE_SCM_C_DEFINE 1
| | #define HAVE_SCM_C_LOOKUP 1
| | #define HAVE_LIBNSL 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_LIBLTDL 1
| | #define USE_LOADABLE_MODULES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CTYPE_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_NETINET_IN_H 1
| | #define HAVE_ARPA_INET_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_TERMCAP_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_CRYPT_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_LIBINTL_H 1
| | #define RETSIGTYPE void
| | #define SIZEOF_UINT32_T 4
| | #define SIZEOF_UNSIGNED_LONG 4
| | #define SIZEOF_UNSIGNED_INT 4
| | #define HAVE_GETSPNAM 1
| | #define HAVE_STRUCT_SPWD 1
| | #define HAVE_STRUCT_SPWD_SP_EXPIRE 1
| | #define RETSIGTYPE void
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRFTIME 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_MMAP 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDINT_H 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_DECL_GETLINE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_OBSTACK 1
| | #define HAVE_STDINT_H 1
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | /* end confdefs.h.  */
| | 
| | #include <stddef.h>
| | #define __STDC_LIMIT_MACROS 1 /* to make it work also in C++ mode */
| | #define __STDC_CONSTANT_MACROS 1 /* to make it work also in C++ mode */
| | #include ABSOLUTE_STDINT_H
| | #ifdef INT8_MAX
| | int8_t a1 = INT8_MAX;
| | int8_t a1min = INT8_MIN;
| | #endif
| | #ifdef INT16_MAX
| | int16_t a2 = INT16_MAX;
| | int16_t a2min = INT16_MIN;
| | #endif
| | #ifdef INT32_MAX
| | int32_t a3 = INT32_MAX;
| | int32_t a3min = INT32_MIN;
| | #endif
| | #ifdef INT64_MAX
| | int64_t a4 = INT64_MAX;
| | int64_t a4min = INT64_MIN;
| | #endif
| | #ifdef UINT8_MAX
| | uint8_t b1 = UINT8_MAX;
| | #else
| | typedef int b1[(unsigned char) -1 != 255 ? 1 : -1];
| | #endif
| | #ifdef UINT16_MAX
| | uint16_t b2 = UINT16_MAX;
| | #endif
| | #ifdef UINT32_MAX
| | uint32_t b3 = UINT32_MAX;
| | #endif
| | #ifdef UINT64_MAX
| | uint64_t b4 = UINT64_MAX;
| | #endif
| | int_least8_t c1 = INT8_C (0x7f);
| | int_least8_t c1max = INT_LEAST8_MAX;
| | int_least8_t c1min = INT_LEAST8_MIN;
| | int_least16_t c2 = INT16_C (0x7fff);
| | int_least16_t c2max = INT_LEAST16_MAX;
| | int_least16_t c2min = INT_LEAST16_MIN;
| | int_least32_t c3 = INT32_C (0x7fffffff);
| | int_least32_t c3max = INT_LEAST32_MAX;
| | int_least32_t c3min = INT_LEAST32_MIN;
| | int_least64_t c4 = INT64_C (0x7fffffffffffffff);
| | int_least64_t c4max = INT_LEAST64_MAX;
| | int_least64_t c4min = INT_LEAST64_MIN;
| | uint_least8_t d1 = UINT8_C (0xff);
| | uint_least8_t d1max = UINT_LEAST8_MAX;
| | uint_least16_t d2 = UINT16_C (0xffff);
| | uint_least16_t d2max = UINT_LEAST16_MAX;
| | uint_least32_t d3 = UINT32_C (0xffffffff);
| | uint_least32_t d3max = UINT_LEAST32_MAX;
| | uint_least64_t d4 = UINT64_C (0xffffffffffffffff);
| | uint_least64_t d4max = UINT_LEAST64_MAX;
| | int_fast8_t e1 = INT_FAST8_MAX;
| | int_fast8_t e1min = INT_FAST8_MIN;
| | int_fast16_t e2 = INT_FAST16_MAX;
| | int_fast16_t e2min = INT_FAST16_MIN;
| | int_fast32_t e3 = INT_FAST32_MAX;
| | int_fast32_t e3min = INT_FAST32_MIN;
| | int_fast64_t e4 = INT_FAST64_MAX;
| | int_fast64_t e4min = INT_FAST64_MIN;
| | uint_fast8_t f1 = UINT_FAST8_MAX;
| | uint_fast16_t f2 = UINT_FAST16_MAX;
| | uint_fast32_t f3 = UINT_FAST32_MAX;
| | uint_fast64_t f4 = UINT_FAST64_MAX;
| | #ifdef INTPTR_MAX
| | intptr_t g = INTPTR_MAX;
| | intptr_t gmin = INTPTR_MIN;
| | #endif
| | #ifdef UINTPTR_MAX
| | uintptr_t h = UINTPTR_MAX;
| | #endif
| | intmax_t i = INTMAX_MAX;
| | uintmax_t j = UINTMAX_MAX;
| | struct s {
| |   int check_PTRDIFF: PTRDIFF_MIN < 0 && 0 < PTRDIFF_MAX ? 1 : -1;
| |   int check_SIG_ATOMIC: SIG_ATOMIC_MIN <= 0 && 0 < SIG_ATOMIC_MAX ? 1 : -1;
| |   int check_SIZE: 0 < SIZE_MAX ? 1 : -1;
| |   int check_WCHAR: WCHAR_MIN <= 0 && 0 < WCHAR_MAX ? 1 : -1;
| |   int check_WINT: WINT_MIN <= 0 && 0 < WINT_MAX ? 1 : -1;
| | 
| |   /* Detect bugs in glibc 2.4 and Solaris 10 stdint.h, among others.  */
| |   int check_UINT8_C:
| |     (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;
| |   int check_UINT16_C:
| |     (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;
| | 
| |   /* Detect bugs in OpenBSD 3.9 stdint.h.  */
| | #ifdef UINT8_MAX
| |   int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1;
| | #endif
| | #ifdef UINT16_MAX
| |   int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1;
| | #endif
| | #ifdef UINT32_MAX
| |   int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1;
| | #endif
| | #ifdef UINT64_MAX
| |   int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1;
| | #endif
| |   int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1;
| |   int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1;
| |   int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1;
| |   int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1;
| |   int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1;
| |   int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1;
| |   int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1;
| |   int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1;
| |   int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1;
| |   int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1;
| |   int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1;
| | };
| | 
| | int
| | main ()
| | {
| | 
| |   ;
| |   return 0;
| | }
| configure:38188: result: no
| configure:38209: checking sys/inttypes.h usability
| configure:38226: gcc -c -g -O2  conftest.c >&5
| conftest.c:180:26: error: sys/inttypes.h: No such file or directory
| configure:38232: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | #define GUILE_VERSION 16
| | #define USE_SERVER_GUILE 1
| | #define HAVE_SCM_LONG2NUM 1
| | #define HAVE_SCM_LIST_1 1
| | #define HAVE_SCM_LIST_N 1
| | #define HAVE_SCM_C_DEFINE 1
| | #define HAVE_SCM_C_LOOKUP 1
| | #define HAVE_LIBNSL 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_LIBLTDL 1
| | #define USE_LOADABLE_MODULES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CTYPE_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_NETINET_IN_H 1
| | #define HAVE_ARPA_INET_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_TERMCAP_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_CRYPT_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_LIBINTL_H 1
| | #define RETSIGTYPE void
| | #define SIZEOF_UINT32_T 4
| | #define SIZEOF_UNSIGNED_LONG 4
| | #define SIZEOF_UNSIGNED_INT 4
| | #define HAVE_GETSPNAM 1
| | #define HAVE_STRUCT_SPWD 1
| | #define HAVE_STRUCT_SPWD_SP_EXPIRE 1
| | #define RETSIGTYPE void
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRFTIME 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_MMAP 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDINT_H 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_DECL_GETLINE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_OBSTACK 1
| | #define HAVE_STDINT_H 1
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <sys/inttypes.h>
| configure:38263: result: no
| configure:38267: checking sys/inttypes.h presence
| configure:38282: gcc -E  conftest.c
| conftest.c:147:26: error: sys/inttypes.h: No such file or directory
| configure:38288: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | #define GUILE_VERSION 16
| | #define USE_SERVER_GUILE 1
| | #define HAVE_SCM_LONG2NUM 1
| | #define HAVE_SCM_LIST_1 1
| | #define HAVE_SCM_LIST_N 1
| | #define HAVE_SCM_C_DEFINE 1
| | #define HAVE_SCM_C_LOOKUP 1
| | #define HAVE_LIBNSL 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_LIBLTDL 1
| | #define USE_LOADABLE_MODULES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CTYPE_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_NETINET_IN_H 1
| | #define HAVE_ARPA_INET_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_TERMCAP_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_CRYPT_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_LIBINTL_H 1
| | #define RETSIGTYPE void
| | #define SIZEOF_UINT32_T 4
| | #define SIZEOF_UNSIGNED_LONG 4
| | #define SIZEOF_UNSIGNED_INT 4
| | #define HAVE_GETSPNAM 1
| | #define HAVE_STRUCT_SPWD 1
| | #define HAVE_STRUCT_SPWD_SP_EXPIRE 1
| | #define RETSIGTYPE void
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRFTIME 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_MMAP 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDINT_H 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_DECL_GETLINE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_OBSTACK 1
| | #define HAVE_STDINT_H 1
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | /* end confdefs.h.  */
| | #include <sys/inttypes.h>
| configure:38309: result: no
| configure:38342: checking for sys/inttypes.h
| configure:38350: result: no
| configure:38209: checking sys/bitypes.h usability
| configure:38226: gcc -c -g -O2  conftest.c >&5
| configure:38232: $? = 0
| configure:38239: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:38242: $? = 0
| configure:38249: test -s conftest.o
| configure:38252: $? = 0
| configure:38263: result: yes
| configure:38267: checking sys/bitypes.h presence
| configure:38282: gcc -E  conftest.c
| configure:38288: $? = 0
| configure:38309: result: yes
| configure:38342: checking for sys/bitypes.h
| configure:38350: result: yes
| configure:38385: checking for bit size of ptrdiff_t
| configure:38824: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:38827: $? = 0
| configure:38833: ./conftest
| configure:38836: $? = 0
| configure:38854: result: 32
| configure:38385: checking for bit size of sig_atomic_t
| configure:38824: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:38827: $? = 0
| configure:38833: ./conftest
| configure:38836: $? = 0
| configure:38854: result: 32
| configure:38385: checking for bit size of size_t
| configure:38824: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:38827: $? = 0
| configure:38833: ./conftest
| configure:38836: $? = 0
| configure:38854: result: 32
| configure:38385: checking for bit size of wchar_t
| configure:38824: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:38827: $? = 0
| configure:38833: ./conftest
| configure:38836: $? = 0
| configure:38854: result: 32
| configure:38385: checking for bit size of wint_t
| configure:38824: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:38827: $? = 0
| configure:38833: ./conftest
| configure:38836: $? = 0
| configure:38854: result: 32
| configure:38875: checking whether sig_atomic_t is signed
| configure:38912: gcc -c -g -O2  conftest.c >&5
| configure:38918: $? = 0
| configure:38925: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:38928: $? = 0
| configure:38935: test -s conftest.o
| configure:38938: $? = 0
| configure:38953: result: yes
| configure:38875: checking whether wchar_t is signed
| configure:38912: gcc -c -g -O2  conftest.c >&5
| configure:38918: $? = 0
| configure:38925: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:38928: $? = 0
| configure:38935: test -s conftest.o
| configure:38938: $? = 0
| configure:38953: result: yes
| configure:38875: checking whether wint_t is signed
| configure:38912: gcc -c -g -O2  conftest.c >&5
| conftest.c:166: error: size of array 'verify' is negative
| configure:38918: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | #define GUILE_VERSION 16
| | #define USE_SERVER_GUILE 1
| | #define HAVE_SCM_LONG2NUM 1
| | #define HAVE_SCM_LIST_1 1
| | #define HAVE_SCM_LIST_N 1
| | #define HAVE_SCM_C_DEFINE 1
| | #define HAVE_SCM_C_LOOKUP 1
| | #define HAVE_LIBNSL 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_LIBLTDL 1
| | #define USE_LOADABLE_MODULES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CTYPE_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_NETINET_IN_H 1
| | #define HAVE_ARPA_INET_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_TERMCAP_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_CRYPT_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_LIBINTL_H 1
| | #define RETSIGTYPE void
| | #define SIZEOF_UINT32_T 4
| | #define SIZEOF_UNSIGNED_LONG 4
| | #define SIZEOF_UNSIGNED_INT 4
| | #define HAVE_GETSPNAM 1
| | #define HAVE_STRUCT_SPWD 1
| | #define HAVE_STRUCT_SPWD_SP_EXPIRE 1
| | #define RETSIGTYPE void
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRFTIME 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_MMAP 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDINT_H 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_DECL_GETLINE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_OBSTACK 1
| | #define HAVE_STDINT_H 1
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | /* end confdefs.h.  */
| | 
| |   #include <stddef.h>
| |   #include <signal.h>
| |   #if HAVE_WCHAR_H
| |     /* BSD/OS 4.1 has a bug: <stdio.h> and <time.h> must be included before
| |        <wchar.h>.  */
| |   # include <stdio.h>
| |   # include <time.h>
| |   # include <wchar.h>
| |   #endif
| | 
| |             int verify[2 * ((wint_t) -1 < (wint_t) 0) - 1];
| | int
| | main ()
| | {
| | 
| |   ;
| |   return 0;
| | }
| configure:38953: result: no
| configure:38979: checking for ptrdiff_t integer literal suffix
| configure:39035: gcc -c -g -O2  conftest.c >&5
| configure:39041: $? = 0
| configure:39048: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:39051: $? = 0
| configure:39058: test -s conftest.o
| configure:39061: $? = 0
| configure:39077: result: 
| configure:38979: checking for sig_atomic_t integer literal suffix
| configure:39035: gcc -c -g -O2  conftest.c >&5
| configure:39041: $? = 0
| configure:39048: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:39051: $? = 0
| configure:39058: test -s conftest.o
| configure:39061: $? = 0
| configure:39077: result: 
| configure:38979: checking for size_t integer literal suffix
| configure:39035: gcc -c -g -O2  conftest.c >&5
| configure:39041: $? = 0
| configure:39048: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:39051: $? = 0
| configure:39058: test -s conftest.o
| configure:39061: $? = 0
| configure:39077: result: u
| configure:38979: checking for wchar_t integer literal suffix
| configure:39035: gcc -c -g -O2  conftest.c >&5
| conftest.c:170: error: conflicting types for 'foo'
| conftest.c:169: error: previous declaration of 'foo' was here
| configure:39041: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | #define GUILE_VERSION 16
| | #define USE_SERVER_GUILE 1
| | #define HAVE_SCM_LONG2NUM 1
| | #define HAVE_SCM_LIST_1 1
| | #define HAVE_SCM_LIST_N 1
| | #define HAVE_SCM_C_DEFINE 1
| | #define HAVE_SCM_C_LOOKUP 1
| | #define HAVE_LIBNSL 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_LIBLTDL 1
| | #define USE_LOADABLE_MODULES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CTYPE_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_NETINET_IN_H 1
| | #define HAVE_ARPA_INET_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_TERMCAP_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_CRYPT_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_LIBINTL_H 1
| | #define RETSIGTYPE void
| | #define SIZEOF_UINT32_T 4
| | #define SIZEOF_UNSIGNED_LONG 4
| | #define SIZEOF_UNSIGNED_INT 4
| | #define HAVE_GETSPNAM 1
| | #define HAVE_STRUCT_SPWD 1
| | #define HAVE_STRUCT_SPWD_SP_EXPIRE 1
| | #define RETSIGTYPE void
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRFTIME 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_MMAP 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDINT_H 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_DECL_GETLINE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_OBSTACK 1
| | #define HAVE_STDINT_H 1
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | /* end confdefs.h.  */
| | 
| |   #include <stddef.h>
| |   #include <signal.h>
| |   #if HAVE_WCHAR_H
| |     /* BSD/OS 4.1 has a bug: <stdio.h> and <time.h> must be included before
| |        <wchar.h>.  */
| |   # include <stdio.h>
| |   # include <time.h>
| |   # include <wchar.h>
| |   #endif
| | 
| |           extern wchar_t foo;
| |           extern int foo;
| | int
| | main ()
| | {
| | 
| |   ;
| |   return 0;
| | }
| configure:39035: gcc -c -g -O2  conftest.c >&5
| configure:39041: $? = 0
| configure:39048: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:39051: $? = 0
| configure:39058: test -s conftest.o
| configure:39061: $? = 0
| configure:39077: result: l
| configure:38979: checking for wint_t integer literal suffix
| configure:39035: gcc -c -g -O2  conftest.c >&5
| configure:39041: $? = 0
| configure:39048: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:39051: $? = 0
| configure:39058: test -s conftest.o
| configure:39061: $? = 0
| configure:39077: result: u
| configure:39118: checking for strncasecmp
| configure:39174: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| conftest.c:184: warning: conflicting types for built-in function 'strncasecmp'
| configure:39180: $? = 0
| configure:39187: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:39190: $? = 0
| configure:39197: test -s conftest
| configure:39200: $? = 0
| configure:39214: result: yes
| configure:39246: checking for strchrnul
| configure:39302: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:39308: $? = 0
| configure:39315: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:39318: $? = 0
| configure:39325: test -s conftest
| configure:39328: $? = 0
| configure:39342: result: yes
| configure:39369: checking for strerror
| configure:39425: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:39431: $? = 0
| configure:39438: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:39441: $? = 0
| configure:39448: test -s conftest
| configure:39451: $? = 0
| configure:39465: result: yes
| configure:39501: checking for working strndup
| configure:39660: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:39663: $? = 0
| configure:39669: ./conftest
| configure:39672: $? = 0
| configure:39688: result: yes
| configure:39714: checking for working strnlen
| configure:39758: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:39761: $? = 0
| configure:39767: ./conftest
| configure:39770: $? = 0
| configure:39786: result: yes
| configure:39832: checking sysexits.h usability
| configure:39849: gcc -c -g -O2  conftest.c >&5
| configure:39855: $? = 0
| configure:39862: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:39865: $? = 0
| configure:39872: test -s conftest.o
| configure:39875: $? = 0
| configure:39886: result: yes
| configure:39890: checking sysexits.h presence
| configure:39905: gcc -E  conftest.c
| configure:39911: $? = 0
| configure:39932: result: yes
| configure:39965: checking for sysexits.h
| configure:39973: result: yes
| configure:39996: checking for unistd.h
| configure:40002: result: yes
| configure:40174: checking for vasnprintf
| configure:40230: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| /tmp/ccmKLgyX.o: In function `main':
| /home/ushustech/Desktop/radius-1.4/conftest.c:201: undefined reference to 
`vasnprintf'
| collect2: ld returned 1 exit status
| configure:40236: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | #define GUILE_VERSION 16
| | #define USE_SERVER_GUILE 1
| | #define HAVE_SCM_LONG2NUM 1
| | #define HAVE_SCM_LIST_1 1
| | #define HAVE_SCM_LIST_N 1
| | #define HAVE_SCM_C_DEFINE 1
| | #define HAVE_SCM_C_LOOKUP 1
| | #define HAVE_LIBNSL 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_LIBLTDL 1
| | #define USE_LOADABLE_MODULES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CTYPE_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_NETINET_IN_H 1
| | #define HAVE_ARPA_INET_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_TERMCAP_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_CRYPT_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_LIBINTL_H 1
| | #define RETSIGTYPE void
| | #define SIZEOF_UINT32_T 4
| | #define SIZEOF_UNSIGNED_LONG 4
| | #define SIZEOF_UNSIGNED_INT 4
| | #define HAVE_GETSPNAM 1
| | #define HAVE_STRUCT_SPWD 1
| | #define HAVE_STRUCT_SPWD_SP_EXPIRE 1
| | #define RETSIGTYPE void
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRFTIME 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_MMAP 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDINT_H 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_DECL_GETLINE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_OBSTACK 1
| | #define HAVE_STDINT_H 1
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX u
| | #define strcasecmp rpl_strcasecmp
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_STRCHRNUL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_UNISTD_H 1
| | /* end confdefs.h.  */
| | /* Define vasnprintf to an innocuous variant, in case <limits.h> declares 
vasnprintf.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define vasnprintf innocuous_vasnprintf
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char vasnprintf (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef vasnprintf
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char vasnprintf ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_vasnprintf || defined __stub___vasnprintf
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return vasnprintf ();
| |   ;
| |   return 0;
| | }
| configure:40270: result: no
| configure:40320: checking for ptrdiff_t
| configure:40350: gcc -c -g -O2  conftest.c >&5
| configure:40356: $? = 0
| configure:40363: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:40366: $? = 0
| configure:40373: test -s conftest.o
| configure:40376: $? = 0
| configure:40388: result: yes
| configure:40412: checking for snprintf
| configure:40468: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| conftest.c:191: warning: conflicting types for built-in function 'snprintf'
| configure:40474: $? = 0
| configure:40481: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:40484: $? = 0
| configure:40491: test -s conftest
| configure:40494: $? = 0
| configure:40508: result: yes
| configure:40412: checking for wcslen
| configure:40468: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:40474: $? = 0
| configure:40481: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:40484: $? = 0
| configure:40491: test -s conftest
| configure:40494: $? = 0
| configure:40508: result: yes
| configure:40528: checking for vasprintf
| configure:40584: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:40590: $? = 0
| configure:40597: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:40600: $? = 0
| configure:40607: test -s conftest
| configure:40610: $? = 0
| configure:40624: result: yes
| configure:40660: checking for vsnprintf
| configure:40716: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| conftest.c:194: warning: conflicting types for built-in function 'vsnprintf'
| configure:40722: $? = 0
| configure:40729: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:40732: $? = 0
| configure:40739: test -s conftest
| configure:40742: $? = 0
| configure:40756: result: yes
| configure:40810: checking whether wcwidth is declared
| configure:40853: gcc -c -g -O2  conftest.c >&5
| configure:40859: $? = 0
| configure:40866: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:40869: $? = 0
| configure:40876: test -s conftest.o
| configure:40879: $? = 0
| configure:40891: result: yes
| configure:40933: checking for stdint.h
| configure:40939: result: yes
| configure:41107: checking whether NLS is requested
| configure:41116: result: yes
| configure:41154: checking for msgfmt
| configure: trying /usr/bin/msgfmt...
| 0 translated messages.
| configure:41186: result: /usr/bin/msgfmt
| configure:41195: checking for gmsgfmt
| configure:41226: result: /usr/bin/msgfmt
| configure:41277: checking for xgettext
| configure: trying /usr/bin/xgettext...
| /usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will 
try C
| configure:41309: result: /usr/bin/xgettext
| configure:41355: checking for msgmerge
| configure: trying /usr/bin/msgmerge...
| configure:41386: result: /usr/bin/msgmerge
| configure:41440: checking for ld used by GCC
| configure:41504: result: /usr/i586-suse-linux/bin/ld
| configure:41513: checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU 
ld
| configure:41526: result: yes
| configure:41533: checking for shared library run path origin
| configure:41546: result: done
| configure:41982: checking for CFPreferencesCopyAppValue
| configure:42010: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  
-Wl,-framework -Wl,CoreFoundation >&5
| conftest.c:174:42: error: CoreFoundation/CFPreferences.h: No such file or 
directory
| conftest.c: In function 'main':
| conftest.c:178: error: 'NULL' undeclared (first use in this function)
| conftest.c:178: error: (Each undeclared identifier is reported only once
| conftest.c:178: error: for each function it appears in.)
| configure:42016: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | #define GUILE_VERSION 16
| | #define USE_SERVER_GUILE 1
| | #define HAVE_SCM_LONG2NUM 1
| | #define HAVE_SCM_LIST_1 1
| | #define HAVE_SCM_LIST_N 1
| | #define HAVE_SCM_C_DEFINE 1
| | #define HAVE_SCM_C_LOOKUP 1
| | #define HAVE_LIBNSL 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_LIBLTDL 1
| | #define USE_LOADABLE_MODULES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CTYPE_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_NETINET_IN_H 1
| | #define HAVE_ARPA_INET_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_TERMCAP_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_CRYPT_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_LIBINTL_H 1
| | #define RETSIGTYPE void
| | #define SIZEOF_UINT32_T 4
| | #define SIZEOF_UNSIGNED_LONG 4
| | #define SIZEOF_UNSIGNED_INT 4
| | #define HAVE_GETSPNAM 1
| | #define HAVE_STRUCT_SPWD 1
| | #define HAVE_STRUCT_SPWD_SP_EXPIRE 1
| | #define RETSIGTYPE void
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRFTIME 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_MMAP 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDINT_H 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_DECL_GETLINE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_OBSTACK 1
| | #define HAVE_STDINT_H 1
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX u
| | #define strcasecmp rpl_strcasecmp
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_STRCHRNUL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_PTRDIFF_T 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_VASPRINTF 1
| | #define HAVE_VSNPRINTF 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define HAVE_STDINT_H 1
| | /* end confdefs.h.  */
| | #include <CoreFoundation/CFPreferences.h>
| | int
| | main ()
| | {
| | CFPreferencesCopyAppValue(NULL, NULL)
| |   ;
| |   return 0;
| | }
| configure:42050: result: no
| configure:42059: checking for CFLocaleCopyCurrent
| configure:42087: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  
-Wl,-framework -Wl,CoreFoundation >&5
| conftest.c:174:37: error: CoreFoundation/CFLocale.h: No such file or directory
| configure:42093: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | #define GUILE_VERSION 16
| | #define USE_SERVER_GUILE 1
| | #define HAVE_SCM_LONG2NUM 1
| | #define HAVE_SCM_LIST_1 1
| | #define HAVE_SCM_LIST_N 1
| | #define HAVE_SCM_C_DEFINE 1
| | #define HAVE_SCM_C_LOOKUP 1
| | #define HAVE_LIBNSL 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_LIBLTDL 1
| | #define USE_LOADABLE_MODULES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CTYPE_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_NETINET_IN_H 1
| | #define HAVE_ARPA_INET_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_TERMCAP_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_CRYPT_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_LIBINTL_H 1
| | #define RETSIGTYPE void
| | #define SIZEOF_UINT32_T 4
| | #define SIZEOF_UNSIGNED_LONG 4
| | #define SIZEOF_UNSIGNED_INT 4
| | #define HAVE_GETSPNAM 1
| | #define HAVE_STRUCT_SPWD 1
| | #define HAVE_STRUCT_SPWD_SP_EXPIRE 1
| | #define RETSIGTYPE void
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRFTIME 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_MMAP 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDINT_H 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_DECL_GETLINE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_OBSTACK 1
| | #define HAVE_STDINT_H 1
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX u
| | #define strcasecmp rpl_strcasecmp
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_STRCHRNUL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_PTRDIFF_T 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_VASPRINTF 1
| | #define HAVE_VSNPRINTF 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define HAVE_STDINT_H 1
| | /* end confdefs.h.  */
| | #include <CoreFoundation/CFLocale.h>
| | int
| | main ()
| | {
| | CFLocaleCopyCurrent();
| |   ;
| |   return 0;
| | }
| configure:42127: result: no
| configure:42158: checking for GNU gettext in libc
| configure:42187: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:42193: $? = 0
| configure:42200: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:42203: $? = 0
| configure:42210: test -s conftest
| configure:42213: $? = 0
| configure:42226: result: yes
| configure:42989: checking whether to use NLS
| configure:42991: result: yes
| configure:42994: checking where the gettext function comes from
| configure:43005: result: libc
| configure:43097: checking for setsid
| configure:43153: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:43159: $? = 0
| configure:43166: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:43169: $? = 0
| configure:43176: test -s conftest
| configure:43179: $? = 0
| configure:43193: result: yes
| configure:43097: checking for gethostname
| configure:43153: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:43159: $? = 0
| configure:43166: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:43169: $? = 0
| configure:43176: test -s conftest
| configure:43179: $? = 0
| configure:43193: result: yes
| configure:43097: checking for gettimeofday
| configure:43153: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:43159: $? = 0
| configure:43166: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:43169: $? = 0
| configure:43176: test -s conftest
| configure:43179: $? = 0
| configure:43193: result: yes
| configure:43097: checking for mkdir
| configure:43153: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:43159: $? = 0
| configure:43166: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:43169: $? = 0
| configure:43176: test -s conftest
| configure:43179: $? = 0
| configure:43193: result: yes
| configure:43097: checking for mktime
| configure:43153: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:43159: $? = 0
| configure:43166: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:43169: $? = 0
| configure:43176: test -s conftest
| configure:43179: $? = 0
| configure:43193: result: yes
| configure:43097: checking for select
| configure:43153: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:43159: $? = 0
| configure:43166: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:43169: $? = 0
| configure:43176: test -s conftest
| configure:43179: $? = 0
| configure:43193: result: yes
| configure:43097: checking for socket
| configure:43153: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:43159: $? = 0
| configure:43166: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:43169: $? = 0
| configure:43176: test -s conftest
| configure:43179: $? = 0
| configure:43193: result: yes
| configure:43097: checking for strdup
| configure:43153: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| conftest.c:207: warning: conflicting types for built-in function 'strdup'
| configure:43159: $? = 0
| configure:43166: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:43169: $? = 0
| configure:43176: test -s conftest
| configure:43179: $? = 0
| configure:43193: result: yes
| configure:43097: checking for strtol
| configure:43153: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:43159: $? = 0
| configure:43166: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:43169: $? = 0
| configure:43176: test -s conftest
| configure:43179: $? = 0
| configure:43193: result: yes
| configure:43097: checking for lockf
| configure:43153: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:43159: $? = 0
| configure:43166: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:43169: $? = 0
| configure:43176: test -s conftest
| configure:43179: $? = 0
| configure:43193: result: yes
| configure:43097: checking for setlocale
| configure:43153: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:43159: $? = 0
| configure:43166: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:43169: $? = 0
| configure:43176: test -s conftest
| configure:43179: $? = 0
| configure:43193: result: yes
| configure:43097: checking for bzero
| configure:43153: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| conftest.c:211: warning: conflicting types for built-in function 'bzero'
| configure:43159: $? = 0
| configure:43166: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:43169: $? = 0
| configure:43176: test -s conftest
| configure:43179: $? = 0
| configure:43193: result: yes
| configure:43097: checking for inet_ntoa
| configure:43153: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:43159: $? = 0
| configure:43166: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:43169: $? = 0
| configure:43176: test -s conftest
| configure:43179: $? = 0
| configure:43193: result: yes
| configure:43097: checking for inet_aton
| configure:43153: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:43159: $? = 0
| configure:43166: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:43169: $? = 0
| configure:43176: test -s conftest
| configure:43179: $? = 0
| configure:43193: result: yes
| configure:43097: checking for setvbuf
| configure:43153: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:43159: $? = 0
| configure:43166: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:43169: $? = 0
| configure:43176: test -s conftest
| configure:43179: $? = 0
| configure:43193: result: yes
| configure:43097: checking for setegid
| configure:43153: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:43159: $? = 0
| configure:43166: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:43169: $? = 0
| configure:43176: test -s conftest
| configure:43179: $? = 0
| configure:43193: result: yes
| configure:43097: checking for setregid
| configure:43153: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:43159: $? = 0
| configure:43166: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:43169: $? = 0
| configure:43176: test -s conftest
| configure:43179: $? = 0
| configure:43193: result: yes
| configure:43097: checking for setresgid
| configure:43153: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:43159: $? = 0
| configure:43166: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:43169: $? = 0
| configure:43176: test -s conftest
| configure:43179: $? = 0
| configure:43193: result: yes
| configure:43097: checking for seteuid
| configure:43153: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:43159: $? = 0
| configure:43166: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:43169: $? = 0
| configure:43176: test -s conftest
| configure:43179: $? = 0
| configure:43193: result: yes
| configure:43097: checking for setreuid
| configure:43153: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:43159: $? = 0
| configure:43166: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:43169: $? = 0
| configure:43176: test -s conftest
| configure:43179: $? = 0
| configure:43193: result: yes
| configure:43097: checking for getdtablesize
| configure:43153: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:43159: $? = 0
| configure:43166: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:43169: $? = 0
| configure:43176: test -s conftest
| configure:43179: $? = 0
| configure:43193: result: yes
| configure:43097: checking for sigaction
| configure:43153: gcc -o conftest -g -O2   conftest.c -lcrypt -lnsl  >&5
| configure:43159: $? = 0
| configure:43166: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:43169: $? = 0
| configure:43176: test -s conftest
| configure:43179: $? = 0
| configure:43193: result: yes
| configure:43207: checking whether strncasecmp is declared
| configure:43255: gcc -c -g -O2  conftest.c >&5
| configure:43261: $? = 0
| configure:43268: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:43271: $? = 0
| configure:43278: test -s conftest.o
| configure:43281: $? = 0
| configure:43293: result: yes
| configure:43309: checking whether strtok_r is declared
| configure:43357: gcc -c -g -O2  conftest.c >&5
| configure:43363: $? = 0
| configure:43370: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:43373: $? = 0
| configure:43380: test -s conftest.o
| configure:43383: $? = 0
| configure:43395: result: yes
| configure:43411: checking whether localtime_r is declared
| configure:43459: gcc -c -g -O2  conftest.c >&5
| configure:43465: $? = 0
| configure:43472: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:43475: $? = 0
| configure:43482: test -s conftest.o
| configure:43485: $? = 0
| configure:43497: result: yes
| configure:43513: checking whether asprintf is declared
| configure:43561: gcc -c -g -O2  conftest.c >&5
| configure:43567: $? = 0
| configure:43574: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:43577: $? = 0
| configure:43584: test -s conftest.o
| configure:43587: $? = 0
| configure:43599: result: yes
| configure:43615: checking whether vasprintf is declared
| configure:43663: gcc -c -g -O2  conftest.c >&5
| configure:43669: $? = 0
| configure:43676: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:43679: $? = 0
| configure:43686: test -s conftest.o
| configure:43689: $? = 0
| configure:43701: result: yes
| configure:43717: checking whether getline is declared
| configure:43803: result: yes
| configure:43819: checking whether crypt is declared
| configure:43867: gcc -c -g -O2  conftest.c >&5
| configure:43873: $? = 0
| configure:43880: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:43883: $? = 0
| configure:43890: test -s conftest.o
| configure:43893: $? = 0
| configure:43905: result: yes
| configure:43921: checking whether crypt_set_format is declared
| configure:43969: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:229: error: 'crypt_set_format' undeclared (first use in this 
function)
| conftest.c:229: error: (Each undeclared identifier is reported only once
| conftest.c:229: error: for each function it appears in.)
| configure:43975: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | #define GUILE_VERSION 16
| | #define USE_SERVER_GUILE 1
| | #define HAVE_SCM_LONG2NUM 1
| | #define HAVE_SCM_LIST_1 1
| | #define HAVE_SCM_LIST_N 1
| | #define HAVE_SCM_C_DEFINE 1
| | #define HAVE_SCM_C_LOOKUP 1
| | #define HAVE_LIBNSL 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_LIBLTDL 1
| | #define USE_LOADABLE_MODULES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CTYPE_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_NETINET_IN_H 1
| | #define HAVE_ARPA_INET_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_TERMCAP_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_CRYPT_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_LIBINTL_H 1
| | #define RETSIGTYPE void
| | #define SIZEOF_UINT32_T 4
| | #define SIZEOF_UNSIGNED_LONG 4
| | #define SIZEOF_UNSIGNED_INT 4
| | #define HAVE_GETSPNAM 1
| | #define HAVE_STRUCT_SPWD 1
| | #define HAVE_STRUCT_SPWD_SP_EXPIRE 1
| | #define RETSIGTYPE void
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRFTIME 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_MMAP 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDINT_H 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_DECL_GETLINE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_OBSTACK 1
| | #define HAVE_STDINT_H 1
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX u
| | #define strcasecmp rpl_strcasecmp
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_STRCHRNUL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_PTRDIFF_T 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_VASPRINTF 1
| | #define HAVE_VSNPRINTF 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define HAVE_STDINT_H 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_SETSID 1
| | #define HAVE_GETHOSTNAME 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_MKDIR 1
| | #define HAVE_MKTIME 1
| | #define HAVE_SELECT 1
| | #define HAVE_SOCKET 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRTOL 1
| | #define HAVE_LOCKF 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_BZERO 1
| | #define HAVE_INET_NTOA 1
| | #define HAVE_INET_ATON 1
| | #define HAVE_SETVBUF 1
| | #define HAVE_SETEGID 1
| | #define HAVE_SETREGID 1
| | #define HAVE_SETRESGID 1
| | #define HAVE_SETEUID 1
| | #define HAVE_SETREUID 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_DECL_STRNCASECMP 1
| | #define HAVE_DECL_STRTOK_R 1
| | #define HAVE_DECL_LOCALTIME_R 1
| | #define HAVE_DECL_ASPRINTF 1
| | #define HAVE_DECL_VASPRINTF 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_DECL_CRYPT 1
| | /* end confdefs.h.  */
| | 
| | #define _REENTRANT
| | #include <string.h>
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_SYS_TIME_H
| | # include <sys/time.h>
| | # ifdef TIME_WITH_SYS_TIME
| | #  include <time.h>
| | # endif
| | #else
| | # include <time.h>
| | #endif
| | #if defined(HAVE_CRYPT_H)
| | # include <crypt.h>
| | #endif
| | #include <stdio.h>
| | 
| | int
| | main ()
| | {
| | #ifndef crypt_set_format
| |   char *p = (char *) crypt_set_format;
| |   return !p;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:44007: result: no
| configure:44064: checking for tputs in -lncurses
| configure:44099: gcc -o conftest -g -O2   conftest.c -lncurses  -lcrypt -lnsl 
 >&5
| configure:44105: $? = 0
| configure:44112: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:44115: $? = 0
| configure:44122: test -s conftest
| configure:44125: $? = 0
| configure:44140: result: yes
| configure:44150: checking for readline in -lreadline
| configure:44185: gcc -o conftest -g -O2   conftest.c -lreadline  -lcrypt 
-lnsl  -lncurses >&5
| /usr/lib/gcc/i586-suse-linux/4.1.0/../../../../i586-suse-linux/bin/ld: cannot 
find -lreadline
| collect2: ld returned 1 exit status
| configure:44191: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU Radius"
| | #define PACKAGE_TARNAME "radius"
| | #define PACKAGE_VERSION "1.4"
| | #define PACKAGE_STRING "GNU Radius 1.4"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "radius"
| | #define VERSION "1.4"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define YYTEXT_POINTER 1
| | #define HAVE_DLFCN_H 1
| | #define GUILE_VERSION 16
| | #define USE_SERVER_GUILE 1
| | #define HAVE_SCM_LONG2NUM 1
| | #define HAVE_SCM_LIST_1 1
| | #define HAVE_SCM_LIST_N 1
| | #define HAVE_SCM_C_DEFINE 1
| | #define HAVE_SCM_C_LOOKUP 1
| | #define HAVE_LIBNSL 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_LIBLTDL 1
| | #define USE_LOADABLE_MODULES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CTYPE_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_NETINET_IN_H 1
| | #define HAVE_ARPA_INET_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_TERMCAP_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_CRYPT_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_LIBINTL_H 1
| | #define RETSIGTYPE void
| | #define SIZEOF_UINT32_T 4
| | #define SIZEOF_UNSIGNED_LONG 4
| | #define SIZEOF_UNSIGNED_INT 4
| | #define HAVE_GETSPNAM 1
| | #define HAVE_STRUCT_SPWD 1
| | #define HAVE_STRUCT_SPWD_SP_EXPIRE 1
| | #define RETSIGTYPE void
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRFTIME 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_MMAP 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDINT_H 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_DECL_GETLINE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_OBSTACK 1
| | #define HAVE_STDINT_H 1
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | #define PTRDIFF_T_SUFFIX 
| | #define SIG_ATOMIC_T_SUFFIX 
| | #define SIZE_T_SUFFIX u
| | #define WCHAR_T_SUFFIX l
| | #define WINT_T_SUFFIX u
| | #define strcasecmp rpl_strcasecmp
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_STRCHRNUL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_PTRDIFF_T 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_VASPRINTF 1
| | #define HAVE_VSNPRINTF 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define HAVE_STDINT_H 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_SETSID 1
| | #define HAVE_GETHOSTNAME 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_MKDIR 1
| | #define HAVE_MKTIME 1
| | #define HAVE_SELECT 1
| | #define HAVE_SOCKET 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRTOL 1
| | #define HAVE_LOCKF 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_BZERO 1
| | #define HAVE_INET_NTOA 1
| | #define HAVE_INET_ATON 1
| | #define HAVE_SETVBUF 1
| | #define HAVE_SETEGID 1
| | #define HAVE_SETREGID 1
| | #define HAVE_SETRESGID 1
| | #define HAVE_SETEUID 1
| | #define HAVE_SETREUID 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_DECL_STRNCASECMP 1
| | #define HAVE_DECL_STRTOK_R 1
| | #define HAVE_DECL_LOCALTIME_R 1
| | #define HAVE_DECL_ASPRINTF 1
| | #define HAVE_DECL_VASPRINTF 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_DECL_CRYPT 1
| | #define HAVE_DECL_CRYPT_SET_FORMAT 0
| | /* end confdefs.h.  */
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char readline ();
| | int
| | main ()
| | {
| | return readline ();
| |   ;
| |   return 0;
| | }
| configure:44225: result: no
| configure:44522: WARNING: readline requested but does not seem to be installed
| configure:44531: checking whether struct hostent has h_addr_list field
| configure:44558: gcc -c -g -O2  conftest.c >&5
| configure:44564: $? = 0
| configure:44571: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:44574: $? = 0
| configure:44581: test -s conftest.o
| configure:44584: $? = 0
| configure:44596: result: yes
| configure:44632: checking for log directory path
| configure:44653: result: /var/log
| configure:44661: checking for pidfile directory path
| configure:44680: result: /var/run
| configure:44697: checking whether to build radius daemon
| configure:44711: result: yes
| configure:44714: checking whether to build client programs
| configure:44737: result: no
| configure:45020: checking authentication port number
| configure:45042: result: Default ports are 1812/1813
| configure:46898: creating ./config.status
| 
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
| 
| This file was extended by GNU Radius config.status 1.4, which was
| generated by GNU Autoconf 2.60.  Invocation command line was
| 
|   CONFIG_FILES    = 
|   CONFIG_HEADERS  = 
|   CONFIG_LINKS    = 
|   CONFIG_COMMANDS = 
|   $ ./config.status 
| 
| on WS1A170L
| 
| config.status:828: creating tests/Makefile
| config.status:828: creating tests/atlocal
| config.status:828: creating tests/raddb/Makefile
| config.status:828: creating tests/proxy/Makefile
| config.status:828: creating Makefile
| config.status:828: creating po/Makefile.in
| config.status:828: creating raddb/client.conf
| config.status:828: creating raddb/config
| config.status:828: creating include/Makefile
| config.status:828: creating include/radius/Makefile
| config.status:828: creating include/snmp/Makefile
| config.status:828: creating lib/Makefile
| config.status:828: creating sql/Makefile
| config.status:828: creating snmplib/Makefile
| config.status:828: creating radscm/Makefile
| config.status:828: creating radiusd/Makefile
| config.status:828: creating radlast/Makefile
| config.status:828: creating radwho/Makefile
| config.status:828: creating radzap/Makefile
| config.status:828: creating radscripts/Makefile
| config.status:828: creating doc/Makefile
| config.status:828: creating doc/texinfo/Makefile
| config.status:828: creating doc/man/Makefile
| config.status:828: creating doc/man/config.so
| config.status:828: creating doc/rfc/Makefile
| config.status:828: creating mibs/Makefile
| config.status:828: creating elisp/Makefile
| config.status:828: creating raddb/Makefile
| config.status:828: creating db/Makefile
| config.status:828: creating client/Makefile
| config.status:828: creating client/nas/Makefile
| config.status:828: creating client/pam_radius/Makefile
| config.status:828: creating radtest/Makefile
| config.status:828: creating examples/Makefile
| config.status:828: creating scripts/Makefile
| config.status:828: creating scripts/guile/Makefile
| config.status:828: creating scripts/guile/1.6/Makefile
| config.status:828: creating contrib/Makefile
| config.status:828: creating contrib/web-radact/Makefile
| config.status:828: creating contrib/passcvt/Makefile
| config.status:828: creating contrib/passwd_to_db/Makefile
| config.status:828: creating contrib/radsend/Makefile
| config.status:828: creating contrib/php/Makefile
| config.status:828: creating config.h
| config.status:1272: config.h is unchanged
| config.status:1322: linking ./lib/argp.h to include/radius/argp.h
| config.status:1344: executing depfiles commands
| config.status:1344: executing tests/atconfig commands
| config.status:1344: executing po-directories commands
| 
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
| 
| ac_cv_build=i686-pc-linux-gnu
| ac_cv_c_compiler_gnu=yes
| ac_cv_c_const=yes
| ac_cv_c_inline=inline
| ac_cv_c_restrict=__restrict
| ac_cv_cxx_compiler_gnu=yes
| ac_cv_decl_EOVERFLOW=yes
| ac_cv_double_slash_root=no
| ac_cv_env_APXS_set=
| ac_cv_env_APXS_value=
| ac_cv_env_CCC_set=
| ac_cv_env_CCC_value=
| ac_cv_env_CC_set=
| ac_cv_env_CC_value=
| ac_cv_env_CFLAGS_set=
| ac_cv_env_CFLAGS_value=
| ac_cv_env_CPPFLAGS_set=
| ac_cv_env_CPPFLAGS_value=
| ac_cv_env_CPP_set=
| ac_cv_env_CPP_value=
| ac_cv_env_CXXCPP_set=
| ac_cv_env_CXXCPP_value=
| ac_cv_env_CXXFLAGS_set=
| ac_cv_env_CXXFLAGS_value=
| ac_cv_env_CXX_set=
| ac_cv_env_CXX_value=
| ac_cv_env_EMACSLOADPATH_set=
| ac_cv_env_EMACSLOADPATH_value=
| ac_cv_env_EMACS_set=
| ac_cv_env_EMACS_value=
| ac_cv_env_F77_set=
| ac_cv_env_F77_value=
| ac_cv_env_FFLAGS_set=
| ac_cv_env_FFLAGS_value=
| ac_cv_env_LDFLAGS_set=
| ac_cv_env_LDFLAGS_value=
| ac_cv_env_LEAK_DETECTOR_set=
| ac_cv_env_LEAK_DETECTOR_value=
| ac_cv_env_PS_set=
| ac_cv_env_PS_value=
| ac_cv_env_YACC_set=
| ac_cv_env_YACC_value=
| ac_cv_env_YFLAGS_set=
| ac_cv_env_YFLAGS_value=
| ac_cv_env_build_alias_set=
| ac_cv_env_build_alias_value=
| ac_cv_env_host_alias_set=
| ac_cv_env_host_alias_value=
| ac_cv_env_target_alias_set=
| ac_cv_env_target_alias_value=
| ac_cv_f77_compiler_gnu=no
| ac_cv_func__doprnt=no
| ac_cv_func_alloca_works=yes
| ac_cv_func_bzero=yes
| ac_cv_func_flockfile=yes
| ac_cv_func_funlockfile=yes
| ac_cv_func_getdelim=yes
| ac_cv_func_getdtablesize=yes
| ac_cv_func_gethostname=yes
| ac_cv_func_getline=yes
| ac_cv_func_getpagesize=yes
| ac_cv_func_getspnam=yes
| ac_cv_func_gettimeofday=yes
| ac_cv_func_inet_aton=yes
| ac_cv_func_inet_ntoa=yes
| ac_cv_func_iswcntrl=yes
| ac_cv_func_iswprint=yes
| ac_cv_func_lockf=yes
| ac_cv_func_malloc_0_nonnull=yes
| ac_cv_func_mbrtowc=yes
| ac_cv_func_memchr=yes
| ac_cv_func_mempcpy=yes
| ac_cv_func_mkdir=yes
| ac_cv_func_mktime=yes
| ac_cv_func_mmap_fixed_mapped=yes
| ac_cv_func_obstack=yes
| ac_cv_func_scm_c_define=yes
| ac_cv_func_scm_c_lookup=yes
| ac_cv_func_scm_cell=no
| ac_cv_func_scm_list_1=yes
| ac_cv_func_scm_list_n=yes
| ac_cv_func_scm_long2num=yes
| ac_cv_func_select=yes
| ac_cv_func_setegid=yes
| ac_cv_func_seteuid=yes
| ac_cv_func_setlocale=yes
| ac_cv_func_setregid=yes
| ac_cv_func_setresgid=yes
| ac_cv_func_setreuid=yes
| ac_cv_func_setsid=yes
| ac_cv_func_setvbuf=yes
| ac_cv_func_sigaction=yes
| ac_cv_func_snprintf=yes
| ac_cv_func_socket=yes
| ac_cv_func_strchrnul=yes
| ac_cv_func_strdup=yes
| ac_cv_func_strerror=yes
| ac_cv_func_strerror_r=yes
| ac_cv_func_strerror_r_char_p=yes
| ac_cv_func_strftime=yes
| ac_cv_func_strncasecmp=yes
| ac_cv_func_strnlen_working=yes
| ac_cv_func_strtol=yes
| ac_cv_func_vasnprintf=no
| ac_cv_func_vasprintf=yes
| ac_cv_func_vprintf=yes
| ac_cv_func_vsnprintf=yes
| ac_cv_func_wcrtomb=yes
| ac_cv_func_wcscoll=yes
| ac_cv_func_wcslen=yes
| ac_cv_func_wcwidth=yes
| ac_cv_have_decl_asprintf=yes
| ac_cv_have_decl_clearerr_unlocked=yes
| ac_cv_have_decl_crypt=yes
| ac_cv_have_decl_crypt_set_format=no
| ac_cv_have_decl_feof_unlocked=yes
| ac_cv_have_decl_ferror_unlocked=yes
| ac_cv_have_decl_fflush_unlocked=yes
| ac_cv_have_decl_fgets_unlocked=yes
| ac_cv_have_decl_fputc_unlocked=yes
| ac_cv_have_decl_fputs_unlocked=yes
| ac_cv_have_decl_fread_unlocked=yes
| ac_cv_have_decl_fwrite_unlocked=yes
| ac_cv_have_decl_getc_unlocked=yes
| ac_cv_have_decl_getchar_unlocked=yes
| ac_cv_have_decl_getdelim=yes
| ac_cv_have_decl_getenv=yes
| ac_cv_have_decl_getline=yes
| ac_cv_have_decl_localtime_r=yes
| ac_cv_have_decl_program_invocation_name=yes
| ac_cv_have_decl_program_invocation_short_name=yes
| ac_cv_have_decl_putc_unlocked=yes
| ac_cv_have_decl_putchar_unlocked=yes
| ac_cv_have_decl_strerror_r=yes
| ac_cv_have_decl_strncasecmp=yes
| ac_cv_have_decl_strndup=yes
| ac_cv_have_decl_strnlen=yes
| ac_cv_have_decl_strtok_r=yes
| ac_cv_have_decl_vasprintf=yes
| ac_cv_have_decl_vsnprintf=yes
| ac_cv_have_decl_wcwidth=yes
| ac_cv_header_arpa_inet_h=yes
| ac_cv_header_crypt_h=yes
| ac_cv_header_ctype_h=yes
| ac_cv_header_dlfcn_h=yes
| ac_cv_header_fcntl_h=yes
| ac_cv_header_features_h=yes
| ac_cv_header_inttypes_h=yes
| ac_cv_header_libintl_h=yes
| ac_cv_header_linewrap_h=no
| ac_cv_header_locale_h=yes
| ac_cv_header_malloc_h=yes
| ac_cv_header_memory_h=yes
| ac_cv_header_minix_config_h=no
| ac_cv_header_netdb_h=yes
| ac_cv_header_netinet_in_h=yes
| ac_cv_header_sgtty_h=yes
| ac_cv_header_shadow_h=yes
| ac_cv_header_socket_h=no
| ac_cv_header_stdarg_h=yes
| ac_cv_header_stdbool_h=yes
| ac_cv_header_stdc=yes
| ac_cv_header_stdint_h=yes
| ac_cv_header_stdlib_h=yes
| ac_cv_header_string_h=yes
| ac_cv_header_strings_h=yes
| ac_cv_header_sys_bitypes_h=yes
| ac_cv_header_sys_file_h=yes
| ac_cv_header_sys_inttypes_h=no
| ac_cv_header_sys_resources_h=no
| ac_cv_header_sys_select_h=yes
| ac_cv_header_sys_socket_h=yes
| ac_cv_header_sys_stat_h=yes
| ac_cv_header_sys_time_h=yes
| ac_cv_header_sys_types_h=yes
| ac_cv_header_sys_uio_h=yes
| ac_cv_header_sys_wait_h=yes
| ac_cv_header_sysexits_h=yes
| ac_cv_header_termcap_h=yes
| ac_cv_header_termio_h=yes
| ac_cv_header_termios_h=yes
| ac_cv_header_time=yes
| ac_cv_header_unistd_h=yes
| ac_cv_header_varargs_h=no
| ac_cv_header_wchar_h=yes
| ac_cv_header_wctype_h=yes
| ac_cv_host=i686-pc-linux-gnu
| ac_cv_lib_crypt_crypt=yes
| ac_cv_lib_error_at_line=yes
| ac_cv_lib_fl_yywrap=yes
| ac_cv_lib_ltdl_lt_dlinit=yes
| ac_cv_lib_ncurses___tputs=yes
| ac_cv_lib_nsl_gethostbyaddr=yes
| ac_cv_lib_readline_readline=no
| ac_cv_lib_socket_socket=no
| ac_cv_member_struct_passwd_pw_change=no
| ac_cv_member_struct_passwd_pw_expire=no
| ac_cv_member_struct_sockaddr_in_sin_len=no
| ac_cv_member_struct_spwd_sp_expire=yes
| ac_cv_objext=o
| ac_cv_path_EGREP='/usr/bin/grep -E'
| ac_cv_path_GMSGFMT=/usr/bin/msgfmt
| ac_cv_path_GREP=/usr/bin/grep
| ac_cv_path_GUILE_CONFIG=/usr/bin/guile-config
| ac_cv_path_MSGFMT=/usr/bin/msgfmt
| ac_cv_path_MSGMERGE=/usr/bin/msgmerge
| ac_cv_path_PS=/bin/ps
| ac_cv_path_XGETTEXT=/usr/bin/xgettext
| ac_cv_path_install='/usr/bin/install -c'
| ac_cv_prog_AWK=gawk
| ac_cv_prog_CPP='gcc -E'
| ac_cv_prog_CXXCPP='g++ -E'
| ac_cv_prog_EMACS=emacs
| ac_cv_prog_LEX=flex
| ac_cv_prog_YACC='bison -y'
| ac_cv_prog_ac_ct_AR=ar
| ac_cv_prog_ac_ct_CC=gcc
| ac_cv_prog_ac_ct_CXX=g++
| ac_cv_prog_ac_ct_RANLIB=ranlib
| ac_cv_prog_ac_ct_STRIP=strip
| ac_cv_prog_cc_c89=
| ac_cv_prog_cc_g=yes
| ac_cv_prog_cxx_g=yes
| ac_cv_prog_f77_g=no
| ac_cv_prog_lex_root=lex.yy
| ac_cv_prog_lex_yytext_pointer=yes
| ac_cv_prog_make_make_set=yes
| ac_cv_safe_to_define___extensions__=yes
| ac_cv_sizeof_uint32_t=4
| ac_cv_sizeof_unsigned_int=4
| ac_cv_sizeof_unsigned_long=4
| ac_cv_struct_tm=time.h
| ac_cv_target=i686-pc-linux-gnu
| ac_cv_type__Bool=yes
| ac_cv_type_long_long=yes
| ac_cv_type_long_long_int=yes
| ac_cv_type_mbstate_t=yes
| ac_cv_type_off_t=yes
| ac_cv_type_pid_t=yes
| ac_cv_type_ptrdiff_t=yes
| ac_cv_type_signal=void
| ac_cv_type_size_t=yes
| ac_cv_type_socklen_t=yes
| ac_cv_type_struct_spwd=yes
| ac_cv_type_u_char=yes
| ac_cv_type_u_int=yes
| ac_cv_type_u_long=yes
| ac_cv_type_uid_t=yes
| ac_cv_type_uint32_t=yes
| ac_cv_type_unsigned_int=yes
| ac_cv_type_unsigned_long=yes
| ac_cv_win_or_dos=no
| ac_cv_working_alloca_h=yes
| acl_cv_hardcode_direct=no
| acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
| acl_cv_hardcode_libdir_separator=
| acl_cv_hardcode_minus_L=no
| acl_cv_libext=a
| acl_cv_path_LD=/usr/i586-suse-linux/bin/ld
| acl_cv_prog_gnu_ld=yes
| acl_cv_rpath=done
| acl_cv_shlibext=so
| acl_cv_wl=-Wl,
| am_cv_CC_dependencies_compiler_type=gcc3
| am_cv_CXX_dependencies_compiler_type=gcc3
| am_cv_func_working_getline=yes
| am_cv_langinfo_codeset=yes
| am_cv_lispdir='${datadir}/emacs/site-lisp'
| am_cv_prog_cc_stdc=
| bh_cv_c_signed=yes
| gl_cv_absolute_stdint_h=///usr/include/stdint.h
| gl_cv_bitsizeof_ptrdiff_t=32
| gl_cv_bitsizeof_sig_atomic_t=32
| gl_cv_bitsizeof_size_t=32
| gl_cv_bitsizeof_wchar_t=32
| gl_cv_bitsizeof_wint_t=32
| gl_cv_func_mbrtowc=yes
| gl_cv_func_re_compile_pattern_working=yes
| gl_cv_func_strndup=yes
| gl_cv_header_inttypes_h=yes
| gl_cv_header_stdint_h=yes
| gl_cv_header_working_stdint_h=no
| gl_cv_minmax_in_limits_h=no
| gl_cv_minmax_in_sys_param_h=yes
| gl_cv_type_ptrdiff_t_signed=yes
| gl_cv_type_ptrdiff_t_suffix=
| gl_cv_type_sig_atomic_t_signed=yes
| gl_cv_type_sig_atomic_t_suffix=
| gl_cv_type_size_t_signed=no
| gl_cv_type_size_t_suffix=u
| gl_cv_type_wchar_t_signed=yes
| gl_cv_type_wchar_t_suffix=l
| gl_cv_type_wint_t_signed=no
| gl_cv_type_wint_t_suffix=u
| gt_cv_c_intmax_t=yes
| gt_cv_c_long_double=yes
| gt_cv_c_wchar_t=yes
| gt_cv_c_wint_t=yes
| gt_cv_func_CFLocaleCopyCurrent=no
| gt_cv_func_CFPreferencesCopyAppValue=no
| gt_cv_func_gnugettext2_libc=yes
| gt_cv_ssize_t=yes
| lt_cv_deplibs_check_method=pass_all
| lt_cv_file_magic_cmd='$MAGIC_CMD'
| lt_cv_file_magic_test_file=
| lt_cv_ld_reload_flag=-r
| lt_cv_objdir=.libs
| lt_cv_path_LD=/usr/i586-suse-linux/bin/ld
| lt_cv_path_LDCXX=/usr/i586-suse-linux/bin/ld
| lt_cv_path_NM='/usr/bin/nm -B'
| lt_cv_path_SED=/usr/bin/sed
| lt_cv_prog_compiler_c_o=yes
| lt_cv_prog_compiler_c_o_CXX=yes
| lt_cv_prog_compiler_rtti_exceptions=no
| lt_cv_prog_gnu_ld=yes
| lt_cv_prog_gnu_ldcxx=yes
| lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[    
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
| lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  
{\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", 
(lt_ptr) \&\2},/p'\'''
| lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int 
\1;/p'\'''
| lt_cv_sys_max_cmd_len=32768
| lt_lt_cv_prog_compiler_c_o='"yes"'
| lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
| lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[        
]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[       ][      
]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
| lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) 
\$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ 
]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
| lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern 
int \\1;/p'\''"'
| ra_cv_decl_inaddrloopback=yes
| ra_cv_ld_version_script_option=yes
| ra_cv_lib_guile=yes
| ra_cv_struct_hostent_h_addr_list=yes
| 
| ## ----------------- ##
| ## Output variables. ##
| ## ----------------- ##
| 
| ABSOLUTE_STDINT_H='"///usr/include/stdint.h"'
| ACCT_PORT='1813'
| ACLOCAL='${SHELL} /home/ushustech/Desktop/radius-1.4/scripts/missing --run 
aclocal-1.9'
| ALLOCA=''
| ALLOCA_H='alloca.h'
| AMDEPBACKSLASH='\'
| AMDEP_FALSE='#'
| AMDEP_TRUE=''
| AMTAR='${SHELL} /home/ushustech/Desktop/radius-1.4/scripts/missing --run tar'
| APACHEMODDIR=''
| APACHE_INCLUDES=''
| APXS=''
| AR='ar'
| AUTH_PORT='1812'
| AUTOCONF='${SHELL} /home/ushustech/Desktop/radius-1.4/scripts/missing --run 
autoconf'
| AUTOHEADER='${SHELL} /home/ushustech/Desktop/radius-1.4/scripts/missing --run 
autoheader'
| AUTOM4TE='${SHELL} /home/ushustech/Desktop/radius-1.4/scripts/missing --run 
autom4te'
| AUTOMAKE='${SHELL} /home/ushustech/Desktop/radius-1.4/scripts/missing --run 
automake-1.9'
| AWK='gawk'
| BITSIZEOF_PTRDIFF_T='32'
| BITSIZEOF_SIG_ATOMIC_T='32'
| BITSIZEOF_SIZE_T='32'
| BITSIZEOF_WCHAR_T='32'
| BITSIZEOF_WINT_T='32'
| BUILD_MOD_AUTH_RADIUS_LA=''
| BUILD_MOD_RADIUS_LA=''
| BUILD_NAS_SCM=''
| BUILD_PAM_RADIUS_LA=''
| BUILD_SQL=''
| BUILD_TARGET=''
| CC='gcc'
| CCDEPMODE='depmode=gcc3'
| CFLAGS='-g -O2'
| CPP='gcc -E'
| CPPFLAGS=''
| CXX='g++'
| CXXCPP='g++ -E'
| CXXDEPMODE='depmode=gcc3'
| CXXFLAGS='-g -O2'
| CYGPATH_W='echo'
| DEFS='-DHAVE_CONFIG_H'
| DEPDIR='.deps'
| ECHO='echo'
| ECHO_C=''
| ECHO_N='-n'
| ECHO_T=''
| EGREP='/usr/bin/grep -E'
| EMACS='emacs'
| EMACSLOADPATH=''
| EOVERFLOW=''
| EXEEXT=''
| F77=''
| FFLAGS=''
| GETOPT_H='getopt.h'
| GL_COND_LIBTOOL_FALSE='#'
| GL_COND_LIBTOOL_TRUE=''
| GMSGFMT='/usr/bin/msgfmt'
| GMSGFMT_015=':'
| GNU_INCLUDES=' argp.h'
| GREP='/usr/bin/grep'
| GUILE_BINDIR='/usr/bin'
| GUILE_CONFIG='/usr/bin/guile-config'
| GUILE_INCLUDES=''
| GUILE_LIBS='-lguile -lguile-ltdl -lqthreads -lpthread -lcrypt -lm'
| GUILE_SNARF_VERSION='1.6'
| HAVE_INTTYPES_H='1'
| HAVE_LONG_LONG_INT='1'
| HAVE_SIGNED_SIG_ATOMIC_T='1'
| HAVE_SIGNED_WCHAR_T='1'
| HAVE_SIGNED_WINT_T='0'
| HAVE_STDINT_H='1'
| HAVE_SYS_BITYPES_H='1'
| HAVE_SYS_INTTYPES_H='0'
| HAVE_SYS_TYPES_H='1'
| HAVE_WCHAR_H='1'
| HAVE__BOOL='1'
| INCLUDEPATH=''
| INSTALL_DATA='${INSTALL} -m 644'
| INSTALL_PROGRAM='${INSTALL}'
| INSTALL_SCRIPT='${INSTALL}'
| INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
| INTLLIBS=''
| INTL_MACOSX_LIBS=''
| LDFLAGS=''
| LEAK_DETECTOR=''
| LEX='flex'
| LEXLIB='-lfl'
| LEX_OUTPUT_ROOT='lex.yy'
| LIBGNURADIUS='${top_builddir}/lib/libgnuradius.la'
| LIBICONV='-liconv'
| LIBINTL=''
| LIBOBJS=' ${LIBOBJDIR}getopt$U.o ${LIBOBJDIR}getopt1$U.o 
${LIBOBJDIR}basename$U.o ${LIBOBJDIR}dirname$U.o ${LIBOBJDIR}stripslash$U.o 
${LIBOBJDIR}exitfail$U.o ${LIBOBJDIR}mbchar$U.o ${LIBOBJDIR}strcasecmp$U.o 
${LIBOBJDIR}vasnprintf$U.o ${LIBOBJDIR}printf-args$U.o 
${LIBOBJDIR}printf-parse$U.o ${LIBOBJDIR}asnprintf$U.o ${LIBOBJDIR}xmalloc$U.o'
| LIBRADSCM='libradscm.la libservscm.a'
| LIBS='-lcrypt -lnsl '
| LIBTOOL='$(SHELL) $(top_builddir)/libtool'
| LN_S='ln -s'
| LTALLOCA=''
| LTLIBICONV='-liconv'
| LTLIBINTL=''
| LTLIBOBJS=' ${LIBOBJDIR}getopt$U.lo ${LIBOBJDIR}getopt1$U.lo 
${LIBOBJDIR}basename$U.lo ${LIBOBJDIR}dirname$U.lo ${LIBOBJDIR}stripslash$U.lo 
${LIBOBJDIR}exitfail$U.lo ${LIBOBJDIR}mbchar$U.lo ${LIBOBJDIR}strcasecmp$U.lo 
${LIBOBJDIR}vasnprintf$U.lo ${LIBOBJDIR}printf-args$U.lo 
${LIBOBJDIR}printf-parse$U.lo ${LIBOBJDIR}asnprintf$U.lo 
${LIBOBJDIR}xmalloc$U.lo'
| M4='`cd $(top_srcdir); pwd`/scripts/missing --run m4'
| MAINT='#'
| MAINTAINER_MODE_FALSE=''
| MAINTAINER_MODE_TRUE='#'
| MAKEINFO='${SHELL} /home/ushustech/Desktop/radius-1.4/scripts/missing --run 
makeinfo'
| MSGFMT='/usr/bin/msgfmt'
| MSGFMT_015=':'
| MSGMERGE='/usr/bin/msgmerge'
| MYSQLLIBS=''
| OBJEXT='o'
| ODBCLIBS=''
| PACKAGE='radius'
| PACKAGE_BUGREPORT='address@hidden'
| PACKAGE_NAME='GNU Radius'
| PACKAGE_STRING='GNU Radius 1.4'
| PACKAGE_TARNAME='radius'
| PACKAGE_VERSION='1.4'
| PAMDIR='$(prefix)/lib/security'
| PATHFLAGS='-DSYSCONFDIR=\"$(sysconfdir)\" -DRADPID_DIR=\"$(RADPID_DIR)\" 
-DRADLOG_DIR=\"$(RADLOG_DIR)\"'
| PATH_SEPARATOR=':'
| PHPMODDIR=''
| PHP_INCLUDES=''
| POSTGRESLIBS=''
| POSUB='po'
| PS='/bin/ps'
| PTRDIFF_T_SUFFIX=''
| RADIUSD_LDADD_LIST=' -L../radscm -lradscm ../radscm/libservscm.a -lguile 
-lguile-ltdl -lqthreads -lpthread -lcrypt -lm -lltdl'
| RADIUS_DAEMON='radiusd'
| RADIUS_INCLUDE_PATH='-I$(top_builddir) -I$(top_srcdir)/include 
-I$(top_builddir)/include -I$(top_builddir)/include/radius 
-I$(top_srcdir)/include/radius -I$(top_srcdir)/lib '
| RADIUS_PID=''
| RADLOG_DIR='/var/log'
| RADPID_DIR='/var/run'
| RADSCM='radscm'
| RADSCM_BUILT_SOURCES_LIST='${RADSCM_BUILT_SOURCE_FILES}'
| RADSCM_PKGDATA='${RADSCM_PKGDATA_FILES}'
| RADSESSION='radsession'
| RANLIB='ranlib'
| READLINE_LIBS=''
| SET_MAKE=''
| SHELL='/bin/sh'
| SIG_ATOMIC_T_SUFFIX=''
| SIZE_T_SUFFIX='u'
| SNMP_CONFIG='# '
| SQLLIB=''
| SQL_LIBOBJS=''
| SQL_LOADABLE_MODULES=''
| SQL_LTLIBOBJS=''
| SQL_MODULES=''
| STDBOOL_H=''
| STDINT_H='stdint.h'
| STRIP='strip'
| SYSEXITS_H=''
| UNISTD_H=''
| USE_NLS='yes'
| VERSION='1.4'
| VERSION_SCRIPT_OPTION='-Wl,--version-script=$(VERSION_SCRIPT)'
| VI_AGE='0'
| VI_CURRENT='1'
| VI_REVISION='0'
| WCHAR_T_SUFFIX='l'
| WINT_T_SUFFIX='u'
| XGETTEXT='/usr/bin/xgettext'
| XGETTEXT_015=':'
| YACC='bison -y'
| YFLAGS=''
| ac_ct_CC='gcc'
| ac_ct_CXX='g++'
| ac_ct_F77=''
| am__fastdepCC_FALSE='#'
| am__fastdepCC_TRUE=''
| am__fastdepCXX_FALSE='#'
| am__fastdepCXX_TRUE=''
| am__include='include'
| am__leading_dot='.'
| am__quote=''
| am__tar='${AMTAR} chof - "$$tardir"'
| am__untar='${AMTAR} xf -'
| bindir='${exec_prefix}/bin'
| build='i686-pc-linux-gnu'
| build_alias=''
| build_cpu='i686'
| build_os='linux-gnu'
| build_vendor='pc'
| datadir='${datarootdir}'
| datarootdir='${prefix}/share'
| docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
| dvidir='${docdir}'
| exec_prefix='${prefix}'
| host='i686-pc-linux-gnu'
| host_alias=''
| host_cpu='i686'
| host_os='linux-gnu'
| host_vendor='pc'
| htmldir='${docdir}'
| includedir='${prefix}/include'
| infodir='${datarootdir}/info'
| install_sh='/home/ushustech/Desktop/radius-1.4/scripts/install-sh'
| libdir='${exec_prefix}/lib'
| libexecdir='${exec_prefix}/libexec'
| lisp_LISP='$(LISPSRC)'
| lispdir='${datadir}/emacs/site-lisp'
| localedir='${datarootdir}/locale'
| localstatedir='${prefix}/var'
| mandir='${datarootdir}/man'
| mkdir_p='mkdir -p --'
| oldincludedir='/usr/include'
| pdfdir='${docdir}'
| prefix='/usr/local'
| program_transform_name='s,x,x,'
| psdir='${docdir}'
| sbindir='${exec_prefix}/sbin'
| sharedstatedir='${prefix}/com'
| sysconfdir='${prefix}/etc'
| target='i686-pc-linux-gnu'
| target_alias=''
| target_cpu='i686'
| target_os='linux-gnu'
| target_vendor='pc'
| 
| ## ----------- ##
| ## confdefs.h. ##
| ## ----------- ##
| 
| #define PACKAGE_NAME "GNU Radius"
| #define PACKAGE_TARNAME "radius"
| #define PACKAGE_VERSION "1.4"
| #define PACKAGE_STRING "GNU Radius 1.4"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "radius"
| #define VERSION "1.4"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define YYTEXT_POINTER 1
| #define HAVE_DLFCN_H 1
| #define GUILE_VERSION 16
| #define USE_SERVER_GUILE 1
| #define HAVE_SCM_LONG2NUM 1
| #define HAVE_SCM_LIST_1 1
| #define HAVE_SCM_LIST_N 1
| #define HAVE_SCM_C_DEFINE 1
| #define HAVE_SCM_C_LOOKUP 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBLTDL 1
| #define USE_LOADABLE_MODULES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_LIBINTL_H 1
| #define RETSIGTYPE void
| #define SIZEOF_UINT32_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_UNSIGNED_INT 4
| #define HAVE_GETSPNAM 1
| #define HAVE_STRUCT_SPWD 1
| #define HAVE_STRUCT_SPWD_SP_EXPIRE 1
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRFTIME 1
| #define HAVE_VPRINTF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_DECL_GETENV 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCOLL 1
| #define HAVE_ISWPRINT 1
| #define HAVE_WCWIDTH 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDINT_H 1
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define HAVE_PROGRAM_INVOCATION_NAME 1
| #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
| #define HAVE_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_OBSTACK 1
| #define HAVE_STDINT_H 1
| #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| #define HAVE_SYS_BITYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define PTRDIFF_T_SUFFIX 
| #define SIG_ATOMIC_T_SUFFIX 
| #define SIZE_T_SUFFIX u
| #define WCHAR_T_SUFFIX l
| #define WINT_T_SUFFIX u
| #define strcasecmp rpl_strcasecmp
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNDUP 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_STDINT_H 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_SETSID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MKDIR 1
| #define HAVE_MKTIME 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_LOCKF 1
| #define HAVE_SETLOCALE 1
| #define HAVE_BZERO 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_ATON 1
| #define HAVE_SETVBUF 1
| #define HAVE_SETEGID 1
| #define HAVE_SETREGID 1
| #define HAVE_SETRESGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_SIGACTION 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_CRYPT 1
| #define HAVE_DECL_CRYPT_SET_FORMAT 0
| #define HAVE_HOSTENT_H_ADDR_LIST 1
| #define RADIUS_DEBUG 1
| #define BUILD_TARGET "i686-pc-linux-gnu"
| #define DEF_AUTH_PORT 1812
| #define DEF_ACCT_PORT 1813
| 
| configure: exit 0


reply via email to

[Prev in Thread] Current Thread [Next in Thread]