1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
TP-Link_Archer-XR500v/BBA1.5_platform/apps/public/dropbear/config.log
2024-07-22 01:58:46 -03:00

5183 lines
150 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.61. Invocation command line was
$ ./configure --host=mips-linux --disable-zlib CC=mips-linux-uclibc-gcc LD=mips-linux-uclibc-ld AR=mips-linux-uclibc-ar
## --------- ##
## Platform. ##
## --------- ##
hostname = pm
uname -m = i686
uname -r = 3.2.0-23-generic-pae
uname -s = Linux
uname -v = #36-Ubuntu SMP Tue Apr 10 22:19:09 UTC 2012
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/pm/work/tmp_appdemo_db120/build/../build/util
PATH: /home/pm/work/tmp_appdemo_db120/build/../build/gcc-4.3.3/build_mips/staging_dir/usr//bin
PATH: /home/pm/work/tmp_appdemo_db120/build/../linux
PATH: /home/pm/work/tmp_appdemo_db120/build/../build
PATH: /home/pm/work/tmp_appdemo_db120/build/../db12x/boot/u-boot/ecos/tools/bin
PATH: `pwd`
PATH: /usr/lib/lightdm/lightdm
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1729: checking for mips-linux-gcc
configure:1756: result: mips-linux-uclibc-gcc
configure:2034: checking for C compiler version
configure:2041: mips-linux-uclibc-gcc --version >&5
mips-linux-uclibc-gcc (GCC) 4.3.3
Copyright (C) 2008 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:2044: $? = 0
configure:2051: mips-linux-uclibc-gcc -v >&5
Using built-in specs.
Target: mips-linux-uclibc
Configured with: /home/db120/branch_scorpion_11ac_gcc4.3.3/build/gcc-4.3.3/toolchain_build_mips/gcc-4.3.3/configure --prefix=/usr --build=i386-pc-linux-gnu --host=i386-pc-linux-gnu --target=mips-linux-uclibc --enable-languages=c,c++ --with-sysroot=/home/db120/branch_scorpion_11ac_gcc4.3.3/build/gcc-4.3.3/build_mips/staging_dir --with-build-time-tools=/home/db120/branch_scorpion_11ac_gcc4.3.3/build/gcc-4.3.3/build_mips/staging_dir/usr/mips-linux-uclibc/bin --disable-__cxa_atexit --enable-target-optspace --with-gnu-ld --disable-libssp --disable-tls --enable-shared --with-gmp=/home/db120/branch_scorpion_11ac_gcc4.3.3/build/gcc-4.3.3/toolchain_build_mips/gmp --with-mpfr=/home/db120/branch_scorpion_11ac_gcc4.3.3/build/gcc-4.3.3/toolchain_build_mips/mpfr --disable-nls --enable-threads --disable-multilib --disable-decimal-float --with-float=soft --with-abi=32 --with-tune=mips32r2
Thread model: posix
gcc version 4.3.3 (GCC)
configure:2054: $? = 0
configure:2061: mips-linux-uclibc-gcc -V >&5
mips-linux-uclibc-gcc: '-V' option must have argument
configure:2064: $? = 1
configure:2087: checking for C compiler default output file name
configure:2114: mips-linux-uclibc-gcc conftest.c >&5
configure:2117: $? = 0
configure:2155: result: a.out
configure:2172: checking whether the C compiler works
configure:2182: ./a.out
./configure: line 2183: ./a.out: cannot execute binary file
configure:2185: $? = 126
configure:2202: result: yes
configure:2209: checking whether we are cross compiling
configure:2211: result: yes
configure:2214: checking for suffix of executables
configure:2221: mips-linux-uclibc-gcc -o conftest conftest.c >&5
configure:2224: $? = 0
configure:2248: result:
configure:2254: checking for suffix of object files
configure:2280: mips-linux-uclibc-gcc -c conftest.c >&5
configure:2283: $? = 0
configure:2306: result: o
configure:2310: checking whether we are using the GNU C compiler
configure:2339: mips-linux-uclibc-gcc -c conftest.c >&5
configure:2345: $? = 0
configure:2362: result: yes
configure:2367: checking whether mips-linux-uclibc-gcc accepts -g
configure:2397: mips-linux-uclibc-gcc -c -g conftest.c >&5
configure:2403: $? = 0
configure:2502: result: yes
configure:2519: checking for mips-linux-uclibc-gcc option to accept ISO C89
configure:2593: mips-linux-uclibc-gcc -c -g -O2 conftest.c >&5
configure:2599: $? = 0
configure:2622: result: none needed
configure:2640: checking whether make sets $(MAKE)
configure:2661: result: yes
configure:2677: No $CFLAGS set... using "-Os -W -Wall" for GCC
configure:2691: checking for special C compiler options needed for large files
configure:2784: result: no
configure:2790: checking for _FILE_OFFSET_BITS value needed for large files
configure:2825: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c:14: warning: left shift count >= width of type
conftest.c:14: warning: left shift count >= width of type
conftest.c:16: error: size of array 'off_t_is_large' is negative
configure:2831: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* 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:2875: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:2881: $? = 0
configure:2899: result: 64
configure:3074: checking build system type
configure:3092: result: i686-pc-linux-gnu
configure:3114: checking host system type
configure:3129: result: mips-unknown-linux-gnu
configure:3349: checking for mips-linux-ar
configure:3376: result: mips-linux-uclibc-ar
configure:3445: checking for mips-linux-ranlib
configure:3461: found /home/pm/work/tmp_appdemo_db120/build/../build/gcc-4.3.3/build_mips/staging_dir/usr//bin/mips-linux-ranlib
configure:3472: result: mips-linux-ranlib
configure:3541: checking for mips-linux-strip
configure:3568: result: mips-linux-uclibc-sstrip
configure:3637: checking for mips-linux-install
configure:3667: result: no
configure:3677: checking for install
configure:3693: found /usr/bin/install
configure:3704: result: install
configure:3718: WARNING: In the future, Autoconf will not detect cross-tools
whose name does not start with the host triplet. If you think this
configuration is useful to you, please write to autoconf@gnu.org.
configure:3736: checking how to run the C preprocessor
configure:3776: mips-linux-uclibc-gcc -E conftest.c
configure:3782: $? = 0
configure:3813: mips-linux-uclibc-gcc -E conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:3819: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _FILE_OFFSET_BITS 64
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3852: result: mips-linux-uclibc-gcc -E
configure:3881: mips-linux-uclibc-gcc -E conftest.c
configure:3887: $? = 0
configure:3918: mips-linux-uclibc-gcc -E conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:3924: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _FILE_OFFSET_BITS 64
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3962: checking for grep that handles long lines and -e
configure:4036: result: /bin/grep
configure:4041: checking for egrep
configure:4119: result: /bin/grep -E
configure:4124: checking for ANSI C header files
configure:4154: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:4160: $? = 0
configure:4288: result: yes
configure:4312: checking for sys/types.h
configure:4333: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:4339: $? = 0
configure:4355: result: yes
configure:4312: checking for sys/stat.h
configure:4333: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:4339: $? = 0
configure:4355: result: yes
configure:4312: checking for stdlib.h
configure:4333: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:4339: $? = 0
configure:4355: result: yes
configure:4312: checking for string.h
configure:4333: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:4339: $? = 0
configure:4355: result: yes
configure:4312: checking for memory.h
configure:4333: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:4339: $? = 0
configure:4355: result: yes
configure:4312: checking for strings.h
configure:4333: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:4339: $? = 0
configure:4355: result: yes
configure:4312: checking for inttypes.h
configure:4333: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:4339: $? = 0
configure:4355: result: yes
configure:4312: checking for stdint.h
configure:4333: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:4339: $? = 0
configure:4355: result: yes
configure:4312: checking for unistd.h
configure:4333: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:4339: $? = 0
configure:4355: result: yes
configure:4367: checking whether __UCLIBC__ is declared
configure:4396: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:4402: $? = 0
configure:4417: result: yes
configure:4422: Using uClibc - login() and logout() probably don't work, so we won't use them.
configure:4429: checking for crypt in -lcrypt
configure:4464: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lcrypt >&5
configure:4470: $? = 0
configure:4488: result: yes
configure:4526: Disabling zlib
configure:4908: Disabling PAM
configure:5015: Using openpty if available
configure:5017: checking for library containing openpty
configure:5058: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c >&5
/tmp/cc6wAeXl.o: In function `main':
conftest.c:(.text+0x14): undefined reference to `openpty'
collect2: ld returned 1 exit status
configure:5064: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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:5058: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
configure:5064: $? = 0
configure:5092: result: -lutil
configure:5127: Enabling syslog
configure:5302: checking shadow.h usability
configure:5319: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:5325: $? = 0
configure:5339: result: yes
configure:5343: checking shadow.h presence
configure:5358: mips-linux-uclibc-gcc -E conftest.c
configure:5364: $? = 0
configure:5378: result: yes
configure:5406: checking for shadow.h
configure:5414: result: yes
configure:5427: Using shadow passwords if available
configure:5436: checking for ANSI C header files
configure:5600: result: yes
configure:5610: checking for sys/wait.h that is POSIX.1 compatible
configure:5646: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:5652: $? = 0
configure:5667: result: yes
configure:5717: checking fcntl.h usability
configure:5734: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:5740: $? = 0
configure:5754: result: yes
configure:5758: checking fcntl.h presence
configure:5773: mips-linux-uclibc-gcc -E conftest.c
configure:5779: $? = 0
configure:5793: result: yes
configure:5821: checking for fcntl.h
configure:5829: result: yes
configure:5717: checking limits.h usability
configure:5734: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:5740: $? = 0
configure:5754: result: yes
configure:5758: checking limits.h presence
configure:5773: mips-linux-uclibc-gcc -E conftest.c
configure:5779: $? = 0
configure:5793: result: yes
configure:5821: checking for limits.h
configure:5829: result: yes
configure:5717: checking netinet/in.h usability
configure:5734: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:5740: $? = 0
configure:5754: result: yes
configure:5758: checking netinet/in.h presence
configure:5773: mips-linux-uclibc-gcc -E conftest.c
configure:5779: $? = 0
configure:5793: result: yes
configure:5821: checking for netinet/in.h
configure:5829: result: yes
configure:5717: checking netinet/tcp.h usability
configure:5734: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:5740: $? = 0
configure:5754: result: yes
configure:5758: checking netinet/tcp.h presence
configure:5773: mips-linux-uclibc-gcc -E conftest.c
configure:5779: $? = 0
configure:5793: result: yes
configure:5821: checking for netinet/tcp.h
configure:5829: result: yes
configure:5707: checking for stdlib.h
configure:5713: result: yes
configure:5707: checking for string.h
configure:5713: result: yes
configure:5717: checking sys/socket.h usability
configure:5734: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:5740: $? = 0
configure:5754: result: yes
configure:5758: checking sys/socket.h presence
configure:5773: mips-linux-uclibc-gcc -E conftest.c
configure:5779: $? = 0
configure:5793: result: yes
configure:5821: checking for sys/socket.h
configure:5829: result: yes
configure:5717: checking sys/time.h usability
configure:5734: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:5740: $? = 0
configure:5754: result: yes
configure:5758: checking sys/time.h presence
configure:5773: mips-linux-uclibc-gcc -E conftest.c
configure:5779: $? = 0
configure:5793: result: yes
configure:5821: checking for sys/time.h
configure:5829: result: yes
configure:5717: checking termios.h usability
configure:5734: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:5740: $? = 0
configure:5754: result: yes
configure:5758: checking termios.h presence
configure:5773: mips-linux-uclibc-gcc -E conftest.c
configure:5779: $? = 0
configure:5793: result: yes
configure:5821: checking for termios.h
configure:5829: result: yes
configure:5707: checking for unistd.h
configure:5713: result: yes
configure:5717: checking crypt.h usability
configure:5734: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:5740: $? = 0
configure:5754: result: yes
configure:5758: checking crypt.h presence
configure:5773: mips-linux-uclibc-gcc -E conftest.c
configure:5779: $? = 0
configure:5793: result: yes
configure:5821: checking for crypt.h
configure:5829: result: yes
configure:5717: checking pty.h usability
configure:5734: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:5740: $? = 0
configure:5754: result: yes
configure:5758: checking pty.h presence
configure:5773: mips-linux-uclibc-gcc -E conftest.c
configure:5779: $? = 0
configure:5793: result: yes
configure:5821: checking for pty.h
configure:5829: result: yes
configure:5717: checking ioctl.h usability
configure:5734: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c:70:19: error: ioctl.h: No such file or directory
configure:5740: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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:5754: result: no
configure:5758: checking ioctl.h presence
configure:5773: mips-linux-uclibc-gcc -E conftest.c
conftest.c:37:19: error: ioctl.h: No such file or directory
configure:5779: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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:5793: result: no
configure:5821: checking for ioctl.h
configure:5829: result: no
configure:5717: checking libutil.h usability
configure:5734: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c:70:21: error: libutil.h: No such file or directory
configure:5740: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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:5754: result: no
configure:5758: checking libutil.h presence
configure:5773: mips-linux-uclibc-gcc -E conftest.c
conftest.c:37:21: error: libutil.h: No such file or directory
configure:5779: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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:5793: result: no
configure:5821: checking for libutil.h
configure:5829: result: no
configure:5717: checking libgen.h usability
configure:5734: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:5740: $? = 0
configure:5754: result: yes
configure:5758: checking libgen.h presence
configure:5773: mips-linux-uclibc-gcc -E conftest.c
configure:5779: $? = 0
configure:5793: result: yes
configure:5821: checking for libgen.h
configure:5829: result: yes
configure:5707: checking for inttypes.h
configure:5713: result: yes
configure:5717: checking stropts.h usability
configure:5734: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c:72:21: error: stropts.h: No such file or directory
configure:5740: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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:5754: result: no
configure:5758: checking stropts.h presence
configure:5773: mips-linux-uclibc-gcc -E conftest.c
conftest.c:39:21: error: stropts.h: No such file or directory
configure:5779: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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:5793: result: no
configure:5821: checking for stropts.h
configure:5829: result: no
configure:5717: checking utmp.h usability
configure:5734: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:5740: $? = 0
configure:5754: result: yes
configure:5758: checking utmp.h presence
configure:5773: mips-linux-uclibc-gcc -E conftest.c
configure:5779: $? = 0
configure:5793: result: yes
configure:5821: checking for utmp.h
configure:5829: result: yes
configure:5717: checking utmpx.h usability
configure:5734: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c:73:19: error: utmpx.h: No such file or directory
configure:5740: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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
| /* 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 <utmpx.h>
configure:5754: result: no
configure:5758: checking utmpx.h presence
configure:5773: mips-linux-uclibc-gcc -E conftest.c
conftest.c:40:19: error: utmpx.h: No such file or directory
configure:5779: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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
| /* end confdefs.h. */
| #include <utmpx.h>
configure:5793: result: no
configure:5821: checking for utmpx.h
configure:5829: result: no
configure:5717: checking lastlog.h usability
configure:5734: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:5740: $? = 0
configure:5754: result: yes
configure:5758: checking lastlog.h presence
configure:5773: mips-linux-uclibc-gcc -E conftest.c
configure:5779: $? = 0
configure:5793: result: yes
configure:5821: checking for lastlog.h
configure:5829: result: yes
configure:5717: checking paths.h usability
configure:5734: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:5740: $? = 0
configure:5754: result: yes
configure:5758: checking paths.h presence
configure:5773: mips-linux-uclibc-gcc -E conftest.c
configure:5779: $? = 0
configure:5793: result: yes
configure:5821: checking for paths.h
configure:5829: result: yes
configure:5717: checking util.h usability
configure:5734: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c:75:18: error: util.h: No such file or directory
configure:5740: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_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:5754: result: no
configure:5758: checking util.h presence
configure:5773: mips-linux-uclibc-gcc -E conftest.c
conftest.c:42:18: error: util.h: No such file or directory
configure:5779: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| /* end confdefs.h. */
| #include <util.h>
configure:5793: result: no
configure:5821: checking for util.h
configure:5829: result: no
configure:5717: checking netdb.h usability
configure:5734: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:5740: $? = 0
configure:5754: result: yes
configure:5758: checking netdb.h presence
configure:5773: mips-linux-uclibc-gcc -E conftest.c
configure:5779: $? = 0
configure:5793: result: yes
configure:5821: checking for netdb.h
configure:5829: result: yes
configure:5717: checking security/pam_appl.h usability
configure:5734: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c:76:31: error: security/pam_appl.h: No such file or directory
configure:5740: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_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 <security/pam_appl.h>
configure:5754: result: no
configure:5758: checking security/pam_appl.h presence
configure:5773: mips-linux-uclibc-gcc -E conftest.c
conftest.c:43:31: error: security/pam_appl.h: No such file or directory
configure:5779: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| /* end confdefs.h. */
| #include <security/pam_appl.h>
configure:5793: result: no
configure:5821: checking for security/pam_appl.h
configure:5829: result: no
configure:5717: checking pam/pam_appl.h usability
configure:5734: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c:76:26: error: pam/pam_appl.h: No such file or directory
configure:5740: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_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:5754: result: no
configure:5758: checking pam/pam_appl.h presence
configure:5773: mips-linux-uclibc-gcc -E conftest.c
conftest.c:43:26: error: pam/pam_appl.h: No such file or directory
configure:5779: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| /* end confdefs.h. */
| #include <pam/pam_appl.h>
configure:5793: result: no
configure:5821: checking for pam/pam_appl.h
configure:5829: result: no
configure:5717: checking netinet/in_systm.h usability
configure:5734: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:5740: $? = 0
configure:5754: result: yes
configure:5758: checking netinet/in_systm.h presence
configure:5773: mips-linux-uclibc-gcc -E conftest.c
configure:5779: $? = 0
configure:5793: result: yes
configure:5821: checking for netinet/in_systm.h
configure:5829: result: yes
configure:5844: checking for an ANSI C-conforming const
configure:5919: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:73: warning: 't' is used uninitialized in this function
conftest.c:89: warning: 'b' may be used uninitialized in this function
conftest.c:95: warning: 'cs[0]' is used uninitialized in this function
configure:5925: $? = 0
configure:5940: result: yes
configure:5950: checking for uid_t in sys/types.h
configure:5973: result: yes
configure:5988: checking for mode_t
configure:6018: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:6024: $? = 0
configure:6039: result: yes
configure:6051: checking for pid_t
configure:6081: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:6087: $? = 0
configure:6102: result: yes
configure:6114: checking for size_t
configure:6144: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:6150: $? = 0
configure:6165: result: yes
configure:6177: checking whether time.h and sys/time.h may both be included
configure:6207: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:6213: $? = 0
configure:6228: result: yes
configure:6239: checking for uint16_t
configure:6269: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:6275: $? = 0
configure:6290: result: yes
configure:6300: checking for u_int16_t
configure:6330: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:6336: $? = 0
configure:6351: result: yes
configure:6361: checking for struct sockaddr_storage
configure:6391: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:86: error: invalid application of 'sizeof' to incomplete type 'ac__type_new_'
configure:6397: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 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
| typedef struct sockaddr_storage ac__type_new_;
| int
| main ()
| {
| if ((ac__type_new_ *) 0)
| return 0;
| if (sizeof (ac__type_new_))
| return 0;
| ;
| return 0;
| }
configure:6412: result: no
configure:6423: checking for socklen_t
configure:6455: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:6461: $? = 0
configure:6476: result: yes
configure:6568: checking for struct sockaddr_storage
configure:6598: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:54: warning: unused variable 's'
configure:6604: $? = 0
configure:6621: result: yes
configure:6630: checking for struct sockaddr_in6
configure:6660: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:6666: $? = 0
configure:6683: result: yes
configure:6693: checking for struct in6_addr
configure:6723: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:6729: $? = 0
configure:6746: result: yes
configure:6756: checking for struct addrinfo
configure:6787: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:6793: $? = 0
configure:6810: result: yes
configure:6826: checking for gai_strerror
configure:6882: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
configure:6888: $? = 0
configure:6906: result: yes
configure:6946: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:65: warning: assignment discards qualifiers from pointer target type
configure:6952: $? = 0
configure:6977: checking for struct utmp.ut_host
configure:7011: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:7017: $? = 0
configure:7080: result: yes
configure:7090: checking for struct utmp.ut_pid
configure:7124: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:7130: $? = 0
configure:7193: result: yes
configure:7203: checking for struct utmp.ut_type
configure:7237: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:7243: $? = 0
configure:7306: result: yes
configure:7316: checking for struct utmp.ut_tv
configure:7350: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:68: error: used struct type value where scalar is required
configure:7356: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_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:7395: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:7401: $? = 0
configure:7419: result: yes
configure:7429: checking for struct utmp.ut_id
configure:7463: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:7469: $? = 0
configure:7532: result: yes
configure:7542: checking for struct utmp.ut_addr
configure:7576: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:7582: $? = 0
configure:7645: result: yes
configure:7655: checking for struct utmp.ut_addr_v6
configure:7689: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:7695: $? = 0
configure:7758: result: yes
configure:7768: checking for struct utmp.ut_exit
configure:7802: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:72: error: used struct type value where scalar is required
configure:7808: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_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:7847: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:7853: $? = 0
configure:7871: result: yes
configure:7881: checking for struct utmp.ut_time
configure:7915: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:7921: $? = 0
configure:7984: result: yes
configure:7996: checking for struct utmpx.ut_host
configure:8031: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:74: error: storage size of 'ac_aggr' isn't known
conftest.c:74: warning: unused variable 'ac_aggr'
configure:8037: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_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
| /* 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_host)
| return 0;
| ;
| return 0;
| }
configure:8077: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:74: error: storage size of 'ac_aggr' isn't known
conftest.c:74: warning: unused variable 'ac_aggr'
configure:8083: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_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
| /* 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_host)
| return 0;
| ;
| return 0;
| }
configure:8101: result: no
configure:8111: checking for struct utmpx.ut_syslen
configure:8146: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:74: error: storage size of 'ac_aggr' isn't known
conftest.c:74: warning: unused variable 'ac_aggr'
configure:8152: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_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
| /* 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:8192: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:74: error: storage size of 'ac_aggr' isn't known
conftest.c:74: warning: unused variable 'ac_aggr'
configure:8198: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_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
| /* 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:8216: result: no
configure:8226: checking for struct utmpx.ut_type
configure:8261: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:74: error: storage size of 'ac_aggr' isn't known
conftest.c:74: warning: unused variable 'ac_aggr'
configure:8267: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_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
| /* 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_type)
| return 0;
| ;
| return 0;
| }
configure:8307: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:74: error: storage size of 'ac_aggr' isn't known
conftest.c:74: warning: unused variable 'ac_aggr'
configure:8313: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_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
| /* 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_type)
| return 0;
| ;
| return 0;
| }
configure:8331: result: no
configure:8341: checking for struct utmpx.ut_id
configure:8376: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:74: error: storage size of 'ac_aggr' isn't known
conftest.c:74: warning: unused variable 'ac_aggr'
configure:8382: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_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
| /* 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_id)
| return 0;
| ;
| return 0;
| }
configure:8422: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:74: error: storage size of 'ac_aggr' isn't known
conftest.c:74: warning: unused variable 'ac_aggr'
configure:8428: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_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
| /* 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_id)
| return 0;
| ;
| return 0;
| }
configure:8446: result: no
configure:8456: checking for struct utmpx.ut_addr
configure:8491: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:74: error: storage size of 'ac_aggr' isn't known
conftest.c:74: warning: unused variable 'ac_aggr'
configure:8497: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_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
| /* 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:8537: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:74: error: storage size of 'ac_aggr' isn't known
conftest.c:74: warning: unused variable 'ac_aggr'
configure:8543: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_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
| /* 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:8561: result: no
configure:8571: checking for struct utmpx.ut_addr_v6
configure:8606: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:74: error: storage size of 'ac_aggr' isn't known
conftest.c:74: warning: unused variable 'ac_aggr'
configure:8612: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_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
| /* 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_v6)
| return 0;
| ;
| return 0;
| }
configure:8652: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:74: error: storage size of 'ac_aggr' isn't known
conftest.c:74: warning: unused variable 'ac_aggr'
configure:8658: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_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
| /* 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_v6)
| return 0;
| ;
| return 0;
| }
configure:8676: result: no
configure:8686: checking for struct utmpx.ut_time
configure:8721: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:74: error: storage size of 'ac_aggr' isn't known
conftest.c:74: warning: unused variable 'ac_aggr'
configure:8727: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_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
| /* 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:8767: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:74: error: storage size of 'ac_aggr' isn't known
conftest.c:74: warning: unused variable 'ac_aggr'
configure:8773: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_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
| /* 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:8791: result: no
configure:8801: checking for struct utmpx.ut_tv
configure:8836: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:74: error: storage size of 'ac_aggr' isn't known
conftest.c:74: warning: unused variable 'ac_aggr'
configure:8842: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_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
| /* 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:8882: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:74: error: storage size of 'ac_aggr' isn't known
conftest.c:74: warning: unused variable 'ac_aggr'
configure:8888: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_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
| /* 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_tv)
| return 0;
| ;
| return 0;
| }
configure:8906: result: no
configure:8918: checking for struct sockaddr_storage.ss_family
configure:8950: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:8956: $? = 0
configure:9017: result: yes
configure:9038: checking for endutent
configure:9094: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
configure:9100: $? = 0
configure:9118: result: yes
configure:9038: checking for getutent
configure:9094: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
configure:9100: $? = 0
configure:9118: result: yes
configure:9038: checking for getutid
configure:9094: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
configure:9100: $? = 0
configure:9118: result: yes
configure:9038: checking for getutline
configure:9094: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
configure:9100: $? = 0
configure:9118: result: yes
configure:9038: checking for pututline
configure:9094: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
configure:9100: $? = 0
configure:9118: result: yes
configure:9038: checking for setutent
configure:9094: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
configure:9100: $? = 0
configure:9118: result: yes
configure:9132: checking for utmpname
configure:9188: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
configure:9194: $? = 0
configure:9212: result: yes
configure:9230: checking for endutxent
configure:9286: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
/tmp/ccEldBpc.o: In function `main':
conftest.c:(.text+0x14): undefined reference to `endutxent'
collect2: ld returned 1 exit status
configure:9292: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_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_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
| /* end confdefs.h. */
| /* Define endutxent to an innocuous variant, in case <limits.h> declares endutxent.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define endutxent innocuous_endutxent
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char endutxent (); 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 endutxent
|
| /* 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 endutxent ();
| /* 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_endutxent || defined __stub___endutxent
| choke me
| #endif
|
| int
| main ()
| {
| return endutxent ();
| ;
| return 0;
| }
configure:9310: result: no
configure:9230: checking for getutxent
configure:9286: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
/tmp/ccqcb01h.o: In function `main':
conftest.c:(.text+0x14): undefined reference to `getutxent'
collect2: ld returned 1 exit status
configure:9292: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_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_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
| /* end confdefs.h. */
| /* Define getutxent to an innocuous variant, in case <limits.h> declares getutxent.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getutxent innocuous_getutxent
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getutxent (); 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 getutxent
|
| /* 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 getutxent ();
| /* 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_getutxent || defined __stub___getutxent
| choke me
| #endif
|
| int
| main ()
| {
| return getutxent ();
| ;
| return 0;
| }
configure:9310: result: no
configure:9230: checking for getutxid
configure:9286: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
/tmp/ccojTGup.o: In function `main':
conftest.c:(.text+0x14): undefined reference to `getutxid'
collect2: ld returned 1 exit status
configure:9292: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_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_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
| /* end confdefs.h. */
| /* Define getutxid to an innocuous variant, in case <limits.h> declares getutxid.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getutxid innocuous_getutxid
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getutxid (); 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 getutxid
|
| /* 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 getutxid ();
| /* 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_getutxid || defined __stub___getutxid
| choke me
| #endif
|
| int
| main ()
| {
| return getutxid ();
| ;
| return 0;
| }
configure:9310: result: no
configure:9230: checking for getutxline
configure:9286: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
/tmp/ccWhg9Bw.o: In function `main':
conftest.c:(.text+0x14): undefined reference to `getutxline'
collect2: ld returned 1 exit status
configure:9292: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_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_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
| /* end confdefs.h. */
| /* Define getutxline to an innocuous variant, in case <limits.h> declares getutxline.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getutxline innocuous_getutxline
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getutxline (); 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 getutxline
|
| /* 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 getutxline ();
| /* 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_getutxline || defined __stub___getutxline
| choke me
| #endif
|
| int
| main ()
| {
| return getutxline ();
| ;
| return 0;
| }
configure:9310: result: no
configure:9230: checking for pututxline
configure:9286: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
/tmp/ccwlhgED.o: In function `main':
conftest.c:(.text+0x14): undefined reference to `pututxline'
collect2: ld returned 1 exit status
configure:9292: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_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_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
| /* end confdefs.h. */
| /* Define pututxline to an innocuous variant, in case <limits.h> declares pututxline.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pututxline innocuous_pututxline
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pututxline (); 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 pututxline
|
| /* 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 pututxline ();
| /* 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_pututxline || defined __stub___pututxline
| choke me
| #endif
|
| int
| main ()
| {
| return pututxline ();
| ;
| return 0;
| }
configure:9310: result: no
configure:9325: checking for setutxent
configure:9381: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
/tmp/cccUapnL.o: In function `main':
conftest.c:(.text+0x14): undefined reference to `setutxent'
collect2: ld returned 1 exit status
configure:9387: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_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_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
| /* end confdefs.h. */
| /* Define setutxent to an innocuous variant, in case <limits.h> declares setutxent.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define setutxent innocuous_setutxent
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char setutxent (); 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 setutxent
|
| /* 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 setutxent ();
| /* 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_setutxent || defined __stub___setutxent
| choke me
| #endif
|
| int
| main ()
| {
| return setutxent ();
| ;
| return 0;
| }
configure:9405: result: no
configure:9325: checking for utmpxname
configure:9381: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
/tmp/ccApp4FT.o: In function `main':
conftest.c:(.text+0x14): undefined reference to `utmpxname'
collect2: ld returned 1 exit status
configure:9387: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_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_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
| /* end confdefs.h. */
| /* Define utmpxname to an innocuous variant, in case <limits.h> declares utmpxname.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define utmpxname innocuous_utmpxname
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char utmpxname (); 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 utmpxname
|
| /* 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 utmpxname ();
| /* 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_utmpxname || defined __stub___utmpxname
| choke me
| #endif
|
| int
| main ()
| {
| return utmpxname ();
| ;
| return 0;
| }
configure:9405: result: no
configure:9421: checking for logout
configure:9477: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
configure:9483: $? = 0
configure:9501: result: yes
configure:9421: checking for updwtmp
configure:9477: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
configure:9483: $? = 0
configure:9501: result: yes
configure:9421: checking for logwtmp
configure:9477: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
configure:9483: $? = 0
configure:9501: result: yes
configure:9523: checking for register_cipher in -ltomcrypt
configure:9558: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -ltomcrypt -lutil >&5
/home/pm/work/tmp_appdemo_db120/build/gcc-4.3.3/build_mips/staging_dir/usr/bin/../lib/gcc/mips-linux-uclibc/4.3.3/../../../../mips-linux-uclibc/bin/ld: cannot find -ltomcrypt
collect2: ld returned 1 exit status
configure:9564: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_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_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_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:9582: result: no
configure:9596: checking for mp_exptmod in -ltommath
configure:9631: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -ltommath -lutil >&5
/home/pm/work/tmp_appdemo_db120/build/gcc-4.3.3/build_mips/staging_dir/usr/bin/../lib/gcc/mips-linux-uclibc/4.3.3/../../../../mips-linux-uclibc/bin/ld: cannot find -ltommath
collect2: ld returned 1 exit status
configure:9637: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_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_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_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:9655: result: no
configure:9966: checking if your system defines LASTLOG_FILE
configure:10001: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:91: error: 'LASTLOG_FILE' undeclared (first use in this function)
conftest.c:91: error: (Each undeclared identifier is reported only once
conftest.c:91: error: for each function it appears in.)
conftest.c:91: warning: unused variable 'lastlog'
configure:10007: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_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_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_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define BUNDLED_LIBTOM
| /* 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:10019: result: no
configure:10021: checking if your system defines _PATH_LASTLOG
configure:10053: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:88: warning: unused variable 'lastlog'
configure:10059: $? = 0
configure:10064: result: yes
configure:10106: checking if your system defines UTMP_FILE
configure:10135: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:85: warning: unused variable 'utmp'
configure:10141: $? = 0
configure:10146: result: yes
configure:10182: checking if your system defines WTMP_FILE
configure:10211: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:85: warning: unused variable 'wtmp'
configure:10217: $? = 0
configure:10222: result: yes
configure:10259: checking if your system defines UTMPX_FILE
configure:10291: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:88: error: 'UTMPX_FILE' undeclared (first use in this function)
conftest.c:88: error: (Each undeclared identifier is reported only once
conftest.c:88: error: for each function it appears in.)
conftest.c:88: warning: unused variable 'utmpx'
configure:10297: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_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_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_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define BUNDLED_LIBTOM
| /* 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:10308: result: no
configure:10330: checking if your system defines WTMPX_FILE
configure:10362: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:89: error: 'WTMPX_FILE' undeclared (first use in this function)
conftest.c:89: error: (Each undeclared identifier is reported only once
conftest.c:89: error: for each function it appears in.)
conftest.c:89: warning: unused variable 'wtmpx'
configure:10368: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_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_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_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define BUNDLED_LIBTOM
| #define DISABLE_UTMPX 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 *wtmpx = WTMPX_FILE;
| ;
| return 0;
| }
configure:10379: result: no
configure:10403: checking whether mips-linux-uclibc-gcc needs -traditional
configure:10445: result: no
configure:10452: checking for working memcmp
configure:10533: result: no
configure:10558: checking sys/select.h usability
configure:10575: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:10581: $? = 0
configure:10595: result: yes
configure:10599: checking sys/select.h presence
configure:10614: mips-linux-uclibc-gcc -E conftest.c
configure:10620: $? = 0
configure:10634: result: yes
configure:10662: checking for sys/select.h
configure:10670: result: yes
configure:10548: checking for sys/socket.h
configure:10554: result: yes
configure:10683: checking types of arguments for select
configure:10721: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
configure:10727: $? = 0
configure:10748: result: int,fd_set *,struct timeval *
configure:10771: checking return type of signal handlers
configure:10799: mips-linux-uclibc-gcc -c -Os -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:88: error: void value not ignored as it ought to be
configure:10805: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_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_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_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define BUNDLED_LIBTOM
| #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 *)
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <signal.h>
|
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
| ;
| return 0;
| }
configure:10820: result: void
configure:10848: checking for dup2
configure:10904: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
configure:10910: $? = 0
configure:10928: result: yes
configure:10848: checking for getspnam
configure:10904: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
configure:10910: $? = 0
configure:10928: result: yes
configure:10848: checking for getusershell
configure:10904: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
configure:10910: $? = 0
configure:10928: result: yes
configure:10848: checking for memset
configure:10904: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
conftest.c:109: warning: conflicting types for built-in function 'memset'
configure:10910: $? = 0
configure:10928: result: yes
configure:10848: checking for putenv
configure:10904: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
configure:10910: $? = 0
configure:10928: result: yes
configure:10848: checking for select
configure:10904: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
configure:10910: $? = 0
configure:10928: result: yes
configure:10848: checking for socket
configure:10904: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
configure:10910: $? = 0
configure:10928: result: yes
configure:10848: checking for strdup
configure:10904: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
conftest.c:113: warning: conflicting types for built-in function 'strdup'
configure:10910: $? = 0
configure:10928: result: yes
configure:10848: checking for clearenv
configure:10904: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
configure:10910: $? = 0
configure:10928: result: yes
configure:10848: checking for strlcpy
configure:10904: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
configure:10910: $? = 0
configure:10928: result: yes
configure:10848: checking for strlcat
configure:10904: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
configure:10910: $? = 0
configure:10928: result: yes
configure:10848: checking for daemon
configure:10904: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
configure:10910: $? = 0
configure:10928: result: yes
configure:10848: checking for basename
configure:10904: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
configure:10910: $? = 0
configure:10928: result: yes
configure:10848: checking for _getpty
configure:10904: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
/tmp/cc6R0sZm.o: In function `main':
conftest.c:(.text+0x14): undefined reference to `_getpty'
collect2: ld returned 1 exit status
configure:10910: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 DISABLE_ZLIB
| #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_LASTLOG_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT16_T 1
| #define HAVE_U_INT16_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_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_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define BUNDLED_LIBTOM
| #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 RETSIGTYPE void
| #define HAVE_DUP2 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_STRLCPY 1
| #define HAVE_STRLCAT 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:10928: result: no
configure:10848: checking for getaddrinfo
configure:10904: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
configure:10910: $? = 0
configure:10928: result: yes
configure:10848: checking for freeaddrinfo
configure:10904: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
configure:10910: $? = 0
configure:10928: result: yes
configure:10848: checking for getnameinfo
configure:10904: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
configure:10910: $? = 0
configure:10928: result: yes
configure:10939: checking for library containing basename
configure:10980: mips-linux-uclibc-gcc -o conftest -Os -W -Wall conftest.c -lutil >&5
configure:10986: $? = 0
configure:11014: result: none required
configure:11088: Not checking for /dev/ptc & /dev/pts since we're cross-compiling
configure:13086: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on pm
config.status:607: creating Makefile
config.status:607: creating config.h
config.status:909: config.h is unchanged
configure:14194: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on pm
config.status:608: creating Makefile
config.status:608: creating libtomcrypt/Makefile
config.status:608: creating config.h
config.status:910: config.h is unchanged
configure:15303: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on pm
config.status:609: creating Makefile
config.status:609: creating libtomcrypt/Makefile
config.status:609: creating libtommath/Makefile
config.status:609: creating config.h
config.status:911: config.h is unchanged
configure:16312:
configure:16315: Using bundled libtomcrypt and libtommath
configure:16322:
configure:16324: 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=set
ac_cv_env_CC_value=mips-linux-uclibc-gcc
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=set
ac_cv_env_host_alias_value=mips-linux
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_daemon=yes
ac_cv_func_dup2=yes
ac_cv_func_endutent=yes
ac_cv_func_endutxent=no
ac_cv_func_freeaddrinfo=yes
ac_cv_func_gai_strerror=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_getnameinfo=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=no
ac_cv_func_getutxid=no
ac_cv_func_getutxline=no
ac_cv_func_logout=yes
ac_cv_func_logwtmp=yes
ac_cv_func_memcmp_working=no
ac_cv_func_memset=yes
ac_cv_func_putenv=yes
ac_cv_func_pututline=yes
ac_cv_func_pututxline=no
ac_cv_func_select=yes
ac_cv_func_select_args='int,fd_set *,struct timeval *'
ac_cv_func_setutent=yes
ac_cv_func_setutxent=no
ac_cv_func_socket=yes
ac_cv_func_strdup=yes
ac_cv_func_strlcat=yes
ac_cv_func_strlcpy=yes
ac_cv_func_updwtmp=yes
ac_cv_func_utmpname=yes
ac_cv_func_utmpxname=no
ac_cv_have_decl___UCLIBC__=yes
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_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=no
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_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=no
ac_cv_host=mips-unknown-linux-gnu
ac_cv_lib_crypt_crypt=yes
ac_cv_lib_tomcrypt_register_cipher=no
ac_cv_lib_tommath_mp_exptmod=no
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=no
ac_cv_member_struct_utmpx_ut_host=no
ac_cv_member_struct_utmpx_ut_id=no
ac_cv_member_struct_utmpx_ut_syslen=no
ac_cv_member_struct_utmpx_ut_time=no
ac_cv_member_struct_utmpx_ut_tv=no
ac_cv_member_struct_utmpx_ut_type=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_prog_AR=mips-linux-uclibc-ar
ac_cv_prog_CC=mips-linux-uclibc-gcc
ac_cv_prog_CPP='mips-linux-uclibc-gcc -E'
ac_cv_prog_RANLIB=mips-linux-ranlib
ac_cv_prog_STRIP=mips-linux-uclibc-sstrip
ac_cv_prog_ac_ct_INSTALL=install
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_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_signal=void
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_uid_t=yes
ac_cv_type_uint16_t=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='mips-linux-uclibc-ar'
BUNDLED_LIBTOM='1'
CC='mips-linux-uclibc-gcc'
CFLAGS='-Os -W -Wall'
CPP='mips-linux-uclibc-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='mips-linux-uclibc-ld'
LDFLAGS=''
LIBOBJS=' ${LIBOBJDIR}${LIBOBJDIR}${LIBOBJDIR}memcmp$U.o'
LIBS='-lutil '
LTLIBOBJS=' ${LIBOBJDIR}${LIBOBJDIR}${LIBOBJDIR}memcmp$U.lo'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='mips-linux-ranlib'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='mips-linux-uclibc-sstrip'
ac_ct_CC=''
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='mips-unknown-linux-gnu'
host_alias='mips-linux'
host_cpu='mips'
host_os='linux-gnu'
host_vendor='unknown'
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. ##
## ----------- ##
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#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 DISABLE_ZLIB
#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_LASTLOG_H 1
#define HAVE_PATHS_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_SYSTM_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_UINT16_T 1
#define HAVE_U_INT16_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_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_LOGOUT 1
#define HAVE_UPDWTMP 1
#define HAVE_LOGWTMP 1
#define BUNDLED_LIBTOM
#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 RETSIGTYPE void
#define HAVE_DUP2 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_STRLCPY 1
#define HAVE_STRLCAT 1
#define HAVE_DAEMON 1
#define HAVE_BASENAME 1
#define HAVE_GETADDRINFO 1
#define HAVE_FREEADDRINFO 1
#define HAVE_GETNAMEINFO 1
#define HAVE_BASENAME 1
configure: exit 0