Build of gnurl with android toolchain

The build took 00h 01m 59s and was SUCCESSFUL.

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

SLOCLanguage
113,110 ansic
25,254 makefile
13,130 sh
10,659 perl
486 cpp
351 pascal
290 python
58 awk
163,338 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

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: gnurl 7.40.0-2 (Tue Apr 4 21:18:50 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking whether to enable debug build options... no
# checking whether to enable compiler optimizer... (assumed) yes
# checking whether to enable strict compiler warnings... no
# checking whether to enable compiler warnings as errors... no
# checking whether to enable curl debug memory tracking... no
# checking whether to enable hiding of library internal symbols... yes
# checking whether to enable c-ares for DNS lookups... no
# checking for path separator... :
# checking for sed... /usr/sbin/sed
# checking for grep... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for arm-linux-androideabi-ar... /sysroot/bin/arm-linux-androideabi-ar
# checking for a BSD-compatible install... /usr/bin/install -c
# 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 how to run the C preprocessor... arm-linux-androideabi-gcc -E
# 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 for style of include used by make... GNU
# checking whether make supports nested variables... yes
# checking dependency style of arm-linux-androideabi-gcc... gcc3
# checking curl version... 7.40.0
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... arm-unknown-linux-androideabi
# checking for sys/types.h... yes
# checking for stdint.h... yes
# checking for inttypes.h... yes
# checking for grep that handles long lines and -e... (cached) /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... (cached) 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... (cached) yes
# checking for stdint.h... (cached) yes
# checking for unistd.h... yes
# checking size of long... 4
# checking size of void*... 4
# checking for 64-bit curl_off_t data type... int64_t
# checking size of curl_off_t... 8
# checking formatting string directive for curl_off_t... "lld"
# checking formatting string directive for unsigned curl_off_t... "llu"
# checking constant suffix string for curl_off_t... LL
# checking constant suffix string for unsigned curl_off_t... ULL
# checking if OS is AIX (to define _ALL_SOURCE)... no
# checking if _THREAD_SAFE is already defined... no
# checking if _THREAD_SAFE is actually needed... no
# checking if _THREAD_SAFE is onwards defined... no
# checking if _REENTRANT is already defined... no
# checking if _REENTRANT is actually needed... no
# checking if _REENTRANT is onwards defined... no
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... unknown
# checking for _LARGE_FILES value needed for large files... unknown
# checking how to print strings... printf
# checking for a sed that does not truncate output... (cached) /usr/sbin/sed
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by arm-linux-androideabi-gcc... /sysroot/arm-linux-androideabi/bin/ld
# checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/arm-linux-androideabi-nm -B
# checking the name lister (/sysroot/bin/arm-linux-androideabi-nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to arm-unknown-linux-androideabi format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /sysroot/arm-linux-androideabi/bin/ld option to reload object files... -r
# checking for arm-linux-androideabi-objdump... arm-linux-androideabi-objdump
# checking how to recognize dependent libraries... pass_all
# checking for arm-linux-androideabi-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for arm-linux-androideabi-ar... /sysroot/bin/arm-linux-androideabi-ar
# checking for archiver @FILE support... @
# checking for arm-linux-androideabi-strip... (cached) arm-linux-androideabi-strip
# checking for arm-linux-androideabi-ranlib... arm-linux-androideabi-ranlib
# checking command to parse /sysroot/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-gcc object... ok
# checking for sysroot... no
# checking for arm-linux-androideabi-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if arm-linux-androideabi-gcc supports -fno-rtti -fno-exceptions... no
# checking for arm-linux-androideabi-gcc option to produce PIC... -fPIC -DPIC
# checking if arm-linux-androideabi-gcc PIC flag -fPIC -DPIC works... yes
# checking if arm-linux-androideabi-gcc static flag -static works... yes
# checking if arm-linux-androideabi-gcc supports -c -o file.o... yes
# checking if arm-linux-androideabi-gcc supports -c -o file.o... (cached) yes
# checking whether the arm-linux-androideabi-gcc linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking whether to build shared libraries with -version-info... yes
# checking whether to build shared libraries with -no-undefined... no
# checking whether to build shared libraries with -mimpure-text... no
# checking whether to build shared libraries with PIC... yes
# checking whether to build static libraries with PIC... no
# checking whether to build shared libraries only... no
# checking whether to build static libraries only... no
# checking for inline... inline
# checking if compiler is DEC/Compaq/HP C... no
# checking if compiler is HP-UX C... no
# checking if compiler is IBM C... no
# checking if compiler is Intel C... no
# checking if compiler is clang... no
# checking if compiler is GNU C... yes
# checking if compiler is LCC... no
# checking if compiler is SGI MIPSpro C... no
# checking if compiler is SGI MIPS C... no
# checking if compiler is SunPro C... no
# checking if compiler is Tiny C... no
# checking if compiler is Watcom C... no
# checking if compiler accepts debug disabling options... yes
# configure: compiler options added:
# checking if compiler optimizer assumed setting might be used... yes
# checking if compiler accepts optimizer enabling options... yes
# configure: compiler options added: -O2
# checking if compiler accepts strict warning options... yes
# configure: compiler options added: -Wno-system-headers
# checking if compiler halts on compilation errors... yes
# checking if compiler halts on negative sized arrays... yes
# checking if compiler halts on function prototype mismatch... yes
# checking if compiler supports hiding library internal symbols... yes
# checking for windows.h... no
# checking whether build target is a native Windows one... no
# checking whether build target supports WIN32 file API... no
# checking whether to support http... yes
# checking whether to support ftp... yes
# checking whether to support file... yes
# checking whether to support ldap... no
# checking whether to support ldaps... no
# checking whether to support rtsp... yes
# checking whether to support proxies... yes
# checking whether to support dict... yes
# checking whether to support telnet... yes
# checking whether to support tftp... yes
# checking whether to support pop3... yes
# checking whether to support imap... yes
# checking whether to support smb... yes
# checking whether to support smtp... yes
# checking whether to support gopher... yes
# checking whether to provide built-in manual... yes
# checking whether to enable generation of C code... yes
# checking whether to use libgcc... no
# checking if X/Open network library is required... no
# checking for gethostbyname... yes
# checking for strcasecmp... yes
# checking for windows.h... (cached) no
# checking for winsock.h... (cached) no
# checking for winsock2.h... (cached) no
# checking for connect in libraries... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking for sys/types.h... (cached) yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking for monotonic clock_gettime... yes
# checking for clock_gettime in libraries... no additional lib required
# checking for inflateEnd in -lz... yes
# checking zlib.h usability... yes
# checking zlib.h presence... yes
# checking for zlib.h... yes
# configure: found both libz and libz.h header
# checking whether to enable IPv6... yes
# checking if struct sockaddr_in6 has sin6_scope_id member... yes
# checking if argv can be written to... no
# configure: WARNING: the previous check could not be made default was used
# checking if GSS-API support is requested... yes
# checking gss.h usability... no
# checking gss.h presence... no
# checking for gss.h... no
# checking gssapi/gssapi.h usability... no
# checking gssapi/gssapi.h presence... no
# checking for gssapi/gssapi.h... no
# checking for gssapi/gssapi_generic.h... no
# checking for gssapi/gssapi_krb5.h... no
# checking gssapi.h usability... no
# checking gssapi.h presence... no
# checking for gssapi.h... no
# configure: WARNING: disabling GSS-API support since no header files were found
# checking whether to enable Windows native SSL/TLS (Windows native builds only)... no
# checking whether to enable iOS/Mac OS X native SSL/TLS... no
# checking for arm-linux-androideabi-pkg-config... no
# checking for pkg-config... /usr/sbin/pkg-config
# configure: WARNING: using cross tools not prefixed with host triplet
# checking for gnutls options with pkg-config... found
# checking for gnutls_check_version in -lgnutls... no
# checking for ssl_version in -laxtls... no
# configure: WARNING: SSL disabled, you will not be able to use HTTPS, FTPS, NTLM and more.
# configure: WARNING: Use --with-ssl, --with-gnutls, --with-polarssl, --with-cyassl, --with-nss, --with-axtls, --with-winssl, or --with-darwinssl to address this.
# checking default CA cert bundle/path... /etc/ssl/certs/ca-certificates.crt
# checking for libssh2_channel_open_ex in -lssh2... no
# checking libssh2.h usability... no
# checking libssh2.h presence... no
# checking for libssh2.h... no
# checking for RTMP_Init in -lrtmp... no
# checking whether versioned symbols are wanted... yes
# checking if libraries can be versioned... yes
# checking whether to enable Windows native IDN (Windows native builds only)... no
# checking whether to build with libidn... no
# checking for arm-linux-androideabi-pkg-config... no
# checking for pkg-config... (cached) /usr/sbin/pkg-config
# checking for libnghttp2 options with pkg-config... no
# checking for ANSI C header files... (cached) yes
# checking for malloc.h... yes
# checking for memory.h... (cached) yes
# checking for sys/types.h... (cached) yes
# checking for sys/time.h... (cached) yes
# checking for sys/select.h... yes
# checking for sys/socket.h... yes
# checking for sys/ioctl.h... yes
# checking for sys/uio.h... yes
# checking for assert.h... yes
# checking for unistd.h... (cached) yes
# checking for stdlib.h... (cached) yes
# checking for limits.h... yes
# checking for arpa/inet.h... yes
# checking for net/if.h... yes
# checking for netinet/in.h... yes
# checking for sys/un.h... yes
# checking for netinet/tcp.h... yes
# checking for netdb.h... yes
# checking for sys/sockio.h... no
# checking for sys/stat.h... (cached) yes
# checking for sys/param.h... yes
# checking for termios.h... yes
# checking for termio.h... yes
# checking for sgtty.h... yes
# checking for fcntl.h... yes
# checking for alloca.h... yes
# checking for time.h... (cached) yes
# checking for io.h... no
# checking for pwd.h... yes
# checking for utime.h... yes
# checking for sys/utime.h... yes
# checking for sys/poll.h... yes
# checking for poll.h... yes
# checking for socket.h... no
# checking for sys/resource.h... yes
# checking for libgen.h... yes
# checking for locale.h... yes
# checking for errno.h... yes
# checking for stdbool.h... yes
# checking for arpa/tftp.h... no
# checking for sys/filio.h... no
# checking for sys/wait.h... yes
# checking for setjmp.h... yes
# checking for an ANSI C-conforming const... yes
# checking for compiler support of C99 variadic macro style... yes
# checking for compiler support of old gcc variadic macro style... yes
# checking for size_t... yes
# checking whether time.h and sys/time.h may both be included... (cached) yes
# checking for sys/types.h... (cached) yes
# checking for sys/time.h... (cached) yes
# checking for time.h... (cached) yes
# checking for sys/socket.h... (cached) yes
# checking for struct timeval... yes
# checking size of size_t... 4
# checking size of long... (cached) 4
# checking size of int... 4
# checking size of short... 2
# checking size of time_t... 4
# checking size of off_t... 4
# configure: WARNING: This libcurl built is probably not ABI compatible with previous
# configure: WARNING: builds! You MUST read lib/README.curl_off_t to figure it out.
# checking for long long... yes
# checking if numberLL works... yes
# checking for ssize_t... yes
# checking for bool... yes
# checking for windows.h... (cached) no
# checking for winsock2.h... (cached) no
# checking for ws2tcpip.h... (cached) no
# checking for sys/types.h... (cached) yes
# checking for sys/socket.h... (cached) yes
# checking for curl_socklen_t data type... socklen_t
# checking size of curl_socklen_t... 4
# checking for sys/types.h... (cached) yes
# checking for poll.h... (cached) yes
# checking for sys/poll.h... (cached) yes
# checking for in_addr_t... yes
# checking for struct sockaddr_storage... yes
# checking signal.h usability... yes
# checking signal.h presence... yes
# checking for signal.h... yes
# checking for sig_atomic_t... yes
# checking if sig_atomic_t is already defined as volatile... no
# checking return type of signal handlers... void
# checking for sys/select.h... (cached) yes
# checking for sys/socket.h... (cached) yes
# checking for select... yes
# checking types of args and return type for select... int,fd_set *,struct timeval *,int
# checking for sys/types.h... (cached) yes
# checking for sys/socket.h... (cached) yes
# checking for recv... yes
# checking types of args and return type for recv... int,void *,size_t,int,int
# checking for sys/types.h... (cached) yes
# checking for sys/socket.h... (cached) yes
# checking for send... yes
# checking types of args and return type for send... int,const void *,size_t,int,int
# checking for sys/types.h... (cached) yes
# checking for sys/socket.h... (cached) yes
# checking for MSG_NOSIGNAL... yes
# checking for sys/types.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking if alarm can be linked... yes
# checking if alarm is prototyped... yes
# checking if alarm is compilable... yes
# checking if alarm usage allowed... yes
# checking if alarm might be used... yes
# checking for sys/types.h... (cached) yes
# checking for string.h... (cached) yes
# checking for strings.h... (cached) yes
# checking for sys/types.h... (cached) yes
# checking for libgen.h... (cached) yes
# checking if basename can be linked... yes
# checking if basename is prototyped... yes
# checking if basename is compilable... yes
# checking if basename usage allowed... yes
# checking if basename might be used... yes
# checking for sys/types.h... (cached) yes
# checking for socket.h... (cached) no
# checking if closesocket can be linked... no
# checking if closesocket might be used... no
# checking if CloseSocket can be linked... no
# checking if CloseSocket might be used... no
# checking if connect can be linked... yes
# checking if connect is prototyped... yes
# checking if connect is compilable... yes
# checking if connect usage allowed... yes
# checking if connect might be used... yes
# checking for sys/types.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for fcntl.h... (cached) yes
# checking if fcntl can be linked... yes
# checking if fcntl is prototyped... yes
# checking if fcntl is compilable... yes
# checking if fcntl usage allowed... yes
# checking if fcntl might be used... yes
# checking if fcntl O_NONBLOCK is compilable... yes
# checking if fcntl O_NONBLOCK usage allowed... yes
# checking if fcntl O_NONBLOCK might be used... yes
# checking for sys/types.h... (cached) yes
# checking for stdio.h... yes
# checking if fdopen can be linked... yes
# checking if fdopen is prototyped... yes
# checking if fdopen is compilable... yes
# checking if fdopen usage allowed... yes
# checking if fdopen might be used... yes
# checking for sys/types.h... (cached) yes
# checking for netdb.h... (cached) yes
# checking if freeaddrinfo can be linked... yes
# checking if freeaddrinfo is prototyped... yes
# checking if freeaddrinfo is compilable... yes
# checking if freeaddrinfo usage allowed... yes
# checking if freeaddrinfo might be used... yes
# checking for sys/types.h... (cached) yes
# checking for sys/socket.h... (cached) yes
# checking for netinet/in.h... (cached) yes
# checking for ifaddrs.h... no
# checking if freeifaddrs can be linked... no
# checking if freeifaddrs might be used... no
# checking for sys/types.h... (cached) yes
# checking for sys/xattr.h... yes
# checking if fsetxattr can be linked... yes
# checking if fsetxattr is prototyped... yes
# checking if fsetxattr takes 5 args.... yes
# checking if fsetxattr is compilable... yes
# checking if fsetxattr usage allowed... yes
# checking if fsetxattr might be used... yes
# checking if ftruncate can be linked... yes
# checking if ftruncate is prototyped... yes
# checking if ftruncate is compilable... yes
# checking if ftruncate usage allowed... yes
# checking if ftruncate might be used... yes
# checking for sys/types.h... (cached) yes
# checking for stdlib.h... (cached) yes
# checking if getaddrinfo can be linked... yes
# checking if getaddrinfo is prototyped... yes
# checking if getaddrinfo is compilable... yes
# checking if getaddrinfo usage allowed... yes
# checking if getaddrinfo might be used... yes
# checking if getaddrinfo is threadsafe... yes
# checking if gai_strerror can be linked... yes
# checking if gai_strerror is prototyped... yes
# checking if gai_strerror is compilable... yes
# checking if gai_strerror usage allowed... yes
# checking if gai_strerror might be used... yes
# checking if gethostbyaddr can be linked... yes
# checking if gethostbyaddr is prototyped... yes
# checking if gethostbyaddr is compilable... yes
# checking if gethostbyaddr usage allowed... yes
# checking if gethostbyaddr might be used... yes
# checking if gethostbyaddr_r can be linked... no
# checking if gethostbyaddr_r might be used... no
# checking if gethostbyname can be linked... yes
# checking if gethostbyname is prototyped... yes
# checking if gethostbyname is compilable... yes
# checking if gethostbyname usage allowed... yes
# checking if gethostbyname might be used... yes
# checking if gethostbyname_r can be linked... yes
# checking if gethostbyname_r is prototyped... yes
# checking if gethostbyname_r takes 3 args.... no
# checking if gethostbyname_r takes 5 args.... no
# checking if gethostbyname_r takes 6 args.... yes
# checking if gethostbyname_r is compilable... yes
# checking if gethostbyname_r usage allowed... yes
# checking if gethostbyname_r might be used... yes
# checking if gethostname can be linked... yes
# checking if gethostname is prototyped... yes
# checking if gethostname is compilable... yes
# checking for gethostname arg 2 data type... unsigned int
# checking if gethostname usage allowed... yes
# checking if gethostname might be used... yes
# checking if getifaddrs can be linked... no
# checking if getifaddrs might be used... no
# checking if getservbyport_r can be linked... no
# checking if getservbyport_r might be used... no
# checking for sys/types.h... (cached) yes
# checking for sys/time.h... (cached) yes
# checking for time.h... (cached) yes
# checking if gmtime_r can be linked... yes
# checking if gmtime_r is prototyped... yes
# checking if gmtime_r is compilable... yes
# checking if gmtime_r usage allowed... yes
# checking if gmtime_r might be used... yes
# checking for sys/types.h... (cached) yes
# checking for sys/socket.h... (cached) yes
# checking for netinet/in.h... (cached) yes
# checking for arpa/inet.h... (cached) yes
# checking if inet_ntoa_r can be linked... no
# checking if inet_ntoa_r might be used... no
# checking if inet_ntop can be linked... yes
# checking if inet_ntop is prototyped... yes
# checking if inet_ntop is compilable... yes
# checking if inet_ntop usage allowed... yes
# checking if inet_ntop might be used... yes
# checking if inet_pton can be linked... yes
# checking if inet_pton is prototyped... yes
# checking if inet_pton is compilable... yes
# checking if inet_pton usage allowed... yes
# checking if inet_pton might be used... yes
# checking for sys/types.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for sys/socket.h... (cached) yes
# checking for sys/ioctl.h... (cached) yes
# checking for stropts.h... no
# checking if ioctl can be linked... yes
# checking if ioctl is prototyped... yes
# checking if ioctl is compilable... yes
# checking if ioctl usage allowed... yes
# checking if ioctl might be used... yes
# checking if ioctl FIONBIO is compilable... yes
# checking if ioctl FIONBIO usage allowed... yes
# checking if ioctl FIONBIO might be used... yes
# checking if ioctl SIOCGIFADDR is compilable... yes
# checking if ioctl SIOCGIFADDR usage allowed... yes
# checking if ioctl SIOCGIFADDR might be used... yes
# checking if ioctlsocket can be linked... no
# checking if ioctlsocket might be used... no
# checking if IoctlSocket can be linked... no
# checking if IoctlSocket might be used... no
# checking if localtime_r can be linked... yes
# checking if localtime_r is prototyped... yes
# checking if localtime_r is compilable... yes
# checking if localtime_r usage allowed... yes
# checking if localtime_r might be used... yes
# checking if memrchr can be linked... yes
# checking if memrchr is prototyped... yes
# checking if memrchr is compilable... yes
# checking if memrchr usage allowed... yes
# checking if memrchr might be used... yes
# checking if poll can be linked... yes
# checking if poll is prototyped... yes
# checking if poll is compilable... yes
# checking if poll usage allowed... yes
# checking if poll might be used... yes
# checking if setsockopt can be linked... yes
# checking if setsockopt is prototyped... yes
# checking if setsockopt is compilable... yes
# checking if setsockopt usage allowed... yes
# checking if setsockopt might be used... yes
# checking if setsockopt SO_NONBLOCK is compilable... no
# checking if setsockopt SO_NONBLOCK might be used... no
# checking for sys/types.h... (cached) yes
# checking for signal.h... (cached) yes
# checking if sigaction can be linked... yes
# checking if sigaction is prototyped... yes
# checking if sigaction is compilable... yes
# checking if sigaction usage allowed... yes
# checking if sigaction might be used... yes
# checking if siginterrupt can be linked... yes
# checking if siginterrupt is prototyped... yes
# checking if siginterrupt is compilable... yes
# checking if siginterrupt usage allowed... yes
# checking if siginterrupt might be used... yes
# checking if signal can be linked... yes
# checking if signal is prototyped... yes
# checking if signal is compilable... yes
# checking if signal usage allowed... yes
# checking if signal might be used... yes
# checking for sys/types.h... (cached) yes
# checking for setjmp.h... (cached) yes
# checking if sigsetjmp can be linked... yes
# checking if sigsetjmp is prototyped... yes
# checking if sigsetjmp is compilable... yes
# checking if sigsetjmp usage allowed... yes
# checking if sigsetjmp might be used... yes
# checking if socket can be linked... yes
# checking if socket is prototyped... yes
# checking if socket is compilable... yes
# checking if socket usage allowed... yes
# checking if socket might be used... yes
# checking if socketpair can be linked... yes
# checking if socketpair is prototyped... yes
# checking if socketpair is compilable... yes
# checking if socketpair usage allowed... yes
# checking if socketpair might be used... yes
# checking if strcasecmp can be linked... yes
# checking if strcasecmp is prototyped... yes
# checking if strcasecmp is compilable... yes
# checking if strcasecmp usage allowed... yes
# checking if strcasecmp might be used... yes
# checking if strcmpi can be linked... no
# checking if strcmpi might be used... no
# checking if strdup can be linked... yes
# checking if strdup is prototyped... yes
# checking if strdup is compilable... yes
# checking if strdup usage allowed... yes
# checking if strdup might be used... yes
# checking if strerror_r can be linked... yes
# checking if strerror_r is prototyped... yes
# checking if strerror_r is compilable... yes
# checking if strerror_r is glibc like... no
# checking if strerror_r is POSIX like... yes
# checking if strerror_r usage allowed... yes
# checking if strerror_r might be used... yes
# checking if stricmp can be linked... no
# checking if stricmp might be used... no
# checking if strncasecmp can be linked... yes
# checking if strncasecmp is prototyped... yes
# checking if strncasecmp is compilable... yes
# checking if strncasecmp usage allowed... yes
# checking if strncasecmp might be used... yes
# checking if strncmpi can be linked... no
# checking if strncmpi might be used... no
# checking if strnicmp can be linked... no
# checking if strnicmp might be used... no
# checking if strstr can be linked... yes
# checking if strstr is prototyped... yes
# checking if strstr is compilable... yes
# checking if strstr usage allowed... yes
# checking if strstr might be used... yes
# checking if strtok_r can be linked... yes
# checking if strtok_r is prototyped... yes
# checking if strtok_r is compilable... yes
# checking if strtok_r usage allowed... yes
# checking if strtok_r might be used... yes
# checking if strtoll can be linked... yes
# checking if strtoll is prototyped... yes
# checking if strtoll is compilable... yes
# checking if strtoll usage allowed... yes
# checking if strtoll might be used... yes
# checking for sys/types.h... (cached) yes
# checking for sys/uio.h... (cached) yes
# checking if writev can be linked... yes
# checking if writev is prototyped... yes
# checking if writev is compilable... yes
# checking if writev usage allowed... yes
# checking if writev might be used... yes
# checking for fork... yes
# checking for geteuid... yes
# checking for getpass_r... no
# checking deeper for getpass_r... but still no
# checking for getppid... yes
# checking for getprotobyname... yes
# checking for getpwuid... yes
# checking for getpwuid_r... yes
# checking for getrlimit... yes
# checking for gettimeofday... yes
# checking for if_nametoindex... yes
# checking for inet_addr... yes
# checking for perror... yes
# checking for pipe... yes
# checking for setlocale... yes
# checking for setmode... no
# checking deeper for setmode... but still no
# checking for setrlimit... yes
# checking for uname... yes
# checking for utime... yes
# checking for sys/types.h... (cached) yes
# checking for sys/socket.h... (cached) yes
# checking for netdb.h... (cached) yes
# checking for getnameinfo... yes
# checking types of arguments for getnameinfo... const struct sockaddr *,socklen_t,size_t,int
# checking for stdio.h... (cached) yes
# checking for sys/types.h... (cached) yes
# checking for sys/socket.h... (cached) yes
# checking for netdb.h... (cached) yes
# checking for netinet/in.h... (cached) yes
# checking for arpa/inet.h... (cached) yes
# checking for working NI_WITHSCOPEID... no
# checking how to set a socket into non-blocking mode... fcntl O_NONBLOCK
# checking for perl... /usr/sbin/perl
# checking for gnroff... no
# checking for nroff... /usr/sbin/nroff
# checking how to use *nroff to get plain text from man pages... -man
# checking whether to enable the threaded resolver... yes
# checking pthread.h usability... yes
# checking pthread.h presence... yes
# checking for pthread.h... yes
# checking for pthread_create... yes
# checking whether to enable verbose strings... yes
# checking whether to enable SSPI support (Windows native builds only)... no
# checking whether to enable cryptographic authentication methods... yes
# checking whether to enable NTLM delegation to winbind's helper... no
# checking whether to enable TLS-SRP authentication... yes
# checking whether to enable Unix domain sockets... auto
# checking for struct sockaddr_un.sun_path... yes
# checking whether to enable support for cookies... yes
# checking whether hiding of library internal symbols will actually happen... yes
# checking whether to enforce SONAME bump... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating docs/Makefile
# config.status: creating docs/examples/Makefile
# config.status: creating docs/libcurl/Makefile
# config.status: creating docs/libcurl/opts/Makefile
# config.status: creating include/Makefile
# config.status: creating include/curl/Makefile
# config.status: creating src/Makefile
# config.status: creating lib/Makefile
# config.status: creating lib/libcurl.vers
# config.status: creating tests/Makefile
# config.status: creating tests/certs/Makefile
# config.status: creating tests/certs/scripts/Makefile
# config.status: creating tests/data/Makefile
# config.status: creating tests/server/Makefile
# config.status: creating tests/libtest/Makefile
# config.status: creating tests/unit/Makefile
# config.status: creating packages/Makefile
# config.status: creating packages/Win32/Makefile
# config.status: creating packages/Win32/cygwin/Makefile
# config.status: creating packages/Linux/Makefile
# config.status: creating packages/Linux/RPM/Makefile
# config.status: creating packages/Linux/RPM/curl.spec
# config.status: creating packages/Linux/RPM/curl-ssl.spec
# config.status: creating packages/Solaris/Makefile
# config.status: creating packages/EPM/curl.list
# config.status: creating packages/EPM/Makefile
# config.status: creating packages/vms/Makefile
# config.status: creating packages/AIX/Makefile
# config.status: creating packages/AIX/RPM/Makefile
# config.status: creating packages/AIX/RPM/curl.spec
# config.status: creating gnurl-config
# config.status: creating libgnurl.pc
# config.status: creating lib/curl_config.h
# config.status: creating include/curl/curlbuild.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# configure: amending lib/Makefile
# configure: amending src/Makefile
# configure: amending tests/unit/Makefile
# configure: amending tests/server/Makefile
# configure: amending tests/libtest/Makefile
# configure: amending docs/examples/Makefile
# configure: Configured to build curl/libcurl:
#
# curl version: 7.40.0
# Host setup: arm-unknown-linux-androideabi
# Install prefix: /usr
# Compiler: arm-linux-androideabi-gcc
# SSL support: no (--with-{ssl,gnutls,nss,polarssl,cyassl,axtls,winssl,darwinssl} )
# SSH support: no (--with-libssh2)
# zlib support: enabled
# GSS-API support: no (--with-gssapi)
# TLS-SRP support: no (--enable-tls-srp)
# resolver: POSIX threaded
# IPv6 support: enabled
# Unix sockets support: enabled
# IDN support: no (--with-{libidn,winidn})
# Build libcurl: Shared=yes, Static=yes
# Built-in manual: enabled
# --libcurl option: enabled (--disable-libcurl-option)
# Verbose errors: enabled (--disable-verbose)
# SSPI support: no (--enable-sspi)
# ca cert bundle: /etc/ssl/certs/ca-certificates.crt
# ca cert path: no
# LDAP support: no (--enable-ldap / --with-ldap-lib / --with-lber-lib)
# LDAPS support: no (--enable-ldaps)
# RTSP support: enabled
# RTMP support: no (--with-librtmp)
# metalink support: no (--with-libmetalink)
# HTTP2 support: disabled (--with-nghttp2)
# Protocols: DICT FILE FTP GOPHER HTTP IMAP POP3 RTSP SMTP TELNET TFTP
#
# SONAME bump: yes - WARNING: this library will be built with the SONAME
# number bumped due to (a detected) ABI breakage.
# See lib/README.curl_off_t for details on this.
# Making all in lib
# make[1]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/lib'
# make all-am
# make[2]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/lib'
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-file.lo -MD -MP -MF .deps/libgnurl_la-file.Tpo -c -o libgnurl_la-file.lo `test -f 'file.c' || echo './'`file.c
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-timeval.lo -MD -MP -MF .deps/libgnurl_la-timeval.Tpo -c -o libgnurl_la-timeval.lo `test -f 'timeval.c' || echo './'`timeval.c
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-base64.lo -MD -MP -MF .deps/libgnurl_la-base64.Tpo -c -o libgnurl_la-base64.lo `test -f 'base64.c' || echo './'`base64.c
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-hostip.lo -MD -MP -MF .deps/libgnurl_la-hostip.Tpo -c -o libgnurl_la-hostip.lo `test -f 'hostip.c' || echo './'`hostip.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-file.lo -MD -MP -MF .deps/libgnurl_la-file.Tpo -c file.c -fPIC -DPIC -o .libs/libgnurl_la-file.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-hostip.lo -MD -MP -MF .deps/libgnurl_la-hostip.Tpo -c hostip.c -fPIC -DPIC -o .libs/libgnurl_la-hostip.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-base64.lo -MD -MP -MF .deps/libgnurl_la-base64.Tpo -c base64.c -fPIC -DPIC -o .libs/libgnurl_la-base64.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-timeval.lo -MD -MP -MF .deps/libgnurl_la-timeval.Tpo -c timeval.c -fPIC -DPIC -o .libs/libgnurl_la-timeval.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-timeval.lo -MD -MP -MF .deps/libgnurl_la-timeval.Tpo -c timeval.c -o libgnurl_la-timeval.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-file.lo -MD -MP -MF .deps/libgnurl_la-file.Tpo -c file.c -o libgnurl_la-file.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-hostip.lo -MD -MP -MF .deps/libgnurl_la-hostip.Tpo -c hostip.c -o libgnurl_la-hostip.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-base64.lo -MD -MP -MF .deps/libgnurl_la-base64.Tpo -c base64.c -o libgnurl_la-base64.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-timeval.Tpo .deps/libgnurl_la-timeval.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-progress.lo -MD -MP -MF .deps/libgnurl_la-progress.Tpo -c -o libgnurl_la-progress.lo `test -f 'progress.c' || echo './'`progress.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-progress.lo -MD -MP -MF .deps/libgnurl_la-progress.Tpo -c progress.c -fPIC -DPIC -o .libs/libgnurl_la-progress.o
# mv -f .deps/libgnurl_la-base64.Tpo .deps/libgnurl_la-base64.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-formdata.lo -MD -MP -MF .deps/libgnurl_la-formdata.Tpo -c -o libgnurl_la-formdata.lo `test -f 'formdata.c' || echo './'`formdata.c
# mv -f .deps/libgnurl_la-hostip.Tpo .deps/libgnurl_la-hostip.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-cookie.lo -MD -MP -MF .deps/libgnurl_la-cookie.Tpo -c -o libgnurl_la-cookie.lo `test -f 'cookie.c' || echo './'`cookie.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-formdata.lo -MD -MP -MF .deps/libgnurl_la-formdata.Tpo -c formdata.c -fPIC -DPIC -o .libs/libgnurl_la-formdata.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-cookie.lo -MD -MP -MF .deps/libgnurl_la-cookie.Tpo -c cookie.c -fPIC -DPIC -o .libs/libgnurl_la-cookie.o
# mv -f .deps/libgnurl_la-file.Tpo .deps/libgnurl_la-file.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-http.lo -MD -MP -MF .deps/libgnurl_la-http.Tpo -c -o libgnurl_la-http.lo `test -f 'http.c' || echo './'`http.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-http.lo -MD -MP -MF .deps/libgnurl_la-http.Tpo -c http.c -fPIC -DPIC -o .libs/libgnurl_la-http.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-progress.lo -MD -MP -MF .deps/libgnurl_la-progress.Tpo -c progress.c -o libgnurl_la-progress.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-formdata.lo -MD -MP -MF .deps/libgnurl_la-formdata.Tpo -c formdata.c -o libgnurl_la-formdata.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-progress.Tpo .deps/libgnurl_la-progress.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-sendf.lo -MD -MP -MF .deps/libgnurl_la-sendf.Tpo -c -o libgnurl_la-sendf.lo `test -f 'sendf.c' || echo './'`sendf.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-sendf.lo -MD -MP -MF .deps/libgnurl_la-sendf.Tpo -c sendf.c -fPIC -DPIC -o .libs/libgnurl_la-sendf.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-cookie.lo -MD -MP -MF .deps/libgnurl_la-cookie.Tpo -c cookie.c -o libgnurl_la-cookie.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-sendf.lo -MD -MP -MF .deps/libgnurl_la-sendf.Tpo -c sendf.c -o libgnurl_la-sendf.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-formdata.Tpo .deps/libgnurl_la-formdata.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-ftp.lo -MD -MP -MF .deps/libgnurl_la-ftp.Tpo -c -o libgnurl_la-ftp.lo `test -f 'ftp.c' || echo './'`ftp.c
# mv -f .deps/libgnurl_la-cookie.Tpo .deps/libgnurl_la-cookie.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-url.lo -MD -MP -MF .deps/libgnurl_la-url.Tpo -c -o libgnurl_la-url.lo `test -f 'url.c' || echo './'`url.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-ftp.lo -MD -MP -MF .deps/libgnurl_la-ftp.Tpo -c ftp.c -fPIC -DPIC -o .libs/libgnurl_la-ftp.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-url.lo -MD -MP -MF .deps/libgnurl_la-url.Tpo -c url.c -fPIC -DPIC -o .libs/libgnurl_la-url.o
# mv -f .deps/libgnurl_la-sendf.Tpo .deps/libgnurl_la-sendf.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-dict.lo -MD -MP -MF .deps/libgnurl_la-dict.Tpo -c -o libgnurl_la-dict.lo `test -f 'dict.c' || echo './'`dict.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-dict.lo -MD -MP -MF .deps/libgnurl_la-dict.Tpo -c dict.c -fPIC -DPIC -o .libs/libgnurl_la-dict.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-http.lo -MD -MP -MF .deps/libgnurl_la-http.Tpo -c http.c -o libgnurl_la-http.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-dict.lo -MD -MP -MF .deps/libgnurl_la-dict.Tpo -c dict.c -o libgnurl_la-dict.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-ftp.lo -MD -MP -MF .deps/libgnurl_la-ftp.Tpo -c ftp.c -o libgnurl_la-ftp.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-url.lo -MD -MP -MF .deps/libgnurl_la-url.Tpo -c url.c -o libgnurl_la-url.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-http.Tpo .deps/libgnurl_la-http.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-if2ip.lo -MD -MP -MF .deps/libgnurl_la-if2ip.Tpo -c -o libgnurl_la-if2ip.lo `test -f 'if2ip.c' || echo './'`if2ip.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-if2ip.lo -MD -MP -MF .deps/libgnurl_la-if2ip.Tpo -c if2ip.c -fPIC -DPIC -o .libs/libgnurl_la-if2ip.o
# mv -f .deps/libgnurl_la-dict.Tpo .deps/libgnurl_la-dict.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-speedcheck.lo -MD -MP -MF .deps/libgnurl_la-speedcheck.Tpo -c -o libgnurl_la-speedcheck.lo `test -f 'speedcheck.c' || echo './'`speedcheck.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-speedcheck.lo -MD -MP -MF .deps/libgnurl_la-speedcheck.Tpo -c speedcheck.c -fPIC -DPIC -o .libs/libgnurl_la-speedcheck.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-if2ip.lo -MD -MP -MF .deps/libgnurl_la-if2ip.Tpo -c if2ip.c -o libgnurl_la-if2ip.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-speedcheck.lo -MD -MP -MF .deps/libgnurl_la-speedcheck.Tpo -c speedcheck.c -o libgnurl_la-speedcheck.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-speedcheck.Tpo .deps/libgnurl_la-speedcheck.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-ldap.lo -MD -MP -MF .deps/libgnurl_la-ldap.Tpo -c -o libgnurl_la-ldap.lo `test -f 'ldap.c' || echo './'`ldap.c
# mv -f .deps/libgnurl_la-if2ip.Tpo .deps/libgnurl_la-if2ip.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-version.lo -MD -MP -MF .deps/libgnurl_la-version.Tpo -c -o libgnurl_la-version.lo `test -f 'version.c' || echo './'`version.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-version.lo -MD -MP -MF .deps/libgnurl_la-version.Tpo -c version.c -fPIC -DPIC -o .libs/libgnurl_la-version.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-ldap.lo -MD -MP -MF .deps/libgnurl_la-ldap.Tpo -c ldap.c -fPIC -DPIC -o .libs/libgnurl_la-ldap.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-ldap.lo -MD -MP -MF .deps/libgnurl_la-ldap.Tpo -c ldap.c -o libgnurl_la-ldap.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-version.lo -MD -MP -MF .deps/libgnurl_la-version.Tpo -c version.c -o libgnurl_la-version.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-ldap.Tpo .deps/libgnurl_la-ldap.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-getenv.lo -MD -MP -MF .deps/libgnurl_la-getenv.Tpo -c -o libgnurl_la-getenv.lo `test -f 'getenv.c' || echo './'`getenv.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-getenv.lo -MD -MP -MF .deps/libgnurl_la-getenv.Tpo -c getenv.c -fPIC -DPIC -o .libs/libgnurl_la-getenv.o
# mv -f .deps/libgnurl_la-version.Tpo .deps/libgnurl_la-version.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-escape.lo -MD -MP -MF .deps/libgnurl_la-escape.Tpo -c -o libgnurl_la-escape.lo `test -f 'escape.c' || echo './'`escape.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-escape.lo -MD -MP -MF .deps/libgnurl_la-escape.Tpo -c escape.c -fPIC -DPIC -o .libs/libgnurl_la-escape.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-getenv.lo -MD -MP -MF .deps/libgnurl_la-getenv.Tpo -c getenv.c -o libgnurl_la-getenv.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-getenv.Tpo .deps/libgnurl_la-getenv.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-mprintf.lo -MD -MP -MF .deps/libgnurl_la-mprintf.Tpo -c -o libgnurl_la-mprintf.lo `test -f 'mprintf.c' || echo './'`mprintf.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-mprintf.lo -MD -MP -MF .deps/libgnurl_la-mprintf.Tpo -c mprintf.c -fPIC -DPIC -o .libs/libgnurl_la-mprintf.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-escape.lo -MD -MP -MF .deps/libgnurl_la-escape.Tpo -c escape.c -o libgnurl_la-escape.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-escape.Tpo .deps/libgnurl_la-escape.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-telnet.lo -MD -MP -MF .deps/libgnurl_la-telnet.Tpo -c -o libgnurl_la-telnet.lo `test -f 'telnet.c' || echo './'`telnet.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-telnet.lo -MD -MP -MF .deps/libgnurl_la-telnet.Tpo -c telnet.c -fPIC -DPIC -o .libs/libgnurl_la-telnet.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-mprintf.lo -MD -MP -MF .deps/libgnurl_la-mprintf.Tpo -c mprintf.c -o libgnurl_la-mprintf.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-ftp.Tpo .deps/libgnurl_la-ftp.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-netrc.lo -MD -MP -MF .deps/libgnurl_la-netrc.Tpo -c -o libgnurl_la-netrc.lo `test -f 'netrc.c' || echo './'`netrc.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-netrc.lo -MD -MP -MF .deps/libgnurl_la-netrc.Tpo -c netrc.c -fPIC -DPIC -o .libs/libgnurl_la-netrc.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-netrc.lo -MD -MP -MF .deps/libgnurl_la-netrc.Tpo -c netrc.c -o libgnurl_la-netrc.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-telnet.lo -MD -MP -MF .deps/libgnurl_la-telnet.Tpo -c telnet.c -o libgnurl_la-telnet.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-netrc.Tpo .deps/libgnurl_la-netrc.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-getinfo.lo -MD -MP -MF .deps/libgnurl_la-getinfo.Tpo -c -o libgnurl_la-getinfo.lo `test -f 'getinfo.c' || echo './'`getinfo.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-getinfo.lo -MD -MP -MF .deps/libgnurl_la-getinfo.Tpo -c getinfo.c -fPIC -DPIC -o .libs/libgnurl_la-getinfo.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-getinfo.lo -MD -MP -MF .deps/libgnurl_la-getinfo.Tpo -c getinfo.c -o libgnurl_la-getinfo.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-mprintf.Tpo .deps/libgnurl_la-mprintf.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-transfer.lo -MD -MP -MF .deps/libgnurl_la-transfer.Tpo -c -o libgnurl_la-transfer.lo `test -f 'transfer.c' || echo './'`transfer.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-transfer.lo -MD -MP -MF .deps/libgnurl_la-transfer.Tpo -c transfer.c -fPIC -DPIC -o .libs/libgnurl_la-transfer.o
# mv -f .deps/libgnurl_la-getinfo.Tpo .deps/libgnurl_la-getinfo.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-strequal.lo -MD -MP -MF .deps/libgnurl_la-strequal.Tpo -c -o libgnurl_la-strequal.lo `test -f 'strequal.c' || echo './'`strequal.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-strequal.lo -MD -MP -MF .deps/libgnurl_la-strequal.Tpo -c strequal.c -fPIC -DPIC -o .libs/libgnurl_la-strequal.o
# mv -f .deps/libgnurl_la-url.Tpo .deps/libgnurl_la-url.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-easy.lo -MD -MP -MF .deps/libgnurl_la-easy.Tpo -c -o libgnurl_la-easy.lo `test -f 'easy.c' || echo './'`easy.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-easy.lo -MD -MP -MF .deps/libgnurl_la-easy.Tpo -c easy.c -fPIC -DPIC -o .libs/libgnurl_la-easy.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-strequal.lo -MD -MP -MF .deps/libgnurl_la-strequal.Tpo -c strequal.c -o libgnurl_la-strequal.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-strequal.Tpo .deps/libgnurl_la-strequal.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-security.lo -MD -MP -MF .deps/libgnurl_la-security.Tpo -c -o libgnurl_la-security.lo `test -f 'security.c' || echo './'`security.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-security.lo -MD -MP -MF .deps/libgnurl_la-security.Tpo -c security.c -fPIC -DPIC -o .libs/libgnurl_la-security.o
# mv -f .deps/libgnurl_la-telnet.Tpo .deps/libgnurl_la-telnet.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_fnmatch.lo -MD -MP -MF .deps/libgnurl_la-curl_fnmatch.Tpo -c -o libgnurl_la-curl_fnmatch.lo `test -f 'curl_fnmatch.c' || echo './'`curl_fnmatch.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-security.lo -MD -MP -MF .deps/libgnurl_la-security.Tpo -c security.c -o libgnurl_la-security.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-easy.lo -MD -MP -MF .deps/libgnurl_la-easy.Tpo -c easy.c -o libgnurl_la-easy.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_fnmatch.lo -MD -MP -MF .deps/libgnurl_la-curl_fnmatch.Tpo -c curl_fnmatch.c -fPIC -DPIC -o .libs/libgnurl_la-curl_fnmatch.o
# mv -f .deps/libgnurl_la-security.Tpo .deps/libgnurl_la-security.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-fileinfo.lo -MD -MP -MF .deps/libgnurl_la-fileinfo.Tpo -c -o libgnurl_la-fileinfo.lo `test -f 'fileinfo.c' || echo './'`fileinfo.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-fileinfo.lo -MD -MP -MF .deps/libgnurl_la-fileinfo.Tpo -c fileinfo.c -fPIC -DPIC -o .libs/libgnurl_la-fileinfo.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-fileinfo.lo -MD -MP -MF .deps/libgnurl_la-fileinfo.Tpo -c fileinfo.c -o libgnurl_la-fileinfo.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-transfer.lo -MD -MP -MF .deps/libgnurl_la-transfer.Tpo -c transfer.c -o libgnurl_la-transfer.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_fnmatch.lo -MD -MP -MF .deps/libgnurl_la-curl_fnmatch.Tpo -c curl_fnmatch.c -o libgnurl_la-curl_fnmatch.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-easy.Tpo .deps/libgnurl_la-easy.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-ftplistparser.lo -MD -MP -MF .deps/libgnurl_la-ftplistparser.Tpo -c -o libgnurl_la-ftplistparser.lo `test -f 'ftplistparser.c' || echo './'`ftplistparser.c
# mv -f .deps/libgnurl_la-fileinfo.Tpo .deps/libgnurl_la-fileinfo.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-wildcard.lo -MD -MP -MF .deps/libgnurl_la-wildcard.Tpo -c -o libgnurl_la-wildcard.lo `test -f 'wildcard.c' || echo './'`wildcard.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-ftplistparser.lo -MD -MP -MF .deps/libgnurl_la-ftplistparser.Tpo -c ftplistparser.c -fPIC -DPIC -o .libs/libgnurl_la-ftplistparser.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-wildcard.lo -MD -MP -MF .deps/libgnurl_la-wildcard.Tpo -c wildcard.c -fPIC -DPIC -o .libs/libgnurl_la-wildcard.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-wildcard.lo -MD -MP -MF .deps/libgnurl_la-wildcard.Tpo -c wildcard.c -o libgnurl_la-wildcard.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-curl_fnmatch.Tpo .deps/libgnurl_la-curl_fnmatch.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-krb5.lo -MD -MP -MF .deps/libgnurl_la-krb5.Tpo -c -o libgnurl_la-krb5.lo `test -f 'krb5.c' || echo './'`krb5.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-krb5.lo -MD -MP -MF .deps/libgnurl_la-krb5.Tpo -c krb5.c -fPIC -DPIC -o .libs/libgnurl_la-krb5.o
# mv -f .deps/libgnurl_la-wildcard.Tpo .deps/libgnurl_la-wildcard.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-memdebug.lo -MD -MP -MF .deps/libgnurl_la-memdebug.Tpo -c -o libgnurl_la-memdebug.lo `test -f 'memdebug.c' || echo './'`memdebug.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-krb5.lo -MD -MP -MF .deps/libgnurl_la-krb5.Tpo -c krb5.c -o libgnurl_la-krb5.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-memdebug.lo -MD -MP -MF .deps/libgnurl_la-memdebug.Tpo -c memdebug.c -fPIC -DPIC -o .libs/libgnurl_la-memdebug.o
# mv -f .deps/libgnurl_la-krb5.Tpo .deps/libgnurl_la-krb5.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-http_chunks.lo -MD -MP -MF .deps/libgnurl_la-http_chunks.Tpo -c -o libgnurl_la-http_chunks.lo `test -f 'http_chunks.c' || echo './'`http_chunks.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-memdebug.lo -MD -MP -MF .deps/libgnurl_la-memdebug.Tpo -c memdebug.c -o libgnurl_la-memdebug.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-http_chunks.lo -MD -MP -MF .deps/libgnurl_la-http_chunks.Tpo -c http_chunks.c -fPIC -DPIC -o .libs/libgnurl_la-http_chunks.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-ftplistparser.lo -MD -MP -MF .deps/libgnurl_la-ftplistparser.Tpo -c ftplistparser.c -o libgnurl_la-ftplistparser.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-memdebug.Tpo .deps/libgnurl_la-memdebug.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-strtok.lo -MD -MP -MF .deps/libgnurl_la-strtok.Tpo -c -o libgnurl_la-strtok.lo `test -f 'strtok.c' || echo './'`strtok.c
# mv -f .deps/libgnurl_la-transfer.Tpo .deps/libgnurl_la-transfer.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-connect.lo -MD -MP -MF .deps/libgnurl_la-connect.Tpo -c -o libgnurl_la-connect.lo `test -f 'connect.c' || echo './'`connect.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-connect.lo -MD -MP -MF .deps/libgnurl_la-connect.Tpo -c connect.c -fPIC -DPIC -o .libs/libgnurl_la-connect.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-strtok.lo -MD -MP -MF .deps/libgnurl_la-strtok.Tpo -c strtok.c -fPIC -DPIC -o .libs/libgnurl_la-strtok.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-http_chunks.lo -MD -MP -MF .deps/libgnurl_la-http_chunks.Tpo -c http_chunks.c -o libgnurl_la-http_chunks.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-strtok.lo -MD -MP -MF .deps/libgnurl_la-strtok.Tpo -c strtok.c -o libgnurl_la-strtok.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-strtok.Tpo .deps/libgnurl_la-strtok.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-llist.lo -MD -MP -MF .deps/libgnurl_la-llist.Tpo -c -o libgnurl_la-llist.lo `test -f 'llist.c' || echo './'`llist.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-llist.lo -MD -MP -MF .deps/libgnurl_la-llist.Tpo -c llist.c -fPIC -DPIC -o .libs/libgnurl_la-llist.o
# mv -f .deps/libgnurl_la-http_chunks.Tpo .deps/libgnurl_la-http_chunks.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-hash.lo -MD -MP -MF .deps/libgnurl_la-hash.Tpo -c -o libgnurl_la-hash.lo `test -f 'hash.c' || echo './'`hash.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-hash.lo -MD -MP -MF .deps/libgnurl_la-hash.Tpo -c hash.c -fPIC -DPIC -o .libs/libgnurl_la-hash.o
# mv -f .deps/libgnurl_la-ftplistparser.Tpo .deps/libgnurl_la-ftplistparser.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-multi.lo -MD -MP -MF .deps/libgnurl_la-multi.Tpo -c -o libgnurl_la-multi.lo `test -f 'multi.c' || echo './'`multi.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-multi.lo -MD -MP -MF .deps/libgnurl_la-multi.Tpo -c multi.c -fPIC -DPIC -o .libs/libgnurl_la-multi.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-hash.lo -MD -MP -MF .deps/libgnurl_la-hash.Tpo -c hash.c -o libgnurl_la-hash.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-llist.lo -MD -MP -MF .deps/libgnurl_la-llist.Tpo -c llist.c -o libgnurl_la-llist.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-connect.lo -MD -MP -MF .deps/libgnurl_la-connect.Tpo -c connect.c -o libgnurl_la-connect.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-multi.lo -MD -MP -MF .deps/libgnurl_la-multi.Tpo -c multi.c -o libgnurl_la-multi.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-llist.Tpo .deps/libgnurl_la-llist.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-content_encoding.lo -MD -MP -MF .deps/libgnurl_la-content_encoding.Tpo -c -o libgnurl_la-content_encoding.lo `test -f 'content_encoding.c' || echo './'`content_encoding.c
# mv -f .deps/libgnurl_la-hash.Tpo .deps/libgnurl_la-hash.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-share.lo -MD -MP -MF .deps/libgnurl_la-share.Tpo -c -o libgnurl_la-share.lo `test -f 'share.c' || echo './'`share.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-content_encoding.lo -MD -MP -MF .deps/libgnurl_la-content_encoding.Tpo -c content_encoding.c -fPIC -DPIC -o .libs/libgnurl_la-content_encoding.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-share.lo -MD -MP -MF .deps/libgnurl_la-share.Tpo -c share.c -fPIC -DPIC -o .libs/libgnurl_la-share.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-share.lo -MD -MP -MF .deps/libgnurl_la-share.Tpo -c share.c -o libgnurl_la-share.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-connect.Tpo .deps/libgnurl_la-connect.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-http_digest.lo -MD -MP -MF .deps/libgnurl_la-http_digest.Tpo -c -o libgnurl_la-http_digest.lo `test -f 'http_digest.c' || echo './'`http_digest.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-http_digest.lo -MD -MP -MF .deps/libgnurl_la-http_digest.Tpo -c http_digest.c -fPIC -DPIC -o .libs/libgnurl_la-http_digest.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-content_encoding.lo -MD -MP -MF .deps/libgnurl_la-content_encoding.Tpo -c content_encoding.c -o libgnurl_la-content_encoding.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-share.Tpo .deps/libgnurl_la-share.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-md4.lo -MD -MP -MF .deps/libgnurl_la-md4.Tpo -c -o libgnurl_la-md4.lo `test -f 'md4.c' || echo './'`md4.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-http_digest.lo -MD -MP -MF .deps/libgnurl_la-http_digest.Tpo -c http_digest.c -o libgnurl_la-http_digest.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-md4.lo -MD -MP -MF .deps/libgnurl_la-md4.Tpo -c md4.c -fPIC -DPIC -o .libs/libgnurl_la-md4.o
# mv -f .deps/libgnurl_la-content_encoding.Tpo .deps/libgnurl_la-content_encoding.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-md5.lo -MD -MP -MF .deps/libgnurl_la-md5.Tpo -c -o libgnurl_la-md5.lo `test -f 'md5.c' || echo './'`md5.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-md4.lo -MD -MP -MF .deps/libgnurl_la-md4.Tpo -c md4.c -o libgnurl_la-md4.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-md5.lo -MD -MP -MF .deps/libgnurl_la-md5.Tpo -c md5.c -fPIC -DPIC -o .libs/libgnurl_la-md5.o
# mv -f .deps/libgnurl_la-http_digest.Tpo .deps/libgnurl_la-http_digest.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-http_negotiate.lo -MD -MP -MF .deps/libgnurl_la-http_negotiate.Tpo -c -o libgnurl_la-http_negotiate.lo `test -f 'http_negotiate.c' || echo './'`http_negotiate.c
# mv -f .deps/libgnurl_la-md4.Tpo .deps/libgnurl_la-md4.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-inet_pton.lo -MD -MP -MF .deps/libgnurl_la-inet_pton.Tpo -c -o libgnurl_la-inet_pton.lo `test -f 'inet_pton.c' || echo './'`inet_pton.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-http_negotiate.lo -MD -MP -MF .deps/libgnurl_la-http_negotiate.Tpo -c http_negotiate.c -fPIC -DPIC -o .libs/libgnurl_la-http_negotiate.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-inet_pton.lo -MD -MP -MF .deps/libgnurl_la-inet_pton.Tpo -c inet_pton.c -fPIC -DPIC -o .libs/libgnurl_la-inet_pton.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-http_negotiate.lo -MD -MP -MF .deps/libgnurl_la-http_negotiate.Tpo -c http_negotiate.c -o libgnurl_la-http_negotiate.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-inet_pton.lo -MD -MP -MF .deps/libgnurl_la-inet_pton.Tpo -c inet_pton.c -o libgnurl_la-inet_pton.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-http_negotiate.Tpo .deps/libgnurl_la-http_negotiate.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-strtoofft.lo -MD -MP -MF .deps/libgnurl_la-strtoofft.Tpo -c -o libgnurl_la-strtoofft.lo `test -f 'strtoofft.c' || echo './'`strtoofft.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-strtoofft.lo -MD -MP -MF .deps/libgnurl_la-strtoofft.Tpo -c strtoofft.c -fPIC -DPIC -o .libs/libgnurl_la-strtoofft.o
# mv -f .deps/libgnurl_la-inet_pton.Tpo .deps/libgnurl_la-inet_pton.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-strerror.lo -MD -MP -MF .deps/libgnurl_la-strerror.Tpo -c -o libgnurl_la-strerror.lo `test -f 'strerror.c' || echo './'`strerror.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-strtoofft.lo -MD -MP -MF .deps/libgnurl_la-strtoofft.Tpo -c strtoofft.c -o libgnurl_la-strtoofft.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-strerror.lo -MD -MP -MF .deps/libgnurl_la-strerror.Tpo -c strerror.c -fPIC -DPIC -o .libs/libgnurl_la-strerror.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-md5.lo -MD -MP -MF .deps/libgnurl_la-md5.Tpo -c md5.c -o libgnurl_la-md5.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-multi.Tpo .deps/libgnurl_la-multi.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-amigaos.lo -MD -MP -MF .deps/libgnurl_la-amigaos.Tpo -c -o libgnurl_la-amigaos.lo `test -f 'amigaos.c' || echo './'`amigaos.c
# mv -f .deps/libgnurl_la-strtoofft.Tpo .deps/libgnurl_la-strtoofft.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-hostasyn.lo -MD -MP -MF .deps/libgnurl_la-hostasyn.Tpo -c -o libgnurl_la-hostasyn.lo `test -f 'hostasyn.c' || echo './'`hostasyn.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-amigaos.lo -MD -MP -MF .deps/libgnurl_la-amigaos.Tpo -c amigaos.c -fPIC -DPIC -o .libs/libgnurl_la-amigaos.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-hostasyn.lo -MD -MP -MF .deps/libgnurl_la-hostasyn.Tpo -c hostasyn.c -fPIC -DPIC -o .libs/libgnurl_la-hostasyn.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-amigaos.lo -MD -MP -MF .deps/libgnurl_la-amigaos.Tpo -c amigaos.c -o libgnurl_la-amigaos.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-hostasyn.lo -MD -MP -MF .deps/libgnurl_la-hostasyn.Tpo -c hostasyn.c -o libgnurl_la-hostasyn.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-strerror.lo -MD -MP -MF .deps/libgnurl_la-strerror.Tpo -c strerror.c -o libgnurl_la-strerror.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-md5.Tpo .deps/libgnurl_la-md5.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-hostip4.lo -MD -MP -MF .deps/libgnurl_la-hostip4.Tpo -c -o libgnurl_la-hostip4.lo `test -f 'hostip4.c' || echo './'`hostip4.c
# mv -f .deps/libgnurl_la-amigaos.Tpo .deps/libgnurl_la-amigaos.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-hostip6.lo -MD -MP -MF .deps/libgnurl_la-hostip6.Tpo -c -o libgnurl_la-hostip6.lo `test -f 'hostip6.c' || echo './'`hostip6.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-hostip4.lo -MD -MP -MF .deps/libgnurl_la-hostip4.Tpo -c hostip4.c -fPIC -DPIC -o .libs/libgnurl_la-hostip4.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-hostip6.lo -MD -MP -MF .deps/libgnurl_la-hostip6.Tpo -c hostip6.c -fPIC -DPIC -o .libs/libgnurl_la-hostip6.o
# mv -f .deps/libgnurl_la-hostasyn.Tpo .deps/libgnurl_la-hostasyn.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-hostsyn.lo -MD -MP -MF .deps/libgnurl_la-hostsyn.Tpo -c -o libgnurl_la-hostsyn.lo `test -f 'hostsyn.c' || echo './'`hostsyn.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-hostip4.lo -MD -MP -MF .deps/libgnurl_la-hostip4.Tpo -c hostip4.c -o libgnurl_la-hostip4.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-hostsyn.lo -MD -MP -MF .deps/libgnurl_la-hostsyn.Tpo -c hostsyn.c -fPIC -DPIC -o .libs/libgnurl_la-hostsyn.o
# mv -f .deps/libgnurl_la-strerror.Tpo .deps/libgnurl_la-strerror.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-inet_ntop.lo -MD -MP -MF .deps/libgnurl_la-inet_ntop.Tpo -c -o libgnurl_la-inet_ntop.lo `test -f 'inet_ntop.c' || echo './'`inet_ntop.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-hostip6.lo -MD -MP -MF .deps/libgnurl_la-hostip6.Tpo -c hostip6.c -o libgnurl_la-hostip6.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-hostip4.Tpo .deps/libgnurl_la-hostip4.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-parsedate.lo -MD -MP -MF .deps/libgnurl_la-parsedate.Tpo -c -o libgnurl_la-parsedate.lo `test -f 'parsedate.c' || echo './'`parsedate.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-hostsyn.lo -MD -MP -MF .deps/libgnurl_la-hostsyn.Tpo -c hostsyn.c -o libgnurl_la-hostsyn.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-inet_ntop.lo -MD -MP -MF .deps/libgnurl_la-inet_ntop.Tpo -c inet_ntop.c -fPIC -DPIC -o .libs/libgnurl_la-inet_ntop.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-parsedate.lo -MD -MP -MF .deps/libgnurl_la-parsedate.Tpo -c parsedate.c -fPIC -DPIC -o .libs/libgnurl_la-parsedate.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-inet_ntop.lo -MD -MP -MF .deps/libgnurl_la-inet_ntop.Tpo -c inet_ntop.c -o libgnurl_la-inet_ntop.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-hostip6.Tpo .deps/libgnurl_la-hostip6.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-select.lo -MD -MP -MF .deps/libgnurl_la-select.Tpo -c -o libgnurl_la-select.lo `test -f 'select.c' || echo './'`select.c
# mv -f .deps/libgnurl_la-hostsyn.Tpo .deps/libgnurl_la-hostsyn.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-tftp.lo -MD -MP -MF .deps/libgnurl_la-tftp.Tpo -c -o libgnurl_la-tftp.lo `test -f 'tftp.c' || echo './'`tftp.c
# mv -f .deps/libgnurl_la-inet_ntop.Tpo .deps/libgnurl_la-inet_ntop.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-splay.lo -MD -MP -MF .deps/libgnurl_la-splay.Tpo -c -o libgnurl_la-splay.lo `test -f 'splay.c' || echo './'`splay.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-select.lo -MD -MP -MF .deps/libgnurl_la-select.Tpo -c select.c -fPIC -DPIC -o .libs/libgnurl_la-select.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-tftp.lo -MD -MP -MF .deps/libgnurl_la-tftp.Tpo -c tftp.c -fPIC -DPIC -o .libs/libgnurl_la-tftp.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-splay.lo -MD -MP -MF .deps/libgnurl_la-splay.Tpo -c splay.c -fPIC -DPIC -o .libs/libgnurl_la-splay.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-parsedate.lo -MD -MP -MF .deps/libgnurl_la-parsedate.Tpo -c parsedate.c -o libgnurl_la-parsedate.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-select.lo -MD -MP -MF .deps/libgnurl_la-select.Tpo -c select.c -o libgnurl_la-select.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-splay.lo -MD -MP -MF .deps/libgnurl_la-splay.Tpo -c splay.c -o libgnurl_la-splay.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-parsedate.Tpo .deps/libgnurl_la-parsedate.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-strdup.lo -MD -MP -MF .deps/libgnurl_la-strdup.Tpo -c -o libgnurl_la-strdup.lo `test -f 'strdup.c' || echo './'`strdup.c
# mv -f .deps/libgnurl_la-splay.Tpo .deps/libgnurl_la-splay.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-socks.lo -MD -MP -MF .deps/libgnurl_la-socks.Tpo -c -o libgnurl_la-socks.lo `test -f 'socks.c' || echo './'`socks.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-strdup.lo -MD -MP -MF .deps/libgnurl_la-strdup.Tpo -c strdup.c -fPIC -DPIC -o .libs/libgnurl_la-strdup.o
# mv -f .deps/libgnurl_la-select.Tpo .deps/libgnurl_la-select.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-ssh.lo -MD -MP -MF .deps/libgnurl_la-ssh.Tpo -c -o libgnurl_la-ssh.lo `test -f 'ssh.c' || echo './'`ssh.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-socks.lo -MD -MP -MF .deps/libgnurl_la-socks.Tpo -c socks.c -fPIC -DPIC -o .libs/libgnurl_la-socks.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-ssh.lo -MD -MP -MF .deps/libgnurl_la-ssh.Tpo -c ssh.c -fPIC -DPIC -o .libs/libgnurl_la-ssh.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-strdup.lo -MD -MP -MF .deps/libgnurl_la-strdup.Tpo -c strdup.c -o libgnurl_la-strdup.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-ssh.lo -MD -MP -MF .deps/libgnurl_la-ssh.Tpo -c ssh.c -o libgnurl_la-ssh.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-strdup.Tpo .deps/libgnurl_la-strdup.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-rawstr.lo -MD -MP -MF .deps/libgnurl_la-rawstr.Tpo -c -o libgnurl_la-rawstr.lo `test -f 'rawstr.c' || echo './'`rawstr.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-tftp.lo -MD -MP -MF .deps/libgnurl_la-tftp.Tpo -c tftp.c -o libgnurl_la-tftp.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-rawstr.lo -MD -MP -MF .deps/libgnurl_la-rawstr.Tpo -c rawstr.c -fPIC -DPIC -o .libs/libgnurl_la-rawstr.o
# mv -f .deps/libgnurl_la-ssh.Tpo .deps/libgnurl_la-ssh.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_addrinfo.lo -MD -MP -MF .deps/libgnurl_la-curl_addrinfo.Tpo -c -o libgnurl_la-curl_addrinfo.lo `test -f 'curl_addrinfo.c' || echo './'`curl_addrinfo.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_addrinfo.lo -MD -MP -MF .deps/libgnurl_la-curl_addrinfo.Tpo -c curl_addrinfo.c -fPIC -DPIC -o .libs/libgnurl_la-curl_addrinfo.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-rawstr.lo -MD -MP -MF .deps/libgnurl_la-rawstr.Tpo -c rawstr.c -o libgnurl_la-rawstr.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_addrinfo.lo -MD -MP -MF .deps/libgnurl_la-curl_addrinfo.Tpo -c curl_addrinfo.c -o libgnurl_la-curl_addrinfo.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-socks.lo -MD -MP -MF .deps/libgnurl_la-socks.Tpo -c socks.c -o libgnurl_la-socks.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-rawstr.Tpo .deps/libgnurl_la-rawstr.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-socks_gssapi.lo -MD -MP -MF .deps/libgnurl_la-socks_gssapi.Tpo -c -o libgnurl_la-socks_gssapi.lo `test -f 'socks_gssapi.c' || echo './'`socks_gssapi.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-socks_gssapi.lo -MD -MP -MF .deps/libgnurl_la-socks_gssapi.Tpo -c socks_gssapi.c -fPIC -DPIC -o .libs/libgnurl_la-socks_gssapi.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-socks_gssapi.lo -MD -MP -MF .deps/libgnurl_la-socks_gssapi.Tpo -c socks_gssapi.c -o libgnurl_la-socks_gssapi.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-curl_addrinfo.Tpo .deps/libgnurl_la-curl_addrinfo.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-socks_sspi.lo -MD -MP -MF .deps/libgnurl_la-socks_sspi.Tpo -c -o libgnurl_la-socks_sspi.lo `test -f 'socks_sspi.c' || echo './'`socks_sspi.c
# mv -f .deps/libgnurl_la-socks_gssapi.Tpo .deps/libgnurl_la-socks_gssapi.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_sspi.lo -MD -MP -MF .deps/libgnurl_la-curl_sspi.Tpo -c -o libgnurl_la-curl_sspi.lo `test -f 'curl_sspi.c' || echo './'`curl_sspi.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-socks_sspi.lo -MD -MP -MF .deps/libgnurl_la-socks_sspi.Tpo -c socks_sspi.c -fPIC -DPIC -o .libs/libgnurl_la-socks_sspi.o
# mv -f .deps/libgnurl_la-socks.Tpo .deps/libgnurl_la-socks.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-slist.lo -MD -MP -MF .deps/libgnurl_la-slist.Tpo -c -o libgnurl_la-slist.lo `test -f 'slist.c' || echo './'`slist.c
# mv -f .deps/libgnurl_la-tftp.Tpo .deps/libgnurl_la-tftp.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-nonblock.lo -MD -MP -MF .deps/libgnurl_la-nonblock.Tpo -c -o libgnurl_la-nonblock.lo `test -f 'nonblock.c' || echo './'`nonblock.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_sspi.lo -MD -MP -MF .deps/libgnurl_la-curl_sspi.Tpo -c curl_sspi.c -fPIC -DPIC -o .libs/libgnurl_la-curl_sspi.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-slist.lo -MD -MP -MF .deps/libgnurl_la-slist.Tpo -c slist.c -fPIC -DPIC -o .libs/libgnurl_la-slist.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-nonblock.lo -MD -MP -MF .deps/libgnurl_la-nonblock.Tpo -c nonblock.c -fPIC -DPIC -o .libs/libgnurl_la-nonblock.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-socks_sspi.lo -MD -MP -MF .deps/libgnurl_la-socks_sspi.Tpo -c socks_sspi.c -o libgnurl_la-socks_sspi.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-nonblock.lo -MD -MP -MF .deps/libgnurl_la-nonblock.Tpo -c nonblock.c -o libgnurl_la-nonblock.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-slist.lo -MD -MP -MF .deps/libgnurl_la-slist.Tpo -c slist.c -o libgnurl_la-slist.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_sspi.lo -MD -MP -MF .deps/libgnurl_la-curl_sspi.Tpo -c curl_sspi.c -o libgnurl_la-curl_sspi.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-socks_sspi.Tpo .deps/libgnurl_la-socks_sspi.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_memrchr.lo -MD -MP -MF .deps/libgnurl_la-curl_memrchr.Tpo -c -o libgnurl_la-curl_memrchr.lo `test -f 'curl_memrchr.c' || echo './'`curl_memrchr.c
# mv -f .deps/libgnurl_la-curl_sspi.Tpo .deps/libgnurl_la-curl_sspi.Plo
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_memrchr.lo -MD -MP -MF .deps/libgnurl_la-curl_memrchr.Tpo -c curl_memrchr.c -fPIC -DPIC -o .libs/libgnurl_la-curl_memrchr.o
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-imap.lo -MD -MP -MF .deps/libgnurl_la-imap.Tpo -c -o libgnurl_la-imap.lo `test -f 'imap.c' || echo './'`imap.c
# mv -f .deps/libgnurl_la-nonblock.Tpo .deps/libgnurl_la-nonblock.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-pop3.lo -MD -MP -MF .deps/libgnurl_la-pop3.Tpo -c -o libgnurl_la-pop3.lo `test -f 'pop3.c' || echo './'`pop3.c
# mv -f .deps/libgnurl_la-slist.Tpo .deps/libgnurl_la-slist.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-smtp.lo -MD -MP -MF .deps/libgnurl_la-smtp.Tpo -c -o libgnurl_la-smtp.lo `test -f 'smtp.c' || echo './'`smtp.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-imap.lo -MD -MP -MF .deps/libgnurl_la-imap.Tpo -c imap.c -fPIC -DPIC -o .libs/libgnurl_la-imap.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-smtp.lo -MD -MP -MF .deps/libgnurl_la-smtp.Tpo -c smtp.c -fPIC -DPIC -o .libs/libgnurl_la-smtp.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-pop3.lo -MD -MP -MF .deps/libgnurl_la-pop3.Tpo -c pop3.c -fPIC -DPIC -o .libs/libgnurl_la-pop3.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_memrchr.lo -MD -MP -MF .deps/libgnurl_la-curl_memrchr.Tpo -c curl_memrchr.c -o libgnurl_la-curl_memrchr.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-curl_memrchr.Tpo .deps/libgnurl_la-curl_memrchr.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-pingpong.lo -MD -MP -MF .deps/libgnurl_la-pingpong.Tpo -c -o libgnurl_la-pingpong.lo `test -f 'pingpong.c' || echo './'`pingpong.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-pingpong.lo -MD -MP -MF .deps/libgnurl_la-pingpong.Tpo -c pingpong.c -fPIC -DPIC -o .libs/libgnurl_la-pingpong.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-pingpong.lo -MD -MP -MF .deps/libgnurl_la-pingpong.Tpo -c pingpong.c -o libgnurl_la-pingpong.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-pop3.lo -MD -MP -MF .deps/libgnurl_la-pop3.Tpo -c pop3.c -o libgnurl_la-pop3.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-pingpong.Tpo .deps/libgnurl_la-pingpong.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-rtsp.lo -MD -MP -MF .deps/libgnurl_la-rtsp.Tpo -c -o libgnurl_la-rtsp.lo `test -f 'rtsp.c' || echo './'`rtsp.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-rtsp.lo -MD -MP -MF .deps/libgnurl_la-rtsp.Tpo -c rtsp.c -fPIC -DPIC -o .libs/libgnurl_la-rtsp.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-rtsp.lo -MD -MP -MF .deps/libgnurl_la-rtsp.Tpo -c rtsp.c -o libgnurl_la-rtsp.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-smtp.lo -MD -MP -MF .deps/libgnurl_la-smtp.Tpo -c smtp.c -o libgnurl_la-smtp.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-imap.lo -MD -MP -MF .deps/libgnurl_la-imap.Tpo -c imap.c -o libgnurl_la-imap.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-pop3.Tpo .deps/libgnurl_la-pop3.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_threads.lo -MD -MP -MF .deps/libgnurl_la-curl_threads.Tpo -c -o libgnurl_la-curl_threads.lo `test -f 'curl_threads.c' || echo './'`curl_threads.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_threads.lo -MD -MP -MF .deps/libgnurl_la-curl_threads.Tpo -c curl_threads.c -fPIC -DPIC -o .libs/libgnurl_la-curl_threads.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_threads.lo -MD -MP -MF .deps/libgnurl_la-curl_threads.Tpo -c curl_threads.c -o libgnurl_la-curl_threads.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-curl_threads.Tpo .deps/libgnurl_la-curl_threads.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-warnless.lo -MD -MP -MF .deps/libgnurl_la-warnless.Tpo -c -o libgnurl_la-warnless.lo `test -f 'warnless.c' || echo './'`warnless.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-warnless.lo -MD -MP -MF .deps/libgnurl_la-warnless.Tpo -c warnless.c -fPIC -DPIC -o .libs/libgnurl_la-warnless.o
# mv -f .deps/libgnurl_la-rtsp.Tpo .deps/libgnurl_la-rtsp.Plo
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-warnless.lo -MD -MP -MF .deps/libgnurl_la-warnless.Tpo -c warnless.c -o libgnurl_la-warnless.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-hmac.lo -MD -MP -MF .deps/libgnurl_la-hmac.Tpo -c -o libgnurl_la-hmac.lo `test -f 'hmac.c' || echo './'`hmac.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-hmac.lo -MD -MP -MF .deps/libgnurl_la-hmac.Tpo -c hmac.c -fPIC -DPIC -o .libs/libgnurl_la-hmac.o
# mv -f .deps/libgnurl_la-warnless.Tpo .deps/libgnurl_la-warnless.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_rtmp.lo -MD -MP -MF .deps/libgnurl_la-curl_rtmp.Tpo -c -o libgnurl_la-curl_rtmp.lo `test -f 'curl_rtmp.c' || echo './'`curl_rtmp.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-hmac.lo -MD -MP -MF .deps/libgnurl_la-hmac.Tpo -c hmac.c -o libgnurl_la-hmac.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_rtmp.lo -MD -MP -MF .deps/libgnurl_la-curl_rtmp.Tpo -c curl_rtmp.c -fPIC -DPIC -o .libs/libgnurl_la-curl_rtmp.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_rtmp.lo -MD -MP -MF .deps/libgnurl_la-curl_rtmp.Tpo -c curl_rtmp.c -o libgnurl_la-curl_rtmp.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-curl_rtmp.Tpo .deps/libgnurl_la-curl_rtmp.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-openldap.lo -MD -MP -MF .deps/libgnurl_la-openldap.Tpo -c -o libgnurl_la-openldap.lo `test -f 'openldap.c' || echo './'`openldap.c
# mv -f .deps/libgnurl_la-hmac.Tpo .deps/libgnurl_la-hmac.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_gethostname.lo -MD -MP -MF .deps/libgnurl_la-curl_gethostname.Tpo -c -o libgnurl_la-curl_gethostname.lo `test -f 'curl_gethostname.c' || echo './'`curl_gethostname.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-openldap.lo -MD -MP -MF .deps/libgnurl_la-openldap.Tpo -c openldap.c -fPIC -DPIC -o .libs/libgnurl_la-openldap.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_gethostname.lo -MD -MP -MF .deps/libgnurl_la-curl_gethostname.Tpo -c curl_gethostname.c -fPIC -DPIC -o .libs/libgnurl_la-curl_gethostname.o
# mv -f .deps/libgnurl_la-smtp.Tpo .deps/libgnurl_la-smtp.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-gopher.lo -MD -MP -MF .deps/libgnurl_la-gopher.Tpo -c -o libgnurl_la-gopher.lo `test -f 'gopher.c' || echo './'`gopher.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-openldap.lo -MD -MP -MF .deps/libgnurl_la-openldap.Tpo -c openldap.c -o libgnurl_la-openldap.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-gopher.lo -MD -MP -MF .deps/libgnurl_la-gopher.Tpo -c gopher.c -fPIC -DPIC -o .libs/libgnurl_la-gopher.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_gethostname.lo -MD -MP -MF .deps/libgnurl_la-curl_gethostname.Tpo -c curl_gethostname.c -o libgnurl_la-curl_gethostname.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-curl_gethostname.Tpo .deps/libgnurl_la-curl_gethostname.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-idn_win32.lo -MD -MP -MF .deps/libgnurl_la-idn_win32.Tpo -c -o libgnurl_la-idn_win32.lo `test -f 'idn_win32.c' || echo './'`idn_win32.c
# mv -f .deps/libgnurl_la-openldap.Tpo .deps/libgnurl_la-openldap.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-http_negotiate_sspi.lo -MD -MP -MF .deps/libgnurl_la-http_negotiate_sspi.Tpo -c -o libgnurl_la-http_negotiate_sspi.lo `test -f 'http_negotiate_sspi.c' || echo './'`http_negotiate_sspi.c
# mv -f .deps/libgnurl_la-imap.Tpo .deps/libgnurl_la-imap.Plo
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-idn_win32.lo -MD -MP -MF .deps/libgnurl_la-idn_win32.Tpo -c idn_win32.c -fPIC -DPIC -o .libs/libgnurl_la-idn_win32.o
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-http_proxy.lo -MD -MP -MF .deps/libgnurl_la-http_proxy.Tpo -c -o libgnurl_la-http_proxy.lo `test -f 'http_proxy.c' || echo './'`http_proxy.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-gopher.lo -MD -MP -MF .deps/libgnurl_la-gopher.Tpo -c gopher.c -o libgnurl_la-gopher.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-http_negotiate_sspi.lo -MD -MP -MF .deps/libgnurl_la-http_negotiate_sspi.Tpo -c http_negotiate_sspi.c -fPIC -DPIC -o .libs/libgnurl_la-http_negotiate_sspi.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-http_proxy.lo -MD -MP -MF .deps/libgnurl_la-http_proxy.Tpo -c http_proxy.c -fPIC -DPIC -o .libs/libgnurl_la-http_proxy.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-idn_win32.lo -MD -MP -MF .deps/libgnurl_la-idn_win32.Tpo -c idn_win32.c -o libgnurl_la-idn_win32.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-http_negotiate_sspi.lo -MD -MP -MF .deps/libgnurl_la-http_negotiate_sspi.Tpo -c http_negotiate_sspi.c -o libgnurl_la-http_negotiate_sspi.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-idn_win32.Tpo .deps/libgnurl_la-idn_win32.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-non-ascii.lo -MD -MP -MF .deps/libgnurl_la-non-ascii.Tpo -c -o libgnurl_la-non-ascii.lo `test -f 'non-ascii.c' || echo './'`non-ascii.c
# mv -f .deps/libgnurl_la-http_negotiate_sspi.Tpo .deps/libgnurl_la-http_negotiate_sspi.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-asyn-ares.lo -MD -MP -MF .deps/libgnurl_la-asyn-ares.Tpo -c -o libgnurl_la-asyn-ares.lo `test -f 'asyn-ares.c' || echo './'`asyn-ares.c
# mv -f .deps/libgnurl_la-gopher.Tpo .deps/libgnurl_la-gopher.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-asyn-thread.lo -MD -MP -MF .deps/libgnurl_la-asyn-thread.Tpo -c -o libgnurl_la-asyn-thread.lo `test -f 'asyn-thread.c' || echo './'`asyn-thread.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-non-ascii.lo -MD -MP -MF .deps/libgnurl_la-non-ascii.Tpo -c non-ascii.c -fPIC -DPIC -o .libs/libgnurl_la-non-ascii.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-asyn-ares.lo -MD -MP -MF .deps/libgnurl_la-asyn-ares.Tpo -c asyn-ares.c -fPIC -DPIC -o .libs/libgnurl_la-asyn-ares.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-asyn-thread.lo -MD -MP -MF .deps/libgnurl_la-asyn-thread.Tpo -c asyn-thread.c -fPIC -DPIC -o .libs/libgnurl_la-asyn-thread.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-asyn-ares.lo -MD -MP -MF .deps/libgnurl_la-asyn-ares.Tpo -c asyn-ares.c -o libgnurl_la-asyn-ares.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-non-ascii.lo -MD -MP -MF .deps/libgnurl_la-non-ascii.Tpo -c non-ascii.c -o libgnurl_la-non-ascii.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-non-ascii.Tpo .deps/libgnurl_la-non-ascii.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_gssapi.lo -MD -MP -MF .deps/libgnurl_la-curl_gssapi.Tpo -c -o libgnurl_la-curl_gssapi.lo `test -f 'curl_gssapi.c' || echo './'`curl_gssapi.c
# mv -f .deps/libgnurl_la-asyn-ares.Tpo .deps/libgnurl_la-asyn-ares.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_ntlm.lo -MD -MP -MF .deps/libgnurl_la-curl_ntlm.Tpo -c -o libgnurl_la-curl_ntlm.lo `test -f 'curl_ntlm.c' || echo './'`curl_ntlm.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-http_proxy.lo -MD -MP -MF .deps/libgnurl_la-http_proxy.Tpo -c http_proxy.c -o libgnurl_la-http_proxy.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_ntlm.lo -MD -MP -MF .deps/libgnurl_la-curl_ntlm.Tpo -c curl_ntlm.c -fPIC -DPIC -o .libs/libgnurl_la-curl_ntlm.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_gssapi.lo -MD -MP -MF .deps/libgnurl_la-curl_gssapi.Tpo -c curl_gssapi.c -fPIC -DPIC -o .libs/libgnurl_la-curl_gssapi.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_ntlm.lo -MD -MP -MF .deps/libgnurl_la-curl_ntlm.Tpo -c curl_ntlm.c -o libgnurl_la-curl_ntlm.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_gssapi.lo -MD -MP -MF .deps/libgnurl_la-curl_gssapi.Tpo -c curl_gssapi.c -o libgnurl_la-curl_gssapi.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-curl_ntlm.Tpo .deps/libgnurl_la-curl_ntlm.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_ntlm_wb.lo -MD -MP -MF .deps/libgnurl_la-curl_ntlm_wb.Tpo -c -o libgnurl_la-curl_ntlm_wb.lo `test -f 'curl_ntlm_wb.c' || echo './'`curl_ntlm_wb.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-asyn-thread.lo -MD -MP -MF .deps/libgnurl_la-asyn-thread.Tpo -c asyn-thread.c -o libgnurl_la-asyn-thread.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_ntlm_wb.lo -MD -MP -MF .deps/libgnurl_la-curl_ntlm_wb.Tpo -c curl_ntlm_wb.c -fPIC -DPIC -o .libs/libgnurl_la-curl_ntlm_wb.o
# mv -f .deps/libgnurl_la-curl_gssapi.Tpo .deps/libgnurl_la-curl_gssapi.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_ntlm_core.lo -MD -MP -MF .deps/libgnurl_la-curl_ntlm_core.Tpo -c -o libgnurl_la-curl_ntlm_core.lo `test -f 'curl_ntlm_core.c' || echo './'`curl_ntlm_core.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_ntlm_core.lo -MD -MP -MF .deps/libgnurl_la-curl_ntlm_core.Tpo -c curl_ntlm_core.c -fPIC -DPIC -o .libs/libgnurl_la-curl_ntlm_core.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_ntlm_wb.lo -MD -MP -MF .deps/libgnurl_la-curl_ntlm_wb.Tpo -c curl_ntlm_wb.c -o libgnurl_la-curl_ntlm_wb.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_ntlm_core.lo -MD -MP -MF .deps/libgnurl_la-curl_ntlm_core.Tpo -c curl_ntlm_core.c -o libgnurl_la-curl_ntlm_core.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-http_proxy.Tpo .deps/libgnurl_la-http_proxy.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_ntlm_msgs.lo -MD -MP -MF .deps/libgnurl_la-curl_ntlm_msgs.Tpo -c -o libgnurl_la-curl_ntlm_msgs.lo `test -f 'curl_ntlm_msgs.c' || echo './'`curl_ntlm_msgs.c
# mv -f .deps/libgnurl_la-curl_ntlm_wb.Tpo .deps/libgnurl_la-curl_ntlm_wb.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_sasl.lo -MD -MP -MF .deps/libgnurl_la-curl_sasl.Tpo -c -o libgnurl_la-curl_sasl.lo `test -f 'curl_sasl.c' || echo './'`curl_sasl.c
# mv -f .deps/libgnurl_la-curl_ntlm_core.Tpo .deps/libgnurl_la-curl_ntlm_core.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_multibyte.lo -MD -MP -MF .deps/libgnurl_la-curl_multibyte.Tpo -c -o libgnurl_la-curl_multibyte.lo `test -f 'curl_multibyte.c' || echo './'`curl_multibyte.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_ntlm_msgs.lo -MD -MP -MF .deps/libgnurl_la-curl_ntlm_msgs.Tpo -c curl_ntlm_msgs.c -fPIC -DPIC -o .libs/libgnurl_la-curl_ntlm_msgs.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_sasl.lo -MD -MP -MF .deps/libgnurl_la-curl_sasl.Tpo -c curl_sasl.c -fPIC -DPIC -o .libs/libgnurl_la-curl_sasl.o
# mv -f .deps/libgnurl_la-asyn-thread.Tpo .deps/libgnurl_la-asyn-thread.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-hostcheck.lo -MD -MP -MF .deps/libgnurl_la-hostcheck.Tpo -c -o libgnurl_la-hostcheck.lo `test -f 'hostcheck.c' || echo './'`hostcheck.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_multibyte.lo -MD -MP -MF .deps/libgnurl_la-curl_multibyte.Tpo -c curl_multibyte.c -fPIC -DPIC -o .libs/libgnurl_la-curl_multibyte.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_ntlm_msgs.lo -MD -MP -MF .deps/libgnurl_la-curl_ntlm_msgs.Tpo -c curl_ntlm_msgs.c -o libgnurl_la-curl_ntlm_msgs.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_multibyte.lo -MD -MP -MF .deps/libgnurl_la-curl_multibyte.Tpo -c curl_multibyte.c -o libgnurl_la-curl_multibyte.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-hostcheck.lo -MD -MP -MF .deps/libgnurl_la-hostcheck.Tpo -c hostcheck.c -fPIC -DPIC -o .libs/libgnurl_la-hostcheck.o
# mv -f .deps/libgnurl_la-curl_ntlm_msgs.Tpo .deps/libgnurl_la-curl_ntlm_msgs.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-bundles.lo -MD -MP -MF .deps/libgnurl_la-bundles.Tpo -c -o libgnurl_la-bundles.lo `test -f 'bundles.c' || echo './'`bundles.c
# mv -f .deps/libgnurl_la-curl_multibyte.Tpo .deps/libgnurl_la-curl_multibyte.Plo
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-hostcheck.lo -MD -MP -MF .deps/libgnurl_la-hostcheck.Tpo -c hostcheck.c -o libgnurl_la-hostcheck.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-conncache.lo -MD -MP -MF .deps/libgnurl_la-conncache.Tpo -c -o libgnurl_la-conncache.lo `test -f 'conncache.c' || echo './'`conncache.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-bundles.lo -MD -MP -MF .deps/libgnurl_la-bundles.Tpo -c bundles.c -fPIC -DPIC -o .libs/libgnurl_la-bundles.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-conncache.lo -MD -MP -MF .deps/libgnurl_la-conncache.Tpo -c conncache.c -fPIC -DPIC -o .libs/libgnurl_la-conncache.o
# mv -f .deps/libgnurl_la-hostcheck.Tpo .deps/libgnurl_la-hostcheck.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-pipeline.lo -MD -MP -MF .deps/libgnurl_la-pipeline.Tpo -c -o libgnurl_la-pipeline.lo `test -f 'pipeline.c' || echo './'`pipeline.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-pipeline.lo -MD -MP -MF .deps/libgnurl_la-pipeline.Tpo -c pipeline.c -fPIC -DPIC -o .libs/libgnurl_la-pipeline.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-conncache.lo -MD -MP -MF .deps/libgnurl_la-conncache.Tpo -c conncache.c -o libgnurl_la-conncache.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-bundles.lo -MD -MP -MF .deps/libgnurl_la-bundles.Tpo -c bundles.c -o libgnurl_la-bundles.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-pipeline.lo -MD -MP -MF .deps/libgnurl_la-pipeline.Tpo -c pipeline.c -o libgnurl_la-pipeline.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-bundles.Tpo .deps/libgnurl_la-bundles.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-dotdot.lo -MD -MP -MF .deps/libgnurl_la-dotdot.Tpo -c -o libgnurl_la-dotdot.lo `test -f 'dotdot.c' || echo './'`dotdot.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-dotdot.lo -MD -MP -MF .deps/libgnurl_la-dotdot.Tpo -c dotdot.c -fPIC -DPIC -o .libs/libgnurl_la-dotdot.o
# mv -f .deps/libgnurl_la-conncache.Tpo .deps/libgnurl_la-conncache.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-x509asn1.lo -MD -MP -MF .deps/libgnurl_la-x509asn1.Tpo -c -o libgnurl_la-x509asn1.lo `test -f 'x509asn1.c' || echo './'`x509asn1.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-x509asn1.lo -MD -MP -MF .deps/libgnurl_la-x509asn1.Tpo -c x509asn1.c -fPIC -DPIC -o .libs/libgnurl_la-x509asn1.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_sasl.lo -MD -MP -MF .deps/libgnurl_la-curl_sasl.Tpo -c curl_sasl.c -o libgnurl_la-curl_sasl.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-dotdot.lo -MD -MP -MF .deps/libgnurl_la-dotdot.Tpo -c dotdot.c -o libgnurl_la-dotdot.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-x509asn1.lo -MD -MP -MF .deps/libgnurl_la-x509asn1.Tpo -c x509asn1.c -o libgnurl_la-x509asn1.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-pipeline.Tpo .deps/libgnurl_la-pipeline.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-http2.lo -MD -MP -MF .deps/libgnurl_la-http2.Tpo -c -o libgnurl_la-http2.lo `test -f 'http2.c' || echo './'`http2.c
# mv -f .deps/libgnurl_la-x509asn1.Tpo .deps/libgnurl_la-x509asn1.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_sasl_sspi.lo -MD -MP -MF .deps/libgnurl_la-curl_sasl_sspi.Tpo -c -o libgnurl_la-curl_sasl_sspi.lo `test -f 'curl_sasl_sspi.c' || echo './'`curl_sasl_sspi.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-http2.lo -MD -MP -MF .deps/libgnurl_la-http2.Tpo -c http2.c -fPIC -DPIC -o .libs/libgnurl_la-http2.o
# mv -f .deps/libgnurl_la-dotdot.Tpo .deps/libgnurl_la-dotdot.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-smb.lo -MD -MP -MF .deps/libgnurl_la-smb.Tpo -c -o libgnurl_la-smb.lo `test -f 'smb.c' || echo './'`smb.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-smb.lo -MD -MP -MF .deps/libgnurl_la-smb.Tpo -c smb.c -fPIC -DPIC -o .libs/libgnurl_la-smb.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_sasl_sspi.lo -MD -MP -MF .deps/libgnurl_la-curl_sasl_sspi.Tpo -c curl_sasl_sspi.c -fPIC -DPIC -o .libs/libgnurl_la-curl_sasl_sspi.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-http2.lo -MD -MP -MF .deps/libgnurl_la-http2.Tpo -c http2.c -o libgnurl_la-http2.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-smb.lo -MD -MP -MF .deps/libgnurl_la-smb.Tpo -c smb.c -o libgnurl_la-smb.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_sasl_sspi.lo -MD -MP -MF .deps/libgnurl_la-curl_sasl_sspi.Tpo -c curl_sasl_sspi.c -o libgnurl_la-curl_sasl_sspi.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-smb.Tpo .deps/libgnurl_la-smb.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_sasl_gssapi.lo -MD -MP -MF .deps/libgnurl_la-curl_sasl_gssapi.Tpo -c -o libgnurl_la-curl_sasl_gssapi.lo `test -f 'curl_sasl_gssapi.c' || echo './'`curl_sasl_gssapi.c
# mv -f .deps/libgnurl_la-http2.Tpo .deps/libgnurl_la-http2.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_endian.lo -MD -MP -MF .deps/libgnurl_la-curl_endian.Tpo -c -o libgnurl_la-curl_endian.lo `test -f 'curl_endian.c' || echo './'`curl_endian.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_sasl_gssapi.lo -MD -MP -MF .deps/libgnurl_la-curl_sasl_gssapi.Tpo -c curl_sasl_gssapi.c -fPIC -DPIC -o .libs/libgnurl_la-curl_sasl_gssapi.o
# mv -f .deps/libgnurl_la-curl_sasl_sspi.Tpo .deps/libgnurl_la-curl_sasl_sspi.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-openssl.lo -MD -MP -MF vtls/.deps/libgnurl_la-openssl.Tpo -c -o vtls/libgnurl_la-openssl.lo `test -f 'vtls/openssl.c' || echo './'`vtls/openssl.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_endian.lo -MD -MP -MF .deps/libgnurl_la-curl_endian.Tpo -c curl_endian.c -fPIC -DPIC -o .libs/libgnurl_la-curl_endian.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-openssl.lo -MD -MP -MF vtls/.deps/libgnurl_la-openssl.Tpo -c vtls/openssl.c -fPIC -DPIC -o vtls/.libs/libgnurl_la-openssl.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_sasl_gssapi.lo -MD -MP -MF .deps/libgnurl_la-curl_sasl_gssapi.Tpo -c curl_sasl_gssapi.c -o libgnurl_la-curl_sasl_gssapi.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT libgnurl_la-curl_endian.lo -MD -MP -MF .deps/libgnurl_la-curl_endian.Tpo -c curl_endian.c -o libgnurl_la-curl_endian.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-curl_sasl_gssapi.Tpo .deps/libgnurl_la-curl_sasl_gssapi.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-gtls.lo -MD -MP -MF vtls/.deps/libgnurl_la-gtls.Tpo -c -o vtls/libgnurl_la-gtls.lo `test -f 'vtls/gtls.c' || echo './'`vtls/gtls.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-openssl.lo -MD -MP -MF vtls/.deps/libgnurl_la-openssl.Tpo -c vtls/openssl.c -o vtls/libgnurl_la-openssl.o >/dev/null 2>&1
# mv -f .deps/libgnurl_la-curl_sasl.Tpo .deps/libgnurl_la-curl_sasl.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-vtls.lo -MD -MP -MF vtls/.deps/libgnurl_la-vtls.Tpo -c -o vtls/libgnurl_la-vtls.lo `test -f 'vtls/vtls.c' || echo './'`vtls/vtls.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-gtls.lo -MD -MP -MF vtls/.deps/libgnurl_la-gtls.Tpo -c vtls/gtls.c -fPIC -DPIC -o vtls/.libs/libgnurl_la-gtls.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-vtls.lo -MD -MP -MF vtls/.deps/libgnurl_la-vtls.Tpo -c vtls/vtls.c -fPIC -DPIC -o vtls/.libs/libgnurl_la-vtls.o
# mv -f vtls/.deps/libgnurl_la-openssl.Tpo vtls/.deps/libgnurl_la-openssl.Plo
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-gtls.lo -MD -MP -MF vtls/.deps/libgnurl_la-gtls.Tpo -c vtls/gtls.c -o vtls/libgnurl_la-gtls.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-nss.lo -MD -MP -MF vtls/.deps/libgnurl_la-nss.Tpo -c -o vtls/libgnurl_la-nss.lo `test -f 'vtls/nss.c' || echo './'`vtls/nss.c
# mv -f .deps/libgnurl_la-curl_endian.Tpo .deps/libgnurl_la-curl_endian.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-polarssl.lo -MD -MP -MF vtls/.deps/libgnurl_la-polarssl.Tpo -c -o vtls/libgnurl_la-polarssl.lo `test -f 'vtls/polarssl.c' || echo './'`vtls/polarssl.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-nss.lo -MD -MP -MF vtls/.deps/libgnurl_la-nss.Tpo -c vtls/nss.c -fPIC -DPIC -o vtls/.libs/libgnurl_la-nss.o
# mv -f vtls/.deps/libgnurl_la-gtls.Tpo vtls/.deps/libgnurl_la-gtls.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-polarssl_threadlock.lo -MD -MP -MF vtls/.deps/libgnurl_la-polarssl_threadlock.Tpo -c -o vtls/libgnurl_la-polarssl_threadlock.lo `test -f 'vtls/polarssl_threadlock.c' || echo './'`vtls/polarssl_threadlock.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-polarssl.lo -MD -MP -MF vtls/.deps/libgnurl_la-polarssl.Tpo -c vtls/polarssl.c -fPIC -DPIC -o vtls/.libs/libgnurl_la-polarssl.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-polarssl.lo -MD -MP -MF vtls/.deps/libgnurl_la-polarssl.Tpo -c vtls/polarssl.c -o vtls/libgnurl_la-polarssl.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-polarssl_threadlock.lo -MD -MP -MF vtls/.deps/libgnurl_la-polarssl_threadlock.Tpo -c vtls/polarssl_threadlock.c -fPIC -DPIC -o vtls/.libs/libgnurl_la-polarssl_threadlock.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-nss.lo -MD -MP -MF vtls/.deps/libgnurl_la-nss.Tpo -c vtls/nss.c -o vtls/libgnurl_la-nss.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-vtls.lo -MD -MP -MF vtls/.deps/libgnurl_la-vtls.Tpo -c vtls/vtls.c -o vtls/libgnurl_la-vtls.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-polarssl_threadlock.lo -MD -MP -MF vtls/.deps/libgnurl_la-polarssl_threadlock.Tpo -c vtls/polarssl_threadlock.c -o vtls/libgnurl_la-polarssl_threadlock.o >/dev/null 2>&1
# mv -f vtls/.deps/libgnurl_la-nss.Tpo vtls/.deps/libgnurl_la-nss.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-axtls.lo -MD -MP -MF vtls/.deps/libgnurl_la-axtls.Tpo -c -o vtls/libgnurl_la-axtls.lo `test -f 'vtls/axtls.c' || echo './'`vtls/axtls.c
# mv -f vtls/.deps/libgnurl_la-polarssl.Tpo vtls/.deps/libgnurl_la-polarssl.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-cyassl.lo -MD -MP -MF vtls/.deps/libgnurl_la-cyassl.Tpo -c -o vtls/libgnurl_la-cyassl.lo `test -f 'vtls/cyassl.c' || echo './'`vtls/cyassl.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-axtls.lo -MD -MP -MF vtls/.deps/libgnurl_la-axtls.Tpo -c vtls/axtls.c -fPIC -DPIC -o vtls/.libs/libgnurl_la-axtls.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-cyassl.lo -MD -MP -MF vtls/.deps/libgnurl_la-cyassl.Tpo -c vtls/cyassl.c -fPIC -DPIC -o vtls/.libs/libgnurl_la-cyassl.o
# mv -f vtls/.deps/libgnurl_la-polarssl_threadlock.Tpo vtls/.deps/libgnurl_la-polarssl_threadlock.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-curl_schannel.lo -MD -MP -MF vtls/.deps/libgnurl_la-curl_schannel.Tpo -c -o vtls/libgnurl_la-curl_schannel.lo `test -f 'vtls/curl_schannel.c' || echo './'`vtls/curl_schannel.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-axtls.lo -MD -MP -MF vtls/.deps/libgnurl_la-axtls.Tpo -c vtls/axtls.c -o vtls/libgnurl_la-axtls.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-cyassl.lo -MD -MP -MF vtls/.deps/libgnurl_la-cyassl.Tpo -c vtls/cyassl.c -o vtls/libgnurl_la-cyassl.o >/dev/null 2>&1
# mv -f vtls/.deps/libgnurl_la-vtls.Tpo vtls/.deps/libgnurl_la-vtls.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-curl_darwinssl.lo -MD -MP -MF vtls/.deps/libgnurl_la-curl_darwinssl.Tpo -c -o vtls/libgnurl_la-curl_darwinssl.lo `test -f 'vtls/curl_darwinssl.c' || echo './'`vtls/curl_darwinssl.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-curl_schannel.lo -MD -MP -MF vtls/.deps/libgnurl_la-curl_schannel.Tpo -c vtls/curl_schannel.c -fPIC -DPIC -o vtls/.libs/libgnurl_la-curl_schannel.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-curl_darwinssl.lo -MD -MP -MF vtls/.deps/libgnurl_la-curl_darwinssl.Tpo -c vtls/curl_darwinssl.c -fPIC -DPIC -o vtls/.libs/libgnurl_la-curl_darwinssl.o
# mv -f vtls/.deps/libgnurl_la-cyassl.Tpo vtls/.deps/libgnurl_la-cyassl.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-gskit.lo -MD -MP -MF vtls/.deps/libgnurl_la-gskit.Tpo -c -o vtls/libgnurl_la-gskit.lo `test -f 'vtls/gskit.c' || echo './'`vtls/gskit.c
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-gskit.lo -MD -MP -MF vtls/.deps/libgnurl_la-gskit.Tpo -c vtls/gskit.c -fPIC -DPIC -o vtls/.libs/libgnurl_la-gskit.o
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-curl_schannel.lo -MD -MP -MF vtls/.deps/libgnurl_la-curl_schannel.Tpo -c vtls/curl_schannel.c -o vtls/libgnurl_la-curl_schannel.o >/dev/null 2>&1
# mv -f vtls/.deps/libgnurl_la-axtls.Tpo vtls/.deps/libgnurl_la-axtls.Plo
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-curl_darwinssl.lo -MD -MP -MF vtls/.deps/libgnurl_la-curl_darwinssl.Tpo -c vtls/curl_darwinssl.c -o vtls/libgnurl_la-curl_darwinssl.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -O2 -Wno-system-headers -MT vtls/libgnurl_la-gskit.lo -MD -MP -MF vtls/.deps/libgnurl_la-gskit.Tpo -c vtls/gskit.c -o vtls/libgnurl_la-gskit.o >/dev/null 2>&1
# mv -f vtls/.deps/libgnurl_la-curl_schannel.Tpo vtls/.deps/libgnurl_la-curl_schannel.Plo
# mv -f vtls/.deps/libgnurl_la-gskit.Tpo vtls/.deps/libgnurl_la-gskit.Plo
# mv -f vtls/.deps/libgnurl_la-curl_darwinssl.Tpo vtls/.deps/libgnurl_la-curl_darwinssl.Plo
# /bin/sh ../libtool --tag=CC --mode=link arm-linux-androideabi-gcc -O2 -Wno-system-headers -lz -o libgnurl.la -rpath /usr/lib libgnurl_la-file.lo libgnurl_la-timeval.lo libgnurl_la-base64.lo libgnurl_la-hostip.lo libgnurl_la-progress.lo libgnurl_la-formdata.lo libgnurl_la-cookie.lo libgnurl_la-http.lo libgnurl_la-sendf.lo libgnurl_la-ftp.lo libgnurl_la-url.lo libgnurl_la-dict.lo libgnurl_la-if2ip.lo libgnurl_la-speedcheck.lo libgnurl_la-ldap.lo libgnurl_la-version.lo libgnurl_la-getenv.lo libgnurl_la-escape.lo libgnurl_la-mprintf.lo libgnurl_la-telnet.lo libgnurl_la-netrc.lo libgnurl_la-getinfo.lo libgnurl_la-transfer.lo libgnurl_la-strequal.lo libgnurl_la-easy.lo libgnurl_la-security.lo libgnurl_la-curl_fnmatch.lo libgnurl_la-fileinfo.lo libgnurl_la-ftplistparser.lo libgnurl_la-wildcard.lo libgnurl_la-krb5.lo libgnurl_la-memdebug.lo libgnurl_la-http_chunks.lo libgnurl_la-strtok.lo libgnurl_la-connect.lo libgnurl_la-llist.lo libgnurl_la-hash.lo libgnurl_la-multi.lo libgnurl_la-content_encoding.lo libgnurl_la-share.lo libgnurl_la-http_digest.lo libgnurl_la-md4.lo libgnurl_la-md5.lo libgnurl_la-http_negotiate.lo libgnurl_la-inet_pton.lo libgnurl_la-strtoofft.lo libgnurl_la-strerror.lo libgnurl_la-amigaos.lo libgnurl_la-hostasyn.lo libgnurl_la-hostip4.lo libgnurl_la-hostip6.lo libgnurl_la-hostsyn.lo libgnurl_la-inet_ntop.lo libgnurl_la-parsedate.lo libgnurl_la-select.lo libgnurl_la-tftp.lo libgnurl_la-splay.lo libgnurl_la-strdup.lo libgnurl_la-socks.lo libgnurl_la-ssh.lo libgnurl_la-rawstr.lo libgnurl_la-curl_addrinfo.lo libgnurl_la-socks_gssapi.lo libgnurl_la-socks_sspi.lo libgnurl_la-curl_sspi.lo libgnurl_la-slist.lo libgnurl_la-nonblock.lo libgnurl_la-curl_memrchr.lo libgnurl_la-imap.lo libgnurl_la-pop3.lo libgnurl_la-smtp.lo libgnurl_la-pingpong.lo libgnurl_la-rtsp.lo libgnurl_la-curl_threads.lo libgnurl_la-warnless.lo libgnurl_la-hmac.lo libgnurl_la-curl_rtmp.lo libgnurl_la-openldap.lo libgnurl_la-curl_gethostname.lo libgnurl_la-gopher.lo libgnurl_la-idn_win32.lo libgnurl_la-http_negotiate_sspi.lo libgnurl_la-http_proxy.lo libgnurl_la-non-ascii.lo libgnurl_la-asyn-ares.lo libgnurl_la-asyn-thread.lo libgnurl_la-curl_gssapi.lo libgnurl_la-curl_ntlm.lo libgnurl_la-curl_ntlm_wb.lo libgnurl_la-curl_ntlm_core.lo libgnurl_la-curl_ntlm_msgs.lo libgnurl_la-curl_sasl.lo libgnurl_la-curl_multibyte.lo libgnurl_la-hostcheck.lo libgnurl_la-bundles.lo libgnurl_la-conncache.lo libgnurl_la-pipeline.lo libgnurl_la-dotdot.lo libgnurl_la-x509asn1.lo libgnurl_la-http2.lo libgnurl_la-curl_sasl_sspi.lo libgnurl_la-smb.lo libgnurl_la-curl_sasl_gssapi.lo libgnurl_la-curl_endian.lo vtls/libgnurl_la-openssl.lo vtls/libgnurl_la-gtls.lo vtls/libgnurl_la-vtls.lo vtls/libgnurl_la-nss.lo vtls/libgnurl_la-polarssl.lo vtls/libgnurl_la-polarssl_threadlock.lo vtls/libgnurl_la-axtls.lo vtls/libgnurl_la-cyassl.lo vtls/libgnurl_la-curl_schannel.lo vtls/libgnurl_la-curl_darwinssl.lo vtls/libgnurl_la-gskit.lo
# libtool: link: arm-linux-androideabi-gcc -shared -fPIC -DPIC .libs/libgnurl_la-file.o .libs/libgnurl_la-timeval.o .libs/libgnurl_la-base64.o .libs/libgnurl_la-hostip.o .libs/libgnurl_la-progress.o .libs/libgnurl_la-formdata.o .libs/libgnurl_la-cookie.o .libs/libgnurl_la-http.o .libs/libgnurl_la-sendf.o .libs/libgnurl_la-ftp.o .libs/libgnurl_la-url.o .libs/libgnurl_la-dict.o .libs/libgnurl_la-if2ip.o .libs/libgnurl_la-speedcheck.o .libs/libgnurl_la-ldap.o .libs/libgnurl_la-version.o .libs/libgnurl_la-getenv.o .libs/libgnurl_la-escape.o .libs/libgnurl_la-mprintf.o .libs/libgnurl_la-telnet.o .libs/libgnurl_la-netrc.o .libs/libgnurl_la-getinfo.o .libs/libgnurl_la-transfer.o .libs/libgnurl_la-strequal.o .libs/libgnurl_la-easy.o .libs/libgnurl_la-security.o .libs/libgnurl_la-curl_fnmatch.o .libs/libgnurl_la-fileinfo.o .libs/libgnurl_la-ftplistparser.o .libs/libgnurl_la-wildcard.o .libs/libgnurl_la-krb5.o .libs/libgnurl_la-memdebug.o .libs/libgnurl_la-http_chunks.o .libs/libgnurl_la-strtok.o .libs/libgnurl_la-connect.o .libs/libgnurl_la-llist.o .libs/libgnurl_la-hash.o .libs/libgnurl_la-multi.o .libs/libgnurl_la-content_encoding.o .libs/libgnurl_la-share.o .libs/libgnurl_la-http_digest.o .libs/libgnurl_la-md4.o .libs/libgnurl_la-md5.o .libs/libgnurl_la-http_negotiate.o .libs/libgnurl_la-inet_pton.o .libs/libgnurl_la-strtoofft.o .libs/libgnurl_la-strerror.o .libs/libgnurl_la-amigaos.o .libs/libgnurl_la-hostasyn.o .libs/libgnurl_la-hostip4.o .libs/libgnurl_la-hostip6.o .libs/libgnurl_la-hostsyn.o .libs/libgnurl_la-inet_ntop.o .libs/libgnurl_la-parsedate.o .libs/libgnurl_la-select.o .libs/libgnurl_la-tftp.o .libs/libgnurl_la-splay.o .libs/libgnurl_la-strdup.o .libs/libgnurl_la-socks.o .libs/libgnurl_la-ssh.o .libs/libgnurl_la-rawstr.o .libs/libgnurl_la-curl_addrinfo.o .libs/libgnurl_la-socks_gssapi.o .libs/libgnurl_la-socks_sspi.o .libs/libgnurl_la-curl_sspi.o .libs/libgnurl_la-slist.o .libs/libgnurl_la-nonblock.o .libs/libgnurl_la-curl_memrchr.o .libs/libgnurl_la-imap.o .libs/libgnurl_la-pop3.o .libs/libgnurl_la-smtp.o .libs/libgnurl_la-pingpong.o .libs/libgnurl_la-rtsp.o .libs/libgnurl_la-curl_threads.o .libs/libgnurl_la-warnless.o .libs/libgnurl_la-hmac.o .libs/libgnurl_la-curl_rtmp.o .libs/libgnurl_la-openldap.o .libs/libgnurl_la-curl_gethostname.o .libs/libgnurl_la-gopher.o .libs/libgnurl_la-idn_win32.o .libs/libgnurl_la-http_negotiate_sspi.o .libs/libgnurl_la-http_proxy.o .libs/libgnurl_la-non-ascii.o .libs/libgnurl_la-asyn-ares.o .libs/libgnurl_la-asyn-thread.o .libs/libgnurl_la-curl_gssapi.o .libs/libgnurl_la-curl_ntlm.o .libs/libgnurl_la-curl_ntlm_wb.o .libs/libgnurl_la-curl_ntlm_core.o .libs/libgnurl_la-curl_ntlm_msgs.o .libs/libgnurl_la-curl_sasl.o .libs/libgnurl_la-curl_multibyte.o .libs/libgnurl_la-hostcheck.o .libs/libgnurl_la-bundles.o .libs/libgnurl_la-conncache.o .libs/libgnurl_la-pipeline.o .libs/libgnurl_la-dotdot.o .libs/libgnurl_la-x509asn1.o .libs/libgnurl_la-http2.o .libs/libgnurl_la-curl_sasl_sspi.o .libs/libgnurl_la-smb.o .libs/libgnurl_la-curl_sasl_gssapi.o .libs/libgnurl_la-curl_endian.o vtls/.libs/libgnurl_la-openssl.o vtls/.libs/libgnurl_la-gtls.o vtls/.libs/libgnurl_la-vtls.o vtls/.libs/libgnurl_la-nss.o vtls/.libs/libgnurl_la-polarssl.o vtls/.libs/libgnurl_la-polarssl_threadlock.o vtls/.libs/libgnurl_la-axtls.o vtls/.libs/libgnurl_la-cyassl.o vtls/.libs/libgnurl_la-curl_schannel.o vtls/.libs/libgnurl_la-curl_darwinssl.o vtls/.libs/libgnurl_la-gskit.o -lz -O2 -Wl,-soname -Wl,libgnurl.so.0 -o .libs/libgnurl.so.0.0.0
# libtool: link: (cd ".libs" && rm -f "libgnurl.so.0" && ln -s "libgnurl.so.0.0.0" "libgnurl.so.0")
# libtool: link: (cd ".libs" && rm -f "libgnurl.so" && ln -s "libgnurl.so.0.0.0" "libgnurl.so")
# libtool: link: /sysroot/bin/arm-linux-androideabi-ar cru .libs/libgnurl.a libgnurl_la-file.o libgnurl_la-timeval.o libgnurl_la-base64.o libgnurl_la-hostip.o libgnurl_la-progress.o libgnurl_la-formdata.o libgnurl_la-cookie.o libgnurl_la-http.o libgnurl_la-sendf.o libgnurl_la-ftp.o libgnurl_la-url.o libgnurl_la-dict.o libgnurl_la-if2ip.o libgnurl_la-speedcheck.o libgnurl_la-ldap.o libgnurl_la-version.o libgnurl_la-getenv.o libgnurl_la-escape.o libgnurl_la-mprintf.o libgnurl_la-telnet.o libgnurl_la-netrc.o libgnurl_la-getinfo.o libgnurl_la-transfer.o libgnurl_la-strequal.o libgnurl_la-easy.o libgnurl_la-security.o libgnurl_la-curl_fnmatch.o libgnurl_la-fileinfo.o libgnurl_la-ftplistparser.o libgnurl_la-wildcard.o libgnurl_la-krb5.o libgnurl_la-memdebug.o libgnurl_la-http_chunks.o libgnurl_la-strtok.o libgnurl_la-connect.o libgnurl_la-llist.o libgnurl_la-hash.o libgnurl_la-multi.o libgnurl_la-content_encoding.o libgnurl_la-share.o libgnurl_la-http_digest.o libgnurl_la-md4.o libgnurl_la-md5.o libgnurl_la-http_negotiate.o libgnurl_la-inet_pton.o libgnurl_la-strtoofft.o libgnurl_la-strerror.o libgnurl_la-amigaos.o libgnurl_la-hostasyn.o libgnurl_la-hostip4.o libgnurl_la-hostip6.o libgnurl_la-hostsyn.o libgnurl_la-inet_ntop.o libgnurl_la-parsedate.o libgnurl_la-select.o libgnurl_la-tftp.o libgnurl_la-splay.o libgnurl_la-strdup.o libgnurl_la-socks.o libgnurl_la-ssh.o libgnurl_la-rawstr.o libgnurl_la-curl_addrinfo.o libgnurl_la-socks_gssapi.o libgnurl_la-socks_sspi.o libgnurl_la-curl_sspi.o libgnurl_la-slist.o libgnurl_la-nonblock.o libgnurl_la-curl_memrchr.o libgnurl_la-imap.o libgnurl_la-pop3.o libgnurl_la-smtp.o libgnurl_la-pingpong.o libgnurl_la-rtsp.o libgnurl_la-curl_threads.o libgnurl_la-warnless.o libgnurl_la-hmac.o libgnurl_la-curl_rtmp.o libgnurl_la-openldap.o libgnurl_la-curl_gethostname.o libgnurl_la-gopher.o libgnurl_la-idn_win32.o libgnurl_la-http_negotiate_sspi.o libgnurl_la-http_proxy.o libgnurl_la-non-ascii.o libgnurl_la-asyn-ares.o libgnurl_la-asyn-thread.o libgnurl_la-curl_gssapi.o libgnurl_la-curl_ntlm.o libgnurl_la-curl_ntlm_wb.o libgnurl_la-curl_ntlm_core.o libgnurl_la-curl_ntlm_msgs.o libgnurl_la-curl_sasl.o libgnurl_la-curl_multibyte.o libgnurl_la-hostcheck.o libgnurl_la-bundles.o libgnurl_la-conncache.o libgnurl_la-pipeline.o libgnurl_la-dotdot.o libgnurl_la-x509asn1.o libgnurl_la-http2.o libgnurl_la-curl_sasl_sspi.o libgnurl_la-smb.o libgnurl_la-curl_sasl_gssapi.o libgnurl_la-curl_endian.o vtls/libgnurl_la-openssl.o vtls/libgnurl_la-gtls.o vtls/libgnurl_la-vtls.o vtls/libgnurl_la-nss.o vtls/libgnurl_la-polarssl.o vtls/libgnurl_la-polarssl_threadlock.o vtls/libgnurl_la-axtls.o vtls/libgnurl_la-cyassl.o vtls/libgnurl_la-curl_schannel.o vtls/libgnurl_la-curl_darwinssl.o vtls/libgnurl_la-gskit.o
# libtool: link: arm-linux-androideabi-ranlib .libs/libgnurl.a
# libtool: link: ( cd ".libs" && rm -f "libgnurl.la" && ln -s "../libgnurl.la" "libgnurl.la" )
# make[2]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/lib'
# make[1]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/lib'
# Making all in src
# make[1]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/src'
# make all-am
# make[2]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/src'
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_binmode.o -MD -MP -MF .deps/gnurl-tool_binmode.Tpo -c -o gnurl-tool_binmode.o `test -f 'tool_binmode.c' || echo './'`tool_binmode.c
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_bname.o -MD -MP -MF .deps/gnurl-tool_bname.Tpo -c -o gnurl-tool_bname.o `test -f 'tool_bname.c' || echo './'`tool_bname.c
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_cb_dbg.o -MD -MP -MF .deps/gnurl-tool_cb_dbg.Tpo -c -o gnurl-tool_cb_dbg.o `test -f 'tool_cb_dbg.c' || echo './'`tool_cb_dbg.c
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_cb_hdr.o -MD -MP -MF .deps/gnurl-tool_cb_hdr.Tpo -c -o gnurl-tool_cb_hdr.o `test -f 'tool_cb_hdr.c' || echo './'`tool_cb_hdr.c
# mv -f .deps/gnurl-tool_bname.Tpo .deps/gnurl-tool_bname.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_cb_prg.o -MD -MP -MF .deps/gnurl-tool_cb_prg.Tpo -c -o gnurl-tool_cb_prg.o `test -f 'tool_cb_prg.c' || echo './'`tool_cb_prg.c
# mv -f .deps/gnurl-tool_binmode.Tpo .deps/gnurl-tool_binmode.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_cb_rea.o -MD -MP -MF .deps/gnurl-tool_cb_rea.Tpo -c -o gnurl-tool_cb_rea.o `test -f 'tool_cb_rea.c' || echo './'`tool_cb_rea.c
# mv -f .deps/gnurl-tool_cb_hdr.Tpo .deps/gnurl-tool_cb_hdr.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_cb_see.o -MD -MP -MF .deps/gnurl-tool_cb_see.Tpo -c -o gnurl-tool_cb_see.o `test -f 'tool_cb_see.c' || echo './'`tool_cb_see.c
# mv -f .deps/gnurl-tool_cb_dbg.Tpo .deps/gnurl-tool_cb_dbg.Po
# mv -f .deps/gnurl-tool_cb_rea.Tpo .deps/gnurl-tool_cb_rea.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_cb_wrt.o -MD -MP -MF .deps/gnurl-tool_cb_wrt.Tpo -c -o gnurl-tool_cb_wrt.o `test -f 'tool_cb_wrt.c' || echo './'`tool_cb_wrt.c
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_cfgable.o -MD -MP -MF .deps/gnurl-tool_cfgable.Tpo -c -o gnurl-tool_cfgable.o `test -f 'tool_cfgable.c' || echo './'`tool_cfgable.c
# mv -f .deps/gnurl-tool_cb_prg.Tpo .deps/gnurl-tool_cb_prg.Po
# mv -f .deps/gnurl-tool_cb_see.Tpo .deps/gnurl-tool_cb_see.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_convert.o -MD -MP -MF .deps/gnurl-tool_convert.Tpo -c -o gnurl-tool_convert.o `test -f 'tool_convert.c' || echo './'`tool_convert.c
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_dirhie.o -MD -MP -MF .deps/gnurl-tool_dirhie.Tpo -c -o gnurl-tool_dirhie.o `test -f 'tool_dirhie.c' || echo './'`tool_dirhie.c
# mv -f .deps/gnurl-tool_convert.Tpo .deps/gnurl-tool_convert.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_doswin.o -MD -MP -MF .deps/gnurl-tool_doswin.Tpo -c -o gnurl-tool_doswin.o `test -f 'tool_doswin.c' || echo './'`tool_doswin.c
# mv -f .deps/gnurl-tool_cb_wrt.Tpo .deps/gnurl-tool_cb_wrt.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_easysrc.o -MD -MP -MF .deps/gnurl-tool_easysrc.Tpo -c -o gnurl-tool_easysrc.o `test -f 'tool_easysrc.c' || echo './'`tool_easysrc.c
# mv -f .deps/gnurl-tool_dirhie.Tpo .deps/gnurl-tool_dirhie.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_formparse.o -MD -MP -MF .deps/gnurl-tool_formparse.Tpo -c -o gnurl-tool_formparse.o `test -f 'tool_formparse.c' || echo './'`tool_formparse.c
# mv -f .deps/gnurl-tool_doswin.Tpo .deps/gnurl-tool_doswin.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_getparam.o -MD -MP -MF .deps/gnurl-tool_getparam.Tpo -c -o gnurl-tool_getparam.o `test -f 'tool_getparam.c' || echo './'`tool_getparam.c
# mv -f .deps/gnurl-tool_cfgable.Tpo .deps/gnurl-tool_cfgable.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_getpass.o -MD -MP -MF .deps/gnurl-tool_getpass.Tpo -c -o gnurl-tool_getpass.o `test -f 'tool_getpass.c' || echo './'`tool_getpass.c
# mv -f .deps/gnurl-tool_getpass.Tpo .deps/gnurl-tool_getpass.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_help.o -MD -MP -MF .deps/gnurl-tool_help.Tpo -c -o gnurl-tool_help.o `test -f 'tool_help.c' || echo './'`tool_help.c
# mv -f .deps/gnurl-tool_easysrc.Tpo .deps/gnurl-tool_easysrc.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_helpers.o -MD -MP -MF .deps/gnurl-tool_helpers.Tpo -c -o gnurl-tool_helpers.o `test -f 'tool_helpers.c' || echo './'`tool_helpers.c
# mv -f .deps/gnurl-tool_helpers.Tpo .deps/gnurl-tool_helpers.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_homedir.o -MD -MP -MF .deps/gnurl-tool_homedir.Tpo -c -o gnurl-tool_homedir.o `test -f 'tool_homedir.c' || echo './'`tool_homedir.c
# mv -f .deps/gnurl-tool_help.Tpo .deps/gnurl-tool_help.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_hugehelp.o -MD -MP -MF .deps/gnurl-tool_hugehelp.Tpo -c -o gnurl-tool_hugehelp.o `test -f 'tool_hugehelp.c' || echo './'`tool_hugehelp.c
# mv -f .deps/gnurl-tool_formparse.Tpo .deps/gnurl-tool_formparse.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_libinfo.o -MD -MP -MF .deps/gnurl-tool_libinfo.Tpo -c -o gnurl-tool_libinfo.o `test -f 'tool_libinfo.c' || echo './'`tool_libinfo.c
# mv -f .deps/gnurl-tool_homedir.Tpo .deps/gnurl-tool_homedir.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_main.o -MD -MP -MF .deps/gnurl-tool_main.Tpo -c -o gnurl-tool_main.o `test -f 'tool_main.c' || echo './'`tool_main.c
# mv -f .deps/gnurl-tool_libinfo.Tpo .deps/gnurl-tool_libinfo.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_metalink.o -MD -MP -MF .deps/gnurl-tool_metalink.Tpo -c -o gnurl-tool_metalink.o `test -f 'tool_metalink.c' || echo './'`tool_metalink.c
# mv -f .deps/gnurl-tool_main.Tpo .deps/gnurl-tool_main.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_mfiles.o -MD -MP -MF .deps/gnurl-tool_mfiles.Tpo -c -o gnurl-tool_mfiles.o `test -f 'tool_mfiles.c' || echo './'`tool_mfiles.c
# mv -f .deps/gnurl-tool_metalink.Tpo .deps/gnurl-tool_metalink.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_msgs.o -MD -MP -MF .deps/gnurl-tool_msgs.Tpo -c -o gnurl-tool_msgs.o `test -f 'tool_msgs.c' || echo './'`tool_msgs.c
# mv -f .deps/gnurl-tool_hugehelp.Tpo .deps/gnurl-tool_hugehelp.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_operate.o -MD -MP -MF .deps/gnurl-tool_operate.Tpo -c -o gnurl-tool_operate.o `test -f 'tool_operate.c' || echo './'`tool_operate.c
# mv -f .deps/gnurl-tool_mfiles.Tpo .deps/gnurl-tool_mfiles.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_operhlp.o -MD -MP -MF .deps/gnurl-tool_operhlp.Tpo -c -o gnurl-tool_operhlp.o `test -f 'tool_operhlp.c' || echo './'`tool_operhlp.c
# mv -f .deps/gnurl-tool_msgs.Tpo .deps/gnurl-tool_msgs.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_panykey.o -MD -MP -MF .deps/gnurl-tool_panykey.Tpo -c -o gnurl-tool_panykey.o `test -f 'tool_panykey.c' || echo './'`tool_panykey.c
# mv -f .deps/gnurl-tool_panykey.Tpo .deps/gnurl-tool_panykey.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_paramhlp.o -MD -MP -MF .deps/gnurl-tool_paramhlp.Tpo -c -o gnurl-tool_paramhlp.o `test -f 'tool_paramhlp.c' || echo './'`tool_paramhlp.c
# mv -f .deps/gnurl-tool_operhlp.Tpo .deps/gnurl-tool_operhlp.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_parsecfg.o -MD -MP -MF .deps/gnurl-tool_parsecfg.Tpo -c -o gnurl-tool_parsecfg.o `test -f 'tool_parsecfg.c' || echo './'`tool_parsecfg.c
# mv -f .deps/gnurl-tool_parsecfg.Tpo .deps/gnurl-tool_parsecfg.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_strdup.o -MD -MP -MF .deps/gnurl-tool_strdup.Tpo -c -o gnurl-tool_strdup.o `test -f 'tool_strdup.c' || echo './'`tool_strdup.c
# mv -f .deps/gnurl-tool_paramhlp.Tpo .deps/gnurl-tool_paramhlp.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_setopt.o -MD -MP -MF .deps/gnurl-tool_setopt.Tpo -c -o gnurl-tool_setopt.o `test -f 'tool_setopt.c' || echo './'`tool_setopt.c
# mv -f .deps/gnurl-tool_strdup.Tpo .deps/gnurl-tool_strdup.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_sleep.o -MD -MP -MF .deps/gnurl-tool_sleep.Tpo -c -o gnurl-tool_sleep.o `test -f 'tool_sleep.c' || echo './'`tool_sleep.c
# mv -f .deps/gnurl-tool_sleep.Tpo .deps/gnurl-tool_sleep.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_urlglob.o -MD -MP -MF .deps/gnurl-tool_urlglob.Tpo -c -o gnurl-tool_urlglob.o `test -f 'tool_urlglob.c' || echo './'`tool_urlglob.c
# mv -f .deps/gnurl-tool_getparam.Tpo .deps/gnurl-tool_getparam.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_util.o -MD -MP -MF .deps/gnurl-tool_util.Tpo -c -o gnurl-tool_util.o `test -f 'tool_util.c' || echo './'`tool_util.c
# mv -f .deps/gnurl-tool_setopt.Tpo .deps/gnurl-tool_setopt.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_vms.o -MD -MP -MF .deps/gnurl-tool_vms.Tpo -c -o gnurl-tool_vms.o `test -f 'tool_vms.c' || echo './'`tool_vms.c
# mv -f .deps/gnurl-tool_util.Tpo .deps/gnurl-tool_util.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_writeenv.o -MD -MP -MF .deps/gnurl-tool_writeenv.Tpo -c -o gnurl-tool_writeenv.o `test -f 'tool_writeenv.c' || echo './'`tool_writeenv.c
# mv -f .deps/gnurl-tool_vms.Tpo .deps/gnurl-tool_vms.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_writeout.o -MD -MP -MF .deps/gnurl-tool_writeout.Tpo -c -o gnurl-tool_writeout.o `test -f 'tool_writeout.c' || echo './'`tool_writeout.c
# mv -f .deps/gnurl-tool_writeenv.Tpo .deps/gnurl-tool_writeenv.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT gnurl-tool_xattr.o -MD -MP -MF .deps/gnurl-tool_xattr.Tpo -c -o gnurl-tool_xattr.o `test -f 'tool_xattr.c' || echo './'`tool_xattr.c
# mv -f .deps/gnurl-tool_urlglob.Tpo .deps/gnurl-tool_urlglob.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT ../lib/gnurl-strtoofft.o -MD -MP -MF ../lib/.deps/gnurl-strtoofft.Tpo -c -o ../lib/gnurl-strtoofft.o `test -f '../lib/strtoofft.c' || echo './'`../lib/strtoofft.c
# mv -f ../lib/.deps/gnurl-strtoofft.Tpo ../lib/.deps/gnurl-strtoofft.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT ../lib/gnurl-rawstr.o -MD -MP -MF ../lib/.deps/gnurl-rawstr.Tpo -c -o ../lib/gnurl-rawstr.o `test -f '../lib/rawstr.c' || echo './'`../lib/rawstr.c
# mv -f .deps/gnurl-tool_xattr.Tpo .deps/gnurl-tool_xattr.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT ../lib/gnurl-nonblock.o -MD -MP -MF ../lib/.deps/gnurl-nonblock.Tpo -c -o ../lib/gnurl-nonblock.o `test -f '../lib/nonblock.c' || echo './'`../lib/nonblock.c
# mv -f .deps/gnurl-tool_writeout.Tpo .deps/gnurl-tool_writeout.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -O2 -Wno-system-headers -MT ../lib/gnurl-warnless.o -MD -MP -MF ../lib/.deps/gnurl-warnless.Tpo -c -o ../lib/gnurl-warnless.o `test -f '../lib/warnless.c' || echo './'`../lib/warnless.c
# mv -f ../lib/.deps/gnurl-nonblock.Tpo ../lib/.deps/gnurl-nonblock.Po
# mv -f ../lib/.deps/gnurl-rawstr.Tpo ../lib/.deps/gnurl-rawstr.Po
# mv -f ../lib/.deps/gnurl-warnless.Tpo ../lib/.deps/gnurl-warnless.Po
# mv -f .deps/gnurl-tool_operate.Tpo .deps/gnurl-tool_operate.Po
# /bin/sh ../libtool --tag=CC --mode=link arm-linux-androideabi-gcc -O2 -Wno-system-headers -o gnurl gnurl-tool_binmode.o gnurl-tool_bname.o gnurl-tool_cb_dbg.o gnurl-tool_cb_hdr.o gnurl-tool_cb_prg.o gnurl-tool_cb_rea.o gnurl-tool_cb_see.o gnurl-tool_cb_wrt.o gnurl-tool_cfgable.o gnurl-tool_convert.o gnurl-tool_dirhie.o gnurl-tool_doswin.o gnurl-tool_easysrc.o gnurl-tool_formparse.o gnurl-tool_getparam.o gnurl-tool_getpass.o gnurl-tool_help.o gnurl-tool_helpers.o gnurl-tool_homedir.o gnurl-tool_hugehelp.o gnurl-tool_libinfo.o gnurl-tool_main.o gnurl-tool_metalink.o gnurl-tool_mfiles.o gnurl-tool_msgs.o gnurl-tool_operate.o gnurl-tool_operhlp.o gnurl-tool_panykey.o gnurl-tool_paramhlp.o gnurl-tool_parsecfg.o gnurl-tool_strdup.o gnurl-tool_setopt.o gnurl-tool_sleep.o gnurl-tool_urlglob.o gnurl-tool_util.o gnurl-tool_vms.o gnurl-tool_writeenv.o gnurl-tool_writeout.o gnurl-tool_xattr.o ../lib/gnurl-strtoofft.o ../lib/gnurl-rawstr.o ../lib/gnurl-nonblock.o ../lib/gnurl-warnless.o ../lib/libgnurl.la -lz
# libtool: link: arm-linux-androideabi-gcc -O2 -Wno-system-headers -o .libs/gnurl gnurl-tool_binmode.o gnurl-tool_bname.o gnurl-tool_cb_dbg.o gnurl-tool_cb_hdr.o gnurl-tool_cb_prg.o gnurl-tool_cb_rea.o gnurl-tool_cb_see.o gnurl-tool_cb_wrt.o gnurl-tool_cfgable.o gnurl-tool_convert.o gnurl-tool_dirhie.o gnurl-tool_doswin.o gnurl-tool_easysrc.o gnurl-tool_formparse.o gnurl-tool_getparam.o gnurl-tool_getpass.o gnurl-tool_help.o gnurl-tool_helpers.o gnurl-tool_homedir.o gnurl-tool_hugehelp.o gnurl-tool_libinfo.o gnurl-tool_main.o gnurl-tool_metalink.o gnurl-tool_mfiles.o gnurl-tool_msgs.o gnurl-tool_operate.o gnurl-tool_operhlp.o gnurl-tool_panykey.o gnurl-tool_paramhlp.o gnurl-tool_parsecfg.o gnurl-tool_strdup.o gnurl-tool_setopt.o gnurl-tool_sleep.o gnurl-tool_urlglob.o gnurl-tool_util.o gnurl-tool_vms.o gnurl-tool_writeenv.o gnurl-tool_writeout.o gnurl-tool_xattr.o ../lib/gnurl-strtoofft.o ../lib/gnurl-rawstr.o ../lib/gnurl-nonblock.o ../lib/gnurl-warnless.o ../lib/.libs/libgnurl.so -lz
# make[2]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/src'
# make[1]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/src'
# Making all in include
# make[1]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/include'
# Making all in curl
# make[2]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/include/curl'
# make all-am
# make[3]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/include/curl'
# make[3]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/include/curl'
# make[2]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/include/curl'
# make[2]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/include'
# make[2]: Nothing to be done for 'all-am'.
# make[2]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/include'
# make[1]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/include'
# make[1]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0'
# make[1]: Nothing to be done for 'all-am'.
# make[1]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in lib
# make[1]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/lib'
# make[2]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/lib'
# make[2]: Nothing to be done for 'install-data-am'.
# /usr/sbin/mkdir -p '/tmp/gnurl/pkg/gnurl/usr/lib'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libgnurl.la '/tmp/gnurl/pkg/gnurl/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libgnurl.so.0.0.0 /tmp/gnurl/pkg/gnurl/usr/lib/libgnurl.so.0.0.0
# libtool: install: (cd /tmp/gnurl/pkg/gnurl/usr/lib && { ln -s -f libgnurl.so.0.0.0 libgnurl.so.0 || { rm -f libgnurl.so.0 && ln -s libgnurl.so.0.0.0 libgnurl.so.0; }; })
# libtool: install: (cd /tmp/gnurl/pkg/gnurl/usr/lib && { ln -s -f libgnurl.so.0.0.0 libgnurl.so || { rm -f libgnurl.so && ln -s libgnurl.so.0.0.0 libgnurl.so; }; })
# libtool: install: /usr/bin/install -c .libs/libgnurl.lai /tmp/gnurl/pkg/gnurl/usr/lib/libgnurl.la
# libtool: install: /usr/bin/install -c .libs/libgnurl.a /tmp/gnurl/pkg/gnurl/usr/lib/libgnurl.a
# libtool: install: chmod 644 /tmp/gnurl/pkg/gnurl/usr/lib/libgnurl.a
# libtool: install: arm-linux-androideabi-ranlib /tmp/gnurl/pkg/gnurl/usr/lib/libgnurl.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make[2]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/lib'
# make[1]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/lib'
# Making install in src
# make[1]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/src'
# make install-am
# make[2]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/src'
# make[3]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/src'
# make[3]: Nothing to be done for 'install-data-am'.
# /usr/sbin/mkdir -p '/tmp/gnurl/pkg/gnurl/usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c gnurl '/tmp/gnurl/pkg/gnurl/usr/bin'
# libtool: install: warning: `../lib/libgnurl.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/gnurl /tmp/gnurl/pkg/gnurl/usr/bin/gnurl
# make[3]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/src'
# make[2]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/src'
# make[1]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/src'
# Making install in include
# make[1]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/include'
# Making install in curl
# make[2]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/include/curl'
# make[3]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/include/curl'
# make[3]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/gnurl/pkg/gnurl/usr/include/curl'
# /usr/bin/install -c -m 644 curl.h curlver.h easy.h mprintf.h stdcheaders.h multi.h typecheck-gcc.h curlbuild.h curlrules.h '/tmp/gnurl/pkg/gnurl/usr/include/curl'
# make[3]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/include/curl'
# make[2]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/include/curl'
# make[2]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/include'
# make[3]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/include'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/include'
# make[2]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/include'
# make[1]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/include'
# make[1]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0'
# make[2]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0'
# /usr/sbin/mkdir -p '/tmp/gnurl/pkg/gnurl/usr/bin'
# /usr/sbin/mkdir -p '/tmp/gnurl/pkg/gnurl/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 libgnurl.pc '/tmp/gnurl/pkg/gnurl/usr/lib/pkgconfig'
# /usr/bin/install -c gnurl-config '/tmp/gnurl/pkg/gnurl/usr/bin'
# make install-data-hook
# make[3]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0'
# cd include && make install
# make[4]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/include'
# Making install in curl
# make[5]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/include/curl'
# make[6]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/include/curl'
# make[6]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/gnurl/pkg/gnurl/usr/include/curl'
# /usr/bin/install -c -m 644 curl.h curlver.h easy.h mprintf.h stdcheaders.h multi.h typecheck-gcc.h curlbuild.h curlrules.h '/tmp/gnurl/pkg/gnurl/usr/include/curl'
# make[6]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/include/curl'
# make[5]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/include/curl'
# make[5]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/include'
# make[6]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/include'
# make[6]: Nothing to be done for 'install-exec-am'.
# make[6]: Nothing to be done for 'install-data-am'.
# make[6]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/include'
# make[5]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/include'
# make[4]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/include'
# cd docs && make install
# make[4]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/docs'
# Making install in examples
# make[5]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/docs/examples'
# make[6]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/docs/examples'
# make[6]: Nothing to be done for 'install-exec-am'.
# make[6]: Nothing to be done for 'install-data-am'.
# make[6]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/docs/examples'
# make[5]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/docs/examples'
# Making install in libcurl
# make[5]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/docs/libcurl'
# Making install in opts
# make[6]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/docs/libcurl/opts'
# make[7]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/docs/libcurl/opts'
# make[7]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/gnurl/pkg/gnurl/usr/share/man/man3'
# /usr/bin/install -c -m 644 CURLOPT_ACCEPT_ENCODING.3 CURLOPT_ACCEPTTIMEOUT_MS.3 CURLOPT_ADDRESS_SCOPE.3 CURLOPT_APPEND.3 CURLOPT_AUTOREFERER.3 CURLOPT_BUFFERSIZE.3 CURLOPT_CAINFO.3 CURLOPT_CAPATH.3 CURLOPT_CERTINFO.3 CURLOPT_CHUNK_BGN_FUNCTION.3 CURLOPT_CHUNK_DATA.3 CURLOPT_CHUNK_END_FUNCTION.3 CURLOPT_CLOSESOCKETDATA.3 CURLOPT_CLOSESOCKETFUNCTION.3 CURLOPT_CONNECT_ONLY.3 CURLOPT_CONNECTTIMEOUT.3 CURLOPT_CONNECTTIMEOUT_MS.3 CURLOPT_CONV_FROM_NETWORK_FUNCTION.3 CURLOPT_CONV_FROM_UTF8_FUNCTION.3 CURLOPT_CONV_TO_NETWORK_FUNCTION.3 CURLOPT_COOKIE.3 CURLOPT_COOKIEFILE.3 CURLOPT_COOKIEJAR.3 CURLOPT_COOKIELIST.3 CURLOPT_COOKIESESSION.3 CURLOPT_COPYPOSTFIELDS.3 CURLOPT_CRLF.3 CURLOPT_CRLFILE.3 CURLOPT_CUSTOMREQUEST.3 CURLOPT_DEBUGDATA.3 CURLOPT_DEBUGFUNCTION.3 CURLOPT_DIRLISTONLY.3 CURLOPT_DNS_CACHE_TIMEOUT.3 CURLOPT_DNS_INTERFACE.3 CURLOPT_DNS_LOCAL_IP4.3 CURLOPT_DNS_LOCAL_IP6.3 CURLOPT_DNS_SERVERS.3 CURLOPT_DNS_USE_GLOBAL_CACHE.3 CURLOPT_EGDSOCKET.3 CURLOPT_ERRORBUFFER.3 '/tmp/gnurl/pkg/gnurl/usr/share/man/man3'
# /usr/bin/install -c -m 644 CURLOPT_EXPECT_100_TIMEOUT_MS.3 CURLOPT_FAILONERROR.3 CURLOPT_FILETIME.3 CURLOPT_FNMATCH_DATA.3 CURLOPT_FNMATCH_FUNCTION.3 CURLOPT_FOLLOWLOCATION.3 CURLOPT_FORBID_REUSE.3 CURLOPT_FRESH_CONNECT.3 CURLOPT_FTP_ACCOUNT.3 CURLOPT_FTP_ALTERNATIVE_TO_USER.3 CURLOPT_FTP_CREATE_MISSING_DIRS.3 CURLOPT_FTP_FILEMETHOD.3 CURLOPT_FTPPORT.3 CURLOPT_FTP_RESPONSE_TIMEOUT.3 CURLOPT_FTP_SKIP_PASV_IP.3 CURLOPT_FTPSSLAUTH.3 CURLOPT_FTP_SSL_CCC.3 CURLOPT_FTP_USE_EPRT.3 CURLOPT_FTP_USE_EPSV.3 CURLOPT_FTP_USE_PRET.3 CURLOPT_GSSAPI_DELEGATION.3 CURLOPT_HEADER.3 CURLOPT_HEADERDATA.3 CURLOPT_HEADERFUNCTION.3 CURLOPT_HEADEROPT.3 CURLOPT_HTTP200ALIASES.3 CURLOPT_HTTPAUTH.3 CURLOPT_HTTP_CONTENT_DECODING.3 CURLOPT_HTTPGET.3 CURLOPT_HTTPHEADER.3 CURLOPT_HTTPPOST.3 CURLOPT_HTTPPROXYTUNNEL.3 CURLOPT_HTTP_TRANSFER_DECODING.3 CURLOPT_HTTP_VERSION.3 CURLOPT_IGNORE_CONTENT_LENGTH.3 CURLOPT_INFILESIZE.3 CURLOPT_INFILESIZE_LARGE.3 CURLOPT_INTERFACE.3 CURLOPT_INTERLEAVEDATA.3 CURLOPT_INTERLEAVEFUNCTION.3 '/tmp/gnurl/pkg/gnurl/usr/share/man/man3'
# /usr/bin/install -c -m 644 CURLOPT_IOCTLDATA.3 CURLOPT_IOCTLFUNCTION.3 CURLOPT_IPRESOLVE.3 CURLOPT_ISSUERCERT.3 CURLOPT_KEYPASSWD.3 CURLOPT_KRBLEVEL.3 CURLOPT_LOCALPORT.3 CURLOPT_LOCALPORTRANGE.3 CURLOPT_LOGIN_OPTIONS.3 CURLOPT_LOW_SPEED_LIMIT.3 CURLOPT_LOW_SPEED_TIME.3 CURLOPT_MAIL_AUTH.3 CURLOPT_MAIL_FROM.3 CURLOPT_MAIL_RCPT.3 CURLOPT_MAXCONNECTS.3 CURLOPT_MAXFILESIZE.3 CURLOPT_MAXFILESIZE_LARGE.3 CURLOPT_MAX_RECV_SPEED_LARGE.3 CURLOPT_MAXREDIRS.3 CURLOPT_MAX_SEND_SPEED_LARGE.3 CURLOPT_NETRC.3 CURLOPT_NETRC_FILE.3 CURLOPT_NEW_DIRECTORY_PERMS.3 CURLOPT_NEW_FILE_PERMS.3 CURLOPT_NOBODY.3 CURLOPT_NOPROGRESS.3 CURLOPT_NOPROXY.3 CURLOPT_NOSIGNAL.3 CURLOPT_OPENSOCKETDATA.3 CURLOPT_OPENSOCKETFUNCTION.3 CURLOPT_PASSWORD.3 CURLOPT_PORT.3 CURLOPT_POST.3 CURLOPT_POSTFIELDS.3 CURLOPT_POSTFIELDSIZE.3 CURLOPT_POSTFIELDSIZE_LARGE.3 CURLOPT_POSTQUOTE.3 CURLOPT_POSTREDIR.3 CURLOPT_PREQUOTE.3 CURLOPT_PRIVATE.3 '/tmp/gnurl/pkg/gnurl/usr/share/man/man3'
# /usr/bin/install -c -m 644 CURLOPT_PROGRESSDATA.3 CURLOPT_PROGRESSFUNCTION.3 CURLOPT_PROTOCOLS.3 CURLOPT_PROXY.3 CURLOPT_PROXYAUTH.3 CURLOPT_PROXYHEADER.3 CURLOPT_PROXYPASSWORD.3 CURLOPT_PROXYPORT.3 CURLOPT_PROXY_TRANSFER_MODE.3 CURLOPT_PROXYTYPE.3 CURLOPT_PROXYUSERNAME.3 CURLOPT_PROXYUSERPWD.3 CURLOPT_PUT.3 CURLOPT_QUOTE.3 CURLOPT_RANDOM_FILE.3 CURLOPT_RANGE.3 CURLOPT_READDATA.3 CURLOPT_READFUNCTION.3 CURLOPT_REDIR_PROTOCOLS.3 CURLOPT_REFERER.3 CURLOPT_RESOLVE.3 CURLOPT_RESUME_FROM.3 CURLOPT_RESUME_FROM_LARGE.3 CURLOPT_RTSP_CLIENT_CSEQ.3 CURLOPT_RTSP_REQUEST.3 CURLOPT_RTSP_SERVER_CSEQ.3 CURLOPT_RTSP_SESSION_ID.3 CURLOPT_RTSP_STREAM_URI.3 CURLOPT_RTSP_TRANSPORT.3 CURLOPT_SASL_IR.3 CURLOPT_SEEKDATA.3 CURLOPT_SEEKFUNCTION.3 CURLOPT_SHARE.3 CURLOPT_SOCKOPTDATA.3 CURLOPT_SOCKOPTFUNCTION.3 CURLOPT_SOCKS5_GSSAPI_NEC.3 CURLOPT_SOCKS5_GSSAPI_SERVICE.3 CURLOPT_SSH_AUTH_TYPES.3 CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3 CURLOPT_SSH_KEYDATA.3 '/tmp/gnurl/pkg/gnurl/usr/share/man/man3'
# /usr/bin/install -c -m 644 CURLOPT_SSH_KEYFUNCTION.3 CURLOPT_SSH_KNOWNHOSTS.3 CURLOPT_SSH_PRIVATE_KEYFILE.3 CURLOPT_SSH_PUBLIC_KEYFILE.3 CURLOPT_SSLCERT.3 CURLOPT_SSLCERTTYPE.3 CURLOPT_SSL_CIPHER_LIST.3 CURLOPT_SSL_CTX_DATA.3 CURLOPT_SSL_CTX_FUNCTION.3 CURLOPT_SSL_ENABLE_ALPN.3 CURLOPT_SSL_ENABLE_NPN.3 CURLOPT_SSLENGINE.3 CURLOPT_SSLENGINE_DEFAULT.3 CURLOPT_SSLKEY.3 CURLOPT_SSLKEYTYPE.3 CURLOPT_SSL_OPTIONS.3 CURLOPT_SSL_SESSIONID_CACHE.3 CURLOPT_SSL_VERIFYHOST.3 CURLOPT_SSL_VERIFYPEER.3 CURLOPT_SSLVERSION.3 CURLOPT_STDERR.3 CURLOPT_TCP_KEEPALIVE.3 CURLOPT_TCP_KEEPIDLE.3 CURLOPT_TCP_KEEPINTVL.3 CURLOPT_TCP_NODELAY.3 CURLOPT_TELNETOPTIONS.3 CURLOPT_TFTP_BLKSIZE.3 CURLOPT_TIMECONDITION.3 CURLOPT_TIMEOUT.3 CURLOPT_TIMEOUT_MS.3 CURLOPT_TIMEVALUE.3 CURLOPT_TLSAUTH_PASSWORD.3 CURLOPT_TLSAUTH_TYPE.3 CURLOPT_TLSAUTH_USERNAME.3 CURLOPT_TRANSFER_ENCODING.3 CURLOPT_TRANSFERTEXT.3 CURLOPT_UNRESTRICTED_AUTH.3 CURLOPT_UPLOAD.3 CURLOPT_URL.3 CURLOPT_USERAGENT.3 '/tmp/gnurl/pkg/gnurl/usr/share/man/man3'
# /usr/bin/install -c -m 644 CURLOPT_USERNAME.3 CURLOPT_USERPWD.3 CURLOPT_USE_SSL.3 CURLOPT_VERBOSE.3 CURLOPT_WILDCARDMATCH.3 CURLOPT_WRITEDATA.3 CURLOPT_WRITEFUNCTION.3 CURLOPT_XFERINFODATA.3 CURLOPT_XFERINFOFUNCTION.3 CURLOPT_XOAUTH2_BEARER.3 CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3 CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3 CURLMOPT_MAXCONNECTS.3 CURLMOPT_MAX_HOST_CONNECTIONS.3 CURLMOPT_MAX_PIPELINE_LENGTH.3 CURLMOPT_MAX_TOTAL_CONNECTIONS.3 CURLMOPT_PIPELINING.3 CURLMOPT_PIPELINING_SERVER_BL.3 CURLMOPT_PIPELINING_SITE_BL.3 CURLMOPT_SOCKETDATA.3 CURLMOPT_SOCKETFUNCTION.3 CURLMOPT_TIMERDATA.3 CURLMOPT_TIMERFUNCTION.3 CURLOPT_UNIX_SOCKET_PATH.3 '/tmp/gnurl/pkg/gnurl/usr/share/man/man3'
# make[7]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/docs/libcurl/opts'
# make[6]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/docs/libcurl/opts'
# make[6]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/docs/libcurl'
# make[7]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/docs/libcurl'
# make[7]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/gnurl/pkg/gnurl/usr/share/aclocal'
# /usr/sbin/mkdir -p '/tmp/gnurl/pkg/gnurl/usr/share/man/man3'
# /usr/bin/install -c -m 644 libcurl.m4 '/tmp/gnurl/pkg/gnurl/usr/share/aclocal'
# /usr/bin/install -c -m 644 curl_easy_cleanup.3 curl_easy_getinfo.3 curl_easy_init.3 curl_easy_perform.3 curl_easy_setopt.3 curl_easy_duphandle.3 curl_formadd.3 curl_formfree.3 curl_getdate.3 curl_getenv.3 curl_slist_append.3 curl_slist_free_all.3 curl_version.3 curl_version_info.3 curl_escape.3 curl_unescape.3 curl_free.3 curl_strequal.3 curl_mprintf.3 curl_global_init.3 curl_global_cleanup.3 curl_multi_add_handle.3 curl_multi_cleanup.3 curl_multi_fdset.3 curl_multi_info_read.3 curl_multi_init.3 curl_multi_perform.3 curl_multi_remove_handle.3 curl_share_cleanup.3 curl_share_init.3 curl_share_setopt.3 libcurl.3 libcurl-easy.3 libcurl-multi.3 libcurl-share.3 libcurl-errors.3 curl_easy_strerror.3 curl_multi_strerror.3 curl_share_strerror.3 curl_global_init_mem.3 '/tmp/gnurl/pkg/gnurl/usr/share/man/man3'
# /usr/bin/install -c -m 644 libcurl-tutorial.3 curl_easy_reset.3 curl_easy_escape.3 curl_easy_unescape.3 curl_multi_setopt.3 curl_multi_socket.3 curl_multi_timeout.3 curl_formget.3 curl_multi_assign.3 curl_easy_pause.3 curl_easy_recv.3 curl_easy_send.3 curl_multi_socket_action.3 curl_multi_wait.3 '/tmp/gnurl/pkg/gnurl/usr/share/man/man3'
# make[7]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/docs/libcurl'
# make[6]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/docs/libcurl'
# make[5]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/docs/libcurl'
# make[5]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/docs'
# make[6]: Entering directory '/tmp/gnurl/src/gnurl-7.40.0/docs'
# make[6]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/gnurl/pkg/gnurl/usr/share/man/man1'
# /usr/bin/install -c -m 644 gnurl.1 gnurl-config.1 '/tmp/gnurl/pkg/gnurl/usr/share/man/man1'
# make[6]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/docs'
# make[5]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/docs'
# make[4]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0/docs'
# make[3]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0'
# make[2]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0'
# make[1]: Leaving directory '/tmp/gnurl/src/gnurl-7.40.0'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "gnurl"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: gnurl 7.40.0-2 (Tue Apr 4 21:19:30 UTC 2017)

CMD: pacman --query --file gnurl-7.40.0-2-x86_64.pkg.tar.xz
# gnurl 7.40.0-2

Creating hybrid package for 'gnurl'

Trying to find vanilla package 'gnurl'...

CMD: pacman --query --file /mirror/gnurl-7.40.0-2.pkg.tar.xz
# gnurl 7.40.0-2

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/lib/libgnurl.so.0
# /usr/lib/libgnurl.so
# /usr/lib/libgnurl.so.0.0.0
# /usr/lib/pkgconfig/libgnurl.pc
# /usr/bin/gnurl-config
# /usr/bin/gnurl
# /usr/include/gnurl/curl/curl.h
# /usr/include/gnurl/curl/curlver.h
# /usr/include/gnurl/curl/easy.h
# /usr/include/gnurl/curl/mprintf.h
# /usr/include/gnurl/curl/stdcheaders.h
# /usr/include/gnurl/curl/multi.h
# /usr/include/gnurl/curl/typecheck-gcc.h
# /usr/include/gnurl/curl/curlbuild.h
# /usr/include/gnurl/curl/curlrules.h
# /usr/share/licenses/gnurl/COPYING
# /sysroot/sysroot/usr/lib/libgnurl.so.0.0.0
# /sysroot/sysroot/usr/lib/libgnurl.so.0
# /sysroot/sysroot/usr/lib/libgnurl.so
# /sysroot/sysroot/usr/lib/libgnurl.la
# /sysroot/sysroot/usr/lib/libgnurl.a
# /sysroot/sysroot/usr/lib/pkgconfig/libgnurl.pc
# /sysroot/sysroot/usr/include/gnurl/curl/curl.h
# /sysroot/sysroot/usr/include/gnurl/curl/curlver.h
# /sysroot/sysroot/usr/include/gnurl/curl/easy.h
# /sysroot/sysroot/usr/include/gnurl/curl/mprintf.h
# /sysroot/sysroot/usr/include/gnurl/curl/stdcheaders.h
# /sysroot/sysroot/usr/include/gnurl/curl/multi.h
# /sysroot/sysroot/usr/include/gnurl/curl/typecheck-gcc.h
# /sysroot/sysroot/usr/include/gnurl/curl/curlbuild.h
# /sysroot/sysroot/usr/include/gnurl/curl/curlrules.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf gnurl.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/gnurl.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/gnurl.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/gnurl.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/gnurl/src/gnurl-7.40.0/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 gnurl configure -, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr --mandir=/usr/share/man --disable-ldap --disable-ldaps --enable-ipv6 --enable-manual --enable-versioned-symbols --enable-threaded-resolver --with-gssapi --with-gnutls --without-ssl --without-libidn --with-random=/dev/urandom --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 80b017f2bff0
# 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:3047: checking whether to enable maintainer-specific portions of Makefiles
# configure:3056: result: no
# configure:3071: checking whether to enable debug build options
# configure:3090: result: no
# configure:3094: checking whether to enable compiler optimizer
# configure:3115: result: (assumed) yes
# configure:3127: checking whether to enable strict compiler warnings
# configure:3146: result: no
# configure:3150: checking whether to enable compiler warnings as errors
# configure:3169: result: no
# configure:3173: checking whether to enable curl debug memory tracking
# configure:3192: result: no
# configure:3206: checking whether to enable hiding of library internal symbols
# configure:3227: result: yes
# configure:3238: checking whether to enable c-ares for DNS lookups
# configure:3260: result: no
# configure:3282: checking for path separator
# configure:3284: result: :
# configure:3310: checking for sed
# configure:3329: found /usr/sbin/sed
# configure:3342: result: /usr/sbin/sed
# configure:3359: checking for grep
# configure:3378: found /usr/sbin/grep
# configure:3391: result: /usr/sbin/grep
# configure:3407: checking for egrep
# configure:3410: result: /usr/sbin/grep -E
# configure:3466: checking for arm-linux-androideabi-ar
# configure:3485: found /sysroot/bin/arm-linux-androideabi-ar
# configure:3497: result: /sysroot/bin/arm-linux-androideabi-ar
# configure:3793: checking for a BSD-compatible install
# configure:3861: result: /usr/bin/install -c
# configure:3883: checking for arm-linux-androideabi-gcc
# configure:3910: result: arm-linux-androideabi-gcc
# configure:4179: checking for C compiler version
# configure:4188: 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:4199: $? = 0
# configure:4188: 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:4199: $? = 0
# configure:4188: 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:4199: $? = 1
# configure:4188: 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:4199: $? = 1
# configure:4218: checking whether the C compiler works
# configure:4240: arm-linux-androideabi-gcc conftest.c >&5
# configure:4244: $? = 0
# configure:4292: result: yes
# configure:4295: checking for C compiler default output file name
# configure:4297: result: a.out
# configure:4303: checking for suffix of executables
# configure:4310: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:4314: $? = 0
# configure:4336: result:
# configure:4357: checking whether we are cross compiling
# configure:4395: result: yes
# configure:4400: checking for suffix of object files
# configure:4421: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4425: $? = 0
# configure:4446: result: o
# configure:4450: checking whether we are using the GNU C compiler
# configure:4468: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4468: $? = 0
# configure:4477: result: yes
# configure:4486: checking whether arm-linux-androideabi-gcc accepts -g
# configure:4505: arm-linux-androideabi-gcc -c -g conftest.c >&5
# configure:4505: $? = 0
# configure:4544: result: yes
# configure:4561: checking for arm-linux-androideabi-gcc option to accept ISO C89
# configure:4623: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4623: $? = 0
# configure:4636: result: none needed
# configure:4661: checking whether arm-linux-androideabi-gcc understands -c and -o together
# configure:4682: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:4685: $? = 0
# configure:4682: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:4685: $? = 0
# configure:4697: result: yes
# configure:4720: checking how to run the C preprocessor
# configure:4751: arm-linux-androideabi-gcc -E conftest.c
# configure:4751: $? = 0
# configure:4765: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4765: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:4790: result: arm-linux-androideabi-gcc -E
# configure:4810: arm-linux-androideabi-gcc -E conftest.c
# configure:4810: $? = 0
# configure:4824: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4824: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:4865: checking whether build environment is sane
# configure:4920: result: yes
# configure:4969: checking for arm-linux-androideabi-strip
# configure:4985: found /sysroot/bin/arm-linux-androideabi-strip
# configure:4996: result: arm-linux-androideabi-strip
# configure:5061: checking for a thread-safe mkdir -p
# configure:5100: result: /usr/sbin/mkdir -p
# configure:5107: checking for gawk
# configure:5123: found /usr/sbin/gawk
# configure:5134: result: gawk
# configure:5145: checking whether make sets $(MAKE)
# configure:5167: result: yes
# configure:5197: checking for style of include used by make
# configure:5225: result: GNU
# configure:5259: checking whether make supports nested variables
# configure:5276: result: yes
# configure:5365: checking dependency style of arm-linux-androideabi-gcc
# configure:5476: result: gcc3
# configure:5539: checking curl version
# configure:5541: result: 7.40.0
# configure:5585: checking build system type
# configure:5599: result: x86_64-unknown-linux-gnu
# configure:5619: checking host system type
# configure:5632: result: arm-unknown-linux-androideabi
# configure:5681: checking for sys/types.h
# configure:5681: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5681: $? = 0
# configure:5681: result: yes
# configure:5681: checking for stdint.h
# configure:5681: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5681: $? = 0
# configure:5681: result: yes
# configure:5681: checking for inttypes.h
# configure:5681: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5681: $? = 0
# configure:5681: result: yes
# configure:5694: checking for grep that handles long lines and -e
# configure:5752: result: /usr/sbin/grep
# configure:5757: checking for egrep
# configure:5819: result: /usr/sbin/grep -E
# configure:5824: checking for ANSI C header files
# configure:5843: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5843: $? = 0
# configure:5927: result: yes
# configure:5940: checking for sys/types.h
# configure:5940: result: yes
# configure:5940: checking for sys/stat.h
# configure:5940: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5940: $? = 0
# configure:5940: result: yes
# configure:5940: checking for stdlib.h
# configure:5940: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5940: $? = 0
# configure:5940: result: yes
# configure:5940: checking for string.h
# configure:5940: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5940: $? = 0
# configure:5940: result: yes
# configure:5940: checking for memory.h
# configure:5940: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5940: $? = 0
# configure:5940: result: yes
# configure:5940: checking for strings.h
# configure:5940: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5940: $? = 0
# configure:5940: result: yes
# configure:5940: checking for inttypes.h
# configure:5940: result: yes
# configure:5940: checking for stdint.h
# configure:5940: result: yes
# configure:5940: checking for unistd.h
# configure:5940: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5940: $? = 0
# configure:5940: result: yes
# configure:5963: checking size of long
# configure:5968: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5968: $? = 0
# configure:5968: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:60:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)];
# ^
# configure:5968: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #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 (void)
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:5968: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:60:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)];
# ^
# configure:5968: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #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 (void)
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:5968: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:60:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)];
# ^
# configure:5968: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #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 (void)
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:5968: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5968: $? = 0
# configure:5968: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5968: $? = 0
# configure:5968: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5968: $? = 0
# configure:5982: result: 4
# configure:5996: checking size of void*
# configure:6001: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6001: $? = 0
# configure:6001: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:61:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (void*))) <= 0)];
# ^
# configure:6001: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | /* 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 (void)
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (void*))) <= 0)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:6001: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:61:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (void*))) <= 1)];
# ^
# configure:6001: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | /* 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 (void)
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (void*))) <= 1)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:6001: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:61:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (void*))) <= 3)];
# ^
# configure:6001: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | /* 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 (void)
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (void*))) <= 3)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:6001: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6001: $? = 0
# configure:6001: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6001: $? = 0
# configure:6001: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6001: $? = 0
# configure:6015: result: 4
# configure:6057: checking for 64-bit curl_off_t data type
# configure:6107: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6107: $? = 0
# configure:6134: arm-linux-androideabi-gcc -E conftest.c
# configure:6134: $? = 0
# configure:6169: result: int64_t
# configure:6404: checking size of curl_off_t
# configure:6406: result: 8
# configure:6409: checking formatting string directive for curl_off_t
# configure:6449: result: "lld"
# configure:6452: checking formatting string directive for unsigned curl_off_t
# configure:6454: result: "llu"
# configure:6458: checking constant suffix string for curl_off_t
# configure:6525: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6525: $? = 0
# configure:6539: result: LL
# configure:6541: checking constant suffix string for unsigned curl_off_t
# configure:6543: result: ULL
# configure:6613: checking if OS is AIX (to define _ALL_SOURCE)
# configure:6633: result: no
# configure:6643: checking if _THREAD_SAFE is already defined
# configure:6664: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:46:7: error: unknown type name 'force'
# force compilation error
# ^
# conftest.c:46:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error'
# force compilation error
# ^
# configure:6664: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | /* end confdefs.h. */
# |
# |
# |
# | int main (void)
# | {
# |
# | #ifdef _THREAD_SAFE
# | int dummy=1;
# | #else
# | force compilation error
# | #endif
# |
# | ;
# | return 0;
# | }
# |
# configure:6672: result: no
# configure:6680: checking if _THREAD_SAFE is actually needed
# configure:6699: result: no
# configure:6704: checking if _THREAD_SAFE is onwards defined
# configure:6721: result: no
# configure:6728: checking if _REENTRANT is already defined
# configure:6749: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:46:7: error: unknown type name 'force'
# force compilation error
# ^
# conftest.c:46:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error'
# force compilation error
# ^
# configure:6749: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | /* end confdefs.h. */
# |
# |
# |
# | int main (void)
# | {
# |
# | #ifdef _REENTRANT
# | int dummy=1;
# | #else
# | force compilation error
# | #endif
# |
# | ;
# | return 0;
# | }
# |
# configure:6757: result: no
# configure:6765: checking if _REENTRANT is actually needed
# configure:6796: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6796: $? = 0
# configure:6827: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:6827: $? = 0
# configure:6898: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6898: $? = 0
# configure:6977: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:6977: $? = 0
# configure:7056: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:7056: $? = 0
# configure:7135: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:7135: $? = 0
# configure:7214: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# /tmp/cc6QhF4a.o:conftest.c:function main: error: undefined reference to 'inet_ntoa_r'
# collect2: error: ld returned 1 exit status
# configure:7214: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | /* end confdefs.h. */
# |
# |
# | #define inet_ntoa_r innocuous_inet_ntoa_r
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# | #undef inet_ntoa_r
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char inet_ntoa_r ();
# | #if defined __stub_inet_ntoa_r || defined __stub___inet_ntoa_r
# | choke me
# | #endif
# |
# | int main (void)
# | {
# | return inet_ntoa_r ();
# | ;
# | return 0;
# | }
# |
# configure:7297: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# /tmp/ccMM5hjf.o:conftest.c:function main: error: undefined reference to 'gethostbyaddr_r'
# collect2: error: ld returned 1 exit status
# configure:7297: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | /* end confdefs.h. */
# |
# |
# | #define gethostbyaddr_r innocuous_gethostbyaddr_r
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# | #undef gethostbyaddr_r
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char gethostbyaddr_r ();
# | #if defined __stub_gethostbyaddr_r || defined __stub___gethostbyaddr_r
# | choke me
# | #endif
# |
# | int main (void)
# | {
# | return gethostbyaddr_r ();
# | ;
# | return 0;
# | }
# |
# configure:7376: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:7376: $? = 0
# configure:7455: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# /tmp/ccPRY1kl.o:conftest.c:function main: error: undefined reference to 'getprotobyname_r'
# collect2: error: ld returned 1 exit status
# configure:7455: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | /* end confdefs.h. */
# |
# |
# | #define getprotobyname_r innocuous_getprotobyname_r
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# | #undef getprotobyname_r
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char getprotobyname_r ();
# | #if defined __stub_getprotobyname_r || defined __stub___getprotobyname_r
# | choke me
# | #endif
# |
# | int main (void)
# | {
# | return getprotobyname_r ();
# | ;
# | return 0;
# | }
# |
# configure:7534: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# /tmp/ccQJJLFb.o:conftest.c:function main: error: undefined reference to 'getservbyport_r'
# collect2: error: ld returned 1 exit status
# configure:7534: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | /* end confdefs.h. */
# |
# |
# | #define getservbyport_r innocuous_getservbyport_r
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# | #undef getservbyport_r
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char getservbyport_r ();
# | #if defined __stub_getservbyport_r || defined __stub___getservbyport_r
# | choke me
# | #endif
# |
# | int main (void)
# | {
# | return getservbyport_r ();
# | ;
# | return 0;
# | }
# |
# configure:7590: result: no
# configure:7595: checking if _REENTRANT is onwards defined
# configure:7612: result: no
# configure:7625: checking for special C compiler options needed for large files
# configure:7669: result: no
# configure:7675: checking for _FILE_OFFSET_BITS value needed for large files
# configure:7699: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:43:7: error: size of array 'off_t_is_large' is negative
# int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# ^
# configure:7699: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | /* end confdefs.h. */
# | #include
# | /* Check that off_t can represent 2**63 - 1 correctly.
# | We can't simply define LARGE_OFF_T to be 9223372036854775807,
# | since some C++ compilers masquerading as C compilers
# | incorrectly reject 9223372036854775807. */
# | #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
# | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# | && LARGE_OFF_T % 2147483647 == 1)
# | ? 1 : -1];
# | int main (void)
# | {
# |
# | ;
# | return 0;
# | }
# configure:7722: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:44:7: error: size of array 'off_t_is_large' is negative
# int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# ^
# configure:7722: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | /* end confdefs.h. */
# | #define _FILE_OFFSET_BITS 64
# | #include
# | /* Check that off_t can represent 2**63 - 1 correctly.
# | We can't simply define LARGE_OFF_T to be 9223372036854775807,
# | since some C++ compilers masquerading as C compilers
# | incorrectly reject 9223372036854775807. */
# | #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
# | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# | && LARGE_OFF_T % 2147483647 == 1)
# | ? 1 : -1];
# | int main (void)
# | {
# |
# | ;
# | return 0;
# | }
# configure:7730: result: unknown
# configure:7742: checking for _LARGE_FILES value needed for large files
# configure:7766: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:43:7: error: size of array 'off_t_is_large' is negative
# int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# ^
# configure:7766: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | /* end confdefs.h. */
# | #include
# | /* Check that off_t can represent 2**63 - 1 correctly.
# | We can't simply define LARGE_OFF_T to be 9223372036854775807,
# | since some C++ compilers masquerading as C compilers
# | incorrectly reject 9223372036854775807. */
# | #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
# | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# | && LARGE_OFF_T % 2147483647 == 1)
# | ? 1 : -1];
# | int main (void)
# | {
# |
# | ;
# | return 0;
# | }
# configure:7789: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:44:7: error: size of array 'off_t_is_large' is negative
# int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# ^
# configure:7789: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | /* end confdefs.h. */
# | #define _LARGE_FILES 1
# | #include
# | /* Check that off_t can represent 2**63 - 1 correctly.
# | We can't simply define LARGE_OFF_T to be 9223372036854775807,
# | since some C++ compilers masquerading as C compilers
# | incorrectly reject 9223372036854775807. */
# | #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
# | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# | && LARGE_OFF_T % 2147483647 == 1)
# | ? 1 : -1];
# | int main (void)
# | {
# |
# | ;
# | return 0;
# | }
# configure:7797: result: unknown
# configure:7860: checking how to print strings
# configure:7887: result: printf
# configure:7908: checking for a sed that does not truncate output
# configure:7972: result: /usr/sbin/sed
# configure:7990: checking for fgrep
# configure:8052: result: /usr/sbin/grep -F
# configure:8087: checking for ld used by arm-linux-androideabi-gcc
# configure:8154: result: /sysroot/arm-linux-androideabi/bin/ld
# configure:8161: checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld
# configure:8176: result: yes
# configure:8188: checking for BSD- or MS-compatible name lister (nm)
# configure:8237: result: /sysroot/bin/arm-linux-androideabi-nm -B
# configure:8367: checking the name lister (/sysroot/bin/arm-linux-androideabi-nm -B) interface
# configure:8374: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:8377: /sysroot/bin/arm-linux-androideabi-nm -B "conftest.o"
# configure:8380: output
# 00000000 B some_variable
# configure:8387: result: BSD nm
# configure:8390: checking whether ln -s works
# configure:8394: result: yes
# configure:8402: checking the maximum length of command line arguments
# configure:8533: result: 1572864
# configure:8550: checking whether the shell understands some XSI constructs
# configure:8560: result: yes
# configure:8564: checking whether the shell understands "+="
# configure:8570: result: yes
# configure:8605: checking how to convert x86_64-unknown-linux-gnu file names to arm-unknown-linux-androideabi format
# configure:8645: result: func_convert_file_noop
# configure:8652: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:8672: result: func_convert_file_noop
# configure:8679: checking for /sysroot/arm-linux-androideabi/bin/ld option to reload object files
# configure:8686: result: -r
# configure:8720: checking for arm-linux-androideabi-objdump
# configure:8736: found /sysroot/bin/arm-linux-androideabi-objdump
# configure:8747: result: arm-linux-androideabi-objdump
# configure:8816: checking how to recognize dependent libraries
# configure:9014: result: pass_all
# configure:9059: checking for arm-linux-androideabi-dlltool
# configure:9089: result: no
# configure:9099: checking for dlltool
# configure:9129: result: no
# configure:9156: checking how to associate runtime and link libraries
# configure:9183: result: printf %s\n
# configure:9199: checking for arm-linux-androideabi-ar
# configure:9226: result: /sysroot/bin/arm-linux-androideabi-ar
# configure:9307: checking for archiver @FILE support
# configure:9323: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:9323: $? = 0
# configure:9326: /sysroot/bin/arm-linux-androideabi-ar cru libconftest.a @conftest.lst >&5
# configure:9329: $? = 0
# configure:9334: /sysroot/bin/arm-linux-androideabi-ar cru libconftest.a @conftest.lst >&5
# /sysroot/bin/arm-linux-androideabi-ar: conftest.o: No such file or directory
# configure:9337: $? = 1
# configure:9349: result: @
# configure:9367: checking for arm-linux-androideabi-strip
# configure:9394: result: arm-linux-androideabi-strip
# configure:9466: checking for arm-linux-androideabi-ranlib
# configure:9482: found /sysroot/bin/arm-linux-androideabi-ranlib
# configure:9493: result: arm-linux-androideabi-ranlib
# configure:9635: checking command to parse /sysroot/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-gcc object
# configure:9755: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:9758: $? = 0
# configure:9762: /sysroot/bin/arm-linux-androideabi-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:9765: $? = 0
# configure:9831: arm-linux-androideabi-gcc -o conftest conftest.c conftstm.o >&5
# configure:9834: $? = 0
# configure:9872: result: ok
# configure:9909: checking for sysroot
# configure:9939: result: no
# configure:10167: checking for arm-linux-androideabi-mt
# configure:10197: result: no
# configure:10207: checking for mt
# configure:10237: result: no
# configure:10257: checking if : is a manifest tool
# configure:10263: : '-?'
# configure:10271: result: no
# configure:10909: checking for dlfcn.h
# configure:10909: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:10909: $? = 0
# configure:10909: result: yes
# configure:11520: checking for objdir
# configure:11535: result: .libs
# configure:11806: checking if arm-linux-androideabi-gcc supports -fno-rtti -fno-exceptions
# configure:11824: arm-linux-androideabi-gcc -c -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
# configure:11828: $? = 0
# configure:11841: result: no
# configure:12168: checking for arm-linux-androideabi-gcc option to produce PIC
# configure:12175: result: -fPIC -DPIC
# configure:12183: checking if arm-linux-androideabi-gcc PIC flag -fPIC -DPIC works
# configure:12201: arm-linux-androideabi-gcc -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:12205: $? = 0
# configure:12218: result: yes
# configure:12247: checking if arm-linux-androideabi-gcc static flag -static works
# configure:12275: result: yes
# configure:12290: checking if arm-linux-androideabi-gcc supports -c -o file.o
# configure:12311: arm-linux-androideabi-gcc -c -o out/conftest2.o conftest.c >&5
# configure:12315: $? = 0
# configure:12337: result: yes
# configure:12345: checking if arm-linux-androideabi-gcc supports -c -o file.o
# configure:12392: result: yes
# configure:12425: checking whether the arm-linux-androideabi-gcc linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries
# configure:13580: result: yes
# configure:13617: checking whether -lc should be explicitly linked in
# configure:13625: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:13628: $? = 0
# configure:13643: arm-linux-androideabi-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:13646: $? = 0
# configure:13660: result: no
# configure:13820: checking dynamic linker characteristics
# configure:14319: arm-linux-androideabi-gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:14319: $? = 0
# configure:14553: result: GNU/Linux ld.so
# configure:14660: checking how to hardcode library paths into programs
# configure:14685: result: immediate
# configure:15210: checking whether stripping libraries is possible
# configure:15215: result: yes
# configure:15250: checking if libtool supports shared libraries
# configure:15252: result: yes
# configure:15255: checking whether to build shared libraries
# configure:15276: result: yes
# configure:15279: checking whether to build static libraries
# configure:15283: result: yes
# configure:15354: checking whether to build shared libraries with -version-info
# configure:15365: result: yes
# configure:15372: checking whether to build shared libraries with -no-undefined
# configure:15385: result: no
# configure:15392: checking whether to build shared libraries with -mimpure-text
# configure:15402: result: no
# configure:15429: checking whether to build shared libraries with PIC
# configure:15431: result: yes
# configure:15433: checking whether to build static libraries with PIC
# configure:15435: result: no
# configure:15442: checking whether to build shared libraries only
# configure:15450: result: no
# configure:15457: checking whether to build static libraries only
# configure:15465: result: no
# configure:15555: checking for inline
# configure:15571: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:15571: $? = 0
# configure:15579: result: inline
# configure:15614: checking if compiler is DEC/Compaq/HP C
# configure:15635: arm-linux-androideabi-gcc -E conftest.c
# configure:15635: $? = 0
# configure:15675: arm-linux-androideabi-gcc -E conftest.c
# configure:15675: $? = 0
# configure:15708: result: no
# configure:15713: checking if compiler is HP-UX C
# configure:15734: arm-linux-androideabi-gcc -E conftest.c
# configure:15734: $? = 0
# configure:15766: result: no
# configure:15771: checking if compiler is IBM C
# configure:15792: arm-linux-androideabi-gcc -E conftest.c
# configure:15792: $? = 0
# configure:15832: result: no
# configure:15837: checking if compiler is Intel C
# configure:15858: arm-linux-androideabi-gcc -E conftest.c
# configure:15858: $? = 0
# configure:15948: result: no
# configure:15953: checking if compiler is clang
# configure:15974: arm-linux-androideabi-gcc -E conftest.c
# configure:15974: $? = 0
# configure:16017: result: no
# configure:16022: checking if compiler is GNU C
# configure:16043: arm-linux-androideabi-gcc -E conftest.c
# configure:16043: $? = 0
# configure:16066: result: yes
# configure:16105: arm-linux-androideabi-gcc -E conftest.c
# configure:16105: $? = 0
# configure:16132: checking if compiler is LCC
# configure:16153: arm-linux-androideabi-gcc -E conftest.c
# configure:16153: $? = 0
# configure:16185: result: no
# configure:16190: checking if compiler is SGI MIPSpro C
# configure:16211: arm-linux-androideabi-gcc -E conftest.c
# configure:16211: $? = 0
# configure:16251: arm-linux-androideabi-gcc -E conftest.c
# configure:16251: $? = 0
# configure:16291: arm-linux-androideabi-gcc -E conftest.c
# configure:16291: $? = 0
# configure:16325: result: no
# configure:16330: checking if compiler is SGI MIPS C
# configure:16351: arm-linux-androideabi-gcc -E conftest.c
# configure:16351: $? = 0
# configure:16391: arm-linux-androideabi-gcc -E conftest.c
# configure:16391: $? = 0
# configure:16425: result: no
# configure:16430: checking if compiler is SunPro C
# configure:16451: arm-linux-androideabi-gcc -E conftest.c
# configure:16451: $? = 0
# configure:16483: result: no
# configure:16488: checking if compiler is Tiny C
# configure:16509: arm-linux-androideabi-gcc -E conftest.c
# configure:16509: $? = 0
# configure:16541: result: no
# configure:16546: checking if compiler is Watcom C
# configure:16567: arm-linux-androideabi-gcc -E conftest.c
# configure:16567: $? = 0
# configure:16649: result: no
# configure:17003: checking if compiler accepts debug disabling options
# configure:17035: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:17035: $? = 0
# configure:17065: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:17065: $? = 0
# configure:17126: result: yes
# configure:17128: compiler options added:
# configure:17160: checking if compiler optimizer assumed setting might be used
# configure:17198: result: yes
# configure:17244: checking if compiler accepts optimizer enabling options
# configure:17280: arm-linux-androideabi-gcc -c -O2 conftest.c >&5
# configure:17280: $? = 0
# configure:17310: arm-linux-androideabi-gcc -o conftest -O2 conftest.c >&5
# configure:17310: $? = 0
# configure:17371: result: yes
# configure:17373: compiler options added: -O2
# configure:17626: checking if compiler accepts strict warning options
# configure:17650: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:17650: $? = 0
# configure:17680: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c >&5
# configure:17680: $? = 0
# configure:17741: result: yes
# configure:17743: compiler options added: -Wno-system-headers
# configure:17773: checking if compiler halts on compilation errors
# configure:17790: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:45:7: error: unknown type name 'force'
# force compilation error
# ^
# conftest.c:45:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error'
# force compilation error
# ^
# configure:17790: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# |
# |
# | int main (void)
# | {
# |
# | force compilation error
# |
# | ;
# | return 0;
# | }
# |
# configure:17798: result: yes
# configure:17805: checking if compiler halts on negative sized arrays
# configure:17823: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:41:20: error: size of array 'bad_t' is negative
# typedef char bad_t[sizeof(char) == sizeof(int) ? -1 : -1 ];
# ^
# configure:17823: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# |
# | typedef char bad_t[sizeof(char) == sizeof(int) ? -1 : -1 ];
# |
# | int main (void)
# | {
# |
# | bad_t dummy;
# |
# | ;
# | return 0;
# | }
# |
# configure:17831: result: yes
# configure:17838: checking if compiler halts on function prototype mismatch
# configure:17867: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:42:11: error: conflicting types for 'rand'
# int rand(int n);
# ^
# In file included from conftest.c:41:0:
# /sysroot/sysroot/usr/include/stdlib.h:114:5: note: previous declaration of 'rand' was here
# int rand(void);
# ^
# conftest.c:43:11: error: conflicting types for 'rand'
# int rand(int n)
# ^
# In file included from conftest.c:41:0:
# /sysroot/sysroot/usr/include/stdlib.h:114:5: note: previous declaration of 'rand' was here
# int rand(void);
# ^
# configure:17867: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# |
# | # include
# | int rand(int n);
# | int rand(int n)
# | {
# | if(n)
# | return ++n;
# | else
# | return n;
# | }
# |
# | int main (void)
# | {
# |
# | int i[2]={0,0};
# | int j = rand(i[0]);
# | if(j)
# | return j;
# |
# | ;
# | return 0;
# | }
# |
# configure:17875: result: yes
# configure:17882: checking if compiler supports hiding library internal symbols
# configure:17976: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers -fvisibility=hidden conftest.c >&5
# configure:17976: $? = 0
# configure:17999: result: yes
# configure:18112: checking for windows.h
# configure:18142: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:45:21: fatal error: windows.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:18142: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# |
# | int main (void)
# | {
# |
# | #if defined(__CYGWIN__) || defined(__CEGCC__)
# | HAVE_WINDOWS_H shall not be defined.
# | #else
# | int dummy=2*WINVER;
# | #endif
# |
# | ;
# | return 0;
# | }
# |
# configure:18154: result: no
# configure:18172: checking whether build target is a native Windows one
# configure:18214: result: no
# configure:18526: checking whether build target supports WIN32 file API
# configure:18607: result: no
# configure:18613: checking whether to support http
# configure:18639: result: yes
# configure:18644: checking whether to support ftp
# configure:18663: result: yes
# configure:18668: checking whether to support file
# configure:18687: result: yes
# configure:18692: checking whether to support ldap
# configure:18698: result: no
# configure:18718: checking whether to support ldaps
# configure:18724: result: no
# configure:18774: checking whether to support rtsp
# configure:18799: result: yes
# configure:18810: checking whether to support proxies
# configure:18829: result: yes
# configure:18835: checking whether to support dict
# configure:18854: result: yes
# configure:18859: checking whether to support telnet
# configure:18878: result: yes
# configure:18883: checking whether to support tftp
# configure:18902: result: yes
# configure:18908: checking whether to support pop3
# configure:18927: result: yes
# configure:18934: checking whether to support imap
# configure:18953: result: yes
# configure:18960: checking whether to support smb
# configure:18979: result: yes
# configure:18985: checking whether to support smtp
# configure:19004: result: yes
# configure:19010: checking whether to support gopher
# configure:19029: result: yes
# configure:19037: checking whether to provide built-in manual
# configure:19046: result: yes
# configure:19059: checking whether to enable generation of C code
# configure:19077: result: yes
# configure:19084: checking whether to use libgcc
# configure:19099: result: no
# configure:19106: checking if X/Open network library is required
# configure:19126: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:50:3: error: unknown type name 'force'
# force compilation error
# ^
# conftest.c:50:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error'
# force compilation error
# ^
# conftest.c:52:1: error: expected declaration or statement at end of input
# }
# ^
# configure:19126: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | /* end confdefs.h. */
# |
# |
# | int main (void)
# | {
# | #if defined(__hpux) && defined(_XOPEN_SOURCE) && (_XOPEN_SOURCE >= 600)
# | return 0;
# | #elif defined(__hpux) && defined(_XOPEN_SOURCE_EXTENDED)
# | return 0;
# | #else
# | force compilation error
# | #endif
# | }
# |
# |
# configure:19133: result: no
# configure:19137: checking for gethostbyname
# configure:19137: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c >&5
# configure:19137: $? = 0
# configure:19137: result: yes
# configure:19545: checking for strcasecmp
# configure:19545: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c >&5
# conftest.c:52:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default]
# char strcasecmp ();
# ^
# configure:19545: $? = 0
# configure:19545: result: yes
# configure:19653: checking for windows.h
# configure:19695: result: no
# configure:19713: checking for winsock.h
# configure:19756: result: no
# configure:19769: checking for winsock2.h
# configure:19812: result: no
# configure:19826: checking for connect in libraries
# configure:19853: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c >&5
# configure:19853: $? = 0
# configure:19871: result: yes
# configure:19884: checking whether time.h and sys/time.h may both be included
# configure:19903: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:19903: $? = 0
# configure:19910: result: yes
# configure:19922: checking for sys/types.h
# configure:19922: result: yes
# configure:19922: checking sys/time.h usability
# configure:19922: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:19922: $? = 0
# configure:19922: result: yes
# configure:19922: checking sys/time.h presence
# configure:19922: arm-linux-androideabi-gcc -E conftest.c
# configure:19922: $? = 0
# configure:19922: result: yes
# configure:19922: checking for sys/time.h
# configure:19922: result: yes
# configure:19922: checking time.h usability
# configure:19922: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:19922: $? = 0
# configure:19922: result: yes
# configure:19922: checking time.h presence
# configure:19922: arm-linux-androideabi-gcc -E conftest.c
# configure:19922: $? = 0
# configure:19922: result: yes
# configure:19922: checking for time.h
# configure:19922: result: yes
# configure:19932: checking for monotonic clock_gettime
# configure:19963: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:19963: $? = 0
# configure:19965: result: yes
# configure:19982: checking for clock_gettime in libraries
# configure:20024: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c >&5
# configure:20024: $? = 0
# configure:20045: result: no additional lib required
# configure:20166: checking for inflateEnd in -lz
# configure:20188: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:20188: $? = 0
# configure:20197: result: yes
# configure:20214: checking zlib.h usability
# configure:20214: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:20214: $? = 0
# configure:20214: result: yes
# configure:20214: checking zlib.h presence
# configure:20214: arm-linux-androideabi-gcc -E conftest.c
# configure:20214: $? = 0
# configure:20214: result: yes
# configure:20214: checking for zlib.h
# configure:20214: result: yes
# configure:20302: found both libz and libz.h header
# configure:20945: checking whether to enable IPv6
# configure:20955: result: yes
# configure:21004: checking if struct sockaddr_in6 has sin6_scope_id member
# configure:21018: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:21018: $? = 0
# configure:21023: result: yes
# configure:21035: checking if argv can be written to
# configure:21079: result: no
# configure:21081: WARNING: the previous check could not be made default was used
# configure:21123: checking if GSS-API support is requested
# configure:21126: result: yes
# configure:21141: checking gss.h usability
# configure:21141: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:82:17: fatal error: gss.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:21141: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 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:21141: result: no
# configure:21141: checking gss.h presence
# configure:21141: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:49:17: fatal error: gss.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:21141: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | /* end confdefs.h. */
# | #include
# configure:21141: result: no
# configure:21141: checking for gss.h
# configure:21141: result: no
# configure:21153: checking gssapi/gssapi.h usability
# configure:21153: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:82:27: fatal error: gssapi/gssapi.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:21153: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 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:21153: result: no
# configure:21153: checking gssapi/gssapi.h presence
# configure:21153: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:49:27: fatal error: gssapi/gssapi.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:21153: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | /* end confdefs.h. */
# | #include
# configure:21153: result: no
# configure:21153: checking for gssapi/gssapi.h
# configure:21153: result: no
# configure:21168: checking for gssapi/gssapi_generic.h
# configure:21168: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:88:35: fatal error: gssapi/gssapi_generic.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:21168: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 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
# | #ifdef HAVE_GSSAPI_GSSAPI_H
# | #include
# | #endif
# |
# |
# | #include
# configure:21168: result: no
# configure:21168: checking for gssapi/gssapi_krb5.h
# configure:21168: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:88:32: fatal error: gssapi/gssapi_krb5.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:21168: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 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
# | #ifdef HAVE_GSSAPI_GSSAPI_H
# | #include
# | #endif
# |
# |
# | #include
# configure:21168: result: no
# configure:21187: checking gssapi.h usability
# configure:21187: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:82:20: fatal error: gssapi.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:21187: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 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:21187: result: no
# configure:21187: checking gssapi.h presence
# configure:21187: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:49:20: fatal error: gssapi.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:21187: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | /* end confdefs.h. */
# | #include
# configure:21187: result: no
# configure:21187: checking for gssapi.h
# configure:21187: result: no
# configure:21197: WARNING: disabling GSS-API support since no header files were found
# configure:21316: checking whether to enable Windows native SSL/TLS (Windows native builds only)
# configure:21338: result: no
# configure:21354: checking whether to enable iOS/Mac OS X native SSL/TLS
# configure:21370: result: no
# configure:22715: checking for arm-linux-androideabi-pkg-config
# configure:22749: result: no
# configure:22759: checking for pkg-config
# configure:22778: found /usr/sbin/pkg-config
# configure:22790: result: /usr/sbin/pkg-config
# configure:22802: WARNING: using cross tools not prefixed with host triplet
# configure:22814: checking for gnutls options with pkg-config
# configure:22828: result: found
# configure:22882: checking for gnutls_check_version in -lgnutls
# configure:22904: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers -I/usr/include/p11-kit-1 conftest.c -lgnutls -lgnutls -lz >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgnutls
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgnutls
# /tmp/ccSIMEgL.o:conftest.c:function main: error: undefined reference to 'gnutls_check_version'
# collect2: error: ld returned 1 exit status
# configure:22904: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | /* end confdefs.h. */
# |
# |
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char gnutls_check_version ();
# | int main (void)
# | {
# | return gnutls_check_version ();
# | ;
# | return 0;
# | }
# configure:22913: result: no
# configure:23824: checking for ssl_version in -laxtls
# configure:23846: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -laxtls -lz >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -laxtls
# /tmp/ccakA1WQ.o:conftest.c:function main: error: undefined reference to 'ssl_version'
# collect2: error: ld returned 1 exit status
# configure:23846: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | /* end confdefs.h. */
# |
# |
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char ssl_version ();
# | int main (void)
# | {
# | return ssl_version ();
# | ;
# | return 0;
# | }
# configure:23855: result: no
# configure:23888: WARNING: SSL disabled, you will not be able to use HTTPS, FTPS, NTLM and more.
# configure:23890: WARNING: Use --with-ssl, --with-gnutls, --with-polarssl, --with-cyassl, --with-nss, --with-axtls, --with-winssl, or --with-darwinssl to address this.
# configure:23901: checking default CA cert bundle/path
# configure:23989: result: /etc/ssl/certs/ca-certificates.crt
# configure:24546: checking for libssh2_channel_open_ex in -lssh2
# configure:24568: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lssh2 -lz >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lssh2
# /tmp/cc8jf0tW.o:conftest.c:function main: error: undefined reference to 'libssh2_channel_open_ex'
# collect2: error: ld returned 1 exit status
# configure:24568: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | /* end confdefs.h. */
# |
# |
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char libssh2_channel_open_ex ();
# | int main (void)
# | {
# | return libssh2_channel_open_ex ();
# | ;
# | return 0;
# | }
# configure:24577: result: no
# configure:24591: checking libssh2.h usability
# configure:24591: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:83:21: fatal error: libssh2.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:24591: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | /* 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:24591: result: no
# configure:24591: checking libssh2.h presence
# configure:24591: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:50:21: fatal error: libssh2.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:24591: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | /* end confdefs.h. */
# | #include
# configure:24591: result: no
# configure:24591: checking for libssh2.h
# configure:24591: result: no
# configure:24802: checking for RTMP_Init in -lrtmp
# configure:24824: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lrtmp -lrtmp -lz >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lrtmp
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lrtmp
# /tmp/ccAfpQ9a.o:conftest.c:function main: error: undefined reference to 'RTMP_Init'
# collect2: error: ld returned 1 exit status
# configure:24824: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | /* end confdefs.h. */
# |
# |
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char RTMP_Init ();
# | int main (void)
# | {
# | return RTMP_Init ();
# | ;
# | return 0;
# | }
# configure:24833: result: no
# configure:24874: checking whether versioned symbols are wanted
# configure:24879: result: yes
# configure:24881: checking if libraries can be versioned
# configure:24890: result: yes
# configure:24941: checking whether to enable Windows native IDN (Windows native builds only)
# configure:24953: result: no
# configure:25051: checking whether to build with libidn
# configure:25063: result: no
# configure:25589: checking for arm-linux-androideabi-pkg-config
# configure:25623: result: no
# configure:25633: checking for pkg-config
# configure:25664: result: /usr/sbin/pkg-config
# configure:25688: checking for libnghttp2 options with pkg-config
# configure:25699: result: no
# configure:25814: checking for ANSI C header files
# configure:25917: result: yes
# configure:25927: checking for malloc.h
# configure:25952: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:25952: $? = 0
# configure:25964: result: yes
# configure:25992: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:25992: $? = 0
# configure:26015: checking for memory.h
# configure:26052: result: yes
# configure:26080: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26080: $? = 0
# configure:26146: checking for sys/types.h
# configure:26146: result: yes
# configure:26146: checking for sys/time.h
# configure:26146: result: yes
# configure:26146: checking for sys/select.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26146: $? = 0
# configure:26146: result: yes
# configure:26146: checking for sys/socket.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26146: $? = 0
# configure:26146: result: yes
# configure:26146: checking for sys/ioctl.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26146: $? = 0
# configure:26146: result: yes
# configure:26146: checking for sys/uio.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26146: $? = 0
# configure:26146: result: yes
# configure:26146: checking for assert.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26146: $? = 0
# configure:26146: result: yes
# configure:26146: checking for unistd.h
# configure:26146: result: yes
# configure:26146: checking for stdlib.h
# configure:26146: result: yes
# configure:26146: checking for limits.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26146: $? = 0
# configure:26146: result: yes
# configure:26146: checking for arpa/inet.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26146: $? = 0
# configure:26146: result: yes
# configure:26146: checking for net/if.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26146: $? = 0
# configure:26146: result: yes
# configure:26146: checking for netinet/in.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26146: $? = 0
# configure:26146: result: yes
# configure:26146: checking for sys/un.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26146: $? = 0
# configure:26146: result: yes
# configure:26146: checking for netinet/tcp.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26146: $? = 0
# configure:26146: result: yes
# configure:26146: checking for netdb.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26146: $? = 0
# configure:26146: result: yes
# configure:26146: checking for sys/sockio.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:91:24: fatal error: sys/sockio.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:26146: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_TIME_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SELECT_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETINET_IN_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_UN_H
# | #include
# | #endif
# |
# |
# |
# | #include
# configure:26146: result: no
# configure:26146: checking for sys/stat.h
# configure:26146: result: yes
# configure:26146: checking for sys/param.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26146: $? = 0
# configure:26146: result: yes
# configure:26146: checking for termios.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26146: $? = 0
# configure:26146: result: yes
# configure:26146: checking for termio.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26146: $? = 0
# configure:26146: result: yes
# configure:26146: checking for sgtty.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26146: $? = 0
# configure:26146: result: yes
# configure:26146: checking for fcntl.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26146: $? = 0
# configure:26146: result: yes
# configure:26146: checking for alloca.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26146: $? = 0
# configure:26146: result: yes
# configure:26146: checking for time.h
# configure:26146: result: yes
# configure:26146: checking for io.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:99:16: fatal error: io.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:26146: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_TIME_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SELECT_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETINET_IN_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_UN_H
# | #include
# | #endif
# |
# |
# |
# | #include
# configure:26146: result: no
# configure:26146: checking for pwd.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26146: $? = 0
# configure:26146: result: yes
# configure:26146: checking for utime.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26146: $? = 0
# configure:26146: result: yes
# configure:26146: checking for sys/utime.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26146: $? = 0
# configure:26146: result: yes
# configure:26146: checking for sys/poll.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26146: $? = 0
# configure:26146: result: yes
# configure:26146: checking for poll.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26146: $? = 0
# configure:26146: result: yes
# configure:26146: checking for socket.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:104:20: fatal error: socket.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:26146: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_TIME_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SELECT_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETINET_IN_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_UN_H
# | #include
# | #endif
# |
# |
# |
# | #include
# configure:26146: result: no
# configure:26146: checking for sys/resource.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26146: $? = 0
# configure:26146: result: yes
# configure:26146: checking for libgen.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26146: $? = 0
# configure:26146: result: yes
# configure:26146: checking for locale.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26146: $? = 0
# configure:26146: result: yes
# configure:26146: checking for errno.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26146: $? = 0
# configure:26146: result: yes
# configure:26146: checking for stdbool.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26146: $? = 0
# configure:26146: result: yes
# configure:26146: checking for arpa/tftp.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:109:23: fatal error: arpa/tftp.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:26146: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_TIME_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SELECT_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETINET_IN_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_UN_H
# | #include
# | #endif
# |
# |
# |
# | #include
# configure:26146: result: no
# configure:26146: checking for sys/filio.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:109:23: fatal error: sys/filio.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:26146: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_TIME_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SELECT_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETINET_IN_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_UN_H
# | #include
# | #endif
# |
# |
# |
# | #include
# configure:26146: result: no
# configure:26146: checking for sys/wait.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26146: $? = 0
# configure:26146: result: yes
# configure:26146: checking for setjmp.h
# configure:26146: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26146: $? = 0
# configure:26146: result: yes
# configure:26178: checking for an ANSI C-conforming const
# configure:26243: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26243: $? = 0
# configure:26250: result: yes
# configure:26259: checking for compiler support of C99 variadic macro style
# configure:26289: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26289: $? = 0
# configure:26301: result: yes
# configure:26312: checking for compiler support of old gcc variadic macro style
# configure:26342: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26342: $? = 0
# configure:26354: result: yes
# configure:26366: checking for size_t
# configure:26366: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26366: $? = 0
# configure:26366: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:126:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:26366: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 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 (void)
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:26366: result: yes
# configure:26377: checking whether time.h and sys/time.h may both be included
# configure:26403: result: yes
# configure:26415: checking for sys/types.h
# configure:26415: result: yes
# configure:26415: checking for sys/time.h
# configure:26415: result: yes
# configure:26415: checking for time.h
# configure:26415: result: yes
# configure:26415: checking for sys/socket.h
# configure:26415: result: yes
# configure:26425: checking for struct timeval
# configure:26478: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26478: $? = 0
# configure:26490: result: yes
# configure:26544: checking size of size_t
# configure:26549: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26549: $? = 0
# configure:26549: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:132:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 0)];
# ^
# configure:26549: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 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 (void)
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 0)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:26549: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:132:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 1)];
# ^
# configure:26549: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 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 (void)
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 1)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:26549: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:132:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 3)];
# ^
# configure:26549: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 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 (void)
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 3)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:26549: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26549: $? = 0
# configure:26549: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26549: $? = 0
# configure:26549: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26549: $? = 0
# configure:26563: result: 4
# configure:26577: checking size of long
# configure:26596: result: 4
# configure:26610: checking size of int
# configure:26615: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26615: $? = 0
# configure:26615: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:134:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 0)];
# ^
# configure:26615: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | /* 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 (void)
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 0)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:26615: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:134:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 1)];
# ^
# configure:26615: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | /* 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 (void)
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 1)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:26615: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:134:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 3)];
# ^
# configure:26615: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | /* 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 (void)
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 3)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:26615: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26615: $? = 0
# configure:26615: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26615: $? = 0
# configure:26615: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26615: $? = 0
# configure:26629: result: 4
# configure:26643: checking size of short
# configure:26648: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26648: $? = 0
# configure:26648: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:135:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 0)];
# ^
# configure:26648: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | /* 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 (void)
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 0)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:26648: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:135:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 1)];
# ^
# configure:26648: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | /* 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 (void)
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 1)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:26648: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26648: $? = 0
# configure:26648: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26648: $? = 0
# configure:26662: result: 2
# configure:26687: checking size of time_t
# configure:26692: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26692: $? = 0
# configure:26692: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:137:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (time_t))) <= 0)];
# ^
# configure:26692: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | /* 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 (void)
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (time_t))) <= 0)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:26692: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:137:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (time_t))) <= 1)];
# ^
# configure:26692: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | /* 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 (void)
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (time_t))) <= 1)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:26692: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:137:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (time_t))) <= 3)];
# ^
# configure:26692: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | /* 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 (void)
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (time_t))) <= 3)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:26692: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26692: $? = 0
# configure:26692: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26692: $? = 0
# configure:26692: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26692: $? = 0
# configure:26706: result: 4
# configure:26720: checking size of off_t
# configure:26725: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26725: $? = 0
# configure:26725: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:138:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 0)];
# ^
# configure:26725: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | /* 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 (void)
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 0)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:26725: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:138:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 1)];
# ^
# configure:26725: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | /* 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 (void)
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 1)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:26725: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:138:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 3)];
# ^
# configure:26725: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | /* 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 (void)
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 3)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:26725: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26725: $? = 0
# configure:26725: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26725: $? = 0
# configure:26725: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26725: $? = 0
# configure:26739: result: 4
# configure:26753: WARNING: This libcurl built is probably not ABI compatible with previous
# configure:26755: WARNING: builds! You MUST read lib/README.curl_off_t to figure it out.
# configure:26761: checking for long long
# configure:26761: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26761: $? = 0
# configure:26761: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:139:24: error: expected expression before ')' token
# if (sizeof ((long long)))
# ^
# configure:26761: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | /* 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 (void)
# | {
# | if (sizeof ((long long)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:26761: result: yes
# configure:26772: checking if numberLL works
# configure:26789: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26789: $? = 0
# configure:26791: result: yes
# configure:26808: checking for ssize_t
# configure:26808: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26808: $? = 0
# configure:26808: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:141:22: error: expected expression before ')' token
# if (sizeof ((ssize_t)))
# ^
# configure:26808: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 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 (void)
# | {
# | if (sizeof ((ssize_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:26808: result: yes
# configure:26819: checking for bool
# configure:26819: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:26819: $? = 0
# configure:26819: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:117:19: error: expected expression before ')' token
# if (sizeof ((bool)))
# ^
# configure:26819: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_STDBOOL_H
# | #include
# | #endif
# |
# |
# | int main (void)
# | {
# | if (sizeof ((bool)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:26819: result: yes
# configure:26854: checking for windows.h
# configure:26896: result: no
# configure:26914: checking for winsock2.h
# configure:26957: result: no
# configure:26970: checking for ws2tcpip.h
# configure:27014: result: no
# configure:27040: checking for sys/types.h
# configure:27040: result: yes
# configure:27040: checking for sys/socket.h
# configure:27040: result: yes
# configure:27065: checking for curl_socklen_t data type
# configure:27093: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:27093: $? = 0
# configure:27130: result: socklen_t
# configure:27137: checking size of curl_socklen_t
# configure:27183: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:112:13: error: unknown type name 'socklen_t'
# typedef socklen_t curl_socklen_t;
# ^
# configure:27183: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# |
# | typedef socklen_t curl_socklen_t;
# | typedef char dummy_arr[sizeof(curl_socklen_t) == 4 ? 1 : -1];
# |
# | int main (void)
# | {
# |
# | curl_socklen_t dummy;
# |
# | ;
# | return 0;
# | }
# |
# configure:27183: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:112:13: error: unknown type name 'socklen_t'
# typedef socklen_t curl_socklen_t;
# ^
# configure:27183: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# |
# | typedef socklen_t curl_socklen_t;
# | typedef char dummy_arr[sizeof(curl_socklen_t) == 4 ? 1 : -1];
# |
# | int main (void)
# | {
# |
# | curl_socklen_t dummy;
# |
# | ;
# | return 0;
# | }
# |
# configure:27183: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:27183: $? = 0
# configure:27193: result: 4
# configure:27255: checking for sys/types.h
# configure:27255: result: yes
# configure:27255: checking for poll.h
# configure:27255: result: yes
# configure:27255: checking for sys/poll.h
# configure:27255: result: yes
# configure:27291: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:136:7: error: unknown type name 'force'
# force compilation error
# ^
# conftest.c:136:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error'
# force compilation error
# ^
# configure:27291: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | /* end confdefs.h. */
# |
# |
# | /* includes start */
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_POLL_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_POLL_H
# | # include
# | #endif
# | /* includes end */
# |
# | int main (void)
# | {
# |
# | #if defined(events) || defined(revents)
# | return 0;
# | #else
# | force compilation error
# | #endif
# |
# | ;
# | return 0;
# | }
# |
# configure:27315: checking for in_addr_t
# configure:27315: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:27315: $? = 0
# configure:27315: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:148:24: error: expected expression before ')' token
# if (sizeof ((in_addr_t)))
# ^
# configure:27315: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | /* end confdefs.h. */
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETINET_IN_H
# | #include
# | #endif
# | #ifdef HAVE_ARPA_INET_H
# | #include
# | #endif
# | #endif
# |
# |
# | int main (void)
# | {
# | if (sizeof ((in_addr_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:27315: result: yes
# configure:27431: checking for struct sockaddr_storage
# configure:27431: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:27431: $? = 0
# configure:27431: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:144:38: error: expected expression before ')' token
# if (sizeof ((struct sockaddr_storage)))
# ^
# configure:27431: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | /* end confdefs.h. */
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #endif
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETINET_IN_H
# | #include
# | #endif
# | #ifdef HAVE_ARPA_INET_H
# | #include
# | #endif
# | #endif
# |
# |
# | int main (void)
# | {
# | if (sizeof ((struct sockaddr_storage)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:27431: result: yes
# configure:27468: checking signal.h usability
# configure:27468: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:27468: $? = 0
# configure:27468: result: yes
# configure:27468: checking signal.h presence
# configure:27468: arm-linux-androideabi-gcc -E conftest.c
# configure:27468: $? = 0
# configure:27468: result: yes
# configure:27468: checking for signal.h
# configure:27468: result: yes
# configure:27478: checking for sig_atomic_t
# configure:27478: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:27478: $? = 0
# configure:27478: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:126:27: error: expected expression before ')' token
# if (sizeof ((sig_atomic_t)))
# ^
# configure:27478: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SIGNAL_H
# | #include
# | #endif
# |
# |
# | int main (void)
# | {
# | if (sizeof ((sig_atomic_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:27478: result: yes
# configure:27495: checking if sig_atomic_t is already defined as volatile
# configure:27515: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:27515: $? = 0
# configure:27517: result: no
# configure:27540: checking return type of signal handlers
# configure:27557: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:124:1: error: void value not ignored as it ought to be
# return *(signal (0, 0)) (0) == 1;
# ^
# configure:27557: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int main (void)
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:27564: result: void
# configure:27577: checking for sys/select.h
# configure:27577: result: yes
# configure:27577: checking for sys/socket.h
# configure:27577: result: yes
# configure:27588: checking for select
# configure:27640: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:27640: $? = 0
# configure:27642: result: yes
# configure:27657: checking types of args and return type for select
# configure:27736: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:27736: $? = 0
# configure:27749: result: int,fd_set *,struct timeval *,int
# configure:27834: checking for sys/types.h
# configure:27834: result: yes
# configure:27834: checking for sys/socket.h
# configure:27834: result: yes
# configure:27845: checking for recv
# configure:27883: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:27883: $? = 0
# configure:27885: result: yes
# configure:27900: checking types of args and return type for recv
# configure:27957: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:156:23: error: conflicting types for 'recv'
# recv(int, char *, size_t, int);
# ^
# In file included from conftest.c:151:0:
# /sysroot/sysroot/usr/include/sys/socket.h:289:16: note: previous declaration of 'recv' was here
# extern ssize_t recv(int, void*, size_t, int);
# ^
# configure:27957: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #define RECVCALLCONV PASCAL
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #define RECVCALLCONV
# | #endif
# | extern int RECVCALLCONV
# | recv(int, char *, size_t, int);
# |
# | int main (void)
# | {
# |
# | int s=0;
# | char * buf=0;
# | size_t len=0;
# | int flags=0;
# | int res = recv(s, buf, len, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:27957: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:156:23: error: conflicting types for 'recv'
# recv(int, char *, size_t, unsigned int);
# ^
# In file included from conftest.c:151:0:
# /sysroot/sysroot/usr/include/sys/socket.h:289:16: note: previous declaration of 'recv' was here
# extern ssize_t recv(int, void*, size_t, int);
# ^
# configure:27957: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #define RECVCALLCONV PASCAL
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #define RECVCALLCONV
# | #endif
# | extern int RECVCALLCONV
# | recv(int, char *, size_t, unsigned int);
# |
# | int main (void)
# | {
# |
# | int s=0;
# | char * buf=0;
# | size_t len=0;
# | unsigned int flags=0;
# | int res = recv(s, buf, len, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:27957: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:156:23: error: conflicting types for 'recv'
# recv(int, char *, int, int);
# ^
# In file included from conftest.c:151:0:
# /sysroot/sysroot/usr/include/sys/socket.h:289:16: note: previous declaration of 'recv' was here
# extern ssize_t recv(int, void*, size_t, int);
# ^
# configure:27957: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #define RECVCALLCONV PASCAL
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #define RECVCALLCONV
# | #endif
# | extern int RECVCALLCONV
# | recv(int, char *, int, int);
# |
# | int main (void)
# | {
# |
# | int s=0;
# | char * buf=0;
# | int len=0;
# | int flags=0;
# | int res = recv(s, buf, len, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:27957: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:156:23: error: conflicting types for 'recv'
# recv(int, char *, int, unsigned int);
# ^
# In file included from conftest.c:151:0:
# /sysroot/sysroot/usr/include/sys/socket.h:289:16: note: previous declaration of 'recv' was here
# extern ssize_t recv(int, void*, size_t, int);
# ^
# configure:27957: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #define RECVCALLCONV PASCAL
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #define RECVCALLCONV
# | #endif
# | extern int RECVCALLCONV
# | recv(int, char *, int, unsigned int);
# |
# | int main (void)
# | {
# |
# | int s=0;
# | char * buf=0;
# | int len=0;
# | unsigned int flags=0;
# | int res = recv(s, buf, len, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:27957: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:156:23: error: conflicting types for 'recv'
# recv(int, char *, socklen_t, int);
# ^
# In file included from conftest.c:151:0:
# /sysroot/sysroot/usr/include/sys/socket.h:289:16: note: previous declaration of 'recv' was here
# extern ssize_t recv(int, void*, size_t, int);
# ^
# configure:27957: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #define RECVCALLCONV PASCAL
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #define RECVCALLCONV
# | #endif
# | extern int RECVCALLCONV
# | recv(int, char *, socklen_t, int);
# |
# | int main (void)
# | {
# |
# | int s=0;
# | char * buf=0;
# | socklen_t len=0;
# | int flags=0;
# | int res = recv(s, buf, len, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:27957: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:156:23: error: conflicting types for 'recv'
# recv(int, char *, socklen_t, unsigned int);
# ^
# In file included from conftest.c:151:0:
# /sysroot/sysroot/usr/include/sys/socket.h:289:16: note: previous declaration of 'recv' was here
# extern ssize_t recv(int, void*, size_t, int);
# ^
# configure:27957: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #define RECVCALLCONV PASCAL
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #define RECVCALLCONV
# | #endif
# | extern int RECVCALLCONV
# | recv(int, char *, socklen_t, unsigned int);
# |
# | int main (void)
# | {
# |
# | int s=0;
# | char * buf=0;
# | socklen_t len=0;
# | unsigned int flags=0;
# | int res = recv(s, buf, len, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:27957: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:156:23: error: conflicting types for 'recv'
# recv(int, char *, unsigned int, int);
# ^
# In file included from conftest.c:151:0:
# /sysroot/sysroot/usr/include/sys/socket.h:289:16: note: previous declaration of 'recv' was here
# extern ssize_t recv(int, void*, size_t, int);
# ^
# configure:27957: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #define RECVCALLCONV PASCAL
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #define RECVCALLCONV
# | #endif
# | extern int RECVCALLCONV
# | recv(int, char *, unsigned int, int);
# |
# | int main (void)
# | {
# |
# | int s=0;
# | char * buf=0;
# | unsigned int len=0;
# | int flags=0;
# | int res = recv(s, buf, len, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:27957: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:156:23: error: conflicting types for 'recv'
# recv(int, char *, unsigned int, unsigned int);
# ^
# In file included from conftest.c:151:0:
# /sysroot/sysroot/usr/include/sys/socket.h:289:16: note: previous declaration of 'recv' was here
# extern ssize_t recv(int, void*, size_t, int);
# ^
# configure:27957: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #define RECVCALLCONV PASCAL
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #define RECVCALLCONV
# | #endif
# | extern int RECVCALLCONV
# | recv(int, char *, unsigned int, unsigned int);
# |
# | int main (void)
# | {
# |
# | int s=0;
# | char * buf=0;
# | unsigned int len=0;
# | unsigned int flags=0;
# | int res = recv(s, buf, len, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:27957: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:27957: $? = 0
# configure:27971: result: int,void *,size_t,int,int
# configure:28022: checking for sys/types.h
# configure:28022: result: yes
# configure:28022: checking for sys/socket.h
# configure:28022: result: yes
# configure:28033: checking for send
# configure:28071: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:28071: $? = 0
# configure:28073: result: yes
# configure:28088: checking types of args and return type for send
# configure:28144: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:164:23: error: conflicting types for 'send'
# send(int, char *, size_t, int);
# ^
# In file included from conftest.c:159:0:
# /sysroot/sysroot/usr/include/sys/socket.h:288:16: note: previous declaration of 'send' was here
# extern ssize_t send(int, const void*, size_t, int);
# ^
# configure:28144: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #define SENDCALLCONV PASCAL
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #define SENDCALLCONV
# | #endif
# | extern int SENDCALLCONV
# | send(int, char *, size_t, int);
# |
# | int main (void)
# | {
# |
# | int s=0;
# | size_t len=0;
# | int flags=0;
# | int res = send(s, 0, len, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:28144: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:164:23: error: conflicting types for 'send'
# send(int, char *, size_t, unsigned int);
# ^
# In file included from conftest.c:159:0:
# /sysroot/sysroot/usr/include/sys/socket.h:288:16: note: previous declaration of 'send' was here
# extern ssize_t send(int, const void*, size_t, int);
# ^
# configure:28144: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #define SENDCALLCONV PASCAL
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #define SENDCALLCONV
# | #endif
# | extern int SENDCALLCONV
# | send(int, char *, size_t, unsigned int);
# |
# | int main (void)
# | {
# |
# | int s=0;
# | size_t len=0;
# | unsigned int flags=0;
# | int res = send(s, 0, len, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:28144: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:164:23: error: conflicting types for 'send'
# send(int, char *, int, int);
# ^
# In file included from conftest.c:159:0:
# /sysroot/sysroot/usr/include/sys/socket.h:288:16: note: previous declaration of 'send' was here
# extern ssize_t send(int, const void*, size_t, int);
# ^
# configure:28144: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #define SENDCALLCONV PASCAL
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #define SENDCALLCONV
# | #endif
# | extern int SENDCALLCONV
# | send(int, char *, int, int);
# |
# | int main (void)
# | {
# |
# | int s=0;
# | int len=0;
# | int flags=0;
# | int res = send(s, 0, len, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:28144: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:164:23: error: conflicting types for 'send'
# send(int, char *, int, unsigned int);
# ^
# In file included from conftest.c:159:0:
# /sysroot/sysroot/usr/include/sys/socket.h:288:16: note: previous declaration of 'send' was here
# extern ssize_t send(int, const void*, size_t, int);
# ^
# configure:28144: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #define SENDCALLCONV PASCAL
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #define SENDCALLCONV
# | #endif
# | extern int SENDCALLCONV
# | send(int, char *, int, unsigned int);
# |
# | int main (void)
# | {
# |
# | int s=0;
# | int len=0;
# | unsigned int flags=0;
# | int res = send(s, 0, len, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:28144: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:164:23: error: conflicting types for 'send'
# send(int, char *, socklen_t, int);
# ^
# In file included from conftest.c:159:0:
# /sysroot/sysroot/usr/include/sys/socket.h:288:16: note: previous declaration of 'send' was here
# extern ssize_t send(int, const void*, size_t, int);
# ^
# configure:28144: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #define SENDCALLCONV PASCAL
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #define SENDCALLCONV
# | #endif
# | extern int SENDCALLCONV
# | send(int, char *, socklen_t, int);
# |
# | int main (void)
# | {
# |
# | int s=0;
# | socklen_t len=0;
# | int flags=0;
# | int res = send(s, 0, len, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:28144: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:164:23: error: conflicting types for 'send'
# send(int, char *, socklen_t, unsigned int);
# ^
# In file included from conftest.c:159:0:
# /sysroot/sysroot/usr/include/sys/socket.h:288:16: note: previous declaration of 'send' was here
# extern ssize_t send(int, const void*, size_t, int);
# ^
# configure:28144: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #define SENDCALLCONV PASCAL
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #define SENDCALLCONV
# | #endif
# | extern int SENDCALLCONV
# | send(int, char *, socklen_t, unsigned int);
# |
# | int main (void)
# | {
# |
# | int s=0;
# | socklen_t len=0;
# | unsigned int flags=0;
# | int res = send(s, 0, len, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:28144: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:164:23: error: conflicting types for 'send'
# send(int, char *, unsigned int, int);
# ^
# In file included from conftest.c:159:0:
# /sysroot/sysroot/usr/include/sys/socket.h:288:16: note: previous declaration of 'send' was here
# extern ssize_t send(int, const void*, size_t, int);
# ^
# configure:28144: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #define SENDCALLCONV PASCAL
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #define SENDCALLCONV
# | #endif
# | extern int SENDCALLCONV
# | send(int, char *, unsigned int, int);
# |
# | int main (void)
# | {
# |
# | int s=0;
# | unsigned int len=0;
# | int flags=0;
# | int res = send(s, 0, len, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:28144: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:164:23: error: conflicting types for 'send'
# send(int, char *, unsigned int, unsigned int);
# ^
# In file included from conftest.c:159:0:
# /sysroot/sysroot/usr/include/sys/socket.h:288:16: note: previous declaration of 'send' was here
# extern ssize_t send(int, const void*, size_t, int);
# ^
# configure:28144: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #define SENDCALLCONV PASCAL
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #define SENDCALLCONV
# | #endif
# | extern int SENDCALLCONV
# | send(int, char *, unsigned int, unsigned int);
# |
# | int main (void)
# | {
# |
# | int s=0;
# | unsigned int len=0;
# | unsigned int flags=0;
# | int res = send(s, 0, len, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:28144: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:164:23: error: conflicting types for 'send'
# send(int, void *, size_t, int);
# ^
# In file included from conftest.c:159:0:
# /sysroot/sysroot/usr/include/sys/socket.h:288:16: note: previous declaration of 'send' was here
# extern ssize_t send(int, const void*, size_t, int);
# ^
# configure:28144: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #define SENDCALLCONV PASCAL
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #define SENDCALLCONV
# | #endif
# | extern int SENDCALLCONV
# | send(int, void *, size_t, int);
# |
# | int main (void)
# | {
# |
# | int s=0;
# | size_t len=0;
# | int flags=0;
# | int res = send(s, 0, len, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:28144: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:164:23: error: conflicting types for 'send'
# send(int, void *, size_t, unsigned int);
# ^
# In file included from conftest.c:159:0:
# /sysroot/sysroot/usr/include/sys/socket.h:288:16: note: previous declaration of 'send' was here
# extern ssize_t send(int, const void*, size_t, int);
# ^
# configure:28144: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #define SENDCALLCONV PASCAL
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #define SENDCALLCONV
# | #endif
# | extern int SENDCALLCONV
# | send(int, void *, size_t, unsigned int);
# |
# | int main (void)
# | {
# |
# | int s=0;
# | size_t len=0;
# | unsigned int flags=0;
# | int res = send(s, 0, len, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:28144: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:164:23: error: conflicting types for 'send'
# send(int, void *, int, int);
# ^
# In file included from conftest.c:159:0:
# /sysroot/sysroot/usr/include/sys/socket.h:288:16: note: previous declaration of 'send' was here
# extern ssize_t send(int, const void*, size_t, int);
# ^
# configure:28144: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #define SENDCALLCONV PASCAL
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #define SENDCALLCONV
# | #endif
# | extern int SENDCALLCONV
# | send(int, void *, int, int);
# |
# | int main (void)
# | {
# |
# | int s=0;
# | int len=0;
# | int flags=0;
# | int res = send(s, 0, len, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:28144: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:164:23: error: conflicting types for 'send'
# send(int, void *, int, unsigned int);
# ^
# In file included from conftest.c:159:0:
# /sysroot/sysroot/usr/include/sys/socket.h:288:16: note: previous declaration of 'send' was here
# extern ssize_t send(int, const void*, size_t, int);
# ^
# configure:28144: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #define SENDCALLCONV PASCAL
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #define SENDCALLCONV
# | #endif
# | extern int SENDCALLCONV
# | send(int, void *, int, unsigned int);
# |
# | int main (void)
# | {
# |
# | int s=0;
# | int len=0;
# | unsigned int flags=0;
# | int res = send(s, 0, len, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:28144: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:164:23: error: conflicting types for 'send'
# send(int, void *, socklen_t, int);
# ^
# In file included from conftest.c:159:0:
# /sysroot/sysroot/usr/include/sys/socket.h:288:16: note: previous declaration of 'send' was here
# extern ssize_t send(int, const void*, size_t, int);
# ^
# configure:28144: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #define SENDCALLCONV PASCAL
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #define SENDCALLCONV
# | #endif
# | extern int SENDCALLCONV
# | send(int, void *, socklen_t, int);
# |
# | int main (void)
# | {
# |
# | int s=0;
# | socklen_t len=0;
# | int flags=0;
# | int res = send(s, 0, len, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:28144: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:164:23: error: conflicting types for 'send'
# send(int, void *, socklen_t, unsigned int);
# ^
# In file included from conftest.c:159:0:
# /sysroot/sysroot/usr/include/sys/socket.h:288:16: note: previous declaration of 'send' was here
# extern ssize_t send(int, const void*, size_t, int);
# ^
# configure:28144: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #define SENDCALLCONV PASCAL
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #define SENDCALLCONV
# | #endif
# | extern int SENDCALLCONV
# | send(int, void *, socklen_t, unsigned int);
# |
# | int main (void)
# | {
# |
# | int s=0;
# | socklen_t len=0;
# | unsigned int flags=0;
# | int res = send(s, 0, len, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:28144: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:164:23: error: conflicting types for 'send'
# send(int, void *, unsigned int, int);
# ^
# In file included from conftest.c:159:0:
# /sysroot/sysroot/usr/include/sys/socket.h:288:16: note: previous declaration of 'send' was here
# extern ssize_t send(int, const void*, size_t, int);
# ^
# configure:28144: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #define SENDCALLCONV PASCAL
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #define SENDCALLCONV
# | #endif
# | extern int SENDCALLCONV
# | send(int, void *, unsigned int, int);
# |
# | int main (void)
# | {
# |
# | int s=0;
# | unsigned int len=0;
# | int flags=0;
# | int res = send(s, 0, len, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:28144: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:164:23: error: conflicting types for 'send'
# send(int, void *, unsigned int, unsigned int);
# ^
# In file included from conftest.c:159:0:
# /sysroot/sysroot/usr/include/sys/socket.h:288:16: note: previous declaration of 'send' was here
# extern ssize_t send(int, const void*, size_t, int);
# ^
# configure:28144: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #define SENDCALLCONV PASCAL
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #define SENDCALLCONV
# | #endif
# | extern int SENDCALLCONV
# | send(int, void *, unsigned int, unsigned int);
# |
# | int main (void)
# | {
# |
# | int s=0;
# | unsigned int len=0;
# | unsigned int flags=0;
# | int res = send(s, 0, len, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:28144: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:164:23: error: conflicting types for 'send'
# send(int, const char *, size_t, int);
# ^
# In file included from conftest.c:159:0:
# /sysroot/sysroot/usr/include/sys/socket.h:288:16: note: previous declaration of 'send' was here
# extern ssize_t send(int, const void*, size_t, int);
# ^
# configure:28144: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #define SENDCALLCONV PASCAL
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #define SENDCALLCONV
# | #endif
# | extern int SENDCALLCONV
# | send(int, const char *, size_t, int);
# |
# | int main (void)
# | {
# |
# | int s=0;
# | size_t len=0;
# | int flags=0;
# | int res = send(s, 0, len, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:28144: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:164:23: error: conflicting types for 'send'
# send(int, const char *, size_t, unsigned int);
# ^
# In file included from conftest.c:159:0:
# /sysroot/sysroot/usr/include/sys/socket.h:288:16: note: previous declaration of 'send' was here
# extern ssize_t send(int, const void*, size_t, int);
# ^
# configure:28144: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #define SENDCALLCONV PASCAL
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #define SENDCALLCONV
# | #endif
# | extern int SENDCALLCONV
# | send(int, const char *, size_t, unsigned int);
# |
# | int main (void)
# | {
# |
# | int s=0;
# | size_t len=0;
# | unsigned int flags=0;
# | int res = send(s, 0, len, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:28144: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:164:23: error: conflicting types for 'send'
# send(int, const char *, int, int);
# ^
# In file included from conftest.c:159:0:
# /sysroot/sysroot/usr/include/sys/socket.h:288:16: note: previous declaration of 'send' was here
# extern ssize_t send(int, const void*, size_t, int);
# ^
# configure:28144: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #define SENDCALLCONV PASCAL
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #define SENDCALLCONV
# | #endif
# | extern int SENDCALLCONV
# | send(int, const char *, int, int);
# |
# | int main (void)
# | {
# |
# | int s=0;
# | int len=0;
# | int flags=0;
# | int res = send(s, 0, len, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:28144: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:164:23: error: conflicting types for 'send'
# send(int, const char *, int, unsigned int);
# ^
# In file included from conftest.c:159:0:
# /sysroot/sysroot/usr/include/sys/socket.h:288:16: note: previous declaration of 'send' was here
# extern ssize_t send(int, const void*, size_t, int);
# ^
# configure:28144: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #define SENDCALLCONV PASCAL
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #define SENDCALLCONV
# | #endif
# | extern int SENDCALLCONV
# | send(int, const char *, int, unsigned int);
# |
# | int main (void)
# | {
# |
# | int s=0;
# | int len=0;
# | unsigned int flags=0;
# | int res = send(s, 0, len, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:28144: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:164:23: error: conflicting types for 'send'
# send(int, const char *, socklen_t, int);
# ^
# In file included from conftest.c:159:0:
# /sysroot/sysroot/usr/include/sys/socket.h:288:16: note: previous declaration of 'send' was here
# extern ssize_t send(int, const void*, size_t, int);
# ^
# configure:28144: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #define SENDCALLCONV PASCAL
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #define SENDCALLCONV
# | #endif
# | extern int SENDCALLCONV
# | send(int, const char *, socklen_t, int);
# |
# | int main (void)
# | {
# |
# | int s=0;
# | socklen_t len=0;
# | int flags=0;
# | int res = send(s, 0, len, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:28144: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:164:23: error: conflicting types for 'send'
# send(int, const char *, socklen_t, unsigned int);
# ^
# In file included from conftest.c:159:0:
# /sysroot/sysroot/usr/include/sys/socket.h:288:16: note: previous declaration of 'send' was here
# extern ssize_t send(int, const void*, size_t, int);
# ^
# configure:28144: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #define SENDCALLCONV PASCAL
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #define SENDCALLCONV
# | #endif
# | extern int SENDCALLCONV
# | send(int, const char *, socklen_t, unsigned int);
# |
# | int main (void)
# | {
# |
# | int s=0;
# | socklen_t len=0;
# | unsigned int flags=0;
# | int res = send(s, 0, len, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:28144: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:164:23: error: conflicting types for 'send'
# send(int, const char *, unsigned int, int);
# ^
# In file included from conftest.c:159:0:
# /sysroot/sysroot/usr/include/sys/socket.h:288:16: note: previous declaration of 'send' was here
# extern ssize_t send(int, const void*, size_t, int);
# ^
# configure:28144: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #define SENDCALLCONV PASCAL
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #define SENDCALLCONV
# | #endif
# | extern int SENDCALLCONV
# | send(int, const char *, unsigned int, int);
# |
# | int main (void)
# | {
# |
# | int s=0;
# | unsigned int len=0;
# | int flags=0;
# | int res = send(s, 0, len, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:28144: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:164:23: error: conflicting types for 'send'
# send(int, const char *, unsigned int, unsigned int);
# ^
# In file included from conftest.c:159:0:
# /sysroot/sysroot/usr/include/sys/socket.h:288:16: note: previous declaration of 'send' was here
# extern ssize_t send(int, const void*, size_t, int);
# ^
# configure:28144: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #else
# | #ifdef HAVE_WINSOCK_H
# | #include
# | #endif
# | #endif
# | #define SENDCALLCONV PASCAL
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #define SENDCALLCONV
# | #endif
# | extern int SENDCALLCONV
# | send(int, const char *, unsigned int, unsigned int);
# |
# | int main (void)
# | {
# |
# | int s=0;
# | unsigned int len=0;
# | unsigned int flags=0;
# | int res = send(s, 0, len, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:28144: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:28144: $? = 0
# configure:28158: result: int,const void *,size_t,int,int
# configure:28246: checking for sys/types.h
# configure:28246: result: yes
# configure:28246: checking for sys/socket.h
# configure:28246: result: yes
# configure:28256: checking for MSG_NOSIGNAL
# configure:28298: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:28298: $? = 0
# configure:28310: result: yes
# configure:28336: checking for sys/types.h
# configure:28336: result: yes
# configure:28336: checking for unistd.h
# configure:28336: result: yes
# configure:28355: checking if alarm can be linked
# configure:28384: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:28384: $? = 0
# configure:28386: result: yes
# configure:28401: checking if alarm is prototyped
# configure:28412: result: yes
# configure:28428: checking if alarm is compilable
# configure:28447: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:28447: $? = 0
# configure:28449: result: yes
# configure:28464: checking if alarm usage allowed
# configure:28467: result: yes
# configure:28477: checking if alarm might be used
# configure:28483: result: yes
# configure:28513: checking for sys/types.h
# configure:28513: result: yes
# configure:28513: checking for string.h
# configure:28513: result: yes
# configure:28513: checking for strings.h
# configure:28513: result: yes
# configure:28538: checking for sys/types.h
# configure:28538: result: yes
# configure:28538: checking for libgen.h
# configure:28538: result: yes
# configure:28557: checking if basename can be linked
# configure:28586: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:28586: $? = 0
# configure:28588: result: yes
# configure:28603: checking if basename is prototyped
# configure:28616: result: yes
# configure:28632: checking if basename is compilable
# configure:28653: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:28653: $? = 0
# configure:28655: result: yes
# configure:28670: checking if basename usage allowed
# configure:28673: result: yes
# configure:28683: checking if basename might be used
# configure:28689: result: yes
# configure:28716: checking for sys/types.h
# configure:28716: result: yes
# configure:28716: checking for socket.h
# configure:28716: result: no
# configure:28735: checking if closesocket can be linked
# configure:28755: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# /tmp/ccG8S5Es.o:conftest.c:function main: error: undefined reference to 'closesocket'
# collect2: error: ld returned 1 exit status
# configure:28755: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | /* end confdefs.h. */
# |
# |
# | /* includes start */
# | #ifdef HAVE_WINDOWS_H
# | # ifndef WIN32_LEAN_AND_MEAN
# | # define WIN32_LEAN_AND_MEAN
# | # endif
# | # include
# | # ifdef HAVE_WINSOCK2_H
# | # include
# | # else
# | # ifdef HAVE_WINSOCK_H
# | # include
# | # endif
# | # endif
# | #endif
# | /* includes end */
# | /* includes start */
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SOCKET_H
# | # include
# | #endif
# | /* includes end */
# |
# | int main (void)
# | {
# |
# | if(0 != closesocket(0))
# | return 1;
# |
# | ;
# | return 0;
# | }
# |
# configure:28763: result: no
# configure:28850: checking if closesocket might be used
# configure:28865: result: no
# configure:28877: checking if CloseSocket can be linked
# configure:28896: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# /tmp/ccezppye.o:conftest.c:function main: error: undefined reference to 'CloseSocket'
# collect2: error: ld returned 1 exit status
# configure:28896: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | /* end confdefs.h. */
# |
# |
# | /* includes start */
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | # include
# | #endif
# | /* includes end */
# |
# | int main (void)
# | {
# |
# | if(0 != CloseSocket(0))
# | return 1;
# |
# | ;
# | return 0;
# | }
# |
# configure:28904: result: no
# configure:28989: checking if CloseSocket might be used
# configure:29004: result: no
# configure:29016: checking if connect can be linked
# configure:29037: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:29037: $? = 0
# configure:29039: result: yes
# configure:29054: checking if connect is prototyped
# configure:29067: result: yes
# configure:29083: checking if connect is compilable
# configure:29104: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:29104: $? = 0
# configure:29106: result: yes
# configure:29121: checking if connect usage allowed
# configure:29124: result: yes
# configure:29134: checking if connect might be used
# configure:29140: result: yes
# configure:29170: checking for sys/types.h
# configure:29170: result: yes
# configure:29170: checking for unistd.h
# configure:29170: result: yes
# configure:29170: checking for fcntl.h
# configure:29170: result: yes
# configure:29189: checking if fcntl can be linked
# configure:29218: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:29218: $? = 0
# configure:29220: result: yes
# configure:29235: checking if fcntl is prototyped
# configure:29246: result: yes
# configure:29262: checking if fcntl is compilable
# configure:29281: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:29281: $? = 0
# configure:29283: result: yes
# configure:29298: checking if fcntl usage allowed
# configure:29301: result: yes
# configure:29311: checking if fcntl might be used
# configure:29317: result: yes
# configure:29337: checking if fcntl O_NONBLOCK is compilable
# configure:29357: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:29357: $? = 0
# configure:29359: result: yes
# configure:29374: checking if fcntl O_NONBLOCK usage allowed
# configure:29377: result: yes
# configure:29387: checking if fcntl O_NONBLOCK might be used
# configure:29391: result: yes
# configure:29424: checking for sys/types.h
# configure:29424: result: yes
# configure:29424: checking for stdio.h
# configure:29424: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:29424: $? = 0
# configure:29424: result: yes
# configure:29443: checking if fdopen can be linked
# configure:29472: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:29472: $? = 0
# configure:29474: result: yes
# configure:29489: checking if fdopen is prototyped
# configure:29500: result: yes
# configure:29516: checking if fdopen is compilable
# configure:29535: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:29535: $? = 0
# configure:29537: result: yes
# configure:29552: checking if fdopen usage allowed
# configure:29555: result: yes
# configure:29565: checking if fdopen might be used
# configure:29571: result: yes
# configure:29598: checking for sys/types.h
# configure:29598: result: yes
# configure:29598: checking for netdb.h
# configure:29598: result: yes
# configure:29617: checking if freeaddrinfo can be linked
# configure:29637: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:29637: $? = 0
# configure:29639: result: yes
# configure:29654: checking if freeaddrinfo is prototyped
# configure:29667: result: yes
# configure:29683: checking if freeaddrinfo is compilable
# configure:29703: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:29703: $? = 0
# configure:29705: result: yes
# configure:29720: checking if freeaddrinfo usage allowed
# configure:29723: result: yes
# configure:29733: checking if freeaddrinfo might be used
# configure:29739: result: yes
# configure:29772: checking for sys/types.h
# configure:29772: result: yes
# configure:29772: checking for sys/socket.h
# configure:29772: result: yes
# configure:29772: checking for netinet/in.h
# configure:29772: result: yes
# configure:29772: checking for ifaddrs.h
# configure:29772: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:188:21: fatal error: ifaddrs.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:29772: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | /* end confdefs.h. */
# | /* includes start */
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | # include
# | #endif
# | #ifdef HAVE_NETINET_IN_H
# | # include
# | #endif
# | #ifdef HAVE_IFADDRS_H
# | # include
# | #endif
# | /* includes end */
# |
# | #include
# configure:29772: result: no
# configure:29791: checking if freeifaddrs can be linked
# configure:29820: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# /tmp/cc441aHk.o:conftest.c:function main: error: undefined reference to 'freeifaddrs'
# collect2: error: ld returned 1 exit status
# configure:29820: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | /* end confdefs.h. */
# |
# |
# | #define freeifaddrs innocuous_freeifaddrs
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# | #undef freeifaddrs
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char freeifaddrs ();
# | #if defined __stub_freeifaddrs || defined __stub___freeifaddrs
# | choke me
# | #endif
# |
# | int main (void)
# | {
# | return freeifaddrs ();
# | ;
# | return 0;
# | }
# |
# configure:29828: result: no
# configure:29912: checking if freeifaddrs might be used
# configure:29927: result: no
# configure:29945: checking for sys/types.h
# configure:29945: result: yes
# configure:29945: checking for sys/xattr.h
# configure:29945: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:29945: $? = 0
# configure:29945: result: yes
# configure:29965: checking if fsetxattr can be linked
# configure:29994: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:29994: $? = 0
# configure:29996: result: yes
# configure:30011: checking if fsetxattr is prototyped
# configure:30022: result: yes
# configure:30039: checking if fsetxattr takes 5 args.
# configure:30058: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:30058: $? = 0
# configure:30060: result: yes
# configure:30110: checking if fsetxattr is compilable
# configure:30113: result: yes
# configure:30122: checking if fsetxattr usage allowed
# configure:30125: result: yes
# configure:30135: checking if fsetxattr might be used
# configure:30141: result: yes
# configure:30173: checking if ftruncate can be linked
# configure:30202: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:30202: $? = 0
# configure:30204: result: yes
# configure:30219: checking if ftruncate is prototyped
# configure:30230: result: yes
# configure:30246: checking if ftruncate is compilable
# configure:30265: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:30265: $? = 0
# configure:30267: result: yes
# configure:30282: checking if ftruncate usage allowed
# configure:30285: result: yes
# configure:30295: checking if ftruncate might be used
# configure:30301: result: yes
# configure:30328: checking for sys/types.h
# configure:30328: result: yes
# configure:30328: checking for stdlib.h
# configure:30328: result: yes
# configure:30349: checking if getaddrinfo can be linked
# configure:30370: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:30370: $? = 0
# configure:30372: result: yes
# configure:30387: checking if getaddrinfo is prototyped
# configure:30400: result: yes
# configure:30416: checking if getaddrinfo is compilable
# configure:30437: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:30437: $? = 0
# configure:30439: result: yes
# configure:30516: checking if getaddrinfo usage allowed
# configure:30519: result: yes
# configure:30529: checking if getaddrinfo might be used
# configure:30536: result: yes
# configure:30552: checking if getaddrinfo is threadsafe
# configure:30617: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:30617: $? = 0
# configure:30659: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:30659: $? = 0
# configure:30690: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:192:11: error: unknown type name 'force'
# force compilation error
# ^
# conftest.c:192:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error'
# force compilation error
# ^
# configure:30690: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | /* end confdefs.h. */
# |
# |
# |
# | int main (void)
# | {
# |
# | #if defined(_POSIX_C_SOURCE) && (_POSIX_C_SOURCE >= 200809L)
# | return 0;
# | #elif defined(_XOPEN_SOURCE) && (_XOPEN_SOURCE >= 700)
# | return 0;
# | #else
# | force compilation error
# | #endif
# |
# | ;
# | return 0;
# | }
# |
# configure:30708: result: yes
# configure:30729: checking if gai_strerror can be linked
# configure:30749: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:30749: $? = 0
# configure:30751: result: yes
# configure:30766: checking if gai_strerror is prototyped
# configure:30778: result: yes
# configure:30794: checking if gai_strerror is compilable
# configure:30814: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:30814: $? = 0
# configure:30816: result: yes
# configure:30831: checking if gai_strerror usage allowed
# configure:30834: result: yes
# configure:30844: checking if gai_strerror might be used
# configure:30850: result: yes
# configure:30871: checking if gethostbyaddr can be linked
# configure:30891: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:30891: $? = 0
# configure:30893: result: yes
# configure:30908: checking if gethostbyaddr is prototyped
# configure:30920: result: yes
# configure:30936: checking if gethostbyaddr is compilable
# configure:30956: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:30956: $? = 0
# configure:30958: result: yes
# configure:30973: checking if gethostbyaddr usage allowed
# configure:30976: result: yes
# configure:30986: checking if gethostbyaddr might be used
# configure:30992: result: yes
# configure:31014: checking if gethostbyaddr_r can be linked
# configure:31043: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# /tmp/ccEwJRQb.o:conftest.c:function main: error: undefined reference to 'gethostbyaddr_r'
# collect2: error: ld returned 1 exit status
# configure:31043: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | /* end confdefs.h. */
# |
# |
# | #define gethostbyaddr_r innocuous_gethostbyaddr_r
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# | #undef gethostbyaddr_r
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char gethostbyaddr_r ();
# | #if defined __stub_gethostbyaddr_r || defined __stub___gethostbyaddr_r
# | choke me
# | #endif
# |
# | int main (void)
# | {
# | return gethostbyaddr_r ();
# | ;
# | return 0;
# | }
# |
# configure:31051: result: no
# configure:31220: checking if gethostbyaddr_r might be used
# configure:31250: result: no
# configure:31262: checking if gethostbyname can be linked
# configure:31282: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:31282: $? = 0
# configure:31284: result: yes
# configure:31299: checking if gethostbyname is prototyped
# configure:31311: result: yes
# configure:31327: checking if gethostbyname is compilable
# configure:31347: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:31347: $? = 0
# configure:31349: result: yes
# configure:31364: checking if gethostbyname usage allowed
# configure:31367: result: yes
# configure:31377: checking if gethostbyname might be used
# configure:31383: result: yes
# configure:31405: checking if gethostbyname_r can be linked
# configure:31434: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:31434: $? = 0
# configure:31436: result: yes
# configure:31451: checking if gethostbyname_r is prototyped
# configure:31462: result: yes
# configure:31479: checking if gethostbyname_r takes 3 args.
# configure:31498: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:199:11: error: too few arguments to function 'gethostbyname_r'
# if(0 != gethostbyname_r(0, 0, 0))
# ^
# In file included from conftest.c:192:0:
# /sysroot/sysroot/usr/include/netdb.h:214:5: note: declared here
# int gethostbyname_r(const char *, struct hostent *, char *, size_t, struct hostent **, int *);
# ^
# configure:31498: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | /* end confdefs.h. */
# |
# |
# | /* includes start */
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_NETDB_H
# | # include
# | #endif
# | /* includes end */
# |
# | int main (void)
# | {
# |
# | if(0 != gethostbyname_r(0, 0, 0))
# | return 1;
# |
# | ;
# | return 0;
# | }
# |
# configure:31507: result: no
# configure:31515: checking if gethostbyname_r takes 5 args.
# configure:31534: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:199:11: error: too few arguments to function 'gethostbyname_r'
# if(0 != gethostbyname_r(0, 0, 0, 0, 0))
# ^
# In file included from conftest.c:192:0:
# /sysroot/sysroot/usr/include/netdb.h:214:5: note: declared here
# int gethostbyname_r(const char *, struct hostent *, char *, size_t, struct hostent **, int *);
# ^
# configure:31534: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | /* end confdefs.h. */
# |
# |
# | /* includes start */
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_NETDB_H
# | # include
# | #endif
# | /* includes end */
# |
# | int main (void)
# | {
# |
# | if(0 != gethostbyname_r(0, 0, 0, 0, 0))
# | return 1;
# |
# | ;
# | return 0;
# | }
# |
# configure:31543: result: no
# configure:31551: checking if gethostbyname_r takes 6 args.
# configure:31570: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:31570: $? = 0
# configure:31572: result: yes
# configure:31586: checking if gethostbyname_r is compilable
# configure:31589: result: yes
# configure:31598: checking if gethostbyname_r usage allowed
# configure:31601: result: yes
# configure:31611: checking if gethostbyname_r might be used
# configure:31617: result: yes
# configure:31653: checking if gethostname can be linked
# configure:31673: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:31673: $? = 0
# configure:31675: result: yes
# configure:31690: checking if gethostname is prototyped
# configure:31702: result: yes
# configure:31718: checking if gethostname is compilable
# configure:31738: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:31738: $? = 0
# configure:31740: result: yes
# configure:31755: checking for gethostname arg 2 data type
# configure:31781: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:219:38: error: conflicting types for 'gethostname'
# extern int FUNCALLCONV gethostname(char *, int);
# ^
# In file included from conftest.c:209:0:
# /sysroot/sysroot/usr/include/unistd.h:162:12: note: previous declaration of 'gethostname' was here
# extern int gethostname(char *, size_t);
# ^
# configure:31781: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | /* end confdefs.h. */
# |
# |
# | /* includes start */
# | #ifdef HAVE_WINDOWS_H
# | # ifndef WIN32_LEAN_AND_MEAN
# | # define WIN32_LEAN_AND_MEAN
# | # endif
# | # include
# | # ifdef HAVE_WINSOCK2_H
# | # include
# | # else
# | # ifdef HAVE_WINSOCK_H
# | # include
# | # endif
# | # endif
# | #endif
# | /* includes end */
# | /* includes start */
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | /* includes end */
# | /* preprocess start */
# | #ifdef HAVE_WINDOWS_H
# | # define FUNCALLCONV __stdcall
# | #else
# | # define FUNCALLCONV
# | #endif
# | /* preprocess end */
# | extern int FUNCALLCONV gethostname(char *, int);
# |
# | int main (void)
# | {
# |
# | if(0 != gethostname(0, 0))
# | return 1;
# |
# | ;
# | return 0;
# | }
# |
# configure:31781: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:31781: $? = 0
# configure:31790: result: unsigned int
# configure:31802: checking if gethostname usage allowed
# configure:31805: result: yes
# configure:31815: checking if gethostname might be used
# configure:31821: result: yes
# configure:31843: checking if getifaddrs can be linked
# configure:31872: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# /tmp/ccwVJFXF.o:conftest.c:function main: error: undefined reference to 'getifaddrs'
# collect2: error: ld returned 1 exit status
# configure:31872: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | /* end confdefs.h. */
# |
# |
# | #define getifaddrs innocuous_getifaddrs
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# | #undef getifaddrs
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char getifaddrs ();
# | #if defined __stub_getifaddrs || defined __stub___getifaddrs
# | choke me
# | #endif
# |
# | int main (void)
# | {
# | return getifaddrs ();
# | ;
# | return 0;
# | }
# |
# configure:31880: result: no
# configure:32019: checking if getifaddrs might be used
# configure:32035: result: no
# configure:32048: checking if getservbyport_r can be linked
# configure:32077: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# /tmp/ccieY6oK.o:conftest.c:function main: error: undefined reference to 'getservbyport_r'
# collect2: error: ld returned 1 exit status
# configure:32077: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | /* end confdefs.h. */
# |
# |
# | #define getservbyport_r innocuous_getservbyport_r
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# | #undef getservbyport_r
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char getservbyport_r ();
# | #if defined __stub_getservbyport_r || defined __stub___getservbyport_r
# | choke me
# | #endif
# |
# | int main (void)
# | {
# | return getservbyport_r ();
# | ;
# | return 0;
# | }
# |
# configure:32085: result: no
# configure:32254: checking if getservbyport_r might be used
# configure:32283: result: no
# configure:32308: checking for sys/types.h
# configure:32308: result: yes
# configure:32308: checking for sys/time.h
# configure:32308: result: yes
# configure:32308: checking for time.h
# configure:32308: result: yes
# configure:32328: checking if gmtime_r can be linked
# configure:32357: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:32357: $? = 0
# configure:32359: result: yes
# configure:32374: checking if gmtime_r is prototyped
# configure:32385: result: yes
# configure:32401: checking if gmtime_r is compilable
# configure:32420: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:32420: $? = 0
# configure:32422: result: yes
# configure:32491: checking if gmtime_r usage allowed
# configure:32494: result: yes
# configure:32504: checking if gmtime_r might be used
# configure:32511: result: yes
# configure:32544: checking for sys/types.h
# configure:32544: result: yes
# configure:32544: checking for sys/socket.h
# configure:32544: result: yes
# configure:32544: checking for netinet/in.h
# configure:32544: result: yes
# configure:32544: checking for arpa/inet.h
# configure:32544: result: yes
# configure:32564: checking if inet_ntoa_r can be linked
# configure:32593: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# /tmp/cc2UDTep.o:conftest.c:function main: error: undefined reference to 'inet_ntoa_r'
# collect2: error: ld returned 1 exit status
# configure:32593: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | /* end confdefs.h. */
# |
# |
# | #define inet_ntoa_r innocuous_inet_ntoa_r
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# | #undef inet_ntoa_r
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char inet_ntoa_r ();
# | #if defined __stub_inet_ntoa_r || defined __stub___inet_ntoa_r
# | choke me
# | #endif
# |
# | int main (void)
# | {
# | return inet_ntoa_r ();
# | ;
# | return 0;
# | }
# |
# configure:32601: result: no
# configure:32736: checking if inet_ntoa_r might be used
# configure:32762: result: no
# configure:32775: checking if inet_ntop can be linked
# configure:32804: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:32804: $? = 0
# configure:32806: result: yes
# configure:32821: checking if inet_ntop is prototyped
# configure:32832: result: yes
# configure:32848: checking if inet_ntop is compilable
# configure:32867: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:32867: $? = 0
# configure:32869: result: yes
# configure:32980: checking if inet_ntop usage allowed
# configure:32983: result: yes
# configure:32993: checking if inet_ntop might be used
# configure:33000: result: yes
# configure:33022: checking if inet_pton can be linked
# configure:33051: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:33051: $? = 0
# configure:33053: result: yes
# configure:33068: checking if inet_pton is prototyped
# configure:33079: result: yes
# configure:33095: checking if inet_pton is compilable
# configure:33114: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:33114: $? = 0
# configure:33116: result: yes
# configure:33220: checking if inet_pton usage allowed
# configure:33223: result: yes
# configure:33233: checking if inet_pton might be used
# configure:33240: result: yes
# configure:33276: checking for sys/types.h
# configure:33276: result: yes
# configure:33276: checking for unistd.h
# configure:33276: result: yes
# configure:33276: checking for sys/socket.h
# configure:33276: result: yes
# configure:33276: checking for sys/ioctl.h
# configure:33276: result: yes
# configure:33276: checking for stropts.h
# configure:33276: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:221:21: fatal error: stropts.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:33276: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | /* end confdefs.h. */
# | /* includes start */
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_IOCTL_H
# | # include
# | #endif
# | #ifdef HAVE_STROPTS_H
# | # include
# | #endif
# | /* includes end */
# |
# | #include
# configure:33276: result: no
# configure:33295: checking if ioctl can be linked
# configure:33324: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:33324: $? = 0
# configure:33326: result: yes
# configure:33341: checking if ioctl is prototyped
# configure:33352: result: yes
# configure:33368: checking if ioctl is compilable
# configure:33387: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:33387: $? = 0
# configure:33389: result: yes
# configure:33404: checking if ioctl usage allowed
# configure:33407: result: yes
# configure:33417: checking if ioctl might be used
# configure:33423: result: yes
# configure:33437: checking if ioctl FIONBIO is compilable
# configure:33457: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:33457: $? = 0
# configure:33459: result: yes
# configure:33474: checking if ioctl FIONBIO usage allowed
# configure:33477: result: yes
# configure:33487: checking if ioctl FIONBIO might be used
# configure:33491: result: yes
# configure:33511: checking if ioctl SIOCGIFADDR is compilable
# configure:33532: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:33532: $? = 0
# configure:33534: result: yes
# configure:33549: checking if ioctl SIOCGIFADDR usage allowed
# configure:33552: result: yes
# configure:33562: checking if ioctl SIOCGIFADDR might be used
# configure:33566: result: yes
# configure:33593: checking if ioctlsocket can be linked
# configure:33612: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# /tmp/cc2xeVtc.o:conftest.c:function main: error: undefined reference to 'ioctlsocket'
# collect2: error: ld returned 1 exit status
# configure:33612: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | /* end confdefs.h. */
# |
# |
# | /* includes start */
# | #ifdef HAVE_WINDOWS_H
# | # ifndef WIN32_LEAN_AND_MEAN
# | # define WIN32_LEAN_AND_MEAN
# | # endif
# | # include
# | # ifdef HAVE_WINSOCK2_H
# | # include
# | # else
# | # ifdef HAVE_WINSOCK_H
# | # include
# | # endif
# | # endif
# | #endif
# | /* includes end */
# |
# | int main (void)
# | {
# |
# | if(0 != ioctlsocket(0, 0, 0))
# | return 1;
# |
# | ;
# | return 0;
# | }
# |
# configure:33620: result: no
# configure:33705: checking if ioctlsocket might be used
# configure:33794: result: no
# configure:33806: checking if IoctlSocket can be linked
# configure:33835: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# /tmp/ccKWuMNh.o:conftest.c:function main: error: undefined reference to 'IoctlSocket'
# collect2: error: ld returned 1 exit status
# configure:33835: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | /* end confdefs.h. */
# |
# |
# | #define IoctlSocket innocuous_IoctlSocket
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# | #undef IoctlSocket
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char IoctlSocket ();
# | #if defined __stub_IoctlSocket || defined __stub___IoctlSocket
# | choke me
# | #endif
# |
# | int main (void)
# | {
# | return IoctlSocket ();
# | ;
# | return 0;
# | }
# |
# configure:33843: result: no
# configure:33928: checking if IoctlSocket might be used
# configure:34017: result: no
# configure:34030: checking if localtime_r can be linked
# configure:34059: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:34059: $? = 0
# configure:34061: result: yes
# configure:34076: checking if localtime_r is prototyped
# configure:34087: result: yes
# configure:34103: checking if localtime_r is compilable
# configure:34122: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:34122: $? = 0
# configure:34124: result: yes
# configure:34193: checking if localtime_r usage allowed
# configure:34196: result: yes
# configure:34206: checking if localtime_r might be used
# configure:34213: result: yes
# configure:34235: checking if memrchr can be linked
# configure:34264: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:34264: $? = 0
# configure:34266: result: yes
# configure:34318: checking if memrchr is prototyped
# configure:34329: result: yes
# configure:34346: checking if memrchr is compilable
# configure:34365: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:34365: $? = 0
# configure:34367: result: yes
# configure:34382: checking if memrchr usage allowed
# configure:34385: result: yes
# configure:34395: checking if memrchr might be used
# configure:34401: result: yes
# configure:34429: checking if poll can be linked
# configure:34448: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:34448: $? = 0
# configure:34450: result: yes
# configure:34465: checking if poll is prototyped
# configure:34476: result: yes
# configure:34492: checking if poll is compilable
# configure:34511: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:34511: $? = 0
# configure:34513: result: yes
# configure:34578: checking if poll usage allowed
# configure:34581: result: yes
# configure:34591: checking if poll might be used
# configure:34598: result: yes
# configure:34624: checking if setsockopt can be linked
# configure:34644: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:34644: $? = 0
# configure:34646: result: yes
# configure:34661: checking if setsockopt is prototyped
# configure:34673: result: yes
# configure:34689: checking if setsockopt is compilable
# configure:34709: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:34709: $? = 0
# configure:34711: result: yes
# configure:34726: checking if setsockopt usage allowed
# configure:34729: result: yes
# configure:34739: checking if setsockopt might be used
# configure:34745: result: yes
# configure:34759: checking if setsockopt SO_NONBLOCK is compilable
# configure:34779: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:240:43: error: 'SO_NONBLOCK' undeclared (first use in this function)
# if(0 != setsockopt(0, SOL_SOCKET, SO_NONBLOCK, 0, 0))
# ^
# conftest.c:240:43: note: each undeclared identifier is reported only once for each function it appears in
# configure:34779: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | /* end confdefs.h. */
# |
# |
# | /* includes start */
# | #ifdef HAVE_WINDOWS_H
# | # ifndef WIN32_LEAN_AND_MEAN
# | # define WIN32_LEAN_AND_MEAN
# | # endif
# | # include
# | # ifdef HAVE_WINSOCK2_H
# | # include
# | # else
# | # ifdef HAVE_WINSOCK_H
# | # include
# | # endif
# | # endif
# | #endif
# | /* includes end */
# | /* includes start */
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | # include
# | #endif
# | /* includes end */
# |
# | int main (void)
# | {
# |
# | if(0 != setsockopt(0, SOL_SOCKET, SO_NONBLOCK, 0, 0))
# | return 1;
# |
# | ;
# | return 0;
# | }
# |
# configure:34787: result: no
# configure:34809: checking if setsockopt SO_NONBLOCK might be used
# configure:34822: result: no
# configure:34846: checking for sys/types.h
# configure:34846: result: yes
# configure:34846: checking for signal.h
# configure:34846: result: yes
# configure:34865: checking if sigaction can be linked
# configure:34894: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:34894: $? = 0
# configure:34896: result: yes
# configure:34911: checking if sigaction is prototyped
# configure:34922: result: yes
# configure:34938: checking if sigaction is compilable
# configure:34957: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:34957: $? = 0
# configure:34959: result: yes
# configure:34974: checking if sigaction usage allowed
# configure:34977: result: yes
# configure:34987: checking if sigaction might be used
# configure:34993: result: yes
# configure:35014: checking if siginterrupt can be linked
# configure:35043: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:35043: $? = 0
# configure:35045: result: yes
# configure:35060: checking if siginterrupt is prototyped
# configure:35071: result: yes
# configure:35087: checking if siginterrupt is compilable
# configure:35106: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:35106: $? = 0
# configure:35108: result: yes
# configure:35123: checking if siginterrupt usage allowed
# configure:35126: result: yes
# configure:35136: checking if siginterrupt might be used
# configure:35142: result: yes
# configure:35163: checking if signal can be linked
# configure:35192: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:35192: $? = 0
# configure:35194: result: yes
# configure:35209: checking if signal is prototyped
# configure:35220: result: yes
# configure:35236: checking if signal is compilable
# configure:35255: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:35255: $? = 0
# configure:35257: result: yes
# configure:35272: checking if signal usage allowed
# configure:35275: result: yes
# configure:35285: checking if signal might be used
# configure:35291: result: yes
# configure:35318: checking for sys/types.h
# configure:35318: result: yes
# configure:35318: checking for setjmp.h
# configure:35318: result: yes
# configure:35338: checking if sigsetjmp can be linked
# configure:35367: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:35367: $? = 0
# configure:35369: result: yes
# configure:35422: checking if sigsetjmp is prototyped
# configure:35433: result: yes
# configure:35450: checking if sigsetjmp is compilable
# configure:35470: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:35470: $? = 0
# configure:35472: result: yes
# configure:35487: checking if sigsetjmp usage allowed
# configure:35490: result: yes
# configure:35500: checking if sigsetjmp might be used
# configure:35506: result: yes
# configure:35527: checking if socket can be linked
# configure:35548: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:35548: $? = 0
# configure:35550: result: yes
# configure:35565: checking if socket is prototyped
# configure:35578: result: yes
# configure:35594: checking if socket is compilable
# configure:35615: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:35615: $? = 0
# configure:35617: result: yes
# configure:35632: checking if socket usage allowed
# configure:35635: result: yes
# configure:35645: checking if socket might be used
# configure:35651: result: yes
# configure:35672: checking if socketpair can be linked
# configure:35701: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:35701: $? = 0
# configure:35703: result: yes
# configure:35718: checking if socketpair is prototyped
# configure:35730: result: yes
# configure:35746: checking if socketpair is compilable
# configure:35767: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:35767: $? = 0
# configure:35769: result: yes
# configure:35784: checking if socketpair usage allowed
# configure:35787: result: yes
# configure:35797: checking if socketpair might be used
# configure:35803: result: yes
# configure:35824: checking if strcasecmp can be linked
# configure:35853: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# conftest.c:233:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default]
# char strcasecmp ();
# ^
# configure:35853: $? = 0
# configure:35855: result: yes
# configure:35870: checking if strcasecmp is prototyped
# configure:35881: result: yes
# configure:35897: checking if strcasecmp is compilable
# configure:35916: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:35916: $? = 0
# configure:35918: result: yes
# configure:35933: checking if strcasecmp usage allowed
# configure:35936: result: yes
# configure:35946: checking if strcasecmp might be used
# configure:35952: result: yes
# configure:35973: checking if strcmpi can be linked
# configure:36002: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# /tmp/ccAw3bUm.o:conftest.c:function main: error: undefined reference to 'strcmpi'
# collect2: error: ld returned 1 exit status
# configure:36002: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | /* end confdefs.h. */
# |
# |
# | #define strcmpi innocuous_strcmpi
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# | #undef strcmpi
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char strcmpi ();
# | #if defined __stub_strcmpi || defined __stub___strcmpi
# | choke me
# | #endif
# |
# | int main (void)
# | {
# | return strcmpi ();
# | ;
# | return 0;
# | }
# |
# configure:36010: result: no
# configure:36095: checking if strcmpi might be used
# configure:36110: result: no
# configure:36122: checking if strdup can be linked
# configure:36151: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# conftest.c:234:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
# char strdup ();
# ^
# configure:36151: $? = 0
# configure:36153: result: yes
# configure:36168: checking if strdup is prototyped
# configure:36179: result: yes
# configure:36195: checking if strdup is compilable
# configure:36214: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:36214: $? = 0
# configure:36216: result: yes
# configure:36231: checking if strdup usage allowed
# configure:36234: result: yes
# configure:36244: checking if strdup might be used
# configure:36250: result: yes
# configure:36277: checking if strerror_r can be linked
# configure:36306: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:36306: $? = 0
# configure:36308: result: yes
# configure:36323: checking if strerror_r is prototyped
# configure:36334: result: yes
# configure:36350: checking if strerror_r is compilable
# configure:36369: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:36369: $? = 0
# configure:36371: result: yes
# configure:36386: checking if strerror_r is glibc like
# configure:36409: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:236:19: error: conflicting types for 'strerror_r'
# char *strerror_r(int errnum, char *workbuf, size_t bufsize);
# ^
# In file included from conftest.c:230:0:
# /sysroot/sysroot/usr/include/string.h:70:15: note: previous declaration of 'strerror_r' was here
# extern int strerror_r(int errnum, char *buf, size_t n);
# ^
# configure:36409: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | /* end confdefs.h. */
# |
# |
# | /* includes start */
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STRING_H
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | /* includes end */
# | char *strerror_r(int errnum, char *workbuf, size_t bufsize);
# |
# | int main (void)
# | {
# |
# | if(0 != strerror_r(0, 0, 0))
# | return 1;
# |
# | ;
# | return 0;
# | }
# |
# configure:36409: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:236:19: error: conflicting types for 'strerror_r'
# char *strerror_r(int errnum, char *workbuf, int bufsize);
# ^
# In file included from conftest.c:230:0:
# /sysroot/sysroot/usr/include/string.h:70:15: note: previous declaration of 'strerror_r' was here
# extern int strerror_r(int errnum, char *buf, size_t n);
# ^
# configure:36409: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | /* end confdefs.h. */
# |
# |
# | /* includes start */
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STRING_H
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | /* includes end */
# | char *strerror_r(int errnum, char *workbuf, int bufsize);
# |
# | int main (void)
# | {
# |
# | if(0 != strerror_r(0, 0, 0))
# | return 1;
# |
# | ;
# | return 0;
# | }
# |
# configure:36409: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:236:19: error: conflicting types for 'strerror_r'
# char *strerror_r(int errnum, char *workbuf, unsigned int bufsize);
# ^
# In file included from conftest.c:230:0:
# /sysroot/sysroot/usr/include/string.h:70:15: note: previous declaration of 'strerror_r' was here
# extern int strerror_r(int errnum, char *buf, size_t n);
# ^
# configure:36409: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | /* end confdefs.h. */
# |
# |
# | /* includes start */
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STRING_H
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | /* includes end */
# | char *strerror_r(int errnum, char *workbuf, unsigned int bufsize);
# |
# | int main (void)
# | {
# |
# | if(0 != strerror_r(0, 0, 0))
# | return 1;
# |
# | ;
# | return 0;
# | }
# |
# configure:36419: result: no
# configure:36489: checking if strerror_r is POSIX like
# configure:36512: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:36512: $? = 0
# configure:36527: result: yes
# configure:36607: checking if strerror_r usage allowed
# configure:36610: result: yes
# configure:36620: checking if strerror_r might be used
# configure:36626: result: yes
# configure:36683: checking if stricmp can be linked
# configure:36712: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# /tmp/ccM4XXij.o:conftest.c:function main: error: undefined reference to 'stricmp'
# collect2: error: ld returned 1 exit status
# configure:36712: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | /* end confdefs.h. */
# |
# |
# | #define stricmp innocuous_stricmp
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# | #undef stricmp
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char stricmp ();
# | #if defined __stub_stricmp || defined __stub___stricmp
# | choke me
# | #endif
# |
# | int main (void)
# | {
# | return stricmp ();
# | ;
# | return 0;
# | }
# |
# configure:36720: result: no
# configure:36805: checking if stricmp might be used
# configure:36820: result: no
# configure:36832: checking if strncasecmp can be linked
# configure:36861: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# conftest.c:238:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default]
# char strncasecmp ();
# ^
# configure:36861: $? = 0
# configure:36863: result: yes
# configure:36878: checking if strncasecmp is prototyped
# configure:36889: result: yes
# configure:36905: checking if strncasecmp is compilable
# configure:36924: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:36924: $? = 0
# configure:36926: result: yes
# configure:36941: checking if strncasecmp usage allowed
# configure:36944: result: yes
# configure:36954: checking if strncasecmp might be used
# configure:36960: result: yes
# configure:36981: checking if strncmpi can be linked
# configure:37010: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# /tmp/ccwCcrZe.o:conftest.c:function main: error: undefined reference to 'strncmpi'
# collect2: error: ld returned 1 exit status
# configure:37010: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | /* end confdefs.h. */
# |
# |
# | #define strncmpi innocuous_strncmpi
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# | #undef strncmpi
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char strncmpi ();
# | #if defined __stub_strncmpi || defined __stub___strncmpi
# | choke me
# | #endif
# |
# | int main (void)
# | {
# | return strncmpi ();
# | ;
# | return 0;
# | }
# |
# configure:37018: result: no
# configure:37103: checking if strncmpi might be used
# configure:37118: result: no
# configure:37130: checking if strnicmp can be linked
# configure:37159: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# /tmp/cckuWH5i.o:conftest.c:function main: error: undefined reference to 'strnicmp'
# collect2: error: ld returned 1 exit status
# configure:37159: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | /* end confdefs.h. */
# |
# |
# | #define strnicmp innocuous_strnicmp
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# | #undef strnicmp
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char strnicmp ();
# | #if defined __stub_strnicmp || defined __stub___strnicmp
# | choke me
# | #endif
# |
# | int main (void)
# | {
# | return strnicmp ();
# | ;
# | return 0;
# | }
# |
# configure:37167: result: no
# configure:37252: checking if strnicmp might be used
# configure:37267: result: no
# configure:37279: checking if strstr can be linked
# configure:37308: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# conftest.c:239:6: warning: conflicting types for built-in function 'strstr' [enabled by default]
# char strstr ();
# ^
# configure:37308: $? = 0
# configure:37310: result: yes
# configure:37325: checking if strstr is prototyped
# configure:37336: result: yes
# configure:37352: checking if strstr is compilable
# configure:37371: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:37371: $? = 0
# configure:37373: result: yes
# configure:37388: checking if strstr usage allowed
# configure:37391: result: yes
# configure:37401: checking if strstr might be used
# configure:37407: result: yes
# configure:37428: checking if strtok_r can be linked
# configure:37457: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:37457: $? = 0
# configure:37459: result: yes
# configure:37474: checking if strtok_r is prototyped
# configure:37485: result: yes
# configure:37501: checking if strtok_r is compilable
# configure:37520: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:37520: $? = 0
# configure:37522: result: yes
# configure:37537: checking if strtok_r usage allowed
# configure:37540: result: yes
# configure:37550: checking if strtok_r might be used
# configure:37556: result: yes
# configure:37577: checking if strtoll can be linked
# configure:37606: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:37606: $? = 0
# configure:37608: result: yes
# configure:37623: checking if strtoll is prototyped
# configure:37634: result: yes
# configure:37650: checking if strtoll is compilable
# configure:37669: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:37669: $? = 0
# configure:37671: result: yes
# configure:37686: checking if strtoll usage allowed
# configure:37689: result: yes
# configure:37699: checking if strtoll might be used
# configure:37705: result: yes
# configure:37732: checking for sys/types.h
# configure:37732: result: yes
# configure:37732: checking for sys/uio.h
# configure:37732: result: yes
# configure:37751: checking if writev can be linked
# configure:37780: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:37780: $? = 0
# configure:37782: result: yes
# configure:37797: checking if writev is prototyped
# configure:37808: result: yes
# configure:37824: checking if writev is compilable
# configure:37843: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:37843: $? = 0
# configure:37845: result: yes
# configure:37860: checking if writev usage allowed
# configure:37863: result: yes
# configure:37873: checking if writev might be used
# configure:37879: result: yes
# configure:37924: checking for fork
# configure:37924: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# conftest.c:244:6: warning: conflicting types for built-in function 'fork' [enabled by default]
# char fork ();
# ^
# configure:37924: $? = 0
# configure:37924: result: yes
# configure:37924: checking for geteuid
# configure:37924: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:37924: $? = 0
# configure:37924: result: yes
# configure:37924: checking for getpass_r
# configure:37924: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# /tmp/ccwjbsPi.o:conftest.c:function main: error: undefined reference to 'getpass_r'
# collect2: error: ld returned 1 exit status
# configure:37924: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | /* end confdefs.h. */
# |
# | #define getpass_r innocuous_getpass_r
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# | #undef getpass_r
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char getpass_r ();
# | #if defined __stub_getpass_r || defined __stub___getpass_r
# | choke me
# | #endif
# |
# | int main (void)
# | {
# | return getpass_r ();
# | ;
# | return 0;
# | }
# configure:37924: result: no
# configure:37936: checking deeper for getpass_r
# configure:37953: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# /tmp/cc42yZij.o:conftest.c:function main: error: undefined reference to 'getpass_r'
# collect2: error: ld returned 1 exit status
# configure:37953: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | /* end confdefs.h. */
# |
# |
# |
# | int main (void)
# | {
# |
# | getpass_r ();
# |
# | ;
# | return 0;
# | }
# |
# configure:37966: result: but still no
# configure:37924: checking for getppid
# configure:37924: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:37924: $? = 0
# configure:37924: result: yes
# configure:37924: checking for getprotobyname
# configure:37924: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:37924: $? = 0
# configure:37924: result: yes
# configure:37924: checking for getpwuid
# configure:37924: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:37924: $? = 0
# configure:37924: result: yes
# configure:37924: checking for getpwuid_r
# configure:37924: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:37924: $? = 0
# configure:37924: result: yes
# configure:37924: checking for getrlimit
# configure:37924: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:37924: $? = 0
# configure:37924: result: yes
# configure:37924: checking for gettimeofday
# configure:37924: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:37924: $? = 0
# configure:37924: result: yes
# configure:37924: checking for if_nametoindex
# configure:37924: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:37924: $? = 0
# configure:37924: result: yes
# configure:37924: checking for inet_addr
# configure:37924: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:37924: $? = 0
# configure:37924: result: yes
# configure:37924: checking for perror
# configure:37924: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:37924: $? = 0
# configure:37924: result: yes
# configure:37924: checking for pipe
# configure:37924: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:37924: $? = 0
# configure:37924: result: yes
# configure:37924: checking for setlocale
# configure:37924: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:37924: $? = 0
# configure:37924: result: yes
# configure:37924: checking for setmode
# configure:37924: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# /tmp/ccgOk4Po.o:conftest.c:function main: error: undefined reference to 'setmode'
# collect2: error: ld returned 1 exit status
# configure:37924: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | /* end confdefs.h. */
# |
# | #define setmode innocuous_setmode
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# | #undef setmode
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char setmode ();
# | #if defined __stub_setmode || defined __stub___setmode
# | choke me
# | #endif
# |
# | int main (void)
# | {
# | return setmode ();
# | ;
# | return 0;
# | }
# configure:37924: result: no
# configure:37936: checking deeper for setmode
# configure:37953: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# /tmp/ccMqV32t.o:conftest.c:function main: error: undefined reference to 'setmode'
# collect2: error: ld returned 1 exit status
# configure:37953: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | /* end confdefs.h. */
# |
# |
# |
# | int main (void)
# | {
# |
# | setmode ();
# |
# | ;
# | return 0;
# | }
# |
# configure:37966: result: but still no
# configure:37924: checking for setrlimit
# configure:37924: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:37924: $? = 0
# configure:37924: result: yes
# configure:37924: checking for uname
# configure:37924: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:37924: $? = 0
# configure:37924: result: yes
# configure:37924: checking for utime
# configure:37924: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:37924: $? = 0
# configure:37924: result: yes
# configure:37982: checking for sys/types.h
# configure:37982: result: yes
# configure:37982: checking for sys/socket.h
# configure:37982: result: yes
# configure:37982: checking for netdb.h
# configure:37982: result: yes
# configure:37993: checking for getnameinfo
# configure:38022: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:38022: $? = 0
# configure:38024: result: yes
# configure:38132: checking types of arguments for getnameinfo
# configure:38196: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:283:44: error: conflicting types for 'getnameinfo'
# extern int GNICALLCONV getnameinfo(struct sockaddr *, socklen_t,
# ^
# In file included from conftest.c:279:0:
# /sysroot/sysroot/usr/include/netdb.h:244:5: note: previous declaration of 'getnameinfo' was here
# int getnameinfo(const struct sockaddr *, socklen_t, char *, size_t, char *, size_t, int);
# ^
# configure:38196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_UNAME 1
# | #define HAVE_UTIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
# | #undef _WIN32_WINNT
# | #define _WIN32_WINNT 0x0501
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #ifdef HAVE_WS2TCPIP_H
# | #include
# | #endif
# | #endif
# | #define GNICALLCONV WSAAPI
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETDB_H
# | #include
# | #endif
# | #define GNICALLCONV
# | #endif
# | extern int GNICALLCONV getnameinfo(struct sockaddr *, socklen_t,
# | char *, size_t,
# | char *, size_t,
# | int);
# |
# | int main (void)
# | {
# |
# | socklen_t salen=0;
# | size_t hostlen=0;
# | size_t servlen=0;
# | int flags=0;
# | int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:38196: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:283:44: error: conflicting types for 'getnameinfo'
# extern int GNICALLCONV getnameinfo(struct sockaddr *, socklen_t,
# ^
# In file included from conftest.c:279:0:
# /sysroot/sysroot/usr/include/netdb.h:244:5: note: previous declaration of 'getnameinfo' was here
# int getnameinfo(const struct sockaddr *, socklen_t, char *, size_t, char *, size_t, int);
# ^
# configure:38196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_UNAME 1
# | #define HAVE_UTIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
# | #undef _WIN32_WINNT
# | #define _WIN32_WINNT 0x0501
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #ifdef HAVE_WS2TCPIP_H
# | #include
# | #endif
# | #endif
# | #define GNICALLCONV WSAAPI
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETDB_H
# | #include
# | #endif
# | #define GNICALLCONV
# | #endif
# | extern int GNICALLCONV getnameinfo(struct sockaddr *, socklen_t,
# | char *, size_t,
# | char *, size_t,
# | unsigned int);
# |
# | int main (void)
# | {
# |
# | socklen_t salen=0;
# | size_t hostlen=0;
# | size_t servlen=0;
# | unsigned int flags=0;
# | int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:38196: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:283:44: error: conflicting types for 'getnameinfo'
# extern int GNICALLCONV getnameinfo(struct sockaddr *, socklen_t,
# ^
# In file included from conftest.c:279:0:
# /sysroot/sysroot/usr/include/netdb.h:244:5: note: previous declaration of 'getnameinfo' was here
# int getnameinfo(const struct sockaddr *, socklen_t, char *, size_t, char *, size_t, int);
# ^
# configure:38196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_UNAME 1
# | #define HAVE_UTIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
# | #undef _WIN32_WINNT
# | #define _WIN32_WINNT 0x0501
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #ifdef HAVE_WS2TCPIP_H
# | #include
# | #endif
# | #endif
# | #define GNICALLCONV WSAAPI
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETDB_H
# | #include
# | #endif
# | #define GNICALLCONV
# | #endif
# | extern int GNICALLCONV getnameinfo(struct sockaddr *, socklen_t,
# | char *, int,
# | char *, int,
# | int);
# |
# | int main (void)
# | {
# |
# | socklen_t salen=0;
# | int hostlen=0;
# | int servlen=0;
# | int flags=0;
# | int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:38196: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:283:44: error: conflicting types for 'getnameinfo'
# extern int GNICALLCONV getnameinfo(struct sockaddr *, socklen_t,
# ^
# In file included from conftest.c:279:0:
# /sysroot/sysroot/usr/include/netdb.h:244:5: note: previous declaration of 'getnameinfo' was here
# int getnameinfo(const struct sockaddr *, socklen_t, char *, size_t, char *, size_t, int);
# ^
# configure:38196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_UNAME 1
# | #define HAVE_UTIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
# | #undef _WIN32_WINNT
# | #define _WIN32_WINNT 0x0501
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #ifdef HAVE_WS2TCPIP_H
# | #include
# | #endif
# | #endif
# | #define GNICALLCONV WSAAPI
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETDB_H
# | #include
# | #endif
# | #define GNICALLCONV
# | #endif
# | extern int GNICALLCONV getnameinfo(struct sockaddr *, socklen_t,
# | char *, int,
# | char *, int,
# | unsigned int);
# |
# | int main (void)
# | {
# |
# | socklen_t salen=0;
# | int hostlen=0;
# | int servlen=0;
# | unsigned int flags=0;
# | int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:38196: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:283:44: error: conflicting types for 'getnameinfo'
# extern int GNICALLCONV getnameinfo(struct sockaddr *, socklen_t,
# ^
# In file included from conftest.c:279:0:
# /sysroot/sysroot/usr/include/netdb.h:244:5: note: previous declaration of 'getnameinfo' was here
# int getnameinfo(const struct sockaddr *, socklen_t, char *, size_t, char *, size_t, int);
# ^
# configure:38196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_UNAME 1
# | #define HAVE_UTIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
# | #undef _WIN32_WINNT
# | #define _WIN32_WINNT 0x0501
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #ifdef HAVE_WS2TCPIP_H
# | #include
# | #endif
# | #endif
# | #define GNICALLCONV WSAAPI
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETDB_H
# | #include
# | #endif
# | #define GNICALLCONV
# | #endif
# | extern int GNICALLCONV getnameinfo(struct sockaddr *, socklen_t,
# | char *, socklen_t,
# | char *, socklen_t,
# | int);
# |
# | int main (void)
# | {
# |
# | socklen_t salen=0;
# | socklen_t hostlen=0;
# | socklen_t servlen=0;
# | int flags=0;
# | int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:38196: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:283:44: error: conflicting types for 'getnameinfo'
# extern int GNICALLCONV getnameinfo(struct sockaddr *, socklen_t,
# ^
# In file included from conftest.c:279:0:
# /sysroot/sysroot/usr/include/netdb.h:244:5: note: previous declaration of 'getnameinfo' was here
# int getnameinfo(const struct sockaddr *, socklen_t, char *, size_t, char *, size_t, int);
# ^
# configure:38196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_UNAME 1
# | #define HAVE_UTIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
# | #undef _WIN32_WINNT
# | #define _WIN32_WINNT 0x0501
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #ifdef HAVE_WS2TCPIP_H
# | #include
# | #endif
# | #endif
# | #define GNICALLCONV WSAAPI
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETDB_H
# | #include
# | #endif
# | #define GNICALLCONV
# | #endif
# | extern int GNICALLCONV getnameinfo(struct sockaddr *, socklen_t,
# | char *, socklen_t,
# | char *, socklen_t,
# | unsigned int);
# |
# | int main (void)
# | {
# |
# | socklen_t salen=0;
# | socklen_t hostlen=0;
# | socklen_t servlen=0;
# | unsigned int flags=0;
# | int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:38196: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:283:44: error: conflicting types for 'getnameinfo'
# extern int GNICALLCONV getnameinfo(struct sockaddr *, socklen_t,
# ^
# In file included from conftest.c:279:0:
# /sysroot/sysroot/usr/include/netdb.h:244:5: note: previous declaration of 'getnameinfo' was here
# int getnameinfo(const struct sockaddr *, socklen_t, char *, size_t, char *, size_t, int);
# ^
# configure:38196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_UNAME 1
# | #define HAVE_UTIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
# | #undef _WIN32_WINNT
# | #define _WIN32_WINNT 0x0501
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #ifdef HAVE_WS2TCPIP_H
# | #include
# | #endif
# | #endif
# | #define GNICALLCONV WSAAPI
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETDB_H
# | #include
# | #endif
# | #define GNICALLCONV
# | #endif
# | extern int GNICALLCONV getnameinfo(struct sockaddr *, socklen_t,
# | char *, unsigned int,
# | char *, unsigned int,
# | int);
# |
# | int main (void)
# | {
# |
# | socklen_t salen=0;
# | unsigned int hostlen=0;
# | unsigned int servlen=0;
# | int flags=0;
# | int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:38196: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:283:44: error: conflicting types for 'getnameinfo'
# extern int GNICALLCONV getnameinfo(struct sockaddr *, socklen_t,
# ^
# In file included from conftest.c:279:0:
# /sysroot/sysroot/usr/include/netdb.h:244:5: note: previous declaration of 'getnameinfo' was here
# int getnameinfo(const struct sockaddr *, socklen_t, char *, size_t, char *, size_t, int);
# ^
# configure:38196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_UNAME 1
# | #define HAVE_UTIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
# | #undef _WIN32_WINNT
# | #define _WIN32_WINNT 0x0501
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #ifdef HAVE_WS2TCPIP_H
# | #include
# | #endif
# | #endif
# | #define GNICALLCONV WSAAPI
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETDB_H
# | #include
# | #endif
# | #define GNICALLCONV
# | #endif
# | extern int GNICALLCONV getnameinfo(struct sockaddr *, socklen_t,
# | char *, unsigned int,
# | char *, unsigned int,
# | unsigned int);
# |
# | int main (void)
# | {
# |
# | socklen_t salen=0;
# | unsigned int hostlen=0;
# | unsigned int servlen=0;
# | unsigned int flags=0;
# | int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:38196: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:284:52: error: unknown type name 'DWORD'
# char *, DWORD,
# ^
# conftest.c:285:52: error: unknown type name 'DWORD'
# char *, DWORD,
# ^
# conftest.c: In function 'main':
# conftest.c:292:21: error: unknown type name 'DWORD'
# DWORD hostlen=0;
# ^
# conftest.c:293:21: error: unknown type name 'DWORD'
# DWORD servlen=0;
# ^
# configure:38196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_UNAME 1
# | #define HAVE_UTIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
# | #undef _WIN32_WINNT
# | #define _WIN32_WINNT 0x0501
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #ifdef HAVE_WS2TCPIP_H
# | #include
# | #endif
# | #endif
# | #define GNICALLCONV WSAAPI
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETDB_H
# | #include
# | #endif
# | #define GNICALLCONV
# | #endif
# | extern int GNICALLCONV getnameinfo(struct sockaddr *, socklen_t,
# | char *, DWORD,
# | char *, DWORD,
# | int);
# |
# | int main (void)
# | {
# |
# | socklen_t salen=0;
# | DWORD hostlen=0;
# | DWORD servlen=0;
# | int flags=0;
# | int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:38196: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:284:52: error: unknown type name 'DWORD'
# char *, DWORD,
# ^
# conftest.c:285:52: error: unknown type name 'DWORD'
# char *, DWORD,
# ^
# conftest.c: In function 'main':
# conftest.c:292:21: error: unknown type name 'DWORD'
# DWORD hostlen=0;
# ^
# conftest.c:293:21: error: unknown type name 'DWORD'
# DWORD servlen=0;
# ^
# configure:38196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_UNAME 1
# | #define HAVE_UTIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
# | #undef _WIN32_WINNT
# | #define _WIN32_WINNT 0x0501
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #ifdef HAVE_WS2TCPIP_H
# | #include
# | #endif
# | #endif
# | #define GNICALLCONV WSAAPI
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETDB_H
# | #include
# | #endif
# | #define GNICALLCONV
# | #endif
# | extern int GNICALLCONV getnameinfo(struct sockaddr *, socklen_t,
# | char *, DWORD,
# | char *, DWORD,
# | unsigned int);
# |
# | int main (void)
# | {
# |
# | socklen_t salen=0;
# | DWORD hostlen=0;
# | DWORD servlen=0;
# | unsigned int flags=0;
# | int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:38196: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:283:44: error: conflicting types for 'getnameinfo'
# extern int GNICALLCONV getnameinfo(struct sockaddr *, size_t,
# ^
# In file included from conftest.c:279:0:
# /sysroot/sysroot/usr/include/netdb.h:244:5: note: previous declaration of 'getnameinfo' was here
# int getnameinfo(const struct sockaddr *, socklen_t, char *, size_t, char *, size_t, int);
# ^
# configure:38196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_UNAME 1
# | #define HAVE_UTIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
# | #undef _WIN32_WINNT
# | #define _WIN32_WINNT 0x0501
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #ifdef HAVE_WS2TCPIP_H
# | #include
# | #endif
# | #endif
# | #define GNICALLCONV WSAAPI
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETDB_H
# | #include
# | #endif
# | #define GNICALLCONV
# | #endif
# | extern int GNICALLCONV getnameinfo(struct sockaddr *, size_t,
# | char *, size_t,
# | char *, size_t,
# | int);
# |
# | int main (void)
# | {
# |
# | size_t salen=0;
# | size_t hostlen=0;
# | size_t servlen=0;
# | int flags=0;
# | int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:38196: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:283:44: error: conflicting types for 'getnameinfo'
# extern int GNICALLCONV getnameinfo(struct sockaddr *, size_t,
# ^
# In file included from conftest.c:279:0:
# /sysroot/sysroot/usr/include/netdb.h:244:5: note: previous declaration of 'getnameinfo' was here
# int getnameinfo(const struct sockaddr *, socklen_t, char *, size_t, char *, size_t, int);
# ^
# configure:38196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_UNAME 1
# | #define HAVE_UTIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
# | #undef _WIN32_WINNT
# | #define _WIN32_WINNT 0x0501
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #ifdef HAVE_WS2TCPIP_H
# | #include
# | #endif
# | #endif
# | #define GNICALLCONV WSAAPI
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETDB_H
# | #include
# | #endif
# | #define GNICALLCONV
# | #endif
# | extern int GNICALLCONV getnameinfo(struct sockaddr *, size_t,
# | char *, size_t,
# | char *, size_t,
# | unsigned int);
# |
# | int main (void)
# | {
# |
# | size_t salen=0;
# | size_t hostlen=0;
# | size_t servlen=0;
# | unsigned int flags=0;
# | int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:38196: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:283:44: error: conflicting types for 'getnameinfo'
# extern int GNICALLCONV getnameinfo(struct sockaddr *, size_t,
# ^
# In file included from conftest.c:279:0:
# /sysroot/sysroot/usr/include/netdb.h:244:5: note: previous declaration of 'getnameinfo' was here
# int getnameinfo(const struct sockaddr *, socklen_t, char *, size_t, char *, size_t, int);
# ^
# configure:38196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_UNAME 1
# | #define HAVE_UTIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
# | #undef _WIN32_WINNT
# | #define _WIN32_WINNT 0x0501
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #ifdef HAVE_WS2TCPIP_H
# | #include
# | #endif
# | #endif
# | #define GNICALLCONV WSAAPI
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETDB_H
# | #include
# | #endif
# | #define GNICALLCONV
# | #endif
# | extern int GNICALLCONV getnameinfo(struct sockaddr *, size_t,
# | char *, int,
# | char *, int,
# | int);
# |
# | int main (void)
# | {
# |
# | size_t salen=0;
# | int hostlen=0;
# | int servlen=0;
# | int flags=0;
# | int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:38196: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:283:44: error: conflicting types for 'getnameinfo'
# extern int GNICALLCONV getnameinfo(struct sockaddr *, size_t,
# ^
# In file included from conftest.c:279:0:
# /sysroot/sysroot/usr/include/netdb.h:244:5: note: previous declaration of 'getnameinfo' was here
# int getnameinfo(const struct sockaddr *, socklen_t, char *, size_t, char *, size_t, int);
# ^
# configure:38196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_UNAME 1
# | #define HAVE_UTIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
# | #undef _WIN32_WINNT
# | #define _WIN32_WINNT 0x0501
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #ifdef HAVE_WS2TCPIP_H
# | #include
# | #endif
# | #endif
# | #define GNICALLCONV WSAAPI
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETDB_H
# | #include
# | #endif
# | #define GNICALLCONV
# | #endif
# | extern int GNICALLCONV getnameinfo(struct sockaddr *, size_t,
# | char *, int,
# | char *, int,
# | unsigned int);
# |
# | int main (void)
# | {
# |
# | size_t salen=0;
# | int hostlen=0;
# | int servlen=0;
# | unsigned int flags=0;
# | int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:38196: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:283:44: error: conflicting types for 'getnameinfo'
# extern int GNICALLCONV getnameinfo(struct sockaddr *, size_t,
# ^
# In file included from conftest.c:279:0:
# /sysroot/sysroot/usr/include/netdb.h:244:5: note: previous declaration of 'getnameinfo' was here
# int getnameinfo(const struct sockaddr *, socklen_t, char *, size_t, char *, size_t, int);
# ^
# configure:38196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_UNAME 1
# | #define HAVE_UTIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
# | #undef _WIN32_WINNT
# | #define _WIN32_WINNT 0x0501
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #ifdef HAVE_WS2TCPIP_H
# | #include
# | #endif
# | #endif
# | #define GNICALLCONV WSAAPI
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETDB_H
# | #include
# | #endif
# | #define GNICALLCONV
# | #endif
# | extern int GNICALLCONV getnameinfo(struct sockaddr *, size_t,
# | char *, socklen_t,
# | char *, socklen_t,
# | int);
# |
# | int main (void)
# | {
# |
# | size_t salen=0;
# | socklen_t hostlen=0;
# | socklen_t servlen=0;
# | int flags=0;
# | int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:38196: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:283:44: error: conflicting types for 'getnameinfo'
# extern int GNICALLCONV getnameinfo(struct sockaddr *, size_t,
# ^
# In file included from conftest.c:279:0:
# /sysroot/sysroot/usr/include/netdb.h:244:5: note: previous declaration of 'getnameinfo' was here
# int getnameinfo(const struct sockaddr *, socklen_t, char *, size_t, char *, size_t, int);
# ^
# configure:38196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_UNAME 1
# | #define HAVE_UTIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
# | #undef _WIN32_WINNT
# | #define _WIN32_WINNT 0x0501
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #ifdef HAVE_WS2TCPIP_H
# | #include
# | #endif
# | #endif
# | #define GNICALLCONV WSAAPI
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETDB_H
# | #include
# | #endif
# | #define GNICALLCONV
# | #endif
# | extern int GNICALLCONV getnameinfo(struct sockaddr *, size_t,
# | char *, socklen_t,
# | char *, socklen_t,
# | unsigned int);
# |
# | int main (void)
# | {
# |
# | size_t salen=0;
# | socklen_t hostlen=0;
# | socklen_t servlen=0;
# | unsigned int flags=0;
# | int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:38196: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:283:44: error: conflicting types for 'getnameinfo'
# extern int GNICALLCONV getnameinfo(struct sockaddr *, size_t,
# ^
# In file included from conftest.c:279:0:
# /sysroot/sysroot/usr/include/netdb.h:244:5: note: previous declaration of 'getnameinfo' was here
# int getnameinfo(const struct sockaddr *, socklen_t, char *, size_t, char *, size_t, int);
# ^
# configure:38196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_UNAME 1
# | #define HAVE_UTIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
# | #undef _WIN32_WINNT
# | #define _WIN32_WINNT 0x0501
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #ifdef HAVE_WS2TCPIP_H
# | #include
# | #endif
# | #endif
# | #define GNICALLCONV WSAAPI
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETDB_H
# | #include
# | #endif
# | #define GNICALLCONV
# | #endif
# | extern int GNICALLCONV getnameinfo(struct sockaddr *, size_t,
# | char *, unsigned int,
# | char *, unsigned int,
# | int);
# |
# | int main (void)
# | {
# |
# | size_t salen=0;
# | unsigned int hostlen=0;
# | unsigned int servlen=0;
# | int flags=0;
# | int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:38196: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:283:44: error: conflicting types for 'getnameinfo'
# extern int GNICALLCONV getnameinfo(struct sockaddr *, size_t,
# ^
# In file included from conftest.c:279:0:
# /sysroot/sysroot/usr/include/netdb.h:244:5: note: previous declaration of 'getnameinfo' was here
# int getnameinfo(const struct sockaddr *, socklen_t, char *, size_t, char *, size_t, int);
# ^
# configure:38196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_UNAME 1
# | #define HAVE_UTIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
# | #undef _WIN32_WINNT
# | #define _WIN32_WINNT 0x0501
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #ifdef HAVE_WS2TCPIP_H
# | #include
# | #endif
# | #endif
# | #define GNICALLCONV WSAAPI
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETDB_H
# | #include
# | #endif
# | #define GNICALLCONV
# | #endif
# | extern int GNICALLCONV getnameinfo(struct sockaddr *, size_t,
# | char *, unsigned int,
# | char *, unsigned int,
# | unsigned int);
# |
# | int main (void)
# | {
# |
# | size_t salen=0;
# | unsigned int hostlen=0;
# | unsigned int servlen=0;
# | unsigned int flags=0;
# | int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:38196: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:284:52: error: unknown type name 'DWORD'
# char *, DWORD,
# ^
# conftest.c:285:52: error: unknown type name 'DWORD'
# char *, DWORD,
# ^
# conftest.c: In function 'main':
# conftest.c:292:21: error: unknown type name 'DWORD'
# DWORD hostlen=0;
# ^
# conftest.c:293:21: error: unknown type name 'DWORD'
# DWORD servlen=0;
# ^
# configure:38196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_UNAME 1
# | #define HAVE_UTIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
# | #undef _WIN32_WINNT
# | #define _WIN32_WINNT 0x0501
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #ifdef HAVE_WS2TCPIP_H
# | #include
# | #endif
# | #endif
# | #define GNICALLCONV WSAAPI
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETDB_H
# | #include
# | #endif
# | #define GNICALLCONV
# | #endif
# | extern int GNICALLCONV getnameinfo(struct sockaddr *, size_t,
# | char *, DWORD,
# | char *, DWORD,
# | int);
# |
# | int main (void)
# | {
# |
# | size_t salen=0;
# | DWORD hostlen=0;
# | DWORD servlen=0;
# | int flags=0;
# | int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:38196: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:284:52: error: unknown type name 'DWORD'
# char *, DWORD,
# ^
# conftest.c:285:52: error: unknown type name 'DWORD'
# char *, DWORD,
# ^
# conftest.c: In function 'main':
# conftest.c:292:21: error: unknown type name 'DWORD'
# DWORD hostlen=0;
# ^
# conftest.c:293:21: error: unknown type name 'DWORD'
# DWORD servlen=0;
# ^
# configure:38196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_UNAME 1
# | #define HAVE_UTIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
# | #undef _WIN32_WINNT
# | #define _WIN32_WINNT 0x0501
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #ifdef HAVE_WS2TCPIP_H
# | #include
# | #endif
# | #endif
# | #define GNICALLCONV WSAAPI
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETDB_H
# | #include
# | #endif
# | #define GNICALLCONV
# | #endif
# | extern int GNICALLCONV getnameinfo(struct sockaddr *, size_t,
# | char *, DWORD,
# | char *, DWORD,
# | unsigned int);
# |
# | int main (void)
# | {
# |
# | size_t salen=0;
# | DWORD hostlen=0;
# | DWORD servlen=0;
# | unsigned int flags=0;
# | int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:38196: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:283:44: error: conflicting types for 'getnameinfo'
# extern int GNICALLCONV getnameinfo(struct sockaddr *, int,
# ^
# In file included from conftest.c:279:0:
# /sysroot/sysroot/usr/include/netdb.h:244:5: note: previous declaration of 'getnameinfo' was here
# int getnameinfo(const struct sockaddr *, socklen_t, char *, size_t, char *, size_t, int);
# ^
# configure:38196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_UNAME 1
# | #define HAVE_UTIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
# | #undef _WIN32_WINNT
# | #define _WIN32_WINNT 0x0501
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #ifdef HAVE_WS2TCPIP_H
# | #include
# | #endif
# | #endif
# | #define GNICALLCONV WSAAPI
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETDB_H
# | #include
# | #endif
# | #define GNICALLCONV
# | #endif
# | extern int GNICALLCONV getnameinfo(struct sockaddr *, int,
# | char *, size_t,
# | char *, size_t,
# | int);
# |
# | int main (void)
# | {
# |
# | int salen=0;
# | size_t hostlen=0;
# | size_t servlen=0;
# | int flags=0;
# | int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:38196: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:283:44: error: conflicting types for 'getnameinfo'
# extern int GNICALLCONV getnameinfo(struct sockaddr *, int,
# ^
# In file included from conftest.c:279:0:
# /sysroot/sysroot/usr/include/netdb.h:244:5: note: previous declaration of 'getnameinfo' was here
# int getnameinfo(const struct sockaddr *, socklen_t, char *, size_t, char *, size_t, int);
# ^
# configure:38196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_UNAME 1
# | #define HAVE_UTIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
# | #undef _WIN32_WINNT
# | #define _WIN32_WINNT 0x0501
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #ifdef HAVE_WS2TCPIP_H
# | #include
# | #endif
# | #endif
# | #define GNICALLCONV WSAAPI
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETDB_H
# | #include
# | #endif
# | #define GNICALLCONV
# | #endif
# | extern int GNICALLCONV getnameinfo(struct sockaddr *, int,
# | char *, size_t,
# | char *, size_t,
# | unsigned int);
# |
# | int main (void)
# | {
# |
# | int salen=0;
# | size_t hostlen=0;
# | size_t servlen=0;
# | unsigned int flags=0;
# | int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:38196: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:283:44: error: conflicting types for 'getnameinfo'
# extern int GNICALLCONV getnameinfo(struct sockaddr *, int,
# ^
# In file included from conftest.c:279:0:
# /sysroot/sysroot/usr/include/netdb.h:244:5: note: previous declaration of 'getnameinfo' was here
# int getnameinfo(const struct sockaddr *, socklen_t, char *, size_t, char *, size_t, int);
# ^
# configure:38196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_UNAME 1
# | #define HAVE_UTIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
# | #undef _WIN32_WINNT
# | #define _WIN32_WINNT 0x0501
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #ifdef HAVE_WS2TCPIP_H
# | #include
# | #endif
# | #endif
# | #define GNICALLCONV WSAAPI
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETDB_H
# | #include
# | #endif
# | #define GNICALLCONV
# | #endif
# | extern int GNICALLCONV getnameinfo(struct sockaddr *, int,
# | char *, int,
# | char *, int,
# | int);
# |
# | int main (void)
# | {
# |
# | int salen=0;
# | int hostlen=0;
# | int servlen=0;
# | int flags=0;
# | int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:38196: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:283:44: error: conflicting types for 'getnameinfo'
# extern int GNICALLCONV getnameinfo(struct sockaddr *, int,
# ^
# In file included from conftest.c:279:0:
# /sysroot/sysroot/usr/include/netdb.h:244:5: note: previous declaration of 'getnameinfo' was here
# int getnameinfo(const struct sockaddr *, socklen_t, char *, size_t, char *, size_t, int);
# ^
# configure:38196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_UNAME 1
# | #define HAVE_UTIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
# | #undef _WIN32_WINNT
# | #define _WIN32_WINNT 0x0501
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #ifdef HAVE_WS2TCPIP_H
# | #include
# | #endif
# | #endif
# | #define GNICALLCONV WSAAPI
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETDB_H
# | #include
# | #endif
# | #define GNICALLCONV
# | #endif
# | extern int GNICALLCONV getnameinfo(struct sockaddr *, int,
# | char *, int,
# | char *, int,
# | unsigned int);
# |
# | int main (void)
# | {
# |
# | int salen=0;
# | int hostlen=0;
# | int servlen=0;
# | unsigned int flags=0;
# | int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:38196: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:283:44: error: conflicting types for 'getnameinfo'
# extern int GNICALLCONV getnameinfo(struct sockaddr *, int,
# ^
# In file included from conftest.c:279:0:
# /sysroot/sysroot/usr/include/netdb.h:244:5: note: previous declaration of 'getnameinfo' was here
# int getnameinfo(const struct sockaddr *, socklen_t, char *, size_t, char *, size_t, int);
# ^
# configure:38196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_UNAME 1
# | #define HAVE_UTIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
# | #undef _WIN32_WINNT
# | #define _WIN32_WINNT 0x0501
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #ifdef HAVE_WS2TCPIP_H
# | #include
# | #endif
# | #endif
# | #define GNICALLCONV WSAAPI
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETDB_H
# | #include
# | #endif
# | #define GNICALLCONV
# | #endif
# | extern int GNICALLCONV getnameinfo(struct sockaddr *, int,
# | char *, socklen_t,
# | char *, socklen_t,
# | int);
# |
# | int main (void)
# | {
# |
# | int salen=0;
# | socklen_t hostlen=0;
# | socklen_t servlen=0;
# | int flags=0;
# | int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:38196: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:283:44: error: conflicting types for 'getnameinfo'
# extern int GNICALLCONV getnameinfo(struct sockaddr *, int,
# ^
# In file included from conftest.c:279:0:
# /sysroot/sysroot/usr/include/netdb.h:244:5: note: previous declaration of 'getnameinfo' was here
# int getnameinfo(const struct sockaddr *, socklen_t, char *, size_t, char *, size_t, int);
# ^
# configure:38196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_UNAME 1
# | #define HAVE_UTIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
# | #undef _WIN32_WINNT
# | #define _WIN32_WINNT 0x0501
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #ifdef HAVE_WS2TCPIP_H
# | #include
# | #endif
# | #endif
# | #define GNICALLCONV WSAAPI
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETDB_H
# | #include
# | #endif
# | #define GNICALLCONV
# | #endif
# | extern int GNICALLCONV getnameinfo(struct sockaddr *, int,
# | char *, socklen_t,
# | char *, socklen_t,
# | unsigned int);
# |
# | int main (void)
# | {
# |
# | int salen=0;
# | socklen_t hostlen=0;
# | socklen_t servlen=0;
# | unsigned int flags=0;
# | int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:38196: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:283:44: error: conflicting types for 'getnameinfo'
# extern int GNICALLCONV getnameinfo(struct sockaddr *, int,
# ^
# In file included from conftest.c:279:0:
# /sysroot/sysroot/usr/include/netdb.h:244:5: note: previous declaration of 'getnameinfo' was here
# int getnameinfo(const struct sockaddr *, socklen_t, char *, size_t, char *, size_t, int);
# ^
# configure:38196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_UNAME 1
# | #define HAVE_UTIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
# | #undef _WIN32_WINNT
# | #define _WIN32_WINNT 0x0501
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #ifdef HAVE_WS2TCPIP_H
# | #include
# | #endif
# | #endif
# | #define GNICALLCONV WSAAPI
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETDB_H
# | #include
# | #endif
# | #define GNICALLCONV
# | #endif
# | extern int GNICALLCONV getnameinfo(struct sockaddr *, int,
# | char *, unsigned int,
# | char *, unsigned int,
# | int);
# |
# | int main (void)
# | {
# |
# | int salen=0;
# | unsigned int hostlen=0;
# | unsigned int servlen=0;
# | int flags=0;
# | int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:38196: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:283:44: error: conflicting types for 'getnameinfo'
# extern int GNICALLCONV getnameinfo(struct sockaddr *, int,
# ^
# In file included from conftest.c:279:0:
# /sysroot/sysroot/usr/include/netdb.h:244:5: note: previous declaration of 'getnameinfo' was here
# int getnameinfo(const struct sockaddr *, socklen_t, char *, size_t, char *, size_t, int);
# ^
# configure:38196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_UNAME 1
# | #define HAVE_UTIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
# | #undef _WIN32_WINNT
# | #define _WIN32_WINNT 0x0501
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #ifdef HAVE_WS2TCPIP_H
# | #include
# | #endif
# | #endif
# | #define GNICALLCONV WSAAPI
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETDB_H
# | #include
# | #endif
# | #define GNICALLCONV
# | #endif
# | extern int GNICALLCONV getnameinfo(struct sockaddr *, int,
# | char *, unsigned int,
# | char *, unsigned int,
# | unsigned int);
# |
# | int main (void)
# | {
# |
# | int salen=0;
# | unsigned int hostlen=0;
# | unsigned int servlen=0;
# | unsigned int flags=0;
# | int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:38196: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:284:52: error: unknown type name 'DWORD'
# char *, DWORD,
# ^
# conftest.c:285:52: error: unknown type name 'DWORD'
# char *, DWORD,
# ^
# conftest.c: In function 'main':
# conftest.c:292:21: error: unknown type name 'DWORD'
# DWORD hostlen=0;
# ^
# conftest.c:293:21: error: unknown type name 'DWORD'
# DWORD servlen=0;
# ^
# configure:38196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_UNAME 1
# | #define HAVE_UTIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
# | #undef _WIN32_WINNT
# | #define _WIN32_WINNT 0x0501
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #ifdef HAVE_WS2TCPIP_H
# | #include
# | #endif
# | #endif
# | #define GNICALLCONV WSAAPI
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETDB_H
# | #include
# | #endif
# | #define GNICALLCONV
# | #endif
# | extern int GNICALLCONV getnameinfo(struct sockaddr *, int,
# | char *, DWORD,
# | char *, DWORD,
# | int);
# |
# | int main (void)
# | {
# |
# | int salen=0;
# | DWORD hostlen=0;
# | DWORD servlen=0;
# | int flags=0;
# | int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:38196: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c:284:52: error: unknown type name 'DWORD'
# char *, DWORD,
# ^
# conftest.c:285:52: error: unknown type name 'DWORD'
# char *, DWORD,
# ^
# conftest.c: In function 'main':
# conftest.c:292:21: error: unknown type name 'DWORD'
# DWORD hostlen=0;
# ^
# conftest.c:293:21: error: unknown type name 'DWORD'
# DWORD servlen=0;
# ^
# configure:38196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_UNAME 1
# | #define HAVE_UTIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# |
# |
# | #undef inline
# | #ifdef HAVE_WINDOWS_H
# | #ifndef WIN32_LEAN_AND_MEAN
# | #define WIN32_LEAN_AND_MEAN
# | #endif
# | #if (!defined(_WIN32_WINNT)) || (_WIN32_WINNT < 0x0501)
# | #undef _WIN32_WINNT
# | #define _WIN32_WINNT 0x0501
# | #endif
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #ifdef HAVE_WS2TCPIP_H
# | #include
# | #endif
# | #endif
# | #define GNICALLCONV WSAAPI
# | #else
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETDB_H
# | #include
# | #endif
# | #define GNICALLCONV
# | #endif
# | extern int GNICALLCONV getnameinfo(struct sockaddr *, int,
# | char *, DWORD,
# | char *, DWORD,
# | unsigned int);
# |
# | int main (void)
# | {
# |
# | int salen=0;
# | DWORD hostlen=0;
# | DWORD servlen=0;
# | unsigned int flags=0;
# | int res = getnameinfo(0, salen, 0, hostlen, 0, servlen, flags);
# |
# | ;
# | return 0;
# | }
# |
# configure:38196: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:38196: $? = 0
# configure:38209: result: const struct sockaddr *,socklen_t,size_t,int
# configure:38303: checking for stdio.h
# configure:38303: result: yes
# configure:38303: checking for sys/types.h
# configure:38303: result: yes
# configure:38303: checking for sys/socket.h
# configure:38303: result: yes
# configure:38303: checking for netdb.h
# configure:38303: result: yes
# configure:38303: checking for netinet/in.h
# configure:38303: result: yes
# configure:38303: checking for arpa/inet.h
# configure:38303: result: yes
# configure:38314: checking for working NI_WITHSCOPEID
# configure:38342: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:274:65: error: 'NI_WITHSCOPEID' undeclared (first use in this function)
# unsigned int dummy= NI_NUMERICHOST | NI_NUMERICSERV | NI_WITHSCOPEID;
# ^
# conftest.c:274:65: note: each undeclared identifier is reported only once for each function it appears in
# configure:38342: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gnurl"
# | #define PACKAGE_TARNAME "gnurl"
# | #define PACKAGE_VERSION "-"
# | #define PACKAGE_STRING "gnurl -"
# | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gnurl"
# | #define VERSION "-"
# | #define OS "arm-unknown-linux-androideabi"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define SIZEOF_LONG 4
# | #define SIZEOF_VOIDP 4
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_STDINT_H 1
# | #define CURL_PULL_INTTYPES_H 1
# | #define CURL_TYPEOF_CURL_OFF_T int64_t
# | #define CURL_FORMAT_CURL_OFF_T "lld"
# | #define CURL_FORMAT_CURL_OFF_TU "llu"
# | #define CURL_FORMAT_OFF_T "%lld"
# | #define CURL_SIZEOF_CURL_OFF_T 8
# | #define CURL_SUFFIX_CURL_OFF_T LL
# | #define CURL_SUFFIX_CURL_OFF_TU ULL
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define CURL_DISABLE_LDAP 1
# | #define CURL_DISABLE_LDAPS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_UTIME_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_VARIADIC_MACROS_C99 1
# | #define HAVE_VARIADIC_MACROS_GCC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF_LONG 4
# | #define SIZEOF_INT 4
# | #define SIZEOF_SHORT 2
# | #define CURL_SIZEOF_LONG 4
# | #define SIZEOF_TIME_T 4
# | #define SIZEOF_OFF_T 4
# | #define HAVE_LONGLONG 1
# | #define HAVE_LL 1
# | #define HAVE_BOOL_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define CURL_PULL_SYS_TYPES_H 1
# | #define CURL_PULL_SYS_SOCKET_H 1
# | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define RETSIGTYPE void
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 fd_set *
# | #define SELECT_TYPE_RETV int
# | #define SELECT_QUAL_ARG5
# | #define SELECT_TYPE_ARG5 struct timeval *
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define RECV_TYPE_ARG1 int
# | #define RECV_TYPE_ARG2 void *
# | #define RECV_TYPE_ARG3 size_t
# | #define RECV_TYPE_ARG4 int
# | #define RECV_TYPE_RETV int
# | #define HAVE_RECV 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SEND_TYPE_ARG1 int
# | #define SEND_TYPE_ARG3 size_t
# | #define SEND_TYPE_ARG4 int
# | #define SEND_TYPE_RETV int
# | #define SEND_QUAL_ARG2 const
# | #define SEND_TYPE_ARG2 void *
# | #define HAVE_SEND 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ALARM 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_BASENAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_CONNECT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FCNTL_O_NONBLOCK 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_FDOPEN 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_FSETXATTR 1
# | #define HAVE_FSETXATTR_5 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETADDRINFO_THREADSAFE 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYNAME_R_6 1
# | #define GETHOSTNAME_TYPE_ARG2 unsigned int
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IOCTL 1
# | #define HAVE_IOCTL_FIONBIO 1
# | #define HAVE_IOCTL_SIOCGIFADDR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_FINE 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_POSIX_STRERROR_R 1
# | #define STRERROR_R_TYPE_ARG3 size_t
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_WRITEV 1
# | #define HAVE_FORK 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETPPID 1
# | #define HAVE_GETPROTOBYNAME 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_PERROR 1
# | #define HAVE_PIPE 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_UNAME 1
# | #define HAVE_UTIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | #define GETNAMEINFO_TYPE_ARG2 socklen_t
# | #define GETNAMEINFO_TYPE_ARG46 size_t
# | #define GETNAMEINFO_TYPE_ARG7 int
# | #define GETNAMEINFO_QUAL_ARG1 const
# | #define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
# | #define HAVE_GETNAMEINFO 1
# | #define ENABLE_IPV6 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | /* end confdefs.h. */
# |
# |
# | #include
# | #include
# | #include
# |
# | int main (void)
# | {
# |
# | unsigned int dummy= NI_NUMERICHOST | NI_NUMERICSERV | NI_WITHSCOPEID;
# |
# | ;
# | return 0;
# | }
# |
# configure:38436: result: no
# configure:38452: checking how to set a socket into non-blocking mode
# configure:38465: result: fcntl O_NONBLOCK
# configure:38476: checking for perl
# configure:38495: found /usr/sbin/perl
# configure:38507: result: /usr/sbin/perl
# configure:38521: checking for gnroff
# configure:38555: result: no
# configure:38521: checking for nroff
# configure:38540: found /usr/sbin/nroff
# configure:38552: result: /usr/sbin/nroff
# configure:38567: checking how to use *nroff to get plain text from man pages
# configure:38585: result: -man
# configure:38732: checking whether to enable the threaded resolver
# configure:38748: result: yes
# configure:38757: checking pthread.h usability
# configure:38757: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:38757: $? = 0
# configure:38757: result: yes
# configure:38757: checking pthread.h presence
# configure:38757: arm-linux-androideabi-gcc -E conftest.c
# configure:38757: $? = 0
# configure:38757: result: yes
# configure:38757: checking for pthread.h
# configure:38757: result: yes
# configure:38764: checking for pthread_create
# configure:38764: arm-linux-androideabi-gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5
# configure:38764: $? = 0
# configure:38764: result: yes
# configure:38829: checking whether to enable verbose strings
# configure:38847: result: yes
# configure:38853: checking whether to enable SSPI support (Windows native builds only)
# configure:38892: result: no
# configure:38899: checking whether to enable cryptographic authentication methods
# configure:38917: result: yes
# configure:38948: checking whether to enable NTLM delegation to winbind's helper
# configure:38955: result: no
# configure:38970: checking whether to enable TLS-SRP authentication
# configure:38989: result: yes
# configure:39004: checking whether to enable Unix domain sockets
# configure:39020: result: auto
# configure:39028: checking for struct sockaddr_un.sun_path
# configure:39028: arm-linux-androideabi-gcc -c -O2 -Wno-system-headers conftest.c >&5
# configure:39028: $? = 0
# configure:39028: result: yes
# configure:39051: checking whether to enable support for cookies
# configure:39068: result: yes
# configure:39075: checking whether hiding of library internal symbols will actually happen
# configure:39089: result: yes
# configure:39107: checking whether to enforce SONAME bump
# configure:39122: result: yes
# configure:39604: checking that generated files are newer than configure
# configure:39610: result: done
# configure:39697: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by gnurl config.status -, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 80b017f2bff0
#
# config.status:1462: creating Makefile
# config.status:1462: creating docs/Makefile
# config.status:1462: creating docs/examples/Makefile
# config.status:1462: creating docs/libcurl/Makefile
# config.status:1462: creating docs/libcurl/opts/Makefile
# config.status:1462: creating include/Makefile
# config.status:1462: creating include/curl/Makefile
# config.status:1462: creating src/Makefile
# config.status:1462: creating lib/Makefile
# config.status:1462: creating lib/libcurl.vers
# config.status:1462: creating tests/Makefile
# config.status:1462: creating tests/certs/Makefile
# config.status:1462: creating tests/certs/scripts/Makefile
# config.status:1462: creating tests/data/Makefile
# config.status:1462: creating tests/server/Makefile
# config.status:1462: creating tests/libtest/Makefile
# config.status:1462: creating tests/unit/Makefile
# config.status:1462: creating packages/Makefile
# config.status:1462: creating packages/Win32/Makefile
# config.status:1462: creating packages/Win32/cygwin/Makefile
# config.status:1462: creating packages/Linux/Makefile
# config.status:1462: creating packages/Linux/RPM/Makefile
# config.status:1462: creating packages/Linux/RPM/curl.spec
# config.status:1462: creating packages/Linux/RPM/curl-ssl.spec
# config.status:1462: creating packages/Solaris/Makefile
# config.status:1462: creating packages/EPM/curl.list
# config.status:1462: creating packages/EPM/Makefile
# config.status:1462: creating packages/vms/Makefile
# config.status:1462: creating packages/AIX/Makefile
# config.status:1462: creating packages/AIX/RPM/Makefile
# config.status:1462: creating packages/AIX/RPM/curl.spec
# config.status:1462: creating gnurl-config
# config.status:1462: creating libgnurl.pc
# config.status:1462: creating lib/curl_config.h
# config.status:1462: creating include/curl/curlbuild.h
# config.status:1691: executing depfiles commands
# config.status:1691: executing libtool commands
# configure:42152: amending lib/Makefile
# configure:42152: amending src/Makefile
# configure:42152: amending tests/unit/Makefile
# configure:42152: amending tests/server/Makefile
# configure:42152: amending tests/libtest/Makefile
# configure:42152: amending docs/examples/Makefile
# configure:42263: Configured to build curl/libcurl:
#
# curl version: 7.40.0
# Host setup: arm-unknown-linux-androideabi
# Install prefix: /usr
# Compiler: arm-linux-androideabi-gcc
# SSL support: no (--with-{ssl,gnutls,nss,polarssl,cyassl,axtls,winssl,darwinssl} )
# SSH support: no (--with-libssh2)
# zlib support: enabled
# GSS-API support: no (--with-gssapi)
# TLS-SRP support: no (--enable-tls-srp)
# resolver: POSIX threaded
# IPv6 support: enabled
# Unix sockets support: enabled
# IDN support: no (--with-{libidn,winidn})
# Build libcurl: Shared=yes, Static=yes
# Built-in manual: enabled
# --libcurl option: enabled (--disable-libcurl-option)
# Verbose errors: enabled (--disable-verbose)
# SSPI support: no (--enable-sspi)
# ca cert bundle: /etc/ssl/certs/ca-certificates.crt
# ca cert path: no
# LDAP support: no (--enable-ldap / --with-ldap-lib / --with-lber-lib)
# LDAPS support: no (--enable-ldaps)
# RTSP support: enabled
# RTMP support: no (--with-librtmp)
# metalink support: no (--with-libmetalink)
# HTTP2 support: disabled (--with-nghttp2)
# Protocols: DICT FILE FTP GOPHER HTTP IMAP POP3 RTSP SMTP TELNET TFTP
#
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# 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_alarm=yes
# ac_cv_func_basename=yes
# ac_cv_func_clock_gettime=yes
# ac_cv_func_closesocket=no
# ac_cv_func_closesocket_camel=no
# ac_cv_func_connect=yes
# ac_cv_func_fcntl=yes
# ac_cv_func_fcntl_o_nonblock=yes
# ac_cv_func_fdopen=yes
# ac_cv_func_fork=yes
# ac_cv_func_freeaddrinfo=yes
# ac_cv_func_freeifaddrs=no
# ac_cv_func_fsetxattr=yes
# ac_cv_func_ftruncate=yes
# ac_cv_func_gai_strerror=yes
# ac_cv_func_getaddrinfo=yes
# ac_cv_func_getaddrinfo_threadsafe=yes
# ac_cv_func_geteuid=yes
# ac_cv_func_gethostbyaddr=yes
# ac_cv_func_gethostbyaddr_r=no
# ac_cv_func_gethostbyname=yes
# ac_cv_func_gethostbyname_r=yes
# ac_cv_func_gethostname=yes
# ac_cv_func_getifaddrs=no
# ac_cv_func_getnameinfo=yes
# ac_cv_func_getpass_r=no
# ac_cv_func_getppid=yes
# ac_cv_func_getprotobyname=yes
# ac_cv_func_getpwuid=yes
# ac_cv_func_getpwuid_r=yes
# ac_cv_func_getrlimit=yes
# ac_cv_func_getservbyport_r=no
# ac_cv_func_gettimeofday=yes
# ac_cv_func_gmtime_r=yes
# ac_cv_func_if_nametoindex=yes
# ac_cv_func_inet_addr=yes
# ac_cv_func_inet_ntoa_r=no
# ac_cv_func_inet_ntop=yes
# ac_cv_func_inet_pton=yes
# ac_cv_func_ioctl=yes
# ac_cv_func_ioctl_fionbio=yes
# ac_cv_func_ioctl_siocgifaddr=yes
# ac_cv_func_ioctlsocket=no
# ac_cv_func_ioctlsocket_camel=no
# ac_cv_func_localtime_r=yes
# ac_cv_func_memrchr=yes
# ac_cv_func_perror=yes
# ac_cv_func_pipe=yes
# ac_cv_func_poll=yes
# ac_cv_func_pthread_create=yes
# ac_cv_func_recv=yes
# ac_cv_func_select=yes
# ac_cv_func_send=yes
# ac_cv_func_setlocale=yes
# ac_cv_func_setmode=no
# ac_cv_func_setrlimit=yes
# ac_cv_func_setsockopt=yes
# ac_cv_func_setsockopt_so_nonblock=no
# ac_cv_func_sigaction=yes
# ac_cv_func_siginterrupt=yes
# ac_cv_func_signal=yes
# ac_cv_func_sigsetjmp=yes
# ac_cv_func_socket=yes
# ac_cv_func_socketpair=yes
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strcmpi=no
# ac_cv_func_strdup=yes
# ac_cv_func_strerror_r=yes
# ac_cv_func_stricmp=no
# ac_cv_func_strncasecmp=yes
# ac_cv_func_strncmpi=no
# ac_cv_func_strnicmp=no
# ac_cv_func_strstr=yes
# ac_cv_func_strtok_r=yes
# ac_cv_func_strtoll=yes
# ac_cv_func_uname=yes
# ac_cv_func_utime=yes
# ac_cv_func_writev=yes
# ac_cv_header_alloca_h=yes
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_arpa_tftp_h=no
# ac_cv_header_assert_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_gss_h=no
# ac_cv_header_gssapi_gssapi_generic_h=no
# ac_cv_header_gssapi_gssapi_h=no
# ac_cv_header_gssapi_gssapi_krb5_h=no
# ac_cv_header_gssapi_h=no
# ac_cv_header_ifaddrs_h=no
# ac_cv_header_inttypes_h=yes
# ac_cv_header_io_h=no
# ac_cv_header_libgen_h=yes
# ac_cv_header_libssh2_h=no
# ac_cv_header_limits_h=yes
# ac_cv_header_locale_h=yes
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_net_if_h=yes
# ac_cv_header_netdb_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_netinet_tcp_h=yes
# ac_cv_header_poll_h=yes
# ac_cv_header_pthread_h=yes
# ac_cv_header_pwd_h=yes
# ac_cv_header_setjmp_h=yes
# ac_cv_header_sgtty_h=yes
# ac_cv_header_signal_h=yes
# ac_cv_header_socket_h=no
# ac_cv_header_stdbool_h=yes
# ac_cv_header_stdc=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_stropts_h=no
# ac_cv_header_sys_filio_h=no
# ac_cv_header_sys_ioctl_h=yes
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_poll_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_sockio_h=no
# 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_utime_h=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_sys_xattr_h=yes
# ac_cv_header_termio_h=yes
# ac_cv_header_termios_h=yes
# ac_cv_header_time=yes
# ac_cv_header_time_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_utime_h=yes
# ac_cv_header_winber_h=no
# ac_cv_header_windows_h=no
# ac_cv_header_winldap_h=no
# ac_cv_header_winsock2_h=no
# ac_cv_header_winsock_h=no
# ac_cv_header_ws2tcpip_h=no
# ac_cv_header_zlib_h=yes
# ac_cv_host=arm-unknown-linux-androideabi
# ac_cv_lib_axtls_ssl_version=no
# ac_cv_lib_gnutls_gnutls_check_version=no
# ac_cv_lib_rtmp_RTMP_Init=no
# ac_cv_lib_ssh2_libssh2_channel_open_ex=no
# ac_cv_lib_z_inflateEnd=yes
# ac_cv_member_struct_sockaddr_un_sun_path=yes
# ac_cv_msg_nosignal=yes
# ac_cv_native_windows=no
# ac_cv_objext=o
# ac_cv_path_AR=/sysroot/bin/arm-linux-androideabi-ar
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_NROFF=/usr/sbin/nroff
# ac_cv_path_PERL=/usr/sbin/perl
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_ac_pt_PKGCONFIG=/usr/sbin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AR=/sysroot/bin/arm-linux-androideabi-ar
# 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_OBJDUMP=arm-linux-androideabi-objdump
# ac_cv_prog_RANLIB=arm-linux-androideabi-ranlib
# 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_sig_atomic_t_volatile=no
# ac_cv_sizeof_int=4
# ac_cv_sizeof_long=4
# ac_cv_sizeof_off_t=4
# ac_cv_sizeof_short=2
# ac_cv_sizeof_size_t=4
# ac_cv_sizeof_time_t=4
# ac_cv_sizeof_voidp=4
# ac_cv_struct_timeval=yes
# ac_cv_sys_file_offset_bits=unknown
# ac_cv_sys_large_files=unknown
# ac_cv_sys_largefile_CC=no
# ac_cv_type_bool=yes
# ac_cv_type_in_addr_t=yes
# ac_cv_type_long_long=yes
# ac_cv_type_sig_atomic_t=yes
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# ac_cv_type_ssize_t=yes
# ac_cv_type_struct_sockaddr_storage=yes
# ac_cv_working_ni_withscopeid=no
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# curl_cv_def_PRId64='"lld"'
# curl_cv_def___GNUC__=4
# curl_cv_func_getnameinfo_args='const struct sockaddr *,socklen_t,size_t,int'
# curl_cv_func_recv_args='int,void *,size_t,int,int'
# curl_cv_func_select_args='int,fd_set *,struct timeval *,int'
# curl_cv_func_send_args='int,const void *,size_t,int,int'
# curl_cv_gclk_LIBS=
# curl_cv_getnameinfo=yes
# curl_cv_have_def_PRId64=yes
# curl_cv_have_def__COMPILER_VERSION=no
# curl_cv_have_def__SGI_COMPILER_VERSION=no
# curl_cv_have_def__WIN32=no
# curl_cv_have_def___DECC=no
# curl_cv_have_def___DECC_VER=no
# curl_cv_have_def___GNUC__=yes
# curl_cv_have_def___HP_cc=no
# curl_cv_have_def___IBMC__=no
# curl_cv_have_def___INTEL_COMPILER=no
# curl_cv_have_def___LCC__=no
# curl_cv_have_def___SUNPRO_C=no
# curl_cv_have_def___TINYC__=no
# curl_cv_have_def___WATCOMC__=no
# curl_cv_have_def___clang__=no
# curl_cv_have_def___sgi=no
# curl_cv_have_def_h_errno=yes
# curl_cv_need_header_malloc_h=no
# curl_cv_need_header_memory_h=no
# curl_cv_recv=yes
# curl_cv_save_LIBS=
# curl_cv_select=yes
# curl_cv_send=yes
# curl_cv_variadic_macros_c99=yes
# curl_cv_variadic_macros_gcc=yes
# curl_cv_writable_argv=cross
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/sysroot/arm-linux-androideabi/bin/ld
# lt_cv_path_NM='/sysroot/bin/arm-linux-androideabi-nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=no
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} "/tmp/gnurl/src/gnurl-7.40.0/missing" --run aclocal-1.14'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='/sysroot/bin/arm-linux-androideabi-ar'
# AS='as'
# AUTOCONF='${SHELL} "/tmp/gnurl/src/gnurl-7.40.0/missing" --run autoconf'
# AUTOHEADER='${SHELL} "/tmp/gnurl/src/gnurl-7.40.0/missing" --run autoheader'
# AUTOMAKE='${SHELL} "/tmp/gnurl/src/gnurl-7.40.0/missing" --run automake-1.14'
# AWK='gawk'
# BLANK_AT_MAKETIME=''
# BUILD_LIBHOSTNAME_FALSE='#'
# BUILD_LIBHOSTNAME_TRUE=''
# BUILD_UNITTESTS_FALSE=''
# BUILD_UNITTESTS_TRUE='#'
# CC='arm-linux-androideabi-gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS='-O2 -Wno-system-headers'
# CFLAG_CURL_SYMBOL_HIDING='-fvisibility=hidden'
# CONFIGURE_OPTIONS='" '\''--build=x86_64-unknown-linux'\'' '\''--host=arm-linux-androideabi'\'' '\''--prefix=/usr'\'' '\''--mandir=/usr/share/man'\'' '\''--disable-ldap'\'' '\''--disable-ldaps'\'' '\''--enable-ipv6'\'' '\''--enable-manual'\'' '\''--enable-versioned-symbols'\'' '\''--enable-threaded-resolver'\'' '\''--with-gssapi'\'' '\''--with-gnutls'\'' '\''--without-ssl'\'' '\''--without-libidn'\'' '\''--with-random=/dev/urandom'\'' '\''--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt'\'' '\''build_alias=x86_64-unknown-linux'\'' '\''host_alias=arm-linux-androideabi'\'' '\''CC=arm-linux-androideabi-gcc'\'' '\''CFLAGS='\'' '\''LDFLAGS='\'' '\''CPPFLAGS='\''"'
# CPP='arm-linux-androideabi-gcc -E'
# CPPFLAGS=''
# CPPFLAG_CURL_STATICLIB=''
# CROSSCOMPILING_FALSE='#'
# CROSSCOMPILING_TRUE=''
# CURLDEBUG_FALSE=''
# CURLDEBUG_TRUE='#'
# CURLVERSION='7.40.0'
# CURL_CA_BUNDLE='"/etc/ssl/certs/ca-certificates.crt"'
# CURL_CFLAG_EXTRAS=''
# CURL_DISABLE_DICT=''
# CURL_DISABLE_FILE=''
# CURL_DISABLE_FTP=''
# CURL_DISABLE_GOPHER=''
# CURL_DISABLE_HTTP=''
# CURL_DISABLE_IMAP=''
# CURL_DISABLE_LDAP='1'
# CURL_DISABLE_LDAPS='1'
# CURL_DISABLE_POP3=''
# CURL_DISABLE_PROXY=''
# CURL_DISABLE_RTSP=''
# CURL_DISABLE_SMB=''
# CURL_DISABLE_SMTP=''
# CURL_DISABLE_TELNET=''
# CURL_DISABLE_TFTP=''
# CURL_LT_SHLIB_USE_MIMPURE_TEXT_FALSE=''
# CURL_LT_SHLIB_USE_MIMPURE_TEXT_TRUE='#'
# CURL_LT_SHLIB_USE_NO_UNDEFINED_FALSE=''
# CURL_LT_SHLIB_USE_NO_UNDEFINED_TRUE='#'
# CURL_LT_SHLIB_USE_VERSIONED_SYMBOLS_FALSE='#'
# CURL_LT_SHLIB_USE_VERSIONED_SYMBOLS_TRUE=''
# CURL_LT_SHLIB_USE_VERSION_INFO_FALSE='#'
# CURL_LT_SHLIB_USE_VERSION_INFO_TRUE=''
# CURL_LT_SHLIB_VERSIONED_FLAVOUR=''
# CURL_NETWORK_AND_TIME_LIBS=''
# CURL_NETWORK_LIBS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DOING_CURL_SYMBOL_HIDING_FALSE='#'
# DOING_CURL_SYMBOL_HIDING_TRUE=''
# DOING_NATIVE_WINDOWS_FALSE=''
# DOING_NATIVE_WINDOWS_TRUE='#'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# ENABLE_SHARED='yes'
# ENABLE_STATIC='yes'
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GREP='/usr/sbin/grep'
# HAVE_GNUTLS_SRP=''
# HAVE_LDAP_SSL=''
# HAVE_LIBZ='1'
# HAVE_LIBZ_FALSE='#'
# HAVE_LIBZ_TRUE=''
# HAVE_SSLEAY_SRP=''
# IDN_ENABLED=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# IPV6_ENABLED='1'
# LD='/sysroot/arm-linux-androideabi/bin/ld'
# LDFLAGS=''
# LIBCURL_LIBS='-lz'
# LIBMETALINK_CPPFLAGS=''
# LIBMETALINK_LDFLAGS=''
# LIBMETALINK_LIBS=''
# LIBOBJS=''
# LIBS='-lz'
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} "/tmp/gnurl/src/gnurl-7.40.0/missing" --run makeinfo'
# MANIFEST_TOOL=':'
# MANOPT='-man'
# MKDIR_P='/usr/sbin/mkdir -p'
# NM='/sysroot/bin/arm-linux-androideabi-nm -B'
# NMEDIT=''
# NROFF='/usr/sbin/nroff'
# NSS_LIBS=''
# OBJDUMP='arm-linux-androideabi-objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='gnurl'
# PACKAGE_BUGREPORT='a suitable curl mailing list: http://curl.haxx.se/mail/'
# PACKAGE_NAME='gnurl'
# PACKAGE_STRING='gnurl -'
# PACKAGE_TARNAME='gnurl'
# PACKAGE_URL=''
# PACKAGE_VERSION='-'
# PATH_SEPARATOR=':'
# PERL='/usr/sbin/perl'
# PKGADD_NAME='cURL - a client that groks URLs'
# PKGADD_PKG='HAXXcurl'
# PKGADD_VENDOR='curl.haxx.se'
# PKGCONFIG='no'
# RANDOM_FILE=''
# RANLIB='arm-linux-androideabi-ranlib'
# REQUIRE_LIB_DEPS='no'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# SONAME_BUMP_FALSE='#'
# SONAME_BUMP_TRUE=''
# SSL_ENABLED=''
# STRIP='arm-linux-androideabi-strip'
# SUPPORT_FEATURES='IPv6 UnixSockets libz AsynchDNS'
# SUPPORT_PROTOCOLS='DICT FILE FTP GOPHER HTTP IMAP POP3 RTSP SMTP TELNET TFTP'
# USE_ARES=''
# USE_AXTLS=''
# USE_CPPFLAG_CURL_STATICLIB_FALSE=''
# USE_CPPFLAG_CURL_STATICLIB_TRUE='#'
# USE_CYASSL=''
# USE_DARWINSSL=''
# USE_EMBEDDED_ARES_FALSE=''
# USE_EMBEDDED_ARES_TRUE='#'
# USE_EXPLICIT_LIB_DEPS_FALSE=''
# USE_EXPLICIT_LIB_DEPS_TRUE='#'
# USE_GNUTLS=''
# USE_GNUTLS_NETTLE=''
# USE_LIBRTMP=''
# USE_LIBSSH2=''
# USE_MANUAL_FALSE='#'
# USE_MANUAL_TRUE=''
# USE_NGHTTP2=''
# USE_NSS=''
# USE_OPENLDAP=''
# USE_POLARSSL=''
# USE_SCHANNEL=''
# USE_SSLEAY=''
# USE_UNIX_SOCKETS='1'
# USE_WINDOWS_SSPI=''
# VERSION='-'
# VERSIONNUM='072800'
# ZLIB_LIBS='-lz'
# ac_ct_AR=''
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# 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='${prefix}'
# 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/gnurl/src/gnurl-7.40.0/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# libext='a'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='/usr/share/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# subdirs=''
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "gnurl"
# #define PACKAGE_TARNAME "gnurl"
# #define PACKAGE_VERSION "-"
# #define PACKAGE_STRING "gnurl -"
# #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
# #define PACKAGE_URL ""
# #define PACKAGE "gnurl"
# #define VERSION "-"
# #define OS "arm-unknown-linux-androideabi"
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_INTTYPES_H 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define SIZEOF_LONG 4
# #define SIZEOF_VOIDP 4
# #define CURL_PULL_SYS_TYPES_H 1
# #define CURL_PULL_STDINT_H 1
# #define CURL_PULL_INTTYPES_H 1
# #define CURL_TYPEOF_CURL_OFF_T int64_t
# #define CURL_FORMAT_CURL_OFF_T "lld"
# #define CURL_FORMAT_CURL_OFF_TU "llu"
# #define CURL_FORMAT_OFF_T "%lld"
# #define CURL_SIZEOF_CURL_OFF_T 8
# #define CURL_SUFFIX_CURL_OFF_T LL
# #define CURL_SUFFIX_CURL_OFF_TU ULL
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define CURL_DISABLE_LDAP 1
# #define CURL_DISABLE_LDAPS 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_TIME_H 1
# #define HAVE_CLOCK_GETTIME_MONOTONIC 1
# #define HAVE_ZLIB_H 1
# #define HAVE_LIBZ 1
# #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
# #define STDC_HEADERS 1
# #define HAVE_MALLOC_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_SYS_UIO_H 1
# #define HAVE_ASSERT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_NET_IF_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_SYS_UN_H 1
# #define HAVE_NETINET_TCP_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_TERMIOS_H 1
# #define HAVE_TERMIO_H 1
# #define HAVE_SGTTY_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_TIME_H 1
# #define HAVE_PWD_H 1
# #define HAVE_UTIME_H 1
# #define HAVE_SYS_UTIME_H 1
# #define HAVE_SYS_POLL_H 1
# #define HAVE_POLL_H 1
# #define HAVE_SYS_RESOURCE_H 1
# #define HAVE_LIBGEN_H 1
# #define HAVE_LOCALE_H 1
# #define HAVE_ERRNO_H 1
# #define HAVE_STDBOOL_H 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_SETJMP_H 1
# #define HAVE_VARIADIC_MACROS_C99 1
# #define HAVE_VARIADIC_MACROS_GCC 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_TIME_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_STRUCT_TIMEVAL 1
# #define SIZEOF_SIZE_T 4
# #define SIZEOF_LONG 4
# #define SIZEOF_INT 4
# #define SIZEOF_SHORT 2
# #define CURL_SIZEOF_LONG 4
# #define SIZEOF_TIME_T 4
# #define SIZEOF_OFF_T 4
# #define HAVE_LONGLONG 1
# #define HAVE_LL 1
# #define HAVE_BOOL_T 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define CURL_PULL_SYS_TYPES_H 1
# #define CURL_PULL_SYS_SOCKET_H 1
# #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
# #define CURL_SIZEOF_CURL_SOCKLEN_T 4
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_POLL_H 1
# #define HAVE_SYS_POLL_H 1
# #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# #define HAVE_SIGNAL_H 1
# #define HAVE_SIG_ATOMIC_T 1
# #define RETSIGTYPE void
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define SELECT_TYPE_ARG1 int
# #define SELECT_TYPE_ARG234 fd_set *
# #define SELECT_TYPE_RETV int
# #define SELECT_QUAL_ARG5
# #define SELECT_TYPE_ARG5 struct timeval *
# #define HAVE_SELECT 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define RECV_TYPE_ARG1 int
# #define RECV_TYPE_ARG2 void *
# #define RECV_TYPE_ARG3 size_t
# #define RECV_TYPE_ARG4 int
# #define RECV_TYPE_RETV int
# #define HAVE_RECV 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define SEND_TYPE_ARG1 int
# #define SEND_TYPE_ARG3 size_t
# #define SEND_TYPE_ARG4 int
# #define SEND_TYPE_RETV int
# #define SEND_QUAL_ARG2 const
# #define SEND_TYPE_ARG2 void *
# #define HAVE_SEND 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_MSG_NOSIGNAL 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_ALARM 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_LIBGEN_H 1
# #define HAVE_BASENAME 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_CONNECT 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_FCNTL 1
# #define HAVE_FCNTL_O_NONBLOCK 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_STDIO_H 1
# #define HAVE_FDOPEN 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_FREEADDRINFO 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_XATTR_H 1
# #define HAVE_FSETXATTR 1
# #define HAVE_FSETXATTR_5 1
# #define HAVE_FTRUNCATE 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_GETADDRINFO 1
# #define HAVE_GETADDRINFO_THREADSAFE 1
# #define HAVE_GAI_STRERROR 1
# #define HAVE_GETHOSTBYADDR 1
# #define HAVE_GETHOSTBYNAME 1
# #define HAVE_GETHOSTBYNAME_R 1
# #define HAVE_GETHOSTBYNAME_R_6 1
# #define GETHOSTNAME_TYPE_ARG2 unsigned int
# #define HAVE_GETHOSTNAME 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_TIME_H 1
# #define HAVE_GMTIME_R 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_INET_NTOP 1
# #define HAVE_INET_PTON 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_IOCTL 1
# #define HAVE_IOCTL_FIONBIO 1
# #define HAVE_IOCTL_SIOCGIFADDR 1
# #define HAVE_LOCALTIME_R 1
# #define HAVE_MEMRCHR 1
# #define HAVE_POLL 1
# #define HAVE_POLL_FINE 1
# #define HAVE_SETSOCKOPT 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SIGNAL_H 1
# #define HAVE_SIGACTION 1
# #define HAVE_SIGINTERRUPT 1
# #define HAVE_SIGNAL 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SETJMP_H 1
# #define HAVE_SIGSETJMP 1
# #define HAVE_SOCKET 1
# #define HAVE_SOCKETPAIR 1
# #define HAVE_STRCASECMP 1
# #define HAVE_STRDUP 1
# #define HAVE_STRERROR_R 1
# #define HAVE_POSIX_STRERROR_R 1
# #define STRERROR_R_TYPE_ARG3 size_t
# #define HAVE_STRNCASECMP 1
# #define HAVE_STRSTR 1
# #define HAVE_STRTOK_R 1
# #define HAVE_STRTOLL 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_UIO_H 1
# #define HAVE_WRITEV 1
# #define HAVE_FORK 1
# #define HAVE_GETEUID 1
# #define HAVE_GETPPID 1
# #define HAVE_GETPROTOBYNAME 1
# #define HAVE_GETPWUID 1
# #define HAVE_GETPWUID_R 1
# #define HAVE_GETRLIMIT 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_IF_NAMETOINDEX 1
# #define HAVE_INET_ADDR 1
# #define HAVE_PERROR 1
# #define HAVE_PIPE 1
# #define HAVE_SETLOCALE 1
# #define HAVE_SETRLIMIT 1
# #define HAVE_UNAME 1
# #define HAVE_UTIME 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_NETDB_H 1
# #define GETNAMEINFO_TYPE_ARG2 socklen_t
# #define GETNAMEINFO_TYPE_ARG46 size_t
# #define GETNAMEINFO_TYPE_ARG7 int
# #define GETNAMEINFO_QUAL_ARG1 const
# #define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
# #define HAVE_GETNAMEINFO 1
# #define ENABLE_IPV6 1
# #define HAVE_STDIO_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_ARPA_INET_H 1
# #define USE_MANUAL 1
# #define HAVE_PTHREAD_H 1
# #define USE_THREADS_POSIX 1
# #define USE_UNIX_SOCKETS 1
# #define CURL_EXTERN_SYMBOL __attribute__ ((__visibility__ ("default")))
#
# configure: exit 0