Build of cadaver with clang_glibc toolchain

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

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

SLOCLanguage
47,406 ansic
3,455 sh
1,114 makefile
291 yacc
27 sed
52,293 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/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: cadaver 0.23.3-7 (Thu Apr 13 20:58:32 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) neon-0.30.1-2
#
# Total Installed Size: 0.63 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing neon...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking for library containing strerror... none required
# checking for x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for tputs in -lcurses... yes
# checking for readline in -lreadline... yes
# checking for library containing add_history... none required
# checking history.h usability... no
# checking history.h presence... no
# checking for history.h... no
# checking readline/history.h usability... yes
# checking readline/history.h presence... yes
# checking for readline/history.h... yes
# checking readline.h usability... no
# checking readline.h presence... no
# checking for readline.h... no
# checking readline/readline.h usability... yes
# checking readline/readline.h presence... yes
# checking for readline/readline.h... yes
# checking for rl_completion_matches... yes
# checking for inline... inline
# checking for an ANSI C-conforming const... yes
# checking for size_t... yes
# checking for off_t... yes
# checking for uname... Linux
# checking size of int... 4
# checking size of long... 8
# checking size of long long... 8
# checking for gcc -Wformat -Werror sanity... yes
# checking minix/config.h usability... no
# checking minix/config.h presence... no
# checking for minix/config.h... no
# checking whether it is safe to define __EXTENSIONS__... yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking stdarg.h usability... yes
# checking stdarg.h presence... yes
# checking for stdarg.h... yes
# checking for string.h... (cached) yes
# checking for stdlib.h... (cached) yes
# checking size of size_t... 8
# checking how to print size_t... lu
# checking size of off_t... 8
# checking how to print off_t... ld
# checking size of ssize_t... 8
# checking how to print ssize_t... ld
# checking whether byte ordering is bigendian... no
# checking whether strerror_r is declared... yes
# checking for strerror_r... yes
# checking whether strerror_r returns char *... yes
# checking for x86_64-unknown-linux-ar... no
# checking for ar... /usr/bin/ar
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... /usr/bin/ranlib
# checking for neon-config... /usr/bin/neon-config
# checking linking against neon... yes
# configure: incompatible neon library version 0.30.1: wanted 0.27 28 29
# configure: using bundled neon (0.29.1)
# checking for sys/time.h... yes
# checking for limits.h... yes
# checking for sys/select.h... yes
# checking for arpa/inet.h... yes
# checking for libintl.h... yes
# checking for signal.h... yes
# checking for sys/socket.h... yes
# checking for netinet/in.h... yes
# checking for netinet/tcp.h... yes
# checking for netdb.h... yes
# checking for sys/poll.h... yes
# checking for sys/limits.h... no
# checking for fcntl.h... yes
# checking for iconv.h... yes
# checking for timezone global... yes
# configure: LFS support unnecessary, off_t is not 32-bit
# checking for strtoll... yes
# checking for strcasecmp... yes
# checking for signal... yes
# checking for setvbuf... yes
# checking for setsockopt... yes
# checking for stpcpy... yes
# checking for poll... yes
# checking for fcntl... yes
# checking for getsockopt... yes
# checking whether stpcpy is declared... yes
# checking for library containing socket... none needed
# checking for library containing getaddrinfo... none needed
# checking for gai_strerror... yes
# checking for getnameinfo... yes
# checking for inet_ntop... yes
# checking for inet_pton... yes
# configure: IPv6 support is enabled
# checking for working AI_ADDRCONFIG... no
# checking for socklen_t... yes
# checking for struct tm.tm_gmtoff... yes
# checking for struct tm.__tm_gmtoff... no
# configure: zlib not supported
# checking whether to enable ACL support in neon... no
# checking for pkg-config... /usr/bin/pkg-config
# checking for openssl pkg-config data... yes
# configure: using SSL library configuration from pkg-config
# checking openssl/ssl.h usability... yes
# checking openssl/ssl.h presence... yes
# checking for openssl/ssl.h... yes
# checking openssl/opensslv.h usability... yes
# checking openssl/opensslv.h presence... yes
# checking for openssl/opensslv.h... yes
# checking OpenSSL version is >= 0.9.7... yes
# configure: OpenSSL >= 0.9.7; EGD support not needed in neon
# configure: SSL support enabled, using OpenSSL (0.9.7 or later)
# checking for CRYPTO_set_idptr_callback... no
# checking for SSL_SESSION_cmp... no
# configure: Thread-safe SSL not supported
# checking for pkg-config... (cached) /usr/bin/pkg-config
# checking for pakchois pkg-config data... no
# configure: pakchois library not found; no PKCS#11 support
# checking for krb5-config... /usr/bin/krb5-config
# checking gssapi/gssapi.h usability... yes
# checking gssapi/gssapi.h presence... yes
# checking for gssapi/gssapi.h... yes
# checking for gss_init_sec_context... yes
# configure: GSSAPI authentication support enabled
# checking gssapi/gssapi_generic.h usability... yes
# checking gssapi/gssapi_generic.h presence... yes
# checking for gssapi/gssapi_generic.h... yes
# checking whether GSS_C_NT_HOSTBASED_SERVICE is declared... yes
# checking for pkg-config... (cached) /usr/bin/pkg-config
# checking for libproxy-1.0 pkg-config data... yes
# configure: libproxy support enabled
# checking expat.h usability... yes
# checking expat.h presence... yes
# checking for expat.h... yes
# checking for XML_SetXmlDeclHandler in -lexpat... yes
# checking for XML_Size... yes
# checking size of XML_Size... 8
# checking how to print XML_Size... ld
# configure: XML parser used: expat
# configure: WebDAV support is enabled
# checking size of time_t... 8
# checking how to print time_t... ld
# configure: .netrc support is enabled
# checking for getopt_long... yes
# checking for strcasecmp... (cached) yes
# checking whether time.h and sys/time.h may both be included... yes
# checking for unsigned long long... yes
# checking for uintmax_t... yes
# checking for ANSI C header files... (cached) yes
# checking whether stat file-mode macros are broken... no
# checking for fcntl.h... (cached) yes
# checking for sys/time.h... (cached) yes
# checking for stdint.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for __secure_getenv... no
# checking for gettimeofday... yes
# checking whether getenv is declared... yes
# checking for snprintf... yes
# checking for working POSIX fnmatch... yes
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# checking return type of signal handlers... void
# checking for unsigned long long int... yes
# checking for strdup... yes
# checking for strerror... yes
# checking for memcpy... yes
# checking for strcoll... yes
# checking for tcsetattr... yes
# checking for getpass... yes
# checking for stty... no
# checking for fchmod... yes
# checking for strtoull... yes
# checking for sys/time.h... (cached) yes
# checking pwd.h usability... yes
# checking pwd.h presence... yes
# checking for pwd.h... yes
# checking for stdarg.h... (cached) yes
# checking vmsdir.h usability... no
# checking vmsdir.h presence... no
# checking for vmsdir.h... no
# checking for memory.h... (cached) yes
# checking alloca.h usability... yes
# checking alloca.h presence... yes
# checking for alloca.h... yes
# checking ncurses.h usability... yes
# checking ncurses.h presence... yes
# checking for ncurses.h... yes
# checking sgtty.h usability... yes
# checking sgtty.h presence... yes
# checking for sgtty.h... yes
# checking termios.h usability... yes
# checking termios.h presence... yes
# checking for termios.h... yes
# checking termio.h usability... yes
# checking termio.h presence... yes
# checking for termio.h... yes
# checking for localtime_r... yes
# checking for strftime... yes
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking whether NLS is requested... yes
# checking for msgfmt... /usr/bin/msgfmt
# checking for gmsgfmt... /usr/bin/msgfmt
# checking for xgettext... /usr/bin/xgettext
# checking for msgmerge... /usr/bin/msgmerge
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking whether we are using the GNU C Library 2 or newer... yes
# checking for simple visibility declarations... yes
# checking for stdint.h... yes
# checking for working alloca.h... yes
# checking for alloca... yes
# checking for stdlib.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for getpagesize... yes
# checking for working mmap... yes
# checking whether integer division by zero raises SIGFPE... no
# checking for inttypes.h... yes
# checking for inttypes.h... (cached) yes
# checking whether the inttypes.h PRIxNN macros are broken... no
# checking for ld used by GCC... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for shared library run path origin... /bin/sh: ./config.rpath: No such file or directory
# done
# checking whether imported symbols can be declared weak... yes
# checking pthread.h usability... yes
# checking pthread.h presence... yes
# checking for pthread.h... yes
# checking for pthread_kill in -lpthread... yes
# checking for pthread_rwlock_t... yes
# checking for multithread API to use... posix
# checking argz.h usability... yes
# checking argz.h presence... yes
# checking for argz.h... yes
# checking for inttypes.h... (cached) yes
# checking for limits.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking for getcwd... yes
# checking for getegid... yes
# checking for geteuid... yes
# checking for getgid... yes
# checking for getuid... yes
# checking for mempcpy... yes
# checking for munmap... yes
# checking for stpcpy... (cached) yes
# checking for strcasecmp... (cached) yes
# checking for strdup... (cached) yes
# checking for strtoul... yes
# checking for tsearch... yes
# checking for argz_count... yes
# checking for argz_stringify... yes
# checking for argz_next... yes
# checking for __fsetlocking... yes
# checking whether feof_unlocked is declared... yes
# checking whether fgets_unlocked is declared... yes
# checking for iconv... yes
# checking for working iconv... yes
# checking for iconv declaration...
# extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
# checking for NL_LOCALE_NAME macro... yes
# checking for bison... bison
# checking version of bison... 3.0.4, ok
# checking for long long int... yes
# checking for wchar_t... yes
# checking for wint_t... yes
# checking for intmax_t... yes
# checking whether printf() supports POSIX/XSI format strings... yes
# checking whether we are using the GNU C Library 2.1 or newer... yes
# checking for stdint.h... (cached) yes
# checking for SIZE_MAX... yes
# checking for stdint.h... (cached) yes
# checking for CFPreferencesCopyAppValue... no
# checking for CFLocaleCopyCurrent... no
# checking for ptrdiff_t... yes
# checking stddef.h usability... yes
# checking stddef.h presence... yes
# checking for stddef.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking for asprintf... yes
# checking for fwprintf... yes
# checking for putenv... yes
# checking for setenv... yes
# checking for setlocale... yes
# checking for snprintf... (cached) yes
# checking for wcslen... yes
# checking whether _snprintf is declared... no
# checking whether _snwprintf is declared... no
# checking whether getc_unlocked is declared... yes
# checking for nl_langinfo and CODESET... yes
# checking for LC_MESSAGES... yes
# checking for CFPreferencesCopyAppValue... (cached) no
# checking for CFLocaleCopyCurrent... (cached) no
# checking whether included gettext is requested... no
# checking for GNU gettext in libc... yes
# checking whether to use NLS... yes
# checking where the gettext function comes from... libc
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating lib/neon/Makefile
# config.status: creating lib/intl/Makefile
# config.status: creating po/Makefile.in
# config.status: creating config.h
# config.status: executing po-directories commands
# config.status: creating po/POTFILES
# config.status: creating po/Makefile
# configure: Configured to build cadaver 0.23.3:
#
# Install prefix: /usr
# Compiler: clang
# Neon library: included libneon (0.29.1)
# XML Parser: expat
# SSL library: SSL support enabled, using OpenSSL (0.9.7 or later)
# Internationalization: Built using native support
# GNU readline support: enabled
#
# clang -DHAVE_CONFIG_H -I. -I./lib -DLOCALEDIR=\"/usr/share/locale\" -I./src -I./lib/neon -o src/cadaver.o -c src/cadaver.c
# src/cadaver.c:859:5: warning: implicit declaration of function 'setlocale' is invalid in C99 [-Wimplicit-function-declaration]
# setlocale(LC_ALL, "");
# ^
# src/cadaver.c:859:15: error: use of undeclared identifier 'LC_ALL'
# setlocale(LC_ALL, "");
# ^
# 1 warning and 1 error generated.
# make: *** [Makefile:62: src/cadaver.o] Error 1
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/cadaver/src/cadaver-0.23.3/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 cadaver configure 0.23.3, which was
# generated by GNU Autoconf 2.63. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --with-ssl
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 3fca3d0df41f
# 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: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1979: checking for x86_64-unknown-linux-gcc
# configure:2006: result: clang
# configure:2278: checking for C compiler version
# configure:2286: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:2290: $? = 0
# configure:2297: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2301: $? = 0
# configure:2308: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2312: $? = 1
# configure:2335: checking for C compiler default output file name
# configure:2357: clang conftest.c >&5
# configure:2361: $? = 0
# configure:2399: result: a.out
# configure:2418: checking whether the C compiler works
# configure:2428: ./a.out
# configure:2432: $? = 0
# configure:2451: result: yes
# configure:2458: checking whether we are cross compiling
# configure:2460: result: no
# configure:2463: checking for suffix of executables
# configure:2470: clang -o conftest conftest.c >&5
# configure:2474: $? = 0
# configure:2500: result:
# configure:2506: checking for suffix of object files
# configure:2532: clang -c conftest.c >&5
# configure:2536: $? = 0
# configure:2561: result: o
# configure:2565: checking whether we are using the GNU C compiler
# configure:2594: clang -c conftest.c >&5
# configure:2601: $? = 0
# configure:2618: result: yes
# configure:2627: checking whether clang accepts -g
# configure:2657: clang -c -g conftest.c >&5
# configure:2664: $? = 0
# configure:2765: result: yes
# configure:2782: checking for clang option to accept ISO C89
# configure:2856: clang -c conftest.c >&5
# configure:2863: $? = 0
# configure:2886: result: none needed
# configure:2905: checking for library containing strerror
# configure:2946: clang -o conftest conftest.c >&5
# conftest.c:16:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:16:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:2953: $? = 0
# configure:2984: result: none required
# configure:3000: checking for x86_64-unknown-linux-gcc
# configure:3027: result: clang
# configure:3299: checking for C compiler version
# configure:3307: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3311: $? = 0
# configure:3318: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:3322: $? = 0
# configure:3329: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3333: $? = 1
# configure:3336: checking whether we are using the GNU C compiler
# configure:3389: result: yes
# configure:3398: checking whether clang accepts -g
# configure:3536: result: yes
# configure:3553: checking for clang option to accept ISO C89
# configure:3657: result: none needed
# configure:3720: checking for a BSD-compatible install
# configure:3788: result: /usr/bin/install -c
# configure:3805: checking whether make sets $(MAKE)
# configure:3827: result: yes
# configure:3839: checking for x86_64-unknown-linux-ranlib
# configure:3869: result: no
# configure:3879: checking for ranlib
# configure:3895: found /usr/bin/ranlib
# configure:3906: result: ranlib
# configure:3934: checking how to run the C preprocessor
# configure:3974: clang -E conftest.c
# configure:3981: $? = 0
# configure:4012: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4019: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | /* end confdefs.h. */
# | #include
# configure:4052: result: clang -E
# configure:4081: clang -E conftest.c
# configure:4088: $? = 0
# configure:4119: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4126: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | /* end confdefs.h. */
# | #include
# configure:4166: checking for grep that handles long lines and -e
# configure:4226: result: /usr/bin/grep
# configure:4231: checking for egrep
# configure:4295: result: /usr/bin/grep -E
# configure:4300: checking for ANSI C header files
# configure:4330: clang -c conftest.c >&5
# configure:4337: $? = 0
# configure:4436: clang -o conftest conftest.c >&5
# configure:4440: $? = 0
# configure:4446: ./conftest
# configure:4450: $? = 0
# configure:4468: result: yes
# configure:4509: checking for sys/types.h
# configure:4530: clang -c conftest.c >&5
# configure:4537: $? = 0
# configure:4554: result: yes
# configure:4509: checking for sys/stat.h
# configure:4530: clang -c conftest.c >&5
# configure:4537: $? = 0
# configure:4554: result: yes
# configure:4509: checking for stdlib.h
# configure:4530: clang -c conftest.c >&5
# configure:4537: $? = 0
# configure:4554: result: yes
# configure:4509: checking for string.h
# configure:4530: clang -c conftest.c >&5
# configure:4537: $? = 0
# configure:4554: result: yes
# configure:4509: checking for memory.h
# configure:4530: clang -c conftest.c >&5
# configure:4537: $? = 0
# configure:4554: result: yes
# configure:4509: checking for strings.h
# configure:4530: clang -c conftest.c >&5
# configure:4537: $? = 0
# configure:4554: result: yes
# configure:4509: checking for inttypes.h
# configure:4530: clang -c conftest.c >&5
# configure:4537: $? = 0
# configure:4554: result: yes
# configure:4509: checking for stdint.h
# configure:4530: clang -c conftest.c >&5
# configure:4537: $? = 0
# configure:4554: result: yes
# configure:4509: checking for unistd.h
# configure:4530: clang -c conftest.c >&5
# configure:4537: $? = 0
# configure:4554: result: yes
# configure:4578: checking for tputs in -lcurses
# configure:4613: clang -o conftest conftest.c -lcurses >&5
# configure:4620: $? = 0
# configure:4641: result: yes
# configure:4724: checking for readline in -lreadline
# configure:4759: clang -o conftest conftest.c -lreadline -lcurses >&5
# configure:4766: $? = 0
# configure:4787: result: yes
# configure:4799: checking for library containing add_history
# configure:4840: clang -o conftest conftest.c -lreadline -lcurses >&5
# configure:4847: $? = 0
# configure:4878: result: none required
# configure:4911: checking history.h usability
# configure:4928: clang -c conftest.c >&5
# conftest.c:55:10: fatal error: 'history.h' file not found
# #include
# ^
# 1 error generated.
# configure:4935: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 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:4949: result: no
# configure:4953: checking history.h presence
# configure:4968: clang -E conftest.c
# conftest.c:22:10: fatal error: 'history.h' file not found
# #include
# ^
# 1 error generated.
# configure:4975: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | /* end confdefs.h. */
# | #include
# configure:4989: result: no
# configure:5022: checking for history.h
# configure:5031: result: no
# configure:4911: checking readline/history.h usability
# configure:4928: clang -c conftest.c >&5
# configure:4935: $? = 0
# configure:4949: result: yes
# configure:4953: checking readline/history.h presence
# configure:4968: clang -E conftest.c
# configure:4975: $? = 0
# configure:4989: result: yes
# configure:5022: checking for readline/history.h
# configure:5031: result: yes
# configure:4911: checking readline.h usability
# configure:4928: clang -c conftest.c >&5
# conftest.c:56:10: fatal error: 'readline.h' file not found
# #include
# ^
# 1 error generated.
# configure:4935: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4949: result: no
# configure:4953: checking readline.h presence
# configure:4968: clang -E conftest.c
# conftest.c:23:10: fatal error: 'readline.h' file not found
# #include
# ^
# 1 error generated.
# configure:4975: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | /* end confdefs.h. */
# | #include
# configure:4989: result: no
# configure:5022: checking for readline.h
# configure:5031: result: no
# configure:4911: checking readline/readline.h usability
# configure:4928: clang -c conftest.c >&5
# configure:4935: $? = 0
# configure:4949: result: yes
# configure:4953: checking readline/readline.h presence
# configure:4968: clang -E conftest.c
# configure:4975: $? = 0
# configure:4989: result: yes
# configure:5022: checking for readline/readline.h
# configure:5031: result: yes
# configure:5052: checking for rl_completion_matches
# configure:5108: clang -o conftest conftest.c -lreadline -lcurses >&5
# configure:5115: $? = 0
# configure:5137: result: yes
# configure:5180: checking for inline
# configure:5206: clang -c conftest.c >&5
# configure:5213: $? = 0
# configure:5231: result: inline
# configure:5250: checking for an ANSI C-conforming const
# configure:5325: clang -c conftest.c >&5
# configure:5332: $? = 0
# configure:5347: result: yes
# configure:5357: checking for size_t
# configure:5385: clang -c conftest.c >&5
# configure:5392: $? = 0
# configure:5419: clang -c conftest.c >&5
# conftest.c:61:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:5426: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5449: result: yes
# configure:5461: checking for off_t
# configure:5489: clang -c conftest.c >&5
# configure:5496: $? = 0
# configure:5523: clang -c conftest.c >&5
# conftest.c:61:20: error: expected expression
# if (sizeof ((off_t)))
# ^
# 1 error generated.
# configure:5530: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((off_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5553: result: yes
# configure:5567: checking for uname
# configure:5576: result: Linux
# configure:5593: checking size of int
# configure:5898: clang -o conftest conftest.c -lreadline -lcurses >&5
# configure:5902: $? = 0
# configure:5908: ./conftest
# configure:5912: $? = 0
# configure:5938: result: 4
# configure:5952: checking size of long
# configure:6257: clang -o conftest conftest.c -lreadline -lcurses >&5
# configure:6261: $? = 0
# configure:6267: ./conftest
# configure:6271: $? = 0
# configure:6297: result: 8
# configure:6311: checking size of long long
# configure:6616: clang -o conftest conftest.c -lreadline -lcurses >&5
# configure:6620: $? = 0
# configure:6626: ./conftest
# configure:6630: $? = 0
# configure:6656: result: 8
# configure:6667: checking for gcc -Wformat -Werror sanity
# configure:6698: clang -c -Wformat -Werror conftest.c >&5
# configure:6705: $? = 0
# configure:6721: result: yes
# configure:6744: checking minix/config.h usability
# configure:6761: clang -c conftest.c >&5
# conftest.c:61:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:6768: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | /* 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:6782: result: no
# configure:6786: checking minix/config.h presence
# configure:6801: clang -E conftest.c
# conftest.c:28:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:6808: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | /* end confdefs.h. */
# | #include
# configure:6822: result: no
# configure:6855: checking for minix/config.h
# configure:6862: result: no
# configure:6893: checking whether it is safe to define __EXTENSIONS__
# configure:6921: clang -c conftest.c >&5
# configure:6928: $? = 0
# configure:6943: result: yes
# configure:6998: checking errno.h usability
# configure:7015: clang -c conftest.c >&5
# configure:7022: $? = 0
# configure:7036: result: yes
# configure:7040: checking errno.h presence
# configure:7055: clang -E conftest.c
# configure:7062: $? = 0
# configure:7076: result: yes
# configure:7109: checking for errno.h
# configure:7118: result: yes
# configure:6998: checking stdarg.h usability
# configure:7015: clang -c conftest.c >&5
# configure:7022: $? = 0
# configure:7036: result: yes
# configure:7040: checking stdarg.h presence
# configure:7055: clang -E conftest.c
# configure:7062: $? = 0
# configure:7076: result: yes
# configure:7109: checking for stdarg.h
# configure:7118: result: yes
# configure:6987: checking for string.h
# configure:6994: result: yes
# configure:6987: checking for stdlib.h
# configure:6994: result: yes
# configure:7142: checking size of size_t
# configure:7459: clang -o conftest conftest.c -lreadline -lcurses >&5
# configure:7463: $? = 0
# configure:7469: ./conftest
# configure:7473: $? = 0
# configure:7499: result: 8
# configure:7514: checking how to print size_t
# configure:7549: clang -c -Wformat -Werror conftest.c >&5
# conftest.c:44:28: error: format specifies type 'unsigned int' but the argument has type 'size_t' (aka 'unsigned long') [-Werror,-Wformat]
# size_t i = 1; printf("%u", i);
# ~~ ^
# %zu
# 1 error generated.
# configure:7556: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define SIZEOF_SIZE_T 8
# | /* end confdefs.h. */
# | #include
# |
# | #include
# | int
# | main ()
# | {
# | size_t i = 1; printf("%u", i);
# | ;
# | return 0;
# | }
# configure:7549: clang -c -Wformat -Werror conftest.c >&5
# configure:7556: $? = 0
# configure:7583: result: lu
# configure:7605: checking size of off_t
# configure:7922: clang -o conftest conftest.c -lreadline -lcurses >&5
# configure:7926: $? = 0
# configure:7932: ./conftest
# configure:7936: $? = 0
# configure:7962: result: 8
# configure:7977: checking how to print off_t
# configure:8012: clang -c -Wformat -Werror conftest.c >&5
# conftest.c:46:27: error: format specifies type 'int' but the argument has type 'off_t' (aka 'long') [-Werror,-Wformat]
# off_t i = 1; printf("%d", i);
# ~~ ^
# %ld
# 1 error generated.
# configure:8019: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define SIZEOF_SIZE_T 8
# | #define NE_FMT_SIZE_T "lu"
# | #define SIZEOF_OFF_T 8
# | /* end confdefs.h. */
# | #include
# |
# | #include
# | int
# | main ()
# | {
# | off_t i = 1; printf("%d", i);
# | ;
# | return 0;
# | }
# configure:8012: clang -c -Wformat -Werror conftest.c >&5
# configure:8019: $? = 0
# configure:8046: result: ld
# configure:8069: checking size of ssize_t
# configure:8386: clang -o conftest conftest.c -lreadline -lcurses >&5
# configure:8390: $? = 0
# configure:8396: ./conftest
# configure:8400: $? = 0
# configure:8426: result: 8
# configure:8441: checking how to print ssize_t
# configure:8476: clang -c -Wformat -Werror conftest.c >&5
# conftest.c:48:29: error: format specifies type 'int' but the argument has type 'ssize_t' (aka 'long') [-Werror,-Wformat]
# ssize_t i = 1; printf("%d", i);
# ~~ ^
# %zd
# 1 error generated.
# configure:8483: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define SIZEOF_SIZE_T 8
# | #define NE_FMT_SIZE_T "lu"
# | #define SIZEOF_OFF_T 8
# | #define NE_FMT_OFF_T "ld"
# | #define SIZEOF_SSIZE_T 8
# | /* end confdefs.h. */
# | #include
# |
# | #include
# | int
# | main ()
# | {
# | ssize_t i = 1; printf("%d", i);
# | ;
# | return 0;
# | }
# configure:8476: clang -c -Wformat -Werror conftest.c >&5
# configure:8483: $? = 0
# configure:8510: result: ld
# configure:8528: checking whether byte ordering is bigendian
# configure:8553: clang -c conftest.c >&5
# conftest.c:44:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:44:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:8560: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define SIZEOF_SIZE_T 8
# | #define NE_FMT_SIZE_T "lu"
# | #define SIZEOF_OFF_T 8
# | #define NE_FMT_OFF_T "ld"
# | #define SIZEOF_SSIZE_T 8
# | #define NE_FMT_SSIZE_T "ld"
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:8610: clang -c conftest.c >&5
# configure:8617: $? = 0
# configure:8649: clang -c conftest.c >&5
# conftest.c:50:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:8656: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define SIZEOF_SIZE_T 8
# | #define NE_FMT_SIZE_T "lu"
# | #define SIZEOF_OFF_T 8
# | #define NE_FMT_OFF_T "ld"
# | #define SIZEOF_SSIZE_T 8
# | #define NE_FMT_SSIZE_T "ld"
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:8908: result: no
# configure:8933: checking whether strerror_r is declared
# configure:8962: clang -c conftest.c >&5
# configure:8969: $? = 0
# configure:8984: result: yes
# configure:9006: checking for strerror_r
# configure:9062: clang -o conftest conftest.c -lreadline -lcurses >&5
# configure:9069: $? = 0
# configure:9091: result: yes
# configure:9103: checking whether strerror_r returns char *
# configure:9137: clang -c conftest.c >&5
# configure:9144: $? = 0
# configure:9223: result: yes
# configure:9240: checking for x86_64-unknown-linux-ar
# configure:9273: result: no
# configure:9283: checking for ar
# configure:9301: found /usr/bin/ar
# configure:9313: result: /usr/bin/ar
# configure:9343: checking for x86_64-unknown-linux-ranlib
# configure:9376: result: no
# configure:9386: checking for ranlib
# configure:9404: found /usr/bin/ranlib
# configure:9416: result: /usr/bin/ranlib
# configure:9485: checking for neon-config
# configure:9503: found /usr/bin/neon-config
# configure:9516: result: /usr/bin/neon-config
# configure:9541: checking linking against neon
# configure:9567: clang -o conftest -I/usr/include/neon conftest.c -lreadline -lcurses -Wl,-O1,--sort-common,--as-needed,-z,relro -lneon -lz -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lexpat >&5
# configure:9574: $? = 0
# configure:9594: result: yes
# configure:10245: incompatible neon library version 0.30.1: wanted 0.27 28 29
# configure:11046: using bundled neon (0.29.1)
# configure:11075: checking for sys/time.h
# configure:11100: clang -c conftest.c >&5
# configure:11107: $? = 0
# configure:11124: result: yes
# configure:11075: checking for limits.h
# configure:11100: clang -c conftest.c >&5
# configure:11107: $? = 0
# configure:11124: result: yes
# configure:11075: checking for sys/select.h
# configure:11100: clang -c conftest.c >&5
# configure:11107: $? = 0
# configure:11124: result: yes
# configure:11075: checking for arpa/inet.h
# configure:11100: clang -c conftest.c >&5
# configure:11107: $? = 0
# configure:11124: result: yes
# configure:11075: checking for libintl.h
# configure:11100: clang -c conftest.c >&5
# configure:11107: $? = 0
# configure:11124: result: yes
# configure:11075: checking for signal.h
# configure:11100: clang -c conftest.c >&5
# configure:11107: $? = 0
# configure:11124: result: yes
# configure:11075: checking for sys/socket.h
# configure:11100: clang -c conftest.c >&5
# configure:11107: $? = 0
# configure:11124: result: yes
# configure:11075: checking for netinet/in.h
# configure:11100: clang -c conftest.c >&5
# configure:11107: $? = 0
# configure:11124: result: yes
# configure:11075: checking for netinet/tcp.h
# configure:11100: clang -c conftest.c >&5
# configure:11107: $? = 0
# configure:11124: result: yes
# configure:11075: checking for netdb.h
# configure:11100: clang -c conftest.c >&5
# configure:11107: $? = 0
# configure:11124: result: yes
# configure:11075: checking for sys/poll.h
# configure:11100: clang -c conftest.c >&5
# configure:11107: $? = 0
# configure:11124: result: yes
# configure:11075: checking for sys/limits.h
# configure:11100: clang -c conftest.c >&5
# conftest.c:99:10: fatal error: 'sys/limits.h' file not found
# #include
# ^
# 1 error generated.
# configure:11107: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define SIZEOF_SIZE_T 8
# | #define NE_FMT_SIZE_T "lu"
# | #define SIZEOF_OFF_T 8
# | #define NE_FMT_OFF_T "ld"
# | #define SIZEOF_SSIZE_T 8
# | #define NE_FMT_SSIZE_T "ld"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define NEON_VERSION "0.29.1"
# | #define NE_VERSION_MAJOR (0)
# | #define NE_VERSION_MINOR (29)
# | #define NE_VERSION_PATCH (1)
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_POLL_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
# | /* netinet/tcp.h requires netinet/in.h on some platforms. */
# | #ifdef HAVE_NETINET_IN_H
# | #include
# | #endif
# |
# | #include
# configure:11124: result: no
# configure:11075: checking for fcntl.h
# configure:11100: clang -c conftest.c >&5
# configure:11107: $? = 0
# configure:11124: result: yes
# configure:11075: checking for iconv.h
# configure:11100: clang -c conftest.c >&5
# configure:11107: $? = 0
# configure:11124: result: yes
# configure:11140: checking for timezone global
# configure:11168: clang -o conftest conftest.c -lreadline -lcurses >&5
# configure:11175: $? = 0
# configure:11195: result: yes
# configure:11222: LFS support unnecessary, off_t is not 32-bit
# configure:11230: checking for strtoll
# configure:11286: clang -o conftest conftest.c -lreadline -lcurses >&5
# configure:11293: $? = 0
# configure:11315: result: yes
# configure:12167: checking for strcasecmp
# configure:12223: clang -o conftest conftest.c -lreadline -lcurses >&5
# conftest.c:89:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
# char strcasecmp ();
# ^
# conftest.c:89:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
# 1 warning generated.
# configure:12230: $? = 0
# configure:12252: result: yes
# configure:12283: checking for signal
# configure:12339: clang -o conftest conftest.c -lreadline -lcurses >&5
# configure:12346: $? = 0
# configure:12368: result: yes
# configure:12283: checking for setvbuf
# configure:12339: clang -o conftest conftest.c -lreadline -lcurses >&5
# configure:12346: $? = 0
# configure:12368: result: yes
# configure:12283: checking for setsockopt
# configure:12339: clang -o conftest conftest.c -lreadline -lcurses >&5
# configure:12346: $? = 0
# configure:12368: result: yes
# configure:12283: checking for stpcpy
# configure:12339: clang -o conftest conftest.c -lreadline -lcurses >&5
# conftest.c:93:6: warning: incompatible redeclaration of library function 'stpcpy' [-Wincompatible-library-redeclaration]
# char stpcpy ();
# ^
# conftest.c:93:6: note: 'stpcpy' is a builtin with type 'char *(char *, const char *)'
# 1 warning generated.
# configure:12346: $? = 0
# configure:12368: result: yes
# configure:12283: checking for poll
# configure:12339: clang -o conftest conftest.c -lreadline -lcurses >&5
# configure:12346: $? = 0
# configure:12368: result: yes
# configure:12283: checking for fcntl
# configure:12339: clang -o conftest conftest.c -lreadline -lcurses >&5
# configure:12346: $? = 0
# configure:12368: result: yes
# configure:12283: checking for getsockopt
# configure:12339: clang -o conftest conftest.c -lreadline -lcurses >&5
# configure:12346: $? = 0
# configure:12368: result: yes
# configure:12390: checking whether stpcpy is declared
# configure:12419: clang -c conftest.c >&5
# configure:12426: $? = 0
# configure:12441: result: yes
# configure:12472: checking for library containing socket
# configure:12499: clang -o conftest conftest.c -lreadline -lcurses >&5
# conftest.c:80:1: warning: implicit declaration of function 'socket' is invalid in C99 [-Wimplicit-function-declaration]
# socket();
# ^
# 1 warning generated.
# configure:12506: $? = 0
# configure:12586: result: none needed
# configure:12606: checking for library containing getaddrinfo
# configure:12633: clang -o conftest conftest.c -lreadline -lcurses >&5
# conftest.c:80:1: warning: implicit declaration of function 'getaddrinfo' is invalid in C99 [-Wimplicit-function-declaration]
# getaddrinfo();
# ^
# 1 warning generated.
# configure:12640: $? = 0
# configure:12720: result: none needed
# configure:12744: checking for gai_strerror
# configure:12800: clang -o conftest conftest.c -lreadline -lcurses >&5
# configure:12807: $? = 0
# configure:12829: result: yes
# configure:12744: checking for getnameinfo
# configure:12800: clang -o conftest conftest.c -lreadline -lcurses >&5
# configure:12807: $? = 0
# configure:12829: result: yes
# configure:12744: checking for inet_ntop
# configure:12800: clang -o conftest conftest.c -lreadline -lcurses >&5
# configure:12807: $? = 0
# configure:12829: result: yes
# configure:12744: checking for inet_pton
# configure:12800: clang -o conftest conftest.c -lreadline -lcurses >&5
# configure:12807: $? = 0
# configure:12829: result: yes
# configure:12980: IPv6 support is enabled
# configure:12988: checking for working AI_ADDRCONFIG
# configure:13020: clang -o conftest conftest.c -lreadline -lcurses >&5
# conftest.c:88:30: error: use of undeclared identifier 'NULL'
# if (getaddrinfo("localhost", NULL, &hints, &result) != 0) return 1;
# ^
# 1 error generated.
# configure:13024: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define SIZEOF_SIZE_T 8
# | #define NE_FMT_SIZE_T "lu"
# | #define SIZEOF_OFF_T 8
# | #define NE_FMT_OFF_T "ld"
# | #define SIZEOF_SSIZE_T 8
# | #define NE_FMT_SSIZE_T "ld"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define NEON_VERSION "0.29.1"
# | #define NE_VERSION_MAJOR (0)
# | #define NE_VERSION_MINOR (29)
# | #define NE_VERSION_PATCH (1)
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_STRTOLL 1
# | #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
# | #define HAVE_STRCASECMP 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_STPCPY 1
# | #define HAVE_POLL 1
# | #define HAVE_FCNTL 1
# | #define HAVE_GETSOCKOPT 1
# | #define NE_USE_POLL 1
# | #define HAVE_DECL_STPCPY 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define NE_HAVE_IPV6 1
# | #define USE_GETADDRINFO 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | struct addrinfo hints = {0}, *result;
# | hints.ai_flags = AI_ADDRCONFIG;
# | if (getaddrinfo("localhost", NULL, &hints, &result) != 0) return 1;
# | ;
# | return 0;
# | }
# configure:13051: result: no
# configure:13624: checking for socklen_t
# configure:13660: clang -c conftest.c >&5
# configure:13667: $? = 0
# configure:13702: clang -c conftest.c >&5
# conftest.c:94:24: error: expected expression
# if (sizeof ((socklen_t)))
# ^
# 1 error generated.
# configure:13709: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define SIZEOF_SIZE_T 8
# | #define NE_FMT_SIZE_T "lu"
# | #define SIZEOF_OFF_T 8
# | #define NE_FMT_OFF_T "ld"
# | #define SIZEOF_SSIZE_T 8
# | #define NE_FMT_SSIZE_T "ld"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define NEON_VERSION "0.29.1"
# | #define NE_VERSION_MAJOR (0)
# | #define NE_VERSION_MINOR (29)
# | #define NE_VERSION_PATCH (1)
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_STRTOLL 1
# | #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
# | #define HAVE_STRCASECMP 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_STPCPY 1
# | #define HAVE_POLL 1
# | #define HAVE_FCNTL 1
# | #define HAVE_GETSOCKOPT 1
# | #define NE_USE_POLL 1
# | #define HAVE_DECL_STPCPY 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define NE_HAVE_IPV6 1
# | #define USE_GETADDRINFO 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | # include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((socklen_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13732: result: yes
# configure:13751: checking for struct tm.tm_gmtoff
# configure:13780: clang -c conftest.c >&5
# configure:13787: $? = 0
# configure:13846: result: yes
# configure:13856: checking for struct tm.__tm_gmtoff
# configure:13885: clang -c conftest.c >&5
# conftest.c:90:13: error: no member named '__tm_gmtoff' in 'struct tm'; did you mean 'tm_gmtoff'?
# if (ac_aggr.__tm_gmtoff)
# ^~~~~~~~~~~
# tm_gmtoff
# /usr/include/time.h:146:12: note: 'tm_gmtoff' declared here
# long int tm_gmtoff; /* Seconds east of UTC. */
# ^
# 1 error generated.
# configure:13892: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define SIZEOF_SIZE_T 8
# | #define NE_FMT_SIZE_T "lu"
# | #define SIZEOF_OFF_T 8
# | #define NE_FMT_OFF_T "ld"
# | #define SIZEOF_SSIZE_T 8
# | #define NE_FMT_SSIZE_T "ld"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define NEON_VERSION "0.29.1"
# | #define NE_VERSION_MAJOR (0)
# | #define NE_VERSION_MINOR (29)
# | #define NE_VERSION_PATCH (1)
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_STRTOLL 1
# | #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
# | #define HAVE_STRCASECMP 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_STPCPY 1
# | #define HAVE_POLL 1
# | #define HAVE_FCNTL 1
# | #define HAVE_GETSOCKOPT 1
# | #define NE_USE_POLL 1
# | #define HAVE_DECL_STPCPY 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define NE_HAVE_IPV6 1
# | #define USE_GETADDRINFO 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | static struct tm ac_aggr;
# | if (ac_aggr.__tm_gmtoff)
# | return 0;
# | ;
# | return 0;
# | }
# configure:13926: clang -c conftest.c >&5
# conftest.c:90:20: error: no member named '__tm_gmtoff' in 'struct tm'; did you mean 'tm_gmtoff'?
# if (sizeof ac_aggr.__tm_gmtoff)
# ^~~~~~~~~~~
# tm_gmtoff
# /usr/include/time.h:146:12: note: 'tm_gmtoff' declared here
# long int tm_gmtoff; /* Seconds east of UTC. */
# ^
# 1 error generated.
# configure:13933: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define SIZEOF_SIZE_T 8
# | #define NE_FMT_SIZE_T "lu"
# | #define SIZEOF_OFF_T 8
# | #define NE_FMT_OFF_T "ld"
# | #define SIZEOF_SSIZE_T 8
# | #define NE_FMT_SSIZE_T "ld"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define NEON_VERSION "0.29.1"
# | #define NE_VERSION_MAJOR (0)
# | #define NE_VERSION_MINOR (29)
# | #define NE_VERSION_PATCH (1)
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_STRTOLL 1
# | #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
# | #define HAVE_STRCASECMP 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_STPCPY 1
# | #define HAVE_POLL 1
# | #define HAVE_FCNTL 1
# | #define HAVE_GETSOCKOPT 1
# | #define NE_USE_POLL 1
# | #define HAVE_DECL_STPCPY 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define NE_HAVE_IPV6 1
# | #define USE_GETADDRINFO 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | static struct tm ac_aggr;
# | if (sizeof ac_aggr.__tm_gmtoff)
# | return 0;
# | ;
# | return 0;
# | }
# configure:13951: result: no
# configure:13972: zlib not supported
# configure:13977: checking whether to enable ACL support in neon
# configure:13980: result: no
# configure:14025: checking for pkg-config
# configure:14043: found /usr/bin/pkg-config
# configure:14056: result: /usr/bin/pkg-config
# configure:14424: checking for openssl pkg-config data
# configure:14435: result: yes
# configure:14442: using SSL library configuration from pkg-config
# configure:14828: checking openssl/ssl.h usability
# configure:14845: clang -c conftest.c >&5
# configure:14852: $? = 0
# configure:14866: result: yes
# configure:14870: checking openssl/ssl.h presence
# configure:14885: clang -E conftest.c
# configure:14892: $? = 0
# configure:14906: result: yes
# configure:14939: checking for openssl/ssl.h
# configure:14948: result: yes
# configure:14828: checking openssl/opensslv.h usability
# configure:14845: clang -c conftest.c >&5
# configure:14852: $? = 0
# configure:14866: result: yes
# configure:14870: checking openssl/opensslv.h presence
# configure:14885: clang -E conftest.c
# configure:14892: $? = 0
# configure:14906: result: yes
# configure:14939: checking for openssl/opensslv.h
# configure:14948: result: yes
# configure:14970: checking OpenSSL version is >= 0.9.7
# configure:14996: result: yes
# configure:14999: OpenSSL >= 0.9.7; EGD support not needed in neon
# configure:15010: SSL support enabled, using OpenSSL (0.9.7 or later)
# configure:15021: checking for CRYPTO_set_idptr_callback
# configure:15077: clang -o conftest conftest.c -lreadline -lcurses -lssl -lcrypto >&5
# /tmp/conftest-7c4518.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `CRYPTO_set_idptr_callback'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15084: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define SIZEOF_SIZE_T 8
# | #define NE_FMT_SIZE_T "lu"
# | #define SIZEOF_OFF_T 8
# | #define NE_FMT_OFF_T "ld"
# | #define SIZEOF_SSIZE_T 8
# | #define NE_FMT_SSIZE_T "ld"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define NEON_VERSION "0.29.1"
# | #define NE_VERSION_MAJOR (0)
# | #define NE_VERSION_MINOR (29)
# | #define NE_VERSION_PATCH (1)
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_STRTOLL 1
# | #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
# | #define HAVE_STRCASECMP 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_STPCPY 1
# | #define HAVE_POLL 1
# | #define HAVE_FCNTL 1
# | #define HAVE_GETSOCKOPT 1
# | #define NE_USE_POLL 1
# | #define HAVE_DECL_STPCPY 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define NE_HAVE_IPV6 1
# | #define USE_GETADDRINFO 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define HAVE_OPENSSL_SSL_H 1
# | #define HAVE_OPENSSL_OPENSSLV_H 1
# | #define NE_HAVE_SSL 1
# | /* end confdefs.h. */
# | /* Define CRYPTO_set_idptr_callback to an innocuous variant, in case declares CRYPTO_set_idptr_callback.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define CRYPTO_set_idptr_callback innocuous_CRYPTO_set_idptr_callback
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char CRYPTO_set_idptr_callback (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef CRYPTO_set_idptr_callback
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char CRYPTO_set_idptr_callback ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_CRYPTO_set_idptr_callback || defined __stub___CRYPTO_set_idptr_callback
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return CRYPTO_set_idptr_callback ();
# | ;
# | return 0;
# | }
# configure:15106: result: no
# configure:15021: checking for SSL_SESSION_cmp
# configure:15077: clang -o conftest conftest.c -lreadline -lcurses -lssl -lcrypto >&5
# /tmp/conftest-10012b.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `SSL_SESSION_cmp'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15084: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define SIZEOF_SIZE_T 8
# | #define NE_FMT_SIZE_T "lu"
# | #define SIZEOF_OFF_T 8
# | #define NE_FMT_OFF_T "ld"
# | #define SIZEOF_SSIZE_T 8
# | #define NE_FMT_SSIZE_T "ld"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define NEON_VERSION "0.29.1"
# | #define NE_VERSION_MAJOR (0)
# | #define NE_VERSION_MINOR (29)
# | #define NE_VERSION_PATCH (1)
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_STRTOLL 1
# | #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
# | #define HAVE_STRCASECMP 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_STPCPY 1
# | #define HAVE_POLL 1
# | #define HAVE_FCNTL 1
# | #define HAVE_GETSOCKOPT 1
# | #define NE_USE_POLL 1
# | #define HAVE_DECL_STPCPY 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define NE_HAVE_IPV6 1
# | #define USE_GETADDRINFO 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define HAVE_OPENSSL_SSL_H 1
# | #define HAVE_OPENSSL_OPENSSLV_H 1
# | #define NE_HAVE_SSL 1
# | /* end confdefs.h. */
# | /* Define SSL_SESSION_cmp to an innocuous variant, in case declares SSL_SESSION_cmp.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define SSL_SESSION_cmp innocuous_SSL_SESSION_cmp
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char SSL_SESSION_cmp (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef SSL_SESSION_cmp
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char SSL_SESSION_cmp ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_SSL_SESSION_cmp || defined __stub___SSL_SESSION_cmp
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return SSL_SESSION_cmp ();
# | ;
# | return 0;
# | }
# configure:15106: result: no
# configure:15974: Thread-safe SSL not supported
# configure:15989: checking for pkg-config
# configure:16020: result: /usr/bin/pkg-config
# configure:16033: checking for pakchois pkg-config data
# configure:16044: result: no
# configure:16062: pakchois library not found; no PKCS#11 support
# configure:16082: checking for krb5-config
# configure:16101: found /usr/bin/krb5-config
# configure:16114: result: /usr/bin/krb5-config
# configure:16148: checking gssapi/gssapi.h usability
# configure:16165: clang -c conftest.c >&5
# configure:16172: $? = 0
# configure:16186: result: yes
# configure:16190: checking gssapi/gssapi.h presence
# configure:16205: clang -E conftest.c
# configure:16212: $? = 0
# configure:16226: result: yes
# configure:16259: checking for gssapi/gssapi.h
# configure:16268: result: yes
# configure:16286: checking for gss_init_sec_context
# configure:16342: clang -o conftest conftest.c -lreadline -lcurses -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err >&5
# configure:16349: $? = 0
# configure:16371: result: yes
# configure:16382: GSSAPI authentication support enabled
# configure:16405: checking gssapi/gssapi_generic.h usability
# configure:16422: clang -c conftest.c >&5
# configure:16429: $? = 0
# configure:16443: result: yes
# configure:16447: checking gssapi/gssapi_generic.h presence
# configure:16462: clang -E conftest.c
# configure:16469: $? = 0
# configure:16483: result: yes
# configure:16516: checking for gssapi/gssapi_generic.h
# configure:16525: result: yes
# configure:16541: checking whether GSS_C_NT_HOSTBASED_SERVICE is declared
# configure:16575: clang -c conftest.c >&5
# configure:16582: $? = 0
# configure:16597: result: yes
# configure:16635: checking for pkg-config
# configure:16666: result: /usr/bin/pkg-config
# configure:16684: checking for libproxy-1.0 pkg-config data
# configure:16695: result: yes
# configure:16718: libproxy support enabled
# configure:17852: checking expat.h usability
# configure:17869: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# configure:17876: $? = 0
# configure:17890: result: yes
# configure:17894: checking expat.h presence
# configure:17909: clang -E conftest.c
# configure:17916: $? = 0
# configure:17930: result: yes
# configure:17963: checking for expat.h
# configure:17970: result: yes
# configure:17975: checking for XML_SetXmlDeclHandler in -lexpat
# configure:18010: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lexpat -lreadline -lcurses >&5
# configure:18017: $? = 0
# configure:18038: result: yes
# configure:18050: checking for XML_Size
# configure:18079: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# configure:18086: $? = 0
# configure:18114: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# conftest.c:101:23: error: expected expression
# if (sizeof ((XML_Size)))
# ^
# 1 error generated.
# configure:18121: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define SIZEOF_SIZE_T 8
# | #define NE_FMT_SIZE_T "lu"
# | #define SIZEOF_OFF_T 8
# | #define NE_FMT_OFF_T "ld"
# | #define SIZEOF_SSIZE_T 8
# | #define NE_FMT_SSIZE_T "ld"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define NEON_VERSION "0.29.1"
# | #define NE_VERSION_MAJOR (0)
# | #define NE_VERSION_MINOR (29)
# | #define NE_VERSION_PATCH (1)
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_STRTOLL 1
# | #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
# | #define HAVE_STRCASECMP 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_STPCPY 1
# | #define HAVE_POLL 1
# | #define HAVE_FCNTL 1
# | #define HAVE_GETSOCKOPT 1
# | #define NE_USE_POLL 1
# | #define HAVE_DECL_STPCPY 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define NE_HAVE_IPV6 1
# | #define USE_GETADDRINFO 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define HAVE_OPENSSL_SSL_H 1
# | #define HAVE_OPENSSL_OPENSSLV_H 1
# | #define NE_HAVE_SSL 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_NTLM 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_GSS_INIT_SEC_CONTEXT 1
# | #define HAVE_GSSAPI 1
# | #define HAVE_GSSAPI_GSSAPI_GENERIC_H 1
# | #define HAVE_LIBPROXY 1
# | #define NE_HAVE_LIBPXY 1
# | #define HAVE_EXPAT 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof ((XML_Size)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:18144: result: yes
# configure:18155: checking size of XML_Size
# configure:18472: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:18476: $? = 0
# configure:18482: ./conftest
# configure:18486: $? = 0
# configure:18512: result: 8
# configure:18527: checking how to print XML_Size
# configure:18562: clang -c -I$(top_srcdir)/lib/neon -Wformat -Werror conftest.c >&5
# conftest.c:103:30: error: format specifies type 'int' but the argument has type 'XML_Size' (aka 'unsigned long') [-Werror,-Wformat]
# XML_Size i = 1; printf("%d", i);
# ~~ ^
# %lu
# 1 error generated.
# configure:18569: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define SIZEOF_SIZE_T 8
# | #define NE_FMT_SIZE_T "lu"
# | #define SIZEOF_OFF_T 8
# | #define NE_FMT_OFF_T "ld"
# | #define SIZEOF_SSIZE_T 8
# | #define NE_FMT_SSIZE_T "ld"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define NEON_VERSION "0.29.1"
# | #define NE_VERSION_MAJOR (0)
# | #define NE_VERSION_MINOR (29)
# | #define NE_VERSION_PATCH (1)
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_STRTOLL 1
# | #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
# | #define HAVE_STRCASECMP 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_STPCPY 1
# | #define HAVE_POLL 1
# | #define HAVE_FCNTL 1
# | #define HAVE_GETSOCKOPT 1
# | #define NE_USE_POLL 1
# | #define HAVE_DECL_STPCPY 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define NE_HAVE_IPV6 1
# | #define USE_GETADDRINFO 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define HAVE_OPENSSL_SSL_H 1
# | #define HAVE_OPENSSL_OPENSSLV_H 1
# | #define NE_HAVE_SSL 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_NTLM 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_GSS_INIT_SEC_CONTEXT 1
# | #define HAVE_GSSAPI 1
# | #define HAVE_GSSAPI_GSSAPI_GENERIC_H 1
# | #define HAVE_LIBPROXY 1
# | #define NE_HAVE_LIBPXY 1
# | #define HAVE_EXPAT 1
# | #define SIZEOF_XML_SIZE 8
# | /* end confdefs.h. */
# | #include
# | #include
# | #include
# | int
# | main ()
# | {
# | XML_Size i = 1; printf("%d", i);
# | ;
# | return 0;
# | }
# configure:18562: clang -c -I$(top_srcdir)/lib/neon -Wformat -Werror conftest.c >&5
# configure:18569: $? = 0
# configure:18596: result: ld
# configure:19113: XML parser used: expat
# configure:19165: WebDAV support is enabled
# configure:19462: checking size of time_t
# configure:19797: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:19801: $? = 0
# configure:19807: ./conftest
# configure:19811: $? = 0
# configure:19837: result: 8
# configure:19852: checking how to print time_t
# configure:19890: clang -c -I$(top_srcdir)/lib/neon -Wformat -Werror conftest.c >&5
# conftest.c:109:28: error: format specifies type 'int' but the argument has type 'time_t' (aka 'long') [-Werror,-Wformat]
# time_t i = 1; printf("%d", i);
# ~~ ^
# %ld
# 1 error generated.
# configure:19897: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define SIZEOF_SIZE_T 8
# | #define NE_FMT_SIZE_T "lu"
# | #define SIZEOF_OFF_T 8
# | #define NE_FMT_OFF_T "ld"
# | #define SIZEOF_SSIZE_T 8
# | #define NE_FMT_SSIZE_T "ld"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define NEON_VERSION "0.29.1"
# | #define NE_VERSION_MAJOR (0)
# | #define NE_VERSION_MINOR (29)
# | #define NE_VERSION_PATCH (1)
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_STRTOLL 1
# | #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
# | #define HAVE_STRCASECMP 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_STPCPY 1
# | #define HAVE_POLL 1
# | #define HAVE_FCNTL 1
# | #define HAVE_GETSOCKOPT 1
# | #define NE_USE_POLL 1
# | #define HAVE_DECL_STPCPY 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define NE_HAVE_IPV6 1
# | #define USE_GETADDRINFO 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define HAVE_OPENSSL_SSL_H 1
# | #define HAVE_OPENSSL_OPENSSLV_H 1
# | #define NE_HAVE_SSL 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_NTLM 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_GSS_INIT_SEC_CONTEXT 1
# | #define HAVE_GSSAPI 1
# | #define HAVE_GSSAPI_GSSAPI_GENERIC_H 1
# | #define HAVE_LIBPROXY 1
# | #define NE_HAVE_LIBPXY 1
# | #define HAVE_EXPAT 1
# | #define SIZEOF_XML_SIZE 8
# | #define NE_FMT_XML_SIZE "ld"
# | #define NE_HAVE_DAV 1
# | #define SIZEOF_TIME_T 8
# | /* end confdefs.h. */
# | #include
# |
# | #ifdef HAVE_SYS_TIME_H
# | #include
# | #endif
# | #include
# | int
# | main ()
# | {
# | time_t i = 1; printf("%d", i);
# | ;
# | return 0;
# | }
# configure:19890: clang -c -I$(top_srcdir)/lib/neon -Wformat -Werror conftest.c >&5
# configure:19897: $? = 0
# configure:19924: result: ld
# configure:19953: .netrc support is enabled
# configure:19960: checking for getopt_long
# configure:20016: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:20023: $? = 0
# configure:20043: result: yes
# configure:20063: checking for strcasecmp
# configure:20146: result: yes
# configure:20160: checking whether time.h and sys/time.h may both be included
# configure:20190: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# configure:20197: $? = 0
# configure:20212: result: yes
# configure:20224: checking for unsigned long long
# configure:20251: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:20258: $? = 0
# configure:20278: result: yes
# configure:20290: checking for uintmax_t
# configure:20318: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# configure:20325: $? = 0
# configure:20352: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# conftest.c:140:24: error: expected expression
# if (sizeof ((uintmax_t)))
# ^
# 1 error generated.
# configure:20359: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define SIZEOF_SIZE_T 8
# | #define NE_FMT_SIZE_T "lu"
# | #define SIZEOF_OFF_T 8
# | #define NE_FMT_OFF_T "ld"
# | #define SIZEOF_SSIZE_T 8
# | #define NE_FMT_SSIZE_T "ld"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define NEON_VERSION "0.29.1"
# | #define NE_VERSION_MAJOR (0)
# | #define NE_VERSION_MINOR (29)
# | #define NE_VERSION_PATCH (1)
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_STRTOLL 1
# | #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
# | #define HAVE_STRCASECMP 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_STPCPY 1
# | #define HAVE_POLL 1
# | #define HAVE_FCNTL 1
# | #define HAVE_GETSOCKOPT 1
# | #define NE_USE_POLL 1
# | #define HAVE_DECL_STPCPY 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define NE_HAVE_IPV6 1
# | #define USE_GETADDRINFO 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define HAVE_OPENSSL_SSL_H 1
# | #define HAVE_OPENSSL_OPENSSLV_H 1
# | #define NE_HAVE_SSL 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_NTLM 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_GSS_INIT_SEC_CONTEXT 1
# | #define HAVE_GSSAPI 1
# | #define HAVE_GSSAPI_GSSAPI_GENERIC_H 1
# | #define HAVE_LIBPROXY 1
# | #define NE_HAVE_LIBPXY 1
# | #define HAVE_EXPAT 1
# | #define SIZEOF_XML_SIZE 8
# | #define NE_FMT_XML_SIZE "ld"
# | #define NE_HAVE_DAV 1
# | #define SIZEOF_TIME_T 8
# | #define NE_FMT_TIME_T "ld"
# | #define ENABLE_NETRC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((uintmax_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:20382: result: yes
# configure:20399: checking for ANSI C header files
# configure:20567: result: yes
# configure:20577: checking whether stat file-mode macros are broken
# configure:20614: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# configure:20621: $? = 0
# configure:20636: result: no
# configure:20654: checking for fcntl.h
# configure:20661: result: yes
# configure:20654: checking for sys/time.h
# configure:20661: result: yes
# configure:20654: checking for stdint.h
# configure:20661: result: yes
# configure:20654: checking for unistd.h
# configure:20661: result: yes
# configure:20805: checking for __secure_getenv
# configure:20861: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# /tmp/conftest-c6402a.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `__secure_getenv'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:20868: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define SIZEOF_SIZE_T 8
# | #define NE_FMT_SIZE_T "lu"
# | #define SIZEOF_OFF_T 8
# | #define NE_FMT_OFF_T "ld"
# | #define SIZEOF_SSIZE_T 8
# | #define NE_FMT_SSIZE_T "ld"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define NEON_VERSION "0.29.1"
# | #define NE_VERSION_MAJOR (0)
# | #define NE_VERSION_MINOR (29)
# | #define NE_VERSION_PATCH (1)
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_STRTOLL 1
# | #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
# | #define HAVE_STRCASECMP 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_STPCPY 1
# | #define HAVE_POLL 1
# | #define HAVE_FCNTL 1
# | #define HAVE_GETSOCKOPT 1
# | #define NE_USE_POLL 1
# | #define HAVE_DECL_STPCPY 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define NE_HAVE_IPV6 1
# | #define USE_GETADDRINFO 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define HAVE_OPENSSL_SSL_H 1
# | #define HAVE_OPENSSL_OPENSSLV_H 1
# | #define NE_HAVE_SSL 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_NTLM 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_GSS_INIT_SEC_CONTEXT 1
# | #define HAVE_GSSAPI 1
# | #define HAVE_GSSAPI_GSSAPI_GENERIC_H 1
# | #define HAVE_LIBPROXY 1
# | #define NE_HAVE_LIBPXY 1
# | #define HAVE_EXPAT 1
# | #define SIZEOF_XML_SIZE 8
# | #define NE_FMT_XML_SIZE "ld"
# | #define NE_HAVE_DAV 1
# | #define SIZEOF_TIME_T 8
# | #define NE_FMT_TIME_T "ld"
# | #define ENABLE_NETRC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | /* Define __secure_getenv to an innocuous variant, in case declares __secure_getenv.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define __secure_getenv innocuous___secure_getenv
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char __secure_getenv (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef __secure_getenv
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char __secure_getenv ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub___secure_getenv || defined __stub_____secure_getenv
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return __secure_getenv ();
# | ;
# | return 0;
# | }
# configure:20890: result: no
# configure:20805: checking for gettimeofday
# configure:20861: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:20868: $? = 0
# configure:20890: result: yes
# configure:20902: checking whether getenv is declared
# configure:20931: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# configure:20938: $? = 0
# configure:20953: result: yes
# configure:20976: checking for snprintf
# configure:21032: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# conftest.c:134:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
# char snprintf ();
# ^
# conftest.c:134:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
# 1 warning generated.
# configure:21039: $? = 0
# configure:21059: result: yes
# configure:21080: checking for working POSIX fnmatch
# configure:21123: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:21127: $? = 0
# configure:21133: ./conftest
# configure:21137: $? = 0
# configure:21154: result: yes
# configure:21183: checking for dirent.h that defines DIR
# configure:21212: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# configure:21219: $? = 0
# configure:21236: result: yes
# configure:21251: checking for library containing opendir
# configure:21292: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:21299: $? = 0
# configure:21330: result: none required
# configure:21429: checking return type of signal handlers
# configure:21457: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# conftest.c:119:8: error: indirection requires pointer operand ('void' invalid)
# return *(signal (0, 0)) (0) == 1;
# ^~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:21464: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define SIZEOF_SIZE_T 8
# | #define NE_FMT_SIZE_T "lu"
# | #define SIZEOF_OFF_T 8
# | #define NE_FMT_OFF_T "ld"
# | #define SIZEOF_SSIZE_T 8
# | #define NE_FMT_SSIZE_T "ld"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define NEON_VERSION "0.29.1"
# | #define NE_VERSION_MAJOR (0)
# | #define NE_VERSION_MINOR (29)
# | #define NE_VERSION_PATCH (1)
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_STRTOLL 1
# | #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
# | #define HAVE_STRCASECMP 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_STPCPY 1
# | #define HAVE_POLL 1
# | #define HAVE_FCNTL 1
# | #define HAVE_GETSOCKOPT 1
# | #define NE_USE_POLL 1
# | #define HAVE_DECL_STPCPY 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define NE_HAVE_IPV6 1
# | #define USE_GETADDRINFO 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define HAVE_OPENSSL_SSL_H 1
# | #define HAVE_OPENSSL_OPENSSLV_H 1
# | #define NE_HAVE_SSL 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_NTLM 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_GSS_INIT_SEC_CONTEXT 1
# | #define HAVE_GSSAPI 1
# | #define HAVE_GSSAPI_GSSAPI_GENERIC_H 1
# | #define HAVE_LIBPROXY 1
# | #define NE_HAVE_LIBPXY 1
# | #define HAVE_EXPAT 1
# | #define SIZEOF_XML_SIZE 8
# | #define NE_FMT_XML_SIZE "ld"
# | #define NE_HAVE_DAV 1
# | #define SIZEOF_TIME_T 8
# | #define NE_FMT_TIME_T "ld"
# | #define ENABLE_NETRC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_FNMATCH 1
# | #define HAVE_DIRENT_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:21479: result: void
# configure:21489: checking for unsigned long long int
# configure:21539: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:21546: $? = 0
# configure:21566: result: yes
# configure:21589: checking for strdup
# configure:21645: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# conftest.c:138:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:138:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:21652: $? = 0
# configure:21674: result: yes
# configure:21589: checking for strerror
# configure:21645: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# conftest.c:139:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:139:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:21652: $? = 0
# configure:21674: result: yes
# configure:21589: checking for memcpy
# configure:21645: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# conftest.c:140:6: warning: incompatible redeclaration of library function 'memcpy' [-Wincompatible-library-redeclaration]
# char memcpy ();
# ^
# conftest.c:140:6: note: 'memcpy' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:21652: $? = 0
# configure:21674: result: yes
# configure:21589: checking for strcoll
# configure:21645: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:21652: $? = 0
# configure:21674: result: yes
# configure:21589: checking for tcsetattr
# configure:21645: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:21652: $? = 0
# configure:21674: result: yes
# configure:21589: checking for getpass
# configure:21645: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:21652: $? = 0
# configure:21674: result: yes
# configure:21589: checking for stty
# configure:21645: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# conftest.c:149:1: error: unknown type name 'choke'
# choke me
# ^
# conftest.c:149:9: error: expected ';' after top level declarator
# choke me
# ^
# ;
# 2 errors generated.
# configure:21652: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define SIZEOF_SIZE_T 8
# | #define NE_FMT_SIZE_T "lu"
# | #define SIZEOF_OFF_T 8
# | #define NE_FMT_OFF_T "ld"
# | #define SIZEOF_SSIZE_T 8
# | #define NE_FMT_SSIZE_T "ld"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define NEON_VERSION "0.29.1"
# | #define NE_VERSION_MAJOR (0)
# | #define NE_VERSION_MINOR (29)
# | #define NE_VERSION_PATCH (1)
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_STRTOLL 1
# | #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
# | #define HAVE_STRCASECMP 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_STPCPY 1
# | #define HAVE_POLL 1
# | #define HAVE_FCNTL 1
# | #define HAVE_GETSOCKOPT 1
# | #define NE_USE_POLL 1
# | #define HAVE_DECL_STPCPY 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define NE_HAVE_IPV6 1
# | #define USE_GETADDRINFO 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define HAVE_OPENSSL_SSL_H 1
# | #define HAVE_OPENSSL_OPENSSLV_H 1
# | #define NE_HAVE_SSL 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_NTLM 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_GSS_INIT_SEC_CONTEXT 1
# | #define HAVE_GSSAPI 1
# | #define HAVE_GSSAPI_GSSAPI_GENERIC_H 1
# | #define HAVE_LIBPROXY 1
# | #define NE_HAVE_LIBPXY 1
# | #define HAVE_EXPAT 1
# | #define SIZEOF_XML_SIZE 8
# | #define NE_FMT_XML_SIZE "ld"
# | #define NE_HAVE_DAV 1
# | #define SIZEOF_TIME_T 8
# | #define NE_FMT_TIME_T "ld"
# | #define ENABLE_NETRC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_FNMATCH 1
# | #define HAVE_DIRENT_H 1
# | #define RETSIGTYPE void
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_STRCOLL 1
# | #define HAVE_TCSETATTR 1
# | #define HAVE_GETPASS 1
# | /* end confdefs.h. */
# | /* Define stty to an innocuous variant, in case declares stty.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define stty innocuous_stty
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char stty (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef stty
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char stty ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_stty || defined __stub___stty
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return stty ();
# | ;
# | return 0;
# | }
# configure:21674: result: no
# configure:21589: checking for fchmod
# configure:21645: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:21652: $? = 0
# configure:21674: result: yes
# configure:21589: checking for strtoull
# configure:21645: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:21652: $? = 0
# configure:21674: result: yes
# configure:21700: checking for sys/time.h
# configure:21707: result: yes
# configure:21711: checking pwd.h usability
# configure:21728: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# configure:21735: $? = 0
# configure:21749: result: yes
# configure:21753: checking pwd.h presence
# configure:21768: clang -E conftest.c
# configure:21775: $? = 0
# configure:21789: result: yes
# configure:21822: checking for pwd.h
# configure:21831: result: yes
# configure:21700: checking for stdarg.h
# configure:21707: result: yes
# configure:21711: checking vmsdir.h usability
# configure:21728: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# conftest.c:159:10: fatal error: 'vmsdir.h' file not found
# #include
# ^
# 1 error generated.
# configure:21735: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define SIZEOF_SIZE_T 8
# | #define NE_FMT_SIZE_T "lu"
# | #define SIZEOF_OFF_T 8
# | #define NE_FMT_OFF_T "ld"
# | #define SIZEOF_SSIZE_T 8
# | #define NE_FMT_SSIZE_T "ld"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define NEON_VERSION "0.29.1"
# | #define NE_VERSION_MAJOR (0)
# | #define NE_VERSION_MINOR (29)
# | #define NE_VERSION_PATCH (1)
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_STRTOLL 1
# | #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
# | #define HAVE_STRCASECMP 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_STPCPY 1
# | #define HAVE_POLL 1
# | #define HAVE_FCNTL 1
# | #define HAVE_GETSOCKOPT 1
# | #define NE_USE_POLL 1
# | #define HAVE_DECL_STPCPY 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define NE_HAVE_IPV6 1
# | #define USE_GETADDRINFO 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define HAVE_OPENSSL_SSL_H 1
# | #define HAVE_OPENSSL_OPENSSLV_H 1
# | #define NE_HAVE_SSL 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_NTLM 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_GSS_INIT_SEC_CONTEXT 1
# | #define HAVE_GSSAPI 1
# | #define HAVE_GSSAPI_GSSAPI_GENERIC_H 1
# | #define HAVE_LIBPROXY 1
# | #define NE_HAVE_LIBPXY 1
# | #define HAVE_EXPAT 1
# | #define SIZEOF_XML_SIZE 8
# | #define NE_FMT_XML_SIZE "ld"
# | #define NE_HAVE_DAV 1
# | #define SIZEOF_TIME_T 8
# | #define NE_FMT_TIME_T "ld"
# | #define ENABLE_NETRC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_FNMATCH 1
# | #define HAVE_DIRENT_H 1
# | #define RETSIGTYPE void
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_STRCOLL 1
# | #define HAVE_TCSETATTR 1
# | #define HAVE_GETPASS 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_STRTOULL 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_STDARG_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:21749: result: no
# configure:21753: checking vmsdir.h presence
# configure:21768: clang -E conftest.c
# conftest.c:126:10: fatal error: 'vmsdir.h' file not found
# #include
# ^
# 1 error generated.
# configure:21775: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define SIZEOF_SIZE_T 8
# | #define NE_FMT_SIZE_T "lu"
# | #define SIZEOF_OFF_T 8
# | #define NE_FMT_OFF_T "ld"
# | #define SIZEOF_SSIZE_T 8
# | #define NE_FMT_SSIZE_T "ld"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define NEON_VERSION "0.29.1"
# | #define NE_VERSION_MAJOR (0)
# | #define NE_VERSION_MINOR (29)
# | #define NE_VERSION_PATCH (1)
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_STRTOLL 1
# | #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
# | #define HAVE_STRCASECMP 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_STPCPY 1
# | #define HAVE_POLL 1
# | #define HAVE_FCNTL 1
# | #define HAVE_GETSOCKOPT 1
# | #define NE_USE_POLL 1
# | #define HAVE_DECL_STPCPY 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define NE_HAVE_IPV6 1
# | #define USE_GETADDRINFO 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define HAVE_OPENSSL_SSL_H 1
# | #define HAVE_OPENSSL_OPENSSLV_H 1
# | #define NE_HAVE_SSL 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_NTLM 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_GSS_INIT_SEC_CONTEXT 1
# | #define HAVE_GSSAPI 1
# | #define HAVE_GSSAPI_GSSAPI_GENERIC_H 1
# | #define HAVE_LIBPROXY 1
# | #define NE_HAVE_LIBPXY 1
# | #define HAVE_EXPAT 1
# | #define SIZEOF_XML_SIZE 8
# | #define NE_FMT_XML_SIZE "ld"
# | #define NE_HAVE_DAV 1
# | #define SIZEOF_TIME_T 8
# | #define NE_FMT_TIME_T "ld"
# | #define ENABLE_NETRC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_FNMATCH 1
# | #define HAVE_DIRENT_H 1
# | #define RETSIGTYPE void
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_STRCOLL 1
# | #define HAVE_TCSETATTR 1
# | #define HAVE_GETPASS 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_STRTOULL 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_STDARG_H 1
# | /* end confdefs.h. */
# | #include
# configure:21789: result: no
# configure:21822: checking for vmsdir.h
# configure:21831: result: no
# configure:21700: checking for memory.h
# configure:21707: result: yes
# configure:21711: checking alloca.h usability
# configure:21728: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# configure:21735: $? = 0
# configure:21749: result: yes
# configure:21753: checking alloca.h presence
# configure:21768: clang -E conftest.c
# configure:21775: $? = 0
# configure:21789: result: yes
# configure:21822: checking for alloca.h
# configure:21831: result: yes
# configure:21711: checking ncurses.h usability
# configure:21728: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# configure:21735: $? = 0
# configure:21749: result: yes
# configure:21753: checking ncurses.h presence
# configure:21768: clang -E conftest.c
# configure:21775: $? = 0
# configure:21789: result: yes
# configure:21822: checking for ncurses.h
# configure:21831: result: yes
# configure:21711: checking sgtty.h usability
# configure:21728: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# configure:21735: $? = 0
# configure:21749: result: yes
# configure:21753: checking sgtty.h presence
# configure:21768: clang -E conftest.c
# configure:21775: $? = 0
# configure:21789: result: yes
# configure:21822: checking for sgtty.h
# configure:21831: result: yes
# configure:21711: checking termios.h usability
# configure:21728: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# configure:21735: $? = 0
# configure:21749: result: yes
# configure:21753: checking termios.h presence
# configure:21768: clang -E conftest.c
# configure:21775: $? = 0
# configure:21789: result: yes
# configure:21822: checking for termios.h
# configure:21831: result: yes
# configure:21711: checking termio.h usability
# configure:21728: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# configure:21735: $? = 0
# configure:21749: result: yes
# configure:21753: checking termio.h presence
# configure:21768: clang -E conftest.c
# configure:21775: $? = 0
# configure:21789: result: yes
# configure:21822: checking for termio.h
# configure:21831: result: yes
# configure:21853: checking for localtime_r
# configure:21909: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:21916: $? = 0
# configure:21938: result: yes
# configure:21955: checking for strftime
# configure:22011: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:22018: $? = 0
# configure:22040: result: yes
# configure:22062: checking for a thread-safe mkdir -p
# configure:22101: result: /usr/bin/mkdir -p
# configure:22111: checking whether NLS is requested
# configure:22120: result: yes
# configure:22161: checking for msgfmt
# configure: trying /usr/bin/msgfmt...
# 0 translated messages.
# configure:22193: result: /usr/bin/msgfmt
# configure:22202: checking for gmsgfmt
# configure:22233: result: /usr/bin/msgfmt
# configure:22284: checking for xgettext
# configure: trying /usr/bin/xgettext...
# /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
# configure:22316: result: /usr/bin/xgettext
# configure:22362: checking for msgmerge
# configure: trying /usr/bin/msgmerge...
# configure:22393: result: /usr/bin/msgmerge
# configure:22416: checking build system type
# configure:22434: result: x86_64-unknown-linux-gnu
# configure:22456: checking host system type
# configure:22471: result: x86_64-unknown-linux-gnu
# configure:22494: checking whether we are using the GNU C Library 2 or newer
# configure:22525: result: yes
# configure:22536: checking for simple visibility declarations
# configure:22568: clang -c -I$(top_srcdir)/lib/neon -fvisibility=hidden conftest.c >&5
# configure:22575: $? = 0
# configure:22592: result: yes
# configure:22608: checking for stdint.h
# configure:22635: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# configure:22642: $? = 0
# configure:22657: result: yes
# configure:22669: checking for working alloca.h
# configure:22696: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:22703: $? = 0
# configure:22723: result: yes
# configure:22733: checking for alloca
# configure:22780: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:22787: $? = 0
# configure:22807: result: yes
# configure:23050: checking for stdlib.h
# configure:23057: result: yes
# configure:23050: checking for unistd.h
# configure:23057: result: yes
# configure:23200: checking for getpagesize
# configure:23256: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:23263: $? = 0
# configure:23285: result: yes
# configure:23297: checking for working mmap
# configure:23444: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:23448: $? = 0
# configure:23454: ./conftest
# configure:23458: $? = 0
# configure:23475: result: yes
# configure:23488: checking whether integer division by zero raises SIGFPE
# configure:23564: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# conftest.c:156:5: error: redefinition of 'nan' as different kind of symbol
# int nan;
# ^
# conftest.c:156:5: note: previous definition is here
# conftest.c:171:7: error: non-object type 'double (const char *)' is not assignable
# nan = y / y;
# ~~~ ^
# 2 errors generated.
# configure:23568: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define SIZEOF_SIZE_T 8
# | #define NE_FMT_SIZE_T "lu"
# | #define SIZEOF_OFF_T 8
# | #define NE_FMT_OFF_T "ld"
# | #define SIZEOF_SSIZE_T 8
# | #define NE_FMT_SSIZE_T "ld"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define NEON_VERSION "0.29.1"
# | #define NE_VERSION_MAJOR (0)
# | #define NE_VERSION_MINOR (29)
# | #define NE_VERSION_PATCH (1)
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_STRTOLL 1
# | #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
# | #define HAVE_STRCASECMP 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_STPCPY 1
# | #define HAVE_POLL 1
# | #define HAVE_FCNTL 1
# | #define HAVE_GETSOCKOPT 1
# | #define NE_USE_POLL 1
# | #define HAVE_DECL_STPCPY 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define NE_HAVE_IPV6 1
# | #define USE_GETADDRINFO 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define HAVE_OPENSSL_SSL_H 1
# | #define HAVE_OPENSSL_OPENSSLV_H 1
# | #define NE_HAVE_SSL 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_NTLM 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_GSS_INIT_SEC_CONTEXT 1
# | #define HAVE_GSSAPI 1
# | #define HAVE_GSSAPI_GSSAPI_GENERIC_H 1
# | #define HAVE_LIBPROXY 1
# | #define NE_HAVE_LIBPXY 1
# | #define HAVE_EXPAT 1
# | #define SIZEOF_XML_SIZE 8
# | #define NE_FMT_XML_SIZE "ld"
# | #define NE_HAVE_DAV 1
# | #define SIZEOF_TIME_T 8
# | #define NE_FMT_TIME_T "ld"
# | #define ENABLE_NETRC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_FNMATCH 1
# | #define HAVE_DIRENT_H 1
# | #define RETSIGTYPE void
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_STRCOLL 1
# | #define HAVE_TCSETATTR 1
# | #define HAVE_GETPASS 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_STRTOULL 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | static void
# | sigfpe_handler (int sig)
# | {
# | /* Exit with code 0 if SIGFPE, with code 1 if any other signal. */
# | exit (sig != SIGFPE);
# | }
# |
# | int x = 1;
# | int y = 0;
# | int z;
# | int nan;
# |
# | int main ()
# | {
# | signal (SIGFPE, sigfpe_handler);
# | /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */
# | #if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP)
# | signal (SIGTRAP, sigfpe_handler);
# | #endif
# | /* Linux/SPARC yields signal SIGILL. */
# | #if defined (__sparc__) && defined (__linux__)
# | signal (SIGILL, sigfpe_handler);
# | #endif
# |
# | z = x / y;
# | nan = y / y;
# | exit (1);
# | }
# |
# configure:23597: result: no
# configure:23610: checking for inttypes.h
# configure:23637: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# configure:23644: $? = 0
# configure:23659: result: yes
# configure:23696: checking for inttypes.h
# configure:23703: result: yes
# configure:23843: checking whether the inttypes.h PRIxNN macros are broken
# configure:23874: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# configure:23881: $? = 0
# configure:23897: result: no
# configure:23992: checking for ld used by GCC
# configure:24056: result: /usr/bin/ld
# configure:24065: checking if the linker (/usr/bin/ld) is GNU ld
# configure:24078: result: yes
# configure:24085: checking for shared library run path origin
# configure:24098: result: done
# configure:24144: checking whether imported symbols can be declared weak
# configure:24169: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:24176: $? = 0
# configure:24195: result: yes
# configure:24210: checking pthread.h usability
# configure:24227: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# configure:24234: $? = 0
# configure:24248: result: yes
# configure:24252: checking pthread.h presence
# configure:24267: clang -E conftest.c
# configure:24274: $? = 0
# configure:24288: result: yes
# configure:24321: checking for pthread.h
# configure:24328: result: yes
# configure:24369: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# conftest.c:150:39: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_mutex_lock((pthread_mutex_t*)0);
# ~~~~~~~~~~~~~~~~~~~^
# conftest.c:151:58: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_mutexattr_init((pthread_mutexattr_t*)0);
# ~~~~~~~~~~~~~~~~~~~~~~~^
# 2 warnings generated.
# /tmp/conftest-167be8.o: In function `main':
# conftest.c:(.text+0x20): undefined reference to `pthread_mutexattr_init'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:24376: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define SIZEOF_SIZE_T 8
# | #define NE_FMT_SIZE_T "lu"
# | #define SIZEOF_OFF_T 8
# | #define NE_FMT_OFF_T "ld"
# | #define SIZEOF_SSIZE_T 8
# | #define NE_FMT_SSIZE_T "ld"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define NEON_VERSION "0.29.1"
# | #define NE_VERSION_MAJOR (0)
# | #define NE_VERSION_MINOR (29)
# | #define NE_VERSION_PATCH (1)
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_STRTOLL 1
# | #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
# | #define HAVE_STRCASECMP 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_STPCPY 1
# | #define HAVE_POLL 1
# | #define HAVE_FCNTL 1
# | #define HAVE_GETSOCKOPT 1
# | #define NE_USE_POLL 1
# | #define HAVE_DECL_STPCPY 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define NE_HAVE_IPV6 1
# | #define USE_GETADDRINFO 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define HAVE_OPENSSL_SSL_H 1
# | #define HAVE_OPENSSL_OPENSSLV_H 1
# | #define NE_HAVE_SSL 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_NTLM 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_GSS_INIT_SEC_CONTEXT 1
# | #define HAVE_GSSAPI 1
# | #define HAVE_GSSAPI_GSSAPI_GENERIC_H 1
# | #define HAVE_LIBPROXY 1
# | #define NE_HAVE_LIBPXY 1
# | #define HAVE_EXPAT 1
# | #define SIZEOF_XML_SIZE 8
# | #define NE_FMT_XML_SIZE "ld"
# | #define NE_HAVE_DAV 1
# | #define SIZEOF_TIME_T 8
# | #define NE_FMT_TIME_T "ld"
# | #define ENABLE_NETRC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_FNMATCH 1
# | #define HAVE_DIRENT_H 1
# | #define RETSIGTYPE void
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_STRCOLL 1
# | #define HAVE_TCSETATTR 1
# | #define HAVE_GETPASS 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_STRTOULL 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define INTDIV0_RAISES_SIGFPE 0
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_INTTYPES_H 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | pthread_mutex_lock((pthread_mutex_t*)0);
# | pthread_mutexattr_init((pthread_mutexattr_t*)0);
# | ;
# | return 0;
# | }
# configure:24484: checking for pthread_kill in -lpthread
# configure:24519: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lpthread -lreadline -lcurses >&5
# configure:24526: $? = 0
# configure:24547: result: yes
# configure:24650: checking for pthread_rwlock_t
# configure:24679: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# configure:24686: $? = 0
# configure:24714: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# conftest.c:153:31: error: expected expression
# if (sizeof ((pthread_rwlock_t)))
# ^
# 1 error generated.
# configure:24721: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define SIZEOF_SIZE_T 8
# | #define NE_FMT_SIZE_T "lu"
# | #define SIZEOF_OFF_T 8
# | #define NE_FMT_OFF_T "ld"
# | #define SIZEOF_SSIZE_T 8
# | #define NE_FMT_SSIZE_T "ld"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define NEON_VERSION "0.29.1"
# | #define NE_VERSION_MAJOR (0)
# | #define NE_VERSION_MINOR (29)
# | #define NE_VERSION_PATCH (1)
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_STRTOLL 1
# | #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
# | #define HAVE_STRCASECMP 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_STPCPY 1
# | #define HAVE_POLL 1
# | #define HAVE_FCNTL 1
# | #define HAVE_GETSOCKOPT 1
# | #define NE_USE_POLL 1
# | #define HAVE_DECL_STPCPY 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define NE_HAVE_IPV6 1
# | #define USE_GETADDRINFO 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define HAVE_OPENSSL_SSL_H 1
# | #define HAVE_OPENSSL_OPENSSLV_H 1
# | #define NE_HAVE_SSL 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_NTLM 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_GSS_INIT_SEC_CONTEXT 1
# | #define HAVE_GSSAPI 1
# | #define HAVE_GSSAPI_GSSAPI_GENERIC_H 1
# | #define HAVE_LIBPROXY 1
# | #define NE_HAVE_LIBPXY 1
# | #define HAVE_EXPAT 1
# | #define SIZEOF_XML_SIZE 8
# | #define NE_FMT_XML_SIZE "ld"
# | #define NE_HAVE_DAV 1
# | #define SIZEOF_TIME_T 8
# | #define NE_FMT_TIME_T "ld"
# | #define ENABLE_NETRC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_FNMATCH 1
# | #define HAVE_DIRENT_H 1
# | #define RETSIGTYPE void
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_STRCOLL 1
# | #define HAVE_TCSETATTR 1
# | #define HAVE_GETPASS 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_STRTOULL 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define INTDIV0_RAISES_SIGFPE 0
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_INTTYPES_H 1
# | #define USE_POSIX_THREADS 1
# | #define USE_POSIX_THREADS_WEAK 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof ((pthread_rwlock_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:24744: result: yes
# configure:24781: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# configure:24788: $? = 0
# configure:25470: checking for multithread API to use
# configure:25472: result: posix
# configure:25950: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:25957: $? = 0
# configure:26001: checking argz.h usability
# configure:26018: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# configure:26025: $? = 0
# configure:26039: result: yes
# configure:26043: checking argz.h presence
# configure:26058: clang -E conftest.c
# configure:26065: $? = 0
# configure:26079: result: yes
# configure:26112: checking for argz.h
# configure:26121: result: yes
# configure:25990: checking for inttypes.h
# configure:25997: result: yes
# configure:25990: checking for limits.h
# configure:25997: result: yes
# configure:25990: checking for unistd.h
# configure:25997: result: yes
# configure:26001: checking sys/param.h usability
# configure:26018: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# configure:26025: $? = 0
# configure:26039: result: yes
# configure:26043: checking sys/param.h presence
# configure:26058: clang -E conftest.c
# configure:26065: $? = 0
# configure:26079: result: yes
# configure:26112: checking for sys/param.h
# configure:26121: result: yes
# configure:26157: checking for getcwd
# configure:26213: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:26220: $? = 0
# configure:26242: result: yes
# configure:26157: checking for getegid
# configure:26213: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:26220: $? = 0
# configure:26242: result: yes
# configure:26157: checking for geteuid
# configure:26213: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:26220: $? = 0
# configure:26242: result: yes
# configure:26157: checking for getgid
# configure:26213: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:26220: $? = 0
# configure:26242: result: yes
# configure:26157: checking for getuid
# configure:26213: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:26220: $? = 0
# configure:26242: result: yes
# configure:26157: checking for mempcpy
# configure:26213: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:26220: $? = 0
# configure:26242: result: yes
# configure:26157: checking for munmap
# configure:26213: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:26220: $? = 0
# configure:26242: result: yes
# configure:26157: checking for stpcpy
# configure:26242: result: yes
# configure:26157: checking for strcasecmp
# configure:26242: result: yes
# configure:26157: checking for strdup
# configure:26242: result: yes
# configure:26157: checking for strtoul
# configure:26213: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:26220: $? = 0
# configure:26242: result: yes
# configure:26157: checking for tsearch
# configure:26213: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:26220: $? = 0
# configure:26242: result: yes
# configure:26157: checking for argz_count
# configure:26213: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:26220: $? = 0
# configure:26242: result: yes
# configure:26157: checking for argz_stringify
# configure:26213: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:26220: $? = 0
# configure:26242: result: yes
# configure:26157: checking for argz_next
# configure:26213: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:26220: $? = 0
# configure:26242: result: yes
# configure:26157: checking for __fsetlocking
# configure:26213: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:26220: $? = 0
# configure:26242: result: yes
# configure:26256: checking whether feof_unlocked is declared
# configure:26286: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# configure:26293: $? = 0
# configure:26308: result: yes
# configure:26322: checking whether fgets_unlocked is declared
# configure:26352: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# configure:26359: $? = 0
# configure:26374: result: yes
# configure:26418: checking for iconv
# configure:26450: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:26457: $? = 0
# configure:26534: result: yes
# configure:26537: checking for working iconv
# configure:26623: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:26627: $? = 0
# configure:26633: ./conftest
# configure:26637: $? = 0
# configure:26656: result: yes
# configure:26686: checking for iconv declaration
# configure:26725: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# configure:26732: $? = 0
# configure:26751: result:
# extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
# configure:26762: checking for NL_LOCALE_NAME macro
# configure:26791: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:26798: $? = 0
# configure:26819: result: yes
# configure:26833: checking for bison
# configure:26849: found /usr/bin/bison
# configure:26860: result: bison
# configure:26874: checking version of bison
# configure:26883: result: 3.0.4, ok
# configure:26891: checking for long long int
# configure:26941: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:26948: $? = 0
# configure:26995: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:26999: $? = 0
# configure:27005: ./conftest
# configure:27009: $? = 0
# configure:27036: result: yes
# configure:27047: checking for wchar_t
# configure:27074: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# configure:27081: $? = 0
# configure:27096: result: yes
# configure:27107: checking for wint_t
# configure:27142: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# configure:27149: $? = 0
# configure:27164: result: yes
# configure:27177: checking for intmax_t
# configure:27213: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# configure:27220: $? = 0
# configure:27235: result: yes
# configure:27247: checking whether printf() supports POSIX/XSI format strings
# configure:27302: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:27306: $? = 0
# configure:27312: ./conftest
# configure:27316: $? = 0
# configure:27334: result: yes
# configure:27347: checking whether we are using the GNU C Library 2.1 or newer
# configure:27378: result: yes
# configure:27390: checking for stdint.h
# configure:27397: result: yes
# configure:27536: checking for SIZE_MAX
# configure:28270: result: yes
# configure:28288: checking for stdint.h
# configure:28295: result: yes
# configure:28436: checking for CFPreferencesCopyAppValue
# configure:28464: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:184:10: fatal error: 'CoreFoundation/CFPreferences.h' file not found
# #include
# ^
# 1 error generated.
# configure:28471: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define SIZEOF_SIZE_T 8
# | #define NE_FMT_SIZE_T "lu"
# | #define SIZEOF_OFF_T 8
# | #define NE_FMT_OFF_T "ld"
# | #define SIZEOF_SSIZE_T 8
# | #define NE_FMT_SSIZE_T "ld"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define NEON_VERSION "0.29.1"
# | #define NE_VERSION_MAJOR (0)
# | #define NE_VERSION_MINOR (29)
# | #define NE_VERSION_PATCH (1)
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_STRTOLL 1
# | #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
# | #define HAVE_STRCASECMP 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_STPCPY 1
# | #define HAVE_POLL 1
# | #define HAVE_FCNTL 1
# | #define HAVE_GETSOCKOPT 1
# | #define NE_USE_POLL 1
# | #define HAVE_DECL_STPCPY 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define NE_HAVE_IPV6 1
# | #define USE_GETADDRINFO 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define HAVE_OPENSSL_SSL_H 1
# | #define HAVE_OPENSSL_OPENSSLV_H 1
# | #define NE_HAVE_SSL 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_NTLM 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_GSS_INIT_SEC_CONTEXT 1
# | #define HAVE_GSSAPI 1
# | #define HAVE_GSSAPI_GSSAPI_GENERIC_H 1
# | #define HAVE_LIBPROXY 1
# | #define NE_HAVE_LIBPXY 1
# | #define HAVE_EXPAT 1
# | #define SIZEOF_XML_SIZE 8
# | #define NE_FMT_XML_SIZE "ld"
# | #define NE_HAVE_DAV 1
# | #define SIZEOF_TIME_T 8
# | #define NE_FMT_TIME_T "ld"
# | #define ENABLE_NETRC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_FNMATCH 1
# | #define HAVE_DIRENT_H 1
# | #define RETSIGTYPE void
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_STRCOLL 1
# | #define HAVE_TCSETATTR 1
# | #define HAVE_GETPASS 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_STRTOULL 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define INTDIV0_RAISES_SIGFPE 0
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_INTTYPES_H 1
# | #define USE_POSIX_THREADS 1
# | #define USE_POSIX_THREADS_WEAK 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_BUILTIN_EXPECT 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETEGID 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETGID 1
# | #define HAVE_GETUID 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_STPCPY 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_TSEARCH 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE___FSETLOCKING 1
# | #define HAVE_DECL_FEOF_UNLOCKED 1
# | #define HAVE_DECL_FGETS_UNLOCKED 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define HAVE_NL_LOCALE_NAME 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_POSIX_PRINTF 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDINT_H 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFPreferencesCopyAppValue(NULL, NULL)
# | ;
# | return 0;
# | }
# configure:28492: result: no
# configure:28501: checking for CFLocaleCopyCurrent
# configure:28529: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:184:10: fatal error: 'CoreFoundation/CFLocale.h' file not found
# #include
# ^
# 1 error generated.
# configure:28536: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define SIZEOF_SIZE_T 8
# | #define NE_FMT_SIZE_T "lu"
# | #define SIZEOF_OFF_T 8
# | #define NE_FMT_OFF_T "ld"
# | #define SIZEOF_SSIZE_T 8
# | #define NE_FMT_SSIZE_T "ld"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define NEON_VERSION "0.29.1"
# | #define NE_VERSION_MAJOR (0)
# | #define NE_VERSION_MINOR (29)
# | #define NE_VERSION_PATCH (1)
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_STRTOLL 1
# | #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
# | #define HAVE_STRCASECMP 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_STPCPY 1
# | #define HAVE_POLL 1
# | #define HAVE_FCNTL 1
# | #define HAVE_GETSOCKOPT 1
# | #define NE_USE_POLL 1
# | #define HAVE_DECL_STPCPY 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define NE_HAVE_IPV6 1
# | #define USE_GETADDRINFO 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define HAVE_OPENSSL_SSL_H 1
# | #define HAVE_OPENSSL_OPENSSLV_H 1
# | #define NE_HAVE_SSL 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_NTLM 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_GSS_INIT_SEC_CONTEXT 1
# | #define HAVE_GSSAPI 1
# | #define HAVE_GSSAPI_GSSAPI_GENERIC_H 1
# | #define HAVE_LIBPROXY 1
# | #define NE_HAVE_LIBPXY 1
# | #define HAVE_EXPAT 1
# | #define SIZEOF_XML_SIZE 8
# | #define NE_FMT_XML_SIZE "ld"
# | #define NE_HAVE_DAV 1
# | #define SIZEOF_TIME_T 8
# | #define NE_FMT_TIME_T "ld"
# | #define ENABLE_NETRC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_FNMATCH 1
# | #define HAVE_DIRENT_H 1
# | #define RETSIGTYPE void
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_STRCOLL 1
# | #define HAVE_TCSETATTR 1
# | #define HAVE_GETPASS 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_STRTOULL 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define INTDIV0_RAISES_SIGFPE 0
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_INTTYPES_H 1
# | #define USE_POSIX_THREADS 1
# | #define USE_POSIX_THREADS_WEAK 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_BUILTIN_EXPECT 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETEGID 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETGID 1
# | #define HAVE_GETUID 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_STPCPY 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_TSEARCH 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE___FSETLOCKING 1
# | #define HAVE_DECL_FEOF_UNLOCKED 1
# | #define HAVE_DECL_FGETS_UNLOCKED 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define HAVE_NL_LOCALE_NAME 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_POSIX_PRINTF 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDINT_H 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFLocaleCopyCurrent();
# | ;
# | return 0;
# | }
# configure:28557: result: no
# configure:28577: checking for ptrdiff_t
# configure:28605: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# configure:28612: $? = 0
# configure:28639: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# conftest.c:220:24: error: expected expression
# if (sizeof ((ptrdiff_t)))
# ^
# 1 error generated.
# configure:28646: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define SIZEOF_SIZE_T 8
# | #define NE_FMT_SIZE_T "lu"
# | #define SIZEOF_OFF_T 8
# | #define NE_FMT_OFF_T "ld"
# | #define SIZEOF_SSIZE_T 8
# | #define NE_FMT_SSIZE_T "ld"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define NEON_VERSION "0.29.1"
# | #define NE_VERSION_MAJOR (0)
# | #define NE_VERSION_MINOR (29)
# | #define NE_VERSION_PATCH (1)
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_STRTOLL 1
# | #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
# | #define HAVE_STRCASECMP 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_STPCPY 1
# | #define HAVE_POLL 1
# | #define HAVE_FCNTL 1
# | #define HAVE_GETSOCKOPT 1
# | #define NE_USE_POLL 1
# | #define HAVE_DECL_STPCPY 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define NE_HAVE_IPV6 1
# | #define USE_GETADDRINFO 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define HAVE_OPENSSL_SSL_H 1
# | #define HAVE_OPENSSL_OPENSSLV_H 1
# | #define NE_HAVE_SSL 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_NTLM 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_GSS_INIT_SEC_CONTEXT 1
# | #define HAVE_GSSAPI 1
# | #define HAVE_GSSAPI_GSSAPI_GENERIC_H 1
# | #define HAVE_LIBPROXY 1
# | #define NE_HAVE_LIBPXY 1
# | #define HAVE_EXPAT 1
# | #define SIZEOF_XML_SIZE 8
# | #define NE_FMT_XML_SIZE "ld"
# | #define NE_HAVE_DAV 1
# | #define SIZEOF_TIME_T 8
# | #define NE_FMT_TIME_T "ld"
# | #define ENABLE_NETRC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_FNMATCH 1
# | #define HAVE_DIRENT_H 1
# | #define RETSIGTYPE void
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_STRCOLL 1
# | #define HAVE_TCSETATTR 1
# | #define HAVE_GETPASS 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_STRTOULL 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define INTDIV0_RAISES_SIGFPE 0
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_INTTYPES_H 1
# | #define USE_POSIX_THREADS 1
# | #define USE_POSIX_THREADS_WEAK 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_BUILTIN_EXPECT 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETEGID 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETGID 1
# | #define HAVE_GETUID 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_STPCPY 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_TSEARCH 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE___FSETLOCKING 1
# | #define HAVE_DECL_FEOF_UNLOCKED 1
# | #define HAVE_DECL_FGETS_UNLOCKED 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define HAVE_NL_LOCALE_NAME 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_POSIX_PRINTF 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDINT_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((ptrdiff_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:28669: result: yes
# configure:28700: checking stddef.h usability
# configure:28717: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# configure:28724: $? = 0
# configure:28738: result: yes
# configure:28742: checking stddef.h presence
# configure:28757: clang -E conftest.c
# configure:28764: $? = 0
# configure:28778: result: yes
# configure:28811: checking for stddef.h
# configure:28820: result: yes
# configure:28689: checking for stdlib.h
# configure:28696: result: yes
# configure:28689: checking for string.h
# configure:28696: result: yes
# configure:28845: checking for asprintf
# configure:28901: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# conftest.c:221:18: warning: format string missing [-Wformat]
# return asprintf ();
# ~~~~~~~~ ^
# 1 warning generated.
# configure:28908: $? = 0
# configure:28930: result: yes
# configure:28845: checking for fwprintf
# configure:28901: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:28908: $? = 0
# configure:28930: result: yes
# configure:28845: checking for putenv
# configure:28901: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:28908: $? = 0
# configure:28930: result: yes
# configure:28845: checking for setenv
# configure:28901: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:28908: $? = 0
# configure:28930: result: yes
# configure:28845: checking for setlocale
# configure:28901: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:28908: $? = 0
# configure:28930: result: yes
# configure:28845: checking for snprintf
# configure:28930: result: yes
# configure:28845: checking for wcslen
# configure:28901: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:28908: $? = 0
# configure:28930: result: yes
# configure:28944: checking whether _snprintf is declared
# configure:28974: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# conftest.c:200:22: error: use of undeclared identifier '_snprintf'
# char *p = (char *) _snprintf;
# ^
# 1 error generated.
# configure:28981: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define SIZEOF_SIZE_T 8
# | #define NE_FMT_SIZE_T "lu"
# | #define SIZEOF_OFF_T 8
# | #define NE_FMT_OFF_T "ld"
# | #define SIZEOF_SSIZE_T 8
# | #define NE_FMT_SSIZE_T "ld"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define NEON_VERSION "0.29.1"
# | #define NE_VERSION_MAJOR (0)
# | #define NE_VERSION_MINOR (29)
# | #define NE_VERSION_PATCH (1)
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_STRTOLL 1
# | #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
# | #define HAVE_STRCASECMP 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_STPCPY 1
# | #define HAVE_POLL 1
# | #define HAVE_FCNTL 1
# | #define HAVE_GETSOCKOPT 1
# | #define NE_USE_POLL 1
# | #define HAVE_DECL_STPCPY 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define NE_HAVE_IPV6 1
# | #define USE_GETADDRINFO 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define HAVE_OPENSSL_SSL_H 1
# | #define HAVE_OPENSSL_OPENSSLV_H 1
# | #define NE_HAVE_SSL 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_NTLM 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_GSS_INIT_SEC_CONTEXT 1
# | #define HAVE_GSSAPI 1
# | #define HAVE_GSSAPI_GSSAPI_GENERIC_H 1
# | #define HAVE_LIBPROXY 1
# | #define NE_HAVE_LIBPXY 1
# | #define HAVE_EXPAT 1
# | #define SIZEOF_XML_SIZE 8
# | #define NE_FMT_XML_SIZE "ld"
# | #define NE_HAVE_DAV 1
# | #define SIZEOF_TIME_T 8
# | #define NE_FMT_TIME_T "ld"
# | #define ENABLE_NETRC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_FNMATCH 1
# | #define HAVE_DIRENT_H 1
# | #define RETSIGTYPE void
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_STRCOLL 1
# | #define HAVE_TCSETATTR 1
# | #define HAVE_GETPASS 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_STRTOULL 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define INTDIV0_RAISES_SIGFPE 0
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_INTTYPES_H 1
# | #define USE_POSIX_THREADS 1
# | #define USE_POSIX_THREADS_WEAK 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_BUILTIN_EXPECT 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETEGID 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETGID 1
# | #define HAVE_GETUID 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_STPCPY 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_TSEARCH 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE___FSETLOCKING 1
# | #define HAVE_DECL_FEOF_UNLOCKED 1
# | #define HAVE_DECL_FGETS_UNLOCKED 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define HAVE_NL_LOCALE_NAME 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_POSIX_PRINTF 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_FWPRINTF 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_WCSLEN 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# |
# | #ifndef _snprintf
# | char *p = (char *) _snprintf;
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:28996: result: no
# configure:29010: checking whether _snwprintf is declared
# configure:29040: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# conftest.c:201:22: error: use of undeclared identifier '_snwprintf'
# char *p = (char *) _snwprintf;
# ^
# 1 error generated.
# configure:29047: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "cadaver"
# | #define PACKAGE_TARNAME "cadaver"
# | #define PACKAGE_VERSION "0.23.3"
# | #define PACKAGE_STRING "cadaver 0.23.3"
# | #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# | #define _GNU_SOURCE 1
# | #define STDC_HEADERS 1
# | #define NE_DEBUGGING 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_ADD_HISTORY 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define SIZEOF_SIZE_T 8
# | #define NE_FMT_SIZE_T "lu"
# | #define SIZEOF_OFF_T 8
# | #define NE_FMT_OFF_T "ld"
# | #define SIZEOF_SSIZE_T 8
# | #define NE_FMT_SSIZE_T "ld"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define NEON_VERSION "0.29.1"
# | #define NE_VERSION_MAJOR (0)
# | #define NE_VERSION_MINOR (29)
# | #define NE_VERSION_PATCH (1)
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_TIMEZONE 1
# | #define HAVE_STRTOLL 1
# | #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
# | #define HAVE_STRCASECMP 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_STPCPY 1
# | #define HAVE_POLL 1
# | #define HAVE_FCNTL 1
# | #define HAVE_GETSOCKOPT 1
# | #define NE_USE_POLL 1
# | #define HAVE_DECL_STPCPY 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define NE_HAVE_IPV6 1
# | #define USE_GETADDRINFO 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define HAVE_OPENSSL_SSL_H 1
# | #define HAVE_OPENSSL_OPENSSLV_H 1
# | #define NE_HAVE_SSL 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_NTLM 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_GSS_INIT_SEC_CONTEXT 1
# | #define HAVE_GSSAPI 1
# | #define HAVE_GSSAPI_GSSAPI_GENERIC_H 1
# | #define HAVE_LIBPROXY 1
# | #define NE_HAVE_LIBPXY 1
# | #define HAVE_EXPAT 1
# | #define SIZEOF_XML_SIZE 8
# | #define NE_FMT_XML_SIZE "ld"
# | #define NE_HAVE_DAV 1
# | #define SIZEOF_TIME_T 8
# | #define NE_FMT_TIME_T "ld"
# | #define ENABLE_NETRC 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_FNMATCH 1
# | #define HAVE_DIRENT_H 1
# | #define RETSIGTYPE void
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_STRCOLL 1
# | #define HAVE_TCSETATTR 1
# | #define HAVE_GETPASS 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_STRTOULL 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define INTDIV0_RAISES_SIGFPE 0
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_INTTYPES_H 1
# | #define USE_POSIX_THREADS 1
# | #define USE_POSIX_THREADS_WEAK 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_BUILTIN_EXPECT 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETEGID 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETGID 1
# | #define HAVE_GETUID 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_STPCPY 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_TSEARCH 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE___FSETLOCKING 1
# | #define HAVE_DECL_FEOF_UNLOCKED 1
# | #define HAVE_DECL_FGETS_UNLOCKED 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define HAVE_NL_LOCALE_NAME 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_POSIX_PRINTF 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_FWPRINTF 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_DECL__SNPRINTF 0
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# |
# | #ifndef _snwprintf
# | char *p = (char *) _snwprintf;
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:29062: result: no
# configure:29077: checking whether getc_unlocked is declared
# configure:29107: clang -c -I$(top_srcdir)/lib/neon conftest.c >&5
# configure:29114: $? = 0
# configure:29129: result: yes
# configure:29168: checking for nl_langinfo and CODESET
# configure:29194: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:29201: $? = 0
# configure:29222: result: yes
# configure:29233: checking for LC_MESSAGES
# configure:29259: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:29266: $? = 0
# configure:29286: result: yes
# configure:29440: checking for CFPreferencesCopyAppValue
# configure:29496: result: no
# configure:29505: checking for CFLocaleCopyCurrent
# configure:29561: result: no
# configure:29598: checking whether included gettext is requested
# configure:29608: result: no
# configure:29631: checking for GNU gettext in libc
# configure:29661: clang -o conftest -I$(top_srcdir)/lib/neon conftest.c -lreadline -lcurses >&5
# configure:29668: $? = 0
# configure:29690: result: yes
# configure:30316: checking whether to use NLS
# configure:30318: result: yes
# configure:30321: checking where the gettext function comes from
# configure:30332: result: libc
# configure:30571: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by cadaver config.status 0.23.3, which was
# generated by GNU Autoconf 2.63. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 3fca3d0df41f
#
# config.status:1012: creating Makefile
# config.status:1012: creating lib/neon/Makefile
# config.status:1012: creating lib/intl/Makefile
# config.status:1012: creating po/Makefile.in
# config.status:1012: creating config.h
# config.status:1252: executing po-directories commands
# configure:31869: Configured to build cadaver 0.23.3:
#
# Install prefix: /usr
# Compiler: clang
# Neon library: included libneon (0.29.1)
# XML Parser: expat
# SSL library: SSL support enabled, using OpenSSL (0.9.7 or later)
# Internationalization: Built using native support
# GNU readline support: enabled
#
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# 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=clang
# 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=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_CRYPTO_set_idptr_callback=no
# ac_cv_func_SSL_SESSION_cmp=no
# ac_cv_func___fsetlocking=yes
# ac_cv_func___secure_getenv=no
# ac_cv_func_alloca_works=yes
# ac_cv_func_argz_count=yes
# ac_cv_func_argz_next=yes
# ac_cv_func_argz_stringify=yes
# ac_cv_func_asprintf=yes
# ac_cv_func_fchmod=yes
# ac_cv_func_fcntl=yes
# ac_cv_func_fnmatch_works=yes
# ac_cv_func_fwprintf=yes
# ac_cv_func_gai_strerror=yes
# ac_cv_func_getcwd=yes
# ac_cv_func_getegid=yes
# ac_cv_func_geteuid=yes
# ac_cv_func_getgid=yes
# ac_cv_func_getnameinfo=yes
# ac_cv_func_getopt_long=yes
# ac_cv_func_getpagesize=yes
# ac_cv_func_getpass=yes
# ac_cv_func_getsockopt=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_getuid=yes
# ac_cv_func_gss_init_sec_context=yes
# ac_cv_func_inet_ntop=yes
# ac_cv_func_inet_pton=yes
# ac_cv_func_localtime_r=yes
# ac_cv_func_memcpy=yes
# ac_cv_func_mempcpy=yes
# ac_cv_func_mmap_fixed_mapped=yes
# ac_cv_func_munmap=yes
# ac_cv_func_poll=yes
# ac_cv_func_putenv=yes
# ac_cv_func_rl_completion_matches=yes
# ac_cv_func_setenv=yes
# ac_cv_func_setlocale=yes
# ac_cv_func_setsockopt=yes
# ac_cv_func_setvbuf=yes
# ac_cv_func_signal=yes
# ac_cv_func_snprintf=yes
# ac_cv_func_stpcpy=yes
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strcoll=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strerror_r=yes
# ac_cv_func_strerror_r_char_p=yes
# ac_cv_func_strftime=yes
# ac_cv_func_strtoll=yes
# ac_cv_func_strtoul=yes
# ac_cv_func_strtoull=yes
# ac_cv_func_stty=no
# ac_cv_func_tcsetattr=yes
# ac_cv_func_tsearch=yes
# ac_cv_func_wcslen=yes
# ac_cv_gnu_library_2=yes
# ac_cv_gnu_library_2_1=yes
# ac_cv_have_decl_GSS_C_NT_HOSTBASED_SERVICE=yes
# ac_cv_have_decl__snprintf=no
# ac_cv_have_decl__snwprintf=no
# ac_cv_have_decl_feof_unlocked=yes
# ac_cv_have_decl_fgets_unlocked=yes
# ac_cv_have_decl_getc_unlocked=yes
# ac_cv_have_decl_getenv=yes
# ac_cv_have_decl_stpcpy=yes
# ac_cv_have_decl_strerror_r=yes
# ac_cv_header_alloca_h=yes
# ac_cv_header_argz_h=yes
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_expat_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_gssapi_gssapi_generic_h=yes
# ac_cv_header_gssapi_gssapi_h=yes
# ac_cv_header_history_h=no
# ac_cv_header_iconv_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_libintl_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_ncurses_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_openssl_opensslv_h=yes
# ac_cv_header_openssl_ssl_h=yes
# ac_cv_header_pthread_h=yes
# ac_cv_header_pwd_h=yes
# ac_cv_header_readline_h=no
# ac_cv_header_readline_history_h=yes
# ac_cv_header_readline_readline_h=yes
# ac_cv_header_sgtty_h=yes
# ac_cv_header_signal_h=yes
# ac_cv_header_stat_broken=no
# ac_cv_header_stdarg_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stddef_h=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_limits_h=no
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_poll_h=yes
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_termio_h=yes
# ac_cv_header_termios_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_vmsdir_h=no
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_curses_tputs=yes
# ac_cv_lib_expat_XML_SetXmlDeclHandler=yes
# ac_cv_lib_pthread_pthread_kill=yes
# ac_cv_lib_readline_readline=yes
# ac_cv_member_struct_tm___tm_gmtoff=no
# ac_cv_member_struct_tm_tm_gmtoff=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GMSGFMT=/usr/bin/msgfmt
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_KRB5_CONFIG=/usr/bin/krb5-config
# ac_cv_path_MSGFMT=/usr/bin/msgfmt
# ac_cv_path_MSGMERGE=/usr/bin/msgmerge
# ac_cv_path_NEON_CONFIG=/usr/bin/neon-config
# ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_XGETTEXT=/usr/bin/xgettext
# ac_cv_path_ac_pt_AR=/usr/bin/ar
# ac_cv_path_ac_pt_RANLIB=/usr/bin/ranlib
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_INTLBISON=bison
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_search_add_history='none required'
# ac_cv_search_opendir='none required'
# ac_cv_search_strerror='none required'
# ac_cv_sizeof_XML_Size=8
# ac_cv_sizeof_int=4
# ac_cv_sizeof_long=8
# ac_cv_sizeof_long_long=8
# ac_cv_sizeof_off_t=8
# ac_cv_sizeof_size_t=8
# ac_cv_sizeof_ssize_t=8
# ac_cv_sizeof_time_t=8
# ac_cv_type_XML_Size=yes
# ac_cv_type_long_long_int=yes
# ac_cv_type_off_t=yes
# ac_cv_type_pthread_rwlock_t=yes
# ac_cv_type_ptrdiff_t=yes
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# ac_cv_type_socklen_t=yes
# ac_cv_type_uintmax_t=yes
# ac_cv_type_unsigned_long_long=yes
# ac_cv_type_unsigned_long_long_int=yes
# ac_cv_working_alloca_h=yes
# acl_cv_path_LD=/usr/bin/ld
# acl_cv_prog_gnu_ld=yes
# acl_cv_rpath=done
# am_cv_func_iconv=yes
# am_cv_func_iconv_works=yes
# am_cv_langinfo_codeset=yes
# am_cv_lib_iconv=no
# am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
# am_cv_proto_iconv_arg1=
# gl_cv_cc_visibility=yes
# gl_cv_header_inttypes_h=yes
# gl_cv_header_stdint_h=yes
# gl_cv_size_max=yes
# gt_cv_c_intmax_t=yes
# gt_cv_c_wchar_t=yes
# gt_cv_c_wint_t=yes
# gt_cv_func_CFLocaleCopyCurrent=no
# gt_cv_func_CFPreferencesCopyAppValue=no
# gt_cv_func_gnugettext1_libc=yes
# gt_cv_func_printf_posix=yes
# gt_cv_int_divbyzero_sigfpe=no
# gt_cv_inttypes_pri_broken=no
# gt_cv_nl_locale_name=yes
# gt_cv_val_LC_MESSAGES=yes
# ne_cv_cc_timezone=yes
# ne_cv_cc_werror=yes
# ne_cv_fmt_XML_Size=ld
# ne_cv_fmt_off_t=ld
# ne_cv_fmt_size_t=lu
# ne_cv_fmt_ssize_t=ld
# ne_cv_fmt_time_t=ld
# ne_cv_gai_addrconfig=no
# ne_cv_lib_neon=yes
# ne_cv_lib_neonver=no
# ne_cv_lib_ssl097=yes
# ne_cv_libsfor_getaddrinfo='none needed'
# ne_cv_libsfor_socket='none needed'
# ne_cv_os_uname=Linux
# ne_cv_pkg_libproxy_1_0=yes
# ne_cv_pkg_openssl=yes
# ne_cv_pkg_pakchois=no
# nls_cv_force_use_gnu_gettext=no
# nls_cv_header_intl=
# nls_cv_header_libgt=
# nls_cv_use_gnu_gettext=no
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ALLOCA=''
# AR='/usr/bin/ar'
# BUILD_INCLUDED_LIBINTL='no'
# CATOBJEXT='.gmo'
# CC='clang'
# CFLAGS=' -I$(top_srcdir)/lib/neon'
# CFLAG_VISIBILITY='-fvisibility=hidden'
# CPP='clang -E'
# CPPFLAGS='-I$(top_builddir) -I$(top_srcdir)/lib '
# DATADIRNAME='share'
# DEFS='-DHAVE_CONFIG_H'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GENCAT='gencat'
# GETTEXT_MACRO_VERSION='0.17'
# GLIBC21='yes'
# GLIBC2='yes'
# GMSGFMT='/usr/bin/msgfmt'
# GMSGFMT_015='/usr/bin/msgfmt'
# GNUTLS_CONFIG=''
# GREP='/usr/bin/grep'
# HAVE_ASPRINTF='1'
# HAVE_POSIX_PRINTF='1'
# HAVE_SNPRINTF='1'
# HAVE_VISIBILITY='1'
# HAVE_WPRINTF='0'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTOBJEXT='.mo'
# INTLBISON='bison'
# INTLLIBS=''
# INTLOBJS=''
# INTL_LIBTOOL_SUFFIX_PREFIX=''
# INTL_MACOSX_LIBS=''
# KRB5_CONFIG='/usr/bin/krb5-config'
# LDFLAGS=''
# LIBICONV=''
# LIBINTL=''
# LIBMULTITHREAD='-lpthread'
# LIBOBJS=' ${LIBOBJDIR}lib/netrc$U.o'
# LIBPTH=''
# LIBPTH_PREFIX=''
# LIBS='-lreadline -lcurses '
# LIBTHREAD=''
# LTLIBC='-lc'
# LTLIBICONV=''
# LTLIBINTL=''
# LTLIBMULTITHREAD='-lpthread'
# LTLIBOBJS=' ${LIBOBJDIR}lib/netrc$U.lo'
# LTLIBPTH=''
# LTLIBTHREAD=''
# MKDIR_P='/usr/bin/mkdir -p'
# MSGFMT='/usr/bin/msgfmt'
# MSGFMT_015='/usr/bin/msgfmt'
# MSGMERGE='/usr/bin/msgmerge'
# NEONOBJS=' $(NEON_DAVOBJS)'
# NEON_BUILD_BUNDLED='yes'
# NEON_CFLAGS=''
# NEON_CONFIG='/usr/bin/neon-config'
# NEON_EXTRAOBJS=' ne_openssl.o'
# NEON_LIBS='-Llib/neon -lneon -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lproxy -lexpat'
# NEON_LINK_FLAGS=''
# NEON_LTLIBS=''
# NEON_OBJEXT='o'
# NEON_SUPPORTS_SSL=''
# NEON_TARGET='libneon.a'
# NE_FLAG_DAV='yes'
# NE_FLAG_IPV6='yes'
# NE_FLAG_LFS='no'
# NE_FLAG_LIBPXY='yes'
# NE_FLAG_SSL='yes'
# NE_FLAG_TS_SSL='no'
# NE_FLAG_ZLIB='no'
# OBJEXT='o'
# PACKAGE_BUGREPORT='cadaver@webdav.org'
# PACKAGE_NAME='cadaver'
# PACKAGE_STRING='cadaver 0.23.3'
# PACKAGE_TARNAME='cadaver'
# PACKAGE_VERSION='0.23.3'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# POSUB='po'
# PRI_MACROS_BROKEN='0'
# RANLIB='/usr/bin/ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# USE_INCLUDED_LIBINTL='no'
# USE_NLS='yes'
# WINDRES=''
# WOE32='no'
# WOE32DLL='no'
# XGETTEXT='/usr/bin/xgettext'
# XGETTEXT_015='/usr/bin/xgettext'
# XGETTEXT_EXTRA_OPTIONS=''
# XML2_CONFIG=''
# ac_ct_CC=''
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# 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='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME "cadaver"
# #define PACKAGE_TARNAME "cadaver"
# #define PACKAGE_VERSION "0.23.3"
# #define PACKAGE_STRING "cadaver 0.23.3"
# #define PACKAGE_BUGREPORT "cadaver@webdav.org"
# #define _GNU_SOURCE 1
# #define STDC_HEADERS 1
# #define NE_DEBUGGING 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_LIBREADLINE 1
# #define HAVE_ADD_HISTORY 1
# #define HAVE_READLINE_HISTORY_H 1
# #define HAVE_READLINE_READLINE_H 1
# #define HAVE_RL_COMPLETION_MATCHES 1
# #define SIZEOF_INT 4
# #define SIZEOF_LONG 8
# #define SIZEOF_LONG_LONG 8
# #define __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define HAVE_ERRNO_H 1
# #define HAVE_STDARG_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STDLIB_H 1
# #define SIZEOF_SIZE_T 8
# #define NE_FMT_SIZE_T "lu"
# #define SIZEOF_OFF_T 8
# #define NE_FMT_OFF_T "ld"
# #define SIZEOF_SSIZE_T 8
# #define NE_FMT_SSIZE_T "ld"
# #define HAVE_DECL_STRERROR_R 1
# #define HAVE_STRERROR_R 1
# #define STRERROR_R_CHAR_P 1
# #define NEON_VERSION "0.29.1"
# #define NE_VERSION_MAJOR (0)
# #define NE_VERSION_MINOR (29)
# #define NE_VERSION_PATCH (1)
# #define HAVE_SYS_TIME_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_LIBINTL_H 1
# #define HAVE_SIGNAL_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_NETINET_TCP_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_SYS_POLL_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_ICONV_H 1
# #define HAVE_TIMEZONE 1
# #define HAVE_STRTOLL 1
# #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
# #define HAVE_STRCASECMP 1
# #define HAVE_SIGNAL 1
# #define HAVE_SETVBUF 1
# #define HAVE_SETSOCKOPT 1
# #define HAVE_STPCPY 1
# #define HAVE_POLL 1
# #define HAVE_FCNTL 1
# #define HAVE_GETSOCKOPT 1
# #define NE_USE_POLL 1
# #define HAVE_DECL_STPCPY 1
# #define HAVE_GAI_STRERROR 1
# #define HAVE_GETNAMEINFO 1
# #define HAVE_INET_NTOP 1
# #define HAVE_INET_PTON 1
# #define NE_HAVE_IPV6 1
# #define USE_GETADDRINFO 1
# #define HAVE_SOCKLEN_T 1
# #define HAVE_STRUCT_TM_TM_GMTOFF 1
# #define HAVE_OPENSSL_SSL_H 1
# #define HAVE_OPENSSL_OPENSSLV_H 1
# #define NE_HAVE_SSL 1
# #define HAVE_OPENSSL 1
# #define HAVE_NTLM 1
# #define HAVE_GSSAPI_GSSAPI_H 1
# #define HAVE_GSS_INIT_SEC_CONTEXT 1
# #define HAVE_GSSAPI 1
# #define HAVE_GSSAPI_GSSAPI_GENERIC_H 1
# #define HAVE_LIBPROXY 1
# #define NE_HAVE_LIBPXY 1
# #define HAVE_EXPAT 1
# #define SIZEOF_XML_SIZE 8
# #define NE_FMT_XML_SIZE "ld"
# #define NE_HAVE_DAV 1
# #define SIZEOF_TIME_T 8
# #define NE_FMT_TIME_T "ld"
# #define ENABLE_NETRC 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE_UNSIGNED_LONG_LONG 1
# #define STDC_HEADERS 1
# #define HAVE_FCNTL_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_DECL_GETENV 1
# #define HAVE_FNMATCH 1
# #define HAVE_DIRENT_H 1
# #define RETSIGTYPE void
# #define HAVE_UNSIGNED_LONG_LONG_INT 1
# #define HAVE_STRDUP 1
# #define HAVE_STRERROR 1
# #define HAVE_MEMCPY 1
# #define HAVE_STRCOLL 1
# #define HAVE_TCSETATTR 1
# #define HAVE_GETPASS 1
# #define HAVE_FCHMOD 1
# #define HAVE_STRTOULL 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_PWD_H 1
# #define HAVE_STDARG_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_NCURSES_H 1
# #define HAVE_SGTTY_H 1
# #define HAVE_TERMIOS_H 1
# #define HAVE_TERMIO_H 1
# #define HAVE_LOCALTIME_R 1
# #define HAVE_STRFTIME 1
# #define HAVE_VISIBILITY 1
# #define HAVE_STDINT_H_WITH_UINTMAX 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_ALLOCA 1
# #define HAVE_STDLIB_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_GETPAGESIZE 1
# #define HAVE_MMAP 1
# #define INTDIV0_RAISES_SIGFPE 0
# #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# #define HAVE_UINTMAX_T 1
# #define HAVE_INTTYPES_H 1
# #define USE_POSIX_THREADS 1
# #define USE_POSIX_THREADS_WEAK 1
# #define HAVE_PTHREAD_RWLOCK 1
# #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# #define HAVE_BUILTIN_EXPECT 1
# #define HAVE_ARGZ_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_GETCWD 1
# #define HAVE_GETEGID 1
# #define HAVE_GETEUID 1
# #define HAVE_GETGID 1
# #define HAVE_GETUID 1
# #define HAVE_MEMPCPY 1
# #define HAVE_MUNMAP 1
# #define HAVE_STPCPY 1
# #define HAVE_STRCASECMP 1
# #define HAVE_STRDUP 1
# #define HAVE_STRTOUL 1
# #define HAVE_TSEARCH 1
# #define HAVE_ARGZ_COUNT 1
# #define HAVE_ARGZ_STRINGIFY 1
# #define HAVE_ARGZ_NEXT 1
# #define HAVE___FSETLOCKING 1
# #define HAVE_DECL_FEOF_UNLOCKED 1
# #define HAVE_DECL_FGETS_UNLOCKED 1
# #define HAVE_ICONV 1
# #define ICONV_CONST
# #define HAVE_NL_LOCALE_NAME 1
# #define HAVE_LONG_LONG_INT 1
# #define HAVE_WCHAR_T 1
# #define HAVE_WINT_T 1
# #define HAVE_INTMAX_T 1
# #define HAVE_POSIX_PRINTF 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDDEF_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_ASPRINTF 1
# #define HAVE_FWPRINTF 1
# #define HAVE_PUTENV 1
# #define HAVE_SETENV 1
# #define HAVE_SETLOCALE 1
# #define HAVE_SNPRINTF 1
# #define HAVE_WCSLEN 1
# #define HAVE_DECL__SNPRINTF 0
# #define HAVE_DECL__SNWPRINTF 0
# #define HAVE_DECL_GETC_UNLOCKED 1
# #define HAVE_LANGINFO_CODESET 1
# #define HAVE_LC_MESSAGES 1
# #define ENABLE_NLS 1
# #define HAVE_GETTEXT 1
# #define HAVE_DCGETTEXT 1
#
# configure: exit 0