Build of tinyproxy with android toolchain

The build took 00h 01m 02s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
5,838 ansic
4,290 sh
347 perl
10,475 total

The process tree of the build process is here.

List of Errors

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/arm-linux-androideabi --> /sysroot/arm-linux-androideabi
# /toolchain_root/COPYING3.LIB --> /sysroot/COPYING3.LIB
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/COPYING.RUNTIME --> /sysroot/COPYING.RUNTIME
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/SOURCES --> /sysroot/SOURCES
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/COPYING --> /sysroot/COPYING
# /toolchain_root/COPYING3 --> /sysroot/COPYING3
# /toolchain_root/COPYING.LIB --> /sysroot/COPYING.LIB
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/sysroot/libexec/gcc/arm-linux-androideabi/4.8:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=arm-linux-androideabi-gcc CXX=arm-linux-androideabi-g++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: tinyproxy 1.8.4-3 (Tue Apr 4 20:58:03 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... arm-unknown-linux-androideabi
# checking target system type... arm-unknown-linux-androideabi
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for arm-linux-androideabi-strip... arm-linux-androideabi-strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether make supports nested variables... (cached) yes
# checking for style of include used by make... GNU
# checking for arm-linux-androideabi-gcc... arm-linux-androideabi-gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... yes
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether arm-linux-androideabi-gcc accepts -g... yes
# checking for arm-linux-androideabi-gcc option to accept ISO C89... none needed
# checking whether arm-linux-androideabi-gcc understands -c and -o together... yes
# checking dependency style of arm-linux-androideabi-gcc... gcc3
# checking how to run the C preprocessor... arm-linux-androideabi-gcc -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking minix/config.h usability... no
# checking minix/config.h presence... no
# checking for minix/config.h... no
# checking whether it is safe to define __EXTENSIONS__... yes
# checking for arm-linux-androideabi-gcc... (cached) arm-linux-androideabi-gcc
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether arm-linux-androideabi-gcc accepts -g... (cached) yes
# checking for arm-linux-androideabi-gcc option to accept ISO C89... (cached) none needed
# checking whether arm-linux-androideabi-gcc understands -c and -o together... (cached) yes
# checking dependency style of arm-linux-androideabi-gcc... (cached) gcc3
# checking for socket in -lsocket... no
# checking for htonl in -lsocket... no
# checking for yp_get_default_domain... no
# checking for gethostname in -lnsl... no
# checking for gethostbyaddr in -lnsl... no
# checking for inet_aton in -lresolv... no
# checking for ANSI C header files... (cached) yes
# checking whether time.h and sys/time.h may both be included... yes
# checking for sys/wait.h that is POSIX.1 compatible... yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking sys/mman.h usability... yes
# checking sys/mman.h presence... yes
# checking for sys/mman.h... yes
# checking sys/resource.h usability... yes
# checking sys/resource.h presence... yes
# checking for sys/resource.h... yes
# checking sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking sys/uio.h usability... yes
# checking sys/uio.h presence... yes
# checking for sys/uio.h... yes
# checking sys/un.h usability... yes
# checking sys/un.h presence... yes
# checking for sys/un.h... yes
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking assert.h usability... yes
# checking assert.h presence... yes
# checking for assert.h... yes
# checking ctype.h usability... yes
# checking ctype.h presence... yes
# checking for ctype.h... yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking grp.h usability... yes
# checking grp.h presence... yes
# checking for grp.h... yes
# checking io.h usability... no
# checking io.h presence... no
# checking for io.h... no
# checking libintl.h usability... no
# checking libintl.h presence... no
# checking for libintl.h... no
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking pwd.h usability... yes
# checking pwd.h presence... yes
# checking for pwd.h... yes
# checking regex.h usability... yes
# checking regex.h presence... yes
# checking for regex.h... yes
# checking signal.h usability... yes
# checking signal.h presence... yes
# checking for signal.h... yes
# checking stdarg.h usability... yes
# checking stdarg.h presence... yes
# checking for stdarg.h... yes
# checking stddef.h usability... yes
# checking stddef.h presence... yes
# checking for stddef.h... yes
# checking stdio.h usability... yes
# checking stdio.h presence... yes
# checking for stdio.h... yes
# checking sysexits.h usability... no
# checking sysexits.h presence... no
# checking for sysexits.h... no
# checking syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking wchar.h usability... yes
# checking wchar.h presence... yes
# checking for wchar.h... yes
# checking wctype.h usability... yes
# checking wctype.h presence... yes
# checking for wctype.h... yes
# checking values.h usability... no
# checking values.h presence... no
# checking for values.h... no
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking for size_t... yes
# checking for pid_t... yes
# checking if uint8_t defined... yes
# checking if int16_t defined... yes
# checking if uint16_t defined... yes
# checking if int32_t defined... yes
# checking if uint32_t defined... yes
# checking if ssize_t defined... yes
# checking if socklen_t defined... yes
# checking if in_addr_t defined... yes
# checking whether lstat correctly handles trailing slash... no
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible malloc... no
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible realloc... no
# checking for gethostname... yes
# checking for inet_ntoa... yes
# checking for memchr... yes
# checking for memset... yes
# checking for select... yes
# checking for socket... yes
# checking for strcasecmp... yes
# checking for strchr... yes
# checking for strdup... yes
# checking for strerror... yes
# checking for strncasecmp... yes
# checking for strpbrk... yes
# checking for strstr... yes
# checking for strtol... yes
# checking for isascii... yes
# checking for memcpy... yes
# checking for memmove... yes
# checking for setrlimit... yes
# checking for ftruncate... yes
# checking for regcomp... yes
# checking for regexec... yes
# checking for strlcpy... yes
# checking for strlcat... yes
# checking for setgroups... yes
# checking for time... yes
# checking for rand... yes
# checking for srand... yes
# checking to see if compiler understands -fdiagnostics-show-option... yes
# checking to see if compiler understands -Wall... yes
# checking to see if compiler understands -Wextra... yes
# checking to see if compiler understands -Wno-unused-parameter... yes
# checking to see if compiler understands -Wmissing-prototypes... yes
# checking to see if compiler understands -Wstrict-prototypes... yes
# checking to see if compiler understands -Wmissing-declarations... yes
# checking to see if compiler understands -Wfloat-equal... yes
# checking to see if compiler understands -Wundef... yes
# checking to see if compiler understands -Wformat=2... yes
# checking to see if compiler understands -Wlogical-op... yes
# checking to see if compiler understands -Wmissing-include-dirs... yes
# checking to see if compiler understands -Wformat-nonliteral... yes
# checking to see if compiler understands -Wold-style-definition... yes
# checking to see if compiler understands -Wpointer-arith... yes
# checking to see if compiler understands -Waggregate-return... yes
# checking to see if compiler understands -Winit-self... yes
# checking to see if compiler understands -Wpacked... yes
# checking to see if compiler understands --std=c89... yes
# checking to see if compiler understands -ansi... yes
# checking to see if compiler understands -pedantic... yes
# checking to see if compiler understands -Wc++-compat... yes
# checking to see if compiler understands -Wno-long-long... yes
# checking to see if compiler understands -Wno-overlength-strings... yes
# checking to see if compiler understands -Wdeclaration-after-statement... yes
# checking to see if compiler understands -Wredundant-decls... yes
# checking to see if compiler understands -Wmissing-noreturn... yes
# checking to see if compiler understands -Wshadow... yes
# checking to see if compiler understands -Wendif-labels... yes
# checking to see if compiler understands -Wcast-qual... yes
# checking to see if compiler understands -Wcast-align... yes
# checking to see if compiler understands -Wwrite-strings... yes
# checking to see if compiler understands -Wp,-D_FORTIFY_SOURCE=2... yes
# checking to see if compiler understands -fno-common... yes
# checking whether the system's regex library is broken... yes
# configure: error: Your system's regexec() function is broken.
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/tinyproxy/src/tinyproxy-1.8.4/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by Tinyproxy configure 1.8.4, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr --sysconfdir=/etc/tinyproxy --sbindir=/usr/bin --localstatedir=/var --enable-transparent
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = afd38bdf3e3d
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /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: /sysroot/bin
# PATH: /sysroot/libexec/gcc/arm-linux-androideabi/4.8
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2281: checking build system type
# configure:2295: result: x86_64-unknown-linux-gnu
# configure:2315: checking host system type
# configure:2328: result: arm-unknown-linux-androideabi
# configure:2348: checking target system type
# configure:2361: result: arm-unknown-linux-androideabi
# configure:2403: checking for a BSD-compatible install
# configure:2471: result: /usr/bin/install -c
# configure:2482: checking whether build environment is sane
# configure:2537: result: yes
# configure:2596: checking for arm-linux-androideabi-strip
# configure:2612: found /sysroot/bin/arm-linux-androideabi-strip
# configure:2623: result: arm-linux-androideabi-strip
# configure:2688: checking for a thread-safe mkdir -p
# configure:2727: result: /usr/sbin/mkdir -p
# configure:2734: checking for gawk
# configure:2750: found /usr/sbin/gawk
# configure:2761: result: gawk
# configure:2772: checking whether make sets $(MAKE)
# configure:2794: result: yes
# configure:2823: checking whether make supports nested variables
# configure:2840: result: yes
# configure:2980: checking whether make supports nested variables
# configure:2997: result: yes
# configure:3056: checking for style of include used by make
# configure:3084: result: GNU
# configure:3115: checking for arm-linux-androideabi-gcc
# configure:3142: result: arm-linux-androideabi-gcc
# configure:3411: checking for C compiler version
# configure:3420: arm-linux-androideabi-gcc --version >&5
# arm-linux-androideabi-gcc (GCC) 4.8
# Copyright (C) 2013 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:3431: $? = 0
# configure:3420: arm-linux-androideabi-gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=arm-linux-androideabi-gcc
# COLLECT_LTO_WRAPPER=/sysroot/bin/../libexec/gcc/arm-linux-androideabi/4.8/lto-wrapper
# Target: arm-linux-androideabi
# Configured with: /s/ndk-toolchain/src/build/../gcc/gcc-4.8/configure --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --target=arm-linux-androideabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpfr=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpc=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-cloog=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-isl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-ppl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --disable-ppl-version-check --disable-cloog-version-check --disable-isl-version-check --enable-cloog-backend=isl --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --enable-initfini-array --disable-nls --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --with-sysroot=/tmp/ndk-andrewhsieh/build/toolchain/prefix/sysroot --with-binutils-version=2.25 --with-mpfr-version=3.1.1 --with-mpc-version=1.0.1 --with-gmp-version=5.0.5 --with-gcc-version=4.8 --with-gdb-version=7.7 --with-python=/usr/local/google/home/andrewhsieh/mydroid/ndk/prebuilt/linux-x86_64/bin/python-config.sh --with-gxx-include-dir=/tmp/ndk-andrewhsieh/build/toolchain/prefix/include/c++/4.8 --with-bugurl=http://source.android.com/source/report-bugs.html --enable-languages=c,c++ --disable-bootstrap --enable-plugins --enable-libgomp --enable-gnu-indirect-function --disable-libsanitizer --enable-gold --enable-threads --enable-graphite=yes --with-cloog-version=0.18.0 --with-isl-version=0.11.1 --enable-eh-frame-hdr-for-static --with-arch=armv5te --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=default
# Thread model: posix
# gcc version 4.8 (GCC)
# configure:3431: $? = 0
# configure:3420: arm-linux-androideabi-gcc -V >&5
# arm-linux-androideabi-gcc: error: unrecognized command line option '-V'
# arm-linux-androideabi-gcc: fatal error: no input files
# compilation terminated.
# configure:3431: $? = 1
# configure:3420: arm-linux-androideabi-gcc -qversion >&5
# arm-linux-androideabi-gcc: error: unrecognized command line option '-qversion'
# arm-linux-androideabi-gcc: fatal error: no input files
# compilation terminated.
# configure:3431: $? = 1
# configure:3451: checking whether the C compiler works
# configure:3473: arm-linux-androideabi-gcc conftest.c >&5
# configure:3477: $? = 0
# configure:3525: result: yes
# configure:3528: checking for C compiler default output file name
# configure:3530: result: a.out
# configure:3536: checking for suffix of executables
# configure:3543: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:3547: $? = 0
# configure:3569: result:
# configure:3591: checking whether we are cross compiling
# configure:3629: result: yes
# configure:3634: checking for suffix of object files
# configure:3656: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3660: $? = 0
# configure:3681: result: o
# configure:3685: checking whether we are using the GNU C compiler
# configure:3704: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3704: $? = 0
# configure:3713: result: yes
# configure:3722: checking whether arm-linux-androideabi-gcc accepts -g
# configure:3742: arm-linux-androideabi-gcc -c -g conftest.c >&5
# configure:3742: $? = 0
# configure:3783: result: yes
# configure:3800: checking for arm-linux-androideabi-gcc option to accept ISO C89
# configure:3863: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3863: $? = 0
# configure:3876: result: none needed
# configure:3901: checking whether arm-linux-androideabi-gcc understands -c and -o together
# configure:3923: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:3926: $? = 0
# configure:3923: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:3926: $? = 0
# configure:3938: result: yes
# configure:3957: checking dependency style of arm-linux-androideabi-gcc
# configure:4068: result: gcc3
# configure:4089: checking how to run the C preprocessor
# configure:4120: arm-linux-androideabi-gcc -E conftest.c
# configure:4120: $? = 0
# configure:4134: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4134: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Tinyproxy"
# | #define PACKAGE_TARNAME "tinyproxy"
# | #define PACKAGE_VERSION "1.8.4"
# | #define PACKAGE_STRING "Tinyproxy 1.8.4"
# | #define PACKAGE_BUGREPORT "https://banu.com/tinyproxy/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "tinyproxy"
# | #define VERSION "1.8.4"
# | #define TINYPROXY_VERSION "1.8.4"
# | /* end confdefs.h. */
# | #include
# configure:4159: result: arm-linux-androideabi-gcc -E
# configure:4179: arm-linux-androideabi-gcc -E conftest.c
# configure:4179: $? = 0
# configure:4193: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4193: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Tinyproxy"
# | #define PACKAGE_TARNAME "tinyproxy"
# | #define PACKAGE_VERSION "1.8.4"
# | #define PACKAGE_STRING "Tinyproxy 1.8.4"
# | #define PACKAGE_BUGREPORT "https://banu.com/tinyproxy/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "tinyproxy"
# | #define VERSION "1.8.4"
# | #define TINYPROXY_VERSION "1.8.4"
# | /* end confdefs.h. */
# | #include
# configure:4222: checking for grep that handles long lines and -e
# configure:4280: result: /usr/sbin/grep
# configure:4285: checking for egrep
# configure:4347: result: /usr/sbin/grep -E
# configure:4352: checking for ANSI C header files
# configure:4372: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4372: $? = 0
# configure:4456: result: yes
# configure:4469: checking for sys/types.h
# configure:4469: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4469: $? = 0
# configure:4469: result: yes
# configure:4469: checking for sys/stat.h
# configure:4469: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4469: $? = 0
# configure:4469: result: yes
# configure:4469: checking for stdlib.h
# configure:4469: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4469: $? = 0
# configure:4469: result: yes
# configure:4469: checking for string.h
# configure:4469: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4469: $? = 0
# configure:4469: result: yes
# configure:4469: checking for memory.h
# configure:4469: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4469: $? = 0
# configure:4469: result: yes
# configure:4469: checking for strings.h
# configure:4469: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4469: $? = 0
# configure:4469: result: yes
# configure:4469: checking for inttypes.h
# configure:4469: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4469: $? = 0
# configure:4469: result: yes
# configure:4469: checking for stdint.h
# configure:4469: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4469: $? = 0
# configure:4469: result: yes
# configure:4469: checking for unistd.h
# configure:4469: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4469: $? = 0
# configure:4469: result: yes
# configure:4482: checking minix/config.h usability
# configure:4482: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:55:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4482: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Tinyproxy"
# | #define PACKAGE_TARNAME "tinyproxy"
# | #define PACKAGE_VERSION "1.8.4"
# | #define PACKAGE_STRING "Tinyproxy 1.8.4"
# | #define PACKAGE_BUGREPORT "https://banu.com/tinyproxy/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "tinyproxy"
# | #define VERSION "1.8.4"
# | #define TINYPROXY_VERSION "1.8.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4482: result: no
# configure:4482: checking minix/config.h presence
# configure:4482: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:22:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4482: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Tinyproxy"
# | #define PACKAGE_TARNAME "tinyproxy"
# | #define PACKAGE_VERSION "1.8.4"
# | #define PACKAGE_STRING "Tinyproxy 1.8.4"
# | #define PACKAGE_BUGREPORT "https://banu.com/tinyproxy/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "tinyproxy"
# | #define VERSION "1.8.4"
# | #define TINYPROXY_VERSION "1.8.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:4482: result: no
# configure:4482: checking for minix/config.h
# configure:4482: result: no
# configure:4503: checking whether it is safe to define __EXTENSIONS__
# configure:4521: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4521: $? = 0
# configure:4528: result: yes
# configure:4687: checking for arm-linux-androideabi-gcc
# configure:4714: result: arm-linux-androideabi-gcc
# configure:4983: checking for C compiler version
# configure:4992: arm-linux-androideabi-gcc --version >&5
# arm-linux-androideabi-gcc (GCC) 4.8
# Copyright (C) 2013 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:5003: $? = 0
# configure:4992: arm-linux-androideabi-gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=arm-linux-androideabi-gcc
# COLLECT_LTO_WRAPPER=/sysroot/bin/../libexec/gcc/arm-linux-androideabi/4.8/lto-wrapper
# Target: arm-linux-androideabi
# Configured with: /s/ndk-toolchain/src/build/../gcc/gcc-4.8/configure --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --target=arm-linux-androideabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpfr=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpc=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-cloog=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-isl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-ppl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --disable-ppl-version-check --disable-cloog-version-check --disable-isl-version-check --enable-cloog-backend=isl --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --enable-initfini-array --disable-nls --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --with-sysroot=/tmp/ndk-andrewhsieh/build/toolchain/prefix/sysroot --with-binutils-version=2.25 --with-mpfr-version=3.1.1 --with-mpc-version=1.0.1 --with-gmp-version=5.0.5 --with-gcc-version=4.8 --with-gdb-version=7.7 --with-python=/usr/local/google/home/andrewhsieh/mydroid/ndk/prebuilt/linux-x86_64/bin/python-config.sh --with-gxx-include-dir=/tmp/ndk-andrewhsieh/build/toolchain/prefix/include/c++/4.8 --with-bugurl=http://source.android.com/source/report-bugs.html --enable-languages=c,c++ --disable-bootstrap --enable-plugins --enable-libgomp --enable-gnu-indirect-function --disable-libsanitizer --enable-gold --enable-threads --enable-graphite=yes --with-cloog-version=0.18.0 --with-isl-version=0.11.1 --enable-eh-frame-hdr-for-static --with-arch=armv5te --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=default
# Thread model: posix
# gcc version 4.8 (GCC)
# configure:5003: $? = 0
# configure:4992: arm-linux-androideabi-gcc -V >&5
# arm-linux-androideabi-gcc: error: unrecognized command line option '-V'
# arm-linux-androideabi-gcc: fatal error: no input files
# compilation terminated.
# configure:5003: $? = 1
# configure:4992: arm-linux-androideabi-gcc -qversion >&5
# arm-linux-androideabi-gcc: error: unrecognized command line option '-qversion'
# arm-linux-androideabi-gcc: fatal error: no input files
# compilation terminated.
# configure:5003: $? = 1
# configure:5007: checking whether we are using the GNU C compiler
# configure:5035: result: yes
# configure:5044: checking whether arm-linux-androideabi-gcc accepts -g
# configure:5105: result: yes
# configure:5122: checking for arm-linux-androideabi-gcc option to accept ISO C89
# configure:5198: result: none needed
# configure:5223: checking whether arm-linux-androideabi-gcc understands -c and -o together
# configure:5260: result: yes
# configure:5279: checking dependency style of arm-linux-androideabi-gcc
# configure:5390: result: gcc3
# configure:5406: checking for socket in -lsocket
# configure:5431: arm-linux-androideabi-gcc -o conftest conftest.c -lsocket >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lsocket
# collect2: error: ld returned 1 exit status
# configure:5431: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Tinyproxy"
# | #define PACKAGE_TARNAME "tinyproxy"
# | #define PACKAGE_VERSION "1.8.4"
# | #define PACKAGE_STRING "Tinyproxy 1.8.4"
# | #define PACKAGE_BUGREPORT "https://banu.com/tinyproxy/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "tinyproxy"
# | #define VERSION "1.8.4"
# | #define TINYPROXY_VERSION "1.8.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define TINYPROXY_STATHOST "tinyproxy.stats"
# | #define XTINYPROXY_ENABLE 1
# | #define FILTER_ENABLE 1
# | #define UPSTREAM_SUPPORT 1
# | #define TRANSPARENT_PROXY 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char socket ();
# | int
# | main ()
# | {
# | return socket ();
# | ;
# | return 0;
# | }
# configure:5440: result: no
# configure:5450: checking for htonl in -lsocket
# configure:5475: arm-linux-androideabi-gcc -o conftest conftest.c -lsocket >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lsocket
# collect2: error: ld returned 1 exit status
# configure:5475: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Tinyproxy"
# | #define PACKAGE_TARNAME "tinyproxy"
# | #define PACKAGE_VERSION "1.8.4"
# | #define PACKAGE_STRING "Tinyproxy 1.8.4"
# | #define PACKAGE_BUGREPORT "https://banu.com/tinyproxy/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "tinyproxy"
# | #define VERSION "1.8.4"
# | #define TINYPROXY_VERSION "1.8.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define TINYPROXY_STATHOST "tinyproxy.stats"
# | #define XTINYPROXY_ENABLE 1
# | #define FILTER_ENABLE 1
# | #define UPSTREAM_SUPPORT 1
# | #define TRANSPARENT_PROXY 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 htonl ();
# | int
# | main ()
# | {
# | return htonl ();
# | ;
# | return 0;
# | }
# configure:5484: result: no
# configure:5500: checking for yp_get_default_domain
# configure:5500: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# /tmp/ccOwA53g.o:conftest.c:function main: error: undefined reference to 'yp_get_default_domain'
# collect2: error: ld returned 1 exit status
# configure:5500: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Tinyproxy"
# | #define PACKAGE_TARNAME "tinyproxy"
# | #define PACKAGE_VERSION "1.8.4"
# | #define PACKAGE_STRING "Tinyproxy 1.8.4"
# | #define PACKAGE_BUGREPORT "https://banu.com/tinyproxy/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "tinyproxy"
# | #define VERSION "1.8.4"
# | #define TINYPROXY_VERSION "1.8.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define TINYPROXY_STATHOST "tinyproxy.stats"
# | #define XTINYPROXY_ENABLE 1
# | #define FILTER_ENABLE 1
# | #define UPSTREAM_SUPPORT 1
# | #define TRANSPARENT_PROXY 1
# | /* end confdefs.h. */
# | /* Define yp_get_default_domain to an innocuous variant, in case declares yp_get_default_domain.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define yp_get_default_domain innocuous_yp_get_default_domain
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char yp_get_default_domain (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef yp_get_default_domain
# |
# | /* 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 yp_get_default_domain ();
# | /* 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_yp_get_default_domain || defined __stub___yp_get_default_domain
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return yp_get_default_domain ();
# | ;
# | return 0;
# | }
# configure:5500: result: no
# configure:5510: checking for gethostname in -lnsl
# configure:5535: arm-linux-androideabi-gcc -o conftest conftest.c -lnsl >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lnsl
# collect2: error: ld returned 1 exit status
# configure:5535: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Tinyproxy"
# | #define PACKAGE_TARNAME "tinyproxy"
# | #define PACKAGE_VERSION "1.8.4"
# | #define PACKAGE_STRING "Tinyproxy 1.8.4"
# | #define PACKAGE_BUGREPORT "https://banu.com/tinyproxy/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "tinyproxy"
# | #define VERSION "1.8.4"
# | #define TINYPROXY_VERSION "1.8.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define TINYPROXY_STATHOST "tinyproxy.stats"
# | #define XTINYPROXY_ENABLE 1
# | #define FILTER_ENABLE 1
# | #define UPSTREAM_SUPPORT 1
# | #define TRANSPARENT_PROXY 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 gethostname ();
# | int
# | main ()
# | {
# | return gethostname ();
# | ;
# | return 0;
# | }
# configure:5544: result: no
# configure:5554: checking for gethostbyaddr in -lnsl
# configure:5579: arm-linux-androideabi-gcc -o conftest conftest.c -lnsl >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lnsl
# collect2: error: ld returned 1 exit status
# configure:5579: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Tinyproxy"
# | #define PACKAGE_TARNAME "tinyproxy"
# | #define PACKAGE_VERSION "1.8.4"
# | #define PACKAGE_STRING "Tinyproxy 1.8.4"
# | #define PACKAGE_BUGREPORT "https://banu.com/tinyproxy/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "tinyproxy"
# | #define VERSION "1.8.4"
# | #define TINYPROXY_VERSION "1.8.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define TINYPROXY_STATHOST "tinyproxy.stats"
# | #define XTINYPROXY_ENABLE 1
# | #define FILTER_ENABLE 1
# | #define UPSTREAM_SUPPORT 1
# | #define TRANSPARENT_PROXY 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 gethostbyaddr ();
# | int
# | main ()
# | {
# | return gethostbyaddr ();
# | ;
# | return 0;
# | }
# configure:5588: result: no
# configure:5603: checking for inet_aton in -lresolv
# configure:5628: arm-linux-androideabi-gcc -o conftest conftest.c -lresolv >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lresolv
# collect2: error: ld returned 1 exit status
# configure:5628: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Tinyproxy"
# | #define PACKAGE_TARNAME "tinyproxy"
# | #define PACKAGE_VERSION "1.8.4"
# | #define PACKAGE_STRING "Tinyproxy 1.8.4"
# | #define PACKAGE_BUGREPORT "https://banu.com/tinyproxy/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "tinyproxy"
# | #define VERSION "1.8.4"
# | #define TINYPROXY_VERSION "1.8.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define TINYPROXY_STATHOST "tinyproxy.stats"
# | #define XTINYPROXY_ENABLE 1
# | #define FILTER_ENABLE 1
# | #define UPSTREAM_SUPPORT 1
# | #define TRANSPARENT_PROXY 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 inet_aton ();
# | int
# | main ()
# | {
# | return inet_aton ();
# | ;
# | return 0;
# | }
# configure:5637: result: no
# configure:5649: checking for ANSI C header files
# configure:5753: result: yes
# configure:5761: checking whether time.h and sys/time.h may both be included
# configure:5781: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5781: $? = 0
# configure:5788: result: yes
# configure:5796: checking for sys/wait.h that is POSIX.1 compatible
# configure:5822: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5822: $? = 0
# configure:5829: result: yes
# configure:5846: checking sys/ioctl.h usability
# configure:5846: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking sys/ioctl.h presence
# configure:5846: arm-linux-androideabi-gcc -E conftest.c
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking for sys/ioctl.h
# configure:5846: result: yes
# configure:5846: checking sys/mman.h usability
# configure:5846: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking sys/mman.h presence
# configure:5846: arm-linux-androideabi-gcc -E conftest.c
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking for sys/mman.h
# configure:5846: result: yes
# configure:5846: checking sys/resource.h usability
# configure:5846: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking sys/resource.h presence
# configure:5846: arm-linux-androideabi-gcc -E conftest.c
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking for sys/resource.h
# configure:5846: result: yes
# configure:5846: checking sys/select.h usability
# configure:5846: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking sys/select.h presence
# configure:5846: arm-linux-androideabi-gcc -E conftest.c
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking for sys/select.h
# configure:5846: result: yes
# configure:5846: checking sys/socket.h usability
# configure:5846: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking sys/socket.h presence
# configure:5846: arm-linux-androideabi-gcc -E conftest.c
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking for sys/socket.h
# configure:5846: result: yes
# configure:5846: checking sys/time.h usability
# configure:5846: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking sys/time.h presence
# configure:5846: arm-linux-androideabi-gcc -E conftest.c
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking for sys/time.h
# configure:5846: result: yes
# configure:5846: checking sys/uio.h usability
# configure:5846: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking sys/uio.h presence
# configure:5846: arm-linux-androideabi-gcc -E conftest.c
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking for sys/uio.h
# configure:5846: result: yes
# configure:5846: checking sys/un.h usability
# configure:5846: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking sys/un.h presence
# configure:5846: arm-linux-androideabi-gcc -E conftest.c
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking for sys/un.h
# configure:5846: result: yes
# configure:5846: checking arpa/inet.h usability
# configure:5846: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking arpa/inet.h presence
# configure:5846: arm-linux-androideabi-gcc -E conftest.c
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking for arpa/inet.h
# configure:5846: result: yes
# configure:5846: checking netinet/in.h usability
# configure:5846: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking netinet/in.h presence
# configure:5846: arm-linux-androideabi-gcc -E conftest.c
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking for netinet/in.h
# configure:5846: result: yes
# configure:5846: checking assert.h usability
# configure:5846: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking assert.h presence
# configure:5846: arm-linux-androideabi-gcc -E conftest.c
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking for assert.h
# configure:5846: result: yes
# configure:5846: checking ctype.h usability
# configure:5846: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking ctype.h presence
# configure:5846: arm-linux-androideabi-gcc -E conftest.c
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking for ctype.h
# configure:5846: result: yes
# configure:5846: checking errno.h usability
# configure:5846: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking errno.h presence
# configure:5846: arm-linux-androideabi-gcc -E conftest.c
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking for errno.h
# configure:5846: result: yes
# configure:5846: checking fcntl.h usability
# configure:5846: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking fcntl.h presence
# configure:5846: arm-linux-androideabi-gcc -E conftest.c
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking for fcntl.h
# configure:5846: result: yes
# configure:5846: checking grp.h usability
# configure:5846: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking grp.h presence
# configure:5846: arm-linux-androideabi-gcc -E conftest.c
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking for grp.h
# configure:5846: result: yes
# configure:5846: checking io.h usability
# configure:5846: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:83:16: fatal error: io.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5846: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Tinyproxy"
# | #define PACKAGE_TARNAME "tinyproxy"
# | #define PACKAGE_VERSION "1.8.4"
# | #define PACKAGE_STRING "Tinyproxy 1.8.4"
# | #define PACKAGE_BUGREPORT "https://banu.com/tinyproxy/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "tinyproxy"
# | #define VERSION "1.8.4"
# | #define TINYPROXY_VERSION "1.8.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define TINYPROXY_STATHOST "tinyproxy.stats"
# | #define XTINYPROXY_ENABLE 1
# | #define FILTER_ENABLE 1
# | #define UPSTREAM_SUPPORT 1
# | #define TRANSPARENT_PROXY 1
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:5846: result: no
# configure:5846: checking io.h presence
# configure:5846: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:50:16: fatal error: io.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5846: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Tinyproxy"
# | #define PACKAGE_TARNAME "tinyproxy"
# | #define PACKAGE_VERSION "1.8.4"
# | #define PACKAGE_STRING "Tinyproxy 1.8.4"
# | #define PACKAGE_BUGREPORT "https://banu.com/tinyproxy/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "tinyproxy"
# | #define VERSION "1.8.4"
# | #define TINYPROXY_VERSION "1.8.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define TINYPROXY_STATHOST "tinyproxy.stats"
# | #define XTINYPROXY_ENABLE 1
# | #define FILTER_ENABLE 1
# | #define UPSTREAM_SUPPORT 1
# | #define TRANSPARENT_PROXY 1
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | /* end confdefs.h. */
# | #include
# configure:5846: result: no
# configure:5846: checking for io.h
# configure:5846: result: no
# configure:5846: checking libintl.h usability
# configure:5846: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:83:21: fatal error: libintl.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5846: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Tinyproxy"
# | #define PACKAGE_TARNAME "tinyproxy"
# | #define PACKAGE_VERSION "1.8.4"
# | #define PACKAGE_STRING "Tinyproxy 1.8.4"
# | #define PACKAGE_BUGREPORT "https://banu.com/tinyproxy/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "tinyproxy"
# | #define VERSION "1.8.4"
# | #define TINYPROXY_VERSION "1.8.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define TINYPROXY_STATHOST "tinyproxy.stats"
# | #define XTINYPROXY_ENABLE 1
# | #define FILTER_ENABLE 1
# | #define UPSTREAM_SUPPORT 1
# | #define TRANSPARENT_PROXY 1
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:5846: result: no
# configure:5846: checking libintl.h presence
# configure:5846: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:50:21: fatal error: libintl.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5846: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Tinyproxy"
# | #define PACKAGE_TARNAME "tinyproxy"
# | #define PACKAGE_VERSION "1.8.4"
# | #define PACKAGE_STRING "Tinyproxy 1.8.4"
# | #define PACKAGE_BUGREPORT "https://banu.com/tinyproxy/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "tinyproxy"
# | #define VERSION "1.8.4"
# | #define TINYPROXY_VERSION "1.8.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define TINYPROXY_STATHOST "tinyproxy.stats"
# | #define XTINYPROXY_ENABLE 1
# | #define FILTER_ENABLE 1
# | #define UPSTREAM_SUPPORT 1
# | #define TRANSPARENT_PROXY 1
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | /* end confdefs.h. */
# | #include
# configure:5846: result: no
# configure:5846: checking for libintl.h
# configure:5846: result: no
# configure:5846: checking netdb.h usability
# configure:5846: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking netdb.h presence
# configure:5846: arm-linux-androideabi-gcc -E conftest.c
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking for netdb.h
# configure:5846: result: yes
# configure:5846: checking pwd.h usability
# configure:5846: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking pwd.h presence
# configure:5846: arm-linux-androideabi-gcc -E conftest.c
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking for pwd.h
# configure:5846: result: yes
# configure:5846: checking regex.h usability
# configure:5846: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking regex.h presence
# configure:5846: arm-linux-androideabi-gcc -E conftest.c
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking for regex.h
# configure:5846: result: yes
# configure:5846: checking signal.h usability
# configure:5846: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking signal.h presence
# configure:5846: arm-linux-androideabi-gcc -E conftest.c
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking for signal.h
# configure:5846: result: yes
# configure:5846: checking stdarg.h usability
# configure:5846: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking stdarg.h presence
# configure:5846: arm-linux-androideabi-gcc -E conftest.c
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking for stdarg.h
# configure:5846: result: yes
# configure:5846: checking stddef.h usability
# configure:5846: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking stddef.h presence
# configure:5846: arm-linux-androideabi-gcc -E conftest.c
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking for stddef.h
# configure:5846: result: yes
# configure:5846: checking stdio.h usability
# configure:5846: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking stdio.h presence
# configure:5846: arm-linux-androideabi-gcc -E conftest.c
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking for stdio.h
# configure:5846: result: yes
# configure:5846: checking sysexits.h usability
# configure:5846: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:90:22: fatal error: sysexits.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5846: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Tinyproxy"
# | #define PACKAGE_TARNAME "tinyproxy"
# | #define PACKAGE_VERSION "1.8.4"
# | #define PACKAGE_STRING "Tinyproxy 1.8.4"
# | #define PACKAGE_BUGREPORT "https://banu.com/tinyproxy/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "tinyproxy"
# | #define VERSION "1.8.4"
# | #define TINYPROXY_VERSION "1.8.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define TINYPROXY_STATHOST "tinyproxy.stats"
# | #define XTINYPROXY_ENABLE 1
# | #define FILTER_ENABLE 1
# | #define UPSTREAM_SUPPORT 1
# | #define TRANSPARENT_PROXY 1
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:5846: result: no
# configure:5846: checking sysexits.h presence
# configure:5846: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:57:22: fatal error: sysexits.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5846: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Tinyproxy"
# | #define PACKAGE_TARNAME "tinyproxy"
# | #define PACKAGE_VERSION "1.8.4"
# | #define PACKAGE_STRING "Tinyproxy 1.8.4"
# | #define PACKAGE_BUGREPORT "https://banu.com/tinyproxy/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "tinyproxy"
# | #define VERSION "1.8.4"
# | #define TINYPROXY_VERSION "1.8.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define TINYPROXY_STATHOST "tinyproxy.stats"
# | #define XTINYPROXY_ENABLE 1
# | #define FILTER_ENABLE 1
# | #define UPSTREAM_SUPPORT 1
# | #define TRANSPARENT_PROXY 1
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | /* end confdefs.h. */
# | #include
# configure:5846: result: no
# configure:5846: checking for sysexits.h
# configure:5846: result: no
# configure:5846: checking syslog.h usability
# configure:5846: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking syslog.h presence
# configure:5846: arm-linux-androideabi-gcc -E conftest.c
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking for syslog.h
# configure:5846: result: yes
# configure:5846: checking time.h usability
# configure:5846: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking time.h presence
# configure:5846: arm-linux-androideabi-gcc -E conftest.c
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking for time.h
# configure:5846: result: yes
# configure:5846: checking wchar.h usability
# configure:5846: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking wchar.h presence
# configure:5846: arm-linux-androideabi-gcc -E conftest.c
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking for wchar.h
# configure:5846: result: yes
# configure:5846: checking wctype.h usability
# configure:5846: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking wctype.h presence
# configure:5846: arm-linux-androideabi-gcc -E conftest.c
# configure:5846: $? = 0
# configure:5846: result: yes
# configure:5846: checking for wctype.h
# configure:5846: result: yes
# configure:5846: checking values.h usability
# configure:5846: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:94:20: fatal error: values.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5846: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Tinyproxy"
# | #define PACKAGE_TARNAME "tinyproxy"
# | #define PACKAGE_VERSION "1.8.4"
# | #define PACKAGE_STRING "Tinyproxy 1.8.4"
# | #define PACKAGE_BUGREPORT "https://banu.com/tinyproxy/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "tinyproxy"
# | #define VERSION "1.8.4"
# | #define TINYPROXY_VERSION "1.8.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define TINYPROXY_STATHOST "tinyproxy.stats"
# | #define XTINYPROXY_ENABLE 1
# | #define FILTER_ENABLE 1
# | #define UPSTREAM_SUPPORT 1
# | #define TRANSPARENT_PROXY 1
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:5846: result: no
# configure:5846: checking values.h presence
# configure:5846: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:61:20: fatal error: values.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5846: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Tinyproxy"
# | #define PACKAGE_TARNAME "tinyproxy"
# | #define PACKAGE_VERSION "1.8.4"
# | #define PACKAGE_STRING "Tinyproxy 1.8.4"
# | #define PACKAGE_BUGREPORT "https://banu.com/tinyproxy/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "tinyproxy"
# | #define VERSION "1.8.4"
# | #define TINYPROXY_VERSION "1.8.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define TINYPROXY_STATHOST "tinyproxy.stats"
# | #define XTINYPROXY_ENABLE 1
# | #define FILTER_ENABLE 1
# | #define UPSTREAM_SUPPORT 1
# | #define TRANSPARENT_PROXY 1
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | /* end confdefs.h. */
# | #include
# configure:5846: result: no
# configure:5846: checking for values.h
# configure:5846: result: no
# configure:5859: checking malloc.h usability
# configure:5859: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5859: $? = 0
# configure:5859: result: yes
# configure:5859: checking malloc.h presence
# configure:5859: arm-linux-androideabi-gcc -E conftest.c
# configure:5859: $? = 0
# configure:5859: result: yes
# configure:5859: checking for malloc.h
# configure:5859: result: yes
# configure:5868: checking for size_t
# configure:5868: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5868: $? = 0
# configure:5868: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:97:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:5868: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Tinyproxy"
# | #define PACKAGE_TARNAME "tinyproxy"
# | #define PACKAGE_VERSION "1.8.4"
# | #define PACKAGE_STRING "Tinyproxy 1.8.4"
# | #define PACKAGE_BUGREPORT "https://banu.com/tinyproxy/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "tinyproxy"
# | #define VERSION "1.8.4"
# | #define TINYPROXY_VERSION "1.8.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define TINYPROXY_STATHOST "tinyproxy.stats"
# | #define XTINYPROXY_ENABLE 1
# | #define FILTER_ENABLE 1
# | #define UPSTREAM_SUPPORT 1
# | #define TRANSPARENT_PROXY 1
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5868: result: yes
# configure:5879: checking for pid_t
# configure:5879: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5879: $? = 0
# configure:5879: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:97:20: error: expected expression before ')' token
# if (sizeof ((pid_t)))
# ^
# configure:5879: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Tinyproxy"
# | #define PACKAGE_TARNAME "tinyproxy"
# | #define PACKAGE_VERSION "1.8.4"
# | #define PACKAGE_STRING "Tinyproxy 1.8.4"
# | #define PACKAGE_BUGREPORT "https://banu.com/tinyproxy/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "tinyproxy"
# | #define VERSION "1.8.4"
# | #define TINYPROXY_VERSION "1.8.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define TINYPROXY_STATHOST "tinyproxy.stats"
# | #define XTINYPROXY_ENABLE 1
# | #define FILTER_ENABLE 1
# | #define UPSTREAM_SUPPORT 1
# | #define TRANSPARENT_PROXY 1
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5879: result: yes
# configure:5890: checking if uint8_t defined
# configure:5980: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5980: $? = 0
# configure:5988: result: yes
# configure:5996: checking if int16_t defined
# configure:6086: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6086: $? = 0
# configure:6094: result: yes
# configure:6102: checking if uint16_t defined
# configure:6192: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6192: $? = 0
# configure:6200: result: yes
# configure:6208: checking if int32_t defined
# configure:6298: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6298: $? = 0
# configure:6306: result: yes
# configure:6314: checking if uint32_t defined
# configure:6404: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6404: $? = 0
# configure:6412: result: yes
# configure:6420: checking if ssize_t defined
# configure:6510: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6510: $? = 0
# configure:6518: result: yes
# configure:6526: checking if socklen_t defined
# configure:6616: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6616: $? = 0
# configure:6624: result: yes
# configure:6632: checking if in_addr_t defined
# configure:6722: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6722: $? = 0
# configure:6730: result: yes
# configure:6740: checking whether lstat correctly handles trailing slash
# configure:6783: result: no
# configure:6804: checking for stdlib.h
# configure:6804: result: yes
# configure:6814: checking for GNU libc compatible malloc
# configure:6848: result: no
# configure:6871: checking for stdlib.h
# configure:6871: result: yes
# configure:6881: checking for GNU libc compatible realloc
# configure:6915: result: no
# configure:6941: checking for gethostname
# configure:6941: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6941: $? = 0
# configure:6941: result: yes
# configure:6941: checking for inet_ntoa
# configure:6941: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6941: $? = 0
# configure:6941: result: yes
# configure:6941: checking for memchr
# configure:6941: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:92:6: warning: conflicting types for built-in function 'memchr' [enabled by default]
# char memchr ();
# ^
# configure:6941: $? = 0
# configure:6941: result: yes
# configure:6941: checking for memset
# configure:6941: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:93:6: warning: conflicting types for built-in function 'memset' [enabled by default]
# char memset ();
# ^
# configure:6941: $? = 0
# configure:6941: result: yes
# configure:6941: checking for select
# configure:6941: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6941: $? = 0
# configure:6941: result: yes
# configure:6941: checking for socket
# configure:6941: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6941: $? = 0
# configure:6941: result: yes
# configure:6941: checking for strcasecmp
# configure:6941: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:96:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default]
# char strcasecmp ();
# ^
# configure:6941: $? = 0
# configure:6941: result: yes
# configure:6941: checking for strchr
# configure:6941: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:97:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
# char strchr ();
# ^
# configure:6941: $? = 0
# configure:6941: result: yes
# configure:6941: checking for strdup
# configure:6941: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:98:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
# char strdup ();
# ^
# configure:6941: $? = 0
# configure:6941: result: yes
# configure:6941: checking for strerror
# configure:6941: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6941: $? = 0
# configure:6941: result: yes
# configure:6941: checking for strncasecmp
# configure:6941: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:100:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default]
# char strncasecmp ();
# ^
# configure:6941: $? = 0
# configure:6941: result: yes
# configure:6941: checking for strpbrk
# configure:6941: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:101:6: warning: conflicting types for built-in function 'strpbrk' [enabled by default]
# char strpbrk ();
# ^
# configure:6941: $? = 0
# configure:6941: result: yes
# configure:6941: checking for strstr
# configure:6941: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:102:6: warning: conflicting types for built-in function 'strstr' [enabled by default]
# char strstr ();
# ^
# configure:6941: $? = 0
# configure:6941: result: yes
# configure:6941: checking for strtol
# configure:6941: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6941: $? = 0
# configure:6941: result: yes
# configure:6953: checking for isascii
# configure:6953: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:104:6: warning: conflicting types for built-in function 'isascii' [enabled by default]
# char isascii ();
# ^
# configure:6953: $? = 0
# configure:6953: result: yes
# configure:6953: checking for memcpy
# configure:6953: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:105:6: warning: conflicting types for built-in function 'memcpy' [enabled by default]
# char memcpy ();
# ^
# configure:6953: $? = 0
# configure:6953: result: yes
# configure:6953: checking for memmove
# configure:6953: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:106:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
# char memmove ();
# ^
# configure:6953: $? = 0
# configure:6953: result: yes
# configure:6953: checking for setrlimit
# configure:6953: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6953: $? = 0
# configure:6953: result: yes
# configure:6953: checking for ftruncate
# configure:6953: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6953: $? = 0
# configure:6953: result: yes
# configure:6953: checking for regcomp
# configure:6953: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6953: $? = 0
# configure:6953: result: yes
# configure:6953: checking for regexec
# configure:6953: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6953: $? = 0
# configure:6953: result: yes
# configure:6965: checking for strlcpy
# configure:6965: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6965: $? = 0
# configure:6965: result: yes
# configure:6965: checking for strlcat
# configure:6965: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6965: $? = 0
# configure:6965: result: yes
# configure:6965: checking for setgroups
# configure:6965: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6965: $? = 0
# configure:6965: result: yes
# configure:6978: checking for time
# configure:6978: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6978: $? = 0
# configure:6978: result: yes
# configure:6978: checking for rand
# configure:6978: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6978: $? = 0
# configure:6978: result: yes
# configure:6978: checking for srand
# configure:6978: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6978: $? = 0
# configure:6978: result: yes
# configure:6997: checking to see if compiler understands -fdiagnostics-show-option
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option conftest.c >&5
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands -Wall
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall conftest.c >&5
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands -Wextra
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall -Wextra conftest.c >&5
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands -Wno-unused-parameter
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter conftest.c >&5
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands -Wmissing-prototypes
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes conftest.c >&5
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands -Wstrict-prototypes
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes conftest.c >&5
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands -Wmissing-declarations
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations conftest.c >&5
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands -Wfloat-equal
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal conftest.c >&5
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands -Wundef
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal -Wundef conftest.c >&5
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands -Wformat=2
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal -Wundef -Wformat=2 conftest.c >&5
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands -Wlogical-op
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal -Wundef -Wformat=2 -Wlogical-op conftest.c >&5
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands -Wmissing-include-dirs
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal -Wundef -Wformat=2 -Wlogical-op -Wmissing-include-dirs conftest.c >&5
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands -Wformat-nonliteral
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal -Wundef -Wformat=2 -Wlogical-op -Wmissing-include-dirs -Wformat-nonliteral conftest.c >&5
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands -Wold-style-definition
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal -Wundef -Wformat=2 -Wlogical-op -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition conftest.c >&5
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# conftest.c: In function 'main':
# conftest.c:96:1: warning: old-style function definition [-Wold-style-definition]
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands -Wpointer-arith
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal -Wundef -Wformat=2 -Wlogical-op -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith conftest.c >&5
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# conftest.c: In function 'main':
# conftest.c:96:1: warning: old-style function definition [-Wold-style-definition]
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands -Waggregate-return
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal -Wundef -Wformat=2 -Wlogical-op -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Waggregate-return conftest.c >&5
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# conftest.c: In function 'main':
# conftest.c:96:1: warning: old-style function definition [-Wold-style-definition]
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands -Winit-self
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal -Wundef -Wformat=2 -Wlogical-op -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Waggregate-return -Winit-self conftest.c >&5
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# conftest.c: In function 'main':
# conftest.c:96:1: warning: old-style function definition [-Wold-style-definition]
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands -Wpacked
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal -Wundef -Wformat=2 -Wlogical-op -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Waggregate-return -Winit-self -Wpacked conftest.c >&5
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# conftest.c: In function 'main':
# conftest.c:96:1: warning: old-style function definition [-Wold-style-definition]
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands --std=c89
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal -Wundef -Wformat=2 -Wlogical-op -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Waggregate-return -Winit-self -Wpacked --std=c89 conftest.c >&5
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# conftest.c: In function 'main':
# conftest.c:96:1: warning: old-style function definition [-Wold-style-definition]
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands -ansi
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal -Wundef -Wformat=2 -Wlogical-op -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Waggregate-return -Winit-self -Wpacked --std=c89 -ansi conftest.c >&5
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# conftest.c: In function 'main':
# conftest.c:96:1: warning: old-style function definition [-Wold-style-definition]
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands -pedantic
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal -Wundef -Wformat=2 -Wlogical-op -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Waggregate-return -Winit-self -Wpacked --std=c89 -ansi -pedantic conftest.c >&5
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# conftest.c: In function 'main':
# conftest.c:96:1: warning: old-style function definition [-Wold-style-definition]
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands -Wc++-compat
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal -Wundef -Wformat=2 -Wlogical-op -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Waggregate-return -Winit-self -Wpacked --std=c89 -ansi -pedantic -Wc++-compat conftest.c >&5
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# conftest.c: In function 'main':
# conftest.c:96:1: warning: old-style function definition [-Wold-style-definition]
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands -Wno-long-long
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal -Wundef -Wformat=2 -Wlogical-op -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Waggregate-return -Winit-self -Wpacked --std=c89 -ansi -pedantic -Wc++-compat -Wno-long-long conftest.c >&5
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# conftest.c: In function 'main':
# conftest.c:96:1: warning: old-style function definition [-Wold-style-definition]
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands -Wno-overlength-strings
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal -Wundef -Wformat=2 -Wlogical-op -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Waggregate-return -Winit-self -Wpacked --std=c89 -ansi -pedantic -Wc++-compat -Wno-long-long -Wno-overlength-strings conftest.c >&5
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# conftest.c: In function 'main':
# conftest.c:96:1: warning: old-style function definition [-Wold-style-definition]
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands -Wdeclaration-after-statement
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal -Wundef -Wformat=2 -Wlogical-op -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Waggregate-return -Winit-self -Wpacked --std=c89 -ansi -pedantic -Wc++-compat -Wno-long-long -Wno-overlength-strings -Wdeclaration-after-statement conftest.c >&5
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# conftest.c: In function 'main':
# conftest.c:96:1: warning: old-style function definition [-Wold-style-definition]
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands -Wredundant-decls
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal -Wundef -Wformat=2 -Wlogical-op -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Waggregate-return -Winit-self -Wpacked --std=c89 -ansi -pedantic -Wc++-compat -Wno-long-long -Wno-overlength-strings -Wdeclaration-after-statement -Wredundant-decls conftest.c >&5
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# conftest.c: In function 'main':
# conftest.c:96:1: warning: old-style function definition [-Wold-style-definition]
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands -Wmissing-noreturn
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal -Wundef -Wformat=2 -Wlogical-op -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Waggregate-return -Winit-self -Wpacked --std=c89 -ansi -pedantic -Wc++-compat -Wno-long-long -Wno-overlength-strings -Wdeclaration-after-statement -Wredundant-decls -Wmissing-noreturn conftest.c >&5
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# conftest.c: In function 'main':
# conftest.c:96:1: warning: old-style function definition [-Wold-style-definition]
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands -Wshadow
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal -Wundef -Wformat=2 -Wlogical-op -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Waggregate-return -Winit-self -Wpacked --std=c89 -ansi -pedantic -Wc++-compat -Wno-long-long -Wno-overlength-strings -Wdeclaration-after-statement -Wredundant-decls -Wmissing-noreturn -Wshadow conftest.c >&5
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# conftest.c: In function 'main':
# conftest.c:96:1: warning: old-style function definition [-Wold-style-definition]
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands -Wendif-labels
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal -Wundef -Wformat=2 -Wlogical-op -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Waggregate-return -Winit-self -Wpacked --std=c89 -ansi -pedantic -Wc++-compat -Wno-long-long -Wno-overlength-strings -Wdeclaration-after-statement -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels conftest.c >&5
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# conftest.c: In function 'main':
# conftest.c:96:1: warning: old-style function definition [-Wold-style-definition]
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands -Wcast-qual
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal -Wundef -Wformat=2 -Wlogical-op -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Waggregate-return -Winit-self -Wpacked --std=c89 -ansi -pedantic -Wc++-compat -Wno-long-long -Wno-overlength-strings -Wdeclaration-after-statement -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-qual conftest.c >&5
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# conftest.c: In function 'main':
# conftest.c:96:1: warning: old-style function definition [-Wold-style-definition]
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands -Wcast-align
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal -Wundef -Wformat=2 -Wlogical-op -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Waggregate-return -Winit-self -Wpacked --std=c89 -ansi -pedantic -Wc++-compat -Wno-long-long -Wno-overlength-strings -Wdeclaration-after-statement -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-qual -Wcast-align conftest.c >&5
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# conftest.c: In function 'main':
# conftest.c:96:1: warning: old-style function definition [-Wold-style-definition]
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands -Wwrite-strings
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal -Wundef -Wformat=2 -Wlogical-op -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Waggregate-return -Winit-self -Wpacked --std=c89 -ansi -pedantic -Wc++-compat -Wno-long-long -Wno-overlength-strings -Wdeclaration-after-statement -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-qual -Wcast-align -Wwrite-strings conftest.c >&5
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# conftest.c: In function 'main':
# conftest.c:96:1: warning: old-style function definition [-Wold-style-definition]
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands -Wp,-D_FORTIFY_SOURCE=2
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal -Wundef -Wformat=2 -Wlogical-op -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Waggregate-return -Winit-self -Wpacked --std=c89 -ansi -pedantic -Wc++-compat -Wno-long-long -Wno-overlength-strings -Wdeclaration-after-statement -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-qual -Wcast-align -Wwrite-strings -Wp,-D_FORTIFY_SOURCE=2 conftest.c >&5
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# conftest.c: In function 'main':
# conftest.c:96:1: warning: old-style function definition [-Wold-style-definition]
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:6997: checking to see if compiler understands -fno-common
# configure:7014: arm-linux-androideabi-gcc -c -fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal -Wundef -Wformat=2 -Wlogical-op -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Waggregate-return -Winit-self -Wpacked --std=c89 -ansi -pedantic -Wc++-compat -Wno-long-long -Wno-overlength-strings -Wdeclaration-after-statement -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-qual -Wcast-align -Wwrite-strings -Wp,-D_FORTIFY_SOURCE=2 -fno-common conftest.c >&5
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# conftest.c: In function 'main':
# conftest.c:96:1: warning: old-style function definition [-Wold-style-definition]
# configure:7014: $? = 0
# configure:7029: result: yes
# configure:7045: checking whether the system's regex library is broken
# configure:7094: result: yes
# configure:7098: error: Your system's regexec() function is broken.
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=arm-linux-androideabi-gcc
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=set
# ac_cv_env_build_alias_value=x86_64-unknown-linux
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=arm-linux-androideabi
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_ftruncate=yes
# ac_cv_func_gethostname=yes
# ac_cv_func_inet_ntoa=yes
# ac_cv_func_isascii=yes
# ac_cv_func_lstat_dereferences_slashed_symlink=no
# ac_cv_func_malloc_0_nonnull=no
# ac_cv_func_memchr=yes
# ac_cv_func_memcpy=yes
# ac_cv_func_memmove=yes
# ac_cv_func_memset=yes
# ac_cv_func_rand=yes
# ac_cv_func_realloc_0_nonnull=no
# ac_cv_func_regcomp=yes
# ac_cv_func_regexec=yes
# ac_cv_func_select=yes
# ac_cv_func_setgroups=yes
# ac_cv_func_setrlimit=yes
# ac_cv_func_socket=yes
# ac_cv_func_srand=yes
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strlcat=yes
# ac_cv_func_strlcpy=yes
# ac_cv_func_strncasecmp=yes
# ac_cv_func_strpbrk=yes
# ac_cv_func_strstr=yes
# ac_cv_func_strtol=yes
# ac_cv_func_time=yes
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_assert_h=yes
# ac_cv_header_ctype_h=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_grp_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_io_h=no
# ac_cv_header_libintl_h=no
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_netdb_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_pwd_h=yes
# ac_cv_header_regex_h=yes
# ac_cv_header_signal_h=yes
# ac_cv_header_stdarg_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stddef_h=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdio_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_ioctl_h=yes
# ac_cv_header_sys_mman_h=yes
# ac_cv_header_sys_resource_h=yes
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_uio_h=yes
# ac_cv_header_sys_un_h=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_sysexits_h=no
# ac_cv_header_syslog_h=yes
# ac_cv_header_time=yes
# ac_cv_header_time_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_values_h=no
# ac_cv_header_wchar_h=yes
# ac_cv_header_wctype_h=yes
# ac_cv_host=arm-unknown-linux-androideabi
# ac_cv_lib_nsl_gethostbyaddr=no
# ac_cv_lib_nsl_gethostname=no
# ac_cv_lib_resolv_inet_aton=no
# ac_cv_lib_socket_htonl=no
# ac_cv_lib_socket_socket=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=arm-linux-androideabi-gcc
# ac_cv_prog_CPP='arm-linux-androideabi-gcc -E'
# ac_cv_prog_STRIP=arm-linux-androideabi-strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_target=arm-unknown-linux-androideabi
# ac_cv_type_in_addr_t=yes
# ac_cv_type_int16_t=yes
# ac_cv_type_int32_t=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_size_t=yes
# ac_cv_type_socklen_t=yes
# ac_cv_type_ssize_t=yes
# ac_cv_type_uint16_t=yes
# ac_cv_type_uint32_t=yes
# ac_cv_type_uint8_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# tinyproxy_cv_regex_broken=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# A2X=''
# ACLOCAL='${SHELL} /tmp/tinyproxy/src/tinyproxy-1.8.4/missing aclocal-1.14'
# ADDITIONAL_OBJECTS=' filter.o transparent-proxy.o'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# AUTOCONF='${SHELL} /tmp/tinyproxy/src/tinyproxy-1.8.4/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/tinyproxy/src/tinyproxy-1.8.4/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/tinyproxy/src/tinyproxy-1.8.4/missing automake-1.14'
# AWK='gawk'
# CC='arm-linux-androideabi-gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS='-DNDEBUG -fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal -Wundef -Wformat=2 -Wlogical-op -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Waggregate-return -Winit-self -Wpacked --std=c89 -ansi -pedantic -Wc++-compat -Wno-long-long -Wno-overlength-strings -Wdeclaration-after-statement -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-qual -Wcast-align -Wwrite-strings -Wp,-D_FORTIFY_SOURCE=2 -fno-common'
# CPP='arm-linux-androideabi-gcc -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS=''
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GREP='/usr/sbin/grep'
# HAVE_A2X_FALSE=''
# HAVE_A2X_TRUE=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS='-Wl,-z,defs '
# LIBOBJS=' lstat.o malloc.o realloc.o'
# LIBS=''
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/tinyproxy/src/tinyproxy-1.8.4/missing makeinfo'
# MKDIR_P='/usr/sbin/mkdir -p'
# OBJEXT='o'
# PACKAGE='tinyproxy'
# PACKAGE_BUGREPORT='https://banu.com/tinyproxy/'
# PACKAGE_NAME='Tinyproxy'
# PACKAGE_STRING='Tinyproxy 1.8.4'
# PACKAGE_TARNAME='tinyproxy'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.8.4'
# PATH_SEPARATOR=':'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='arm-linux-androideabi-strip'
# TINYPROXY_MAJOR_VERSION='1'
# TINYPROXY_MICRO_VERSION='4'
# TINYPROXY_MINOR_VERSION='8'
# TINYPROXY_REAL_VERSION='1.8.4'
# TINYPROXY_STATHOST='tinyproxy.stats'
# TINYPROXY_UNSTABLE='no'
# TINYPROXY_UNSTABLE_FALSE=''
# TINYPROXY_UNSTABLE_TRUE='#'
# TINYPROXY_VERSION='1.8.4'
# VERSION='1.8.4'
# ac_ct_CC=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE=''
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias='x86_64-unknown-linux'
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='NONE'
# host='arm-unknown-linux-androideabi'
# host_alias='arm-linux-androideabi'
# host_cpu='arm'
# host_os='linux-androideabi'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/tinyproxy/src/tinyproxy-1.8.4/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc/tinyproxy'
# target='arm-unknown-linux-androideabi'
# target_alias=''
# target_cpu='arm'
# target_os='linux-androideabi'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "Tinyproxy"
# #define PACKAGE_TARNAME "tinyproxy"
# #define PACKAGE_VERSION "1.8.4"
# #define PACKAGE_STRING "Tinyproxy 1.8.4"
# #define PACKAGE_BUGREPORT "https://banu.com/tinyproxy/"
# #define PACKAGE_URL ""
# #define PACKAGE "tinyproxy"
# #define VERSION "1.8.4"
# #define TINYPROXY_VERSION "1.8.4"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define TINYPROXY_STATHOST "tinyproxy.stats"
# #define XTINYPROXY_ENABLE 1
# #define FILTER_ENABLE 1
# #define UPSTREAM_SUPPORT 1
# #define TRANSPARENT_PROXY 1
# #define STDC_HEADERS 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_SYS_MMAN_H 1
# #define HAVE_SYS_RESOURCE_H 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_UIO_H 1
# #define HAVE_SYS_UN_H 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_ASSERT_H 1
# #define HAVE_CTYPE_H 1
# #define HAVE_ERRNO_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_GRP_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_PWD_H 1
# #define HAVE_REGEX_H 1
# #define HAVE_SIGNAL_H 1
# #define HAVE_STDARG_H 1
# #define HAVE_STDDEF_H 1
# #define HAVE_STDIO_H 1
# #define HAVE_SYSLOG_H 1
# #define HAVE_TIME_H 1
# #define HAVE_WCHAR_H 1
# #define HAVE_WCTYPE_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_MALLOC 0
# #define malloc rpl_malloc
# #define HAVE_STDLIB_H 1
# #define HAVE_REALLOC 0
# #define realloc rpl_realloc
# #define HAVE_GETHOSTNAME 1
# #define HAVE_INET_NTOA 1
# #define HAVE_MEMCHR 1
# #define HAVE_MEMSET 1
# #define HAVE_SELECT 1
# #define HAVE_SOCKET 1
# #define HAVE_STRCASECMP 1
# #define HAVE_STRCHR 1
# #define HAVE_STRDUP 1
# #define HAVE_STRERROR 1
# #define HAVE_STRNCASECMP 1
# #define HAVE_STRPBRK 1
# #define HAVE_STRSTR 1
# #define HAVE_STRTOL 1
# #define HAVE_ISASCII 1
# #define HAVE_MEMCPY 1
# #define HAVE_MEMMOVE 1
# #define HAVE_SETRLIMIT 1
# #define HAVE_FTRUNCATE 1
# #define HAVE_REGCOMP 1
# #define HAVE_REGEXEC 1
# #define HAVE_STRLCPY 1
# #define HAVE_STRLCAT 1
# #define HAVE_SETGROUPS 1
# #define HAVE_TIME 1
# #define HAVE_RAND 1
# #define HAVE_SRAND 1
#
# configure: exit 1