2
0
This repository has been archived on 2025-11-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

5692 lines
161 KiB
Plaintext

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = localhost.localdomain
uname -m = i686
uname -r = 2.6.35.6-45.fc14.i686
uname -s = Linux
uname -v = #1 SMP Mon Oct 18 23:56:17 UTC 2010
/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/lib/qt-3.3/bin
PATH: /usr/lib/ccache
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin
PATH: /home/swd/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2354: checking for gcc
configure:2370: found /usr/lib/ccache/gcc
configure:2381: result: gcc
configure:2610: checking for C compiler version
configure:2619: gcc --version >&5
gcc (GCC) 4.5.1 20100924 (Red Hat 4.5.1-4)
Copyright (C) 2010 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:2630: $? = 0
configure:2619: gcc -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-redhat-linux/4.5.1/lto-wrapper
Target: i686-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,lto --enable-plugin --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch=i686 --build=i686-redhat-linux
Thread model: posix
gcc version 4.5.1 20100924 (Red Hat 4.5.1-4) (GCC)
configure:2630: $? = 0
configure:2619: gcc -V >&5
gcc: '-V' option must have argument
configure:2630: $? = 1
configure:2619: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:2630: $? = 1
configure:2650: checking whether the C compiler works
configure:2672: gcc conftest.c >&5
configure:2676: $? = 0
configure:2724: result: yes
configure:2727: checking for C compiler default output file name
configure:2729: result: a.out
configure:2735: checking for suffix of executables
configure:2742: gcc -o conftest conftest.c >&5
configure:2746: $? = 0
configure:2768: result:
configure:2790: checking whether we are cross compiling
configure:2798: gcc -o conftest conftest.c >&5
configure:2802: $? = 0
configure:2809: ./conftest
configure:2813: $? = 0
configure:2828: result: no
configure:2833: checking for suffix of object files
configure:2855: gcc -c conftest.c >&5
configure:2859: $? = 0
configure:2880: result: o
configure:2884: checking whether we are using the GNU C compiler
configure:2903: gcc -c conftest.c >&5
configure:2903: $? = 0
configure:2912: result: yes
configure:2921: checking whether gcc accepts -g
configure:2941: gcc -c -g conftest.c >&5
configure:2941: $? = 0
configure:2982: result: yes
configure:2999: checking for gcc option to accept ISO C89
configure:3062: gcc -c -g -O2 conftest.c >&5
configure:3062: $? = 0
configure:3075: result: none needed
configure:3095: checking whether make sets $(MAKE)
configure:3117: result: yes
configure:3133: No $CFLAGS set... using "-Os -W -Wall" for GCC
configure:3147: checking for special C compiler options needed for large files
configure:3192: result: no
configure:3198: checking for _FILE_OFFSET_BITS value needed for large files
configure:3223: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c:15:3: warning: left shift count >= width of type
conftest.c:15:3: warning: left shift count >= width of type
conftest.c:16:10: warning: left shift count >= width of type
conftest.c:16:10: warning: left shift count >= width of type
conftest.c:15:7: error: size of array 'off_t_is_large' is negative
conftest.c:17:9: warning: variably modified 'off_t_is_large' at file scope
configure:3223: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <sys/types.h>
| /* Check that off_t can represent 2**63 - 1 correctly.
| We can't simply define LARGE_OFF_T to be 9223372036854775807,
| since some C++ compilers masquerading as C compilers
| incorrectly reject 9223372036854775807. */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| && LARGE_OFF_T % 2147483647 == 1)
| ? 1 : -1];
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3247: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:3247: $? = 0
configure:3255: result: 64
configure:3376: checking build system type
configure:3390: result: i686-pc-linux-gnu
configure:3410: checking host system type
configure:3423: result: i686-pc-linux-gnu
configure:3619: checking for ar
configure:3635: found /usr/bin/ar
configure:3646: result: ar
configure:3711: checking for ranlib
configure:3727: found /usr/bin/ranlib
configure:3738: result: ranlib
configure:3803: checking for strip
configure:3819: found /usr/bin/strip
configure:3830: result: strip
configure:3895: checking for install
configure:3911: found /usr/bin/install
configure:3922: result: install
configure:3950: checking how to run the C preprocessor
configure:3981: gcc -E conftest.c
configure:3981: $? = 0
configure:3995: gcc -E conftest.c
conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3995: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4020: result: gcc -E
configure:4040: gcc -E conftest.c
configure:4040: $? = 0
configure:4054: gcc -E conftest.c
conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4054: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4083: checking for grep that handles long lines and -e
configure:4141: result: /bin/grep
configure:4146: checking for egrep
configure:4208: result: /bin/grep -E
configure:4213: checking for ANSI C header files
configure:4233: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:4233: $? = 0
configure:4306: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:4306: $? = 0
configure:4306: ./conftest
configure:4306: $? = 0
configure:4317: result: yes
configure:4330: checking for sys/types.h
configure:4330: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:4330: $? = 0
configure:4330: result: yes
configure:4330: checking for sys/stat.h
configure:4330: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:4330: $? = 0
configure:4330: result: yes
configure:4330: checking for stdlib.h
configure:4330: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:4330: $? = 0
configure:4330: result: yes
configure:4330: checking for string.h
configure:4330: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:4330: $? = 0
configure:4330: result: yes
configure:4330: checking for memory.h
configure:4330: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:4330: $? = 0
configure:4330: result: yes
configure:4330: checking for strings.h
configure:4330: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:4330: $? = 0
configure:4330: result: yes
configure:4330: checking for inttypes.h
configure:4330: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:4330: $? = 0
configure:4330: result: yes
configure:4330: checking for stdint.h
configure:4330: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:4330: $? = 0
configure:4330: result: yes
configure:4330: checking for unistd.h
configure:4330: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:4330: $? = 0
configure:4330: result: yes
configure:4342: checking whether __UCLIBC__ is declared
configure:4342: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c: In function 'main':
conftest.c:60:10: error: '__UCLIBC__' undeclared (first use in this function)
conftest.c:60:10: note: each undeclared identifier is reported only once for each function it appears in
configure:4342: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef __UCLIBC__
| #ifdef __cplusplus
| (void) __UCLIBC__;
| #else
| (void) __UCLIBC__;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:4342: result: no
configure:4352: checking for crypt
configure:4352: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c >&5
/tmp/ccHBPVNf.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `crypt'
collect2: ld returned 1 exit status
configure:4352: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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. */
| /* Define crypt to an innocuous variant, in case <limits.h> declares crypt.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define crypt innocuous_crypt
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char crypt (); 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 crypt
|
| /* 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 crypt ();
| /* 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_crypt || defined __stub___crypt
| choke me
| #endif
|
| int
| main ()
| {
| return crypt ();
| ;
| return 0;
| }
configure:4352: result: no
configure:4357: checking for crypt in -lcrypt
configure:4382: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lcrypt >&5
configure:4382: $? = 0
configure:4391: result: yes
configure:4492: checking for deflate in -lz
configure:4517: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lz >&5
configure:4517: $? = 0
configure:4526: result: yes
configure:4539: Enabling zlib
configure:4646: Disabling PAM
configure:4724: Using openpty if available
configure:4726: checking for library containing openpty
configure:4757: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lz >&5
/tmp/ccvP4zgq.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `openpty'
collect2: ld returned 1 exit status
configure:4757: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| /* 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 openpty ();
| int
| main ()
| {
| return openpty ();
| ;
| return 0;
| }
configure:4757: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:4757: $? = 0
configure:4774: result: -lutil
configure:4805: Enabling syslog
configure:4839: checking shadow.h usability
configure:4839: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:4839: $? = 0
configure:4839: result: yes
configure:4839: checking shadow.h presence
configure:4839: gcc -E conftest.c
configure:4839: $? = 0
configure:4839: result: yes
configure:4839: checking for shadow.h
configure:4839: result: yes
configure:4849: Using shadow passwords if available
configure:4858: checking for ANSI C header files
configure:4962: result: yes
configure:4970: checking for sys/wait.h that is POSIX.1 compatible
configure:4996: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:4996: $? = 0
configure:5003: result: yes
configure:5014: checking fcntl.h usability
configure:5014: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking fcntl.h presence
configure:5014: gcc -E conftest.c
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking for fcntl.h
configure:5014: result: yes
configure:5014: checking limits.h usability
configure:5014: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking limits.h presence
configure:5014: gcc -E conftest.c
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking for limits.h
configure:5014: result: yes
configure:5014: checking netinet/in.h usability
configure:5014: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking netinet/in.h presence
configure:5014: gcc -E conftest.c
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking for netinet/in.h
configure:5014: result: yes
configure:5014: checking netinet/tcp.h usability
configure:5014: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking netinet/tcp.h presence
configure:5014: gcc -E conftest.c
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking for netinet/tcp.h
configure:5014: result: yes
configure:5014: checking for stdlib.h
configure:5014: result: yes
configure:5014: checking for string.h
configure:5014: result: yes
configure:5014: checking sys/socket.h usability
configure:5014: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking sys/socket.h presence
configure:5014: gcc -E conftest.c
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking for sys/socket.h
configure:5014: result: yes
configure:5014: checking sys/time.h usability
configure:5014: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking sys/time.h presence
configure:5014: gcc -E conftest.c
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking for sys/time.h
configure:5014: result: yes
configure:5014: checking termios.h usability
configure:5014: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking termios.h presence
configure:5014: gcc -E conftest.c
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking for termios.h
configure:5014: result: yes
configure:5014: checking for unistd.h
configure:5014: result: yes
configure:5014: checking crypt.h usability
configure:5014: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking crypt.h presence
configure:5014: gcc -E conftest.c
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking for crypt.h
configure:5014: result: yes
configure:5014: checking pty.h usability
configure:5014: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking pty.h presence
configure:5014: gcc -E conftest.c
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking for pty.h
configure:5014: result: yes
configure:5014: checking ioctl.h usability
configure:5014: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c:72:19: fatal error: ioctl.h: No such file or directory
compilation terminated.
configure:5014: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ioctl.h>
configure:5014: result: no
configure:5014: checking ioctl.h presence
configure:5014: gcc -E conftest.c
conftest.c:39:19: fatal error: ioctl.h: No such file or directory
compilation terminated.
configure:5014: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| /* end confdefs.h. */
| #include <ioctl.h>
configure:5014: result: no
configure:5014: checking for ioctl.h
configure:5014: result: no
configure:5014: checking libutil.h usability
configure:5014: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c:72:21: fatal error: libutil.h: No such file or directory
compilation terminated.
configure:5014: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libutil.h>
configure:5014: result: no
configure:5014: checking libutil.h presence
configure:5014: gcc -E conftest.c
conftest.c:39:21: fatal error: libutil.h: No such file or directory
compilation terminated.
configure:5014: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| /* end confdefs.h. */
| #include <libutil.h>
configure:5014: result: no
configure:5014: checking for libutil.h
configure:5014: result: no
configure:5014: checking libgen.h usability
configure:5014: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking libgen.h presence
configure:5014: gcc -E conftest.c
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking for libgen.h
configure:5014: result: yes
configure:5014: checking for inttypes.h
configure:5014: result: yes
configure:5014: checking stropts.h usability
configure:5014: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c:74:21: fatal error: stropts.h: No such file or directory
compilation terminated.
configure:5014: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <stropts.h>
configure:5014: result: no
configure:5014: checking stropts.h presence
configure:5014: gcc -E conftest.c
conftest.c:41:21: fatal error: stropts.h: No such file or directory
compilation terminated.
configure:5014: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| /* end confdefs.h. */
| #include <stropts.h>
configure:5014: result: no
configure:5014: checking for stropts.h
configure:5014: result: no
configure:5014: checking utmp.h usability
configure:5014: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking utmp.h presence
configure:5014: gcc -E conftest.c
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking for utmp.h
configure:5014: result: yes
configure:5014: checking utmpx.h usability
configure:5014: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking utmpx.h presence
configure:5014: gcc -E conftest.c
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking for utmpx.h
configure:5014: result: yes
configure:5014: checking lastlog.h usability
configure:5014: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking lastlog.h presence
configure:5014: gcc -E conftest.c
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking for lastlog.h
configure:5014: result: yes
configure:5014: checking paths.h usability
configure:5014: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking paths.h presence
configure:5014: gcc -E conftest.c
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking for paths.h
configure:5014: result: yes
configure:5014: checking util.h usability
configure:5014: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c:78:18: fatal error: util.h: No such file or directory
compilation terminated.
configure:5014: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <util.h>
configure:5014: result: no
configure:5014: checking util.h presence
configure:5014: gcc -E conftest.c
conftest.c:45:18: fatal error: util.h: No such file or directory
compilation terminated.
configure:5014: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| /* end confdefs.h. */
| #include <util.h>
configure:5014: result: no
configure:5014: checking for util.h
configure:5014: result: no
configure:5014: checking netdb.h usability
configure:5014: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking netdb.h presence
configure:5014: gcc -E conftest.c
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking for netdb.h
configure:5014: result: yes
configure:5014: checking security/pam_appl.h usability
configure:5014: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking security/pam_appl.h presence
configure:5014: gcc -E conftest.c
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking for security/pam_appl.h
configure:5014: result: yes
configure:5014: checking pam/pam_appl.h usability
configure:5014: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c:80:26: fatal error: pam/pam_appl.h: No such file or directory
compilation terminated.
configure:5014: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <pam/pam_appl.h>
configure:5014: result: no
configure:5014: checking pam/pam_appl.h presence
configure:5014: gcc -E conftest.c
conftest.c:47:26: fatal error: pam/pam_appl.h: No such file or directory
compilation terminated.
configure:5014: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| /* end confdefs.h. */
| #include <pam/pam_appl.h>
configure:5014: result: no
configure:5014: checking for pam/pam_appl.h
configure:5014: result: no
configure:5014: checking netinet/in_systm.h usability
configure:5014: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking netinet/in_systm.h presence
configure:5014: gcc -E conftest.c
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking for netinet/in_systm.h
configure:5014: result: yes
configure:5014: checking sys/uio.h usability
configure:5014: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking sys/uio.h presence
configure:5014: gcc -E conftest.c
configure:5014: $? = 0
configure:5014: result: yes
configure:5014: checking for sys/uio.h
configure:5014: result: yes
configure:5026: checking for an ANSI C-conforming const
configure:5092: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5092: $? = 0
configure:5099: result: yes
configure:5107: checking for uid_t in sys/types.h
configure:5126: result: yes
configure:5137: checking for mode_t
configure:5137: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5137: $? = 0
configure:5137: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c: In function 'main':
conftest.c:85:21: error: expected expression before ')' token
configure:5137: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((mode_t)))
| return 0;
| ;
| return 0;
| }
configure:5137: result: yes
configure:5148: checking for pid_t
configure:5148: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5148: $? = 0
configure:5148: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c: In function 'main':
conftest.c:85:20: error: expected expression before ')' token
configure:5148: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:5148: result: yes
configure:5159: checking for size_t
configure:5159: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5159: $? = 0
configure:5159: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c: In function 'main':
conftest.c:85:21: error: expected expression before ')' token
configure:5159: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:5159: result: yes
configure:5170: checking whether time.h and sys/time.h may both be included
configure:5190: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5190: $? = 0
configure:5197: result: yes
configure:5206: checking for uint8_t
configure:5206: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5206: $? = 0
configure:5206: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c: In function 'main':
conftest.c:86:22: error: expected expression before ')' token
configure:5206: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint8_t)))
| return 0;
| ;
| return 0;
| }
configure:5206: result: yes
configure:5215: checking for u_int8_t
configure:5215: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5215: $? = 0
configure:5215: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c: In function 'main':
conftest.c:87:23: error: expected expression before ')' token
configure:5215: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT8_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((u_int8_t)))
| return 0;
| ;
| return 0;
| }
configure:5215: result: yes
configure:5224: checking for uint16_t
configure:5224: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5224: $? = 0
configure:5224: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c: In function 'main':
conftest.c:88:23: error: expected expression before ')' token
configure:5224: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT8_T 1
| #define HAVE_U_INT8_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint16_t)))
| return 0;
| ;
| return 0;
| }
configure:5224: result: yes
configure:5233: checking for u_int16_t
configure:5233: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5233: $? = 0
configure:5233: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c: In function 'main':
conftest.c:89:24: error: expected expression before ')' token
configure:5233: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT8_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_UINT16_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((u_int16_t)))
| return 0;
| ;
| return 0;
| }
configure:5233: result: yes
configure:5242: checking for uint32_t
configure:5242: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5242: $? = 0
configure:5242: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c: In function 'main':
conftest.c:90:23: error: expected expression before ')' token
configure:5242: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT8_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint32_t)))
| return 0;
| ;
| return 0;
| }
configure:5242: result: yes
configure:5251: checking for u_int32_t
configure:5251: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5251: $? = 0
configure:5251: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c: In function 'main':
conftest.c:91:24: error: expected expression before ')' token
configure:5251: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT8_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_UINT32_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((u_int32_t)))
| return 0;
| ;
| return 0;
| }
configure:5251: result: yes
configure:5261: checking for struct sockaddr_storage
configure:5261: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c: In function 'main':
conftest.c:92:13: error: invalid application of 'sizeof' to incomplete type 'struct sockaddr_storage'
configure:5261: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT8_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_U_INT32_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof (struct sockaddr_storage))
| return 0;
| ;
| return 0;
| }
configure:5261: result: no
configure:5271: checking for socklen_t
configure:5271: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5271: $? = 0
configure:5271: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c: In function 'main':
conftest.c:62:24: error: expected expression before ')' token
configure:5271: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT8_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_U_INT32_T 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/socket.h>
|
| int
| main ()
| {
| if (sizeof ((socklen_t)))
| return 0;
| ;
| return 0;
| }
configure:5271: result: yes
configure:5336: checking for struct sockaddr_storage
configure:5356: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5356: $? = 0
configure:5365: result: yes
configure:5372: checking for struct sockaddr_in6
configure:5392: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5392: $? = 0
configure:5401: result: yes
configure:5409: checking for struct in6_addr
configure:5429: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5429: $? = 0
configure:5438: result: yes
configure:5446: checking for struct addrinfo
configure:5467: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5467: $? = 0
configure:5476: result: yes
configure:5488: checking for gai_strerror
configure:5488: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:5488: $? = 0
configure:5488: result: yes
configure:5515: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c: In function 'main':
conftest.c:74:5: warning: assignment discards qualifiers from pointer target type
configure:5515: $? = 0
configure:5528: checking for struct utmp.ut_host
configure:5528: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5528: $? = 0
configure:5528: result: yes
configure:5543: checking for struct utmp.ut_pid
configure:5543: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5543: $? = 0
configure:5543: result: yes
configure:5558: checking for struct utmp.ut_type
configure:5558: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5558: $? = 0
configure:5558: result: yes
configure:5573: checking for struct utmp.ut_tv
configure:5573: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c: In function 'main':
conftest.c:77:5: error: used struct type value where scalar is required
configure:5573: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT8_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 /**/
| #define HAVE_STRUCT_IN6_ADDR /**/
| #define HAVE_STRUCT_ADDRINFO /**/
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMP_UT_PID 1
| #define HAVE_STRUCT_UTMP_UT_TYPE 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #if HAVE_UTMP_H
| #include <utmp.h>
| #endif
|
|
| int
| main ()
| {
| static struct utmp ac_aggr;
| if (ac_aggr.ut_tv)
| return 0;
| ;
| return 0;
| }
configure:5573: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5573: $? = 0
configure:5573: result: yes
configure:5588: checking for struct utmp.ut_id
configure:5588: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5588: $? = 0
configure:5588: result: yes
configure:5603: checking for struct utmp.ut_addr
configure:5603: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5603: $? = 0
configure:5603: result: yes
configure:5618: checking for struct utmp.ut_addr_v6
configure:5618: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5618: $? = 0
configure:5618: result: yes
configure:5633: checking for struct utmp.ut_exit
configure:5633: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c: In function 'main':
conftest.c:81:5: error: used struct type value where scalar is required
configure:5633: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT8_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 /**/
| #define HAVE_STRUCT_IN6_ADDR /**/
| #define HAVE_STRUCT_ADDRINFO /**/
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMP_UT_PID 1
| #define HAVE_STRUCT_UTMP_UT_TYPE 1
| #define HAVE_STRUCT_UTMP_UT_TV 1
| #define HAVE_STRUCT_UTMP_UT_ID 1
| #define HAVE_STRUCT_UTMP_UT_ADDR 1
| #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #if HAVE_UTMP_H
| #include <utmp.h>
| #endif
|
|
| int
| main ()
| {
| static struct utmp ac_aggr;
| if (ac_aggr.ut_exit)
| return 0;
| ;
| return 0;
| }
configure:5633: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5633: $? = 0
configure:5633: result: yes
configure:5648: checking for struct utmp.ut_time
configure:5648: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5648: $? = 0
configure:5648: result: yes
configure:5665: checking for struct utmpx.ut_host
configure:5665: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5665: $? = 0
configure:5665: result: yes
configure:5681: checking for struct utmpx.ut_syslen
configure:5681: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c: In function 'main':
conftest.c:85:12: error: 'struct utmpx' has no member named 'ut_syslen'
configure:5681: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT8_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 /**/
| #define HAVE_STRUCT_IN6_ADDR /**/
| #define HAVE_STRUCT_ADDRINFO /**/
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMP_UT_PID 1
| #define HAVE_STRUCT_UTMP_UT_TYPE 1
| #define HAVE_STRUCT_UTMP_UT_TV 1
| #define HAVE_STRUCT_UTMP_UT_ID 1
| #define HAVE_STRUCT_UTMP_UT_ADDR 1
| #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMP_UT_EXIT 1
| #define HAVE_STRUCT_UTMP_UT_TIME 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/socket.h>
| #if HAVE_UTMPX_H
| #include <utmpx.h>
| #endif
|
|
| int
| main ()
| {
| static struct utmpx ac_aggr;
| if (ac_aggr.ut_syslen)
| return 0;
| ;
| return 0;
| }
configure:5681: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c: In function 'main':
conftest.c:85:19: error: 'struct utmpx' has no member named 'ut_syslen'
configure:5681: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT8_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 /**/
| #define HAVE_STRUCT_IN6_ADDR /**/
| #define HAVE_STRUCT_ADDRINFO /**/
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMP_UT_PID 1
| #define HAVE_STRUCT_UTMP_UT_TYPE 1
| #define HAVE_STRUCT_UTMP_UT_TV 1
| #define HAVE_STRUCT_UTMP_UT_ID 1
| #define HAVE_STRUCT_UTMP_UT_ADDR 1
| #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMP_UT_EXIT 1
| #define HAVE_STRUCT_UTMP_UT_TIME 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/socket.h>
| #if HAVE_UTMPX_H
| #include <utmpx.h>
| #endif
|
|
| int
| main ()
| {
| static struct utmpx ac_aggr;
| if (sizeof ac_aggr.ut_syslen)
| return 0;
| ;
| return 0;
| }
configure:5681: result: no
configure:5697: checking for struct utmpx.ut_type
configure:5697: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5697: $? = 0
configure:5697: result: yes
configure:5713: checking for struct utmpx.ut_id
configure:5713: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5713: $? = 0
configure:5713: result: yes
configure:5729: checking for struct utmpx.ut_addr
configure:5729: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c: In function 'main':
conftest.c:87:12: error: 'struct utmpx' has no member named 'ut_addr'
configure:5729: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT8_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 /**/
| #define HAVE_STRUCT_IN6_ADDR /**/
| #define HAVE_STRUCT_ADDRINFO /**/
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMP_UT_PID 1
| #define HAVE_STRUCT_UTMP_UT_TYPE 1
| #define HAVE_STRUCT_UTMP_UT_TV 1
| #define HAVE_STRUCT_UTMP_UT_ID 1
| #define HAVE_STRUCT_UTMP_UT_ADDR 1
| #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMP_UT_EXIT 1
| #define HAVE_STRUCT_UTMP_UT_TIME 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/socket.h>
| #if HAVE_UTMPX_H
| #include <utmpx.h>
| #endif
|
|
| int
| main ()
| {
| static struct utmpx ac_aggr;
| if (ac_aggr.ut_addr)
| return 0;
| ;
| return 0;
| }
configure:5729: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c: In function 'main':
conftest.c:87:19: error: 'struct utmpx' has no member named 'ut_addr'
configure:5729: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT8_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 /**/
| #define HAVE_STRUCT_IN6_ADDR /**/
| #define HAVE_STRUCT_ADDRINFO /**/
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMP_UT_PID 1
| #define HAVE_STRUCT_UTMP_UT_TYPE 1
| #define HAVE_STRUCT_UTMP_UT_TV 1
| #define HAVE_STRUCT_UTMP_UT_ID 1
| #define HAVE_STRUCT_UTMP_UT_ADDR 1
| #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMP_UT_EXIT 1
| #define HAVE_STRUCT_UTMP_UT_TIME 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/socket.h>
| #if HAVE_UTMPX_H
| #include <utmpx.h>
| #endif
|
|
| int
| main ()
| {
| static struct utmpx ac_aggr;
| if (sizeof ac_aggr.ut_addr)
| return 0;
| ;
| return 0;
| }
configure:5729: result: no
configure:5745: checking for struct utmpx.ut_addr_v6
configure:5745: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5745: $? = 0
configure:5745: result: yes
configure:5761: checking for struct utmpx.ut_time
configure:5761: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c: In function 'main':
conftest.c:88:12: error: 'struct utmpx' has no member named 'ut_time'
configure:5761: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT8_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 /**/
| #define HAVE_STRUCT_IN6_ADDR /**/
| #define HAVE_STRUCT_ADDRINFO /**/
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMP_UT_PID 1
| #define HAVE_STRUCT_UTMP_UT_TYPE 1
| #define HAVE_STRUCT_UTMP_UT_TV 1
| #define HAVE_STRUCT_UTMP_UT_ID 1
| #define HAVE_STRUCT_UTMP_UT_ADDR 1
| #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMP_UT_EXIT 1
| #define HAVE_STRUCT_UTMP_UT_TIME 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/socket.h>
| #if HAVE_UTMPX_H
| #include <utmpx.h>
| #endif
|
|
| int
| main ()
| {
| static struct utmpx ac_aggr;
| if (ac_aggr.ut_time)
| return 0;
| ;
| return 0;
| }
configure:5761: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c: In function 'main':
conftest.c:88:19: error: 'struct utmpx' has no member named 'ut_time'
configure:5761: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT8_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 /**/
| #define HAVE_STRUCT_IN6_ADDR /**/
| #define HAVE_STRUCT_ADDRINFO /**/
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMP_UT_PID 1
| #define HAVE_STRUCT_UTMP_UT_TYPE 1
| #define HAVE_STRUCT_UTMP_UT_TV 1
| #define HAVE_STRUCT_UTMP_UT_ID 1
| #define HAVE_STRUCT_UTMP_UT_ADDR 1
| #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMP_UT_EXIT 1
| #define HAVE_STRUCT_UTMP_UT_TIME 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/socket.h>
| #if HAVE_UTMPX_H
| #include <utmpx.h>
| #endif
|
|
| int
| main ()
| {
| static struct utmpx ac_aggr;
| if (sizeof ac_aggr.ut_time)
| return 0;
| ;
| return 0;
| }
configure:5761: result: no
configure:5777: checking for struct utmpx.ut_tv
configure:5777: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c: In function 'main':
conftest.c:88:5: error: used struct type value where scalar is required
configure:5777: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT8_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 /**/
| #define HAVE_STRUCT_IN6_ADDR /**/
| #define HAVE_STRUCT_ADDRINFO /**/
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMP_UT_PID 1
| #define HAVE_STRUCT_UTMP_UT_TYPE 1
| #define HAVE_STRUCT_UTMP_UT_TV 1
| #define HAVE_STRUCT_UTMP_UT_ID 1
| #define HAVE_STRUCT_UTMP_UT_ADDR 1
| #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMP_UT_EXIT 1
| #define HAVE_STRUCT_UTMP_UT_TIME 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/socket.h>
| #if HAVE_UTMPX_H
| #include <utmpx.h>
| #endif
|
|
| int
| main ()
| {
| static struct utmpx ac_aggr;
| if (ac_aggr.ut_tv)
| return 0;
| ;
| return 0;
| }
configure:5777: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5777: $? = 0
configure:5777: result: yes
configure:5795: checking for struct sockaddr_storage.ss_family
configure:5795: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:5795: $? = 0
configure:5795: result: yes
configure:5813: checking for endutent
configure:5813: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:5813: $? = 0
configure:5813: result: yes
configure:5813: checking for getutent
configure:5813: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:5813: $? = 0
configure:5813: result: yes
configure:5813: checking for getutid
configure:5813: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:5813: $? = 0
configure:5813: result: yes
configure:5813: checking for getutline
configure:5813: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:5813: $? = 0
configure:5813: result: yes
configure:5813: checking for pututline
configure:5813: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:5813: $? = 0
configure:5813: result: yes
configure:5813: checking for setutent
configure:5813: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:5813: $? = 0
configure:5813: result: yes
configure:5824: checking for utmpname
configure:5824: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:5824: $? = 0
configure:5824: result: yes
configure:5836: checking for endutxent
configure:5836: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:5836: $? = 0
configure:5836: result: yes
configure:5836: checking for getutxent
configure:5836: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:5836: $? = 0
configure:5836: result: yes
configure:5836: checking for getutxid
configure:5836: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:5836: $? = 0
configure:5836: result: yes
configure:5836: checking for getutxline
configure:5836: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:5836: $? = 0
configure:5836: result: yes
configure:5836: checking for pututxline
configure:5836: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:5836: $? = 0
configure:5836: result: yes
configure:5848: checking for setutxent
configure:5848: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:5848: $? = 0
configure:5848: result: yes
configure:5848: checking for utmpxname
configure:5848: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:5848: $? = 0
configure:5848: result: yes
configure:5860: checking for logout
configure:5860: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:5860: $? = 0
configure:5860: result: yes
configure:5860: checking for updwtmp
configure:5860: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:5860: $? = 0
configure:5860: result: yes
configure:5860: checking for logwtmp
configure:5860: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:5860: $? = 0
configure:5860: result: yes
configure:5873: checking mach/mach_time.h usability
configure:5873: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c:128:28: fatal error: mach/mach_time.h: No such file or directory
compilation terminated.
configure:5873: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT8_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 /**/
| #define HAVE_STRUCT_IN6_ADDR /**/
| #define HAVE_STRUCT_ADDRINFO /**/
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMP_UT_PID 1
| #define HAVE_STRUCT_UTMP_UT_TYPE 1
| #define HAVE_STRUCT_UTMP_UT_TV 1
| #define HAVE_STRUCT_UTMP_UT_ID 1
| #define HAVE_STRUCT_UTMP_UT_ADDR 1
| #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMP_UT_EXIT 1
| #define HAVE_STRUCT_UTMP_UT_TIME 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_ENDUTENT 1
| #define HAVE_GETUTENT 1
| #define HAVE_GETUTID 1
| #define HAVE_GETUTLINE 1
| #define HAVE_PUTUTLINE 1
| #define HAVE_SETUTENT 1
| #define HAVE_UTMPNAME 1
| #define HAVE_ENDUTXENT 1
| #define HAVE_GETUTXENT 1
| #define HAVE_GETUTXID 1
| #define HAVE_GETUTXLINE 1
| #define HAVE_PUTUTXLINE 1
| #define HAVE_SETUTXENT 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <mach/mach_time.h>
configure:5873: result: no
configure:5873: checking mach/mach_time.h presence
configure:5873: gcc -E conftest.c
conftest.c:95:28: fatal error: mach/mach_time.h: No such file or directory
compilation terminated.
configure:5873: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT8_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 /**/
| #define HAVE_STRUCT_IN6_ADDR /**/
| #define HAVE_STRUCT_ADDRINFO /**/
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMP_UT_PID 1
| #define HAVE_STRUCT_UTMP_UT_TYPE 1
| #define HAVE_STRUCT_UTMP_UT_TV 1
| #define HAVE_STRUCT_UTMP_UT_ID 1
| #define HAVE_STRUCT_UTMP_UT_ADDR 1
| #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMP_UT_EXIT 1
| #define HAVE_STRUCT_UTMP_UT_TIME 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_ENDUTENT 1
| #define HAVE_GETUTENT 1
| #define HAVE_GETUTID 1
| #define HAVE_GETUTLINE 1
| #define HAVE_PUTUTLINE 1
| #define HAVE_SETUTENT 1
| #define HAVE_UTMPNAME 1
| #define HAVE_ENDUTXENT 1
| #define HAVE_GETUTXENT 1
| #define HAVE_GETUTXID 1
| #define HAVE_GETUTXLINE 1
| #define HAVE_PUTUTXLINE 1
| #define HAVE_SETUTXENT 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| /* end confdefs.h. */
| #include <mach/mach_time.h>
configure:5873: result: no
configure:5873: checking for mach/mach_time.h
configure:5873: result: no
configure:5885: checking for mach_absolute_time
configure:5885: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
/tmp/ccsCQR6K.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `mach_absolute_time'
collect2: ld returned 1 exit status
configure:5885: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT8_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 /**/
| #define HAVE_STRUCT_IN6_ADDR /**/
| #define HAVE_STRUCT_ADDRINFO /**/
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMP_UT_PID 1
| #define HAVE_STRUCT_UTMP_UT_TYPE 1
| #define HAVE_STRUCT_UTMP_UT_TV 1
| #define HAVE_STRUCT_UTMP_UT_ID 1
| #define HAVE_STRUCT_UTMP_UT_ADDR 1
| #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMP_UT_EXIT 1
| #define HAVE_STRUCT_UTMP_UT_TIME 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_ENDUTENT 1
| #define HAVE_GETUTENT 1
| #define HAVE_GETUTID 1
| #define HAVE_GETUTLINE 1
| #define HAVE_PUTUTLINE 1
| #define HAVE_SETUTENT 1
| #define HAVE_UTMPNAME 1
| #define HAVE_ENDUTXENT 1
| #define HAVE_GETUTXENT 1
| #define HAVE_GETUTXID 1
| #define HAVE_GETUTXLINE 1
| #define HAVE_PUTUTXLINE 1
| #define HAVE_SETUTXENT 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| /* end confdefs.h. */
| /* Define mach_absolute_time to an innocuous variant, in case <limits.h> declares mach_absolute_time.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define mach_absolute_time innocuous_mach_absolute_time
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char mach_absolute_time (); 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 mach_absolute_time
|
| /* 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 mach_absolute_time ();
| /* 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_mach_absolute_time || defined __stub___mach_absolute_time
| choke me
| #endif
|
| int
| main ()
| {
| return mach_absolute_time ();
| ;
| return 0;
| }
configure:5885: result: no
configure:5898: checking for explicit_bzero
configure:5898: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
/tmp/ccpS0jGO.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `explicit_bzero'
collect2: ld returned 1 exit status
configure:5898: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT8_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 /**/
| #define HAVE_STRUCT_IN6_ADDR /**/
| #define HAVE_STRUCT_ADDRINFO /**/
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMP_UT_PID 1
| #define HAVE_STRUCT_UTMP_UT_TYPE 1
| #define HAVE_STRUCT_UTMP_UT_TV 1
| #define HAVE_STRUCT_UTMP_UT_ID 1
| #define HAVE_STRUCT_UTMP_UT_ADDR 1
| #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMP_UT_EXIT 1
| #define HAVE_STRUCT_UTMP_UT_TIME 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_ENDUTENT 1
| #define HAVE_GETUTENT 1
| #define HAVE_GETUTID 1
| #define HAVE_GETUTLINE 1
| #define HAVE_PUTUTLINE 1
| #define HAVE_SETUTENT 1
| #define HAVE_UTMPNAME 1
| #define HAVE_ENDUTXENT 1
| #define HAVE_GETUTXENT 1
| #define HAVE_GETUTXID 1
| #define HAVE_GETUTXLINE 1
| #define HAVE_PUTUTXLINE 1
| #define HAVE_SETUTXENT 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| /* end confdefs.h. */
| /* Define explicit_bzero to an innocuous variant, in case <limits.h> declares explicit_bzero.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define explicit_bzero innocuous_explicit_bzero
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char explicit_bzero (); 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 explicit_bzero
|
| /* 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 explicit_bzero ();
| /* 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_explicit_bzero || defined __stub___explicit_bzero
| choke me
| #endif
|
| int
| main ()
| {
| return explicit_bzero ();
| ;
| return 0;
| }
configure:5898: result: no
configure:5898: checking for memset_s
configure:5898: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
/tmp/ccRd3UkR.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `memset_s'
collect2: ld returned 1 exit status
configure:5898: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT8_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 /**/
| #define HAVE_STRUCT_IN6_ADDR /**/
| #define HAVE_STRUCT_ADDRINFO /**/
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMP_UT_PID 1
| #define HAVE_STRUCT_UTMP_UT_TYPE 1
| #define HAVE_STRUCT_UTMP_UT_TV 1
| #define HAVE_STRUCT_UTMP_UT_ID 1
| #define HAVE_STRUCT_UTMP_UT_ADDR 1
| #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMP_UT_EXIT 1
| #define HAVE_STRUCT_UTMP_UT_TIME 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_ENDUTENT 1
| #define HAVE_GETUTENT 1
| #define HAVE_GETUTID 1
| #define HAVE_GETUTLINE 1
| #define HAVE_PUTUTLINE 1
| #define HAVE_SETUTENT 1
| #define HAVE_UTMPNAME 1
| #define HAVE_ENDUTXENT 1
| #define HAVE_GETUTXENT 1
| #define HAVE_GETUTXID 1
| #define HAVE_GETUTXLINE 1
| #define HAVE_PUTUTXLINE 1
| #define HAVE_SETUTXENT 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| /* end confdefs.h. */
| /* Define memset_s to an innocuous variant, in case <limits.h> declares memset_s.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define memset_s innocuous_memset_s
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char memset_s (); 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 memset_s
|
| /* 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 memset_s ();
| /* 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_memset_s || defined __stub___memset_s
| choke me
| #endif
|
| int
| main ()
| {
| return memset_s ();
| ;
| return 0;
| }
configure:5898: result: no
configure:6007: checking for mp_exptmod in -ltommath
configure:6032: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -ltommath -lutil -lz >&5
/usr/bin/ld: cannot find -ltommath
collect2: ld returned 1 exit status
configure:6032: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT8_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 /**/
| #define HAVE_STRUCT_IN6_ADDR /**/
| #define HAVE_STRUCT_ADDRINFO /**/
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMP_UT_PID 1
| #define HAVE_STRUCT_UTMP_UT_TYPE 1
| #define HAVE_STRUCT_UTMP_UT_TV 1
| #define HAVE_STRUCT_UTMP_UT_ID 1
| #define HAVE_STRUCT_UTMP_UT_ADDR 1
| #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMP_UT_EXIT 1
| #define HAVE_STRUCT_UTMP_UT_TIME 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_ENDUTENT 1
| #define HAVE_GETUTENT 1
| #define HAVE_GETUTID 1
| #define HAVE_GETUTLINE 1
| #define HAVE_PUTUTLINE 1
| #define HAVE_SETUTENT 1
| #define HAVE_UTMPNAME 1
| #define HAVE_ENDUTXENT 1
| #define HAVE_GETUTXENT 1
| #define HAVE_GETUTXID 1
| #define HAVE_GETUTXLINE 1
| #define HAVE_PUTUTXLINE 1
| #define HAVE_SETUTXENT 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 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 mp_exptmod ();
| int
| main ()
| {
| return mp_exptmod ();
| ;
| return 0;
| }
configure:6041: result: no
configure:6049: checking for register_cipher in -ltomcrypt
configure:6074: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -ltomcrypt -lutil -lz >&5
/usr/bin/ld: cannot find -ltomcrypt
collect2: ld returned 1 exit status
configure:6074: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT8_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 /**/
| #define HAVE_STRUCT_IN6_ADDR /**/
| #define HAVE_STRUCT_ADDRINFO /**/
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMP_UT_PID 1
| #define HAVE_STRUCT_UTMP_UT_TYPE 1
| #define HAVE_STRUCT_UTMP_UT_TV 1
| #define HAVE_STRUCT_UTMP_UT_ID 1
| #define HAVE_STRUCT_UTMP_UT_ADDR 1
| #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMP_UT_EXIT 1
| #define HAVE_STRUCT_UTMP_UT_TIME 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_ENDUTENT 1
| #define HAVE_GETUTENT 1
| #define HAVE_GETUTID 1
| #define HAVE_GETUTLINE 1
| #define HAVE_PUTUTLINE 1
| #define HAVE_SETUTENT 1
| #define HAVE_UTMPNAME 1
| #define HAVE_ENDUTXENT 1
| #define HAVE_GETUTXENT 1
| #define HAVE_GETUTXID 1
| #define HAVE_GETUTXLINE 1
| #define HAVE_PUTUTXLINE 1
| #define HAVE_SETUTXENT 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 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 register_cipher ();
| int
| main ()
| {
| return register_cipher ();
| ;
| return 0;
| }
configure:6083: result: no
configure:6186: checking for library containing login
configure:6217: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:6217: $? = 0
configure:6234: result: none required
configure:6247: checking for logout
configure:6247: result: yes
configure:6247: checking for updwtmp
configure:6247: result: yes
configure:6247: checking for logwtmp
configure:6247: result: yes
configure:6259: checking if your system defines LASTLOG_FILE
configure:6284: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c: In function 'main':
conftest.c:116:18: error: 'LASTLOG_FILE' undeclared (first use in this function)
conftest.c:116:18: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:116:8: warning: unused variable 'lastlog'
configure:6284: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT8_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 /**/
| #define HAVE_STRUCT_IN6_ADDR /**/
| #define HAVE_STRUCT_ADDRINFO /**/
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMP_UT_PID 1
| #define HAVE_STRUCT_UTMP_UT_TYPE 1
| #define HAVE_STRUCT_UTMP_UT_TV 1
| #define HAVE_STRUCT_UTMP_UT_ID 1
| #define HAVE_STRUCT_UTMP_UT_ADDR 1
| #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMP_UT_EXIT 1
| #define HAVE_STRUCT_UTMP_UT_TIME 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_ENDUTENT 1
| #define HAVE_GETUTENT 1
| #define HAVE_GETUTID 1
| #define HAVE_GETUTLINE 1
| #define HAVE_PUTUTLINE 1
| #define HAVE_SETUTENT 1
| #define HAVE_UTMPNAME 1
| #define HAVE_ENDUTXENT 1
| #define HAVE_GETUTXENT 1
| #define HAVE_GETUTXID 1
| #define HAVE_GETUTXLINE 1
| #define HAVE_PUTUTXLINE 1
| #define HAVE_SETUTXENT 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define BUNDLED_LIBTOM /**/
| #define HAVE_LOGIN /**/
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <utmp.h>
| #ifdef HAVE_LASTLOG_H
| # include <lastlog.h>
| #endif
| #ifdef HAVE_PATHS_H
| # include <paths.h>
| #endif
| #ifdef HAVE_LOGIN_H
| # include <login.h>
| #endif
|
| int
| main ()
| {
| char *lastlog = LASTLOG_FILE;
| ;
| return 0;
| }
configure:6289: result: no
configure:6291: checking if your system defines _PATH_LASTLOG
configure:6313: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c: In function 'main':
conftest.c:113:8: warning: unused variable 'lastlog'
configure:6313: $? = 0
configure:6314: result: yes
configure:6351: checking if your system defines UTMP_FILE
configure:6370: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c: In function 'main':
conftest.c:110:8: warning: unused variable 'utmp'
configure:6370: $? = 0
configure:6371: result: yes
configure:6401: checking if your system defines WTMP_FILE
configure:6422: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c: In function 'main':
conftest.c:112:8: warning: unused variable 'wtmp'
configure:6422: $? = 0
configure:6423: result: yes
configure:6454: checking if your system defines UTMPX_FILE
configure:6476: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c: In function 'main':
conftest.c:113:16: error: 'UTMPX_FILE' undeclared (first use in this function)
conftest.c:113:16: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:113:8: warning: unused variable 'utmpx'
configure:6476: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT8_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 /**/
| #define HAVE_STRUCT_IN6_ADDR /**/
| #define HAVE_STRUCT_ADDRINFO /**/
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMP_UT_PID 1
| #define HAVE_STRUCT_UTMP_UT_TYPE 1
| #define HAVE_STRUCT_UTMP_UT_TV 1
| #define HAVE_STRUCT_UTMP_UT_ID 1
| #define HAVE_STRUCT_UTMP_UT_ADDR 1
| #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMP_UT_EXIT 1
| #define HAVE_STRUCT_UTMP_UT_TIME 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_ENDUTENT 1
| #define HAVE_GETUTENT 1
| #define HAVE_GETUTID 1
| #define HAVE_GETUTLINE 1
| #define HAVE_PUTUTLINE 1
| #define HAVE_SETUTENT 1
| #define HAVE_UTMPNAME 1
| #define HAVE_ENDUTXENT 1
| #define HAVE_GETUTXENT 1
| #define HAVE_GETUTXID 1
| #define HAVE_GETUTXLINE 1
| #define HAVE_PUTUTXLINE 1
| #define HAVE_SETUTXENT 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define BUNDLED_LIBTOM /**/
| #define HAVE_LOGIN /**/
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <utmp.h>
| #ifdef HAVE_UTMPX_H
| #include <utmpx.h>
| #endif
| #ifdef HAVE_PATHS_H
| # include <paths.h>
| #endif
|
| int
| main ()
| {
| char *utmpx = UTMPX_FILE;
| ;
| return 0;
| }
configure:6480: result: no
configure:6499: checking if your system defines WTMPX_FILE
configure:6523: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
conftest.c: In function 'main':
conftest.c:116:16: error: 'WTMPX_FILE' undeclared (first use in this function)
conftest.c:116:16: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:116:8: warning: unused variable 'wtmpx'
configure:6523: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT8_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 /**/
| #define HAVE_STRUCT_IN6_ADDR /**/
| #define HAVE_STRUCT_ADDRINFO /**/
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMP_UT_PID 1
| #define HAVE_STRUCT_UTMP_UT_TYPE 1
| #define HAVE_STRUCT_UTMP_UT_TV 1
| #define HAVE_STRUCT_UTMP_UT_ID 1
| #define HAVE_STRUCT_UTMP_UT_ADDR 1
| #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMP_UT_EXIT 1
| #define HAVE_STRUCT_UTMP_UT_TIME 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_ENDUTENT 1
| #define HAVE_GETUTENT 1
| #define HAVE_GETUTID 1
| #define HAVE_GETUTLINE 1
| #define HAVE_PUTUTLINE 1
| #define HAVE_SETUTENT 1
| #define HAVE_UTMPNAME 1
| #define HAVE_ENDUTXENT 1
| #define HAVE_GETUTXENT 1
| #define HAVE_GETUTXID 1
| #define HAVE_GETUTXLINE 1
| #define HAVE_PUTUTXLINE 1
| #define HAVE_SETUTXENT 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define BUNDLED_LIBTOM /**/
| #define HAVE_LOGIN /**/
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define DISABLE_UTMPX 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #ifdef HAVE_UTMP_H
| # include <utmp.h>
| #endif
| #ifdef HAVE_UTMPX_H
| # include <utmpx.h>
| #endif
| #ifdef HAVE_PATHS_H
| # include <paths.h>
| #endif
|
| int
| main ()
| {
| char *wtmpx = WTMPX_FILE;
| ;
| return 0;
| }
configure:6527: result: no
configure:6548: checking whether gcc needs -traditional
configure:6582: result: no
configure:6589: checking for working memcmp
configure:6632: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:6632: $? = 0
configure:6632: ./conftest
configure:6632: $? = 0
configure:6642: result: yes
configure:6654: checking sys/select.h usability
configure:6654: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:6654: $? = 0
configure:6654: result: yes
configure:6654: checking sys/select.h presence
configure:6654: gcc -E conftest.c
configure:6654: $? = 0
configure:6654: result: yes
configure:6654: checking for sys/select.h
configure:6654: result: yes
configure:6654: checking for sys/socket.h
configure:6654: result: yes
configure:6664: checking types of arguments for select
configure:6692: gcc -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
configure:6692: $? = 0
configure:6703: result: int,fd_set *,struct timeval *
configure:6729: checking for dup2
configure:6729: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:6729: $? = 0
configure:6729: result: yes
configure:6729: checking for getpass
configure:6729: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:6729: $? = 0
configure:6729: result: yes
configure:6729: checking for getspnam
configure:6729: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:6729: $? = 0
configure:6729: result: yes
configure:6729: checking for getusershell
configure:6729: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:6729: $? = 0
configure:6729: result: yes
configure:6729: checking for memset
configure:6729: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
conftest.c:134:6: warning: conflicting types for built-in function 'memset'
configure:6729: $? = 0
configure:6729: result: yes
configure:6729: checking for putenv
configure:6729: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:6729: $? = 0
configure:6729: result: yes
configure:6729: checking for select
configure:6729: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:6729: $? = 0
configure:6729: result: yes
configure:6729: checking for socket
configure:6729: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:6729: $? = 0
configure:6729: result: yes
configure:6729: checking for strdup
configure:6729: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
conftest.c:138:6: warning: conflicting types for built-in function 'strdup'
configure:6729: $? = 0
configure:6729: result: yes
configure:6729: checking for clearenv
configure:6729: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:6729: $? = 0
configure:6729: result: yes
configure:6729: checking for strlcpy
configure:6729: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
/tmp/ccmtER1s.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `strlcpy'
collect2: ld returned 1 exit status
configure:6729: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT8_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 /**/
| #define HAVE_STRUCT_IN6_ADDR /**/
| #define HAVE_STRUCT_ADDRINFO /**/
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMP_UT_PID 1
| #define HAVE_STRUCT_UTMP_UT_TYPE 1
| #define HAVE_STRUCT_UTMP_UT_TV 1
| #define HAVE_STRUCT_UTMP_UT_ID 1
| #define HAVE_STRUCT_UTMP_UT_ADDR 1
| #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMP_UT_EXIT 1
| #define HAVE_STRUCT_UTMP_UT_TIME 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_ENDUTENT 1
| #define HAVE_GETUTENT 1
| #define HAVE_GETUTID 1
| #define HAVE_GETUTLINE 1
| #define HAVE_PUTUTLINE 1
| #define HAVE_SETUTENT 1
| #define HAVE_UTMPNAME 1
| #define HAVE_ENDUTXENT 1
| #define HAVE_GETUTXENT 1
| #define HAVE_GETUTXID 1
| #define HAVE_GETUTXLINE 1
| #define HAVE_PUTUTXLINE 1
| #define HAVE_SETUTXENT 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define BUNDLED_LIBTOM /**/
| #define HAVE_LOGIN /**/
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define DISABLE_UTMPX 1
| #define DISABLE_WTMPX 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_DUP2 1
| #define HAVE_GETPASS 1
| #define HAVE_GETSPNAM 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_MEMSET 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRDUP 1
| #define HAVE_CLEARENV 1
| /* end confdefs.h. */
| /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strlcpy innocuous_strlcpy
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strlcpy (); 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 strlcpy
|
| /* 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 strlcpy ();
| /* 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_strlcpy || defined __stub___strlcpy
| choke me
| #endif
|
| int
| main ()
| {
| return strlcpy ();
| ;
| return 0;
| }
configure:6729: result: no
configure:6729: checking for strlcat
configure:6729: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
/tmp/cc8eTByv.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `strlcat'
collect2: ld returned 1 exit status
configure:6729: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT8_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 /**/
| #define HAVE_STRUCT_IN6_ADDR /**/
| #define HAVE_STRUCT_ADDRINFO /**/
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMP_UT_PID 1
| #define HAVE_STRUCT_UTMP_UT_TYPE 1
| #define HAVE_STRUCT_UTMP_UT_TV 1
| #define HAVE_STRUCT_UTMP_UT_ID 1
| #define HAVE_STRUCT_UTMP_UT_ADDR 1
| #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMP_UT_EXIT 1
| #define HAVE_STRUCT_UTMP_UT_TIME 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_ENDUTENT 1
| #define HAVE_GETUTENT 1
| #define HAVE_GETUTID 1
| #define HAVE_GETUTLINE 1
| #define HAVE_PUTUTLINE 1
| #define HAVE_SETUTENT 1
| #define HAVE_UTMPNAME 1
| #define HAVE_ENDUTXENT 1
| #define HAVE_GETUTXENT 1
| #define HAVE_GETUTXID 1
| #define HAVE_GETUTXLINE 1
| #define HAVE_PUTUTXLINE 1
| #define HAVE_SETUTXENT 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define BUNDLED_LIBTOM /**/
| #define HAVE_LOGIN /**/
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define DISABLE_UTMPX 1
| #define DISABLE_WTMPX 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_DUP2 1
| #define HAVE_GETPASS 1
| #define HAVE_GETSPNAM 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_MEMSET 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRDUP 1
| #define HAVE_CLEARENV 1
| /* end confdefs.h. */
| /* Define strlcat to an innocuous variant, in case <limits.h> declares strlcat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strlcat innocuous_strlcat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strlcat (); 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 strlcat
|
| /* 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 strlcat ();
| /* 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_strlcat || defined __stub___strlcat
| choke me
| #endif
|
| int
| main ()
| {
| return strlcat ();
| ;
| return 0;
| }
configure:6729: result: no
configure:6729: checking for daemon
configure:6729: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:6729: $? = 0
configure:6729: result: yes
configure:6729: checking for basename
configure:6729: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:6729: $? = 0
configure:6729: result: yes
configure:6729: checking for _getpty
configure:6729: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
/tmp/ccwIuUvD.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `_getpty'
collect2: ld returned 1 exit status
configure:6729: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_CRYPT 1
| #define HAVE_LIBZ 1
| #define DISABLE_PAM /**/
| #define HAVE_OPENPTY 1
| #define HAVE_SHADOW_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_SYS_UIO_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT8_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 /**/
| #define HAVE_STRUCT_IN6_ADDR /**/
| #define HAVE_STRUCT_ADDRINFO /**/
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMP_UT_PID 1
| #define HAVE_STRUCT_UTMP_UT_TYPE 1
| #define HAVE_STRUCT_UTMP_UT_TV 1
| #define HAVE_STRUCT_UTMP_UT_ID 1
| #define HAVE_STRUCT_UTMP_UT_ADDR 1
| #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMP_UT_EXIT 1
| #define HAVE_STRUCT_UTMP_UT_TIME 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_ENDUTENT 1
| #define HAVE_GETUTENT 1
| #define HAVE_GETUTID 1
| #define HAVE_GETUTLINE 1
| #define HAVE_PUTUTLINE 1
| #define HAVE_SETUTENT 1
| #define HAVE_UTMPNAME 1
| #define HAVE_ENDUTXENT 1
| #define HAVE_GETUTXENT 1
| #define HAVE_GETUTXID 1
| #define HAVE_GETUTXLINE 1
| #define HAVE_PUTUTXLINE 1
| #define HAVE_SETUTXENT 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define BUNDLED_LIBTOM /**/
| #define HAVE_LOGIN /**/
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define DISABLE_UTMPX 1
| #define DISABLE_WTMPX 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_DUP2 1
| #define HAVE_GETPASS 1
| #define HAVE_GETSPNAM 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_MEMSET 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRDUP 1
| #define HAVE_CLEARENV 1
| #define HAVE_DAEMON 1
| #define HAVE_BASENAME 1
| /* end confdefs.h. */
| /* Define _getpty to an innocuous variant, in case <limits.h> declares _getpty.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _getpty innocuous__getpty
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _getpty (); 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 _getpty
|
| /* 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 _getpty ();
| /* 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__getpty || defined __stub____getpty
| choke me
| #endif
|
| int
| main ()
| {
| return _getpty ();
| ;
| return 0;
| }
configure:6729: result: no
configure:6729: checking for getaddrinfo
configure:6729: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:6729: $? = 0
configure:6729: result: yes
configure:6729: checking for freeaddrinfo
configure:6729: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:6729: $? = 0
configure:6729: result: yes
configure:6729: checking for getnameinfo
configure:6729: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:6729: $? = 0
configure:6729: result: yes
configure:6729: checking for fork
configure:6729: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
conftest.c:145:6: warning: conflicting types for built-in function 'fork'
configure:6729: $? = 0
configure:6729: result: yes
configure:6729: checking for writev
configure:6729: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:6729: $? = 0
configure:6729: result: yes
configure:6739: checking for library containing basename
configure:6770: gcc -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
configure:6770: $? = 0
configure:6787: result: none required
configure:6998: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on localhost.localdomain
config.status:921: creating Makefile
config.status:921: creating libtomcrypt/Makefile
config.status:921: creating libtommath/Makefile
config.status:921: creating config.h
configure:8158:
configure:8161: Using bundled libtomcrypt and libtommath
configure:8183:
configure:8185: Now edit options.h to choose features.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
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_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_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_func__getpty=no
ac_cv_func_basename=yes
ac_cv_func_clearenv=yes
ac_cv_func_crypt=no
ac_cv_func_daemon=yes
ac_cv_func_dup2=yes
ac_cv_func_endutent=yes
ac_cv_func_endutxent=yes
ac_cv_func_explicit_bzero=no
ac_cv_func_fork=yes
ac_cv_func_freeaddrinfo=yes
ac_cv_func_gai_strerror=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_getnameinfo=yes
ac_cv_func_getpass=yes
ac_cv_func_getspnam=yes
ac_cv_func_getusershell=yes
ac_cv_func_getutent=yes
ac_cv_func_getutid=yes
ac_cv_func_getutline=yes
ac_cv_func_getutxent=yes
ac_cv_func_getutxid=yes
ac_cv_func_getutxline=yes
ac_cv_func_logout=yes
ac_cv_func_logwtmp=yes
ac_cv_func_mach_absolute_time=no
ac_cv_func_memcmp_working=yes
ac_cv_func_memset=yes
ac_cv_func_memset_s=no
ac_cv_func_putenv=yes
ac_cv_func_pututline=yes
ac_cv_func_pututxline=yes
ac_cv_func_select=yes
ac_cv_func_select_args='int,fd_set *,struct timeval *'
ac_cv_func_setutent=yes
ac_cv_func_setutxent=yes
ac_cv_func_socket=yes
ac_cv_func_strdup=yes
ac_cv_func_strlcat=no
ac_cv_func_strlcpy=no
ac_cv_func_updwtmp=yes
ac_cv_func_utmpname=yes
ac_cv_func_utmpxname=yes
ac_cv_func_writev=yes
ac_cv_have_decl___UCLIBC__=no
ac_cv_have_struct_addrinfo=yes
ac_cv_have_struct_in6_addr=yes
ac_cv_have_struct_sockaddr_in6=yes
ac_cv_have_struct_sockaddr_storage=yes
ac_cv_header_crypt_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_ioctl_h=no
ac_cv_header_lastlog_h=yes
ac_cv_header_libgen_h=yes
ac_cv_header_libutil_h=no
ac_cv_header_limits_h=yes
ac_cv_header_mach_mach_time_h=no
ac_cv_header_memory_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_netinet_in_systm_h=yes
ac_cv_header_netinet_tcp_h=yes
ac_cv_header_pam_pam_appl_h=no
ac_cv_header_paths_h=yes
ac_cv_header_pty_h=yes
ac_cv_header_security_pam_appl_h=yes
ac_cv_header_shadow_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_stropts_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_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_util_h=no
ac_cv_header_utmp_h=yes
ac_cv_header_utmpx_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_lib_crypt_crypt=yes
ac_cv_lib_tomcrypt_register_cipher=no
ac_cv_lib_tommath_mp_exptmod=no
ac_cv_lib_z_deflate=yes
ac_cv_member_struct_sockaddr_storage_ss_family=yes
ac_cv_member_struct_utmp_ut_addr=yes
ac_cv_member_struct_utmp_ut_addr_v6=yes
ac_cv_member_struct_utmp_ut_exit=yes
ac_cv_member_struct_utmp_ut_host=yes
ac_cv_member_struct_utmp_ut_id=yes
ac_cv_member_struct_utmp_ut_pid=yes
ac_cv_member_struct_utmp_ut_time=yes
ac_cv_member_struct_utmp_ut_tv=yes
ac_cv_member_struct_utmp_ut_type=yes
ac_cv_member_struct_utmpx_ut_addr=no
ac_cv_member_struct_utmpx_ut_addr_v6=yes
ac_cv_member_struct_utmpx_ut_host=yes
ac_cv_member_struct_utmpx_ut_id=yes
ac_cv_member_struct_utmpx_ut_syslen=no
ac_cv_member_struct_utmpx_ut_time=no
ac_cv_member_struct_utmpx_ut_tv=yes
ac_cv_member_struct_utmpx_ut_type=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_INSTALL=install
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_gcc_traditional=no
ac_cv_prog_make_make_set=yes
ac_cv_search_basename='none required'
ac_cv_search_login='none required'
ac_cv_search_openpty=-lutil
ac_cv_sys_file_offset_bits=64
ac_cv_sys_largefile_CC=no
ac_cv_type_mode_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_size_t=yes
ac_cv_type_socklen_t=yes
ac_cv_type_struct_sockaddr_storage=no
ac_cv_type_u_int16_t=yes
ac_cv_type_u_int32_t=yes
ac_cv_type_u_int8_t=yes
ac_cv_type_uid_t=yes
ac_cv_type_uint16_t=yes
ac_cv_type_uint32_t=yes
ac_cv_type_uint8_t=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='ar'
BUNDLED_LIBTOM='1'
CC='gcc'
CFLAGS='-Os -W -Wall -Wno-pointer-sign'
CPP='gcc -E'
CPPFLAGS=''
CRYPTLIB='-lcrypt'
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
GREP='/bin/grep'
INSTALL='install'
LD='gcc'
LDFLAGS=''
LIBOBJS=''
LIBS='-lutil -lz '
LIBTOM_LIBS=''
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
ac_ct_CC='gcc'
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}'
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'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
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_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define _FILE_OFFSET_BITS 64
#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 HAVE_CRYPT 1
#define HAVE_LIBZ 1
#define DISABLE_PAM /**/
#define HAVE_OPENPTY 1
#define HAVE_SHADOW_H 1
#define STDC_HEADERS 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_FCNTL_H 1
#define HAVE_LIMITS_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NETINET_TCP_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_CRYPT_H 1
#define HAVE_PTY_H 1
#define HAVE_LIBGEN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_UTMP_H 1
#define HAVE_UTMPX_H 1
#define HAVE_LASTLOG_H 1
#define HAVE_PATHS_H 1
#define HAVE_NETDB_H 1
#define HAVE_SECURITY_PAM_APPL_H 1
#define HAVE_NETINET_IN_SYSTM_H 1
#define HAVE_SYS_UIO_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_UINT8_T 1
#define HAVE_U_INT8_T 1
#define HAVE_UINT16_T 1
#define HAVE_U_INT16_T 1
#define HAVE_UINT32_T 1
#define HAVE_U_INT32_T 1
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
#define HAVE_STRUCT_SOCKADDR_IN6 /**/
#define HAVE_STRUCT_IN6_ADDR /**/
#define HAVE_STRUCT_ADDRINFO /**/
#define HAVE_GAI_STRERROR 1
#define HAVE_GAI_STRERROR 1
#define HAVE_CONST_GAI_STRERROR_PROTO 1
#define HAVE_STRUCT_UTMP_UT_HOST 1
#define HAVE_STRUCT_UTMP_UT_PID 1
#define HAVE_STRUCT_UTMP_UT_TYPE 1
#define HAVE_STRUCT_UTMP_UT_TV 1
#define HAVE_STRUCT_UTMP_UT_ID 1
#define HAVE_STRUCT_UTMP_UT_ADDR 1
#define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
#define HAVE_STRUCT_UTMP_UT_EXIT 1
#define HAVE_STRUCT_UTMP_UT_TIME 1
#define HAVE_STRUCT_UTMPX_UT_HOST 1
#define HAVE_STRUCT_UTMPX_UT_TYPE 1
#define HAVE_STRUCT_UTMPX_UT_ID 1
#define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
#define HAVE_STRUCT_UTMPX_UT_TV 1
#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
#define HAVE_ENDUTENT 1
#define HAVE_GETUTENT 1
#define HAVE_GETUTID 1
#define HAVE_GETUTLINE 1
#define HAVE_PUTUTLINE 1
#define HAVE_SETUTENT 1
#define HAVE_UTMPNAME 1
#define HAVE_ENDUTXENT 1
#define HAVE_GETUTXENT 1
#define HAVE_GETUTXID 1
#define HAVE_GETUTXLINE 1
#define HAVE_PUTUTXLINE 1
#define HAVE_SETUTXENT 1
#define HAVE_UTMPXNAME 1
#define HAVE_LOGOUT 1
#define HAVE_UPDWTMP 1
#define HAVE_LOGWTMP 1
#define BUNDLED_LIBTOM /**/
#define HAVE_LOGIN /**/
#define HAVE_LOGOUT 1
#define HAVE_UPDWTMP 1
#define HAVE_LOGWTMP 1
#define DISABLE_UTMPX 1
#define DISABLE_WTMPX 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define SELECT_TYPE_ARG1 int
#define SELECT_TYPE_ARG234 (fd_set *)
#define SELECT_TYPE_ARG5 (struct timeval *)
#define HAVE_DUP2 1
#define HAVE_GETPASS 1
#define HAVE_GETSPNAM 1
#define HAVE_GETUSERSHELL 1
#define HAVE_MEMSET 1
#define HAVE_PUTENV 1
#define HAVE_SELECT 1
#define HAVE_SOCKET 1
#define HAVE_STRDUP 1
#define HAVE_CLEARENV 1
#define HAVE_DAEMON 1
#define HAVE_BASENAME 1
#define HAVE_GETADDRINFO 1
#define HAVE_FREEADDRINFO 1
#define HAVE_GETNAMEINFO 1
#define HAVE_FORK 1
#define HAVE_WRITEV 1
#define HAVE_BASENAME 1
configure: exit 0