Build of apr with vanilla toolchain

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

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

SLOCLanguage
58,895 ansic
11,089 sh
832 perl
392 awk
250 makefile
142 python
71,600 total

The process tree of the build process is here.

List of Errors

Log

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

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

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

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: apr 1.5.2-1 (Wed Aug 24 13:05:12 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# Configuring APR library
# Platform: x86_64-unknown-linux-gnu
# checking for working mkdir -p... yes
# APR Version: 1.5.2
# checking for chosen layout... apr
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking for a sed that does not truncate output... /usr/sbin/sed
# Applying APR hints file rules for x86_64-unknown-linux-gnu
# setting CPPFLAGS to "-DLINUX -D_REENTRANT -D_GNU_SOURCE"
# (Default will be unix)
# checking whether make sets $(MAKE)... yes
# checking how to run the C preprocessor... gcc -E
# checking for gawk... gawk
# checking whether ln -s works... yes
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for rm... rm
# checking for as... as
# checking for cpp... cpp
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking minix/config.h usability... no
# checking minix/config.h presence... no
# checking for minix/config.h... no
# checking whether it is safe to define __EXTENSIONS__... yes
# checking for library containing strerror... none required
# checking whether system uses EBCDIC... no
# performing libtool configuration...
# checking how to print strings... printf
# checking for a sed that does not truncate output... (cached) /usr/sbin/sed
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by gcc... /usr/sbin/ld
# checking if the linker (/usr/sbin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/sbin/nm -B
# checking the name lister (/usr/sbin/nm -B) interface... BSD nm
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/sbin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... dlltool
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for x86_64-unknown-linux-ranlib... ranlib
# checking command to parse /usr/sbin/nm -B output from gcc object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if gcc supports -fno-rtti -fno-exceptions... no
# checking for gcc option to produce PIC... -fPIC -DPIC
# checking if gcc PIC flag -fPIC -DPIC works... yes
# checking if gcc static flag -static works... yes
# checking if gcc supports -c -o file.o... rm: cannot remove 'conftest*': No such file or directory
# yes
# checking if gcc supports -c -o file.o... (cached) yes
# checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... rm: cannot remove 'conftest*': No such file or directory
# no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... no
# grep: /tmp/apr/src/apr-1.5.2/libtool: No such file or directory
#
# Check for compiler flags...
# checking whether the compiler provides atomic builtins... yes
# checking whether to enable -D_LARGEFILE64_SOURCE... no
# configure: Configured for Linux 4.7
#
# Checking for libraries...
# checking for library containing gethostbyname... none required
# checking for library containing gethostname... none required
# checking for library containing socket... none required
# checking for library containing crypt... -lcrypt
# checking for main in -ltruerand... no
# checking for library containing modf... none required
#
# Checking for Threads...
# checking pthread.h usability... yes
# checking pthread.h presence... yes
# checking for pthread.h... yes
# checking for CFLAGS needed for pthreads... -pthread
# setting CFLAGS to "-pthread"
# checking for LIBS needed for pthreads... -lpthread
# adding "-lpthread" to LIBS
# checking for pthread.h... (cached) yes
# checking whether pthread_getspecific takes two arguments... no
# checking whether pthread_attr_getdetachstate takes one argument... no
# checking for recursive mutex support... yes
# checking for pthread_key_delete... yes
# checking for pthread_rwlock_init... yes
# checking for pthread_attr_setguardsize... yes
# checking for pthread_yield... yes
# checking for pthread_rwlock_t... yes
# APR will use threads
# checking for readdir in -lc_r... no
# checking for gethostbyname in -lc_r... no
# checking for gethostbyaddr in -lc_r... no
# checking for getservbyname in -lc_r... no
# checking for gethostbyname_r... yes
# checking for gethostbyaddr_r... yes
# checking for getservbyname_r... yes
# checking for sigsuspend... yes
# checking for sigwait... yes
# checking for poll... yes
# checking for kqueue... no
# checking for port_create... no
# checking for epoll support... yes
# checking for epoll_create1 support... yes
# checking for dup3 support... yes
# checking for accept4 support... yes
# checking for SOCK_CLOEXEC support... yes
# checking for fdatasync... yes
# checking for epoll_create1 support... (cached) yes
# checking for asio -> message queue support... no
# checking for dup3 support... (cached) yes
# checking for accept4 support... (cached) yes
# checking for SOCK_CLOEXEC support... (cached) yes
# checking for getpwnam_r... yes
# checking for getpwuid_r... yes
# checking for getgrnam_r... yes
# checking for getgrgid_r... yes
#
# Checking for Shared Memory Support...
# checking for library containing shm_open... -lrt
# checking for sys/types.h... (cached) yes
# checking sys/mman.h usability... yes
# checking sys/mman.h presence... yes
# checking for sys/mman.h... yes
# checking sys/ipc.h usability... yes
# checking sys/ipc.h presence... yes
# checking for sys/ipc.h... yes
# checking sys/mutex.h usability... no
# checking sys/mutex.h presence... no
# checking for sys/mutex.h... no
# checking sys/shm.h usability... yes
# checking sys/shm.h presence... yes
# checking for sys/shm.h... yes
# checking sys/file.h usability... yes
# checking sys/file.h presence... yes
# checking for sys/file.h... yes
# checking kernel/OS.h usability... no
# checking kernel/OS.h presence... no
# checking for kernel/OS.h... no
# checking os2.h usability... no
# checking os2.h presence... no
# checking for os2.h... no
# checking windows.h usability... no
# checking windows.h presence... no
# checking for windows.h... no
# checking for mmap... yes
# checking for munmap... yes
# checking for shm_open... yes
# checking for shm_unlink... yes
# checking for shmget... yes
# checking for shmat... yes
# checking for shmdt... yes
# checking for shmctl... yes
# checking for create_area... no
# checking for MAP_ANON in sys/mman.h... yes
# checking for /dev/zero... yes
# checking for mmap that can map /dev/zero... yes
# decision on anonymous shared memory allocation method... 4.4BSD-style mmap() via MAP_ANON
# decision on namebased memory allocation method... SysV IPC shmget()
# checking for size_t... yes
# checking for working alloca.h... yes
# checking for alloca... yes
# checking for calloc... yes
# checking for setsid... yes
# checking for isinf... yes
# checking for isnan... yes
# checking for getenv... yes
# checking for putenv... yes
# checking for setenv... yes
# checking for unsetenv... yes
# checking for writev... yes
# checking for getifaddrs... yes
# checking for utime... yes
# checking for utimes... yes
# checking for setrlimit... yes
# checking for getrlimit... yes
# checking for sendfilev in -lsendfile... no
# checking for sendfile... yes
# checking for send_file... no
# checking for sendfilev... no
# checking for sigaction... yes
# checking whether sys_siglist is declared... yes
# checking for fork... yes
# checking for inet_addr... yes
# checking for inet_network... yes
# checking for _getch... no
# checking for strerror_r... yes
# checking for type of return code from strerror_r... pointer
# checking for mmap... (cached) yes
# checking for memmove... yes
# checking for getpass... yes
# checking for getpassphrase... no
# checking for gmtime_r... yes
# checking for localtime_r... yes
# checking for mkstemp... yes
# checking whether sigwait takes one argument... no
# checking for ANSI C header files... (cached) yes
# checking ByteOrder.h usability... no
# checking ByteOrder.h presence... no
# checking for ByteOrder.h... no
# checking conio.h usability... no
# checking conio.h presence... no
# checking for conio.h... no
# checking crypt.h usability... yes
# checking crypt.h presence... yes
# checking for crypt.h... yes
# checking ctype.h usability... yes
# checking ctype.h presence... yes
# checking for ctype.h... yes
# checking dir.h usability... no
# checking dir.h presence... no
# checking for dir.h... no
# checking dirent.h usability... yes
# checking dirent.h presence... yes
# checking for dirent.h... yes
# checking dl.h usability... no
# checking dl.h presence... no
# checking for dl.h... no
# checking for dlfcn.h... (cached) yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking grp.h usability... yes
# checking grp.h presence... yes
# checking for grp.h... yes
# checking io.h usability... no
# checking io.h presence... no
# checking for io.h... no
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking mach-o/dyld.h usability... no
# checking mach-o/dyld.h presence... no
# checking for mach-o/dyld.h... no
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking for memory.h... (cached) yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking osreldate.h usability... no
# checking osreldate.h presence... no
# checking for osreldate.h... no
# checking poll.h usability... yes
# checking poll.h presence... yes
# checking for poll.h... yes
# checking process.h usability... no
# checking process.h presence... no
# checking for process.h... no
# checking pwd.h usability... yes
# checking pwd.h presence... yes
# checking for pwd.h... yes
# checking semaphore.h usability... yes
# checking semaphore.h presence... yes
# checking for semaphore.h... yes
# checking signal.h usability... yes
# checking signal.h presence... yes
# checking for signal.h... yes
# checking stdarg.h usability... yes
# checking stdarg.h presence... yes
# checking for stdarg.h... yes
# checking stddef.h usability... yes
# checking stddef.h presence... yes
# checking for stddef.h... yes
# checking stdio.h usability... yes
# checking stdio.h presence... yes
# checking for stdio.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking for strings.h... (cached) yes
# checking sysapi.h usability... no
# checking sysapi.h presence... no
# checking for sysapi.h... no
# checking sysgtime.h usability... no
# checking sysgtime.h presence... no
# checking for sysgtime.h... no
# checking termios.h usability... yes
# checking termios.h presence... yes
# checking for termios.h... yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking tpfeq.h usability... no
# checking tpfeq.h presence... no
# checking for tpfeq.h... no
# checking tpfio.h usability... no
# checking tpfio.h presence... no
# checking for tpfio.h... no
# checking for unistd.h... (cached) yes
# checking unix.h usability... no
# checking unix.h presence... no
# checking for unix.h... no
# checking for windows.h... (cached) no
# checking winsock2.h usability... no
# checking winsock2.h presence... no
# checking for winsock2.h... no
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking for kernel/OS.h... (cached) no
# checking net/errno.h usability... no
# checking net/errno.h presence... no
# checking for net/errno.h... no
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking netinet/sctp.h usability... no
# checking netinet/sctp.h presence... no
# checking for netinet/sctp.h... no
# checking netinet/sctp_uio.h usability... no
# checking netinet/sctp_uio.h presence... no
# checking for netinet/sctp_uio.h... no
# checking for sys/file.h... (cached) yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking for sys/mman.h... (cached) yes
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking sys/poll.h usability... yes
# checking sys/poll.h presence... yes
# checking for sys/poll.h... yes
# checking sys/resource.h usability... yes
# checking sys/resource.h presence... yes
# checking for sys/resource.h... yes
# checking sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking sys/sem.h usability... yes
# checking sys/sem.h presence... yes
# checking for sys/sem.h... yes
# checking sys/sendfile.h usability... yes
# checking sys/sendfile.h presence... yes
# checking for sys/sendfile.h... yes
# checking sys/signal.h usability... yes
# checking sys/signal.h presence... yes
# checking for sys/signal.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking sys/sockio.h usability... no
# checking sys/sockio.h presence... no
# checking for sys/sockio.h... no
# checking for sys/stat.h... (cached) yes
# checking sys/sysctl.h usability... yes
# checking sys/sysctl.h presence... yes
# checking for sys/sysctl.h... yes
# checking sys/syslimits.h usability... no
# checking sys/syslimits.h presence... no
# checking for sys/syslimits.h... no
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for sys/types.h... (cached) yes
# checking sys/uio.h usability... yes
# checking sys/uio.h presence... yes
# checking for sys/uio.h... yes
# checking sys/un.h usability... yes
# checking sys/un.h presence... yes
# checking for sys/un.h... yes
# checking sys/wait.h usability... yes
# checking sys/wait.h presence... yes
# checking for sys/wait.h... yes
# checking for netinet/tcp.h... yes
# checking for h_errno in netdb.h... yes
# checking for off_t... yes
# checking for pid_t... yes
# checking for size_t... (cached) yes
# checking for uid_t in sys/types.h... yes
# checking for ssize_t... yes
# checking for inline... inline
# checking for an ANSI C-conforming const... yes
# checking whether setpgrp takes no argument... yes
# checking for socklen_t... yes
# checking size of void*... 8
# checking size of char... 1
# checking size of int... 4
# checking size of long... 8
# checking size of short... 2
# checking size of long long... 8
# checking for INT64_C... yes
# checking size of pid_t... 4
# checking whether ssize_t and int are the same... no
# checking whether ssize_t and long are the same... yes
# checking whether size_t and unsigned int are the same... no
# checking whether size_t and unsigned long are the same... yes
# checking size of ssize_t... 8
# checking which format to use for apr_ssize_t... %ld
# checking size of size_t... 8
# checking which format to use for apr_size_t... %lu
# checking size of off_t... 8
# checking which type to use for apr_off_t... off_t
# checking size of ino_t... 8
# configure: using ino_t for ino_t
# checking whether byte ordering is bigendian... no
# checking size of struct iovec... 16
# checking for strnicmp... no
# checking for strncasecmp... yes
# checking for stricmp... no
# checking for strcasecmp... yes
# checking for strdup... yes
# checking for strstr... yes
# checking for memchr... yes
# checking for strtol... yes
#
# Checking for DSO...
# checking for dlopen... no
# checking for dlopen in -ldl... yes
# adding "-ldl" to LIBS
# checking for dlsym... yes
#
# Checking for Processes...
# checking for waitpid... yes
# checking for Variable Length Arrays... yes
# checking struct rlimit... yes
#
# Checking for Locking...
# checking for semget... yes
# checking for semctl... yes
# checking for flock... yes
# checking for semaphore.h... (cached) yes
# checking OS.h usability... no
# checking OS.h presence... no
# checking for OS.h... no
# checking for library containing sem_open... none required
# checking for sem_close... yes
# checking for sem_unlink... yes
# checking for sem_post... yes
# checking for sem_wait... yes
# checking for create_sem... no
# checking for working sem_open... yes
# checking for union semun in sys/sem.h... no
# checking for LOCK_EX in sys/file.h... yes
# checking for F_SETLK in fcntl.h... yes
# checking for SEM_UNDO in sys/sem.h... yes
# checking for POLLIN in poll.h sys/poll.h... yes
# checking for PTHREAD_PROCESS_SHARED in pthread.h... yes
# checking for pthread_mutexattr_setpshared... yes
# checking for working PROCESS_SHARED locks... yes
# checking for robust cross-process mutex support... yes
# decision on apr_lock implementation method... SysV IPC semget()
# checking if fcntl returns EACCES when F_SETLK is already held... no
# checking if all interprocess locks affect threads... no
# checking if POSIX sems affect threads in the same process... no
# checking if SysV sems affect threads in the same process... no
# checking if fcntl locks affect threads in the same process... no
# checking if flock locks affect threads in the same process... no
# checking for entropy source... /dev/urandom
#
# Checking for File Info Support...
# checking for struct stat.st_blocks... yes
# checking for struct stat.st_atimensec... no
# checking for struct stat.st_ctimensec... no
# checking for struct stat.st_mtimensec... no
# checking for struct stat.st_atim.tv_nsec... yes
# checking for struct stat.st_ctim.tv_nsec... yes
# checking for struct stat.st_mtim.tv_nsec... yes
# checking for struct stat.st_atime_n... no
# checking for struct stat.st_ctime_n... no
# checking for struct stat.st_mtime_n... no
# checking for inode member of struct dirent... d_fileno
# checking for file type member of struct dirent... d_type
#
# Checking for OS UUID Support...
# checking uuid.h usability... no
# checking uuid.h presence... no
# checking for uuid.h... no
# checking uuid/uuid.h usability... yes
# checking uuid/uuid.h presence... yes
# checking for uuid/uuid.h... yes
# checking for library containing uuid_create... no
# checking for library containing uuid_generate... -luuid
# checking for uuid_create... no
# checking for uuid_generate... yes
# checking for os uuid usability... yes
#
# Checking for Time Support...
# checking for struct tm.tm_gmtoff... yes
# checking for struct tm.__tm_gmtoff... no
#
# Checking for Networking support...
# checking for type in_addr... yes
# checking if fd == socket on this platform... yes
# checking style of gethostbyname_r routine... glibc2
# checking 3rd argument to the gethostbyname_r routines... char
# checking style of getservbyname_r routine... glibc2
# checking if TCP_NODELAY setting is inherited from listening sockets... yes
# checking if O_NONBLOCK setting is inherited from listening sockets... no
# checking whether TCP_NODELAY and TCP_CORK can both be enabled... yes
# checking for TCP_CORK in netinet/tcp.h... yes
# checking for TCP_NOPUSH in netinet/tcp.h... no
# checking for SO_ACCEPTFILTER in sys/socket.h... no
# checking whether SCTP is supported... no
# checking for struct ip_mreq... yes
# checking for set_h_errno... no
#
# Checking for IPv6 Networking support...
# checking for library containing getaddrinfo... none required
# checking for library containing gai_strerror... none required
# checking for library containing getnameinfo... none required
# checking for gai_strerror... yes
# checking for working getaddrinfo... yes
# checking for negative error codes for getaddrinfo... yes
# checking for working getnameinfo... yes
# checking for sockaddr_in6... yes
# checking for sockaddr_storage... yes
# checking for working AI_ADDRCONFIG... yes
# checking if APR supports IPv6... yes
# checking langinfo.h usability... yes
# checking langinfo.h presence... yes
# checking for langinfo.h... yes
# checking for nl_langinfo... yes
# setting have_unicode_fs to "0"
# setting apr_has_xthread_files to "0"
# setting apr_procattr_user_set_requires_password to "0"
# setting apr_thread_func to ""
# setting apr_has_user to "1"
#
# Restore user-defined environment settings...
# restoring CPPFLAGS to ""
# setting EXTRA_CPPFLAGS to "-DLINUX -D_REENTRANT -D_GNU_SOURCE"
# restoring CFLAGS to ""
# setting EXTRA_CFLAGS to "-pthread"
# restoring LDFLAGS to ""
# setting EXTRA_LDFLAGS to ""
# restoring LIBS to ""
# setting EXTRA_LIBS to "-luuid -lrt -lcrypt -lpthread -ldl"
# restoring INCLUDES to ""
# setting EXTRA_INCLUDES to ""
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating include/apr.h
# config.status: creating build/apr_rules.mk
# config.status: creating build/pkg/pkginfo
# config.status: creating apr-1-config
# config.status: creating apr.pc
# config.status: creating test/Makefile
# config.status: creating test/internal/Makefile
# config.status: creating include/arch/unix/apr_private.h
# config.status: executing libtool commands
# rm: cannot remove 'libtoolT': No such file or directory
# config.status: executing default commands
# make[1]: Entering directory '/tmp/apr/src/apr-1.5.2'
# /tmp/apr/src/apr-1.5.2/build/mkdir.sh tools
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o tools/gen_test_char.lo -c tools/gen_test_char.c && touch tools/gen_test_char.lo
# gawk -f /tmp/apr/src/apr-1.5.2/build/make_exports.awk /tmp/apr/src/apr-1.5.2/include/apr_allocator.h /tmp/apr/src/apr-1.5.2/include/apr_atomic.h /tmp/apr/src/apr-1.5.2/include/apr_dso.h /tmp/apr/src/apr-1.5.2/include/apr_env.h /tmp/apr/src/apr-1.5.2/include/apr_errno.h /tmp/apr/src/apr-1.5.2/include/apr_escape.h /tmp/apr/src/apr-1.5.2/include/apr_file_info.h /tmp/apr/src/apr-1.5.2/include/apr_file_io.h /tmp/apr/src/apr-1.5.2/include/apr_fnmatch.h /tmp/apr/src/apr-1.5.2/include/apr_general.h /tmp/apr/src/apr-1.5.2/include/apr_getopt.h /tmp/apr/src/apr-1.5.2/include/apr_global_mutex.h /tmp/apr/src/apr-1.5.2/include/apr_hash.h /tmp/apr/src/apr-1.5.2/include/apr_inherit.h /tmp/apr/src/apr-1.5.2/include/apr_lib.h /tmp/apr/src/apr-1.5.2/include/apr_mmap.h /tmp/apr/src/apr-1.5.2/include/apr_network_io.h /tmp/apr/src/apr-1.5.2/include/apr_poll.h /tmp/apr/src/apr-1.5.2/include/apr_pools.h /tmp/apr/src/apr-1.5.2/include/apr_portable.h /tmp/apr/src/apr-1.5.2/include/apr_proc_mutex.h /tmp/apr/src/apr-1.5.2/include/apr_random.h /tmp/apr/src/apr-1.5.2/include/apr_ring.h /tmp/apr/src/apr-1.5.2/include/apr_shm.h /tmp/apr/src/apr-1.5.2/include/apr_signal.h /tmp/apr/src/apr-1.5.2/include/apr_skiplist.h /tmp/apr/src/apr-1.5.2/include/apr_strings.h /tmp/apr/src/apr-1.5.2/include/apr_support.h /tmp/apr/src/apr-1.5.2/include/apr_tables.h /tmp/apr/src/apr-1.5.2/include/apr_thread_cond.h /tmp/apr/src/apr-1.5.2/include/apr_thread_mutex.h /tmp/apr/src/apr-1.5.2/include/apr_thread_proc.h /tmp/apr/src/apr-1.5.2/include/apr_thread_rwlock.h /tmp/apr/src/apr-1.5.2/include/apr_time.h /tmp/apr/src/apr-1.5.2/include/apr_user.h /tmp/apr/src/apr-1.5.2/include/apr_version.h /tmp/apr/src/apr-1.5.2/include/apr_want.h > exports.c
# gawk -f /tmp/apr/src/apr-1.5.2/build/make_var_export.awk /tmp/apr/src/apr-1.5.2/include/apr_allocator.h /tmp/apr/src/apr-1.5.2/include/apr_atomic.h /tmp/apr/src/apr-1.5.2/include/apr_dso.h /tmp/apr/src/apr-1.5.2/include/apr_env.h /tmp/apr/src/apr-1.5.2/include/apr_errno.h /tmp/apr/src/apr-1.5.2/include/apr_escape.h /tmp/apr/src/apr-1.5.2/include/apr_file_info.h /tmp/apr/src/apr-1.5.2/include/apr_file_io.h /tmp/apr/src/apr-1.5.2/include/apr_fnmatch.h /tmp/apr/src/apr-1.5.2/include/apr_general.h /tmp/apr/src/apr-1.5.2/include/apr_getopt.h /tmp/apr/src/apr-1.5.2/include/apr_global_mutex.h /tmp/apr/src/apr-1.5.2/include/apr_hash.h /tmp/apr/src/apr-1.5.2/include/apr_inherit.h /tmp/apr/src/apr-1.5.2/include/apr_lib.h /tmp/apr/src/apr-1.5.2/include/apr_mmap.h /tmp/apr/src/apr-1.5.2/include/apr_network_io.h /tmp/apr/src/apr-1.5.2/include/apr_poll.h /tmp/apr/src/apr-1.5.2/include/apr_pools.h /tmp/apr/src/apr-1.5.2/include/apr_portable.h /tmp/apr/src/apr-1.5.2/include/apr_proc_mutex.h /tmp/apr/src/apr-1.5.2/include/apr_random.h /tmp/apr/src/apr-1.5.2/include/apr_ring.h /tmp/apr/src/apr-1.5.2/include/apr_shm.h /tmp/apr/src/apr-1.5.2/include/apr_signal.h /tmp/apr/src/apr-1.5.2/include/apr_skiplist.h /tmp/apr/src/apr-1.5.2/include/apr_strings.h /tmp/apr/src/apr-1.5.2/include/apr_support.h /tmp/apr/src/apr-1.5.2/include/apr_tables.h /tmp/apr/src/apr-1.5.2/include/apr_thread_cond.h /tmp/apr/src/apr-1.5.2/include/apr_thread_mutex.h /tmp/apr/src/apr-1.5.2/include/apr_thread_proc.h /tmp/apr/src/apr-1.5.2/include/apr_thread_rwlock.h /tmp/apr/src/apr-1.5.2/include/apr_time.h /tmp/apr/src/apr-1.5.2/include/apr_user.h /tmp/apr/src/apr-1.5.2/include/apr_version.h /tmp/apr/src/apr-1.5.2/include/apr_want.h > export_vars.c
# sed 's,^\(location=\).*$,\1installed,' < apr-1-config > apr-config.out
# sed -e 's,^\(apr_build.*=\).*$,\1/usr/share/apr-1/build,' -e 's,^\(top_build.*=\).*$,\1/usr/share/apr-1/build,' < build/apr_rules.mk > build/apr_rules.out
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o passwd/apr_getpass.lo -c passwd/apr_getpass.c && touch passwd/apr_getpass.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o strings/apr_cpystrn.lo -c strings/apr_cpystrn.c && touch strings/apr_cpystrn.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o strings/apr_fnmatch.lo -c strings/apr_fnmatch.c && touch strings/apr_fnmatch.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o strings/apr_snprintf.lo -c strings/apr_snprintf.c && touch strings/apr_snprintf.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o strings/apr_strings.lo -c strings/apr_strings.c && touch strings/apr_strings.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o strings/apr_strnatcmp.lo -c strings/apr_strnatcmp.c && touch strings/apr_strnatcmp.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o strings/apr_strtok.lo -c strings/apr_strtok.c && touch strings/apr_strtok.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o tables/apr_hash.lo -c tables/apr_hash.c && touch tables/apr_hash.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o tables/apr_skiplist.lo -c tables/apr_skiplist.c && touch tables/apr_skiplist.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o tables/apr_tables.lo -c tables/apr_tables.c && touch tables/apr_tables.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o atomic/unix/builtins.lo -c atomic/unix/builtins.c && touch atomic/unix/builtins.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o atomic/unix/ia32.lo -c atomic/unix/ia32.c && touch atomic/unix/ia32.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o atomic/unix/mutex.lo -c atomic/unix/mutex.c && touch atomic/unix/mutex.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o atomic/unix/ppc.lo -c atomic/unix/ppc.c && touch atomic/unix/ppc.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o atomic/unix/s390.lo -c atomic/unix/s390.c && touch atomic/unix/s390.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o atomic/unix/solaris.lo -c atomic/unix/solaris.c && touch atomic/unix/solaris.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o dso/unix/dso.lo -c dso/unix/dso.c && touch dso/unix/dso.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o file_io/unix/buffer.lo -c file_io/unix/buffer.c && touch file_io/unix/buffer.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o file_io/unix/copy.lo -c file_io/unix/copy.c && touch file_io/unix/copy.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o file_io/unix/dir.lo -c file_io/unix/dir.c && touch file_io/unix/dir.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o file_io/unix/fileacc.lo -c file_io/unix/fileacc.c && touch file_io/unix/fileacc.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o file_io/unix/filedup.lo -c file_io/unix/filedup.c && touch file_io/unix/filedup.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o file_io/unix/filepath.lo -c file_io/unix/filepath.c && touch file_io/unix/filepath.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o file_io/unix/filepath_util.lo -c file_io/unix/filepath_util.c && touch file_io/unix/filepath_util.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o file_io/unix/filestat.lo -c file_io/unix/filestat.c && touch file_io/unix/filestat.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o file_io/unix/flock.lo -c file_io/unix/flock.c && touch file_io/unix/flock.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o file_io/unix/fullrw.lo -c file_io/unix/fullrw.c && touch file_io/unix/fullrw.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o file_io/unix/mktemp.lo -c file_io/unix/mktemp.c && touch file_io/unix/mktemp.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o file_io/unix/open.lo -c file_io/unix/open.c && touch file_io/unix/open.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o file_io/unix/pipe.lo -c file_io/unix/pipe.c && touch file_io/unix/pipe.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o file_io/unix/readwrite.lo -c file_io/unix/readwrite.c && touch file_io/unix/readwrite.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o file_io/unix/seek.lo -c file_io/unix/seek.c && touch file_io/unix/seek.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o file_io/unix/tempdir.lo -c file_io/unix/tempdir.c && touch file_io/unix/tempdir.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o locks/unix/global_mutex.lo -c locks/unix/global_mutex.c && touch locks/unix/global_mutex.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o locks/unix/proc_mutex.lo -c locks/unix/proc_mutex.c && touch locks/unix/proc_mutex.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o locks/unix/thread_cond.lo -c locks/unix/thread_cond.c && touch locks/unix/thread_cond.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o locks/unix/thread_mutex.lo -c locks/unix/thread_mutex.c && touch locks/unix/thread_mutex.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o locks/unix/thread_rwlock.lo -c locks/unix/thread_rwlock.c && touch locks/unix/thread_rwlock.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o memory/unix/apr_pools.lo -c memory/unix/apr_pools.c && touch memory/unix/apr_pools.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o misc/unix/charset.lo -c misc/unix/charset.c && touch misc/unix/charset.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o misc/unix/env.lo -c misc/unix/env.c && touch misc/unix/env.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o misc/unix/errorcodes.lo -c misc/unix/errorcodes.c && touch misc/unix/errorcodes.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o misc/unix/getopt.lo -c misc/unix/getopt.c && touch misc/unix/getopt.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o misc/unix/otherchild.lo -c misc/unix/otherchild.c && touch misc/unix/otherchild.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o misc/unix/rand.lo -c misc/unix/rand.c && touch misc/unix/rand.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o misc/unix/start.lo -c misc/unix/start.c && touch misc/unix/start.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o misc/unix/version.lo -c misc/unix/version.c && touch misc/unix/version.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o mmap/unix/common.lo -c mmap/unix/common.c && touch mmap/unix/common.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o mmap/unix/mmap.lo -c mmap/unix/mmap.c && touch mmap/unix/mmap.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o network_io/unix/inet_ntop.lo -c network_io/unix/inet_ntop.c && touch network_io/unix/inet_ntop.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o network_io/unix/inet_pton.lo -c network_io/unix/inet_pton.c && touch network_io/unix/inet_pton.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o network_io/unix/multicast.lo -c network_io/unix/multicast.c && touch network_io/unix/multicast.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o network_io/unix/sendrecv.lo -c network_io/unix/sendrecv.c && touch network_io/unix/sendrecv.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o network_io/unix/sockaddr.lo -c network_io/unix/sockaddr.c && touch network_io/unix/sockaddr.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o network_io/unix/socket_util.lo -c network_io/unix/socket_util.c && touch network_io/unix/socket_util.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o network_io/unix/sockets.lo -c network_io/unix/sockets.c && touch network_io/unix/sockets.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o network_io/unix/sockopt.lo -c network_io/unix/sockopt.c && touch network_io/unix/sockopt.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o poll/unix/epoll.lo -c poll/unix/epoll.c && touch poll/unix/epoll.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o poll/unix/kqueue.lo -c poll/unix/kqueue.c && touch poll/unix/kqueue.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o poll/unix/poll.lo -c poll/unix/poll.c && touch poll/unix/poll.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o poll/unix/pollcb.lo -c poll/unix/pollcb.c && touch poll/unix/pollcb.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o poll/unix/pollset.lo -c poll/unix/pollset.c && touch poll/unix/pollset.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o poll/unix/port.lo -c poll/unix/port.c && touch poll/unix/port.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o poll/unix/select.lo -c poll/unix/select.c && touch poll/unix/select.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o poll/unix/z_asio.lo -c poll/unix/z_asio.c && touch poll/unix/z_asio.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o random/unix/apr_random.lo -c random/unix/apr_random.c && touch random/unix/apr_random.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o random/unix/sha2.lo -c random/unix/sha2.c && touch random/unix/sha2.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o random/unix/sha2_glue.lo -c random/unix/sha2_glue.c && touch random/unix/sha2_glue.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o shmem/unix/shm.lo -c shmem/unix/shm.c && touch shmem/unix/shm.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o support/unix/waitio.lo -c support/unix/waitio.c && touch support/unix/waitio.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o threadproc/unix/proc.lo -c threadproc/unix/proc.c && touch threadproc/unix/proc.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o threadproc/unix/procsup.lo -c threadproc/unix/procsup.c && touch threadproc/unix/procsup.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o threadproc/unix/signals.lo -c threadproc/unix/signals.c && touch threadproc/unix/signals.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o threadproc/unix/thread.lo -c threadproc/unix/thread.c && touch threadproc/unix/thread.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o threadproc/unix/threadpriv.lo -c threadproc/unix/threadpriv.c && touch threadproc/unix/threadpriv.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o time/unix/time.lo -c time/unix/time.c && touch time/unix/time.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o time/unix/timestr.lo -c time/unix/timestr.c && touch time/unix/timestr.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o user/unix/groupinfo.lo -c user/unix/groupinfo.c && touch user/unix/groupinfo.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o user/unix/userinfo.lo -c user/unix/userinfo.c && touch user/unix/userinfo.lo
# gcc -E -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private exports.c | grep "ap_hack_" | sed -e 's/^.*[)]\(.*\);$/\1/' >> apr.exp
# gcc -E -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private export_vars.c | sed -e 's/^\#[^!]*//' | sed -e '/^$/d' >> apr.exp
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=link gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -no-install -o tools/gen_test_char tools/gen_test_char.lo -luuid -lrt -lcrypt -lpthread -ldl
# /tmp/apr/src/apr-1.5.2/build/mkdir.sh include/private
# tools/gen_test_char > include/private/apr_escape_test_char.h
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=compile gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -o encoding/apr_escape.lo -c encoding/apr_escape.c && touch encoding/apr_escape.lo
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --silent --mode=link gcc -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I./include/arch/unix -I/tmp/apr/src/apr-1.5.2/include/arch/unix -I/tmp/apr/src/apr-1.5.2/include -I/tmp/apr/src/apr-1.5.2/include/private -I/tmp/apr/src/apr-1.5.2/include/private -version-info 5:2:5 -o libapr-1.la -rpath /usr/lib encoding/apr_escape.lo passwd/apr_getpass.lo strings/apr_cpystrn.lo strings/apr_fnmatch.lo strings/apr_snprintf.lo strings/apr_strings.lo strings/apr_strnatcmp.lo strings/apr_strtok.lo tables/apr_hash.lo tables/apr_skiplist.lo tables/apr_tables.lo atomic/unix/builtins.lo atomic/unix/ia32.lo atomic/unix/mutex.lo atomic/unix/ppc.lo atomic/unix/s390.lo atomic/unix/solaris.lo dso/unix/dso.lo file_io/unix/buffer.lo file_io/unix/copy.lo file_io/unix/dir.lo file_io/unix/fileacc.lo file_io/unix/filedup.lo file_io/unix/filepath.lo file_io/unix/filepath_util.lo file_io/unix/filestat.lo file_io/unix/flock.lo file_io/unix/fullrw.lo file_io/unix/mktemp.lo file_io/unix/open.lo file_io/unix/pipe.lo file_io/unix/readwrite.lo file_io/unix/seek.lo file_io/unix/tempdir.lo locks/unix/global_mutex.lo locks/unix/proc_mutex.lo locks/unix/thread_cond.lo locks/unix/thread_mutex.lo locks/unix/thread_rwlock.lo memory/unix/apr_pools.lo misc/unix/charset.lo misc/unix/env.lo misc/unix/errorcodes.lo misc/unix/getopt.lo misc/unix/otherchild.lo misc/unix/rand.lo misc/unix/start.lo misc/unix/version.lo mmap/unix/common.lo mmap/unix/mmap.lo network_io/unix/inet_ntop.lo network_io/unix/inet_pton.lo network_io/unix/multicast.lo network_io/unix/sendrecv.lo network_io/unix/sockaddr.lo network_io/unix/socket_util.lo network_io/unix/sockets.lo network_io/unix/sockopt.lo poll/unix/epoll.lo poll/unix/kqueue.lo poll/unix/poll.lo poll/unix/pollcb.lo poll/unix/pollset.lo poll/unix/port.lo poll/unix/select.lo poll/unix/z_asio.lo random/unix/apr_random.lo random/unix/sha2.lo random/unix/sha2_glue.lo shmem/unix/shm.lo support/unix/waitio.lo threadproc/unix/proc.lo threadproc/unix/procsup.lo threadproc/unix/signals.lo threadproc/unix/thread.lo threadproc/unix/threadpriv.lo time/unix/time.lo time/unix/timestr.lo user/unix/groupinfo.lo user/unix/userinfo.lo -luuid -lrt -lcrypt -lpthread -ldl
# make[1]: Leaving directory '/tmp/apr/src/apr-1.5.2'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make[1]: Entering directory '/tmp/apr/src/apr-1.5.2'
# make[1]: Nothing to be done for 'local-all'.
# make[1]: Leaving directory '/tmp/apr/src/apr-1.5.2'
# /tmp/apr/src/apr-1.5.2/build/mkdir.sh /tmp/apr/pkg/apr/usr/lib /tmp/apr/pkg/apr/usr/bin /tmp/apr/pkg/apr/usr/share/apr-1/build \
# /tmp/apr/pkg/apr/usr/lib/pkgconfig /tmp/apr/pkg/apr/usr/include/apr-1
# mkdir /tmp/apr/pkg/apr/usr
# mkdir /tmp/apr/pkg/apr/usr/lib
# mkdir /tmp/apr/pkg/apr/usr/bin
# mkdir /tmp/apr/pkg/apr/usr/share
# mkdir /tmp/apr/pkg/apr/usr/share/apr-1
# mkdir /tmp/apr/pkg/apr/usr/share/apr-1/build
# mkdir /tmp/apr/pkg/apr/usr/lib/pkgconfig
# mkdir /tmp/apr/pkg/apr/usr/include
# mkdir /tmp/apr/pkg/apr/usr/include/apr-1
# /usr/bin/install -c -m 644 /tmp/apr/src/apr-1.5.2/include/apr.h /tmp/apr/pkg/apr/usr/include/apr-1
# for f in /tmp/apr/src/apr-1.5.2/include/apr_*.h; do \
# /usr/bin/install -c -m 644 ${f} /tmp/apr/pkg/apr/usr/include/apr-1; \
# done
# /bin/sh /tmp/apr/src/apr-1.5.2/libtool --mode=install /usr/bin/install -c -m 755 libapr-1.la /tmp/apr/pkg/apr/usr/lib
# libtool: install: /usr/bin/install -c -m 755 .libs/libapr-1.so.0.5.2 /tmp/apr/pkg/apr/usr/lib/libapr-1.so.0.5.2
# libtool: install: (cd /tmp/apr/pkg/apr/usr/lib && { ln -s -f libapr-1.so.0.5.2 libapr-1.so.0 || { rm -f libapr-1.so.0 && ln -s libapr-1.so.0.5.2 libapr-1.so.0; }; })
# libtool: install: (cd /tmp/apr/pkg/apr/usr/lib && { ln -s -f libapr-1.so.0.5.2 libapr-1.so || { rm -f libapr-1.so && ln -s libapr-1.so.0.5.2 libapr-1.so; }; })
# libtool: install: /usr/bin/install -c -m 755 .libs/libapr-1.lai /tmp/apr/pkg/apr/usr/lib/libapr-1.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# /usr/bin/install -c -m 644 apr.exp /tmp/apr/pkg/apr/usr/lib/apr.exp
# /usr/bin/install -c -m 644 apr.pc /tmp/apr/pkg/apr/usr/lib/pkgconfig/apr-1.pc
# for f in libtool shlibtool; do \
# if test -f ${f}; then /usr/bin/install -c -m 755 ${f} /tmp/apr/pkg/apr/usr/share/apr-1/build; fi; \
# done
# /usr/bin/install -c -m 755 /tmp/apr/src/apr-1.5.2/build/mkdir.sh /tmp/apr/pkg/apr/usr/share/apr-1/build
# for f in make_exports.awk make_var_export.awk; do \
# /usr/bin/install -c -m 644 /tmp/apr/src/apr-1.5.2/build/${f} /tmp/apr/pkg/apr/usr/share/apr-1/build; \
# done
# /usr/bin/install -c -m 644 build/apr_rules.out /tmp/apr/pkg/apr/usr/share/apr-1/build/apr_rules.mk
# /usr/bin/install -c -m 755 apr-config.out /tmp/apr/pkg/apr/usr/bin/apr-1-config
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> WARNING: Package contains reference to $srcdir
# ==> Creating package "apr"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: apr 1.5.2-1 (Wed Aug 24 13:05:52 UTC 2016)

CMD: pacman --query --file apr-1.5.2-1-x86_64.pkg.tar.xz
# apr 1.5.2-1

Creating hybrid package for 'apr'

Trying to find vanilla package 'apr'...

CMD: pacman --query --file /mirror/zaproxy-2.5.0-1.pkg.tar.xz
# zaproxy 2.5.0-1

CMD: pacman --query --file /mirror/mediaproxy-2.6.1-2.pkg.tar.xz
# mediaproxy 2.6.1-2

CMD: pacman --query --file /mirror/xf86dgaproto-2.1-3.pkg.tar.xz
# xf86dgaproto 2.1-3

CMD: pacman --query --file /mirror/apr-1.5.2-1.pkg.tar.xz
# apr 1.5.2-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/apr-1-config
# /usr/share/apr-1/build/make_var_export.awk
# /usr/share/apr-1/build/apr_rules.mk
# /usr/share/apr-1/build/make_exports.awk
# /usr/share/apr-1/build/mkdir.sh
# /usr/share/apr-1/build/libtool
# /usr/include/apr-1/apr_env.h
# /usr/include/apr-1/apr.h
# /usr/include/apr-1/apr_file_info.h
# /usr/include/apr-1/apr_inherit.h
# /usr/include/apr-1/apr_portable.h
# /usr/include/apr-1/apr_version.h
# /usr/include/apr-1/apr_allocator.h
# /usr/include/apr-1/apr_lib.h
# /usr/include/apr-1/apr_getopt.h
# /usr/include/apr-1/apr_mmap.h
# /usr/include/apr-1/apr_want.h
# /usr/include/apr-1/apr_general.h
# /usr/include/apr-1/apr_tables.h
# /usr/include/apr-1/apr_proc_mutex.h
# /usr/include/apr-1/apr_thread_proc.h
# /usr/include/apr-1/apr_hash.h
# /usr/include/apr-1/apr_errno.h
# /usr/include/apr-1/apr_skiplist.h
# /usr/include/apr-1/apr_file_io.h
# /usr/include/apr-1/apr_support.h
# /usr/include/apr-1/apr_user.h
# /usr/include/apr-1/apr_dso.h
# /usr/include/apr-1/apr_poll.h
# /usr/include/apr-1/apr_shm.h
# /usr/include/apr-1/apr_global_mutex.h
# /usr/include/apr-1/apr_signal.h
# /usr/include/apr-1/apr_pools.h
# /usr/include/apr-1/apr_random.h
# /usr/include/apr-1/apr_thread_cond.h
# /usr/include/apr-1/apr_thread_rwlock.h
# /usr/include/apr-1/apr_network_io.h
# /usr/include/apr-1/apr_thread_mutex.h
# /usr/include/apr-1/apr_strings.h
# /usr/include/apr-1/apr_atomic.h
# /usr/include/apr-1/apr_time.h
# /usr/include/apr-1/apr_fnmatch.h
# /usr/include/apr-1/apr_escape.h
# /usr/include/apr-1/apr_ring.h
# /usr/lib/apr.exp
# /usr/lib/libapr-1.so.0
# /usr/lib/libapr-1.so.0.5.2
# /usr/lib/libapr-1.so
# /usr/lib/pkgconfig/apr-1.pc
# /sysroot/usr/lib/libapr-1.so.0.5.2
# /sysroot/usr/lib/libapr-1.so.0
# /sysroot/usr/lib/libapr-1.so
# /sysroot/usr/lib/libapr-1.la
# /sysroot/usr/lib/apr.exp
# /sysroot/usr/lib/pkgconfig/apr-1.pc
# /sysroot/usr/include/apr-1/apr.h
# /sysroot/usr/include/apr-1/apr_allocator.h
# /sysroot/usr/include/apr-1/apr_atomic.h
# /sysroot/usr/include/apr-1/apr_dso.h
# /sysroot/usr/include/apr-1/apr_env.h
# /sysroot/usr/include/apr-1/apr_errno.h
# /sysroot/usr/include/apr-1/apr_escape.h
# /sysroot/usr/include/apr-1/apr_file_info.h
# /sysroot/usr/include/apr-1/apr_file_io.h
# /sysroot/usr/include/apr-1/apr_fnmatch.h
# /sysroot/usr/include/apr-1/apr_general.h
# /sysroot/usr/include/apr-1/apr_getopt.h
# /sysroot/usr/include/apr-1/apr_global_mutex.h
# /sysroot/usr/include/apr-1/apr_hash.h
# /sysroot/usr/include/apr-1/apr_inherit.h
# /sysroot/usr/include/apr-1/apr_lib.h
# /sysroot/usr/include/apr-1/apr_mmap.h
# /sysroot/usr/include/apr-1/apr_network_io.h
# /sysroot/usr/include/apr-1/apr_poll.h
# /sysroot/usr/include/apr-1/apr_pools.h
# /sysroot/usr/include/apr-1/apr_portable.h
# /sysroot/usr/include/apr-1/apr_proc_mutex.h
# /sysroot/usr/include/apr-1/apr_random.h
# /sysroot/usr/include/apr-1/apr_ring.h
# /sysroot/usr/include/apr-1/apr_shm.h
# /sysroot/usr/include/apr-1/apr_signal.h
# /sysroot/usr/include/apr-1/apr_skiplist.h
# /sysroot/usr/include/apr-1/apr_strings.h
# /sysroot/usr/include/apr-1/apr_support.h
# /sysroot/usr/include/apr-1/apr_tables.h
# /sysroot/usr/include/apr-1/apr_thread_cond.h
# /sysroot/usr/include/apr-1/apr_thread_mutex.h
# /sysroot/usr/include/apr-1/apr_thread_proc.h
# /sysroot/usr/include/apr-1/apr_thread_rwlock.h
# /sysroot/usr/include/apr-1/apr_time.h
# /sysroot/usr/include/apr-1/apr_user.h
# /sysroot/usr/include/apr-1/apr_version.h
# /sysroot/usr/include/apr-1/apr_want.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/apr.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 470

Attempting to access local repository, attempt 2

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

Printing config logfiles

CMD: config logfiles '/tmp/apr/src/apr-1.5.2/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 configure, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --includedir=/usr/include/apr-1 --with-installbuilddir=/usr/share/apr-1/build --enable-nonportable-atomics --with-devrandom=/dev/urandom --disable-static
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 49b9be65e3f4
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /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/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:4598: checking build system type
# configure:4612: result: x86_64-unknown-linux-gnu
# configure:4632: checking host system type
# configure:4645: result: x86_64-unknown-linux-gnu
# configure:4665: checking target system type
# configure:4678: result: x86_64-unknown-linux-gnu
# configure:4741: checking for working mkdir -p
# configure:4757: result: yes
# configure:4849: checking for chosen layout
# configure:4851: result: apr
# configure:5076: checking for x86_64-unknown-linux-gcc
# configure:5106: result: no
# configure:5116: checking for gcc
# configure:5132: found /usr/sbin/gcc
# configure:5143: result: gcc
# configure:5372: checking for C compiler version
# configure:5381: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:5392: $? = 0
# configure:5381: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:5392: $? = 0
# configure:5381: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:5392: $? = 1
# configure:5381: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:5392: $? = 1
# configure:5412: checking whether the C compiler works
# configure:5434: gcc conftest.c >&5
# configure:5438: $? = 0
# configure:5486: result: yes
# configure:5489: checking for C compiler default output file name
# configure:5491: result: a.out
# configure:5497: checking for suffix of executables
# configure:5504: gcc -o conftest conftest.c >&5
# configure:5508: $? = 0
# configure:5530: result:
# configure:5552: checking whether we are cross compiling
# configure:5560: gcc -o conftest conftest.c >&5
# configure:5564: $? = 0
# configure:5571: ./conftest
# configure:5575: $? = 0
# configure:5590: result: no
# configure:5595: checking for suffix of object files
# configure:5617: gcc -c conftest.c >&5
# configure:5621: $? = 0
# configure:5642: result: o
# configure:5646: checking whether we are using the GNU C compiler
# configure:5665: gcc -c conftest.c >&5
# configure:5665: $? = 0
# configure:5674: result: yes
# configure:5683: checking whether gcc accepts -g
# configure:5703: gcc -c -g conftest.c >&5
# configure:5703: $? = 0
# configure:5744: result: yes
# configure:5761: checking for gcc option to accept ISO C89
# configure:5824: gcc -c conftest.c >&5
# configure:5824: $? = 0
# configure:5837: result: none needed
# configure:5858: checking for a sed that does not truncate output
# configure:5922: result: /usr/sbin/sed
# configure:9275: checking whether make sets $(MAKE)
# configure:9297: result: yes
# configure:9311: checking how to run the C preprocessor
# configure:9342: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:9342: $? = 0
# configure:9356: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:9356: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:9381: result: gcc -E
# configure:9401: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:9401: $? = 0
# configure:9415: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:9415: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:9447: checking for gawk
# configure:9463: found /usr/sbin/gawk
# configure:9474: result: gawk
# configure:9485: checking whether ln -s works
# configure:9489: result: yes
# configure:9499: checking for x86_64-unknown-linux-ranlib
# configure:9529: result: no
# configure:9539: checking for ranlib
# configure:9555: found /usr/sbin/ranlib
# configure:9566: result: ranlib
# configure:9602: checking for a BSD-compatible install
# configure:9670: result: /usr/bin/install -c
# configure:9683: checking for rm
# configure:9699: found /usr/sbin/rm
# configure:9710: result: rm
# configure:9720: checking for as
# configure:9736: found /usr/sbin/as
# configure:9747: result: as
# configure:9757: checking for cpp
# configure:9773: found /usr/sbin/cpp
# configure:9784: result: cpp
# configure:9795: checking for x86_64-unknown-linux-ar
# configure:9825: result: no
# configure:9835: checking for ar
# configure:9851: found /usr/sbin/ar
# configure:9862: result: ar
# configure:9888: checking for grep that handles long lines and -e
# configure:9946: result: /usr/sbin/grep
# configure:9951: checking for egrep
# configure:10013: result: /usr/sbin/grep -E
# configure:10018: checking for ANSI C header files
# configure:10038: gcc -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:10038: $? = 0
# configure:10111: gcc -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:10111: $? = 0
# configure:10111: ./conftest
# configure:10111: $? = 0
# configure:10122: result: yes
# configure:10135: checking for sys/types.h
# configure:10135: gcc -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:10135: $? = 0
# configure:10135: result: yes
# configure:10135: checking for sys/stat.h
# configure:10135: gcc -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:10135: $? = 0
# configure:10135: result: yes
# configure:10135: checking for stdlib.h
# configure:10135: gcc -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:10135: $? = 0
# configure:10135: result: yes
# configure:10135: checking for string.h
# configure:10135: gcc -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:10135: $? = 0
# configure:10135: result: yes
# configure:10135: checking for memory.h
# configure:10135: gcc -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:10135: $? = 0
# configure:10135: result: yes
# configure:10135: checking for strings.h
# configure:10135: gcc -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:10135: $? = 0
# configure:10135: result: yes
# configure:10135: checking for inttypes.h
# configure:10135: gcc -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:10135: $? = 0
# configure:10135: result: yes
# configure:10135: checking for stdint.h
# configure:10135: gcc -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:10135: $? = 0
# configure:10135: result: yes
# configure:10135: checking for unistd.h
# configure:10135: gcc -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:10135: $? = 0
# configure:10135: result: yes
# configure:10148: checking minix/config.h usability
# configure:10148: gcc -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c:52:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:10148: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:10148: result: no
# configure:10148: checking minix/config.h presence
# configure:10148: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# conftest.c:19:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:10148: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:10148: result: no
# configure:10148: checking for minix/config.h
# configure:10148: result: no
# configure:10169: checking whether it is safe to define __EXTENSIONS__
# configure:10187: gcc -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:10187: $? = 0
# configure:10194: result: yes
# configure:10210: checking for library containing strerror
# configure:10241: gcc -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:10241: $? = 0
# configure:10258: result: none required
# configure:10267: checking whether system uses EBCDIC
# configure:10286: gcc -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:10286: $? = 0
# configure:10286: ./conftest
# configure:10286: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | /* end confdefs.h. */
# |
# | int main(void) {
# | return (unsigned char)'A' != (unsigned char)0xC1;
# | }
# |
# configure:10300: result: no
# configure:10698: checking how to print strings
# configure:10725: result: printf
# configure:10746: checking for a sed that does not truncate output
# configure:10810: result: /usr/sbin/sed
# configure:10828: checking for fgrep
# configure:10890: result: /usr/sbin/grep -F
# configure:10925: checking for ld used by gcc
# configure:10992: result: /usr/sbin/ld
# configure:10999: checking if the linker (/usr/sbin/ld) is GNU ld
# configure:11014: result: yes
# configure:11026: checking for BSD- or MS-compatible name lister (nm)
# configure:11075: result: /usr/sbin/nm -B
# configure:11205: checking the name lister (/usr/sbin/nm -B) interface
# configure:11212: gcc -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:11215: /usr/sbin/nm -B "conftest.o"
# configure:11218: output
# 0000000000000000 B some_variable
# configure:11225: result: BSD nm
# configure:11229: checking the maximum length of command line arguments
# configure:11359: result: 1572864
# configure:11376: checking whether the shell understands some XSI constructs
# configure:11386: result: yes
# configure:11390: checking whether the shell understands "+="
# configure:11396: result: yes
# configure:11431: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:11471: result: func_convert_file_noop
# configure:11478: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:11498: result: func_convert_file_noop
# configure:11505: checking for /usr/sbin/ld option to reload object files
# configure:11512: result: -r
# configure:11546: checking for x86_64-unknown-linux-objdump
# configure:11573: result: objdump
# configure:11642: checking how to recognize dependent libraries
# configure:11844: result: pass_all
# configure:11889: checking for x86_64-unknown-linux-dlltool
# configure:11916: result: dlltool
# configure:11986: checking how to associate runtime and link libraries
# configure:12013: result: printf %s\n
# configure:12029: checking for x86_64-unknown-linux-ar
# configure:12056: result: ar
# configure:12137: checking for archiver @FILE support
# configure:12154: gcc -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:12154: $? = 0
# configure:12157: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:12160: $? = 0
# configure:12165: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:12168: $? = 1
# configure:12180: result: @
# configure:12198: checking for x86_64-unknown-linux-strip
# configure:12228: result: no
# configure:12238: checking for strip
# configure:12254: found /usr/sbin/strip
# configure:12265: result: strip
# configure:12297: checking for x86_64-unknown-linux-ranlib
# configure:12324: result: ranlib
# configure:12466: checking command to parse /usr/sbin/nm -B output from gcc object
# configure:12586: gcc -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:12589: $? = 0
# configure:12593: /usr/sbin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:12596: $? = 0
# configure:12662: gcc -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c conftstm.o >&5
# configure:12665: $? = 0
# configure:12703: result: ok
# configure:12740: checking for sysroot
# configure:12770: result: no
# configure:12847: gcc -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:12850: $? = 0
# configure:12986: checking for x86_64-unknown-linux-mt
# configure:13016: result: no
# configure:13026: checking for mt
# configure:13056: result: no
# configure:13076: checking if : is a manifest tool
# configure:13082: : '-?'
# configure:13090: result: no
# configure:13729: checking for dlfcn.h
# configure:13729: gcc -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:13729: $? = 0
# configure:13729: result: yes
# configure:13933: checking for objdir
# configure:13948: result: .libs
# configure:14219: checking if gcc supports -fno-rtti -fno-exceptions
# configure:14237: gcc -c -DLINUX -D_REENTRANT -D_GNU_SOURCE -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
# configure:14241: $? = 0
# configure:14254: result: no
# configure:14581: checking for gcc option to produce PIC
# configure:14588: result: -fPIC -DPIC
# configure:14596: checking if gcc PIC flag -fPIC -DPIC works
# configure:14614: gcc -c -DLINUX -D_REENTRANT -D_GNU_SOURCE -fPIC -DPIC -DPIC conftest.c >&5
# configure:14618: $? = 0
# configure:14631: result: yes
# configure:14660: checking if gcc static flag -static works
# configure:14688: result: yes
# configure:14703: checking if gcc supports -c -o file.o
# configure:14724: gcc -c -DLINUX -D_REENTRANT -D_GNU_SOURCE -o out/conftest2.o conftest.c >&5
# configure:14728: $? = 0
# configure:14750: result: yes
# configure:14758: checking if gcc supports -c -o file.o
# configure:14805: result: yes
# configure:14838: checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:15991: result: yes
# configure:16028: checking whether -lc should be explicitly linked in
# configure:16036: gcc -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:16039: $? = 0
# configure:16054: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:16057: $? = 0
# configure:16071: result: no
# configure:16231: checking dynamic linker characteristics
# configure:16742: gcc -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:16742: $? = 0
# configure:16964: result: GNU/Linux ld.so
# configure:17071: checking how to hardcode library paths into programs
# configure:17096: result: immediate
# configure:17636: checking whether stripping libraries is possible
# configure:17641: result: yes
# configure:17676: checking if libtool supports shared libraries
# configure:17678: result: yes
# configure:17681: checking whether to build shared libraries
# configure:17702: result: yes
# configure:17705: checking whether to build static libraries
# configure:17709: result: no
# configure:18349: checking whether the compiler provides atomic builtins
# configure:18396: gcc -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:18396: $? = 0
# configure:18396: ./conftest
# configure:18396: $? = 0
# configure:18406: result: yes
# configure:18700: checking whether to enable -D_LARGEFILE64_SOURCE
# configure:18748: gcc -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5
# configure:18748: $? = 0
# configure:18748: ./conftest
# configure:18748: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | #include
# | #include
# | #include
# | #include
# |
# | void main(void)
# | {
# | int fd, ret = 0;
# | struct stat64 st;
# | off64_t off = 4242;
# |
# | if (sizeof(off64_t) != 8 || sizeof(off_t) != 4)
# | exit(1);
# | if ((fd = open("conftest.lfs", O_LARGEFILE|O_CREAT|O_WRONLY, 0644)) < 0)
# | exit(2);
# | if (ftruncate64(fd, off) != 0)
# | ret = 3;
# | else if (fstat64(fd, &st) != 0 || st.st_size != off)
# | ret = 4;
# | else if (lseek64(fd, off, SEEK_SET) != off)
# | ret = 5;
# | else if (close(fd) != 0)
# | ret = 6;
# | else if (lstat64("conftest.lfs", &st) != 0 || st.st_size != off)
# | ret = 7;
# | else if (stat64("conftest.lfs", &st) != 0 || st.st_size != off)
# | ret = 8;
# | unlink("conftest.lfs");
# |
# | exit(ret);
# | }
# configure:18759: result: no
# configure:18859: Configured for Linux 4.7
# configure:18899: checking for library containing gethostbyname
# configure:18930: gcc -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:18930: $? = 0
# configure:18947: result: none required
# configure:18955: checking for library containing gethostname
# configure:18986: gcc -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:18986: $? = 0
# configure:19003: result: none required
# configure:19011: checking for library containing socket
# configure:19042: gcc -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:19042: $? = 0
# configure:19059: result: none required
# configure:19067: checking for library containing crypt
# configure:19098: gcc -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# /tmp/cchHF0tN.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `crypt'
# collect2: error: ld returned 1 exit status
# configure:19098: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char crypt ();
# | int
# | main ()
# | {
# | return crypt ();
# | ;
# | return 0;
# | }
# configure:19098: gcc -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt >&5
# configure:19098: $? = 0
# configure:19115: result: -lcrypt
# configure:19123: checking for main in -ltruerand
# configure:19142: gcc -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -ltruerand -lcrypt >&5
# /usr/sbin/ld: cannot find -ltruerand
# collect2: error: ld returned 1 exit status
# configure:19142: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | /* end confdefs.h. */
# |
# |
# | int
# | main ()
# | {
# | return main ();
# | ;
# | return 0;
# | }
# configure:19151: result: no
# configure:19162: checking for library containing modf
# configure:19193: gcc -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt >&5
# conftest.c:34:6: warning: conflicting types for built-in function 'modf'
# char modf ();
# ^~~~
# configure:19193: $? = 0
# configure:19210: result: none required
# configure:19234: checking pthread.h usability
# configure:19234: gcc -c -DLINUX -D_REENTRANT -D_GNU_SOURCE -w conftest.c >&5
# configure:19234: $? = 0
# configure:19234: result: yes
# configure:19234: checking pthread.h presence
# configure:19234: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -w conftest.c
# configure:19234: $? = 0
# configure:19234: result: yes
# configure:19234: checking for pthread.h
# configure:19234: result: yes
# configure:19282: checking for CFLAGS needed for pthreads
# configure:19314: gcc -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt >&5
# /tmp/ccPJXxT7.o: In function `main':
# conftest.c:(.text+0x2c): undefined reference to `pthread_mutexattr_init'
# conftest.c:(.text+0x49): undefined reference to `pthread_create'
# collect2: error: ld returned 1 exit status
# configure:19314: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | void *thread_routine(void *data) {
# | return data;
# | }
# |
# | int main() {
# | pthread_t thd;
# | pthread_mutexattr_t mattr;
# | pthread_once_t once_init = PTHREAD_ONCE_INIT;
# | int data = 1;
# | pthread_mutexattr_init(&mattr);
# | return pthread_create(&thd, NULL, thread_routine, &data);
# | }
# configure:19314: gcc -o conftest -kthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt >&5
# gcc: error: unrecognized command line option '-kthread'; did you mean '-pthread'?
# configure:19314: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | void *thread_routine(void *data) {
# | return data;
# | }
# |
# | int main() {
# | pthread_t thd;
# | pthread_mutexattr_t mattr;
# | pthread_once_t once_init = PTHREAD_ONCE_INIT;
# | int data = 1;
# | pthread_mutexattr_init(&mattr);
# | return pthread_create(&thd, NULL, thread_routine, &data);
# | }
# configure:19314: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt >&5
# configure:19314: $? = 0
# configure:19314: ./conftest
# configure:19314: $? = 0
# configure:19336: result: -pthread
# configure:19372: checking for LIBS needed for pthreads
# configure:19404: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt -lpthread >&5
# configure:19404: $? = 0
# configure:19404: ./conftest
# configure:19404: $? = 0
# configure:19426: result: -lpthread
# configure:19466: checking for pthread.h
# configure:19466: result: yes
# configure:19767: checking whether pthread_getspecific takes two arguments
# configure:19790: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:38:1: error: too many arguments to function 'pthread_getspecific'
# pthread_getspecific(key,&tmp);
# ^~~~~~~~~~~~~~~~~~~
# In file included from conftest.c:30:0:
# /usr/include/pthread.h:1119:14: note: declared here
# extern void *pthread_getspecific (pthread_key_t __key) __THROW;
# ^~~~~~~~~~~~~~~~~~~
# configure:19790: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | /* end confdefs.h. */
# |
# | #include
# |
# | int
# | main ()
# | {
# |
# | pthread_key_t key;
# | void *tmp;
# | pthread_getspecific(key,&tmp);
# |
# | ;
# | return 0;
# | }
# configure:19802: result: no
# configure:19812: checking whether pthread_attr_getdetachstate takes one argument
# configure:19834: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:37:1: error: too few arguments to function 'pthread_attr_getdetachstate'
# pthread_attr_getdetachstate(attr);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# In file included from conftest.c:30:0:
# /usr/include/pthread.h:294:12: note: declared here
# extern int pthread_attr_getdetachstate (const pthread_attr_t *__attr,
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# configure:19834: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | /* end confdefs.h. */
# |
# | #include
# |
# | int
# | main ()
# | {
# |
# | pthread_attr_t *attr;
# | pthread_attr_getdetachstate(attr);
# |
# | ;
# | return 0;
# | }
# configure:19846: result: no
# configure:19856: checking for recursive mutex support
# configure:19879: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt -lpthread >&5
# configure:19879: $? = 0
# configure:19879: ./conftest
# configure:19879: $? = 0
# configure:19889: result: yes
# configure:19902: checking for pthread_key_delete
# configure:19902: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt -lpthread >&5
# configure:19902: $? = 0
# configure:19902: result: yes
# configure:19902: checking for pthread_rwlock_init
# configure:19902: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt -lpthread >&5
# configure:19902: $? = 0
# configure:19902: result: yes
# configure:19902: checking for pthread_attr_setguardsize
# configure:19902: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt -lpthread >&5
# configure:19902: $? = 0
# configure:19902: result: yes
# configure:19902: checking for pthread_yield
# configure:19902: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt -lpthread >&5
# configure:19902: $? = 0
# configure:19902: result: yes
# configure:19913: checking for pthread_rwlock_t
# configure:19930: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:19930: $? = 0
# configure:19937: result: yes
# configure:19980: checking for readdir in -lc_r
# configure:20005: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lc_r -lcrypt -lpthread >&5
# /usr/sbin/ld: cannot find -lc_r
# collect2: error: ld returned 1 exit status
# configure:20005: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char readdir ();
# | int
# | main ()
# | {
# | return readdir ();
# | ;
# | return 0;
# | }
# configure:20014: result: no
# configure:20023: checking for gethostbyname in -lc_r
# configure:20048: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lc_r -lcrypt -lpthread >&5
# /usr/sbin/ld: cannot find -lc_r
# collect2: error: ld returned 1 exit status
# configure:20048: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char gethostbyname ();
# | int
# | main ()
# | {
# | return gethostbyname ();
# | ;
# | return 0;
# | }
# configure:20057: result: no
# configure:20070: checking for gethostbyaddr in -lc_r
# configure:20095: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lc_r -lcrypt -lpthread >&5
# /usr/sbin/ld: cannot find -lc_r
# collect2: error: ld returned 1 exit status
# configure:20095: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char gethostbyaddr ();
# | int
# | main ()
# | {
# | return gethostbyaddr ();
# | ;
# | return 0;
# | }
# configure:20104: result: no
# configure:20117: checking for getservbyname in -lc_r
# configure:20142: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lc_r -lcrypt -lpthread >&5
# /usr/sbin/ld: cannot find -lc_r
# collect2: error: ld returned 1 exit status
# configure:20142: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char getservbyname ();
# | int
# | main ()
# | {
# | return getservbyname ();
# | ;
# | return 0;
# | }
# configure:20151: result: no
# configure:20166: checking for gethostbyname_r
# configure:20166: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt -lpthread >&5
# configure:20166: $? = 0
# configure:20166: result: yes
# configure:20166: checking for gethostbyaddr_r
# configure:20166: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt -lpthread >&5
# configure:20166: $? = 0
# configure:20166: result: yes
# configure:20166: checking for getservbyname_r
# configure:20166: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt -lpthread >&5
# configure:20166: $? = 0
# configure:20166: result: yes
# configure:20297: checking for sigsuspend
# configure:20297: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt -lpthread >&5
# configure:20297: $? = 0
# configure:20297: result: yes
# configure:20310: checking for sigwait
# configure:20310: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt -lpthread >&5
# configure:20310: $? = 0
# configure:20310: result: yes
# configure:20334: checking for poll
# configure:20334: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt -lpthread >&5
# configure:20334: $? = 0
# configure:20334: result: yes
# configure:20334: checking for kqueue
# configure:20334: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt -lpthread >&5
# /tmp/ccSuK2NW.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `kqueue'
# collect2: error: ld returned 1 exit status
# configure:20334: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | /* end confdefs.h. */
# | /* Define kqueue to an innocuous variant, in case declares kqueue.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define kqueue innocuous_kqueue
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char kqueue (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef kqueue
# |
# | /* 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 kqueue ();
# | /* 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_kqueue || defined __stub___kqueue
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return kqueue ();
# | ;
# | return 0;
# | }
# configure:20334: result: no
# configure:20334: checking for port_create
# configure:20334: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt -lpthread >&5
# /tmp/ccWmR3bY.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `port_create'
# collect2: error: ld returned 1 exit status
# configure:20334: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | /* end confdefs.h. */
# | /* Define port_create to an innocuous variant, in case declares port_create.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define port_create innocuous_port_create
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char port_create (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef port_create
# |
# | /* 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 port_create ();
# | /* 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_port_create || defined __stub___port_create
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return port_create ();
# | ;
# | return 0;
# | }
# configure:20334: result: no
# configure:20346: checking for epoll support
# configure:20365: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt -lpthread >&5
# configure:20365: $? = 0
# configure:20365: ./conftest
# configure:20365: $? = 0
# configure:20375: result: yes
# configure:20385: checking for epoll_create1 support
# configure:20404: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt -lpthread >&5
# configure:20404: $? = 0
# configure:20404: ./conftest
# configure:20404: $? = 0
# configure:20414: result: yes
# configure:20424: checking for dup3 support
# configure:20442: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt -lpthread >&5
# configure:20442: $? = 0
# configure:20442: ./conftest
# configure:20442: $? = 0
# configure:20452: result: yes
# configure:20465: checking for accept4 support
# configure:20513: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt -lpthread >&5
# configure:20513: $? = 0
# configure:20513: ./conftest
# configure:20513: $? = 0
# configure:20523: result: yes
# configure:20532: checking for SOCK_CLOEXEC support
# configure:20551: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt -lpthread >&5
# configure:20551: $? = 0
# configure:20551: ./conftest
# configure:20551: $? = 0
# configure:20561: result: yes
# configure:20572: checking for fdatasync
# configure:20572: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt -lpthread >&5
# configure:20572: $? = 0
# configure:20572: result: yes
# configure:20583: checking for epoll_create1 support
# configure:20612: result: yes
# configure:20622: checking for asio -> message queue support
# configure:20645: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt -lpthread >&5
# conftest.c: In function 'main':
# conftest.c:56:6: error: 'struct aiocb' has no member named 'aio_notifytype'; did you mean 'aio_nbytes'?
# a.aio_notifytype = AIO_MSGQ; /* use IPC message queue for notification */
# ^
# conftest.c:56:24: error: 'AIO_MSGQ' undeclared (first use in this function)
# a.aio_notifytype = AIO_MSGQ; /* use IPC message queue for notification */
# ^~~~~~~~
# conftest.c:56:24: note: each undeclared identifier is reported only once for each function it appears in
# conftest.c:58:26: error: 'NULL' undeclared (first use in this function)
# return aio_cancel(2, NULL) == -1;
# ^~~~
# configure:20645: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | /* end confdefs.h. */
# |
# | #define _AIO_OS390
# | #include
# |
# | int main()
# | {
# | struct aiocb a;
# |
# | a.aio_notifytype = AIO_MSGQ; /* use IPC message queue for notification */
# |
# | return aio_cancel(2, NULL) == -1;
# | }
# configure:20655: result: no
# configure:20665: checking for dup3 support
# configure:20693: result: yes
# configure:20703: checking for accept4 support
# configure:20795: result: yes
# configure:20804: checking for SOCK_CLOEXEC support
# configure:20833: result: yes
# configure:20845: checking for getpwnam_r
# configure:20845: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt -lpthread >&5
# configure:20845: $? = 0
# configure:20845: result: yes
# configure:20845: checking for getpwuid_r
# configure:20845: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt -lpthread >&5
# configure:20845: $? = 0
# configure:20845: result: yes
# configure:20845: checking for getgrnam_r
# configure:20845: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt -lpthread >&5
# configure:20845: $? = 0
# configure:20845: result: yes
# configure:20845: checking for getgrgid_r
# configure:20845: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt -lpthread >&5
# configure:20845: $? = 0
# configure:20845: result: yes
# configure:20859: checking for library containing shm_open
# configure:20890: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt -lpthread >&5
# /tmp/ccF31pwO.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `shm_open'
# collect2: error: ld returned 1 exit status
# configure:20890: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char shm_open ();
# | int
# | main ()
# | {
# | return shm_open ();
# | ;
# | return 0;
# | }
# configure:20890: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:20890: $? = 0
# configure:20907: result: -lrt
# configure:20927: checking for sys/types.h
# configure:20927: result: yes
# configure:20927: checking sys/mman.h usability
# configure:20927: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:20927: $? = 0
# configure:20927: result: yes
# configure:20927: checking sys/mman.h presence
# configure:20927: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:20927: $? = 0
# configure:20927: result: yes
# configure:20927: checking for sys/mman.h
# configure:20927: result: yes
# configure:20927: checking sys/ipc.h usability
# configure:20927: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:20927: $? = 0
# configure:20927: result: yes
# configure:20927: checking sys/ipc.h presence
# configure:20927: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:20927: $? = 0
# configure:20927: result: yes
# configure:20927: checking for sys/ipc.h
# configure:20927: result: yes
# configure:20927: checking sys/mutex.h usability
# configure:20927: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c:91:23: fatal error: sys/mutex.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:20927: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_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:20927: result: no
# configure:20927: checking sys/mutex.h presence
# configure:20927: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# conftest.c:58:23: fatal error: sys/mutex.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:20927: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | /* end confdefs.h. */
# | #include
# configure:20927: result: no
# configure:20927: checking for sys/mutex.h
# configure:20927: result: no
# configure:20927: checking sys/shm.h usability
# configure:20927: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:20927: $? = 0
# configure:20927: result: yes
# configure:20927: checking sys/shm.h presence
# configure:20927: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:20927: $? = 0
# configure:20927: result: yes
# configure:20927: checking for sys/shm.h
# configure:20927: result: yes
# configure:20927: checking sys/file.h usability
# configure:20927: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:20927: $? = 0
# configure:20927: result: yes
# configure:20927: checking sys/file.h presence
# configure:20927: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:20927: $? = 0
# configure:20927: result: yes
# configure:20927: checking for sys/file.h
# configure:20927: result: yes
# configure:20927: checking kernel/OS.h usability
# configure:20927: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c:93:23: fatal error: kernel/OS.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:20927: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_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:20927: result: no
# configure:20927: checking kernel/OS.h presence
# configure:20927: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# conftest.c:60:23: fatal error: kernel/OS.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:20927: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | /* end confdefs.h. */
# | #include
# configure:20927: result: no
# configure:20927: checking for kernel/OS.h
# configure:20927: result: no
# configure:20927: checking os2.h usability
# configure:20927: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c:93:17: fatal error: os2.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:20927: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_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:20927: result: no
# configure:20927: checking os2.h presence
# configure:20927: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# conftest.c:60:17: fatal error: os2.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:20927: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | /* end confdefs.h. */
# | #include
# configure:20927: result: no
# configure:20927: checking for os2.h
# configure:20927: result: no
# configure:20927: checking windows.h usability
# configure:20927: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c:93:21: fatal error: windows.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:20927: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_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:20927: result: no
# configure:20927: checking windows.h presence
# configure:20927: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# conftest.c:60:21: fatal error: windows.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:20927: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | /* end confdefs.h. */
# | #include
# configure:20927: result: no
# configure:20927: checking for windows.h
# configure:20927: result: no
# configure:20941: checking for mmap
# configure:20941: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:20941: $? = 0
# configure:20941: result: yes
# configure:20941: checking for munmap
# configure:20941: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:20941: $? = 0
# configure:20941: result: yes
# configure:20941: checking for shm_open
# configure:20941: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:20941: $? = 0
# configure:20941: result: yes
# configure:20941: checking for shm_unlink
# configure:20941: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:20941: $? = 0
# configure:20941: result: yes
# configure:20941: checking for shmget
# configure:20941: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:20941: $? = 0
# configure:20941: result: yes
# configure:20941: checking for shmat
# configure:20941: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:20941: $? = 0
# configure:20941: result: yes
# configure:20941: checking for shmdt
# configure:20941: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:20941: $? = 0
# configure:20941: result: yes
# configure:20941: checking for shmctl
# configure:20941: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:20941: $? = 0
# configure:20941: result: yes
# configure:20941: checking for create_area
# configure:20941: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# /tmp/ccL9bVqY.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `create_area'
# collect2: error: ld returned 1 exit status
# configure:20941: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | /* end confdefs.h. */
# | /* Define create_area to an innocuous variant, in case declares create_area.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define create_area innocuous_create_area
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char create_area (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef create_area
# |
# | /* 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 create_area ();
# | /* 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_create_area || defined __stub___create_area
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return create_area ();
# | ;
# | return 0;
# | }
# configure:20941: result: no
# configure:20952: checking for MAP_ANON in sys/mman.h
# configure:20977: result: yes
# configure:20985: checking for /dev/zero
# configure:20998: result: yes
# configure:21008: checking for mmap that can map /dev/zero
# configure:21040: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:21040: $? = 0
# configure:21040: ./conftest
# configure:21040: $? = 0
# configure:21050: result: yes
# configure:21333: result: decision on anonymous shared memory allocation method... 4.4BSD-style mmap() via MAP_ANON
# configure:21649: result: decision on namebased memory allocation method... SysV IPC shmget()
# configure:21708: checking for size_t
# configure:21708: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:21708: $? = 0
# configure:21708: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:109:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:21708: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 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:21708: result: yes
# configure:21721: checking for working alloca.h
# configure:21738: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:21738: $? = 0
# configure:21746: result: yes
# configure:21754: checking for alloca
# configure:21791: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:21791: $? = 0
# configure:21799: result: yes
# configure:21911: checking for calloc
# configure:21911: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# conftest.c:98:6: warning: conflicting types for built-in function 'calloc'
# char calloc ();
# ^~~~~~
# configure:21911: $? = 0
# configure:21911: result: yes
# configure:21911: checking for setsid
# configure:21911: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:21911: $? = 0
# configure:21911: result: yes
# configure:21911: checking for isinf
# configure:21911: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# conftest.c:100:6: warning: conflicting types for built-in function 'isinf'
# char isinf ();
# ^~~~~
# configure:21911: $? = 0
# configure:21911: result: yes
# configure:21911: checking for isnan
# configure:21911: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# conftest.c:101:6: warning: conflicting types for built-in function 'isnan'
# char isnan ();
# ^~~~~
# configure:21911: $? = 0
# configure:21911: result: yes
# configure:21911: checking for getenv
# configure:21911: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:21911: $? = 0
# configure:21911: result: yes
# configure:21911: checking for putenv
# configure:21911: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:21911: $? = 0
# configure:21911: result: yes
# configure:21911: checking for setenv
# configure:21911: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:21911: $? = 0
# configure:21911: result: yes
# configure:21911: checking for unsetenv
# configure:21911: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:21911: $? = 0
# configure:21911: result: yes
# configure:21911: checking for writev
# configure:21911: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:21911: $? = 0
# configure:21911: result: yes
# configure:21911: checking for getifaddrs
# configure:21911: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:21911: $? = 0
# configure:21911: result: yes
# configure:21911: checking for utime
# configure:21911: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:21911: $? = 0
# configure:21911: result: yes
# configure:21911: checking for utimes
# configure:21911: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:21911: $? = 0
# configure:21911: result: yes
# configure:21922: checking for setrlimit
# configure:21922: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:21922: $? = 0
# configure:21922: result: yes
# configure:21935: checking for getrlimit
# configure:21935: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:21935: $? = 0
# configure:21935: result: yes
# configure:21947: checking for sendfilev in -lsendfile
# configure:21972: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lsendfile -lrt -lcrypt -lpthread >&5
# /usr/sbin/ld: cannot find -lsendfile
# collect2: error: ld returned 1 exit status
# configure:21972: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char sendfilev ();
# | int
# | main ()
# | {
# | return sendfilev ();
# | ;
# | return 0;
# | }
# configure:21981: result: no
# configure:21995: checking for sendfile
# configure:21995: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:21995: $? = 0
# configure:21995: result: yes
# configure:21995: checking for send_file
# configure:21995: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# /tmp/cc3xEVJh.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `send_file'
# collect2: error: ld returned 1 exit status
# configure:21995: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | /* end confdefs.h. */
# | /* Define send_file to an innocuous variant, in case declares send_file.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define send_file innocuous_send_file
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char send_file (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef send_file
# |
# | /* 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 send_file ();
# | /* 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_send_file || defined __stub___send_file
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return send_file ();
# | ;
# | return 0;
# | }
# configure:21995: result: no
# configure:21995: checking for sendfilev
# configure:21995: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# /tmp/ccEWmxno.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `sendfilev'
# collect2: error: ld returned 1 exit status
# configure:21995: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | /* end confdefs.h. */
# | /* Define sendfilev to an innocuous variant, in case declares sendfilev.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define sendfilev innocuous_sendfilev
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char sendfilev (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef sendfilev
# |
# | /* 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 sendfilev ();
# | /* 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_sendfilev || defined __stub___sendfilev
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return sendfilev ();
# | ;
# | return 0;
# | }
# configure:21995: result: no
# configure:22087: checking for sigaction
# configure:22087: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:22087: $? = 0
# configure:22087: result: yes
# configure:22098: checking whether sys_siglist is declared
# configure:22098: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22098: $? = 0
# configure:22098: result: yes
# configure:22119: checking for fork
# configure:22119: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# conftest.c:115:6: warning: conflicting types for built-in function 'fork'
# char fork ();
# ^~~~
# configure:22119: $? = 0
# configure:22119: result: yes
# configure:22131: checking for inet_addr
# configure:22157: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:105:1: warning: implicit declaration of function 'inet_addr' [-Wimplicit-function-declaration]
# inet_addr("127.0.0.1");
# ^~~~~~~~~
# configure:22157: $? = 0
# configure:22169: result: yes
# configure:22179: checking for inet_network
# configure:22205: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:105:1: warning: implicit declaration of function 'inet_network' [-Wimplicit-function-declaration]
# inet_network("127.0.0.1");
# ^~~~~~~~~~~~
# configure:22205: $? = 0
# configure:22217: result: yes
# configure:22227: checking for _getch
# configure:22227: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# /tmp/ccUVleIG.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `_getch'
# collect2: error: ld returned 1 exit status
# configure:22227: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | /* end confdefs.h. */
# | /* Define _getch to an innocuous variant, in case declares _getch.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _getch innocuous__getch
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _getch (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _getch
# |
# | /* 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 _getch ();
# | /* 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__getch || defined __stub____getch
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _getch ();
# | ;
# | return 0;
# | }
# configure:22227: result: no
# configure:22234: checking for strerror_r
# configure:22234: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:22234: $? = 0
# configure:22234: result: yes
# configure:22247: checking for type of return code from strerror_r
# configure:22270: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# conftest.c:98:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:101:43: warning: comparison between pointer and integer
# if (strerror_r(ERANGE, buf, sizeof buf) < 1) {
# ^
# conftest.c:102:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(0);
# ^~~~
# conftest.c:102:5: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:102:5: note: include '' or provide a declaration of 'exit'
# conftest.c:105:5: warning: incompatible implicit declaration of built-in function 'exit'
# exit(1);
# ^~~~
# conftest.c:105:5: note: include '' or provide a declaration of 'exit'
# configure:22270: $? = 0
# configure:22270: ./conftest
# configure:22270: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | #include
# | main()
# | {
# | char buf[1024];
# | if (strerror_r(ERANGE, buf, sizeof buf) < 1) {
# | exit(0);
# | }
# | else {
# | exit(1);
# | }
# | }
# configure:22289: result: pointer
# configure:22295: checking for mmap
# configure:22295: result: yes
# configure:22311: checking for memmove
# configure:22311: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# conftest.c:118:6: warning: conflicting types for built-in function 'memmove'
# char memmove ();
# ^~~~~~~
# configure:22311: $? = 0
# configure:22311: result: yes
# configure:22325: checking for getpass
# configure:22325: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:22325: $? = 0
# configure:22325: result: yes
# configure:22325: checking for getpassphrase
# configure:22325: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# /tmp/cckipqQR.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `getpassphrase'
# collect2: error: ld returned 1 exit status
# configure:22325: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | /* end confdefs.h. */
# | /* Define getpassphrase to an innocuous variant, in case declares getpassphrase.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define getpassphrase innocuous_getpassphrase
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char getpassphrase (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef getpassphrase
# |
# | /* 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 getpassphrase ();
# | /* 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_getpassphrase || defined __stub___getpassphrase
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return getpassphrase ();
# | ;
# | return 0;
# | }
# configure:22325: result: no
# configure:22325: checking for gmtime_r
# configure:22325: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:22325: $? = 0
# configure:22325: result: yes
# configure:22325: checking for localtime_r
# configure:22325: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:22325: $? = 0
# configure:22325: result: yes
# configure:22340: checking for mkstemp
# configure:22340: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:22340: $? = 0
# configure:22340: result: yes
# configure:22364: checking whether sigwait takes one argument
# configure:22395: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:117:3: error: too few arguments to function 'sigwait'
# sigwait(&set);
# ^~~~~~~
# In file included from conftest.c:109:0:
# /usr/include/signal.h:268:12: note: declared here
# extern int sigwait (const sigset_t *__restrict __set, int *__restrict __sig)
# ^~~~~~~
# configure:22395: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | /* end confdefs.h. */
# |
# | #if defined(__NETBSD__) || defined(DARWIN)
# | /* When using the unproven-pthreads package, we need to pull in this
# | * header to get a prototype for sigwait(). Else things will fail later
# | * on. XXX Should probably be fixed in the unproven-pthreads package.
# | * Darwin is declaring sigwait() in the wrong place as well.
# | */
# | #include
# | #endif
# | #include
# |
# | int
# | main ()
# | {
# |
# | sigset_t set;
# |
# | sigwait(&set);
# |
# | ;
# | return 0;
# | }
# configure:22406: result: no
# configure:22415: checking for ANSI C header files
# configure:22519: result: yes
# configure:22596: checking ByteOrder.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c:134:23: fatal error: ByteOrder.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 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:22596: result: no
# configure:22596: checking ByteOrder.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# conftest.c:101:23: fatal error: ByteOrder.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | /* end confdefs.h. */
# | #include
# configure:22596: result: no
# configure:22596: checking for ByteOrder.h
# configure:22596: result: no
# configure:22596: checking conio.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c:134:19: fatal error: conio.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 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:22596: result: no
# configure:22596: checking conio.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# conftest.c:101:19: fatal error: conio.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | /* end confdefs.h. */
# | #include
# configure:22596: result: no
# configure:22596: checking for conio.h
# configure:22596: result: no
# configure:22596: checking crypt.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking crypt.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for crypt.h
# configure:22596: result: yes
# configure:22596: checking ctype.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking ctype.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for ctype.h
# configure:22596: result: yes
# configure:22596: checking dir.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c:136:17: fatal error: dir.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_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:22596: result: no
# configure:22596: checking dir.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# conftest.c:103:17: fatal error: dir.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | /* end confdefs.h. */
# | #include
# configure:22596: result: no
# configure:22596: checking for dir.h
# configure:22596: result: no
# configure:22596: checking dirent.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking dirent.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for dirent.h
# configure:22596: result: yes
# configure:22596: checking dl.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c:137:16: fatal error: dl.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_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:22596: result: no
# configure:22596: checking dl.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# conftest.c:104:16: fatal error: dl.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | /* end confdefs.h. */
# | #include
# configure:22596: result: no
# configure:22596: checking for dl.h
# configure:22596: result: no
# configure:22596: checking for dlfcn.h
# configure:22596: result: yes
# configure:22596: checking errno.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking errno.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for errno.h
# configure:22596: result: yes
# configure:22596: checking fcntl.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking fcntl.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for fcntl.h
# configure:22596: result: yes
# configure:22596: checking grp.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking grp.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for grp.h
# configure:22596: result: yes
# configure:22596: checking io.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c:141:16: fatal error: io.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:22596: result: no
# configure:22596: checking io.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# conftest.c:108:16: fatal error: io.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | /* end confdefs.h. */
# | #include
# configure:22596: result: no
# configure:22596: checking for io.h
# configure:22596: result: no
# configure:22596: checking limits.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking limits.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for limits.h
# configure:22596: result: yes
# configure:22596: checking mach-o/dyld.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c:142:25: fatal error: mach-o/dyld.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_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:22596: result: no
# configure:22596: checking mach-o/dyld.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# conftest.c:109:25: fatal error: mach-o/dyld.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | /* end confdefs.h. */
# | #include
# configure:22596: result: no
# configure:22596: checking for mach-o/dyld.h
# configure:22596: result: no
# configure:22596: checking malloc.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking malloc.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for malloc.h
# configure:22596: result: yes
# configure:22596: checking for memory.h
# configure:22596: result: yes
# configure:22596: checking netdb.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking netdb.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for netdb.h
# configure:22596: result: yes
# configure:22596: checking osreldate.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c:145:23: fatal error: osreldate.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_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:22596: result: no
# configure:22596: checking osreldate.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# conftest.c:112:23: fatal error: osreldate.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# | #include
# configure:22596: result: no
# configure:22596: checking for osreldate.h
# configure:22596: result: no
# configure:22596: checking poll.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking poll.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for poll.h
# configure:22596: result: yes
# configure:22596: checking process.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c:146:21: fatal error: process.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_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
# | #include
# configure:22596: result: no
# configure:22596: checking process.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# conftest.c:113:21: fatal error: process.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | /* end confdefs.h. */
# | #include
# configure:22596: result: no
# configure:22596: checking for process.h
# configure:22596: result: no
# configure:22596: checking pwd.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking pwd.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for pwd.h
# configure:22596: result: yes
# configure:22596: checking semaphore.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking semaphore.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for semaphore.h
# configure:22596: result: yes
# configure:22596: checking signal.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking signal.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for signal.h
# configure:22596: result: yes
# configure:22596: checking stdarg.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking stdarg.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for stdarg.h
# configure:22596: result: yes
# configure:22596: checking stddef.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking stddef.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for stddef.h
# configure:22596: result: yes
# configure:22596: checking stdio.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking stdio.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for stdio.h
# configure:22596: result: yes
# configure:22596: checking for stdlib.h
# configure:22596: result: yes
# configure:22596: checking for string.h
# configure:22596: result: yes
# configure:22596: checking for strings.h
# configure:22596: result: yes
# configure:22596: checking sysapi.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c:155:20: fatal error: sysapi.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_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:22596: result: no
# configure:22596: checking sysapi.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# conftest.c:122:20: fatal error: sysapi.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | /* end confdefs.h. */
# | #include
# configure:22596: result: no
# configure:22596: checking for sysapi.h
# configure:22596: result: no
# configure:22596: checking sysgtime.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c:155:22: fatal error: sysgtime.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_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:22596: result: no
# configure:22596: checking sysgtime.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# conftest.c:122:22: fatal error: sysgtime.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | /* end confdefs.h. */
# | #include
# configure:22596: result: no
# configure:22596: checking for sysgtime.h
# configure:22596: result: no
# configure:22596: checking termios.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking termios.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for termios.h
# configure:22596: result: yes
# configure:22596: checking time.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking time.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for time.h
# configure:22596: result: yes
# configure:22596: checking tpfeq.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c:157:19: fatal error: tpfeq.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_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:22596: result: no
# configure:22596: checking tpfeq.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# conftest.c:124:19: fatal error: tpfeq.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | /* end confdefs.h. */
# | #include
# configure:22596: result: no
# configure:22596: checking for tpfeq.h
# configure:22596: result: no
# configure:22596: checking tpfio.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c:157:19: fatal error: tpfio.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_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:22596: result: no
# configure:22596: checking tpfio.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# conftest.c:124:19: fatal error: tpfio.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | /* end confdefs.h. */
# | #include
# configure:22596: result: no
# configure:22596: checking for tpfio.h
# configure:22596: result: no
# configure:22596: checking for unistd.h
# configure:22596: result: yes
# configure:22596: checking unix.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c:158:18: fatal error: unix.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:22596: result: no
# configure:22596: checking unix.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# conftest.c:125:18: fatal error: unix.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:22596: result: no
# configure:22596: checking for unix.h
# configure:22596: result: no
# configure:22596: checking for windows.h
# configure:22596: result: no
# configure:22596: checking winsock2.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c:158:22: fatal error: winsock2.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:22596: result: no
# configure:22596: checking winsock2.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# conftest.c:125:22: fatal error: winsock2.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:22596: result: no
# configure:22596: checking for winsock2.h
# configure:22596: result: no
# configure:22596: checking arpa/inet.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking arpa/inet.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for arpa/inet.h
# configure:22596: result: yes
# configure:22596: checking for kernel/OS.h
# configure:22596: result: no
# configure:22596: checking net/errno.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c:159:23: fatal error: net/errno.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_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:22596: result: no
# configure:22596: checking net/errno.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# conftest.c:126:23: fatal error: net/errno.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | /* end confdefs.h. */
# | #include
# configure:22596: result: no
# configure:22596: checking for net/errno.h
# configure:22596: result: no
# configure:22596: checking netinet/in.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking netinet/in.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for netinet/in.h
# configure:22596: result: yes
# configure:22596: checking netinet/sctp.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c:160:26: fatal error: netinet/sctp.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_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:22596: result: no
# configure:22596: checking netinet/sctp.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# conftest.c:127:26: fatal error: netinet/sctp.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | /* end confdefs.h. */
# | #include
# configure:22596: result: no
# configure:22596: checking for netinet/sctp.h
# configure:22596: result: no
# configure:22596: checking netinet/sctp_uio.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c:160:30: fatal error: netinet/sctp_uio.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_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:22596: result: no
# configure:22596: checking netinet/sctp_uio.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# conftest.c:127:30: fatal error: netinet/sctp_uio.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | /* end confdefs.h. */
# | #include
# configure:22596: result: no
# configure:22596: checking for netinet/sctp_uio.h
# configure:22596: result: no
# configure:22596: checking for sys/file.h
# configure:22596: result: yes
# configure:22596: checking sys/ioctl.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking sys/ioctl.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for sys/ioctl.h
# configure:22596: result: yes
# configure:22596: checking for sys/mman.h
# configure:22596: result: yes
# configure:22596: checking sys/param.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking sys/param.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for sys/param.h
# configure:22596: result: yes
# configure:22596: checking sys/poll.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking sys/poll.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for sys/poll.h
# configure:22596: result: yes
# configure:22596: checking sys/resource.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking sys/resource.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for sys/resource.h
# configure:22596: result: yes
# configure:22596: checking sys/select.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking sys/select.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for sys/select.h
# configure:22596: result: yes
# configure:22596: checking sys/sem.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking sys/sem.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for sys/sem.h
# configure:22596: result: yes
# configure:22596: checking sys/sendfile.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking sys/sendfile.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for sys/sendfile.h
# configure:22596: result: yes
# configure:22596: checking sys/signal.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking sys/signal.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for sys/signal.h
# configure:22596: result: yes
# configure:22596: checking sys/socket.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking sys/socket.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for sys/socket.h
# configure:22596: result: yes
# configure:22596: checking sys/sockio.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c:171:24: fatal error: sys/sockio.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_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:22596: result: no
# configure:22596: checking sys/sockio.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# conftest.c:138:24: fatal error: sys/sockio.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# | #include
# configure:22596: result: no
# configure:22596: checking for sys/sockio.h
# configure:22596: result: no
# configure:22596: checking for sys/stat.h
# configure:22596: result: yes
# configure:22596: checking sys/sysctl.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking sys/sysctl.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for sys/sysctl.h
# configure:22596: result: yes
# configure:22596: checking sys/syslimits.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c:173:27: fatal error: sys/syslimits.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_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:22596: result: no
# configure:22596: checking sys/syslimits.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# conftest.c:140:27: fatal error: sys/syslimits.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | /* end confdefs.h. */
# | #include
# configure:22596: result: no
# configure:22596: checking for sys/syslimits.h
# configure:22596: result: no
# configure:22596: checking sys/time.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking sys/time.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for sys/time.h
# configure:22596: result: yes
# configure:22596: checking for sys/types.h
# configure:22596: result: yes
# configure:22596: checking sys/uio.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking sys/uio.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for sys/uio.h
# configure:22596: result: yes
# configure:22596: checking sys/un.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking sys/un.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for sys/un.h
# configure:22596: result: yes
# configure:22596: checking sys/wait.h usability
# configure:22596: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking sys/wait.h presence
# configure:22596: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22596: $? = 0
# configure:22596: result: yes
# configure:22596: checking for sys/wait.h
# configure:22596: result: yes
# configure:22685: checking for netinet/tcp.h
# configure:22698: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:22698: $? = 0
# configure:22705: result: yes
# configure:22758: checking for h_errno in netdb.h
# configure:22788: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22788: $? = 0
# configure:22858: result: yes
# configure:22914: checking for off_t
# configure:22914: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22914: $? = 0
# configure:22914: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:182:20: error: expected expression before ')' token
# if (sizeof ((off_t)))
# ^
# configure:22914: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_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 ((off_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:22914: result: yes
# configure:22925: checking for pid_t
# configure:22925: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22925: $? = 0
# configure:22925: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:182:20: error: expected expression before ')' token
# if (sizeof ((pid_t)))
# ^
# configure:22925: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:22925: result: yes
# configure:22936: checking for size_t
# configure:22936: result: yes
# configure:22947: checking for uid_t in sys/types.h
# configure:22966: result: yes
# configure:22977: checking for ssize_t
# configure:22977: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:22977: $? = 0
# configure:22977: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:182:22: error: expected expression before ')' token
# if (sizeof ((ssize_t)))
# ^
# configure:22977: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_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 ((ssize_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:22977: result: yes
# configure:22988: checking for inline
# configure:23004: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:23004: $? = 0
# configure:23012: result: inline
# configure:23030: checking for an ANSI C-conforming const
# configure:23096: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:23096: $? = 0
# configure:23103: result: yes
# configure:23111: checking whether setpgrp takes no argument
# configure:23133: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# conftest.c: In function 'main':
# conftest.c:185:10: error: too many arguments to function 'setpgrp'
# return setpgrp (1,1) != -1;
# ^~~~~~~
# In file included from conftest.c:177:0:
# /usr/include/unistd.h:663:12: note: declared here
# extern int setpgrp (void) __THROW;
# ^~~~~~~
# configure:23133: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_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 this system has a BSD-style setpgrp which takes arguments,
# | setpgrp(1, 1) will fail with ESRCH and return -1, in that case
# | exit successfully. */
# | return setpgrp (1,1) != -1;
# | ;
# | return 0;
# | }
# configure:23143: result: yes
# configure:23153: checking for socklen_t
# configure:23179: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:23179: $? = 0
# configure:23191: result: yes
# configure:23205: checking size of void*
# configure:23210: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:23210: $? = 0
# configure:23210: ./conftest
# configure:23210: $? = 0
# configure:23224: result: 8
# configure:23245: checking size of char
# configure:23250: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:23250: $? = 0
# configure:23250: ./conftest
# configure:23250: $? = 0
# configure:23264: result: 1
# configure:23278: checking size of int
# configure:23283: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:23283: $? = 0
# configure:23283: ./conftest
# configure:23283: $? = 0
# configure:23297: result: 4
# configure:23311: checking size of long
# configure:23316: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:23316: $? = 0
# configure:23316: ./conftest
# configure:23316: $? = 0
# configure:23330: result: 8
# configure:23344: checking size of short
# configure:23349: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:23349: $? = 0
# configure:23349: ./conftest
# configure:23349: $? = 0
# configure:23363: result: 2
# configure:23377: checking size of long long
# configure:23382: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:23382: $? = 0
# configure:23382: ./conftest
# configure:23382: $? = 0
# configure:23396: result: 8
# configure:23465: checking for INT64_C
# configure:23502: result: yes
# configure:23541: checking size of pid_t
# configure:23566: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# conftest.c:161:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:164:11: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# if (!f) exit(1);
# ^~~~
# conftest.c:164:11: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:164:11: note: include '' or provide a declaration of 'exit'
# conftest.c:166:3: warning: incompatible implicit declaration of built-in function 'exit'
# exit(0);
# ^~~~
# conftest.c:166:3: note: include '' or provide a declaration of 'exit'
# configure:23566: $? = 0
# configure:23566: ./conftest
# configure:23566: $? = 0
# configure:23576: result: 4
# configure:23649: checking whether ssize_t and int are the same
# configure:23668: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:192:9: error: size of array 'foo' is negative
# int foo[0 - !__builtin_types_compatible_p(ssize_t, int)];
# ^~~
# configure:23668: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# |
# | int foo[0 - !__builtin_types_compatible_p(ssize_t, int)];
# |
# | ;
# | return 0;
# | }
# configure:23676: result: no
# configure:23681: checking whether ssize_t and long are the same
# configure:23700: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:23700: $? = 0
# configure:23708: result: yes
# configure:23713: checking whether size_t and unsigned int are the same
# configure:23732: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:192:9: error: size of array 'foo' is negative
# int foo[0 - !__builtin_types_compatible_p(size_t, unsigned int)];
# ^~~
# configure:23732: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# |
# | int foo[0 - !__builtin_types_compatible_p(size_t, unsigned int)];
# |
# | ;
# | return 0;
# | }
# configure:23740: result: no
# configure:23745: checking whether size_t and unsigned long are the same
# configure:23764: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:23764: $? = 0
# configure:23772: result: yes
# configure:23776: checking size of ssize_t
# configure:23801: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# conftest.c:162:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:165:11: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# if (!f) exit(1);
# ^~~~
# conftest.c:165:11: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:165:11: note: include '' or provide a declaration of 'exit'
# conftest.c:167:3: warning: incompatible implicit declaration of built-in function 'exit'
# exit(0);
# ^~~~
# conftest.c:167:3: note: include '' or provide a declaration of 'exit'
# configure:23801: $? = 0
# configure:23801: ./conftest
# configure:23801: $? = 0
# configure:23811: result: 8
# configure:23820: checking which format to use for apr_ssize_t
# configure:23823: result: %ld
# configure:23839: checking size of size_t
# configure:23864: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# conftest.c:163:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:166:11: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# if (!f) exit(1);
# ^~~~
# conftest.c:166:11: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:166:11: note: include '' or provide a declaration of 'exit'
# conftest.c:168:3: warning: incompatible implicit declaration of built-in function 'exit'
# exit(0);
# ^~~~
# conftest.c:168:3: note: include '' or provide a declaration of 'exit'
# configure:23864: $? = 0
# configure:23864: ./conftest
# configure:23864: $? = 0
# configure:23874: result: 8
# configure:23883: checking which format to use for apr_size_t
# configure:23886: result: %lu
# configure:23902: checking size of off_t
# configure:23927: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# conftest.c:164:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:167:11: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# if (!f) exit(1);
# ^~~~
# conftest.c:167:11: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:167:11: note: include '' or provide a declaration of 'exit'
# conftest.c:169:3: warning: incompatible implicit declaration of built-in function 'exit'
# exit(0);
# ^~~~
# conftest.c:169:3: note: include '' or provide a declaration of 'exit'
# configure:23927: $? = 0
# configure:23927: ./conftest
# configure:23927: $? = 0
# configure:23937: result: 8
# configure:23986: checking which type to use for apr_off_t
# configure:24031: result: off_t
# configure:24053: checking size of ino_t
# configure:24078: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# conftest.c:197:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main()
# ^~~~
# configure:24078: $? = 0
# configure:24078: ./conftest
# configure:24078: $? = 0
# configure:24088: result: 8
# configure:24105: using ino_t for ino_t
# configure:24109: checking whether byte ordering is bigendian
# configure:24124: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c:160:9: error: unknown type name 'not'
# not a universal capable compiler
# ^~~
# conftest.c:160:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
# not a universal capable compiler
# ^~~~~~~~~
# conftest.c:160:15: error: unknown type name 'universal'
# configure:24124: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:24169: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:24169: $? = 0
# configure:24187: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:166:4: error: unknown type name 'not'
# not big endian
# ^~~
# conftest.c:166:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
# not big endian
# ^~~~~~
# configure:24187: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:24315: result: no
# configure:24339: checking size of struct iovec
# configure:24365: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# conftest.c:167:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:170:11: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# if (!f) exit(1);
# ^~~~
# conftest.c:170:11: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:170:11: note: include '' or provide a declaration of 'exit'
# conftest.c:172:3: warning: incompatible implicit declaration of built-in function 'exit'
# exit(0);
# ^~~~
# conftest.c:172:3: note: include '' or provide a declaration of 'exit'
# configure:24365: $? = 0
# configure:24365: ./conftest
# configure:24365: $? = 0
# configure:24375: result: 16
# configure:24415: checking for strnicmp
# configure:24415: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# /tmp/ccLjHN1v.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `strnicmp'
# collect2: error: ld returned 1 exit status
# configure:24415: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_STRUCT_IOVEC 16
# | /* end confdefs.h. */
# | /* Define strnicmp to an innocuous variant, in case declares strnicmp.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strnicmp innocuous_strnicmp
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strnicmp (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strnicmp
# |
# | /* 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 strnicmp ();
# | /* 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_strnicmp || defined __stub___strnicmp
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strnicmp ();
# | ;
# | return 0;
# | }
# configure:24415: result: no
# configure:24428: checking for strncasecmp
# configure:24428: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# conftest.c:183:6: warning: conflicting types for built-in function 'strncasecmp'
# char strncasecmp ();
# ^~~~~~~~~~~
# configure:24428: $? = 0
# configure:24428: result: yes
# configure:24441: checking for stricmp
# configure:24441: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# /tmp/ccaLfKnH.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `stricmp'
# collect2: error: ld returned 1 exit status
# configure:24441: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_STRUCT_IOVEC 16
# | #define HAVE_STRNCASECMP 1
# | /* end confdefs.h. */
# | /* Define stricmp to an innocuous variant, in case declares stricmp.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define stricmp innocuous_stricmp
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char stricmp (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef stricmp
# |
# | /* 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 stricmp ();
# | /* 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_stricmp || defined __stub___stricmp
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return stricmp ();
# | ;
# | return 0;
# | }
# configure:24441: result: no
# configure:24454: checking for strcasecmp
# configure:24454: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# conftest.c:184:6: warning: conflicting types for built-in function 'strcasecmp'
# char strcasecmp ();
# ^~~~~~~~~~
# configure:24454: $? = 0
# configure:24454: result: yes
# configure:24467: checking for strdup
# configure:24467: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# conftest.c:185:6: warning: conflicting types for built-in function 'strdup'
# char strdup ();
# ^~~~~~
# configure:24467: $? = 0
# configure:24467: result: yes
# configure:24480: checking for strstr
# configure:24480: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# conftest.c:186:6: warning: conflicting types for built-in function 'strstr'
# char strstr ();
# ^~~~~~
# configure:24480: $? = 0
# configure:24480: result: yes
# configure:24493: checking for memchr
# configure:24493: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# conftest.c:187:6: warning: conflicting types for built-in function 'memchr'
# char memchr ();
# ^~~~~~
# configure:24493: $? = 0
# configure:24493: result: yes
# configure:24505: checking for strtol
# configure:24505: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# configure:24505: $? = 0
# configure:24505: result: yes
# configure:24649: checking for dlopen
# configure:24649: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread >&5
# /tmp/ccfXoo40.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `dlopen'
# collect2: error: ld returned 1 exit status
# configure:24649: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_STRUCT_IOVEC 16
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MEMCHR 1
# | #define APR_INT64_STRFN strtol
# | #define APR_OFF_T_STRFN strtol
# | /* end confdefs.h. */
# | /* Define dlopen to an innocuous variant, in case declares dlopen.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define dlopen innocuous_dlopen
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char dlopen (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef dlopen
# |
# | /* 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 dlopen ();
# | /* 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_dlopen || defined __stub___dlopen
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return dlopen ();
# | ;
# | return 0;
# | }
# configure:24649: result: no
# configure:24656: checking for dlopen in -ldl
# configure:24681: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -ldl -lrt -lcrypt -lpthread >&5
# configure:24681: $? = 0
# configure:24690: result: yes
# configure:24719: checking for dlsym
# configure:24719: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread -ldl >&5
# configure:24719: $? = 0
# configure:24719: result: yes
# configure:24894: checking for waitpid
# configure:24894: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread -ldl >&5
# configure:24894: $? = 0
# configure:24894: result: yes
# configure:24924: checking for Variable Length Arrays
# configure:24944: gcc -c -pthread -Werror -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:24944: $? = 0
# configure:24952: result: yes
# configure:24960: checking struct rlimit
# configure:24984: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread -ldl >&5
# conftest.c:174:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:179:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(0);
# ^~~~
# conftest.c:179:5: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:179:5: note: include '' or provide a declaration of 'exit'
# configure:24984: $? = 0
# configure:24984: ./conftest
# configure:24984: $? = 0
# configure:24996: result: yes
# configure:25007: checking for semget
# configure:25007: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread -ldl >&5
# configure:25007: $? = 0
# configure:25007: result: yes
# configure:25007: checking for semctl
# configure:25007: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread -ldl >&5
# configure:25007: $? = 0
# configure:25007: result: yes
# configure:25007: checking for flock
# configure:25007: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread -ldl >&5
# configure:25007: $? = 0
# configure:25007: result: yes
# configure:25019: checking for semaphore.h
# configure:25019: result: yes
# configure:25019: checking OS.h usability
# configure:25019: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c:207:16: fatal error: OS.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:25019: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_STRUCT_IOVEC 16
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MEMCHR 1
# | #define APR_INT64_STRFN strtol
# | #define APR_OFF_T_STRFN strtol
# | #define DSO_USE_DLFCN 1
# | #define HAVE_WAITPID 1
# | #define HAVE_VLA 1
# | #define HAVE_SEMGET 1
# | #define HAVE_SEMCTL 1
# | #define HAVE_FLOCK 1
# | #define HAVE_SEMAPHORE_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:25019: result: no
# configure:25019: checking OS.h presence
# configure:25019: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# conftest.c:174:16: fatal error: OS.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:25019: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_STRUCT_IOVEC 16
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MEMCHR 1
# | #define APR_INT64_STRFN strtol
# | #define APR_OFF_T_STRFN strtol
# | #define DSO_USE_DLFCN 1
# | #define HAVE_WAITPID 1
# | #define HAVE_VLA 1
# | #define HAVE_SEMGET 1
# | #define HAVE_SEMCTL 1
# | #define HAVE_FLOCK 1
# | #define HAVE_SEMAPHORE_H 1
# | /* end confdefs.h. */
# | #include
# configure:25019: result: no
# configure:25019: checking for OS.h
# configure:25019: result: no
# configure:25029: checking for library containing sem_open
# configure:25060: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread -ldl >&5
# configure:25060: $? = 0
# configure:25077: result: none required
# configure:25088: checking for sem_close
# configure:25088: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread -ldl >&5
# configure:25088: $? = 0
# configure:25088: result: yes
# configure:25088: checking for sem_unlink
# configure:25088: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread -ldl >&5
# configure:25088: $? = 0
# configure:25088: result: yes
# configure:25088: checking for sem_post
# configure:25088: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread -ldl >&5
# configure:25088: $? = 0
# configure:25088: result: yes
# configure:25088: checking for sem_wait
# configure:25088: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread -ldl >&5
# configure:25088: $? = 0
# configure:25088: result: yes
# configure:25088: checking for create_sem
# configure:25088: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread -ldl >&5
# /tmp/ccjnAat1.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `create_sem'
# collect2: error: ld returned 1 exit status
# configure:25088: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_STRUCT_IOVEC 16
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MEMCHR 1
# | #define APR_INT64_STRFN strtol
# | #define APR_OFF_T_STRFN strtol
# | #define DSO_USE_DLFCN 1
# | #define HAVE_WAITPID 1
# | #define HAVE_VLA 1
# | #define HAVE_SEMGET 1
# | #define HAVE_SEMCTL 1
# | #define HAVE_FLOCK 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SEM_CLOSE 1
# | #define HAVE_SEM_UNLINK 1
# | #define HAVE_SEM_POST 1
# | #define HAVE_SEM_WAIT 1
# | /* end confdefs.h. */
# | /* Define create_sem to an innocuous variant, in case declares create_sem.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define create_sem innocuous_create_sem
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char create_sem (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef create_sem
# |
# | /* 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 create_sem ();
# | /* 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_create_sem || defined __stub___create_sem
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return create_sem ();
# | ;
# | return 0;
# | }
# configure:25088: result: no
# configure:25099: checking for working sem_open
# configure:25137: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread -ldl >&5
# conftest.c:186:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main()
# ^~~~
# configure:25137: $? = 0
# configure:25137: ./conftest
# configure:25137: $? = 0
# configure:25147: result: yes
# configure:25151: checking for union semun in sys/sem.h
# configure:25171: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:187:13: error: storage size of 'arg' isn't known
# union semun arg;
# ^~~
# configure:25171: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_STRUCT_IOVEC 16
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MEMCHR 1
# | #define APR_INT64_STRFN strtol
# | #define APR_OFF_T_STRFN strtol
# | #define DSO_USE_DLFCN 1
# | #define HAVE_WAITPID 1
# | #define HAVE_VLA 1
# | #define HAVE_SEMGET 1
# | #define HAVE_SEMCTL 1
# | #define HAVE_FLOCK 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SEM_CLOSE 1
# | #define HAVE_SEM_UNLINK 1
# | #define HAVE_SEM_POST 1
# | #define HAVE_SEM_WAIT 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | #include
# |
# | int
# | main ()
# | {
# |
# | union semun arg;
# | semctl(0, 0, 0, arg);
# |
# | ;
# | return 0;
# | }
# configure:25180: result: no
# configure:25185: checking for LOCK_EX in sys/file.h
# configure:25210: result: yes
# configure:25219: checking for F_SETLK in fcntl.h
# configure:25244: result: yes
# configure:25253: checking for SEM_UNDO in sys/sem.h
# configure:25278: result: yes
# configure:25290: checking for POLLIN in poll.h sys/poll.h
# configure:25317: result: yes
# configure:25328: checking for PTHREAD_PROCESS_SHARED in pthread.h
# configure:25353: result: yes
# configure:25363: checking for pthread_mutexattr_setpshared
# configure:25363: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread -ldl >&5
# configure:25363: $? = 0
# configure:25363: result: yes
# configure:25403: checking for working PROCESS_SHARED locks
# configure:25437: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread -ldl >&5
# conftest.c: In function 'main':
# conftest.c:192:17: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(1);
# ^~~~
# conftest.c:192:17: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:192:17: note: include '' or provide a declaration of 'exit'
# conftest.c:194:17: warning: incompatible implicit declaration of built-in function 'exit'
# exit(2);
# ^~~~
# conftest.c:194:17: note: include '' or provide a declaration of 'exit'
# conftest.c:196:17: warning: incompatible implicit declaration of built-in function 'exit'
# exit(3);
# ^~~~
# conftest.c:196:17: note: include '' or provide a declaration of 'exit'
# conftest.c:198:17: warning: incompatible implicit declaration of built-in function 'exit'
# exit(4);
# ^~~~
# conftest.c:198:17: note: include '' or provide a declaration of 'exit'
# conftest.c:200:17: warning: incompatible implicit declaration of built-in function 'exit'
# exit(5);
# ^~~~
# conftest.c:200:17: note: include '' or provide a declaration of 'exit'
# conftest.c:201:13: warning: incompatible implicit declaration of built-in function 'exit'
# exit(0);
# ^~~~
# conftest.c:201:13: note: include '' or provide a declaration of 'exit'
# configure:25437: $? = 0
# configure:25437: ./conftest
# configure:25437: $? = 0
# configure:25447: result: yes
# configure:25459: checking for robust cross-process mutex support
# configure:25500: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread -ldl >&5
# configure:25500: $? = 0
# configure:25500: ./conftest
# configure:25500: $? = 0
# configure:25510: result: yes
# configure:25895: result: decision on apr_lock implementation method... SysV IPC semget()
# configure:25931: checking if fcntl returns EACCES when F_SETLK is already held
# configure:25994: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread -ldl >&5
# conftest.c: In function 'main':
# conftest.c:219:14: warning: implicit declaration of function 'lockit' [-Wimplicit-function-declaration]
# if (rc = lockit()) {
# ^~~~~~
# configure:25994: $? = 0
# configure:25994: ./conftest
# configure:25994: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_STRUCT_IOVEC 16
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MEMCHR 1
# | #define APR_INT64_STRFN strtol
# | #define APR_OFF_T_STRFN strtol
# | #define DSO_USE_DLFCN 1
# | #define HAVE_WAITPID 1
# | #define HAVE_VLA 1
# | #define HAVE_SEMGET 1
# | #define HAVE_SEMCTL 1
# | #define HAVE_FLOCK 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SEM_CLOSE 1
# | #define HAVE_SEM_UNLINK 1
# | #define HAVE_SEM_POST 1
# | #define HAVE_SEM_WAIT 1
# | #define HAVE_LOCK_EX 1
# | #define HAVE_F_SETLK 1
# | #define HAVE_SEM_UNDO 1
# | #define HAVE_POLLIN 1
# | #define HAVE_PTHREAD_PROCESS_SHARED 1
# | #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
# | #define HAVE_PTHREAD_MUTEX_ROBUST 1
# | #define apr_lock implementation method 1
# | #define USE_SYSVSEM_SERIALIZE 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_STDLIB_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_WAIT_H
# | #include
# | #endif
# | #if defined(HAVE_UNISTD_H)
# | #include
# | #endif
# | #include
# | #include
# |
# | int fd;
# | struct flock proc_mutex_lock_it = {0};
# | const char *fname = "conftest.fcntl";
# |
# | int main()
# | {
# | int rc, status;;
# | proc_mutex_lock_it.l_whence = SEEK_SET; /* from current point */
# | proc_mutex_lock_it.l_type = F_WRLCK; /* set exclusive/write lock */
# |
# | fd = creat(fname, S_IRWXU);
# | unlink(fname);
# |
# | if (rc = lockit()) {
# | exit(-1);
# | }
# |
# | if (fork()) {
# | wait(&status);
# | }
# | else {
# | return(lockit());
# | }
# |
# | close(fd);
# | exit(WEXITSTATUS(status) != EACCES);
# | }
# |
# | int lockit() {
# | int rc;
# | do {
# | rc = fcntl(fd, F_SETLK, &proc_mutex_lock_it);
# | } while ( rc < 0 && errno == EINTR);
# |
# | return (rc < 0) ? errno : 0;
# | }
# configure:26012: result: no
# configure:26029: checking if all interprocess locks affect threads
# configure:26037: result: no
# configure:26043: checking if POSIX sems affect threads in the same process
# configure:26052: result: no
# configure:26056: checking if SysV sems affect threads in the same process
# configure:26065: result: no
# configure:26069: checking if fcntl locks affect threads in the same process
# configure:26078: result: no
# configure:26082: checking if flock locks affect threads in the same process
# configure:26091: result: no
# configure:26095: checking for entropy source
# configure:26170: result: /dev/urandom
# configure:26205: checking for struct stat.st_blocks
# configure:26205: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:26205: $? = 0
# configure:26205: result: yes
# configure:26224: checking for struct stat.st_atimensec
# configure:26224: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:204:12: error: 'struct stat' has no member named 'st_atimensec'; did you mean 'st_atim'?
# if (ac_aggr.st_atimensec)
# ^
# configure:26224: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_STRUCT_IOVEC 16
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MEMCHR 1
# | #define APR_INT64_STRFN strtol
# | #define APR_OFF_T_STRFN strtol
# | #define DSO_USE_DLFCN 1
# | #define HAVE_WAITPID 1
# | #define HAVE_VLA 1
# | #define HAVE_SEMGET 1
# | #define HAVE_SEMCTL 1
# | #define HAVE_FLOCK 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SEM_CLOSE 1
# | #define HAVE_SEM_UNLINK 1
# | #define HAVE_SEM_POST 1
# | #define HAVE_SEM_WAIT 1
# | #define HAVE_LOCK_EX 1
# | #define HAVE_F_SETLK 1
# | #define HAVE_SEM_UNDO 1
# | #define HAVE_POLLIN 1
# | #define HAVE_PTHREAD_PROCESS_SHARED 1
# | #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
# | #define HAVE_PTHREAD_MUTEX_ROBUST 1
# | #define apr_lock implementation method 1
# | #define USE_SYSVSEM_SERIALIZE 1
# | #define DEV_RANDOM "/dev/urandom"
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | #include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (ac_aggr.st_atimensec)
# | return 0;
# | ;
# | return 0;
# | }
# configure:26224: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:204:19: error: 'struct stat' has no member named 'st_atimensec'; did you mean 'st_atim'?
# if (sizeof ac_aggr.st_atimensec)
# ^
# configure:26224: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_STRUCT_IOVEC 16
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MEMCHR 1
# | #define APR_INT64_STRFN strtol
# | #define APR_OFF_T_STRFN strtol
# | #define DSO_USE_DLFCN 1
# | #define HAVE_WAITPID 1
# | #define HAVE_VLA 1
# | #define HAVE_SEMGET 1
# | #define HAVE_SEMCTL 1
# | #define HAVE_FLOCK 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SEM_CLOSE 1
# | #define HAVE_SEM_UNLINK 1
# | #define HAVE_SEM_POST 1
# | #define HAVE_SEM_WAIT 1
# | #define HAVE_LOCK_EX 1
# | #define HAVE_F_SETLK 1
# | #define HAVE_SEM_UNDO 1
# | #define HAVE_POLLIN 1
# | #define HAVE_PTHREAD_PROCESS_SHARED 1
# | #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
# | #define HAVE_PTHREAD_MUTEX_ROBUST 1
# | #define apr_lock implementation method 1
# | #define USE_SYSVSEM_SERIALIZE 1
# | #define DEV_RANDOM "/dev/urandom"
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | #include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (sizeof ac_aggr.st_atimensec)
# | return 0;
# | ;
# | return 0;
# | }
# configure:26224: result: no
# configure:26243: checking for struct stat.st_ctimensec
# configure:26243: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:204:12: error: 'struct stat' has no member named 'st_ctimensec'; did you mean 'st_ctim'?
# if (ac_aggr.st_ctimensec)
# ^
# configure:26243: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_STRUCT_IOVEC 16
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MEMCHR 1
# | #define APR_INT64_STRFN strtol
# | #define APR_OFF_T_STRFN strtol
# | #define DSO_USE_DLFCN 1
# | #define HAVE_WAITPID 1
# | #define HAVE_VLA 1
# | #define HAVE_SEMGET 1
# | #define HAVE_SEMCTL 1
# | #define HAVE_FLOCK 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SEM_CLOSE 1
# | #define HAVE_SEM_UNLINK 1
# | #define HAVE_SEM_POST 1
# | #define HAVE_SEM_WAIT 1
# | #define HAVE_LOCK_EX 1
# | #define HAVE_F_SETLK 1
# | #define HAVE_SEM_UNDO 1
# | #define HAVE_POLLIN 1
# | #define HAVE_PTHREAD_PROCESS_SHARED 1
# | #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
# | #define HAVE_PTHREAD_MUTEX_ROBUST 1
# | #define apr_lock implementation method 1
# | #define USE_SYSVSEM_SERIALIZE 1
# | #define DEV_RANDOM "/dev/urandom"
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | #include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (ac_aggr.st_ctimensec)
# | return 0;
# | ;
# | return 0;
# | }
# configure:26243: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:204:19: error: 'struct stat' has no member named 'st_ctimensec'; did you mean 'st_ctim'?
# if (sizeof ac_aggr.st_ctimensec)
# ^
# configure:26243: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_STRUCT_IOVEC 16
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MEMCHR 1
# | #define APR_INT64_STRFN strtol
# | #define APR_OFF_T_STRFN strtol
# | #define DSO_USE_DLFCN 1
# | #define HAVE_WAITPID 1
# | #define HAVE_VLA 1
# | #define HAVE_SEMGET 1
# | #define HAVE_SEMCTL 1
# | #define HAVE_FLOCK 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SEM_CLOSE 1
# | #define HAVE_SEM_UNLINK 1
# | #define HAVE_SEM_POST 1
# | #define HAVE_SEM_WAIT 1
# | #define HAVE_LOCK_EX 1
# | #define HAVE_F_SETLK 1
# | #define HAVE_SEM_UNDO 1
# | #define HAVE_POLLIN 1
# | #define HAVE_PTHREAD_PROCESS_SHARED 1
# | #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
# | #define HAVE_PTHREAD_MUTEX_ROBUST 1
# | #define apr_lock implementation method 1
# | #define USE_SYSVSEM_SERIALIZE 1
# | #define DEV_RANDOM "/dev/urandom"
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | #include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (sizeof ac_aggr.st_ctimensec)
# | return 0;
# | ;
# | return 0;
# | }
# configure:26243: result: no
# configure:26262: checking for struct stat.st_mtimensec
# configure:26262: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:204:12: error: 'struct stat' has no member named 'st_mtimensec'; did you mean 'st_mtim'?
# if (ac_aggr.st_mtimensec)
# ^
# configure:26262: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_STRUCT_IOVEC 16
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MEMCHR 1
# | #define APR_INT64_STRFN strtol
# | #define APR_OFF_T_STRFN strtol
# | #define DSO_USE_DLFCN 1
# | #define HAVE_WAITPID 1
# | #define HAVE_VLA 1
# | #define HAVE_SEMGET 1
# | #define HAVE_SEMCTL 1
# | #define HAVE_FLOCK 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SEM_CLOSE 1
# | #define HAVE_SEM_UNLINK 1
# | #define HAVE_SEM_POST 1
# | #define HAVE_SEM_WAIT 1
# | #define HAVE_LOCK_EX 1
# | #define HAVE_F_SETLK 1
# | #define HAVE_SEM_UNDO 1
# | #define HAVE_POLLIN 1
# | #define HAVE_PTHREAD_PROCESS_SHARED 1
# | #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
# | #define HAVE_PTHREAD_MUTEX_ROBUST 1
# | #define apr_lock implementation method 1
# | #define USE_SYSVSEM_SERIALIZE 1
# | #define DEV_RANDOM "/dev/urandom"
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | #include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (ac_aggr.st_mtimensec)
# | return 0;
# | ;
# | return 0;
# | }
# configure:26262: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:204:19: error: 'struct stat' has no member named 'st_mtimensec'; did you mean 'st_mtim'?
# if (sizeof ac_aggr.st_mtimensec)
# ^
# configure:26262: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_STRUCT_IOVEC 16
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MEMCHR 1
# | #define APR_INT64_STRFN strtol
# | #define APR_OFF_T_STRFN strtol
# | #define DSO_USE_DLFCN 1
# | #define HAVE_WAITPID 1
# | #define HAVE_VLA 1
# | #define HAVE_SEMGET 1
# | #define HAVE_SEMCTL 1
# | #define HAVE_FLOCK 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SEM_CLOSE 1
# | #define HAVE_SEM_UNLINK 1
# | #define HAVE_SEM_POST 1
# | #define HAVE_SEM_WAIT 1
# | #define HAVE_LOCK_EX 1
# | #define HAVE_F_SETLK 1
# | #define HAVE_SEM_UNDO 1
# | #define HAVE_POLLIN 1
# | #define HAVE_PTHREAD_PROCESS_SHARED 1
# | #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
# | #define HAVE_PTHREAD_MUTEX_ROBUST 1
# | #define apr_lock implementation method 1
# | #define USE_SYSVSEM_SERIALIZE 1
# | #define DEV_RANDOM "/dev/urandom"
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | #include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (sizeof ac_aggr.st_mtimensec)
# | return 0;
# | ;
# | return 0;
# | }
# configure:26262: result: no
# configure:26281: checking for struct stat.st_atim.tv_nsec
# configure:26281: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:26281: $? = 0
# configure:26281: result: yes
# configure:26300: checking for struct stat.st_ctim.tv_nsec
# configure:26300: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:26300: $? = 0
# configure:26300: result: yes
# configure:26319: checking for struct stat.st_mtim.tv_nsec
# configure:26319: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:26319: $? = 0
# configure:26319: result: yes
# configure:26338: checking for struct stat.st_atime_n
# configure:26338: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:207:12: error: 'struct stat' has no member named 'st_atime_n'; did you mean 'st_atim'?
# if (ac_aggr.st_atime_n)
# ^
# configure:26338: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_STRUCT_IOVEC 16
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MEMCHR 1
# | #define APR_INT64_STRFN strtol
# | #define APR_OFF_T_STRFN strtol
# | #define DSO_USE_DLFCN 1
# | #define HAVE_WAITPID 1
# | #define HAVE_VLA 1
# | #define HAVE_SEMGET 1
# | #define HAVE_SEMCTL 1
# | #define HAVE_FLOCK 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SEM_CLOSE 1
# | #define HAVE_SEM_UNLINK 1
# | #define HAVE_SEM_POST 1
# | #define HAVE_SEM_WAIT 1
# | #define HAVE_LOCK_EX 1
# | #define HAVE_F_SETLK 1
# | #define HAVE_SEM_UNDO 1
# | #define HAVE_POLLIN 1
# | #define HAVE_PTHREAD_PROCESS_SHARED 1
# | #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
# | #define HAVE_PTHREAD_MUTEX_ROBUST 1
# | #define apr_lock implementation method 1
# | #define USE_SYSVSEM_SERIALIZE 1
# | #define DEV_RANDOM "/dev/urandom"
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | #include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (ac_aggr.st_atime_n)
# | return 0;
# | ;
# | return 0;
# | }
# configure:26338: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:207:19: error: 'struct stat' has no member named 'st_atime_n'; did you mean 'st_atim'?
# if (sizeof ac_aggr.st_atime_n)
# ^
# configure:26338: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_STRUCT_IOVEC 16
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MEMCHR 1
# | #define APR_INT64_STRFN strtol
# | #define APR_OFF_T_STRFN strtol
# | #define DSO_USE_DLFCN 1
# | #define HAVE_WAITPID 1
# | #define HAVE_VLA 1
# | #define HAVE_SEMGET 1
# | #define HAVE_SEMCTL 1
# | #define HAVE_FLOCK 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SEM_CLOSE 1
# | #define HAVE_SEM_UNLINK 1
# | #define HAVE_SEM_POST 1
# | #define HAVE_SEM_WAIT 1
# | #define HAVE_LOCK_EX 1
# | #define HAVE_F_SETLK 1
# | #define HAVE_SEM_UNDO 1
# | #define HAVE_POLLIN 1
# | #define HAVE_PTHREAD_PROCESS_SHARED 1
# | #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
# | #define HAVE_PTHREAD_MUTEX_ROBUST 1
# | #define apr_lock implementation method 1
# | #define USE_SYSVSEM_SERIALIZE 1
# | #define DEV_RANDOM "/dev/urandom"
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | #include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (sizeof ac_aggr.st_atime_n)
# | return 0;
# | ;
# | return 0;
# | }
# configure:26338: result: no
# configure:26357: checking for struct stat.st_ctime_n
# configure:26357: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:207:12: error: 'struct stat' has no member named 'st_ctime_n'; did you mean 'st_ctim'?
# if (ac_aggr.st_ctime_n)
# ^
# configure:26357: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_STRUCT_IOVEC 16
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MEMCHR 1
# | #define APR_INT64_STRFN strtol
# | #define APR_OFF_T_STRFN strtol
# | #define DSO_USE_DLFCN 1
# | #define HAVE_WAITPID 1
# | #define HAVE_VLA 1
# | #define HAVE_SEMGET 1
# | #define HAVE_SEMCTL 1
# | #define HAVE_FLOCK 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SEM_CLOSE 1
# | #define HAVE_SEM_UNLINK 1
# | #define HAVE_SEM_POST 1
# | #define HAVE_SEM_WAIT 1
# | #define HAVE_LOCK_EX 1
# | #define HAVE_F_SETLK 1
# | #define HAVE_SEM_UNDO 1
# | #define HAVE_POLLIN 1
# | #define HAVE_PTHREAD_PROCESS_SHARED 1
# | #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
# | #define HAVE_PTHREAD_MUTEX_ROBUST 1
# | #define apr_lock implementation method 1
# | #define USE_SYSVSEM_SERIALIZE 1
# | #define DEV_RANDOM "/dev/urandom"
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | #include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (ac_aggr.st_ctime_n)
# | return 0;
# | ;
# | return 0;
# | }
# configure:26357: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:207:19: error: 'struct stat' has no member named 'st_ctime_n'; did you mean 'st_ctim'?
# if (sizeof ac_aggr.st_ctime_n)
# ^
# configure:26357: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_STRUCT_IOVEC 16
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MEMCHR 1
# | #define APR_INT64_STRFN strtol
# | #define APR_OFF_T_STRFN strtol
# | #define DSO_USE_DLFCN 1
# | #define HAVE_WAITPID 1
# | #define HAVE_VLA 1
# | #define HAVE_SEMGET 1
# | #define HAVE_SEMCTL 1
# | #define HAVE_FLOCK 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SEM_CLOSE 1
# | #define HAVE_SEM_UNLINK 1
# | #define HAVE_SEM_POST 1
# | #define HAVE_SEM_WAIT 1
# | #define HAVE_LOCK_EX 1
# | #define HAVE_F_SETLK 1
# | #define HAVE_SEM_UNDO 1
# | #define HAVE_POLLIN 1
# | #define HAVE_PTHREAD_PROCESS_SHARED 1
# | #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
# | #define HAVE_PTHREAD_MUTEX_ROBUST 1
# | #define apr_lock implementation method 1
# | #define USE_SYSVSEM_SERIALIZE 1
# | #define DEV_RANDOM "/dev/urandom"
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | #include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (sizeof ac_aggr.st_ctime_n)
# | return 0;
# | ;
# | return 0;
# | }
# configure:26357: result: no
# configure:26376: checking for struct stat.st_mtime_n
# configure:26376: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:207:12: error: 'struct stat' has no member named 'st_mtime_n'; did you mean 'st_mtim'?
# if (ac_aggr.st_mtime_n)
# ^
# configure:26376: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_STRUCT_IOVEC 16
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MEMCHR 1
# | #define APR_INT64_STRFN strtol
# | #define APR_OFF_T_STRFN strtol
# | #define DSO_USE_DLFCN 1
# | #define HAVE_WAITPID 1
# | #define HAVE_VLA 1
# | #define HAVE_SEMGET 1
# | #define HAVE_SEMCTL 1
# | #define HAVE_FLOCK 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SEM_CLOSE 1
# | #define HAVE_SEM_UNLINK 1
# | #define HAVE_SEM_POST 1
# | #define HAVE_SEM_WAIT 1
# | #define HAVE_LOCK_EX 1
# | #define HAVE_F_SETLK 1
# | #define HAVE_SEM_UNDO 1
# | #define HAVE_POLLIN 1
# | #define HAVE_PTHREAD_PROCESS_SHARED 1
# | #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
# | #define HAVE_PTHREAD_MUTEX_ROBUST 1
# | #define apr_lock implementation method 1
# | #define USE_SYSVSEM_SERIALIZE 1
# | #define DEV_RANDOM "/dev/urandom"
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | #include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (ac_aggr.st_mtime_n)
# | return 0;
# | ;
# | return 0;
# | }
# configure:26376: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:207:19: error: 'struct stat' has no member named 'st_mtime_n'; did you mean 'st_mtim'?
# if (sizeof ac_aggr.st_mtime_n)
# ^
# configure:26376: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_STRUCT_IOVEC 16
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MEMCHR 1
# | #define APR_INT64_STRFN strtol
# | #define APR_OFF_T_STRFN strtol
# | #define DSO_USE_DLFCN 1
# | #define HAVE_WAITPID 1
# | #define HAVE_VLA 1
# | #define HAVE_SEMGET 1
# | #define HAVE_SEMCTL 1
# | #define HAVE_FLOCK 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SEM_CLOSE 1
# | #define HAVE_SEM_UNLINK 1
# | #define HAVE_SEM_POST 1
# | #define HAVE_SEM_WAIT 1
# | #define HAVE_LOCK_EX 1
# | #define HAVE_F_SETLK 1
# | #define HAVE_SEM_UNDO 1
# | #define HAVE_POLLIN 1
# | #define HAVE_PTHREAD_PROCESS_SHARED 1
# | #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
# | #define HAVE_PTHREAD_MUTEX_ROBUST 1
# | #define apr_lock implementation method 1
# | #define USE_SYSVSEM_SERIALIZE 1
# | #define DEV_RANDOM "/dev/urandom"
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | #include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (sizeof ac_aggr.st_mtime_n)
# | return 0;
# | ;
# | return 0;
# | }
# configure:26376: result: no
# configure:26398: checking for inode member of struct dirent
# configure:26424: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:26424: $? = 0
# configure:26455: result: d_fileno
# configure:26466: checking for file type member of struct dirent
# configure:26489: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:26489: $? = 0
# configure:26495: result: d_type
# configure:26511: checking uuid.h usability
# configure:26511: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c:227:18: fatal error: uuid.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:26511: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_STRUCT_IOVEC 16
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MEMCHR 1
# | #define APR_INT64_STRFN strtol
# | #define APR_OFF_T_STRFN strtol
# | #define DSO_USE_DLFCN 1
# | #define HAVE_WAITPID 1
# | #define HAVE_VLA 1
# | #define HAVE_SEMGET 1
# | #define HAVE_SEMCTL 1
# | #define HAVE_FLOCK 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SEM_CLOSE 1
# | #define HAVE_SEM_UNLINK 1
# | #define HAVE_SEM_POST 1
# | #define HAVE_SEM_WAIT 1
# | #define HAVE_LOCK_EX 1
# | #define HAVE_F_SETLK 1
# | #define HAVE_SEM_UNDO 1
# | #define HAVE_POLLIN 1
# | #define HAVE_PTHREAD_PROCESS_SHARED 1
# | #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
# | #define HAVE_PTHREAD_MUTEX_ROBUST 1
# | #define apr_lock implementation method 1
# | #define USE_SYSVSEM_SERIALIZE 1
# | #define DEV_RANDOM "/dev/urandom"
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define DIRENT_INODE d_fileno
# | #define DIRENT_TYPE d_type
# | /* 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:26511: result: no
# configure:26511: checking uuid.h presence
# configure:26511: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# conftest.c:194:18: fatal error: uuid.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:26511: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_STRUCT_IOVEC 16
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MEMCHR 1
# | #define APR_INT64_STRFN strtol
# | #define APR_OFF_T_STRFN strtol
# | #define DSO_USE_DLFCN 1
# | #define HAVE_WAITPID 1
# | #define HAVE_VLA 1
# | #define HAVE_SEMGET 1
# | #define HAVE_SEMCTL 1
# | #define HAVE_FLOCK 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SEM_CLOSE 1
# | #define HAVE_SEM_UNLINK 1
# | #define HAVE_SEM_POST 1
# | #define HAVE_SEM_WAIT 1
# | #define HAVE_LOCK_EX 1
# | #define HAVE_F_SETLK 1
# | #define HAVE_SEM_UNDO 1
# | #define HAVE_POLLIN 1
# | #define HAVE_PTHREAD_PROCESS_SHARED 1
# | #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
# | #define HAVE_PTHREAD_MUTEX_ROBUST 1
# | #define apr_lock implementation method 1
# | #define USE_SYSVSEM_SERIALIZE 1
# | #define DEV_RANDOM "/dev/urandom"
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define DIRENT_INODE d_fileno
# | #define DIRENT_TYPE d_type
# | /* end confdefs.h. */
# | #include
# configure:26511: result: no
# configure:26511: checking for uuid.h
# configure:26511: result: no
# configure:26511: checking uuid/uuid.h usability
# configure:26511: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:26511: $? = 0
# configure:26511: result: yes
# configure:26511: checking uuid/uuid.h presence
# configure:26511: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:26511: $? = 0
# configure:26511: result: yes
# configure:26511: checking for uuid/uuid.h
# configure:26511: result: yes
# configure:26525: checking for library containing uuid_create
# configure:26556: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread -ldl >&5
# /tmp/ccNFboDG.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `uuid_create'
# collect2: error: ld returned 1 exit status
# configure:26556: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_STRUCT_IOVEC 16
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MEMCHR 1
# | #define APR_INT64_STRFN strtol
# | #define APR_OFF_T_STRFN strtol
# | #define DSO_USE_DLFCN 1
# | #define HAVE_WAITPID 1
# | #define HAVE_VLA 1
# | #define HAVE_SEMGET 1
# | #define HAVE_SEMCTL 1
# | #define HAVE_FLOCK 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SEM_CLOSE 1
# | #define HAVE_SEM_UNLINK 1
# | #define HAVE_SEM_POST 1
# | #define HAVE_SEM_WAIT 1
# | #define HAVE_LOCK_EX 1
# | #define HAVE_F_SETLK 1
# | #define HAVE_SEM_UNDO 1
# | #define HAVE_POLLIN 1
# | #define HAVE_PTHREAD_PROCESS_SHARED 1
# | #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
# | #define HAVE_PTHREAD_MUTEX_ROBUST 1
# | #define apr_lock implementation method 1
# | #define USE_SYSVSEM_SERIALIZE 1
# | #define DEV_RANDOM "/dev/urandom"
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define DIRENT_INODE d_fileno
# | #define DIRENT_TYPE d_type
# | #define HAVE_UUID_UUID_H 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char uuid_create ();
# | int
# | main ()
# | {
# | return uuid_create ();
# | ;
# | return 0;
# | }
# configure:26556: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -luuid -lrt -lcrypt -lpthread -ldl >&5
# /tmp/ccEQV3TC.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `uuid_create'
# collect2: error: ld returned 1 exit status
# configure:26556: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_STRUCT_IOVEC 16
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MEMCHR 1
# | #define APR_INT64_STRFN strtol
# | #define APR_OFF_T_STRFN strtol
# | #define DSO_USE_DLFCN 1
# | #define HAVE_WAITPID 1
# | #define HAVE_VLA 1
# | #define HAVE_SEMGET 1
# | #define HAVE_SEMCTL 1
# | #define HAVE_FLOCK 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SEM_CLOSE 1
# | #define HAVE_SEM_UNLINK 1
# | #define HAVE_SEM_POST 1
# | #define HAVE_SEM_WAIT 1
# | #define HAVE_LOCK_EX 1
# | #define HAVE_F_SETLK 1
# | #define HAVE_SEM_UNDO 1
# | #define HAVE_POLLIN 1
# | #define HAVE_PTHREAD_PROCESS_SHARED 1
# | #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
# | #define HAVE_PTHREAD_MUTEX_ROBUST 1
# | #define apr_lock implementation method 1
# | #define USE_SYSVSEM_SERIALIZE 1
# | #define DEV_RANDOM "/dev/urandom"
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define DIRENT_INODE d_fileno
# | #define DIRENT_TYPE d_type
# | #define HAVE_UUID_UUID_H 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char uuid_create ();
# | int
# | main ()
# | {
# | return uuid_create ();
# | ;
# | return 0;
# | }
# configure:26573: result: no
# configure:26581: checking for library containing uuid_generate
# configure:26612: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lrt -lcrypt -lpthread -ldl >&5
# /tmp/ccYkTHoN.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `uuid_generate'
# collect2: error: ld returned 1 exit status
# configure:26612: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_STRUCT_IOVEC 16
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MEMCHR 1
# | #define APR_INT64_STRFN strtol
# | #define APR_OFF_T_STRFN strtol
# | #define DSO_USE_DLFCN 1
# | #define HAVE_WAITPID 1
# | #define HAVE_VLA 1
# | #define HAVE_SEMGET 1
# | #define HAVE_SEMCTL 1
# | #define HAVE_FLOCK 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SEM_CLOSE 1
# | #define HAVE_SEM_UNLINK 1
# | #define HAVE_SEM_POST 1
# | #define HAVE_SEM_WAIT 1
# | #define HAVE_LOCK_EX 1
# | #define HAVE_F_SETLK 1
# | #define HAVE_SEM_UNDO 1
# | #define HAVE_POLLIN 1
# | #define HAVE_PTHREAD_PROCESS_SHARED 1
# | #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
# | #define HAVE_PTHREAD_MUTEX_ROBUST 1
# | #define apr_lock implementation method 1
# | #define USE_SYSVSEM_SERIALIZE 1
# | #define DEV_RANDOM "/dev/urandom"
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define DIRENT_INODE d_fileno
# | #define DIRENT_TYPE d_type
# | #define HAVE_UUID_UUID_H 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char uuid_generate ();
# | int
# | main ()
# | {
# | return uuid_generate ();
# | ;
# | return 0;
# | }
# configure:26612: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -luuid -lrt -lcrypt -lpthread -ldl >&5
# configure:26612: $? = 0
# configure:26629: result: -luuid
# configure:26645: checking for uuid_create
# configure:26645: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -luuid -lrt -lcrypt -lpthread -ldl >&5
# /tmp/cct3DitX.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `uuid_create'
# collect2: error: ld returned 1 exit status
# configure:26645: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_STRUCT_IOVEC 16
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MEMCHR 1
# | #define APR_INT64_STRFN strtol
# | #define APR_OFF_T_STRFN strtol
# | #define DSO_USE_DLFCN 1
# | #define HAVE_WAITPID 1
# | #define HAVE_VLA 1
# | #define HAVE_SEMGET 1
# | #define HAVE_SEMCTL 1
# | #define HAVE_FLOCK 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SEM_CLOSE 1
# | #define HAVE_SEM_UNLINK 1
# | #define HAVE_SEM_POST 1
# | #define HAVE_SEM_WAIT 1
# | #define HAVE_LOCK_EX 1
# | #define HAVE_F_SETLK 1
# | #define HAVE_SEM_UNDO 1
# | #define HAVE_POLLIN 1
# | #define HAVE_PTHREAD_PROCESS_SHARED 1
# | #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
# | #define HAVE_PTHREAD_MUTEX_ROBUST 1
# | #define apr_lock implementation method 1
# | #define USE_SYSVSEM_SERIALIZE 1
# | #define DEV_RANDOM "/dev/urandom"
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define DIRENT_INODE d_fileno
# | #define DIRENT_TYPE d_type
# | #define HAVE_UUID_UUID_H 1
# | /* end confdefs.h. */
# | /* Define uuid_create to an innocuous variant, in case declares uuid_create.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define uuid_create innocuous_uuid_create
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char uuid_create (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef uuid_create
# |
# | /* 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 uuid_create ();
# | /* 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_uuid_create || defined __stub___uuid_create
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return uuid_create ();
# | ;
# | return 0;
# | }
# configure:26645: result: no
# configure:26645: checking for uuid_generate
# configure:26645: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -luuid -lrt -lcrypt -lpthread -ldl >&5
# configure:26645: $? = 0
# configure:26645: result: yes
# configure:26655: checking for os uuid usability
# configure:26718: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -luuid -lrt -lcrypt -lpthread -ldl >&5
# configure:26718: $? = 0
# configure:26728: result: yes
# configure:26742: checking for struct tm.tm_gmtoff
# configure:26742: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:26742: $? = 0
# configure:26742: result: yes
# configure:26754: checking for struct tm.__tm_gmtoff
# configure:26754: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:205:12: error: 'struct tm' has no member named '__tm_gmtoff'; did you mean 'tm_gmtoff'?
# if (ac_aggr.__tm_gmtoff)
# ^
# configure:26754: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_STRUCT_IOVEC 16
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MEMCHR 1
# | #define APR_INT64_STRFN strtol
# | #define APR_OFF_T_STRFN strtol
# | #define DSO_USE_DLFCN 1
# | #define HAVE_WAITPID 1
# | #define HAVE_VLA 1
# | #define HAVE_SEMGET 1
# | #define HAVE_SEMCTL 1
# | #define HAVE_FLOCK 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SEM_CLOSE 1
# | #define HAVE_SEM_UNLINK 1
# | #define HAVE_SEM_POST 1
# | #define HAVE_SEM_WAIT 1
# | #define HAVE_LOCK_EX 1
# | #define HAVE_F_SETLK 1
# | #define HAVE_SEM_UNDO 1
# | #define HAVE_POLLIN 1
# | #define HAVE_PTHREAD_PROCESS_SHARED 1
# | #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
# | #define HAVE_PTHREAD_MUTEX_ROBUST 1
# | #define apr_lock implementation method 1
# | #define USE_SYSVSEM_SERIALIZE 1
# | #define DEV_RANDOM "/dev/urandom"
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define DIRENT_INODE d_fileno
# | #define DIRENT_TYPE d_type
# | #define HAVE_UUID_UUID_H 1
# | #define HAVE_UUID_GENERATE 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | static struct tm ac_aggr;
# | if (ac_aggr.__tm_gmtoff)
# | return 0;
# | ;
# | return 0;
# | }
# configure:26754: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:205:19: error: 'struct tm' has no member named '__tm_gmtoff'; did you mean 'tm_gmtoff'?
# if (sizeof ac_aggr.__tm_gmtoff)
# ^
# configure:26754: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_STRUCT_IOVEC 16
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MEMCHR 1
# | #define APR_INT64_STRFN strtol
# | #define APR_OFF_T_STRFN strtol
# | #define DSO_USE_DLFCN 1
# | #define HAVE_WAITPID 1
# | #define HAVE_VLA 1
# | #define HAVE_SEMGET 1
# | #define HAVE_SEMCTL 1
# | #define HAVE_FLOCK 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SEM_CLOSE 1
# | #define HAVE_SEM_UNLINK 1
# | #define HAVE_SEM_POST 1
# | #define HAVE_SEM_WAIT 1
# | #define HAVE_LOCK_EX 1
# | #define HAVE_F_SETLK 1
# | #define HAVE_SEM_UNDO 1
# | #define HAVE_POLLIN 1
# | #define HAVE_PTHREAD_PROCESS_SHARED 1
# | #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
# | #define HAVE_PTHREAD_MUTEX_ROBUST 1
# | #define apr_lock implementation method 1
# | #define USE_SYSVSEM_SERIALIZE 1
# | #define DEV_RANDOM "/dev/urandom"
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define DIRENT_INODE d_fileno
# | #define DIRENT_TYPE d_type
# | #define HAVE_UUID_UUID_H 1
# | #define HAVE_UUID_GENERATE 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | static struct tm ac_aggr;
# | if (sizeof ac_aggr.__tm_gmtoff)
# | return 0;
# | ;
# | return 0;
# | }
# configure:26754: result: no
# configure:26770: checking for type in_addr
# configure:26800: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:26800: $? = 0
# configure:26809: result: yes
# configure:26818: checking if fd == socket on this platform
# configure:26840: checking style of gethostbyname_r routine
# configure:26881: gcc -c -pthread -Werror -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:26881: $? = 0
# configure:26890: result: glibc2
# configure:26899: checking 3rd argument to the gethostbyname_r routines
# configure:26940: gcc -c -pthread -Werror -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:221:27: error: passing argument 3 of 'gethostbyname_r' from incompatible pointer type [-Werror=incompatible-pointer-types]
# (struct hostent_data *) 0);
# ^
# In file included from conftest.c:212:0:
# /usr/include/netdb.h:179:12: note: expected 'char * restrict' but argument is of type 'struct hostent_data *'
# extern int gethostbyname_r (const char *__restrict __name,
# ^~~~~~~~~~~~~~~
# conftest.c:220:11: error: too few arguments to function 'gethostbyname_r'
# int tmp = gethostbyname_r((const char *) 0, (struct hostent *) 0,
# ^~~~~~~~~~~~~~~
# In file included from conftest.c:212:0:
# /usr/include/netdb.h:179:12: note: declared here
# extern int gethostbyname_r (const char *__restrict __name,
# ^~~~~~~~~~~~~~~
# cc1: all warnings being treated as errors
# configure:26940: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_STRUCT_IOVEC 16
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MEMCHR 1
# | #define APR_INT64_STRFN strtol
# | #define APR_OFF_T_STRFN strtol
# | #define DSO_USE_DLFCN 1
# | #define HAVE_WAITPID 1
# | #define HAVE_VLA 1
# | #define HAVE_SEMGET 1
# | #define HAVE_SEMCTL 1
# | #define HAVE_FLOCK 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SEM_CLOSE 1
# | #define HAVE_SEM_UNLINK 1
# | #define HAVE_SEM_POST 1
# | #define HAVE_SEM_WAIT 1
# | #define HAVE_LOCK_EX 1
# | #define HAVE_F_SETLK 1
# | #define HAVE_SEM_UNDO 1
# | #define HAVE_POLLIN 1
# | #define HAVE_PTHREAD_PROCESS_SHARED 1
# | #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
# | #define HAVE_PTHREAD_MUTEX_ROBUST 1
# | #define apr_lock implementation method 1
# | #define USE_SYSVSEM_SERIALIZE 1
# | #define DEV_RANDOM "/dev/urandom"
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define DIRENT_INODE d_fileno
# | #define DIRENT_TYPE d_type
# | #define HAVE_UUID_UUID_H 1
# | #define HAVE_UUID_GENERATE 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define WAITIO_USES_POLL 1
# | #define GETHOSTBYNAME_R_GLIBC2 1
# | /* end confdefs.h. */
# | #include "confdefs.h"
# |
# |
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_NETINET_IN_H
# | #include
# | #endif
# | #ifdef HAVE_ARPA_INET_H
# | #include
# | #endif
# | #ifdef HAVE_NETDB_H
# | #include
# | #endif
# | #ifdef HAVE_STDLIB_H
# | #include
# | #endif
# |
# | int main(int argc, const char *const *argv) {
# |
# | int tmp = gethostbyname_r((const char *) 0, (struct hostent *) 0,
# | (struct hostent_data *) 0);
# | /* use tmp to suppress the warning */
# | tmp=0;
# |
# | return 0; }
# |
# configure:26949: result: char
# configure:26964: checking style of getservbyname_r routine
# configure:27007: gcc -c -pthread -Werror -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:27007: $? = 0
# configure:27111: result: glibc2
# configure:27131: checking if TCP_NODELAY setting is inherited from listening sockets
# configure:27241: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -luuid -lrt -lcrypt -lpthread -ldl >&5
# conftest.c: In function 'main':
# conftest.c:228:9: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(1);
# ^~~~
# conftest.c:228:9: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:228:9: note: include '' or provide a declaration of 'exit'
# conftest.c:234:9: warning: incompatible implicit declaration of built-in function 'exit'
# exit(1);
# ^~~~
# conftest.c:234:9: note: include '' or provide a declaration of 'exit'
# conftest.c:236:5: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration]
# memset(&sa, 0, sizeof sa);
# ^~~~~~
# conftest.c:236:5: warning: incompatible implicit declaration of built-in function 'memset'
# conftest.c:236:5: note: include '' or provide a declaration of 'memset'
# conftest.c:245:9: warning: incompatible implicit declaration of built-in function 'exit'
# exit(1);
# ^~~~
# conftest.c:245:9: note: include '' or provide a declaration of 'exit'
# conftest.c:252:9: warning: incompatible implicit declaration of built-in function 'exit'
# exit(1);
# ^~~~
# conftest.c:252:9: note: include '' or provide a declaration of 'exit'
# conftest.c:258:9: warning: incompatible implicit declaration of built-in function 'exit'
# exit(1);
# ^~~~
# conftest.c:258:9: note: include '' or provide a declaration of 'exit'
# conftest.c:263:9: warning: incompatible implicit declaration of built-in function 'exit'
# exit(1);
# ^~~~
# conftest.c:263:9: note: include '' or provide a declaration of 'exit'
# conftest.c:275:9: warning: incompatible implicit declaration of built-in function 'exit'
# exit(1);
# ^~~~
# conftest.c:275:9: note: include '' or provide a declaration of 'exit'
# conftest.c:281:9: warning: incompatible implicit declaration of built-in function 'exit'
# exit(1);
# ^~~~
# conftest.c:281:9: note: include '' or provide a declaration of 'exit'
# conftest.c:287:9: warning: incompatible implicit declaration of built-in function 'exit'
# exit(1);
# ^~~~
# conftest.c:287:9: note: include '' or provide a declaration of 'exit'
# conftest.c:291:9: warning: incompatible implicit declaration of built-in function 'exit'
# exit(1);
# ^~~~
# conftest.c:291:9: note: include '' or provide a declaration of 'exit'
# configure:27241: $? = 0
# configure:27241: ./conftest
# configure:27241: $? = 0
# configure:27255: result: yes
# configure:27264: checking if O_NONBLOCK setting is inherited from listening sockets
# configure:27409: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -luuid -lrt -lcrypt -lpthread -ldl >&5
# configure:27409: $? = 0
# configure:27409: ./conftest
# O_NONBLOCK is not set in the child.
# configure:27409: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_STRUCT_IOVEC 16
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MEMCHR 1
# | #define APR_INT64_STRFN strtol
# | #define APR_OFF_T_STRFN strtol
# | #define DSO_USE_DLFCN 1
# | #define HAVE_WAITPID 1
# | #define HAVE_VLA 1
# | #define HAVE_SEMGET 1
# | #define HAVE_SEMCTL 1
# | #define HAVE_FLOCK 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SEM_CLOSE 1
# | #define HAVE_SEM_UNLINK 1
# | #define HAVE_SEM_POST 1
# | #define HAVE_SEM_WAIT 1
# | #define HAVE_LOCK_EX 1
# | #define HAVE_F_SETLK 1
# | #define HAVE_SEM_UNDO 1
# | #define HAVE_POLLIN 1
# | #define HAVE_PTHREAD_PROCESS_SHARED 1
# | #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
# | #define HAVE_PTHREAD_MUTEX_ROBUST 1
# | #define apr_lock implementation method 1
# | #define USE_SYSVSEM_SERIALIZE 1
# | #define DEV_RANDOM "/dev/urandom"
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define DIRENT_INODE d_fileno
# | #define DIRENT_TYPE d_type
# | #define HAVE_UUID_UUID_H 1
# | #define HAVE_UUID_GENERATE 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define WAITIO_USES_POLL 1
# | #define GETHOSTBYNAME_R_GLIBC2 1
# | #define GETSERVBYNAME_R_GLIBC2 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_STDLIB_H
# | #include
# | #endif
# | #ifdef HAVE_STRING_H
# | #include
# | #endif
# | #ifdef HAVE_STDIO_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_TIME_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SELECT_H
# | #include
# | #endif
# | #ifdef HAVE_NETINET_IN_H
# | #include
# | #endif
# | #ifdef HAVE_NETINET_TCP_H
# | #include
# | #endif
# | #ifndef HAVE_SOCKLEN_T
# | typedef int socklen_t;
# | #endif
# | #ifdef HAVE_FCNTL_H
# | #include
# | #endif
# | int main(void) {
# | int listen_s, connected_s, client_s;
# | int listen_port, rc;
# | struct sockaddr_in sa;
# | socklen_t sa_len;
# | fd_set fds;
# | struct timeval tv;
# |
# | listen_s = socket(AF_INET, SOCK_STREAM, 0);
# | if (listen_s < 0) {
# | perror("socket");
# | exit(1);
# | }
# | memset(&sa, 0, sizeof sa);
# | sa.sin_family = AF_INET;
# | #ifdef BEOS
# | sa.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
# | #endif
# | /* leave port 0 to get ephemeral */
# | rc = bind(listen_s, (struct sockaddr *)&sa, sizeof sa);
# | if (rc < 0) {
# | perror("bind for ephemeral port");
# | exit(1);
# | }
# | /* find ephemeral port */
# | sa_len = sizeof(sa);
# | rc = getsockname(listen_s, (struct sockaddr *)&sa, &sa_len);
# | if (rc < 0) {
# | perror("getsockname");
# | exit(1);
# | }
# | listen_port = sa.sin_port;
# | rc = listen(listen_s, 5);
# | if (rc < 0) {
# | perror("listen");
# | exit(1);
# | }
# | rc = fcntl(listen_s, F_SETFL, O_NONBLOCK);
# | if (rc < 0) {
# | perror("fcntl(F_SETFL)");
# | exit(1);
# | }
# | client_s = socket(AF_INET, SOCK_STREAM, 0);
# | if (client_s < 0) {
# | perror("socket");
# | exit(1);
# | }
# | memset(&sa, 0, sizeof sa);
# | sa.sin_family = AF_INET;
# | sa.sin_port = listen_port;
# | #ifdef BEOS
# | sa.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
# | #endif
# | /* leave sin_addr all zeros to use loopback */
# | rc = connect(client_s, (struct sockaddr *)&sa, sizeof sa);
# | if (rc < 0) {
# | perror("connect");
# | exit(1);
# | }
# | sa_len = sizeof sa;
# | /* 1 second select timeout */
# | tv.tv_sec = 1;
# | tv.tv_usec = 0;
# | /* Set up fd set */
# | FD_ZERO(&fds);
# | FD_SET(listen_s, &fds);
# | /* Wait for socket to become readable */
# | rc = select(listen_s + 1, &fds, NULL, NULL, &tv);
# | if (rc < 0) {
# | perror("select");
# | exit(1);
# | }
# | if (rc == 0) {
# | fprintf(stderr, "Socket failed to become readable (timeout)\n");
# | exit(1);
# | }
# | if (!FD_ISSET(listen_s, &fds)) {
# | fprintf(stderr, "Socket failed to become readable (selected another fd)\n");
# | exit(1);
# | }
# | connected_s = accept(listen_s, (struct sockaddr *)&sa, &sa_len);
# | if (connected_s < 0) {
# | perror("accept");
# | exit(1);
# | }
# | rc = fcntl(connected_s, F_GETFL, 0);
# | if (rc < 0) {
# | perror("fcntl(F_GETFL)");
# | exit(1);
# | }
# | if (!(rc & O_NONBLOCK)) {
# | fprintf(stderr, "O_NONBLOCK is not set in the child.\n");
# | exit(1);
# | }
# | return 0;
# | }
# |
# configure:27423: result: no
# configure:27432: checking whether TCP_NODELAY and TCP_CORK can both be enabled
# configure:27492: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -luuid -lrt -lcrypt -lpthread -ldl >&5
# configure:27492: $? = 0
# configure:27492: ./conftest
# configure:27492: $? = 0
# configure:27502: result: yes
# configure:27514: checking for TCP_CORK in netinet/tcp.h
# configure:27539: result: yes
# configure:27548: checking for TCP_NOPUSH in netinet/tcp.h
# configure:27573: result: no
# configure:27618: checking for SO_ACCEPTFILTER in sys/socket.h
# configure:27643: result: no
# configure:27658: checking whether SCTP is supported
# configure:27695: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -luuid -lrt -lcrypt -lpthread -ldl >&5
# conftest.c: In function 'main':
# conftest.c:223:37: error: 'SCTP_NODELAY' undeclared (first use in this function)
# if (setsockopt(s, IPPROTO_SCTP, SCTP_NODELAY, &opt, sizeof(int)) < 0)
# ^~~~~~~~~~~~
# conftest.c:223:37: note: each undeclared identifier is reported only once for each function it appears in
# configure:27695: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_STRUCT_IOVEC 16
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MEMCHR 1
# | #define APR_INT64_STRFN strtol
# | #define APR_OFF_T_STRFN strtol
# | #define DSO_USE_DLFCN 1
# | #define HAVE_WAITPID 1
# | #define HAVE_VLA 1
# | #define HAVE_SEMGET 1
# | #define HAVE_SEMCTL 1
# | #define HAVE_FLOCK 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SEM_CLOSE 1
# | #define HAVE_SEM_UNLINK 1
# | #define HAVE_SEM_POST 1
# | #define HAVE_SEM_WAIT 1
# | #define HAVE_LOCK_EX 1
# | #define HAVE_F_SETLK 1
# | #define HAVE_SEM_UNDO 1
# | #define HAVE_POLLIN 1
# | #define HAVE_PTHREAD_PROCESS_SHARED 1
# | #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
# | #define HAVE_PTHREAD_MUTEX_ROBUST 1
# | #define apr_lock implementation method 1
# | #define USE_SYSVSEM_SERIALIZE 1
# | #define DEV_RANDOM "/dev/urandom"
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define DIRENT_INODE d_fileno
# | #define DIRENT_TYPE d_type
# | #define HAVE_UUID_UUID_H 1
# | #define HAVE_UUID_GENERATE 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define WAITIO_USES_POLL 1
# | #define GETHOSTBYNAME_R_GLIBC2 1
# | #define GETSERVBYNAME_R_GLIBC2 1
# | #define HAVE_TCP_NODELAY_WITH_CORK 1
# | #define HAVE_TCP_CORK 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETINET_IN_H
# | #include
# | #endif
# | #ifdef HAVE_NETINET_SCTP_H
# | #include
# | #endif
# | #ifdef HAVE_NETINET_SCTP_UIO_H
# | #include
# | #endif
# | #include
# | int main(void) {
# | int s, opt = 1;
# | if ((s = socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP)) < 0)
# | exit(1);
# | if (setsockopt(s, IPPROTO_SCTP, SCTP_NODELAY, &opt, sizeof(int)) < 0)
# | exit(2);
# | exit(0);
# | }
# configure:27705: result: no
# configure:27715: checking for struct ip_mreq
# configure:27738: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:27738: $? = 0
# configure:27745: result: yes
# configure:27762: checking for set_h_errno
# configure:27762: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -luuid -lrt -lcrypt -lpthread -ldl >&5
# /tmp/ccIKAfgw.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `set_h_errno'
# collect2: error: ld returned 1 exit status
# configure:27762: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_BUILTINS 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_PTHREAD_KEY_DELETE 1
# | #define HAVE_PTHREAD_RWLOCK_INIT 1
# | #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_RWLOCKS 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETSERVBYNAME_R 1
# | #define HAVE_SIGSUSPEND 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_POLL 1
# | #define HAVE_EPOLL 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_DUP3 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_SOCK_CLOEXEC 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_GETGRGID_R 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SHM_UNLINK 1
# | #define HAVE_SHMGET 1
# | #define HAVE_SHMAT 1
# | #define HAVE_SHMDT 1
# | #define HAVE_SHMCTL 1
# | #define HAVE_MAP_ANON 1
# | #define anonymous shared memory allocation method 1
# | #define USE_SHMEM_MMAP_ANON 1
# | #define namebased memory allocation method 1
# | #define USE_SHMEM_SHMGET 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CALLOC 1
# | #define HAVE_SETSID 1
# | #define HAVE_ISINF 1
# | #define HAVE_ISNAN 1
# | #define HAVE_GETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_FORK 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MKSTEMP 1
# | #define STDC_HEADERS 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define SETPGRP_VOID 1
# | #define HAVE_SOCKLEN_T 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_PID_T 4
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_STRUCT_IOVEC 16
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MEMCHR 1
# | #define APR_INT64_STRFN strtol
# | #define APR_OFF_T_STRFN strtol
# | #define DSO_USE_DLFCN 1
# | #define HAVE_WAITPID 1
# | #define HAVE_VLA 1
# | #define HAVE_SEMGET 1
# | #define HAVE_SEMCTL 1
# | #define HAVE_FLOCK 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SEM_CLOSE 1
# | #define HAVE_SEM_UNLINK 1
# | #define HAVE_SEM_POST 1
# | #define HAVE_SEM_WAIT 1
# | #define HAVE_LOCK_EX 1
# | #define HAVE_F_SETLK 1
# | #define HAVE_SEM_UNDO 1
# | #define HAVE_POLLIN 1
# | #define HAVE_PTHREAD_PROCESS_SHARED 1
# | #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
# | #define HAVE_PTHREAD_MUTEX_ROBUST 1
# | #define apr_lock implementation method 1
# | #define USE_SYSVSEM_SERIALIZE 1
# | #define DEV_RANDOM "/dev/urandom"
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define DIRENT_INODE d_fileno
# | #define DIRENT_TYPE d_type
# | #define HAVE_UUID_UUID_H 1
# | #define HAVE_UUID_GENERATE 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define WAITIO_USES_POLL 1
# | #define GETHOSTBYNAME_R_GLIBC2 1
# | #define GETSERVBYNAME_R_GLIBC2 1
# | #define HAVE_TCP_NODELAY_WITH_CORK 1
# | #define HAVE_TCP_CORK 1
# | #define HAVE_STRUCT_IPMREQ 1
# | /* end confdefs.h. */
# | /* Define set_h_errno to an innocuous variant, in case declares set_h_errno.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define set_h_errno innocuous_set_h_errno
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char set_h_errno (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef set_h_errno
# |
# | /* 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 set_h_errno ();
# | /* 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_set_h_errno || defined __stub___set_h_errno
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return set_h_errno ();
# | ;
# | return 0;
# | }
# configure:27762: result: no
# configure:27789: checking for library containing getaddrinfo
# configure:27820: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -luuid -lrt -lcrypt -lpthread -ldl >&5
# configure:27820: $? = 0
# configure:27837: result: none required
# configure:27845: checking for library containing gai_strerror
# configure:27876: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -luuid -lrt -lcrypt -lpthread -ldl >&5
# configure:27876: $? = 0
# configure:27893: result: none required
# configure:27901: checking for library containing getnameinfo
# configure:27932: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -luuid -lrt -lcrypt -lpthread -ldl >&5
# configure:27932: $? = 0
# configure:27949: result: none required
# configure:27959: checking for gai_strerror
# configure:27959: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -luuid -lrt -lcrypt -lpthread -ldl >&5
# configure:27959: $? = 0
# configure:27959: result: yes
# configure:27969: checking for working getaddrinfo
# configure:28014: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -luuid -lrt -lcrypt -lpthread -ldl >&5
# conftest.c: In function 'main':
# conftest.c:227:9: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(1);
# ^~~~
# conftest.c:227:9: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:227:9: note: include '' or provide a declaration of 'exit'
# conftest.c:230:9: warning: incompatible implicit declaration of built-in function 'exit'
# exit(1);
# ^~~~
# conftest.c:230:9: note: include '' or provide a declaration of 'exit'
# conftest.c:232:5: warning: incompatible implicit declaration of built-in function 'exit'
# exit(0);
# ^~~~
# conftest.c:232:5: note: include '' or provide a declaration of 'exit'
# configure:28014: $? = 0
# configure:28014: ./conftest
# configure:28014: $? = 0
# configure:28028: result: yes
# configure:28041: checking for negative error codes for getaddrinfo
# configure:28067: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -luuid -lrt -lcrypt -lpthread -ldl >&5
# conftest.c: In function 'main':
# conftest.c:212:9: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(0);
# ^~~~
# conftest.c:212:9: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:212:9: note: include '' or provide a declaration of 'exit'
# conftest.c:214:5: warning: incompatible implicit declaration of built-in function 'exit'
# exit(1);
# ^~~~
# conftest.c:214:5: note: include '' or provide a declaration of 'exit'
# configure:28067: $? = 0
# configure:28067: ./conftest
# configure:28067: $? = 0
# configure:28081: result: yes
# configure:28090: checking for working getnameinfo
# configure:28143: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -luuid -lrt -lcrypt -lpthread -ldl >&5
# conftest.c: In function 'main':
# conftest.c:230:26: warning: implicit declaration of function 'inet_addr' [-Wimplicit-function-declaration]
# sa.sin_addr.s_addr = inet_addr("127.0.0.1");
# ^~~~~~~~~
# conftest.c:239:9: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(1);
# ^~~~
# conftest.c:239:9: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:239:9: note: include '' or provide a declaration of 'exit'
# conftest.c:241:9: warning: incompatible implicit declaration of built-in function 'exit'
# exit(0);
# ^~~~
# conftest.c:241:9: note: include '' or provide a declaration of 'exit'
# configure:28143: $? = 0
# configure:28143: ./conftest
# configure:28143: $? = 0
# configure:28157: result: yes
# configure:28166: checking for sockaddr_in6
# configure:28192: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:28192: $? = 0
# configure:28204: result: yes
# configure:28214: checking for sockaddr_storage
# configure:28238: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:28238: $? = 0
# configure:28245: result: yes
# configure:28265: checking for working AI_ADDRCONFIG
# configure:28300: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -luuid -lrt -lcrypt -lpthread -ldl >&5
# configure:28300: $? = 0
# configure:28300: ./conftest
# configure:28300: $? = 0
# configure:28310: result: yes
# configure:28335: checking if APR supports IPv6
# configure:28337: result: yes
# configure:28408: checking langinfo.h usability
# configure:28408: gcc -c -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
# configure:28408: $? = 0
# configure:28408: result: yes
# configure:28408: checking langinfo.h presence
# configure:28408: gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
# configure:28408: $? = 0
# configure:28408: result: yes
# configure:28408: checking for langinfo.h
# configure:28408: result: yes
# configure:28420: checking for nl_langinfo
# configure:28420: gcc -o conftest -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -luuid -lrt -lcrypt -lpthread -ldl >&5
# configure:28420: $? = 0
# configure:28420: result: yes
# configure:28755: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 49b9be65e3f4
#
# config.status:1436: creating Makefile
# config.status:1436: creating include/apr.h
# config.status:1436: creating build/apr_rules.mk
# config.status:1436: creating build/pkg/pkginfo
# config.status:1436: creating apr-1-config
# config.status:1436: creating apr.pc
# config.status:1436: creating test/Makefile
# config.status:1436: creating test/internal/Makefile
# config.status:1436: creating include/arch/unix/apr_private.h
# config.status:1625: executing libtool commands
# config.status:1625: executing default commands
#
# ## ---------------- ##
# ## 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_define_F_SETLK=yes
# ac_cv_define_GETHOSTBYADDR_IS_THREAD_SAFE=no
# ac_cv_define_GETHOSTBYNAME_IS_THREAD_SAFE=no
# ac_cv_define_GETSERVBYNAME_IS_THREAD_SAFE=no
# ac_cv_define_LOCK_EX=yes
# ac_cv_define_MAP_ANON=yes
# ac_cv_define_POLLIN=yes
# ac_cv_define_PTHREAD_PROCESS_SHARED=yes
# ac_cv_define_READDIR_IS_THREAD_SAFE=no
# ac_cv_define_SEM_UNDO=yes
# ac_cv_define_SO_ACCEPTFILTER=no
# ac_cv_define_TCP_CORK=yes
# ac_cv_define_TCP_NOPUSH=no
# ac_cv_define_sockaddr_in6=yes
# ac_cv_ebcdic=no
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# 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_file__dev_zero=yes
# ac_cv_func__getch=no
# ac_cv_func_alloca_works=yes
# ac_cv_func_calloc=yes
# ac_cv_func_create_area=no
# ac_cv_func_create_sem=no
# ac_cv_func_dlopen=no
# ac_cv_func_dlsym=yes
# ac_cv_func_fdatasync=yes
# ac_cv_func_flock=yes
# ac_cv_func_fork=yes
# ac_cv_func_gai_strerror=yes
# ac_cv_func_getenv=yes
# ac_cv_func_getgrgid_r=yes
# ac_cv_func_getgrnam_r=yes
# ac_cv_func_gethostbyaddr_r=yes
# ac_cv_func_gethostbyname_r=yes
# ac_cv_func_getifaddrs=yes
# ac_cv_func_getpass=yes
# ac_cv_func_getpassphrase=no
# ac_cv_func_getpwnam_r=yes
# ac_cv_func_getpwuid_r=yes
# ac_cv_func_getrlimit=yes
# ac_cv_func_getservbyname_r=yes
# ac_cv_func_gmtime_r=yes
# ac_cv_func_inet_addr=yes
# ac_cv_func_inet_network=yes
# ac_cv_func_isinf=yes
# ac_cv_func_isnan=yes
# ac_cv_func_kqueue=no
# ac_cv_func_localtime_r=yes
# ac_cv_func_memchr=yes
# ac_cv_func_memmove=yes
# ac_cv_func_mkstemp=yes
# ac_cv_func_mmap=yes
# ac_cv_func_munmap=yes
# ac_cv_func_nl_langinfo=yes
# ac_cv_func_poll=yes
# ac_cv_func_port_create=no
# ac_cv_func_pthread_attr_setguardsize=yes
# ac_cv_func_pthread_key_delete=yes
# ac_cv_func_pthread_mutexattr_setpshared=yes
# ac_cv_func_pthread_rwlock_init=yes
# ac_cv_func_pthread_yield=yes
# ac_cv_func_putenv=yes
# ac_cv_func_sem_close=yes
# ac_cv_func_sem_open=yes
# ac_cv_func_sem_post=yes
# ac_cv_func_sem_unlink=yes
# ac_cv_func_sem_wait=yes
# ac_cv_func_semctl=yes
# ac_cv_func_semget=yes
# ac_cv_func_send_file=no
# ac_cv_func_sendfile=yes
# ac_cv_func_sendfilev=no
# ac_cv_func_set_h_errno=no
# ac_cv_func_setenv=yes
# ac_cv_func_setpgrp_void=yes
# ac_cv_func_setrlimit=yes
# ac_cv_func_setsid=yes
# ac_cv_func_shm_open=yes
# ac_cv_func_shm_unlink=yes
# ac_cv_func_shmat=yes
# ac_cv_func_shmctl=yes
# ac_cv_func_shmdt=yes
# ac_cv_func_shmget=yes
# ac_cv_func_sigaction=yes
# ac_cv_func_sigsuspend=yes
# ac_cv_func_sigwait=yes
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror_r=yes
# ac_cv_func_stricmp=no
# ac_cv_func_strncasecmp=yes
# ac_cv_func_strnicmp=no
# ac_cv_func_strstr=yes
# ac_cv_func_strtol=yes
# ac_cv_func_unsetenv=yes
# ac_cv_func_utime=yes
# ac_cv_func_utimes=yes
# ac_cv_func_uuid_create=no
# ac_cv_func_uuid_generate=yes
# ac_cv_func_waitpid=yes
# ac_cv_func_writev=yes
# ac_cv_gethostbyname_r_arg=char
# ac_cv_gethostbyname_r_style=glibc2
# ac_cv_getservbyname_r_style=glibc2
# ac_cv_h_errno_cppflags=yes
# ac_cv_have_decl_sys_siglist=yes
# ac_cv_header_ByteOrder_h=no
# ac_cv_header_OS_h=no
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_conio_h=no
# ac_cv_header_crypt_h=yes
# ac_cv_header_ctype_h=yes
# ac_cv_header_dir_h=no
# ac_cv_header_dirent_h=yes
# ac_cv_header_dl_h=no
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_grp_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_io_h=no
# ac_cv_header_kernel_OS_h=no
# ac_cv_header_langinfo_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_mach_o_dyld_h=no
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_net_errno_h=no
# ac_cv_header_netdb_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_netinet_sctp_h=no
# ac_cv_header_netinet_sctp_uio_h=no
# ac_cv_header_os2_h=no
# ac_cv_header_osreldate_h=no
# ac_cv_header_poll_h=yes
# ac_cv_header_process_h=no
# ac_cv_header_pthread_h=yes
# ac_cv_header_pwd_h=yes
# ac_cv_header_semaphore_h=yes
# ac_cv_header_signal_h=yes
# ac_cv_header_stdarg_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stddef_h=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdio_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_file_h=yes
# ac_cv_header_sys_ioctl_h=yes
# ac_cv_header_sys_ipc_h=yes
# ac_cv_header_sys_mman_h=yes
# ac_cv_header_sys_mutex_h=no
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_poll_h=yes
# ac_cv_header_sys_resource_h=yes
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_sem_h=yes
# ac_cv_header_sys_sendfile_h=yes
# ac_cv_header_sys_shm_h=yes
# ac_cv_header_sys_signal_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_sockio_h=no
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_sysctl_h=yes
# ac_cv_header_sys_syslimits_h=no
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_uio_h=yes
# ac_cv_header_sys_un_h=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_sysapi_h=no
# ac_cv_header_sysgtime_h=no
# ac_cv_header_termios_h=yes
# ac_cv_header_time_h=yes
# ac_cv_header_tpfeq_h=no
# ac_cv_header_tpfio_h=no
# ac_cv_header_unistd_h=yes
# ac_cv_header_unix_h=no
# ac_cv_header_uuid_h=no
# ac_cv_header_uuid_uuid_h=yes
# ac_cv_header_windows_h=no
# ac_cv_header_winsock2_h=no
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_c_r_gethostbyaddr=no
# ac_cv_lib_c_r_gethostbyname=no
# ac_cv_lib_c_r_getservbyname=no
# ac_cv_lib_c_r_readdir=no
# ac_cv_lib_dl_dlopen=yes
# ac_cv_lib_sendfile_sendfilev=no
# ac_cv_lib_truerand_main=no
# ac_cv_member_struct_stat_st_atim_tv_nsec=yes
# ac_cv_member_struct_stat_st_atime_n=no
# ac_cv_member_struct_stat_st_atimensec=no
# ac_cv_member_struct_stat_st_blocks=yes
# ac_cv_member_struct_stat_st_ctim_tv_nsec=yes
# ac_cv_member_struct_stat_st_ctime_n=no
# ac_cv_member_struct_stat_st_ctimensec=no
# ac_cv_member_struct_stat_st_mtim_tv_nsec=yes
# ac_cv_member_struct_stat_st_mtime_n=no
# ac_cv_member_struct_stat_st_mtimensec=no
# ac_cv_member_struct_tm___tm_gmtoff=no
# ac_cv_member_struct_tm_tm_gmtoff=yes
# ac_cv_mkdir_p=yes
# ac_cv_negative_eai=yes
# ac_cv_o_nonblock_inherited=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_AR=ar
# ac_cv_prog_AS=as
# ac_cv_prog_ASCPP=cpp
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_DLLTOOL=dlltool
# ac_cv_prog_OBJDUMP=objdump
# ac_cv_prog_RANLIB=ranlib
# ac_cv_prog_RM=rm
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_pthread_attr_getdetachstate_one_arg=no
# ac_cv_pthread_getspecific_two_args=no
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_search_crypt=-lcrypt
# ac_cv_search_gai_strerror='none required'
# ac_cv_search_getaddrinfo='none required'
# ac_cv_search_gethostbyname='none required'
# ac_cv_search_gethostname='none required'
# ac_cv_search_getnameinfo='none required'
# ac_cv_search_modf='none required'
# ac_cv_search_sem_open='none required'
# ac_cv_search_shm_open=-lrt
# ac_cv_search_socket='none required'
# ac_cv_search_strerror='none required'
# ac_cv_search_uuid_create=no
# ac_cv_search_uuid_generate=-luuid
# ac_cv_sigwait_one_arg=no
# ac_cv_sizeof_char=1
# ac_cv_sizeof_ino_t=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_pid_t=4
# ac_cv_sizeof_short=2
# ac_cv_sizeof_size_t=8
# ac_cv_sizeof_ssize_t=8
# ac_cv_sizeof_struct_iovec=16
# ac_cv_sizeof_voidp=8
# ac_cv_socklen_t=yes
# ac_cv_strerror_r_rc_int=no
# ac_cv_struct_rlimit=yes
# ac_cv_target=x86_64-unknown-linux-gnu
# ac_cv_tcp_nodelay_inherited=yes
# ac_cv_type_in_addr=yes
# ac_cv_type_off_t=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_size_t=yes
# ac_cv_type_ssize_t=yes
# ac_cv_type_uid_t=yes
# ac_cv_working_alloca_h=yes
# ac_cv_working_getaddrinfo=yes
# ac_cv_working_getnameinfo=yes
# ap_cv_atomic_builtins=yes
# apr_cv_accept4=yes
# apr_cv_aio_msgq=no
# apr_cv_define_INT64_C=yes
# apr_cv_define_sockaddr_storage=yes
# apr_cv_dirent_inode=d_fileno
# apr_cv_dirent_type=d_type
# apr_cv_dup3=yes
# apr_cv_epoll=yes
# apr_cv_epoll_create1=yes
# apr_cv_gai_addrconfig=yes
# apr_cv_hdr_netinet_tcp_h=yes
# apr_cv_mutex_recursive=yes
# apr_cv_mutex_robust_shared=yes
# apr_cv_osuuid=yes
# apr_cv_process_shared_works=yes
# apr_cv_pthreads_cflags=-pthread
# apr_cv_pthreads_lib=-lpthread
# apr_cv_sctp=no
# apr_cv_sock_cloexec=yes
# apr_cv_struct_ipmreq=yes
# apr_cv_tcp_nodelay_with_cork=yes
# apr_cv_type_rwlock_t=yes
# apr_cv_typematch_size_t_unsigned_int=no
# apr_cv_typematch_size_t_unsigned_long=yes
# apr_cv_typematch_ssize_t_int=no
# apr_cv_typematch_ssize_t_long=yes
# apr_cv_use_lfs64=no
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/sbin/ld
# lt_cv_path_NM='/usr/sbin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=no
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ALLOCA=''
# APR_CONFIG_LOCATION='source'
# APR_DOTTED_VERSION='1.5.2'
# APR_LIBNAME='apr-${APR_MAJOR_VERSION}'
# APR_MAJOR_VERSION='1'
# AR='ar'
# AS='as'
# ASCPP='cpp'
# AWK='gawk'
# CC='gcc'
# CFLAGS=''
# CPP='gcc -E'
# CPPFLAGS=''
# DEFAULT_OSDIR='unix'
# DEFS='-DHAVE_CONFIG_H'
# DLLTOOL='dlltool'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# EXTRA_CFLAGS='-pthread'
# EXTRA_CPPFLAGS='-DLINUX -D_REENTRANT -D_GNU_SOURCE'
# EXTRA_INCLUDES=''
# EXTRA_LDFLAGS=''
# EXTRA_LIBS='-luuid -lrt -lcrypt -lpthread -ldl'
# FGREP='/usr/sbin/grep -F'
# GREP='/usr/sbin/grep'
# INCLUDES=''
# INCLUDE_OUTPUTS='include /tmp/apr/src/apr-1.5.2/build-outputs.mk'
# INCLUDE_RULES='include /tmp/apr/src/apr-1.5.2/build/apr_rules.mk'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_SUBDIRS='none'
# INTERNAL_CPPFLAGS=''
# LD='/usr/sbin/ld -m elf_x86_64'
# LDFLAGS=''
# LDLIBS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(apr_builddir)/libtool'
# LIBTOOL_LIBS=''
# LIPO=''
# LN_S='ln -s'
# LTFLAGS='--silent'
# LTLIBOBJS=''
# LT_LDFLAGS=''
# LT_NO_INSTALL='-no-install'
# LT_VERSION='-version-info 5:2:5'
# MANIFEST_TOOL=':'
# MKDEP='$(CC) -MM'
# NM='/usr/sbin/nm -B'
# NMEDIT=''
# NOTEST_CFLAGS=''
# NOTEST_CPPFLAGS=''
# NOTEST_INCLUDES=''
# NOTEST_LDFLAGS=''
# NOTEST_LIBS=''
# OBJDUMP='objdump'
# OBJECTS_PLATFORM='$(OBJECTS_unix)'
# OBJEXT='o'
# OSDIR='unix'
# OTOOL64=''
# OTOOL=''
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_URL=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# RM='rm'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# ac_ct_AR='ar'
# ac_ct_CC='gcc'
# ac_ct_DUMPBIN=''
# acceptfilter='0'
# apr_builddir='/tmp/apr/src/apr-1.5.2'
# apr_builders='/tmp/apr/src/apr-1.5.2/build'
# apr_charset_ebcdic='0'
# apr_has_user='1'
# apr_has_xthread_files='0'
# apr_inaddr_none=''
# apr_procattr_user_set_requires_password='0'
# apr_srcdir='/tmp/apr/src/apr-1.5.2'
# apr_tcp_nopush_flag='TCP_CORK'
# apr_thread_func=''
# aprdso='1'
# aprlfs='0'
# arpa_ineth='1'
# bigendian='0'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# conioh='0'
# crypth='1'
# ctypeh='1'
# datadir='${prefix}'
# datarootdir='${prefix}/share'
# direnth='1'
# docdir='${datarootdir}/doc/${PACKAGE}'
# dvidir='${docdir}'
# eolstr='\n'
# errnoh='1'
# exec_prefix='${prefix}'
# export_lib_target='-rpath \$(libdir) \$(OBJECTS)'
# fcntlh='1'
# fcntlser='0'
# file_as_socket='1'
# flockser='0'
# fork='1'
# hasfcntlser='1'
# hasflockser='1'
# hasposixser='1'
# hasprocpthreadser='1'
# hassysvser='1'
# have_corkable_tcp='1'
# have_getrlimit='1'
# have_in_addr='1'
# have_inet_addr='1'
# have_inet_network='1'
# have_iovec='1'
# have_ipv6='1'
# have_memchr='1'
# have_memmove='1'
# have_proc_invoked='0'
# have_sa_storage='1'
# have_sctp='0'
# have_setrlimit='1'
# have_sigaction='1'
# have_sigsuspend='1'
# have_sigwait='1'
# have_strcasecmp='1'
# have_strdup='1'
# have_stricmp='0'
# have_strncasecmp='1'
# have_strnicmp='0'
# have_strstr='1'
# have_unicode_fs='0'
# have_union_semun='0'
# havebeosarea='0'
# havemmapanon='1'
# havemmapshm='1'
# havemmaptmp='1'
# havemmapzero='1'
# haveos2shm='0'
# haveshmget='1'
# haveshmgetanon='1'
# havewin32shm='0'
# 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='/usr/include/apr-1'
# infodir='${datarootdir}/info'
# ino_t_value='ino_t'
# installbuilddir='/usr/share/apr-1/build'
# int64_literal='#define APR_INT64_C(val) INT64_C(val)'
# int64_t_fmt='#define APR_INT64_T_FMT "ld"'
# int64_value='long'
# int_value='int'
# ioh='0'
# lib_target='-rpath $(libdir) $(OBJECTS)'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/modules'
# limitsh='1'
# link='$(LIBTOOL) $(LTFLAGS) --mode=link $(COMPILE) $(LT_LDFLAGS) $(LT_VERSION) $(ALL_LDFLAGS) -o $@'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}'
# long_value='long'
# lt_compile='$(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE) -o $@ -c $< && touch $@'
# mandir='${prefix}/man'
# mmap='1'
# netdbh='1'
# netinet_inh='1'
# netinet_sctp_uioh='0'
# netinet_sctph='0'
# netinet_tcph='1'
# o_nonblock_inherited='0'
# oc='1'
# off_t_fmt='#define APR_OFF_T_FMT "ld"'
# off_t_value='off_t'
# oldincludedir='/usr/include'
# osuuid='1'
# pdfdir='${docdir}'
# pid_t_fmt='#define APR_PID_T_FMT "d"'
# posixser='0'
# prefix='/usr'
# proc_mutex_is_global='0'
# processh='0'
# proclockglobal='0'
# procpthreadser='0'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# pthreadh='1'
# pthreadser='1'
# rand='1'
# sbindir='${exec_prefix}/bin'
# semaphoreh='1'
# sendfile='1'
# sharedmem='1'
# sharedstatedir='${prefix}/com'
# shlibpath_var='LD_LIBRARY_PATH'
# short_value='short'
# signalh='1'
# size_t_fmt='#define APR_SIZE_T_FMT "lu"'
# size_t_value='size_t'
# so_ext='lo'
# socklen_t_value='socklen_t'
# ssize_t_fmt='#define APR_SSIZE_T_FMT "ld"'
# ssize_t_value='ssize_t'
# stdargh='1'
# stdint='1'
# stdioh='1'
# stdlibh='1'
# stringh='1'
# stringsh='1'
# struct_rlimit='1'
# sys_ioctlh='1'
# sys_sendfileh='1'
# sys_signalh='1'
# sys_socketh='1'
# sys_sockioh='0'
# sys_syslimitsh='0'
# sys_timeh='1'
# sys_typesh='1'
# sys_uioh='1'
# sys_unh='1'
# sys_waith='1'
# sysconfdir='${prefix}/conf'
# sysvser='1'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
# tcp_nodelay_inherited='1'
# threads='1'
# timeh='1'
# top_builddir='/tmp/apr/src/apr-1.5.2'
# uint64_literal='#define APR_UINT64_C(val) UINT64_C(val)'
# uint64_t_fmt='#define APR_UINT64_T_FMT "lu"'
# uint64_t_hex_fmt='#define APR_UINT64_T_HEX_FMT "lx"'
# unistdh='1'
# usebeosarea='0'
# usemmapanon='1'
# usemmapshm='0'
# usemmaptmp='0'
# usemmapzero='0'
# useos2shm='0'
# useshmget='1'
# useshmgetanon='0'
# usewin32shm='0'
# voidp_size='8'
# windowsh='0'
# winsock2h='0'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_ATOMIC_BUILTINS 1
# #define HAVE_PTHREAD_H 1
# #define HAVE_PTHREAD_H 1
# #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# #define HAVE_PTHREAD_KEY_DELETE 1
# #define HAVE_PTHREAD_RWLOCK_INIT 1
# #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
# #define HAVE_PTHREAD_YIELD 1
# #define HAVE_PTHREAD_RWLOCKS 1
# #define HAVE_GETHOSTBYNAME_R 1
# #define HAVE_GETHOSTBYADDR_R 1
# #define HAVE_GETSERVBYNAME_R 1
# #define HAVE_SIGSUSPEND 1
# #define HAVE_SIGWAIT 1
# #define HAVE_POLL 1
# #define HAVE_EPOLL 1
# #define HAVE_EPOLL_CREATE1 1
# #define HAVE_DUP3 1
# #define HAVE_ACCEPT4 1
# #define HAVE_SOCK_CLOEXEC 1
# #define HAVE_FDATASYNC 1
# #define HAVE_EPOLL_CREATE1 1
# #define HAVE_DUP3 1
# #define HAVE_ACCEPT4 1
# #define HAVE_SOCK_CLOEXEC 1
# #define HAVE_GETPWNAM_R 1
# #define HAVE_GETPWUID_R 1
# #define HAVE_GETGRNAM_R 1
# #define HAVE_GETGRGID_R 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_MMAN_H 1
# #define HAVE_SYS_IPC_H 1
# #define HAVE_SYS_SHM_H 1
# #define HAVE_SYS_FILE_H 1
# #define HAVE_MMAP 1
# #define HAVE_MUNMAP 1
# #define HAVE_SHM_OPEN 1
# #define HAVE_SHM_UNLINK 1
# #define HAVE_SHMGET 1
# #define HAVE_SHMAT 1
# #define HAVE_SHMDT 1
# #define HAVE_SHMCTL 1
# #define HAVE_MAP_ANON 1
# #define anonymous shared memory allocation method 1
# #define USE_SHMEM_MMAP_ANON 1
# #define namebased memory allocation method 1
# #define USE_SHMEM_SHMGET 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_ALLOCA 1
# #define HAVE_CALLOC 1
# #define HAVE_SETSID 1
# #define HAVE_ISINF 1
# #define HAVE_ISNAN 1
# #define HAVE_GETENV 1
# #define HAVE_PUTENV 1
# #define HAVE_SETENV 1
# #define HAVE_UNSETENV 1
# #define HAVE_WRITEV 1
# #define HAVE_GETIFADDRS 1
# #define HAVE_UTIME 1
# #define HAVE_UTIMES 1
# #define HAVE_SETRLIMIT 1
# #define HAVE_GETRLIMIT 1
# #define HAVE_SENDFILE 1
# #define HAVE_SIGACTION 1
# #define HAVE_DECL_SYS_SIGLIST 1
# #define HAVE_FORK 1
# #define HAVE_STRERROR_R 1
# #define HAVE_MMAP 1
# #define HAVE_MEMMOVE 1
# #define HAVE_GETPASS 1
# #define HAVE_GMTIME_R 1
# #define HAVE_LOCALTIME_R 1
# #define HAVE_MKSTEMP 1
# #define STDC_HEADERS 1
# #define HAVE_CRYPT_H 1
# #define HAVE_CTYPE_H 1
# #define HAVE_DIRENT_H 1
# #define HAVE_DLFCN_H 1
# #define HAVE_ERRNO_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_GRP_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_POLL_H 1
# #define HAVE_PWD_H 1
# #define HAVE_SEMAPHORE_H 1
# #define HAVE_SIGNAL_H 1
# #define HAVE_STDARG_H 1
# #define HAVE_STDDEF_H 1
# #define HAVE_STDIO_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_TERMIOS_H 1
# #define HAVE_TIME_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_SYS_FILE_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_SYS_MMAN_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_SYS_POLL_H 1
# #define HAVE_SYS_RESOURCE_H 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SYS_SEM_H 1
# #define HAVE_SYS_SENDFILE_H 1
# #define HAVE_SYS_SIGNAL_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_SYSCTL_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_UIO_H 1
# #define HAVE_SYS_UN_H 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_NETINET_TCP_H 1
# #define SETPGRP_VOID 1
# #define HAVE_SOCKLEN_T 1
# #define SIZEOF_VOIDP 8
# #define SIZEOF_CHAR 1
# #define SIZEOF_INT 4
# #define SIZEOF_LONG 8
# #define SIZEOF_SHORT 2
# #define SIZEOF_LONG_LONG 8
# #define SIZEOF_PID_T 4
# #define SIZEOF_SSIZE_T 8
# #define SIZEOF_SIZE_T 8
# #define SIZEOF_OFF_T 8
# #define SIZEOF_INO_T 8
# #define SIZEOF_STRUCT_IOVEC 16
# #define HAVE_STRNCASECMP 1
# #define HAVE_STRCASECMP 1
# #define HAVE_STRDUP 1
# #define HAVE_STRSTR 1
# #define HAVE_MEMCHR 1
# #define APR_INT64_STRFN strtol
# #define APR_OFF_T_STRFN strtol
# #define DSO_USE_DLFCN 1
# #define HAVE_WAITPID 1
# #define HAVE_VLA 1
# #define HAVE_SEMGET 1
# #define HAVE_SEMCTL 1
# #define HAVE_FLOCK 1
# #define HAVE_SEMAPHORE_H 1
# #define HAVE_SEM_CLOSE 1
# #define HAVE_SEM_UNLINK 1
# #define HAVE_SEM_POST 1
# #define HAVE_SEM_WAIT 1
# #define HAVE_LOCK_EX 1
# #define HAVE_F_SETLK 1
# #define HAVE_SEM_UNDO 1
# #define HAVE_POLLIN 1
# #define HAVE_PTHREAD_PROCESS_SHARED 1
# #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
# #define HAVE_PTHREAD_MUTEX_ROBUST 1
# #define apr_lock implementation method 1
# #define USE_SYSVSEM_SERIALIZE 1
# #define DEV_RANDOM "/dev/urandom"
# #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
# #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# #define DIRENT_INODE d_fileno
# #define DIRENT_TYPE d_type
# #define HAVE_UUID_UUID_H 1
# #define HAVE_UUID_GENERATE 1
# #define HAVE_STRUCT_TM_TM_GMTOFF 1
# #define WAITIO_USES_POLL 1
# #define GETHOSTBYNAME_R_GLIBC2 1
# #define GETSERVBYNAME_R_GLIBC2 1
# #define HAVE_TCP_NODELAY_WITH_CORK 1
# #define HAVE_TCP_CORK 1
# #define HAVE_STRUCT_IPMREQ 1
# #define HAVE_GAI_STRERROR 1
# #define HAVE_GETADDRINFO 1
# #define NEGATIVE_EAI 1
# #define HAVE_GETNAMEINFO 1
# #define HAVE_GAI_ADDRCONFIG 1
# #define HAVE_LANGINFO_H 1
# #define HAVE_NL_LANGINFO 1
#
# configure: exit 0