Skip to content

Instantly share code, notes, and snippets.

@pauleveritt
Created May 21, 2013 18:06
Show Gist options
  • Save pauleveritt/5621925 to your computer and use it in GitHub Desktop.
Save pauleveritt/5621925 to your computer and use it in GitHub Desktop.
Settings for Python 3.3.2 compile on OS X 10.8.3
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by python configure 3.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --prefix=/Users/paul/opt/Python-3.3.2
## --------- ##
## Platform. ##
## --------- ##
hostname = bobo.local
uname -m = x86_64
uname -r = 12.3.0
uname -s = Darwin
uname -v = Darwin Kernel Version 12.3.0: Sun Jan 6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 12.3.0: Sun Jan 6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 8.00 gigabytes
Default processor set: 164 tasks, 933 threads, 2 processors
Load average: 3.48, Mach factor: 0.40
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/share/python
PATH: /usr/local/bin
PATH: /Users/paul/opt/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /opt/X11/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2864: checking build system type
configure:2878: result: x86_64-apple-darwin12.3.0
configure:2898: checking host system type
configure:2911: result: x86_64-apple-darwin12.3.0
configure:3020: checking for --enable-universalsdk
configure:3067: result: no
configure:3089: checking for --with-universal-archs
configure:3101: result: 32-bit
configure:3251: checking MACHDEP
configure:3442: result: darwin
configure:3463: checking for --without-gcc
configure:3486: result: no
configure:3533: Detected llvm-gcc, falling back to clang
configure:3610: checking for gcc
configure:3637: result: /usr/bin/clang
configure:3866: checking for C compiler version
configure:3875: /usr/bin/clang --version >&5
Apple clang version 4.0 (tags/Apple/clang-421.0.60) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.3.0
Thread model: posix
configure:3886: $? = 0
configure:3875: /usr/bin/clang -v >&5
Apple clang version 4.0 (tags/Apple/clang-421.0.60) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.3.0
Thread model: posix
configure:3886: $? = 0
configure:3875: /usr/bin/clang -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:3886: $? = 1
configure:3875: /usr/bin/clang -qversion >&5
clang: error: no input files
configure:3886: $? = 1
configure:3906: checking whether the C compiler works
configure:3928: /usr/bin/clang conftest.c >&5
configure:3932: $? = 0
configure:3980: result: yes
configure:3983: checking for C compiler default output file name
configure:3985: result: a.out
configure:3991: checking for suffix of executables
configure:3998: /usr/bin/clang -o conftest conftest.c >&5
configure:4002: $? = 0
configure:4024: result:
configure:4046: checking whether we are cross compiling
configure:4054: /usr/bin/clang -o conftest conftest.c >&5
configure:4058: $? = 0
configure:4065: ./conftest
configure:4069: $? = 0
configure:4084: result: no
configure:4089: checking for suffix of object files
configure:4111: /usr/bin/clang -c conftest.c >&5
configure:4115: $? = 0
configure:4136: result: o
configure:4140: checking whether we are using the GNU C compiler
configure:4159: /usr/bin/clang -c conftest.c >&5
configure:4159: $? = 0
configure:4168: result: yes
configure:4177: checking whether /usr/bin/clang accepts -g
configure:4197: /usr/bin/clang -c -g conftest.c >&5
configure:4197: $? = 0
configure:4238: result: yes
configure:4255: checking for /usr/bin/clang option to accept ISO C89
configure:4318: /usr/bin/clang -c conftest.c >&5
configure:4318: $? = 0
configure:4331: result: none needed
configure:4354: checking for --with-cxx-main=<compiler>
configure:4380: result: no
configure:4809: checking for -Wl,--no-as-needed
configure:4825: /usr/bin/clang -o conftest -Wl,--no-as-needed conftest.c >&5
ld: unknown option: --no-as-needed
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:4825: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:4831: result: no
configure:4846: checking how to run the C preprocessor
configure:4877: /usr/bin/clang -E conftest.c
configure:4877: $? = 0
configure:4891: /usr/bin/clang -E conftest.c
conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:4891: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4916: result: /usr/bin/clang -E
configure:4936: /usr/bin/clang -E conftest.c
configure:4936: $? = 0
configure:4950: /usr/bin/clang -E conftest.c
conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:4950: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4979: checking for grep that handles long lines and -e
configure:5037: result: /usr/bin/grep
configure:5042: checking for egrep
configure:5104: result: /usr/bin/grep -E
configure:5109: checking for ANSI C header files
configure:5129: /usr/bin/clang -c conftest.c >&5
configure:5129: $? = 0
configure:5202: /usr/bin/clang -o conftest conftest.c >&5
configure:5202: $? = 0
configure:5202: ./conftest
configure:5202: $? = 0
configure:5213: result: yes
configure:5226: checking for sys/types.h
configure:5226: /usr/bin/clang -c conftest.c >&5
configure:5226: $? = 0
configure:5226: result: yes
configure:5226: checking for sys/stat.h
configure:5226: /usr/bin/clang -c conftest.c >&5
configure:5226: $? = 0
configure:5226: result: yes
configure:5226: checking for stdlib.h
configure:5226: /usr/bin/clang -c conftest.c >&5
configure:5226: $? = 0
configure:5226: result: yes
configure:5226: checking for string.h
configure:5226: /usr/bin/clang -c conftest.c >&5
configure:5226: $? = 0
configure:5226: result: yes
configure:5226: checking for memory.h
configure:5226: /usr/bin/clang -c conftest.c >&5
configure:5226: $? = 0
configure:5226: result: yes
configure:5226: checking for strings.h
configure:5226: /usr/bin/clang -c conftest.c >&5
configure:5226: $? = 0
configure:5226: result: yes
configure:5226: checking for inttypes.h
configure:5226: /usr/bin/clang -c conftest.c >&5
configure:5226: $? = 0
configure:5226: result: yes
configure:5226: checking for stdint.h
configure:5226: /usr/bin/clang -c conftest.c >&5
configure:5226: $? = 0
configure:5226: result: yes
configure:5226: checking for unistd.h
configure:5226: /usr/bin/clang -c conftest.c >&5
configure:5226: $? = 0
configure:5226: result: yes
configure:5239: checking minix/config.h usability
configure:5239: /usr/bin/clang -c conftest.c >&5
conftest.c:51:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
^
1 error generated.
configure:5239: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:5239: result: no
configure:5239: checking minix/config.h presence
configure:5239: /usr/bin/clang -E conftest.c
conftest.c:18:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
^
1 error generated.
configure:5239: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <minix/config.h>
configure:5239: result: no
configure:5239: checking for minix/config.h
configure:5239: result: no
configure:5260: checking whether it is safe to define __EXTENSIONS__
configure:5278: /usr/bin/clang -c conftest.c >&5
configure:5278: $? = 0
configure:5285: result: yes
configure:5309: checking for --with-suffix
configure:5322: result:
configure:5328: checking for case-insensitive build directory
configure:5336: result: yes
configure:5365: checking LIBRARY
configure:5371: result: libpython$(VERSION)$(ABIFLAGS).a
configure:5413: checking LINKCC
configure:5432: result: $(PURIFY) $(MAINCC)
configure:5441: checking for GNU ld
configure:5453: result: no
configure:5456: checking for inline
configure:5472: /usr/bin/clang -c conftest.c >&5
configure:5472: $? = 0
configure:5480: result: inline
configure:5506: checking for --enable-shared
configure:5523: result: no
configure:5526: checking for --enable-profiling
configure:5551: result: no
configure:5559: checking LDLIBRARY
configure:5648: result: libpython$(VERSION)$(ABIFLAGS).a
configure:5694: checking for ranlib
configure:5710: found /usr/bin/ranlib
configure:5721: result: ranlib
configure:5793: checking for ar
configure:5809: found /usr/bin/ar
configure:5820: result: ar
configure:5901: checking for readelf
configure:5931: result: no
configure:5966: checking for python3.3
configure:5982: found /usr/local/bin/python3.3
configure:5993: result: python3.3
configure:6034: checking for a BSD-compatible install
configure:6102: result: /usr/bin/install -c
configure:6113: checking for a thread-safe mkdir -p
configure:6152: result: ./install-sh -c -d
configure:6170: checking for --with-pydebug
configure:6189: result: no
configure:6267: checking whether /usr/bin/clang accepts and needs -fno-strict-aliasing
configure:6288: /usr/bin/clang -fno-strict-aliasing -c conftest.c >&5
configure:6288: $? = 0
configure:6305: /usr/bin/clang -fstrict-aliasing -c -Werror -Wstrict-aliasing conftest.c >&5
configure:6305: $? = 0
configure:6326: result: no
configure:6333: checking if we can turn off /usr/bin/clang unused result warning
configure:6354: /usr/bin/clang -Wunused-result -Werror -c conftest.c >&5
configure:6354: $? = 0
configure:6368: result: yes
configure:6525: checking whether gcc supports ParseTuple __format__
configure:6542: /usr/bin/clang -c -Werror -Wformat conftest.c >&5
conftest.c:25:35: error: 'format' attribute argument not supported: PyArg_ParseTuple [-Werror]
void f(char*,...)__attribute((format(PyArg_ParseTuple, 1, 2)));
^
1 error generated.
configure:6542: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| /* end confdefs.h. */
|
| void f(char*,...)__attribute((format(PyArg_ParseTuple, 1, 2)));
| int
| main ()
| {
|
| ;
| return 0;
| }
|
configure:6552: result: no
configure:6565: checking whether pthreads are available without options
configure:6590: /usr/bin/clang -o conftest conftest.c >&5
configure:6590: $? = 0
configure:6590: ./conftest
configure:6590: $? = 0
configure:6606: result: yes
configure:6767: checking whether /usr/bin/clang++ also accepts flags for thread support
configure:6798: result: no
configure:6805: checking for ANSI C header files
configure:6909: result: yes
configure:6934: checking asm/types.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
conftest.c:58:10: fatal error: 'asm/types.h' file not found
#include <asm/types.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <asm/types.h>
configure:6934: result: no
configure:6934: checking asm/types.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
conftest.c:25:10: fatal error: 'asm/types.h' file not found
#include <asm/types.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| /* end confdefs.h. */
| #include <asm/types.h>
configure:6934: result: no
configure:6934: checking for asm/types.h
configure:6934: result: no
configure:6934: checking conio.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
conftest.c:58:10: fatal error: 'conio.h' file not found
#include <conio.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <conio.h>
configure:6934: result: no
configure:6934: checking conio.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
conftest.c:25:10: fatal error: 'conio.h' file not found
#include <conio.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| /* end confdefs.h. */
| #include <conio.h>
configure:6934: result: no
configure:6934: checking for conio.h
configure:6934: result: no
configure:6934: checking curses.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking curses.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for curses.h
configure:6934: result: yes
configure:6934: checking direct.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
conftest.c:59:10: fatal error: 'direct.h' file not found
#include <direct.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <direct.h>
configure:6934: result: no
configure:6934: checking direct.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
conftest.c:26:10: fatal error: 'direct.h' file not found
#include <direct.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| /* end confdefs.h. */
| #include <direct.h>
configure:6934: result: no
configure:6934: checking for direct.h
configure:6934: result: no
configure:6934: checking dlfcn.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking dlfcn.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for dlfcn.h
configure:6934: result: yes
configure:6934: checking errno.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking errno.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for errno.h
configure:6934: result: yes
configure:6934: checking fcntl.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking fcntl.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for fcntl.h
configure:6934: result: yes
configure:6934: checking grp.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking grp.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for grp.h
configure:6934: result: yes
configure:6934: checking ieeefp.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
conftest.c:63:10: fatal error: 'ieeefp.h' file not found
#include <ieeefp.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ieeefp.h>
configure:6934: result: no
configure:6934: checking ieeefp.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
conftest.c:30:10: fatal error: 'ieeefp.h' file not found
#include <ieeefp.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_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 <ieeefp.h>
configure:6934: result: no
configure:6934: checking for ieeefp.h
configure:6934: result: no
configure:6934: checking io.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
conftest.c:63:10: fatal error: 'io.h' file not found
#include <io.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <io.h>
configure:6934: result: no
configure:6934: checking io.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
conftest.c:30:10: fatal error: 'io.h' file not found
#include <io.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_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 <io.h>
configure:6934: result: no
configure:6934: checking for io.h
configure:6934: result: no
configure:6934: checking langinfo.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking langinfo.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for langinfo.h
configure:6934: result: yes
configure:6934: checking libintl.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
conftest.c:64:10: fatal error: 'libintl.h' file not found
#include <libintl.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libintl.h>
configure:6934: result: no
configure:6934: checking libintl.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
conftest.c:31:10: fatal error: 'libintl.h' file not found
#include <libintl.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| /* end confdefs.h. */
| #include <libintl.h>
configure:6934: result: no
configure:6934: checking for libintl.h
configure:6934: result: no
configure:6934: checking ncurses.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking ncurses.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for ncurses.h
configure:6934: result: yes
configure:6934: checking process.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
conftest.c:65:10: fatal error: 'process.h' file not found
#include <process.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <process.h>
configure:6934: result: no
configure:6934: checking process.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
conftest.c:32:10: fatal error: 'process.h' file not found
#include <process.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| /* end confdefs.h. */
| #include <process.h>
configure:6934: result: no
configure:6934: checking for process.h
configure:6934: result: no
configure:6934: checking pthread.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking pthread.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for pthread.h
configure:6934: result: yes
configure:6934: checking sched.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking sched.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for sched.h
configure:6934: result: yes
configure:6934: checking shadow.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
conftest.c:67:10: fatal error: 'shadow.h' file not found
#include <shadow.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <shadow.h>
configure:6934: result: no
configure:6934: checking shadow.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
conftest.c:34:10: fatal error: 'shadow.h' file not found
#include <shadow.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| /* end confdefs.h. */
| #include <shadow.h>
configure:6934: result: no
configure:6934: checking for shadow.h
configure:6934: result: no
configure:6934: checking signal.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking signal.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for signal.h
configure:6934: result: yes
configure:6934: checking for stdint.h
configure:6934: result: yes
configure:6934: checking stropts.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
conftest.c:69:10: fatal error: 'stropts.h' file not found
#include <stropts.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <stropts.h>
configure:6934: result: no
configure:6934: checking stropts.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
conftest.c:36:10: fatal error: 'stropts.h' file not found
#include <stropts.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
| #include <stropts.h>
configure:6934: result: no
configure:6934: checking for stropts.h
configure:6934: result: no
configure:6934: checking termios.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking termios.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for termios.h
configure:6934: result: yes
configure:6934: checking for unistd.h
configure:6934: result: yes
configure:6934: checking utime.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking utime.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for utime.h
configure:6934: result: yes
configure:6934: checking poll.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking poll.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for poll.h
configure:6934: result: yes
configure:6934: checking sys/devpoll.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
conftest.c:73:10: fatal error: 'sys/devpoll.h' file not found
#include <sys/devpoll.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/devpoll.h>
configure:6934: result: no
configure:6934: checking sys/devpoll.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
conftest.c:40:10: fatal error: 'sys/devpoll.h' file not found
#include <sys/devpoll.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| /* end confdefs.h. */
| #include <sys/devpoll.h>
configure:6934: result: no
configure:6934: checking for sys/devpoll.h
configure:6934: result: no
configure:6934: checking sys/epoll.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
conftest.c:73:10: fatal error: 'sys/epoll.h' file not found
#include <sys/epoll.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/epoll.h>
configure:6934: result: no
configure:6934: checking sys/epoll.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
conftest.c:40:10: fatal error: 'sys/epoll.h' file not found
#include <sys/epoll.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| /* end confdefs.h. */
| #include <sys/epoll.h>
configure:6934: result: no
configure:6934: checking for sys/epoll.h
configure:6934: result: no
configure:6934: checking sys/poll.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking sys/poll.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for sys/poll.h
configure:6934: result: yes
configure:6934: checking sys/audioio.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
conftest.c:74:10: fatal error: 'sys/audioio.h' file not found
#include <sys/audioio.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/audioio.h>
configure:6934: result: no
configure:6934: checking sys/audioio.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
conftest.c:41:10: fatal error: 'sys/audioio.h' file not found
#include <sys/audioio.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| /* end confdefs.h. */
| #include <sys/audioio.h>
configure:6934: result: no
configure:6934: checking for sys/audioio.h
configure:6934: result: no
configure:6934: checking sys/xattr.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking sys/xattr.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for sys/xattr.h
configure:6934: result: yes
configure:6934: checking sys/bsdtty.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
conftest.c:75:10: fatal error: 'sys/bsdtty.h' file not found
#include <sys/bsdtty.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/bsdtty.h>
configure:6934: result: no
configure:6934: checking sys/bsdtty.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
conftest.c:42:10: fatal error: 'sys/bsdtty.h' file not found
#include <sys/bsdtty.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| /* end confdefs.h. */
| #include <sys/bsdtty.h>
configure:6934: result: no
configure:6934: checking for sys/bsdtty.h
configure:6934: result: no
configure:6934: checking sys/event.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking sys/event.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for sys/event.h
configure:6934: result: yes
configure:6934: checking sys/file.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking sys/file.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for sys/file.h
configure:6934: result: yes
configure:6934: checking sys/ioctl.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking sys/ioctl.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for sys/ioctl.h
configure:6934: result: yes
configure:6934: checking sys/kern_control.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking sys/kern_control.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for sys/kern_control.h
configure:6934: result: yes
configure:6934: checking sys/loadavg.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
conftest.c:79:10: fatal error: 'sys/loadavg.h' file not found
#include <sys/loadavg.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/loadavg.h>
configure:6934: result: no
configure:6934: checking sys/loadavg.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
conftest.c:46:10: fatal error: 'sys/loadavg.h' file not found
#include <sys/loadavg.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| /* end confdefs.h. */
| #include <sys/loadavg.h>
configure:6934: result: no
configure:6934: checking for sys/loadavg.h
configure:6934: result: no
configure:6934: checking sys/lock.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking sys/lock.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for sys/lock.h
configure:6934: result: yes
configure:6934: checking sys/mkdev.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
conftest.c:80:10: fatal error: 'sys/mkdev.h' file not found
#include <sys/mkdev.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/mkdev.h>
configure:6934: result: no
configure:6934: checking sys/mkdev.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
conftest.c:47:10: fatal error: 'sys/mkdev.h' file not found
#include <sys/mkdev.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| /* end confdefs.h. */
| #include <sys/mkdev.h>
configure:6934: result: no
configure:6934: checking for sys/mkdev.h
configure:6934: result: no
configure:6934: checking sys/modem.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
conftest.c:80:10: fatal error: 'sys/modem.h' file not found
#include <sys/modem.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/modem.h>
configure:6934: result: no
configure:6934: checking sys/modem.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
conftest.c:47:10: fatal error: 'sys/modem.h' file not found
#include <sys/modem.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| /* end confdefs.h. */
| #include <sys/modem.h>
configure:6934: result: no
configure:6934: checking for sys/modem.h
configure:6934: result: no
configure:6934: checking sys/param.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking sys/param.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for sys/param.h
configure:6934: result: yes
configure:6934: checking sys/select.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking sys/select.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for sys/select.h
configure:6934: result: yes
configure:6934: checking sys/sendfile.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
conftest.c:82:10: fatal error: 'sys/sendfile.h' file not found
#include <sys/sendfile.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/sendfile.h>
configure:6934: result: no
configure:6934: checking sys/sendfile.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
conftest.c:49:10: fatal error: 'sys/sendfile.h' file not found
#include <sys/sendfile.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h. */
| #include <sys/sendfile.h>
configure:6934: result: no
configure:6934: checking for sys/sendfile.h
configure:6934: result: no
configure:6934: checking sys/socket.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking sys/socket.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for sys/socket.h
configure:6934: result: yes
configure:6934: checking sys/statvfs.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking sys/statvfs.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for sys/statvfs.h
configure:6934: result: yes
configure:6934: checking for sys/stat.h
configure:6934: result: yes
configure:6934: checking sys/syscall.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking sys/syscall.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for sys/syscall.h
configure:6934: result: yes
configure:6934: checking sys/sys_domain.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking sys/sys_domain.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for sys/sys_domain.h
configure:6934: result: yes
configure:6934: checking sys/termio.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
conftest.c:87:10: fatal error: 'sys/termio.h' file not found
#include <sys/termio.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/termio.h>
configure:6934: result: no
configure:6934: checking sys/termio.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
conftest.c:54:10: fatal error: 'sys/termio.h' file not found
#include <sys/termio.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| /* end confdefs.h. */
| #include <sys/termio.h>
configure:6934: result: no
configure:6934: checking for sys/termio.h
configure:6934: result: no
configure:6934: checking sys/time.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking sys/time.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for sys/time.h
configure:6934: result: yes
configure:6934: checking sys/times.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking sys/times.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for sys/times.h
configure:6934: result: yes
configure:6934: checking for sys/types.h
configure:6934: result: yes
configure:6934: checking sys/uio.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking sys/uio.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for sys/uio.h
configure:6934: result: yes
configure:6934: checking sys/un.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking sys/un.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for sys/un.h
configure:6934: result: yes
configure:6934: checking sys/utsname.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking sys/utsname.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for sys/utsname.h
configure:6934: result: yes
configure:6934: checking sys/wait.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking sys/wait.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for sys/wait.h
configure:6934: result: yes
configure:6934: checking pty.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
conftest.c:94:10: fatal error: 'pty.h' file not found
#include <pty.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <pty.h>
configure:6934: result: no
configure:6934: checking pty.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
conftest.c:61:10: fatal error: 'pty.h' file not found
#include <pty.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h. */
| #include <pty.h>
configure:6934: result: no
configure:6934: checking for pty.h
configure:6934: result: no
configure:6934: checking libutil.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
conftest.c:94:10: fatal error: 'libutil.h' file not found
#include <libutil.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libutil.h>
configure:6934: result: no
configure:6934: checking libutil.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
conftest.c:61:10: fatal error: 'libutil.h' file not found
#include <libutil.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h. */
| #include <libutil.h>
configure:6934: result: no
configure:6934: checking for libutil.h
configure:6934: result: no
configure:6934: checking sys/resource.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking sys/resource.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for sys/resource.h
configure:6934: result: yes
configure:6934: checking netpacket/packet.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
conftest.c:95:10: fatal error: 'netpacket/packet.h' file not found
#include <netpacket/packet.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <netpacket/packet.h>
configure:6934: result: no
configure:6934: checking netpacket/packet.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
conftest.c:62:10: fatal error: 'netpacket/packet.h' file not found
#include <netpacket/packet.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| /* end confdefs.h. */
| #include <netpacket/packet.h>
configure:6934: result: no
configure:6934: checking for netpacket/packet.h
configure:6934: result: no
configure:6934: checking sysexits.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking sysexits.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for sysexits.h
configure:6934: result: yes
configure:6934: checking bluetooth.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
conftest.c:96:10: fatal error: 'bluetooth.h' file not found
#include <bluetooth.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <bluetooth.h>
configure:6934: result: no
configure:6934: checking bluetooth.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
conftest.c:63:10: fatal error: 'bluetooth.h' file not found
#include <bluetooth.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| /* end confdefs.h. */
| #include <bluetooth.h>
configure:6934: result: no
configure:6934: checking for bluetooth.h
configure:6934: result: no
configure:6934: checking bluetooth/bluetooth.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
conftest.c:96:10: fatal error: 'bluetooth/bluetooth.h' file not found
#include <bluetooth/bluetooth.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <bluetooth/bluetooth.h>
configure:6934: result: no
configure:6934: checking bluetooth/bluetooth.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
conftest.c:63:10: fatal error: 'bluetooth/bluetooth.h' file not found
#include <bluetooth/bluetooth.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| /* end confdefs.h. */
| #include <bluetooth/bluetooth.h>
configure:6934: result: no
configure:6934: checking for bluetooth/bluetooth.h
configure:6934: result: no
configure:6934: checking linux/tipc.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
conftest.c:96:10: fatal error: 'linux/tipc.h' file not found
#include <linux/tipc.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/tipc.h>
configure:6934: result: no
configure:6934: checking linux/tipc.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
conftest.c:63:10: fatal error: 'linux/tipc.h' file not found
#include <linux/tipc.h>
^
1 error generated.
configure:6934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| /* end confdefs.h. */
| #include <linux/tipc.h>
configure:6934: result: no
configure:6934: checking for linux/tipc.h
configure:6934: result: no
configure:6934: checking spawn.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking spawn.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for spawn.h
configure:6934: result: yes
configure:6934: checking util.h usability
configure:6934: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking util.h presence
configure:6934: /usr/bin/clang -E -I/usr/include/ncursesw conftest.c
configure:6934: $? = 0
configure:6934: result: yes
configure:6934: checking for util.h
configure:6934: result: yes
configure:6948: checking for dirent.h that defines DIR
configure:6967: /usr/bin/clang -c conftest.c >&5
configure:6967: $? = 0
configure:6975: result: yes
configure:6988: checking for library containing opendir
configure:7019: /usr/bin/clang -o conftest conftest.c >&5
configure:7019: $? = 0
configure:7036: result: none required
configure:7103: checking whether sys/types.h defines makedev
configure:7119: /usr/bin/clang -o conftest conftest.c >&5
configure:7119: $? = 0
configure:7128: result: yes
configure:7157: checking for net/if.h
configure:7157: /usr/bin/clang -c conftest.c >&5
configure:7157: $? = 0
configure:7157: result: yes
configure:7185: checking for term.h
configure:7185: /usr/bin/clang -c conftest.c >&5
configure:7185: $? = 0
configure:7185: result: yes
configure:7204: checking for linux/netlink.h
configure:7204: /usr/bin/clang -c conftest.c >&5
conftest.c:77:10: fatal error: 'linux/netlink.h' file not found
#include <linux/netlink.h>
^
1 error generated.
configure:7204: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| /* end confdefs.h. */
|
| #ifdef HAVE_ASM_TYPES_H
| #include <asm/types.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
|
|
| #include <linux/netlink.h>
configure:7204: result: no
configure:7227: checking for linux/can.h
configure:7227: /usr/bin/clang -c conftest.c >&5
conftest.c:74:10: fatal error: 'linux/can.h' file not found
#include <linux/can.h>
^
1 error generated.
configure:7227: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| /* end confdefs.h. */
|
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
|
|
| #include <linux/can.h>
configure:7227: result: no
configure:7227: checking for linux/can/raw.h
configure:7227: /usr/bin/clang -c conftest.c >&5
conftest.c:74:10: fatal error: 'linux/can/raw.h' file not found
#include <linux/can/raw.h>
^
1 error generated.
configure:7227: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| /* end confdefs.h. */
|
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
|
|
| #include <linux/can/raw.h>
configure:7227: result: no
configure:7245: checking for clock_t in time.h
configure:7264: result: yes
configure:7267: checking for makedev
configure:7290: /usr/bin/clang -o conftest conftest.c >&5
configure:7290: $? = 0
configure:7297: result: yes
configure:7313: checking Solaris LFS bug
configure:7330: /usr/bin/clang -c conftest.c >&5
configure:7330: $? = 0
configure:7336: result: no
configure:7368: checking for mode_t
configure:7368: /usr/bin/clang -c conftest.c >&5
configure:7368: $? = 0
configure:7368: /usr/bin/clang -c conftest.c >&5
conftest.c:110:21: error: expected expression
if (sizeof ((mode_t)))
^
1 error generated.
configure:7368: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((mode_t)))
| return 0;
| ;
| return 0;
| }
configure:7368: result: yes
configure:7379: checking for off_t
configure:7379: /usr/bin/clang -c conftest.c >&5
configure:7379: $? = 0
configure:7379: /usr/bin/clang -c conftest.c >&5
conftest.c:110:20: error: expected expression
if (sizeof ((off_t)))
^
1 error generated.
configure:7379: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((off_t)))
| return 0;
| ;
| return 0;
| }
configure:7379: result: yes
configure:7390: checking for pid_t
configure:7390: /usr/bin/clang -c conftest.c >&5
configure:7390: $? = 0
configure:7390: /usr/bin/clang -c conftest.c >&5
conftest.c:110:20: error: expected expression
if (sizeof ((pid_t)))
^
1 error generated.
configure:7390: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:7390: result: yes
configure:7406: checking for size_t
configure:7406: /usr/bin/clang -c conftest.c >&5
configure:7406: $? = 0
configure:7406: /usr/bin/clang -c conftest.c >&5
conftest.c:111:21: error: expected expression
if (sizeof ((size_t)))
^
1 error generated.
configure:7406: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:7406: result: yes
configure:7417: checking for uid_t in sys/types.h
configure:7436: result: yes
configure:7455: checking for uint32_t
configure:7455: /usr/bin/clang -c conftest.c >&5
configure:7455: $? = 0
configure:7455: /usr/bin/clang -c conftest.c >&5
conftest.c:111:23: error: expected expression
if (sizeof ((uint32_t)))
^
1 error generated.
configure:7455: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint32_t)))
| return 0;
| ;
| return 0;
| }
configure:7455: result: yes
configure:7462: checking for uint32_t
configure:7462: /usr/bin/clang -c conftest.c >&5
configure:7462: $? = 0
configure:7462: result: yes
configure:7477: checking for uint64_t
configure:7477: /usr/bin/clang -c conftest.c >&5
configure:7477: $? = 0
configure:7477: /usr/bin/clang -c conftest.c >&5
conftest.c:112:23: error: expected expression
if (sizeof ((uint64_t)))
^
1 error generated.
configure:7477: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint64_t)))
| return 0;
| ;
| return 0;
| }
configure:7477: result: yes
configure:7484: checking for uint64_t
configure:7484: /usr/bin/clang -c conftest.c >&5
configure:7484: $? = 0
configure:7484: result: yes
configure:7499: checking for int32_t
configure:7499: /usr/bin/clang -c conftest.c >&5
configure:7499: $? = 0
configure:7499: /usr/bin/clang -c conftest.c >&5
conftest.c:113:22: error: expected expression
if (sizeof ((int32_t)))
^
1 error generated.
configure:7499: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((int32_t)))
| return 0;
| ;
| return 0;
| }
configure:7499: result: yes
configure:7506: checking for int32_t
configure:7506: /usr/bin/clang -c conftest.c >&5
configure:7506: $? = 0
configure:7506: /usr/bin/clang -c conftest.c >&5
conftest.c:115:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:7506: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| enum { N = 32 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
| < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:7506: result: yes
configure:7518: checking for int64_t
configure:7518: /usr/bin/clang -c conftest.c >&5
configure:7518: $? = 0
configure:7518: /usr/bin/clang -c conftest.c >&5
conftest.c:114:22: error: expected expression
if (sizeof ((int64_t)))
^
1 error generated.
configure:7518: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((int64_t)))
| return 0;
| ;
| return 0;
| }
configure:7518: result: yes
configure:7525: checking for int64_t
configure:7525: /usr/bin/clang -c conftest.c >&5
configure:7525: $? = 0
configure:7525: /usr/bin/clang -c conftest.c >&5
conftest.c:116:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:7525: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| enum { N = 64 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
| < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:7525: result: yes
configure:7537: checking for ssize_t
configure:7537: /usr/bin/clang -c conftest.c >&5
configure:7537: $? = 0
configure:7537: /usr/bin/clang -c conftest.c >&5
conftest.c:115:22: error: expected expression
if (sizeof ((ssize_t)))
^
1 error generated.
configure:7537: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((ssize_t)))
| return 0;
| ;
| return 0;
| }
configure:7537: result: yes
configure:7544: checking for __uint128_t
configure:7544: /usr/bin/clang -c conftest.c >&5
configure:7544: $? = 0
configure:7544: /usr/bin/clang -c conftest.c >&5
conftest.c:116:26: error: expected expression
if (sizeof ((__uint128_t)))
^
1 error generated.
configure:7544: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((__uint128_t)))
| return 0;
| ;
| return 0;
| }
configure:7544: result: yes
configure:7558: checking size of int
configure:7563: /usr/bin/clang -o conftest conftest.c >&5
configure:7563: $? = 0
configure:7563: ./conftest
configure:7563: $? = 0
configure:7577: result: 4
configure:7591: checking size of long
configure:7596: /usr/bin/clang -o conftest conftest.c >&5
configure:7596: $? = 0
configure:7596: ./conftest
configure:7596: $? = 0
configure:7610: result: 8
configure:7624: checking size of void *
configure:7629: /usr/bin/clang -o conftest conftest.c >&5
configure:7629: $? = 0
configure:7629: ./conftest
configure:7629: $? = 0
configure:7643: result: 8
configure:7657: checking size of short
configure:7662: /usr/bin/clang -o conftest conftest.c >&5
configure:7662: $? = 0
configure:7662: ./conftest
configure:7662: $? = 0
configure:7676: result: 2
configure:7690: checking size of float
configure:7695: /usr/bin/clang -o conftest conftest.c >&5
configure:7695: $? = 0
configure:7695: ./conftest
configure:7695: $? = 0
configure:7709: result: 4
configure:7723: checking size of double
configure:7728: /usr/bin/clang -o conftest conftest.c >&5
configure:7728: $? = 0
configure:7728: ./conftest
configure:7728: $? = 0
configure:7742: result: 8
configure:7756: checking size of fpos_t
configure:7761: /usr/bin/clang -o conftest conftest.c >&5
configure:7761: $? = 0
configure:7761: ./conftest
configure:7761: $? = 0
configure:7775: result: 8
configure:7789: checking size of size_t
configure:7794: /usr/bin/clang -o conftest conftest.c >&5
configure:7794: $? = 0
configure:7794: ./conftest
configure:7794: $? = 0
configure:7808: result: 8
configure:7822: checking size of pid_t
configure:7827: /usr/bin/clang -o conftest conftest.c >&5
configure:7827: $? = 0
configure:7827: ./conftest
configure:7827: $? = 0
configure:7841: result: 4
configure:7852: checking for long long support
configure:7866: /usr/bin/clang -c conftest.c >&5
configure:7866: $? = 0
configure:7875: result: yes
configure:7882: checking size of long long
configure:7887: /usr/bin/clang -o conftest conftest.c >&5
configure:7887: $? = 0
configure:7887: ./conftest
configure:7887: $? = 0
configure:7901: result: 8
configure:7913: checking for long double support
configure:7927: /usr/bin/clang -c conftest.c >&5
configure:7927: $? = 0
configure:7936: result: yes
configure:7943: checking size of long double
configure:7948: /usr/bin/clang -o conftest conftest.c >&5
configure:7948: $? = 0
configure:7948: ./conftest
configure:7948: $? = 0
configure:7962: result: 16
configure:7975: checking for _Bool support
configure:7989: /usr/bin/clang -c conftest.c >&5
configure:7989: $? = 0
configure:7998: result: yes
configure:8005: checking size of _Bool
configure:8010: /usr/bin/clang -o conftest conftest.c >&5
configure:8010: $? = 0
configure:8010: ./conftest
configure:8010: $? = 0
configure:8024: result: 1
configure:8036: checking for uintptr_t
configure:8036: /usr/bin/clang -c conftest.c >&5
configure:8036: $? = 0
configure:8036: /usr/bin/clang -c conftest.c >&5
conftest.c:106:24: error: expected expression
if (sizeof ((uintptr_t)))
^
1 error generated.
configure:8036: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| /* end confdefs.h. */
| #ifdef HAVE_STDINT_H
| #include <stdint.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| #include <inttypes.h>
| #endif
|
| int
| main ()
| {
| if (sizeof ((uintptr_t)))
| return 0;
| ;
| return 0;
| }
configure:8036: result: yes
configure:8053: checking size of uintptr_t
configure:8058: /usr/bin/clang -o conftest conftest.c >&5
configure:8058: $? = 0
configure:8058: ./conftest
configure:8058: $? = 0
configure:8072: result: 8
configure:8089: checking size of off_t
configure:8094: /usr/bin/clang -o conftest conftest.c >&5
configure:8094: $? = 0
configure:8094: ./conftest
configure:8094: $? = 0
configure:8113: result: 8
configure:8124: checking whether to enable large file support
configure:8136: result: no
configure:8148: checking size of time_t
configure:8153: /usr/bin/clang -o conftest conftest.c >&5
configure:8153: $? = 0
configure:8153: ./conftest
configure:8153: $? = 0
configure:8175: result: 8
configure:8196: checking for pthread_t
configure:8212: /usr/bin/clang -c conftest.c >&5
conftest.c:105:18: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
pthread_t x; x = *(pthread_t*)0;
^~~~~~~~~~~~~~
conftest.c:105:18: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
1 warning generated.
configure:8212: $? = 0
configure:8216: result: yes
configure:8223: checking size of pthread_t
configure:8228: /usr/bin/clang -o conftest conftest.c >&5
configure:8228: $? = 0
configure:8228: ./conftest
configure:8228: $? = 0
configure:8247: result: 8
configure:8308: /usr/bin/clang -o conftest conftest.c >&5
configure:8308: $? = 0
configure:8308: ./conftest
configure:8308: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| /* end confdefs.h. */
|
| #include <unistd.h>
| int main(int argc, char*argv[])
| {
| if (sizeof(long) == 4) {
| return 0;
| } else {
| return 1;
| }
| }
|
configure:8351: checking for --enable-framework
configure:8368: result: no
configure:8372: checking for dyld
configure:8379: result: always on for Darwin
configure:8398: checking the extension of shared libraries
configure:8412: result: .so
configure:8419: checking LDSHARED
configure:8550: result: $(CC) -bundle -undefined dynamic_lookup
configure:8556: checking CCSHARED
configure:8590: result:
configure:8594: checking LINKFORSHARED
configure:8642: result: -framework CoreFoundation
configure:8647: checking CFLAGSFORSHARED
configure:8660: result:
configure:8672: checking SHLIBS
configure:8678: result: $(LIBS)
configure:8683: checking for sendfile in -lsendfile
configure:8708: /usr/bin/clang -o conftest conftest.c -lsendfile >&5
ld: library not found for -lsendfile
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:8708: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 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 sendfile ();
| int
| main ()
| {
| return sendfile ();
| ;
| return 0;
| }
configure:8717: result: no
configure:8728: checking for dlopen in -ldl
configure:8753: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:8753: $? = 0
configure:8762: result: yes
configure:8773: checking for shl_load in -ldld
configure:8798: /usr/bin/clang -o conftest conftest.c -ldld -ldl >&5
ld: library not found for -ldld
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:8798: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 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 shl_load ();
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:8807: result: no
configure:8821: checking for library containing sem_init
configure:8852: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:8852: $? = 0
configure:8869: result: none required
configure:8882: checking for textdomain in -lintl
configure:8907: /usr/bin/clang -o conftest conftest.c -lintl -ldl >&5
ld: library not found for -lintl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:8907: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 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 textdomain ();
| int
| main ()
| {
| return textdomain ();
| ;
| return 0;
| }
configure:8916: result: no
configure:8963: checking for t_open in -lnsl
configure:8988: /usr/bin/clang -o conftest conftest.c -lnsl -ldl >&5
ld: library not found for -lnsl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:8988: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 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 t_open ();
| int
| main ()
| {
| return t_open ();
| ;
| return 0;
| }
configure:8997: result: no
configure:9003: checking for socket in -lsocket
configure:9028: /usr/bin/clang -o conftest conftest.c -lsocket -ldl -ldl >&5
ld: library not found for -lsocket
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:9028: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char socket ();
| int
| main ()
| {
| return socket ();
| ;
| return 0;
| }
configure:9037: result: no
configure:9044: checking for --with-libs
configure:9055: result: no
configure:9106: checking for pkg-config
configure:9124: found /usr/local/bin/pkg-config
configure:9136: result: /usr/local/bin/pkg-config
configure:9160: checking for --with-system-expat
configure:9171: result: no
configure:9175: checking for --with-system-ffi
configure:9193: result: no
configure:9197: checking for --with-system-libmpdec
configure:9208: result: no
configure:9212: checking for --enable-loadable-sqlite-extensions
configure:9222: result: no
configure:9226: checking for --with-dbmliborder
configure:9245: result:
configure:9251: checking for --with-signal-module
configure:9263: result: yes
configure:9285: checking for --with-threads
configure:9305: result: yes
configure:9736: checking if PTHREAD_SCOPE_SYSTEM is supported
configure:9761: /usr/bin/clang -o conftest conftest.c -ldl >&5
conftest.c:111:7: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^~~~
conftest.c:114:39: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
if (pthread_attr_init(&attr)) exit(-1);
^
conftest.c:114:39: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
2 warnings generated.
configure:9761: $? = 0
configure:9761: ./conftest
configure:9761: $? = 0
configure:9773: result: yes
configure:9782: checking for pthread_sigmask
configure:9782: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:9782: $? = 0
configure:9782: result: yes
configure:9802: checking if --enable-ipv6 is specified
configure:9834: /usr/bin/clang -c conftest.c >&5
configure:9834: $? = 0
configure:9836: result: yes
configure:9850: checking if RFC2553 API is available
configure:9867: /usr/bin/clang -c conftest.c >&5
conftest.c:114:10: warning: expression result unused [-Wunused-value]
x.sin6_scope_id;
~ ^~~~~~~~~~~~~
1 warning generated.
configure:9867: $? = 0
configure:9869: result: yes
configure:9896: checking ipv6 stack type
configure:10029: result: kame
configure:10049: checking for OSX 10.5 SDK or later
configure:10064: /usr/bin/clang -c conftest.c >&5
configure:10064: $? = 0
configure:10069: result: yes
configure:10081: checking for --with-doc-strings
configure:10099: result: yes
configure:10103: checking for --with-tsc
configure:10120: result: no
configure:10126: checking for --with-pymalloc
configure:10146: result: yes
configure:10150: checking for --with-valgrind
configure:10160: result: no
configure:10185: checking for dlopen
configure:10185: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10185: $? = 0
configure:10185: result: yes
configure:10198: checking DYNLOADFILE
configure:10222: result: dynload_shlib.o
configure:10234: checking MACHDEP_OBJS
configure:10243: result: none
configure:10275: checking for alarm
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for accept4
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_accept4", referenced from:
_main in conftest-5bnruM.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| /* end confdefs.h. */
| /* Define accept4 to an innocuous variant, in case <limits.h> declares accept4.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define accept4 innocuous_accept4
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char accept4 (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef accept4
|
| /* 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 accept4 ();
| /* 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_accept4 || defined __stub___accept4
| choke me
| #endif
|
| int
| main ()
| {
| return accept4 ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for setitimer
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for getitimer
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for bind_textdomain_codeset
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_bind_textdomain_codeset", referenced from:
_main in conftest-cah2k5.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| /* end confdefs.h. */
| /* Define bind_textdomain_codeset to an innocuous variant, in case <limits.h> declares bind_textdomain_codeset.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define bind_textdomain_codeset innocuous_bind_textdomain_codeset
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char bind_textdomain_codeset (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef bind_textdomain_codeset
|
| /* 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 bind_textdomain_codeset ();
| /* 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_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset
| choke me
| #endif
|
| int
| main ()
| {
| return bind_textdomain_codeset ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for chown
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for clock
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for confstr
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for ctermid
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for execv
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for faccessat
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_faccessat", referenced from:
_main in conftest-tyFUKp.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| /* end confdefs.h. */
| /* Define faccessat to an innocuous variant, in case <limits.h> declares faccessat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define faccessat innocuous_faccessat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char faccessat (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef faccessat
|
| /* 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 faccessat ();
| /* 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_faccessat || defined __stub___faccessat
| choke me
| #endif
|
| int
| main ()
| {
| return faccessat ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for fchmod
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for fchmodat
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_fchmodat", referenced from:
_main in conftest-fa3EYv.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| /* end confdefs.h. */
| /* Define fchmodat to an innocuous variant, in case <limits.h> declares fchmodat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fchmodat innocuous_fchmodat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fchmodat (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef fchmodat
|
| /* 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 fchmodat ();
| /* 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_fchmodat || defined __stub___fchmodat
| choke me
| #endif
|
| int
| main ()
| {
| return fchmodat ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for fchown
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for fchownat
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_fchownat", referenced from:
_main in conftest-3Q5wNs.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| /* end confdefs.h. */
| /* Define fchownat to an innocuous variant, in case <limits.h> declares fchownat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fchownat innocuous_fchownat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fchownat (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef fchownat
|
| /* 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 fchownat ();
| /* 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_fchownat || defined __stub___fchownat
| choke me
| #endif
|
| int
| main ()
| {
| return fchownat ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for fexecve
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_fexecve", referenced from:
_main in conftest-mrGIUd.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| /* end confdefs.h. */
| /* Define fexecve to an innocuous variant, in case <limits.h> declares fexecve.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fexecve innocuous_fexecve
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fexecve (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef fexecve
|
| /* 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 fexecve ();
| /* 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_fexecve || defined __stub___fexecve
| choke me
| #endif
|
| int
| main ()
| {
| return fexecve ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for fdopendir
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_fdopendir", referenced from:
_main in conftest-MshCBr.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| /* end confdefs.h. */
| /* Define fdopendir to an innocuous variant, in case <limits.h> declares fdopendir.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fdopendir innocuous_fdopendir
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fdopendir (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef fdopendir
|
| /* 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 fdopendir ();
| /* 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_fdopendir || defined __stub___fdopendir
| choke me
| #endif
|
| int
| main ()
| {
| return fdopendir ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for fork
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for fpathconf
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for fstatat
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_fstatat", referenced from:
_main in conftest-Z0yGIP.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| /* end confdefs.h. */
| /* Define fstatat to an innocuous variant, in case <limits.h> declares fstatat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fstatat innocuous_fstatat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fstatat (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef fstatat
|
| /* 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 fstatat ();
| /* 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_fstatat || defined __stub___fstatat
| choke me
| #endif
|
| int
| main ()
| {
| return fstatat ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for ftime
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for ftruncate
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for futimesat
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_futimesat", referenced from:
_main in conftest-sokxU1.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| /* end confdefs.h. */
| /* Define futimesat to an innocuous variant, in case <limits.h> declares futimesat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define futimesat innocuous_futimesat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char futimesat (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef futimesat
|
| /* 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 futimesat ();
| /* 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_futimesat || defined __stub___futimesat
| choke me
| #endif
|
| int
| main ()
| {
| return futimesat ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for futimens
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_futimens", referenced from:
_main in conftest-nd3xPi.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| /* end confdefs.h. */
| /* Define futimens to an innocuous variant, in case <limits.h> declares futimens.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define futimens innocuous_futimens
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char futimens (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef futimens
|
| /* 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 futimens ();
| /* 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_futimens || defined __stub___futimens
| choke me
| #endif
|
| int
| main ()
| {
| return futimens ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for futimes
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for gai_strerror
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for getgrouplist
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for getgroups
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for getlogin
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for getloadavg
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for getpeername
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for getpgid
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for getpid
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for getpriority
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for getresuid
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_getresuid", referenced from:
_main in conftest-eUor6v.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| /* end confdefs.h. */
| /* Define getresuid to an innocuous variant, in case <limits.h> declares getresuid.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getresuid innocuous_getresuid
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getresuid (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getresuid
|
| /* 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 getresuid ();
| /* 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_getresuid || defined __stub___getresuid
| choke me
| #endif
|
| int
| main ()
| {
| return getresuid ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for getresgid
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_getresgid", referenced from:
_main in conftest-Oqs26U.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| /* end confdefs.h. */
| /* Define getresgid to an innocuous variant, in case <limits.h> declares getresgid.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getresgid innocuous_getresgid
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getresgid (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getresgid
|
| /* 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 getresgid ();
| /* 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_getresgid || defined __stub___getresgid
| choke me
| #endif
|
| int
| main ()
| {
| return getresgid ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for getpwent
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for getspnam
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_getspnam", referenced from:
_main in conftest-ImKW2T.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| /* end confdefs.h. */
| /* Define getspnam to an innocuous variant, in case <limits.h> declares getspnam.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getspnam innocuous_getspnam
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getspnam (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getspnam
|
| /* 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 getspnam ();
| /* 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_getspnam || defined __stub___getspnam
| choke me
| #endif
|
| int
| main ()
| {
| return getspnam ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for getspent
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_getspent", referenced from:
_main in conftest-Elq1Z1.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| /* end confdefs.h. */
| /* Define getspent to an innocuous variant, in case <limits.h> declares getspent.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getspent innocuous_getspent
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getspent (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getspent
|
| /* 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 getspent ();
| /* 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_getspent || defined __stub___getspent
| choke me
| #endif
|
| int
| main ()
| {
| return getspent ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for getsid
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for getwd
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for if_nameindex
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for initgroups
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for kill
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for killpg
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for lchmod
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for lchown
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for lockf
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for linkat
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_linkat", referenced from:
_main in conftest-cbTeLm.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| /* end confdefs.h. */
| /* Define linkat to an innocuous variant, in case <limits.h> declares linkat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define linkat innocuous_linkat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char linkat (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef linkat
|
| /* 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 linkat ();
| /* 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_linkat || defined __stub___linkat
| choke me
| #endif
|
| int
| main ()
| {
| return linkat ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for lstat
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for lutimes
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for mmap
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for memrchr
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_memrchr", referenced from:
_main in conftest-MIg6tQ.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| /* end confdefs.h. */
| /* Define memrchr to an innocuous variant, in case <limits.h> declares memrchr.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define memrchr innocuous_memrchr
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char memrchr (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef memrchr
|
| /* 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 memrchr ();
| /* 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_memrchr || defined __stub___memrchr
| choke me
| #endif
|
| int
| main ()
| {
| return memrchr ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for mbrtowc
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for mkdirat
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_mkdirat", referenced from:
_main in conftest-8cBH1d.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| /* end confdefs.h. */
| /* Define mkdirat to an innocuous variant, in case <limits.h> declares mkdirat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define mkdirat innocuous_mkdirat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char mkdirat (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef mkdirat
|
| /* 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 mkdirat ();
| /* 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_mkdirat || defined __stub___mkdirat
| choke me
| #endif
|
| int
| main ()
| {
| return mkdirat ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for mkfifo
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for mkfifoat
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_mkfifoat", referenced from:
_main in conftest-stBmjJ.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| /* end confdefs.h. */
| /* Define mkfifoat to an innocuous variant, in case <limits.h> declares mkfifoat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define mkfifoat innocuous_mkfifoat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char mkfifoat (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef mkfifoat
|
| /* 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 mkfifoat ();
| /* 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_mkfifoat || defined __stub___mkfifoat
| choke me
| #endif
|
| int
| main ()
| {
| return mkfifoat ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for mknod
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for mknodat
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_mknodat", referenced from:
_main in conftest-prliQH.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| /* end confdefs.h. */
| /* Define mknodat to an innocuous variant, in case <limits.h> declares mknodat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define mknodat innocuous_mknodat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char mknodat (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef mknodat
|
| /* 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 mknodat ();
| /* 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_mknodat || defined __stub___mknodat
| choke me
| #endif
|
| int
| main ()
| {
| return mknodat ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for mktime
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for mremap
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_mremap", referenced from:
_main in conftest-f5wGsB.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| /* end confdefs.h. */
| /* Define mremap to an innocuous variant, in case <limits.h> declares mremap.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define mremap innocuous_mremap
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char mremap (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef mremap
|
| /* 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 mremap ();
| /* 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_mremap || defined __stub___mremap
| choke me
| #endif
|
| int
| main ()
| {
| return mremap ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for nice
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for openat
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_openat", referenced from:
_main in conftest-KChN3o.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| /* end confdefs.h. */
| /* Define openat to an innocuous variant, in case <limits.h> declares openat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define openat innocuous_openat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char openat (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef openat
|
| /* 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 openat ();
| /* 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_openat || defined __stub___openat
| choke me
| #endif
|
| int
| main ()
| {
| return openat ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for pathconf
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for pause
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for pipe2
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_pipe2", referenced from:
_main in conftest-nsqHLk.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| /* end confdefs.h. */
| /* Define pipe2 to an innocuous variant, in case <limits.h> declares pipe2.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pipe2 innocuous_pipe2
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pipe2 (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef pipe2
|
| /* 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 pipe2 ();
| /* 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_pipe2 || defined __stub___pipe2
| choke me
| #endif
|
| int
| main ()
| {
| return pipe2 ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for plock
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_plock", referenced from:
_main in conftest-GtRgWJ.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| /* end confdefs.h. */
| /* Define plock to an innocuous variant, in case <limits.h> declares plock.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define plock innocuous_plock
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char plock (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef plock
|
| /* 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 plock ();
| /* 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_plock || defined __stub___plock
| choke me
| #endif
|
| int
| main ()
| {
| return plock ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for poll
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for posix_fallocate
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_posix_fallocate", referenced from:
_main in conftest-JtssGG.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| /* end confdefs.h. */
| /* Define posix_fallocate to an innocuous variant, in case <limits.h> declares posix_fallocate.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define posix_fallocate innocuous_posix_fallocate
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char posix_fallocate (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef posix_fallocate
|
| /* 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 posix_fallocate ();
| /* 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_posix_fallocate || defined __stub___posix_fallocate
| choke me
| #endif
|
| int
| main ()
| {
| return posix_fallocate ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for posix_fadvise
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_posix_fadvise", referenced from:
_main in conftest-Lcdzt6.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| /* end confdefs.h. */
| /* Define posix_fadvise to an innocuous variant, in case <limits.h> declares posix_fadvise.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define posix_fadvise innocuous_posix_fadvise
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char posix_fadvise (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef posix_fadvise
|
| /* 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 posix_fadvise ();
| /* 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_posix_fadvise || defined __stub___posix_fadvise
| choke me
| #endif
|
| int
| main ()
| {
| return posix_fadvise ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for pread
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for pthread_init
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for pthread_kill
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for putenv
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for pwrite
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for readlink
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for readlinkat
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_readlinkat", referenced from:
_main in conftest-fP5ALP.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| /* end confdefs.h. */
| /* Define readlinkat to an innocuous variant, in case <limits.h> declares readlinkat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define readlinkat innocuous_readlinkat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char readlinkat (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef readlinkat
|
| /* 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 readlinkat ();
| /* 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_readlinkat || defined __stub___readlinkat
| choke me
| #endif
|
| int
| main ()
| {
| return readlinkat ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for readv
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for realpath
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for renameat
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_renameat", referenced from:
_main in conftest-YVivnt.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| /* end confdefs.h. */
| /* Define renameat to an innocuous variant, in case <limits.h> declares renameat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define renameat innocuous_renameat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char renameat (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef renameat
|
| /* 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 renameat ();
| /* 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_renameat || defined __stub___renameat
| choke me
| #endif
|
| int
| main ()
| {
| return renameat ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for select
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for sem_open
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for sem_timedwait
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_sem_timedwait", referenced from:
_main in conftest-LcvViC.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| /* end confdefs.h. */
| /* Define sem_timedwait to an innocuous variant, in case <limits.h> declares sem_timedwait.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sem_timedwait innocuous_sem_timedwait
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sem_timedwait (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef sem_timedwait
|
| /* 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 sem_timedwait ();
| /* 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_sem_timedwait || defined __stub___sem_timedwait
| choke me
| #endif
|
| int
| main ()
| {
| return sem_timedwait ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for sem_getvalue
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for sem_unlink
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for sendfile
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for setegid
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for seteuid
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for setgid
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for sethostname
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for setlocale
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for setregid
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for setreuid
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for setresuid
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_setresuid", referenced from:
_main in conftest-jrPLtD.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| /* end confdefs.h. */
| /* Define setresuid to an innocuous variant, in case <limits.h> declares setresuid.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define setresuid innocuous_setresuid
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char setresuid (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef setresuid
|
| /* 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 setresuid ();
| /* 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_setresuid || defined __stub___setresuid
| choke me
| #endif
|
| int
| main ()
| {
| return setresuid ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for setresgid
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_setresgid", referenced from:
_main in conftest-f41VQj.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| /* end confdefs.h. */
| /* Define setresgid to an innocuous variant, in case <limits.h> declares setresgid.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define setresgid innocuous_setresgid
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char setresgid (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef setresgid
|
| /* 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 setresgid ();
| /* 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_setresgid || defined __stub___setresgid
| choke me
| #endif
|
| int
| main ()
| {
| return setresgid ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for setsid
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for setpgid
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for setpgrp
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for setpriority
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for setuid
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for setvbuf
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for sched_get_priority_max
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for sched_setaffinity
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_sched_setaffinity", referenced from:
_main in conftest-Rsw6aQ.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| /* end confdefs.h. */
| /* Define sched_setaffinity to an innocuous variant, in case <limits.h> declares sched_setaffinity.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sched_setaffinity innocuous_sched_setaffinity
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sched_setaffinity (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef sched_setaffinity
|
| /* 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 sched_setaffinity ();
| /* 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_sched_setaffinity || defined __stub___sched_setaffinity
| choke me
| #endif
|
| int
| main ()
| {
| return sched_setaffinity ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for sched_setscheduler
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_sched_setscheduler", referenced from:
_main in conftest-SMP5xS.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| /* end confdefs.h. */
| /* Define sched_setscheduler to an innocuous variant, in case <limits.h> declares sched_setscheduler.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sched_setscheduler innocuous_sched_setscheduler
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sched_setscheduler (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef sched_setscheduler
|
| /* 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 sched_setscheduler ();
| /* 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_sched_setscheduler || defined __stub___sched_setscheduler
| choke me
| #endif
|
| int
| main ()
| {
| return sched_setscheduler ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for sched_setparam
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_sched_setparam", referenced from:
_main in conftest-3C0Nzz.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| /* end confdefs.h. */
| /* Define sched_setparam to an innocuous variant, in case <limits.h> declares sched_setparam.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sched_setparam innocuous_sched_setparam
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sched_setparam (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef sched_setparam
|
| /* 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 sched_setparam ();
| /* 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_sched_setparam || defined __stub___sched_setparam
| choke me
| #endif
|
| int
| main ()
| {
| return sched_setparam ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for sched_rr_get_interval
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_sched_rr_get_interval", referenced from:
_main in conftest-2tRuO4.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| /* end confdefs.h. */
| /* Define sched_rr_get_interval to an innocuous variant, in case <limits.h> declares sched_rr_get_interval.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sched_rr_get_interval innocuous_sched_rr_get_interval
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sched_rr_get_interval (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef sched_rr_get_interval
|
| /* 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 sched_rr_get_interval ();
| /* 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_sched_rr_get_interval || defined __stub___sched_rr_get_interval
| choke me
| #endif
|
| int
| main ()
| {
| return sched_rr_get_interval ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for sigaction
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for sigaltstack
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for siginterrupt
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for sigpending
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for sigrelse
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for sigtimedwait
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_sigtimedwait", referenced from:
_main in conftest-zuILB2.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| /* end confdefs.h. */
| /* Define sigtimedwait to an innocuous variant, in case <limits.h> declares sigtimedwait.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sigtimedwait innocuous_sigtimedwait
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sigtimedwait (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef sigtimedwait
|
| /* 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 sigtimedwait ();
| /* 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_sigtimedwait || defined __stub___sigtimedwait
| choke me
| #endif
|
| int
| main ()
| {
| return sigtimedwait ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for sigwait
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for sigwaitinfo
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_sigwaitinfo", referenced from:
_main in conftest-q65R6V.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| /* end confdefs.h. */
| /* Define sigwaitinfo to an innocuous variant, in case <limits.h> declares sigwaitinfo.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sigwaitinfo innocuous_sigwaitinfo
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sigwaitinfo (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef sigwaitinfo
|
| /* 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 sigwaitinfo ();
| /* 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_sigwaitinfo || defined __stub___sigwaitinfo
| choke me
| #endif
|
| int
| main ()
| {
| return sigwaitinfo ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for snprintf
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
conftest.c:214:6: warning: incompatible redeclaration of library function 'snprintf'
char snprintf ();
^
conftest.c:214:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
1 warning generated.
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for strftime
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for strlcpy
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
conftest.c:216:6: warning: incompatible redeclaration of library function 'strlcpy'
char strlcpy ();
^
conftest.c:216:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
1 warning generated.
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for symlinkat
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_symlinkat", referenced from:
_main in conftest-azviSz.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRLCPY 1
| /* end confdefs.h. */
| /* Define symlinkat to an innocuous variant, in case <limits.h> declares symlinkat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define symlinkat innocuous_symlinkat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char symlinkat (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef symlinkat
|
| /* 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 symlinkat ();
| /* 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_symlinkat || defined __stub___symlinkat
| choke me
| #endif
|
| int
| main ()
| {
| return symlinkat ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for sync
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for sysconf
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for tcgetpgrp
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for tcsetpgrp
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for tempnam
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for timegm
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for times
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for tmpfile
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for tmpnam
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for tmpnam_r
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_tmpnam_r", referenced from:
_main in conftest-kMuRd4.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMEGM 1
| #define HAVE_TIMES 1
| #define HAVE_TMPFILE 1
| #define HAVE_TMPNAM 1
| /* end confdefs.h. */
| /* Define tmpnam_r to an innocuous variant, in case <limits.h> declares tmpnam_r.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define tmpnam_r innocuous_tmpnam_r
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char tmpnam_r (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef tmpnam_r
|
| /* 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 tmpnam_r ();
| /* 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_tmpnam_r || defined __stub___tmpnam_r
| choke me
| #endif
|
| int
| main ()
| {
| return tmpnam_r ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for truncate
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for uname
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for unlinkat
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_unlinkat", referenced from:
_main in conftest-TUt3Vx.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMEGM 1
| #define HAVE_TIMES 1
| #define HAVE_TMPFILE 1
| #define HAVE_TMPNAM 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNAME 1
| /* end confdefs.h. */
| /* Define unlinkat to an innocuous variant, in case <limits.h> declares unlinkat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define unlinkat innocuous_unlinkat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char unlinkat (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef unlinkat
|
| /* 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 unlinkat ();
| /* 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_unlinkat || defined __stub___unlinkat
| choke me
| #endif
|
| int
| main ()
| {
| return unlinkat ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for unsetenv
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for utimensat
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_utimensat", referenced from:
_main in conftest-OzMXNs.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMEGM 1
| #define HAVE_TIMES 1
| #define HAVE_TMPFILE 1
| #define HAVE_TMPNAM 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNAME 1
| #define HAVE_UNSETENV 1
| /* end confdefs.h. */
| /* Define utimensat to an innocuous variant, in case <limits.h> declares utimensat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define utimensat innocuous_utimensat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char utimensat (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef utimensat
|
| /* 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 utimensat ();
| /* 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_utimensat || defined __stub___utimensat
| choke me
| #endif
|
| int
| main ()
| {
| return utimensat ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10275: checking for utimes
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for waitid
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for waitpid
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for wait3
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for wait4
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for wcscoll
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for wcsftime
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for wcsxfrm
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for writev
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10275: $? = 0
configure:10275: result: yes
configure:10275: checking for _getpty
configure:10275: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"__getpty", referenced from:
_main in conftest-t83FBN.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMEGM 1
| #define HAVE_TIMES 1
| #define HAVE_TMPFILE 1
| #define HAVE_TMPNAM 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNAME 1
| #define HAVE_UNSETENV 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITID 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_WAIT4 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WRITEV 1
| /* end confdefs.h. */
| /* Define _getpty to an innocuous variant, in case <limits.h> declares _getpty.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _getpty innocuous__getpty
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _getpty (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _getpty
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _getpty ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub__getpty || defined __stub____getpty
| choke me
| #endif
|
| int
| main ()
| {
| return _getpty ();
| ;
| return 0;
| }
configure:10275: result: no
configure:10285: checking whether dirfd is declared
configure:10285: /usr/bin/clang -c conftest.c >&5
configure:10285: $? = 0
configure:10285: result: yes
configure:10297: checking for chroot
configure:10310: /usr/bin/clang -c conftest.c >&5
configure:10310: $? = 0
configure:10314: result: yes
configure:10322: checking for link
configure:10335: /usr/bin/clang -c conftest.c >&5
configure:10335: $? = 0
configure:10339: result: yes
configure:10347: checking for symlink
configure:10360: /usr/bin/clang -c conftest.c >&5
configure:10360: $? = 0
configure:10364: result: yes
configure:10372: checking for fchdir
configure:10385: /usr/bin/clang -c conftest.c >&5
configure:10385: $? = 0
configure:10389: result: yes
configure:10397: checking for fsync
configure:10410: /usr/bin/clang -c conftest.c >&5
configure:10410: $? = 0
configure:10414: result: yes
configure:10422: checking for fdatasync
configure:10435: /usr/bin/clang -c conftest.c >&5
conftest.c:225:9: error: use of undeclared identifier 'fdatasync'
void *x=fdatasync
^
1 error generated.
configure:10435: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMEGM 1
| #define HAVE_TIMES 1
| #define HAVE_TMPFILE 1
| #define HAVE_TMPNAM 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNAME 1
| #define HAVE_UNSETENV 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITID 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_WAIT4 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WRITEV 1
| #define HAVE_DIRFD 1
| #define HAVE_CHROOT 1
| #define HAVE_LINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FSYNC 1
| /* end confdefs.h. */
| #include <unistd.h>
| int
| main ()
| {
| void *x=fdatasync
| ;
| return 0;
| }
configure:10442: result: no
configure:10447: checking for epoll
configure:10460: /usr/bin/clang -c conftest.c >&5
conftest.c:221:10: fatal error: 'sys/epoll.h' file not found
#include <sys/epoll.h>
^
1 error generated.
configure:10460: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMEGM 1
| #define HAVE_TIMES 1
| #define HAVE_TMPFILE 1
| #define HAVE_TMPNAM 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNAME 1
| #define HAVE_UNSETENV 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITID 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_WAIT4 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WRITEV 1
| #define HAVE_DIRFD 1
| #define HAVE_CHROOT 1
| #define HAVE_LINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FSYNC 1
| /* end confdefs.h. */
| #include <sys/epoll.h>
| int
| main ()
| {
| void *x=epoll_create
| ;
| return 0;
| }
configure:10467: result: no
configure:10472: checking for epoll_create1
configure:10485: /usr/bin/clang -c conftest.c >&5
conftest.c:221:10: fatal error: 'sys/epoll.h' file not found
#include <sys/epoll.h>
^
1 error generated.
configure:10485: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMEGM 1
| #define HAVE_TIMES 1
| #define HAVE_TMPFILE 1
| #define HAVE_TMPNAM 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNAME 1
| #define HAVE_UNSETENV 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITID 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_WAIT4 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WRITEV 1
| #define HAVE_DIRFD 1
| #define HAVE_CHROOT 1
| #define HAVE_LINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FSYNC 1
| /* end confdefs.h. */
| #include <sys/epoll.h>
| int
| main ()
| {
| void *x=epoll_create1
| ;
| return 0;
| }
configure:10492: result: no
configure:10497: checking for kqueue
configure:10513: /usr/bin/clang -c conftest.c >&5
configure:10513: $? = 0
configure:10517: result: yes
configure:10531: checking for ctermid_r
configure:10546: /usr/bin/clang -c conftest.c >&5
configure:10546: $? = 0
configure:10550: result: yes
configure:10559: checking for flock declaration
configure:10576: /usr/bin/clang -c conftest.c >&5
configure:10576: $? = 0
configure:10585: result: yes
configure:10590: checking for flock
configure:10590: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10590: $? = 0
configure:10590: result: yes
configure:10648: checking for getpagesize
configure:10663: /usr/bin/clang -c conftest.c >&5
configure:10663: $? = 0
configure:10667: result: yes
configure:10676: checking for broken unsetenv
configure:10691: /usr/bin/clang -c conftest.c >&5
configure:10691: $? = 0
configure:10692: result: no
configure:10708: checking for true
configure:10724: found /usr/bin/true
configure:10735: result: true
configure:10748: checking for inet_aton in -lc
configure:10773: /usr/bin/clang -o conftest conftest.c -lc -ldl >&5
configure:10773: $? = 0
configure:10782: result: yes
configure:10838: checking for chflags
configure:10859: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10859: $? = 0
configure:10859: ./conftest
configure:10859: $? = 0
configure:10870: result: yes
configure:10887: checking for lchflags
configure:10908: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:10908: $? = 0
configure:10908: ./conftest
configure:10908: $? = 0
configure:10919: result: yes
configure:10945: checking for inflateCopy in -lz
configure:10970: /usr/bin/clang -o conftest -Wl,-search_paths_first -Wl,-search_paths_first -L/usr/local/lib conftest.c -lz -ldl >&5
configure:10970: $? = 0
configure:10979: result: yes
configure:10995: checking for hstrerror
configure:11010: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:11010: $? = 0
configure:11014: result: yes
configure:11024: checking for inet_aton
configure:11042: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:11042: $? = 0
configure:11046: result: yes
configure:11056: checking for inet_pton
configure:11074: /usr/bin/clang -c conftest.c >&5
configure:11074: $? = 0
configure:11078: result: yes
configure:11088: checking for setgroups
configure:11106: /usr/bin/clang -c conftest.c >&5
configure:11106: $? = 0
configure:11110: result: yes
configure:11123: checking for openpty
configure:11123: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:11123: $? = 0
configure:11123: result: yes
configure:11220: checking for forkpty
configure:11220: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:11220: $? = 0
configure:11220: result: yes
configure:11319: checking for memmove
configure:11319: /usr/bin/clang -o conftest conftest.c -ldl >&5
conftest.c:257:6: warning: incompatible redeclaration of library function 'memmove'
char memmove ();
^
conftest.c:257:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
1 warning generated.
configure:11319: $? = 0
configure:11319: result: yes
configure:11333: checking for fseek64
configure:11333: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_fseek64", referenced from:
_main in conftest-VwyoLh.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11333: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMEGM 1
| #define HAVE_TIMES 1
| #define HAVE_TMPFILE 1
| #define HAVE_TMPNAM 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNAME 1
| #define HAVE_UNSETENV 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITID 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_WAIT4 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WRITEV 1
| #define HAVE_DIRFD 1
| #define HAVE_CHROOT 1
| #define HAVE_LINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FSYNC 1
| #define HAVE_KQUEUE 1
| #define HAVE_CTERMID_R 1
| #define HAVE_FLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_CHFLAGS 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_ZLIB_COPY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_SETGROUPS 1
| #define HAVE_OPENPTY 1
| #define HAVE_FORKPTY 1
| #define HAVE_MEMMOVE 1
| /* end confdefs.h. */
| /* Define fseek64 to an innocuous variant, in case <limits.h> declares fseek64.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fseek64 innocuous_fseek64
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fseek64 (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef fseek64
|
| /* 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 fseek64 ();
| /* 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_fseek64 || defined __stub___fseek64
| choke me
| #endif
|
| int
| main ()
| {
| return fseek64 ();
| ;
| return 0;
| }
configure:11333: result: no
configure:11333: checking for fseeko
configure:11333: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:11333: $? = 0
configure:11333: result: yes
configure:11333: checking for fstatvfs
configure:11333: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:11333: $? = 0
configure:11333: result: yes
configure:11333: checking for ftell64
configure:11333: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_ftell64", referenced from:
_main in conftest-SWVdLA.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11333: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMEGM 1
| #define HAVE_TIMES 1
| #define HAVE_TMPFILE 1
| #define HAVE_TMPNAM 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNAME 1
| #define HAVE_UNSETENV 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITID 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_WAIT4 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WRITEV 1
| #define HAVE_DIRFD 1
| #define HAVE_CHROOT 1
| #define HAVE_LINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FSYNC 1
| #define HAVE_KQUEUE 1
| #define HAVE_CTERMID_R 1
| #define HAVE_FLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_CHFLAGS 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_ZLIB_COPY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_SETGROUPS 1
| #define HAVE_OPENPTY 1
| #define HAVE_FORKPTY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSTATVFS 1
| /* end confdefs.h. */
| /* Define ftell64 to an innocuous variant, in case <limits.h> declares ftell64.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define ftell64 innocuous_ftell64
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char ftell64 (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef ftell64
|
| /* 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 ftell64 ();
| /* 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_ftell64 || defined __stub___ftell64
| choke me
| #endif
|
| int
| main ()
| {
| return ftell64 ();
| ;
| return 0;
| }
configure:11333: result: no
configure:11333: checking for ftello
configure:11333: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:11333: $? = 0
configure:11333: result: yes
configure:11333: checking for statvfs
configure:11333: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:11333: $? = 0
configure:11333: result: yes
configure:11343: checking for dup2
configure:11343: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:11343: $? = 0
configure:11343: result: yes
configure:11356: checking for getcwd
configure:11356: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:11356: $? = 0
configure:11356: result: yes
configure:11369: checking for strdup
configure:11369: /usr/bin/clang -o conftest conftest.c -ldl >&5
conftest.c:264:6: warning: incompatible redeclaration of library function 'strdup'
char strdup ();
^
conftest.c:264:6: note: 'strdup' is a builtin with type 'char *(const char *)'
1 warning generated.
configure:11369: $? = 0
configure:11369: result: yes
configure:11385: checking for getpgrp
configure:11385: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:11385: $? = 0
configure:11385: result: yes
configure:11401: /usr/bin/clang -c conftest.c >&5
conftest.c:247:9: error: too many arguments to function call, expected 0, have 1
getpgrp(0);
~~~~~~~ ^
/usr/include/unistd.h:488:1: note: 'getpgrp' declared here
pid_t getpgrp(void);
^
1 error generated.
configure:11401: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMEGM 1
| #define HAVE_TIMES 1
| #define HAVE_TMPFILE 1
| #define HAVE_TMPNAM 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNAME 1
| #define HAVE_UNSETENV 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITID 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_WAIT4 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WRITEV 1
| #define HAVE_DIRFD 1
| #define HAVE_CHROOT 1
| #define HAVE_LINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FSYNC 1
| #define HAVE_KQUEUE 1
| #define HAVE_CTERMID_R 1
| #define HAVE_FLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_CHFLAGS 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_ZLIB_COPY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_SETGROUPS 1
| #define HAVE_OPENPTY 1
| #define HAVE_FORKPTY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FTELLO 1
| #define HAVE_STATVFS 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_STRDUP 1
| #define HAVE_GETPGRP 1
| /* end confdefs.h. */
| #include <unistd.h>
| int
| main ()
| {
| getpgrp(0);
| ;
| return 0;
| }
configure:11413: checking for setpgrp
configure:11413: result: yes
configure:11429: /usr/bin/clang -c conftest.c >&5
conftest.c:248:9: error: too many arguments to function call, expected 0, have 2
setpgrp(0,0);
~~~~~~~ ^~~
/usr/include/unistd.h:615:1: note: 'setpgrp' declared here
pid_t setpgrp(void) __DARWIN_ALIAS(setpgrp);
^
1 error generated.
configure:11429: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMEGM 1
| #define HAVE_TIMES 1
| #define HAVE_TMPFILE 1
| #define HAVE_TMPNAM 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNAME 1
| #define HAVE_UNSETENV 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITID 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_WAIT4 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WRITEV 1
| #define HAVE_DIRFD 1
| #define HAVE_CHROOT 1
| #define HAVE_LINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FSYNC 1
| #define HAVE_KQUEUE 1
| #define HAVE_CTERMID_R 1
| #define HAVE_FLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_CHFLAGS 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_ZLIB_COPY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_SETGROUPS 1
| #define HAVE_OPENPTY 1
| #define HAVE_FORKPTY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FTELLO 1
| #define HAVE_STATVFS 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_STRDUP 1
| #define HAVE_GETPGRP 1
| #define HAVE_SETPGRP 1
| /* end confdefs.h. */
| #include <unistd.h>
| int
| main ()
| {
| setpgrp(0,0);
| ;
| return 0;
| }
configure:11441: checking for gettimeofday
configure:11441: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:11441: $? = 0
configure:11441: result: yes
configure:11457: /usr/bin/clang -c conftest.c >&5
configure:11457: $? = 0
configure:11473: checking for clock_gettime
configure:11473: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_clock_gettime", referenced from:
_main in conftest-aSE8Bl.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11473: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMEGM 1
| #define HAVE_TIMES 1
| #define HAVE_TMPFILE 1
| #define HAVE_TMPNAM 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNAME 1
| #define HAVE_UNSETENV 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITID 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_WAIT4 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WRITEV 1
| #define HAVE_DIRFD 1
| #define HAVE_CHROOT 1
| #define HAVE_LINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FSYNC 1
| #define HAVE_KQUEUE 1
| #define HAVE_CTERMID_R 1
| #define HAVE_FLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_CHFLAGS 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_ZLIB_COPY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_SETGROUPS 1
| #define HAVE_OPENPTY 1
| #define HAVE_FORKPTY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FTELLO 1
| #define HAVE_STATVFS 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_STRDUP 1
| #define HAVE_GETPGRP 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETTIMEOFDAY 1
| /* end confdefs.h. */
| /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define clock_gettime innocuous_clock_gettime
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char clock_gettime (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef clock_gettime
|
| /* 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 clock_gettime ();
| /* 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_clock_gettime || defined __stub___clock_gettime
| choke me
| #endif
|
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:11473: result: no
configure:11481: checking for clock_gettime in -lrt
configure:11506: /usr/bin/clang -o conftest conftest.c -lrt -ldl >&5
ld: library not found for -lrt
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11506: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMEGM 1
| #define HAVE_TIMES 1
| #define HAVE_TMPFILE 1
| #define HAVE_TMPNAM 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNAME 1
| #define HAVE_UNSETENV 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITID 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_WAIT4 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WRITEV 1
| #define HAVE_DIRFD 1
| #define HAVE_CHROOT 1
| #define HAVE_LINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FSYNC 1
| #define HAVE_KQUEUE 1
| #define HAVE_CTERMID_R 1
| #define HAVE_FLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_CHFLAGS 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_ZLIB_COPY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_SETGROUPS 1
| #define HAVE_OPENPTY 1
| #define HAVE_FORKPTY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FTELLO 1
| #define HAVE_STATVFS 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_STRDUP 1
| #define HAVE_GETPGRP 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETTIMEOFDAY 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 clock_gettime ();
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:11515: result: no
configure:11534: checking for clock_getres
configure:11534: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_clock_getres", referenced from:
_main in conftest-0GXl9s.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11534: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMEGM 1
| #define HAVE_TIMES 1
| #define HAVE_TMPFILE 1
| #define HAVE_TMPNAM 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNAME 1
| #define HAVE_UNSETENV 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITID 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_WAIT4 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WRITEV 1
| #define HAVE_DIRFD 1
| #define HAVE_CHROOT 1
| #define HAVE_LINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FSYNC 1
| #define HAVE_KQUEUE 1
| #define HAVE_CTERMID_R 1
| #define HAVE_FLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_CHFLAGS 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_ZLIB_COPY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_SETGROUPS 1
| #define HAVE_OPENPTY 1
| #define HAVE_FORKPTY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FTELLO 1
| #define HAVE_STATVFS 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_STRDUP 1
| #define HAVE_GETPGRP 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETTIMEOFDAY 1
| /* end confdefs.h. */
| /* Define clock_getres to an innocuous variant, in case <limits.h> declares clock_getres.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define clock_getres innocuous_clock_getres
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char clock_getres (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef clock_getres
|
| /* 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 clock_getres ();
| /* 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_clock_getres || defined __stub___clock_getres
| choke me
| #endif
|
| int
| main ()
| {
| return clock_getres ();
| ;
| return 0;
| }
configure:11534: result: no
configure:11542: checking for clock_getres in -lrt
configure:11567: /usr/bin/clang -o conftest conftest.c -lrt -ldl >&5
ld: library not found for -lrt
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11567: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMEGM 1
| #define HAVE_TIMES 1
| #define HAVE_TMPFILE 1
| #define HAVE_TMPNAM 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNAME 1
| #define HAVE_UNSETENV 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITID 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_WAIT4 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WRITEV 1
| #define HAVE_DIRFD 1
| #define HAVE_CHROOT 1
| #define HAVE_LINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FSYNC 1
| #define HAVE_KQUEUE 1
| #define HAVE_CTERMID_R 1
| #define HAVE_FLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_CHFLAGS 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_ZLIB_COPY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_SETGROUPS 1
| #define HAVE_OPENPTY 1
| #define HAVE_FORKPTY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FTELLO 1
| #define HAVE_STATVFS 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_STRDUP 1
| #define HAVE_GETPGRP 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETTIMEOFDAY 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 clock_getres ();
| int
| main ()
| {
| return clock_getres ();
| ;
| return 0;
| }
configure:11576: result: no
configure:11590: checking for major
configure:11613: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:11613: $? = 0
configure:11618: result: yes
configure:11632: checking for getaddrinfo
configure:11650: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:11650: $? = 0
configure:11657: result: yes
configure:11661: checking getaddrinfo bug
configure:11765: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:11765: $? = 0
configure:11765: ./conftest
configure:11765: $? = 0
configure:11778: result: no
configure:11797: checking for getnameinfo
configure:11797: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:11797: $? = 0
configure:11797: result: yes
configure:11808: checking whether time.h and sys/time.h may both be included
configure:11828: /usr/bin/clang -c conftest.c >&5
configure:11828: $? = 0
configure:11835: result: yes
configure:11843: checking whether struct tm is in sys/time.h or time.h
configure:11863: /usr/bin/clang -c conftest.c >&5
configure:11863: $? = 0
configure:11870: result: time.h
configure:11878: checking for struct tm.tm_zone
configure:11878: /usr/bin/clang -c conftest.c >&5
configure:11878: $? = 0
configure:11878: result: yes
configure:11945: checking for struct stat.st_rdev
configure:11945: /usr/bin/clang -c conftest.c >&5
configure:11945: $? = 0
configure:11945: result: yes
configure:11955: checking for struct stat.st_blksize
configure:11955: /usr/bin/clang -c conftest.c >&5
configure:11955: $? = 0
configure:11955: result: yes
configure:11965: checking for struct stat.st_flags
configure:11965: /usr/bin/clang -c conftest.c >&5
configure:11965: $? = 0
configure:11965: result: yes
configure:11975: checking for struct stat.st_gen
configure:11975: /usr/bin/clang -c conftest.c >&5
configure:11975: $? = 0
configure:11975: result: yes
configure:11985: checking for struct stat.st_birthtime
configure:11985: /usr/bin/clang -c conftest.c >&5
configure:11985: $? = 0
configure:11985: result: yes
configure:11995: checking for struct stat.st_blocks
configure:11995: /usr/bin/clang -c conftest.c >&5
configure:11995: $? = 0
configure:11995: result: yes
configure:12016: checking for time.h that defines altzone
configure:12033: /usr/bin/clang -c conftest.c >&5
conftest.c:262:8: error: use of undeclared identifier 'altzone'
return altzone;
^
1 error generated.
configure:12033: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMEGM 1
| #define HAVE_TIMES 1
| #define HAVE_TMPFILE 1
| #define HAVE_TMPNAM 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNAME 1
| #define HAVE_UNSETENV 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITID 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_WAIT4 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WRITEV 1
| #define HAVE_DIRFD 1
| #define HAVE_CHROOT 1
| #define HAVE_LINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FSYNC 1
| #define HAVE_KQUEUE 1
| #define HAVE_CTERMID_R 1
| #define HAVE_FLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_CHFLAGS 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_ZLIB_COPY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_SETGROUPS 1
| #define HAVE_OPENPTY 1
| #define HAVE_FORKPTY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FTELLO 1
| #define HAVE_STATVFS 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_STRDUP 1
| #define HAVE_GETPGRP 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_DEVICE_MACROS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_GEN 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| /* end confdefs.h. */
| #include <time.h>
| int
| main ()
| {
| return altzone;
| ;
| return 0;
| }
configure:12042: result: no
configure:12051: checking whether sys/select.h and sys/time.h may both be included
configure:12068: /usr/bin/clang -c conftest.c >&5
configure:12068: $? = 0
configure:12077: result: yes
configure:12080: checking for addrinfo
configure:12096: /usr/bin/clang -c conftest.c >&5
configure:12096: $? = 0
configure:12104: result: yes
configure:12112: checking for sockaddr_storage
configure:12130: /usr/bin/clang -c conftest.c >&5
configure:12130: $? = 0
configure:12138: result: yes
configure:12148: checking whether char is unsigned
configure:12167: /usr/bin/clang -c conftest.c >&5
configure:12167: $? = 0
configure:12174: result: no
configure:12181: checking for an ANSI C-conforming const
configure:12247: /usr/bin/clang -c conftest.c >&5
configure:12247: $? = 0
configure:12254: result: yes
configure:12264: checking for working volatile
configure:12277: /usr/bin/clang -c conftest.c >&5
configure:12277: $? = 0
configure:12286: result: yes
configure:12290: checking for working signed char
configure:12303: /usr/bin/clang -c conftest.c >&5
configure:12303: $? = 0
configure:12312: result: yes
configure:12316: checking for prototypes
configure:12329: /usr/bin/clang -c conftest.c >&5
configure:12329: $? = 0
configure:12336: result: yes
configure:12340: checking for variable length prototypes and stdarg.h
configure:12363: /usr/bin/clang -c conftest.c >&5
configure:12363: $? = 0
configure:12372: result: yes
configure:12376: checking for socketpair
configure:12392: /usr/bin/clang -c conftest.c >&5
configure:12392: $? = 0
configure:12396: result: yes
configure:12406: checking if sockaddr has sa_len member
configure:12421: /usr/bin/clang -c conftest.c >&5
configure:12421: $? = 0
configure:12422: result: yes
configure:12435: checking whether va_list is an array
configure:12454: /usr/bin/clang -c conftest.c >&5
conftest.c:275:29: error: array type 'va_list' (aka '__builtin_va_list') is not assignable
va_list list1, list2; list1 = list2;
~~~~~ ^
1 error generated.
configure:12454: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMEGM 1
| #define HAVE_TIMES 1
| #define HAVE_TMPFILE 1
| #define HAVE_TMPNAM 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNAME 1
| #define HAVE_UNSETENV 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITID 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_WAIT4 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WRITEV 1
| #define HAVE_DIRFD 1
| #define HAVE_CHROOT 1
| #define HAVE_LINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FSYNC 1
| #define HAVE_KQUEUE 1
| #define HAVE_CTERMID_R 1
| #define HAVE_FLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_CHFLAGS 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_ZLIB_COPY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_SETGROUPS 1
| #define HAVE_OPENPTY 1
| #define HAVE_FORKPTY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FTELLO 1
| #define HAVE_STATVFS 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_STRDUP 1
| #define HAVE_GETPGRP 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_DEVICE_MACROS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_GEN 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define SYS_SELECT_WITH_SYS_TIME 1
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_PROTOTYPES 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_SOCKADDR_SA_LEN 1
| /* end confdefs.h. */
|
| #ifdef HAVE_STDARG_PROTOTYPES
| #include <stdarg.h>
| #else
| #include <varargs.h>
| #endif
|
| int
| main ()
| {
| va_list list1, list2; list1 = list2;
| ;
| return 0;
| }
configure:12465: result: yes
configure:12471: checking for gethostbyname_r
configure:12471: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_gethostbyname_r", referenced from:
_main in conftest-o9NaXq.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12471: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMEGM 1
| #define HAVE_TIMES 1
| #define HAVE_TMPFILE 1
| #define HAVE_TMPNAM 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNAME 1
| #define HAVE_UNSETENV 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITID 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_WAIT4 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WRITEV 1
| #define HAVE_DIRFD 1
| #define HAVE_CHROOT 1
| #define HAVE_LINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FSYNC 1
| #define HAVE_KQUEUE 1
| #define HAVE_CTERMID_R 1
| #define HAVE_FLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_CHFLAGS 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_ZLIB_COPY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_SETGROUPS 1
| #define HAVE_OPENPTY 1
| #define HAVE_FORKPTY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FTELLO 1
| #define HAVE_STATVFS 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_STRDUP 1
| #define HAVE_GETPGRP 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_DEVICE_MACROS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_GEN 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define SYS_SELECT_WITH_SYS_TIME 1
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_PROTOTYPES 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_SOCKADDR_SA_LEN 1
| #define VA_LIST_IS_ARRAY 1
| /* end confdefs.h. */
| /* Define gethostbyname_r to an innocuous variant, in case <limits.h> declares gethostbyname_r.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define gethostbyname_r innocuous_gethostbyname_r
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char gethostbyname_r (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef gethostbyname_r
|
| /* 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_r ();
| /* 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_gethostbyname_r || defined __stub___gethostbyname_r
| choke me
| #endif
|
| int
| main ()
| {
| return gethostbyname_r ();
| ;
| return 0;
| }
configure:12471: result: no
configure:12602: checking for gethostbyname
configure:12602: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:12602: $? = 0
configure:12602: result: yes
configure:12624: checking for __fpu_control
configure:12624: /usr/bin/clang -o conftest conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"___fpu_control", referenced from:
_main in conftest-jqGai7.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12624: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMEGM 1
| #define HAVE_TIMES 1
| #define HAVE_TMPFILE 1
| #define HAVE_TMPNAM 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNAME 1
| #define HAVE_UNSETENV 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITID 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_WAIT4 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WRITEV 1
| #define HAVE_DIRFD 1
| #define HAVE_CHROOT 1
| #define HAVE_LINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FSYNC 1
| #define HAVE_KQUEUE 1
| #define HAVE_CTERMID_R 1
| #define HAVE_FLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_CHFLAGS 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_ZLIB_COPY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_SETGROUPS 1
| #define HAVE_OPENPTY 1
| #define HAVE_FORKPTY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FTELLO 1
| #define HAVE_STATVFS 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_STRDUP 1
| #define HAVE_GETPGRP 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_DEVICE_MACROS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_GEN 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define SYS_SELECT_WITH_SYS_TIME 1
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_PROTOTYPES 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_SOCKADDR_SA_LEN 1
| #define VA_LIST_IS_ARRAY 1
| #define HAVE_GETHOSTBYNAME 1
| /* end confdefs.h. */
| /* Define __fpu_control to an innocuous variant, in case <limits.h> declares __fpu_control.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define __fpu_control innocuous___fpu_control
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char __fpu_control (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef __fpu_control
|
| /* 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 __fpu_control ();
| /* 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___fpu_control || defined __stub_____fpu_control
| choke me
| #endif
|
| int
| main ()
| {
| return __fpu_control ();
| ;
| return 0;
| }
configure:12624: result: no
configure:12628: checking for __fpu_control in -lieee
configure:12653: /usr/bin/clang -o conftest conftest.c -lieee -ldl >&5
ld: library not found for -lieee
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12653: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMEGM 1
| #define HAVE_TIMES 1
| #define HAVE_TMPFILE 1
| #define HAVE_TMPNAM 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNAME 1
| #define HAVE_UNSETENV 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITID 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_WAIT4 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WRITEV 1
| #define HAVE_DIRFD 1
| #define HAVE_CHROOT 1
| #define HAVE_LINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FSYNC 1
| #define HAVE_KQUEUE 1
| #define HAVE_CTERMID_R 1
| #define HAVE_FLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_CHFLAGS 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_ZLIB_COPY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_SETGROUPS 1
| #define HAVE_OPENPTY 1
| #define HAVE_FORKPTY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FTELLO 1
| #define HAVE_STATVFS 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_STRDUP 1
| #define HAVE_GETPGRP 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_DEVICE_MACROS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_GEN 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define SYS_SELECT_WITH_SYS_TIME 1
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_PROTOTYPES 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_SOCKADDR_SA_LEN 1
| #define VA_LIST_IS_ARRAY 1
| #define HAVE_GETHOSTBYNAME 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 __fpu_control ();
| int
| main ()
| {
| return __fpu_control ();
| ;
| return 0;
| }
configure:12662: result: no
configure:12678: checking for --with-fpectl
configure:12695: result: no
configure:12706: checking for --with-libm=STRING
configure:12723: result: default LIBM=""
configure:12730: checking for --with-libc=STRING
configure:12747: result: default LIBC=""
configure:12756: checking for x64 gcc inline assembler
configure:12771: /usr/bin/clang -c conftest.c >&5
configure:12771: $? = 0
configure:12777: result: yes
configure:12790: checking whether C doubles are little-endian IEEE 754 binary64
configure:12812: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:12812: $? = 0
configure:12812: ./conftest
configure:12812: $? = 0
configure:12823: result: yes
configure:12832: checking whether C doubles are big-endian IEEE 754 binary64
configure:12854: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:12854: $? = 0
configure:12854: ./conftest
configure:12854: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMEGM 1
| #define HAVE_TIMES 1
| #define HAVE_TMPFILE 1
| #define HAVE_TMPNAM 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNAME 1
| #define HAVE_UNSETENV 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITID 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_WAIT4 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WRITEV 1
| #define HAVE_DIRFD 1
| #define HAVE_CHROOT 1
| #define HAVE_LINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FSYNC 1
| #define HAVE_KQUEUE 1
| #define HAVE_CTERMID_R 1
| #define HAVE_FLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_CHFLAGS 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_ZLIB_COPY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_SETGROUPS 1
| #define HAVE_OPENPTY 1
| #define HAVE_FORKPTY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FTELLO 1
| #define HAVE_STATVFS 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_STRDUP 1
| #define HAVE_GETPGRP 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_DEVICE_MACROS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_GEN 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define SYS_SELECT_WITH_SYS_TIME 1
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_PROTOTYPES 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_SOCKADDR_SA_LEN 1
| #define VA_LIST_IS_ARRAY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GCC_ASM_FOR_X64 1
| #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1
| /* end confdefs.h. */
|
| #include <string.h>
| int main() {
| double x = 9006104071832581.0;
| if (memcmp(&x, "\x43\x3f\xff\x01\x02\x03\x04\x05", 8) == 0)
| return 0;
| else
| return 1;
| }
|
configure:12865: result: no
configure:12878: checking whether C doubles are ARM mixed-endian IEEE 754 binary64
configure:12900: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:12900: $? = 0
configure:12900: ./conftest
configure:12900: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMEGM 1
| #define HAVE_TIMES 1
| #define HAVE_TMPFILE 1
| #define HAVE_TMPNAM 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNAME 1
| #define HAVE_UNSETENV 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITID 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_WAIT4 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WRITEV 1
| #define HAVE_DIRFD 1
| #define HAVE_CHROOT 1
| #define HAVE_LINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FSYNC 1
| #define HAVE_KQUEUE 1
| #define HAVE_CTERMID_R 1
| #define HAVE_FLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_CHFLAGS 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_ZLIB_COPY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_SETGROUPS 1
| #define HAVE_OPENPTY 1
| #define HAVE_FORKPTY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FTELLO 1
| #define HAVE_STATVFS 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_STRDUP 1
| #define HAVE_GETPGRP 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_DEVICE_MACROS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_GEN 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define SYS_SELECT_WITH_SYS_TIME 1
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_PROTOTYPES 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_SOCKADDR_SA_LEN 1
| #define VA_LIST_IS_ARRAY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GCC_ASM_FOR_X64 1
| #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1
| /* end confdefs.h. */
|
| #include <string.h>
| int main() {
| double x = 9006104071832581.0;
| if (memcmp(&x, "\x01\xff\x3f\x43\x05\x04\x03\x02", 8) == 0)
| return 0;
| else
| return 1;
| }
|
configure:12911: result: no
configure:12930: checking whether we can use gcc inline assembler to get and set x87 control word
configure:12947: /usr/bin/clang -c conftest.c >&5
configure:12947: $? = 0
configure:12953: result: yes
configure:12967: checking for x87-style double rounding
configure:12998: /usr/bin/clang -Wno-unused-result -o conftest conftest.c -ldl >&5
configure:12998: $? = 0
configure:12998: ./conftest
configure:12998: $? = 0
configure:13008: result: no
configure:13027: checking for acosh
configure:13027: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:13027: $? = 0
configure:13027: result: yes
configure:13027: checking for asinh
configure:13027: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:13027: $? = 0
configure:13027: result: yes
configure:13027: checking for atanh
configure:13027: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:13027: $? = 0
configure:13027: result: yes
configure:13027: checking for copysign
configure:13027: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:13027: $? = 0
configure:13027: result: yes
configure:13027: checking for erf
configure:13027: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:13027: $? = 0
configure:13027: result: yes
configure:13027: checking for erfc
configure:13027: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:13027: $? = 0
configure:13027: result: yes
configure:13027: checking for expm1
configure:13027: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:13027: $? = 0
configure:13027: result: yes
configure:13027: checking for finite
configure:13027: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:13027: $? = 0
configure:13027: result: yes
configure:13027: checking for gamma
configure:13027: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:13027: $? = 0
configure:13027: result: yes
configure:13039: checking for hypot
configure:13039: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:13039: $? = 0
configure:13039: result: yes
configure:13039: checking for lgamma
configure:13039: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:13039: $? = 0
configure:13039: result: yes
configure:13039: checking for log1p
configure:13039: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:13039: $? = 0
configure:13039: result: yes
configure:13039: checking for log2
configure:13039: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:13039: $? = 0
configure:13039: result: yes
configure:13039: checking for round
configure:13039: /usr/bin/clang -o conftest conftest.c -ldl >&5
conftest.c:306:6: warning: incompatible redeclaration of library function 'round'
char round ();
^
conftest.c:306:6: note: 'round' is a builtin with type 'double (double)'
1 warning generated.
configure:13039: $? = 0
configure:13039: result: yes
configure:13039: checking for tgamma
configure:13039: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:13039: $? = 0
configure:13039: result: yes
configure:13048: checking whether isinf is declared
configure:13048: /usr/bin/clang -c conftest.c >&5
configure:13048: $? = 0
configure:13048: result: yes
configure:13059: checking whether isnan is declared
configure:13059: /usr/bin/clang -c conftest.c >&5
configure:13059: $? = 0
configure:13059: result: yes
configure:13070: checking whether isfinite is declared
configure:13070: /usr/bin/clang -c conftest.c >&5
configure:13070: $? = 0
configure:13070: result: yes
configure:13085: checking whether tanh preserves the sign of zero
configure:13109: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:13109: $? = 0
configure:13109: ./conftest
configure:13109: $? = 0
configure:13120: result: yes
configure:13133: checking whether log1p drops the sign of negative zero
configure:13157: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:13157: $? = 0
configure:13157: ./conftest
configure:13157: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMEGM 1
| #define HAVE_TIMES 1
| #define HAVE_TMPFILE 1
| #define HAVE_TMPNAM 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNAME 1
| #define HAVE_UNSETENV 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITID 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_WAIT4 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WRITEV 1
| #define HAVE_DIRFD 1
| #define HAVE_CHROOT 1
| #define HAVE_LINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FSYNC 1
| #define HAVE_KQUEUE 1
| #define HAVE_CTERMID_R 1
| #define HAVE_FLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_CHFLAGS 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_ZLIB_COPY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_SETGROUPS 1
| #define HAVE_OPENPTY 1
| #define HAVE_FORKPTY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FTELLO 1
| #define HAVE_STATVFS 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_STRDUP 1
| #define HAVE_GETPGRP 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_DEVICE_MACROS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_GEN 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define SYS_SELECT_WITH_SYS_TIME 1
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_PROTOTYPES 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_SOCKADDR_SA_LEN 1
| #define VA_LIST_IS_ARRAY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GCC_ASM_FOR_X64 1
| #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1
| #define HAVE_GCC_ASM_FOR_X87 1
| #define HAVE_ACOSH 1
| #define HAVE_ASINH 1
| #define HAVE_ATANH 1
| #define HAVE_COPYSIGN 1
| #define HAVE_ERF 1
| #define HAVE_ERFC 1
| #define HAVE_EXPM1 1
| #define HAVE_FINITE 1
| #define HAVE_GAMMA 1
| #define HAVE_HYPOT 1
| #define HAVE_LGAMMA 1
| #define HAVE_LOG1P 1
| #define HAVE_LOG2 1
| #define HAVE_ROUND 1
| #define HAVE_TGAMMA 1
| #define HAVE_DECL_ISINF 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISFINITE 1
| #define TANH_PRESERVES_ZERO_SIGN 1
| /* end confdefs.h. */
|
| #include <math.h>
| #include <stdlib.h>
| int main() {
| /* Fail if the signs of log1p(-0.) and -0. can be
| distinguished. */
| if (atan2(log1p(-0.), -1.) == atan2(-0., -1.))
| return 0;
| else
| return 1;
| }
|
configure:13168: result: yes
configure:13185: checking whether POSIX semaphores are enabled
configure:13214: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:13214: $? = 0
configure:13214: ./conftest
configure:13214: $? = 0
configure:13226: result: yes
configure:13236: checking for broken sem_getvalue
configure:13269: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:13269: $? = 0
configure:13269: ./conftest
configure:13269: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMEGM 1
| #define HAVE_TIMES 1
| #define HAVE_TMPFILE 1
| #define HAVE_TMPNAM 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNAME 1
| #define HAVE_UNSETENV 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITID 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_WAIT4 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WRITEV 1
| #define HAVE_DIRFD 1
| #define HAVE_CHROOT 1
| #define HAVE_LINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FSYNC 1
| #define HAVE_KQUEUE 1
| #define HAVE_CTERMID_R 1
| #define HAVE_FLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_CHFLAGS 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_ZLIB_COPY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_SETGROUPS 1
| #define HAVE_OPENPTY 1
| #define HAVE_FORKPTY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FTELLO 1
| #define HAVE_STATVFS 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_STRDUP 1
| #define HAVE_GETPGRP 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_DEVICE_MACROS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_GEN 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define SYS_SELECT_WITH_SYS_TIME 1
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_PROTOTYPES 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_SOCKADDR_SA_LEN 1
| #define VA_LIST_IS_ARRAY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GCC_ASM_FOR_X64 1
| #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1
| #define HAVE_GCC_ASM_FOR_X87 1
| #define HAVE_ACOSH 1
| #define HAVE_ASINH 1
| #define HAVE_ATANH 1
| #define HAVE_COPYSIGN 1
| #define HAVE_ERF 1
| #define HAVE_ERFC 1
| #define HAVE_EXPM1 1
| #define HAVE_FINITE 1
| #define HAVE_GAMMA 1
| #define HAVE_HYPOT 1
| #define HAVE_LGAMMA 1
| #define HAVE_LOG1P 1
| #define HAVE_LOG2 1
| #define HAVE_ROUND 1
| #define HAVE_TGAMMA 1
| #define HAVE_DECL_ISINF 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISFINITE 1
| #define TANH_PRESERVES_ZERO_SIGN 1
| #define LOG1P_DROPS_ZERO_SIGN 1
| /* end confdefs.h. */
|
| #include <unistd.h>
| #include <fcntl.h>
| #include <stdio.h>
| #include <semaphore.h>
| #include <sys/stat.h>
|
| int main(void){
| sem_t *a = sem_open("/autocftw", O_CREAT, S_IRUSR|S_IWUSR, 0);
| int count;
| int res;
| if(a==SEM_FAILED){
| perror("sem_open");
| return 1;
|
| }
| res = sem_getvalue(a, &count);
| sem_close(a);
| sem_unlink("/autocftw");
| return res==-1 ? 1 : 0;
| }
|
configure:13281: result: yes
configure:13291: checking digit size for Python's longs
configure:13314: result: no value specified
configure:13320: checking wchar.h usability
configure:13320: /usr/bin/clang -c conftest.c >&5
configure:13320: $? = 0
configure:13320: result: yes
configure:13320: checking wchar.h presence
configure:13320: /usr/bin/clang -E conftest.c
configure:13320: $? = 0
configure:13320: result: yes
configure:13320: checking for wchar.h
configure:13320: result: yes
configure:13342: checking size of wchar_t
configure:13347: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:13347: $? = 0
configure:13347: ./conftest
configure:13347: $? = 0
configure:13362: result: 4
configure:13374: checking for UCS-4 tcl
configure:13392: /usr/bin/clang -c conftest.c >&5
conftest.c:296:3: error: "NOT UCS4_TCL"
# error "NOT UCS4_TCL"
^
1 error generated.
configure:13392: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMEGM 1
| #define HAVE_TIMES 1
| #define HAVE_TMPFILE 1
| #define HAVE_TMPNAM 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNAME 1
| #define HAVE_UNSETENV 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITID 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_WAIT4 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WRITEV 1
| #define HAVE_DIRFD 1
| #define HAVE_CHROOT 1
| #define HAVE_LINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FSYNC 1
| #define HAVE_KQUEUE 1
| #define HAVE_CTERMID_R 1
| #define HAVE_FLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_CHFLAGS 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_ZLIB_COPY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_SETGROUPS 1
| #define HAVE_OPENPTY 1
| #define HAVE_FORKPTY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FTELLO 1
| #define HAVE_STATVFS 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_STRDUP 1
| #define HAVE_GETPGRP 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_DEVICE_MACROS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_GEN 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define SYS_SELECT_WITH_SYS_TIME 1
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_PROTOTYPES 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_SOCKADDR_SA_LEN 1
| #define VA_LIST_IS_ARRAY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GCC_ASM_FOR_X64 1
| #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1
| #define HAVE_GCC_ASM_FOR_X87 1
| #define HAVE_ACOSH 1
| #define HAVE_ASINH 1
| #define HAVE_ATANH 1
| #define HAVE_COPYSIGN 1
| #define HAVE_ERF 1
| #define HAVE_ERFC 1
| #define HAVE_EXPM1 1
| #define HAVE_FINITE 1
| #define HAVE_GAMMA 1
| #define HAVE_HYPOT 1
| #define HAVE_LGAMMA 1
| #define HAVE_LOG1P 1
| #define HAVE_LOG2 1
| #define HAVE_ROUND 1
| #define HAVE_TGAMMA 1
| #define HAVE_DECL_ISINF 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISFINITE 1
| #define TANH_PRESERVES_ZERO_SIGN 1
| #define LOG1P_DROPS_ZERO_SIGN 1
| #define HAVE_BROKEN_SEM_GETVALUE 1
| #define HAVE_WCHAR_H 1
| #define SIZEOF_WCHAR_T 4
| /* end confdefs.h. */
|
| #include <tcl.h>
| #if TCL_UTF_MAX != 6
| # error "NOT UCS4_TCL"
| #endif
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:13401: result: no
configure:13408: checking whether wchar_t is signed
configure:13428: /usr/bin/clang -o conftest conftest.c -ldl >&5
conftest.c:298:9: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
exit((((wchar_t) -1) < ((wchar_t) 0)) ? 0 : 1);
^
conftest.c:298:9: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
1 warning generated.
configure:13428: $? = 0
configure:13428: ./conftest
configure:13428: $? = 0
configure:13439: result: yes
configure:13454: result: no usable wchar_t found
configure:13458: checking whether byte ordering is bigendian
configure:13473: /usr/bin/clang -c conftest.c >&5
configure:13473: $? = 0
configure:13518: /usr/bin/clang -c conftest.c >&5
configure:13518: $? = 0
configure:13536: /usr/bin/clang -c conftest.c >&5
conftest.c:300:4: error: use of undeclared identifier 'not'
not big endian
^
1 error generated.
configure:13536: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMEGM 1
| #define HAVE_TIMES 1
| #define HAVE_TMPFILE 1
| #define HAVE_TMPNAM 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNAME 1
| #define HAVE_UNSETENV 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITID 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_WAIT4 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WRITEV 1
| #define HAVE_DIRFD 1
| #define HAVE_CHROOT 1
| #define HAVE_LINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FSYNC 1
| #define HAVE_KQUEUE 1
| #define HAVE_CTERMID_R 1
| #define HAVE_FLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_CHFLAGS 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_ZLIB_COPY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_SETGROUPS 1
| #define HAVE_OPENPTY 1
| #define HAVE_FORKPTY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FTELLO 1
| #define HAVE_STATVFS 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_STRDUP 1
| #define HAVE_GETPGRP 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_DEVICE_MACROS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_GEN 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define SYS_SELECT_WITH_SYS_TIME 1
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_PROTOTYPES 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_SOCKADDR_SA_LEN 1
| #define VA_LIST_IS_ARRAY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GCC_ASM_FOR_X64 1
| #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1
| #define HAVE_GCC_ASM_FOR_X87 1
| #define HAVE_ACOSH 1
| #define HAVE_ASINH 1
| #define HAVE_ATANH 1
| #define HAVE_COPYSIGN 1
| #define HAVE_ERF 1
| #define HAVE_ERFC 1
| #define HAVE_EXPM1 1
| #define HAVE_FINITE 1
| #define HAVE_GAMMA 1
| #define HAVE_HYPOT 1
| #define HAVE_LGAMMA 1
| #define HAVE_LOG1P 1
| #define HAVE_LOG2 1
| #define HAVE_ROUND 1
| #define HAVE_TGAMMA 1
| #define HAVE_DECL_ISINF 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISFINITE 1
| #define TANH_PRESERVES_ZERO_SIGN 1
| #define LOG1P_DROPS_ZERO_SIGN 1
| #define HAVE_BROKEN_SEM_GETVALUE 1
| #define HAVE_WCHAR_H 1
| #define SIZEOF_WCHAR_T 4
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:13664: result: no
configure:13698: checking ABIFLAGS
configure:13700: result: m
configure:13702: checking SOABI
configure:13705: result: cpython-33m
configure:13716: checking LDVERSION
configure:13719: result: $(VERSION)$(ABIFLAGS)
configure:13724: checking whether right shift extends the sign bit
configure:13742: /usr/bin/clang -o conftest conftest.c -ldl >&5
conftest.c:296:2: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
exit(((-1)>>3 == -1) ? 0 : 1);
^
conftest.c:296:2: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
1 warning generated.
configure:13742: $? = 0
configure:13742: ./conftest
configure:13742: $? = 0
configure:13753: result: yes
configure:13763: checking for getc_unlocked() and friends
configure:13785: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:13785: $? = 0
configure:13794: result: yes
configure:13811: checking how to link readline libs
configure:13838: /usr/bin/clang -o conftest conftest.c -lreadline -ldl >&5
configure:13838: $? = 0
configure:13853: result: -lreadline
configure:13861: checking for rl_callback_handler_install in -lreadline
configure:13886: /usr/bin/clang -o conftest conftest.c -lreadline -lreadline -lreadline -ldl >&5
configure:13886: $? = 0
configure:13895: result: yes
configure:13909: /usr/bin/clang -E conftest.c
configure:13909: $? = 0
configure:13947: checking for rl_pre_input_hook in -lreadline
configure:13972: /usr/bin/clang -o conftest conftest.c -lreadline -lreadline -lreadline -ldl >&5
configure:13972: $? = 0
configure:13981: result: yes
configure:13991: checking for rl_completion_display_matches_hook in -lreadline
configure:14016: /usr/bin/clang -o conftest conftest.c -lreadline -lreadline -lreadline -ldl >&5
configure:14016: $? = 0
configure:14025: result: yes
configure:14035: checking for rl_completion_matches in -lreadline
configure:14060: /usr/bin/clang -o conftest conftest.c -lreadline -lreadline -lreadline -ldl >&5
configure:14060: $? = 0
configure:14069: result: yes
configure:14083: /usr/bin/clang -E conftest.c
configure:14083: $? = 0
configure:14110: checking for broken nice()
configure:14131: /usr/bin/clang -o conftest conftest.c -ldl >&5
conftest.c:305:13: warning: implicit declaration of function 'nice' is invalid in C99 [-Wimplicit-function-declaration]
int val1 = nice(1);
^
conftest.c:307:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
exit(0);
^
conftest.c:307:3: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
2 warnings generated.
configure:14131: $? = 0
configure:14131: ./conftest
configure:14131: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMEGM 1
| #define HAVE_TIMES 1
| #define HAVE_TMPFILE 1
| #define HAVE_TMPNAM 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNAME 1
| #define HAVE_UNSETENV 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITID 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_WAIT4 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WRITEV 1
| #define HAVE_DIRFD 1
| #define HAVE_CHROOT 1
| #define HAVE_LINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FSYNC 1
| #define HAVE_KQUEUE 1
| #define HAVE_CTERMID_R 1
| #define HAVE_FLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_CHFLAGS 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_ZLIB_COPY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_SETGROUPS 1
| #define HAVE_OPENPTY 1
| #define HAVE_FORKPTY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FTELLO 1
| #define HAVE_STATVFS 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_STRDUP 1
| #define HAVE_GETPGRP 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_DEVICE_MACROS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_GEN 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define SYS_SELECT_WITH_SYS_TIME 1
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_PROTOTYPES 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_SOCKADDR_SA_LEN 1
| #define VA_LIST_IS_ARRAY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GCC_ASM_FOR_X64 1
| #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1
| #define HAVE_GCC_ASM_FOR_X87 1
| #define HAVE_ACOSH 1
| #define HAVE_ASINH 1
| #define HAVE_ATANH 1
| #define HAVE_COPYSIGN 1
| #define HAVE_ERF 1
| #define HAVE_ERFC 1
| #define HAVE_EXPM1 1
| #define HAVE_FINITE 1
| #define HAVE_GAMMA 1
| #define HAVE_HYPOT 1
| #define HAVE_LGAMMA 1
| #define HAVE_LOG1P 1
| #define HAVE_LOG2 1
| #define HAVE_ROUND 1
| #define HAVE_TGAMMA 1
| #define HAVE_DECL_ISINF 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISFINITE 1
| #define TANH_PRESERVES_ZERO_SIGN 1
| #define LOG1P_DROPS_ZERO_SIGN 1
| #define HAVE_BROKEN_SEM_GETVALUE 1
| #define HAVE_WCHAR_H 1
| #define SIZEOF_WCHAR_T 4
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_RL_CALLBACK 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_SUPPRESS_APPEND 1
| #define HAVE_RL_PRE_INPUT_HOOK 1
| #define HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_CATCH_SIGNAL 1
| /* end confdefs.h. */
|
| int main()
| {
| int val1 = nice(1);
| if (val1 != -1 && val1 == nice(2))
| exit(0);
| exit(1);
| }
|
configure:14142: result: no
configure:14151: checking for broken poll()
configure:14181: /usr/bin/clang -o conftest conftest.c -ldl >&5
conftest.c:310:5: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration]
close (42);
^
1 warning generated.
configure:14181: $? = 0
configure:14181: ./conftest
configure:14181: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMEGM 1
| #define HAVE_TIMES 1
| #define HAVE_TMPFILE 1
| #define HAVE_TMPNAM 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNAME 1
| #define HAVE_UNSETENV 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITID 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_WAIT4 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WRITEV 1
| #define HAVE_DIRFD 1
| #define HAVE_CHROOT 1
| #define HAVE_LINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FSYNC 1
| #define HAVE_KQUEUE 1
| #define HAVE_CTERMID_R 1
| #define HAVE_FLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_CHFLAGS 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_ZLIB_COPY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_SETGROUPS 1
| #define HAVE_OPENPTY 1
| #define HAVE_FORKPTY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FTELLO 1
| #define HAVE_STATVFS 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_STRDUP 1
| #define HAVE_GETPGRP 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_DEVICE_MACROS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_GEN 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define SYS_SELECT_WITH_SYS_TIME 1
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_PROTOTYPES 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_SOCKADDR_SA_LEN 1
| #define VA_LIST_IS_ARRAY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GCC_ASM_FOR_X64 1
| #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1
| #define HAVE_GCC_ASM_FOR_X87 1
| #define HAVE_ACOSH 1
| #define HAVE_ASINH 1
| #define HAVE_ATANH 1
| #define HAVE_COPYSIGN 1
| #define HAVE_ERF 1
| #define HAVE_ERFC 1
| #define HAVE_EXPM1 1
| #define HAVE_FINITE 1
| #define HAVE_GAMMA 1
| #define HAVE_HYPOT 1
| #define HAVE_LGAMMA 1
| #define HAVE_LOG1P 1
| #define HAVE_LOG2 1
| #define HAVE_ROUND 1
| #define HAVE_TGAMMA 1
| #define HAVE_DECL_ISINF 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISFINITE 1
| #define TANH_PRESERVES_ZERO_SIGN 1
| #define LOG1P_DROPS_ZERO_SIGN 1
| #define HAVE_BROKEN_SEM_GETVALUE 1
| #define HAVE_WCHAR_H 1
| #define SIZEOF_WCHAR_T 4
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_RL_CALLBACK 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_SUPPRESS_APPEND 1
| #define HAVE_RL_PRE_INPUT_HOOK 1
| #define HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_CATCH_SIGNAL 1
| /* end confdefs.h. */
|
| #include <poll.h>
|
| int main()
| {
| struct pollfd poll_struct = { 42, POLLIN|POLLPRI|POLLOUT, 0 };
| int poll_test;
|
| close (42);
|
| poll_test = poll(&poll_struct, 1, 0);
| if (poll_test < 0)
| return 0;
| else if (poll_test == 0 && poll_struct.revents != POLLNVAL)
| return 0;
| else
| return 1;
| }
|
configure:14192: result: no
configure:14204: checking for struct tm.tm_zone
configure:14204: result: yes
configure:14273: checking for working tzset()
configure:14349: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:14349: $? = 0
configure:14349: ./conftest
configure:14349: $? = 0
configure:14360: result: yes
configure:14370: checking for tv_nsec in struct stat
configure:14389: /usr/bin/clang -c conftest.c >&5
conftest.c:311:4: error: no member named 'st_mtim' in 'struct stat'
st.st_mtim.tv_nsec = 1;
~~ ^
1 error generated.
configure:14389: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMEGM 1
| #define HAVE_TIMES 1
| #define HAVE_TMPFILE 1
| #define HAVE_TMPNAM 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNAME 1
| #define HAVE_UNSETENV 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITID 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_WAIT4 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WRITEV 1
| #define HAVE_DIRFD 1
| #define HAVE_CHROOT 1
| #define HAVE_LINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FSYNC 1
| #define HAVE_KQUEUE 1
| #define HAVE_CTERMID_R 1
| #define HAVE_FLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_CHFLAGS 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_ZLIB_COPY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_SETGROUPS 1
| #define HAVE_OPENPTY 1
| #define HAVE_FORKPTY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FTELLO 1
| #define HAVE_STATVFS 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_STRDUP 1
| #define HAVE_GETPGRP 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_DEVICE_MACROS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_GEN 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define SYS_SELECT_WITH_SYS_TIME 1
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_PROTOTYPES 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_SOCKADDR_SA_LEN 1
| #define VA_LIST_IS_ARRAY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GCC_ASM_FOR_X64 1
| #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1
| #define HAVE_GCC_ASM_FOR_X87 1
| #define HAVE_ACOSH 1
| #define HAVE_ASINH 1
| #define HAVE_ATANH 1
| #define HAVE_COPYSIGN 1
| #define HAVE_ERF 1
| #define HAVE_ERFC 1
| #define HAVE_EXPM1 1
| #define HAVE_FINITE 1
| #define HAVE_GAMMA 1
| #define HAVE_HYPOT 1
| #define HAVE_LGAMMA 1
| #define HAVE_LOG1P 1
| #define HAVE_LOG2 1
| #define HAVE_ROUND 1
| #define HAVE_TGAMMA 1
| #define HAVE_DECL_ISINF 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISFINITE 1
| #define TANH_PRESERVES_ZERO_SIGN 1
| #define LOG1P_DROPS_ZERO_SIGN 1
| #define HAVE_BROKEN_SEM_GETVALUE 1
| #define HAVE_WCHAR_H 1
| #define SIZEOF_WCHAR_T 4
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_RL_CALLBACK 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_SUPPRESS_APPEND 1
| #define HAVE_RL_PRE_INPUT_HOOK 1
| #define HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_CATCH_SIGNAL 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_WORKING_TZSET 1
| /* end confdefs.h. */
| #include <sys/stat.h>
| int
| main ()
| {
|
| struct stat st;
| st.st_mtim.tv_nsec = 1;
|
| ;
| return 0;
| }
configure:14397: result: no
configure:14407: checking for tv_nsec2 in struct stat
configure:14426: /usr/bin/clang -c conftest.c >&5
configure:14426: $? = 0
configure:14434: result: yes
configure:14446: checking whether mvwdelch is an expression
configure:14465: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:14465: $? = 0
configure:14473: result: yes
configure:14483: checking whether WINDOW has _flags
configure:14502: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
conftest.c:313:4: error: incomplete definition of type 'struct _win_st'
w->_flags = 0;
~^
/usr/include/curses.h:322:16: note: forward declaration of 'struct _win_st'
typedef struct _win_st WINDOW;
^
1 error generated.
configure:14502: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMEGM 1
| #define HAVE_TIMES 1
| #define HAVE_TMPFILE 1
| #define HAVE_TMPNAM 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNAME 1
| #define HAVE_UNSETENV 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITID 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_WAIT4 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WRITEV 1
| #define HAVE_DIRFD 1
| #define HAVE_CHROOT 1
| #define HAVE_LINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FSYNC 1
| #define HAVE_KQUEUE 1
| #define HAVE_CTERMID_R 1
| #define HAVE_FLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_CHFLAGS 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_ZLIB_COPY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_SETGROUPS 1
| #define HAVE_OPENPTY 1
| #define HAVE_FORKPTY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FTELLO 1
| #define HAVE_STATVFS 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_STRDUP 1
| #define HAVE_GETPGRP 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_DEVICE_MACROS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_GEN 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define SYS_SELECT_WITH_SYS_TIME 1
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_PROTOTYPES 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_SOCKADDR_SA_LEN 1
| #define VA_LIST_IS_ARRAY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GCC_ASM_FOR_X64 1
| #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1
| #define HAVE_GCC_ASM_FOR_X87 1
| #define HAVE_ACOSH 1
| #define HAVE_ASINH 1
| #define HAVE_ATANH 1
| #define HAVE_COPYSIGN 1
| #define HAVE_ERF 1
| #define HAVE_ERFC 1
| #define HAVE_EXPM1 1
| #define HAVE_FINITE 1
| #define HAVE_GAMMA 1
| #define HAVE_HYPOT 1
| #define HAVE_LGAMMA 1
| #define HAVE_LOG1P 1
| #define HAVE_LOG2 1
| #define HAVE_ROUND 1
| #define HAVE_TGAMMA 1
| #define HAVE_DECL_ISINF 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISFINITE 1
| #define TANH_PRESERVES_ZERO_SIGN 1
| #define LOG1P_DROPS_ZERO_SIGN 1
| #define HAVE_BROKEN_SEM_GETVALUE 1
| #define HAVE_WCHAR_H 1
| #define SIZEOF_WCHAR_T 4
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_RL_CALLBACK 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_SUPPRESS_APPEND 1
| #define HAVE_RL_PRE_INPUT_HOOK 1
| #define HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_CATCH_SIGNAL 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_WORKING_TZSET 1
| #define HAVE_STAT_TV_NSEC2 1
| #define MVWDELCH_IS_EXPRESSION 1
| /* end confdefs.h. */
| #include <curses.h>
| int
| main ()
| {
|
| WINDOW *w;
| w->_flags = 0;
|
| ;
| return 0;
| }
configure:14510: result: no
configure:14521: checking for is_term_resized
configure:14534: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:14534: $? = 0
configure:14538: result: yes
configure:14547: checking for resize_term
configure:14560: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:14560: $? = 0
configure:14564: result: yes
configure:14573: checking for resizeterm
configure:14586: /usr/bin/clang -c -I/usr/include/ncursesw conftest.c >&5
configure:14586: $? = 0
configure:14590: result: yes
configure:14601: checking for device files
configure:14621: checking for /dev/ptmx
configure:14634: result: yes
configure:14645: checking for /dev/ptc
configure:14658: result: no
configure:14672: checking for %lld and %llu printf() format support
configure:14743: /usr/bin/clang -o conftest conftest.c -ldl >&5
configure:14743: $? = 0
configure:14743: ./conftest
configure:14743: $? = 0
configure:14755: result: yes
configure:14771: checking for %zd printf() format support
configure:14819: /usr/bin/clang -o conftest conftest.c -ldl -framework CoreFoundation >&5
configure:14819: $? = 0
configure:14819: ./conftest
configure:14819: $? = 0
configure:14829: result: yes
configure:14837: checking for socklen_t
configure:14837: /usr/bin/clang -c conftest.c >&5
configure:14837: $? = 0
configure:14837: /usr/bin/clang -c conftest.c >&5
conftest.c:325:24: error: expected expression
if (sizeof ((socklen_t)))
^
1 error generated.
configure:14837: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_SYS_EVENT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_KERN_CONTROL_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SYS_DOMAIN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TERM_H 1
| #define HAVE_MAKEDEV 1
| #define _LARGEFILE_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #if defined(SCO_DS)
| #undef _OFF_T
| #endif
| #define RETSIGTYPE void
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GCC_UINT128_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FPOS_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PID_T 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_C99_BOOL 1
| #define SIZEOF__BOOL 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_PTHREAD_T 8
| #define WITH_DYLD 1
| #define HAVE_LIBDL 1
| #define WITH_THREAD 1
| #define _REENTRANT 1
| #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define ENABLE_IPV6 1
| #define HAVE_OSX105_SDK 1
| #define WITH_DOC_STRINGS 1
| #define WITH_PYMALLOC 1
| #define HAVE_DLOPEN 1
| #define HAVE_DYNAMIC_LOADING 1
| #define HAVE_ALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_CHOWN 1
| #define HAVE_CLOCK 1
| #define HAVE_CONFSTR 1
| #define HAVE_CTERMID 1
| #define HAVE_EXECV 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FORK 1
| #define HAVE_FPATHCONF 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMES 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETSID 1
| #define HAVE_GETWD 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_KILL 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_MMAP 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKTIME 1
| #define HAVE_NICE 1
| #define HAVE_PATHCONF 1
| #define HAVE_PAUSE 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_INIT 1
| #define HAVE_PTHREAD_KILL 1
| #define HAVE_PUTENV 1
| #define HAVE_PWRITE 1
| #define HAVE_READLINK 1
| #define HAVE_READV 1
| #define HAVE_REALPATH 1
| #define HAVE_SELECT 1
| #define HAVE_SEM_OPEN 1
| #define HAVE_SEM_GETVALUE 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_SETUID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SIGPENDING 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGWAIT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TIMEGM 1
| #define HAVE_TIMES 1
| #define HAVE_TMPFILE 1
| #define HAVE_TMPNAM 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNAME 1
| #define HAVE_UNSETENV 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITID 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_WAIT4 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WRITEV 1
| #define HAVE_DIRFD 1
| #define HAVE_CHROOT 1
| #define HAVE_LINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FSYNC 1
| #define HAVE_KQUEUE 1
| #define HAVE_CTERMID_R 1
| #define HAVE_FLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_CHFLAGS 1
| #define HAVE_LCHFLAGS 1
| #define HAVE_ZLIB_COPY 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_SETGROUPS 1
| #define HAVE_OPENPTY 1
| #define HAVE_FORKPTY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FTELLO 1
| #define HAVE_STATVFS 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_STRDUP 1
| #define HAVE_GETPGRP 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_DEVICE_MACROS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_GEN 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define SYS_SELECT_WITH_SYS_TIME 1
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_PROTOTYPES 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_SOCKADDR_SA_LEN 1
| #define VA_LIST_IS_ARRAY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GCC_ASM_FOR_X64 1
| #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1
| #define HAVE_GCC_ASM_FOR_X87 1
| #define HAVE_ACOSH 1
| #define HAVE_ASINH 1
| #define HAVE_ATANH 1
| #define HAVE_COPYSIGN 1
| #define HAVE_ERF 1
| #define HAVE_ERFC 1
| #define HAVE_EXPM1 1
| #define HAVE_FINITE 1
| #define HAVE_GAMMA 1
| #define HAVE_HYPOT 1
| #define HAVE_LGAMMA 1
| #define HAVE_LOG1P 1
| #define HAVE_LOG2 1
| #define HAVE_ROUND 1
| #define HAVE_TGAMMA 1
| #define HAVE_DECL_ISINF 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_ISFINITE 1
| #define TANH_PRESERVES_ZERO_SIGN 1
| #define LOG1P_DROPS_ZERO_SIGN 1
| #define HAVE_BROKEN_SEM_GETVALUE 1
| #define HAVE_WCHAR_H 1
| #define SIZEOF_WCHAR_T 4
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_RL_CALLBACK 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_SUPPRESS_APPEND 1
| #define HAVE_RL_PRE_INPUT_HOOK 1
| #define HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_CATCH_SIGNAL 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_WORKING_TZSET 1
| #define HAVE_STAT_TV_NSEC2 1
| #define MVWDELCH_IS_EXPRESSION 1
| #define HAVE_CURSES_IS_TERM_RESIZED 1
| #define HAVE_CURSES_RESIZE_TERM 1
| #define HAVE_CURSES_RESIZETERM 1
| #define HAVE_DEV_PTMX 1
| #define PY_FORMAT_LONG_LONG "ll"
| #define PY_FORMAT_SIZE_T "z"
| /* end confdefs.h. */
|
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((socklen_t)))
| return 0;
| ;
| return 0;
| }
configure:14837: result: yes
configure:14855: checking for broken mbstowcs
configure:14876: /usr/bin/clang -o conftest conftest.c -ldl -framework CoreFoundation >&5
configure:14876: $? = 0
configure:14876: ./conftest
configure:14876: $? = 0
configure:14887: result: no
configure:14897: checking for --with-computed-gotos
configure:14921: result: no value specified
configure:14926: checking whether /usr/bin/clang supports computed gotos
configure:14953: /usr/bin/clang -o conftest conftest.c -ldl -framework CoreFoundation >&5
configure:14953: $? = 0
configure:14953: ./conftest
configure:14953: $? = 0
configure:14964: result: yes
configure:14989: checking for build directories
configure:14996: result: done
configure:15000: checking for -O2
configure:15016: /usr/bin/clang -c -O2 conftest.c >&5
configure:15016: $? = 0
configure:15022: result: yes
configure:15028: checking for glibc _FORTIFY_SOURCE/memmove bug
configure:15057: /usr/bin/clang -o conftest -O2 -D_FORTIFY_SOURCE=2 conftest.c -ldl -framework CoreFoundation >&5
configure:15057: $? = 0
configure:15057: ./conftest
configure:15057: $? = 0
configure:15067: result: no
configure:15249: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by python config.status 3.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on bobo.local
config.status:1203: creating Makefile.pre
config.status:1203: creating Modules/Setup.config
config.status:1203: creating Misc/python.pc
config.status:1203: creating Modules/ld_so_aix
config.status:1203: creating pyconfig.h
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_big_endian_double=no
ac_cv_broken_mbstowcs=no
ac_cv_broken_nice=no
ac_cv_broken_poll=no
ac_cv_broken_sem_getvalue=yes
ac_cv_buggy_getaddrinfo=no
ac_cv_build=x86_64-apple-darwin12.3.0
ac_cv_c_bigendian=no
ac_cv_c_char_unsigned=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_int32_t=yes
ac_cv_c_int64_t=yes
ac_cv_c_uint32_t=yes
ac_cv_c_uint64_t=yes
ac_cv_computed_gotos=yes
ac_cv_cxx_thread=no
ac_cv_disable_unused_result_warning=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_MACHDEP_set=
ac_cv_env_MACHDEP_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_file__dev_ptc=no
ac_cv_file__dev_ptmx=yes
ac_cv_flock_decl=yes
ac_cv_func___fpu_control=no
ac_cv_func__getpty=no
ac_cv_func_accept4=no
ac_cv_func_acosh=yes
ac_cv_func_alarm=yes
ac_cv_func_asinh=yes
ac_cv_func_atanh=yes
ac_cv_func_bind_textdomain_codeset=no
ac_cv_func_chown=yes
ac_cv_func_clock=yes
ac_cv_func_clock_getres=no
ac_cv_func_clock_gettime=no
ac_cv_func_confstr=yes
ac_cv_func_copysign=yes
ac_cv_func_ctermid=yes
ac_cv_func_dlopen=yes
ac_cv_func_dup2=yes
ac_cv_func_erf=yes
ac_cv_func_erfc=yes
ac_cv_func_execv=yes
ac_cv_func_expm1=yes
ac_cv_func_faccessat=no
ac_cv_func_fchmod=yes
ac_cv_func_fchmodat=no
ac_cv_func_fchown=yes
ac_cv_func_fchownat=no
ac_cv_func_fdopendir=no
ac_cv_func_fexecve=no
ac_cv_func_finite=yes
ac_cv_func_flock=yes
ac_cv_func_fork=yes
ac_cv_func_forkpty=yes
ac_cv_func_fpathconf=yes
ac_cv_func_fseek64=no
ac_cv_func_fseeko=yes
ac_cv_func_fstatat=no
ac_cv_func_fstatvfs=yes
ac_cv_func_ftell64=no
ac_cv_func_ftello=yes
ac_cv_func_ftime=yes
ac_cv_func_ftruncate=yes
ac_cv_func_futimens=no
ac_cv_func_futimes=yes
ac_cv_func_futimesat=no
ac_cv_func_gai_strerror=yes
ac_cv_func_gamma=yes
ac_cv_func_getcwd=yes
ac_cv_func_getgrouplist=yes
ac_cv_func_getgroups=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostbyname_r=no
ac_cv_func_getitimer=yes
ac_cv_func_getloadavg=yes
ac_cv_func_getlogin=yes
ac_cv_func_getnameinfo=yes
ac_cv_func_getpeername=yes
ac_cv_func_getpgid=yes
ac_cv_func_getpgrp=yes
ac_cv_func_getpid=yes
ac_cv_func_getpriority=yes
ac_cv_func_getpwent=yes
ac_cv_func_getresgid=no
ac_cv_func_getresuid=no
ac_cv_func_getsid=yes
ac_cv_func_getspent=no
ac_cv_func_getspnam=no
ac_cv_func_gettimeofday=yes
ac_cv_func_getwd=yes
ac_cv_func_hypot=yes
ac_cv_func_if_nameindex=yes
ac_cv_func_initgroups=yes
ac_cv_func_kill=yes
ac_cv_func_killpg=yes
ac_cv_func_lchmod=yes
ac_cv_func_lchown=yes
ac_cv_func_lgamma=yes
ac_cv_func_linkat=no
ac_cv_func_lockf=yes
ac_cv_func_log1p=yes
ac_cv_func_log2=yes
ac_cv_func_lstat=yes
ac_cv_func_lutimes=yes
ac_cv_func_mbrtowc=yes
ac_cv_func_memmove=yes
ac_cv_func_memrchr=no
ac_cv_func_mkdirat=no
ac_cv_func_mkfifo=yes
ac_cv_func_mkfifoat=no
ac_cv_func_mknod=yes
ac_cv_func_mknodat=no
ac_cv_func_mktime=yes
ac_cv_func_mmap=yes
ac_cv_func_mremap=no
ac_cv_func_nice=yes
ac_cv_func_openat=no
ac_cv_func_openpty=yes
ac_cv_func_pathconf=yes
ac_cv_func_pause=yes
ac_cv_func_pipe2=no
ac_cv_func_plock=no
ac_cv_func_poll=yes
ac_cv_func_posix_fadvise=no
ac_cv_func_posix_fallocate=no
ac_cv_func_pread=yes
ac_cv_func_pthread_init=yes
ac_cv_func_pthread_kill=yes
ac_cv_func_pthread_sigmask=yes
ac_cv_func_putenv=yes
ac_cv_func_pwrite=yes
ac_cv_func_readlink=yes
ac_cv_func_readlinkat=no
ac_cv_func_readv=yes
ac_cv_func_realpath=yes
ac_cv_func_renameat=no
ac_cv_func_round=yes
ac_cv_func_sched_get_priority_max=yes
ac_cv_func_sched_rr_get_interval=no
ac_cv_func_sched_setaffinity=no
ac_cv_func_sched_setparam=no
ac_cv_func_sched_setscheduler=no
ac_cv_func_select=yes
ac_cv_func_sem_getvalue=yes
ac_cv_func_sem_open=yes
ac_cv_func_sem_timedwait=no
ac_cv_func_sem_unlink=yes
ac_cv_func_sendfile=yes
ac_cv_func_setegid=yes
ac_cv_func_seteuid=yes
ac_cv_func_setgid=yes
ac_cv_func_sethostname=yes
ac_cv_func_setitimer=yes
ac_cv_func_setlocale=yes
ac_cv_func_setpgid=yes
ac_cv_func_setpgrp=yes
ac_cv_func_setpriority=yes
ac_cv_func_setregid=yes
ac_cv_func_setresgid=no
ac_cv_func_setresuid=no
ac_cv_func_setreuid=yes
ac_cv_func_setsid=yes
ac_cv_func_setuid=yes
ac_cv_func_setvbuf=yes
ac_cv_func_sigaction=yes
ac_cv_func_sigaltstack=yes
ac_cv_func_siginterrupt=yes
ac_cv_func_sigpending=yes
ac_cv_func_sigrelse=yes
ac_cv_func_sigtimedwait=no
ac_cv_func_sigwait=yes
ac_cv_func_sigwaitinfo=no
ac_cv_func_snprintf=yes
ac_cv_func_statvfs=yes
ac_cv_func_strdup=yes
ac_cv_func_strftime=yes
ac_cv_func_strlcpy=yes
ac_cv_func_symlinkat=no
ac_cv_func_sync=yes
ac_cv_func_sysconf=yes
ac_cv_func_tcgetpgrp=yes
ac_cv_func_tcsetpgrp=yes
ac_cv_func_tempnam=yes
ac_cv_func_tgamma=yes
ac_cv_func_timegm=yes
ac_cv_func_times=yes
ac_cv_func_tmpfile=yes
ac_cv_func_tmpnam=yes
ac_cv_func_tmpnam_r=no
ac_cv_func_truncate=yes
ac_cv_func_uname=yes
ac_cv_func_unlinkat=no
ac_cv_func_unsetenv=yes
ac_cv_func_utimensat=no
ac_cv_func_utimes=yes
ac_cv_func_wait3=yes
ac_cv_func_wait4=yes
ac_cv_func_waitid=yes
ac_cv_func_waitpid=yes
ac_cv_func_wcscoll=yes
ac_cv_func_wcsftime=yes
ac_cv_func_wcsxfrm=yes
ac_cv_func_writev=yes
ac_cv_has_makedev=yes
ac_cv_have_chflags=yes
ac_cv_have_decl_dirfd=yes
ac_cv_have_decl_isfinite=yes
ac_cv_have_decl_isinf=yes
ac_cv_have_decl_isnan=yes
ac_cv_have_getc_unlocked=yes
ac_cv_have_lchflags=yes
ac_cv_have_long_long_format=yes
ac_cv_have_size_t_format=yes
ac_cv_header_asm_types_h=no
ac_cv_header_bluetooth_bluetooth_h=no
ac_cv_header_bluetooth_h=no
ac_cv_header_conio_h=no
ac_cv_header_curses_h=yes
ac_cv_header_direct_h=no
ac_cv_header_dirent_dirent_h=yes
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_ieeefp_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_io_h=no
ac_cv_header_langinfo_h=yes
ac_cv_header_libintl_h=no
ac_cv_header_libutil_h=no
ac_cv_header_linux_can_h=no
ac_cv_header_linux_can_raw_h=no
ac_cv_header_linux_netlink_h=no
ac_cv_header_linux_tipc_h=no
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_ncurses_h=yes
ac_cv_header_net_if_h=yes
ac_cv_header_netpacket_packet_h=no
ac_cv_header_poll_h=yes
ac_cv_header_process_h=no
ac_cv_header_pthread_h=yes
ac_cv_header_pty_h=no
ac_cv_header_sched_h=yes
ac_cv_header_shadow_h=no
ac_cv_header_signal_h=yes
ac_cv_header_spawn_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_stropts_h=no
ac_cv_header_sys_audioio_h=no
ac_cv_header_sys_bsdtty_h=no
ac_cv_header_sys_devpoll_h=no
ac_cv_header_sys_epoll_h=no
ac_cv_header_sys_event_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_kern_control_h=yes
ac_cv_header_sys_loadavg_h=no
ac_cv_header_sys_lock_h=yes
ac_cv_header_sys_mkdev_h=no
ac_cv_header_sys_modem_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_sendfile_h=no
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_statvfs_h=yes
ac_cv_header_sys_sys_domain_h=yes
ac_cv_header_sys_syscall_h=yes
ac_cv_header_sys_termio_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_types_h_makedev=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_sys_un_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_sys_xattr_h=yes
ac_cv_header_sysexits_h=yes
ac_cv_header_term_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_time_altzone=no
ac_cv_header_unistd_h=yes
ac_cv_header_util_h=yes
ac_cv_header_utime_h=yes
ac_cv_header_wchar_h=yes
ac_cv_host=x86_64-apple-darwin12.3.0
ac_cv_kpthread=no
ac_cv_kthread=no
ac_cv_lib_c_inet_aton=yes
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
ac_cv_lib_ieee___fpu_control=no
ac_cv_lib_intl_textdomain=no
ac_cv_lib_nsl_t_open=no
ac_cv_lib_readline_rl_callback_handler_install=yes
ac_cv_lib_readline_rl_completion_display_matches_hook=yes
ac_cv_lib_readline_rl_completion_matches=yes
ac_cv_lib_readline_rl_pre_input_hook=yes
ac_cv_lib_rt_clock_getres=no
ac_cv_lib_rt_clock_gettime=no
ac_cv_lib_sendfile_sendfile=no
ac_cv_lib_socket_socket=no
ac_cv_lib_z_inflateCopy=yes
ac_cv_little_endian_double=yes
ac_cv_log1p_drops_zero_sign=yes
ac_cv_member_struct_stat_st_birthtime=yes
ac_cv_member_struct_stat_st_blksize=yes
ac_cv_member_struct_stat_st_blocks=yes
ac_cv_member_struct_stat_st_flags=yes
ac_cv_member_struct_stat_st_gen=yes
ac_cv_member_struct_stat_st_rdev=yes
ac_cv_member_struct_tm_tm_zone=yes
ac_cv_mixed_endian_double=no
ac_cv_mvwdelch_is_expression=yes
ac_cv_no_strict_aliasing=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_posix_semaphores_enabled=yes
ac_cv_prog_CPP='/usr/bin/clang -E'
ac_cv_prog_PYTHON=python3.3
ac_cv_prog_TRUE=true
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=/usr/bin/clang
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_pthread=no
ac_cv_pthread_is_default=yes
ac_cv_pthread_system_supported=yes
ac_cv_rshift_extends_sign=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_opendir='none required'
ac_cv_search_sem_init='none required'
ac_cv_sizeof__Bool=1
ac_cv_sizeof_double=8
ac_cv_sizeof_float=4
ac_cv_sizeof_fpos_t=8
ac_cv_sizeof_int=4
ac_cv_sizeof_long=8
ac_cv_sizeof_long_double=16
ac_cv_sizeof_long_long=8
ac_cv_sizeof_off_t=8
ac_cv_sizeof_pid_t=4
ac_cv_sizeof_pthread_t=8
ac_cv_sizeof_short=2
ac_cv_sizeof_size_t=8
ac_cv_sizeof_time_t=8
ac_cv_sizeof_uintptr_t=8
ac_cv_sizeof_void_p=8
ac_cv_sizeof_wchar_t=4
ac_cv_stat_tv_nsec2=yes
ac_cv_stat_tv_nsec=no
ac_cv_struct_addrinfo=yes
ac_cv_struct_sockaddr_storage=yes
ac_cv_struct_tm=time.h
ac_cv_tanh_preserves_zero_sign=yes
ac_cv_type___uint128_t=yes
ac_cv_type_int32_t=yes
ac_cv_type_int64_t=yes
ac_cv_type_mode_t=yes
ac_cv_type_off_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_size_t=yes
ac_cv_type_socklen_t=yes
ac_cv_type_ssize_t=yes
ac_cv_type_uid_t=yes
ac_cv_type_uint32_t=yes
ac_cv_type_uint64_t=yes
ac_cv_type_uintptr_t=yes
ac_cv_wchar_t_signed=yes
ac_cv_window_has_flags=no
ac_cv_working_tzset=yes
ac_cv_x87_double_rounding=no
py_cv_lib_readline=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ABIFLAGS='m'
AR='ar'
ARCH_RUN_32BIT=''
ARFLAGS='rc'
ASDLGEN='python3.3'
BASECFLAGS=' -Wno-unused-result'
BASECPPFLAGS=''
BLDLIBRARY='$(LDLIBRARY)'
BLDSHARED='$(CC) -bundle -undefined dynamic_lookup'
BUILDEXEEXT='.exe'
CC='/usr/bin/clang'
CCSHARED=''
CFLAGS=''
CFLAGSFORSHARED=''
CONFIGURE_MACOSX_DEPLOYMENT_TARGET='10.8'
CONFIG_ARGS=' '\''--prefix=/Users/paul/opt/Python-3.3.2'\'''
CPP='/usr/bin/clang -E'
CPPFLAGS=''
CXX='/usr/bin/clang++'
DEFS='-DHAVE_CONFIG_H'
DLINCLDIR='.'
DLLLIBRARY=''
DYNLOADFILE='dynload_shlib.o'
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
EXPORT_MACOSX_DEPLOYMENT_TARGET=''
EXT_SUFFIX='.so'
FRAMEWORKALTINSTALLFIRST=''
FRAMEWORKALTINSTALLLAST=''
FRAMEWORKINSTALLAPPSPREFIX=''
FRAMEWORKINSTALLFIRST=''
FRAMEWORKINSTALLLAST=''
FRAMEWORKUNIXTOOLSPREFIX='/Users/paul/opt/Python-3.3.2'
GNULD='no'
GREP='/usr/bin/grep'
HAS_HG='no-repository'
HAVE_GETHOSTBYNAME=''
HAVE_GETHOSTBYNAME_R=''
HAVE_GETHOSTBYNAME_R_3_ARG=''
HAVE_GETHOSTBYNAME_R_5_ARG=''
HAVE_GETHOSTBYNAME_R_6_ARG=''
HGBRANCH=''
HGTAG=''
HGVERSION=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTSONAME='$(LDLIBRARY)'
LDCXXSHARED='$(CXX) -bundle -undefined dynamic_lookup'
LDFLAGS=''
LDLAST=''
LDLIBRARY='libpython$(VERSION)$(ABIFLAGS).a'
LDLIBRARYDIR=''
LDSHARED='$(CC) -bundle -undefined dynamic_lookup'
LDVERSION='$(VERSION)$(ABIFLAGS)'
LIBC=''
LIBFFI_INCLUDEDIR=''
LIBM=''
LIBOBJS=''
LIBRARY='libpython$(VERSION)$(ABIFLAGS).a'
LIBS='-ldl -framework CoreFoundation'
LIBTOOL_CRUFT=' -lSystem -lSystemStubs -arch_only x86_64 -install_name $(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK) -compatibility_version $(VERSION) -current_version $(VERSION)'
LINKCC='$(PURIFY) $(MAINCC)'
LINKFORSHARED=' -framework CoreFoundation'
LIPO_32BIT_FLAGS=''
LN='ln'
LTLIBOBJS=''
MACHDEP='darwin'
MACHDEP_OBJS=''
MAINCC='$(CC)'
MKDIR_P='./install-sh -c -d'
MULTIARCH=''
NO_AS_NEEDED=''
OBJEXT='o'
OPT='-DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes'
OTHER_LIBTOOL_OPT=''
PACKAGE_BUGREPORT='http://bugs.python.org/'
PACKAGE_NAME='python'
PACKAGE_STRING='python 3.3'
PACKAGE_TARNAME='python'
PACKAGE_URL=''
PACKAGE_VERSION='3.3'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/local/bin/pkg-config'
PY3LIBRARY=''
PYTHON='python3.3'
PYTHONFRAMEWORK=''
PYTHONFRAMEWORKDIR='no-framework'
PYTHONFRAMEWORKIDENTIFIER='org.python.python'
PYTHONFRAMEWORKINSTALLDIR=''
PYTHONFRAMEWORKPREFIX=''
PYTHON_FOR_BUILD='./$(BUILDPYTHON) -E'
RANLIB='ranlib'
READELF=':'
RUNSHARED=''
SGI_ABI=''
SHELL='/bin/sh'
SHLIBS='$(LIBS)'
SHLIB_SUFFIX='.so'
SIGNAL_OBJS=''
SOABI='cpython-33m'
SOVERSION='1.0'
SRCDIRS='Parser Grammar Objects Python Modules Mac'
THREADHEADERS=' $(srcdir)/Python/thread_foobar.h $(srcdir)/Python/thread_nt.h $(srcdir)/Python/thread_os2.h $(srcdir)/Python/thread_pth.h $(srcdir)/Python/thread_pthread.h'
THREADOBJ='Python/thread.o'
TRUE='true'
UNIVERSALSDK=''
UNIVERSAL_ARCH_FLAGS=''
USE_INLINE=''
USE_SIGNAL_MODULE=''
USE_THREAD_MODULE=''
VERSION='3.3'
_PYTHON_HOST_PLATFORM=''
ac_ct_AR='ar'
ac_ct_CC='/usr/bin/clang'
ac_ct_CXX=''
ac_ct_READELF=''
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin12.3.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin12.3.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin12.3.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin12.3.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/Users/paul/opt/Python-3.3.2'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define _GNU_SOURCE 1
#define _NETBSD_SOURCE 1
#define __BSD_VISIBLE 1
#define _BSD_TYPES 1
#define _DARWIN_C_SOURCE 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define USE_INLINE 1
#define STDC_HEADERS 1
#define HAVE_CURSES_H 1
#define HAVE_DLFCN_H 1
#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_GRP_H 1
#define HAVE_LANGINFO_H 1
#define HAVE_NCURSES_H 1
#define HAVE_PTHREAD_H 1
#define HAVE_SCHED_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_STDINT_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTIME_H 1
#define HAVE_POLL_H 1
#define HAVE_SYS_POLL_H 1
#define HAVE_SYS_XATTR_H 1
#define HAVE_SYS_EVENT_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_KERN_CONTROL_H 1
#define HAVE_SYS_LOCK_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STATVFS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_SYSCALL_H 1
#define HAVE_SYS_SYS_DOMAIN_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYSEXITS_H 1
#define HAVE_SPAWN_H 1
#define HAVE_UTIL_H 1
#define HAVE_DIRENT_H 1
#define HAVE_NET_IF_H 1
#define HAVE_TERM_H 1
#define HAVE_MAKEDEV 1
#define _LARGEFILE_SOURCE 1
#define _FILE_OFFSET_BITS 64
#if defined(SCO_DS)
#undef _OFF_T
#endif
#define RETSIGTYPE void
#define HAVE_UINT32_T 1
#define HAVE_UINT64_T 1
#define HAVE_INT32_T 1
#define HAVE_INT64_T 1
#define HAVE_SSIZE_T 1
#define HAVE_GCC_UINT128_T 1
#define SIZEOF_INT 4
#define SIZEOF_LONG 8
#define SIZEOF_VOID_P 8
#define SIZEOF_SHORT 2
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8
#define SIZEOF_FPOS_T 8
#define SIZEOF_SIZE_T 8
#define SIZEOF_PID_T 4
#define HAVE_LONG_LONG 1
#define SIZEOF_LONG_LONG 8
#define HAVE_LONG_DOUBLE 1
#define SIZEOF_LONG_DOUBLE 16
#define HAVE_C99_BOOL 1
#define SIZEOF__BOOL 1
#define HAVE_UINTPTR_T 1
#define SIZEOF_UINTPTR_T 8
#define SIZEOF_OFF_T 8
#define SIZEOF_TIME_T 8
#define SIZEOF_PTHREAD_T 8
#define WITH_DYLD 1
#define HAVE_LIBDL 1
#define WITH_THREAD 1
#define _REENTRANT 1
#define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
#define HAVE_PTHREAD_SIGMASK 1
#define ENABLE_IPV6 1
#define HAVE_OSX105_SDK 1
#define WITH_DOC_STRINGS 1
#define WITH_PYMALLOC 1
#define HAVE_DLOPEN 1
#define HAVE_DYNAMIC_LOADING 1
#define HAVE_ALARM 1
#define HAVE_SETITIMER 1
#define HAVE_GETITIMER 1
#define HAVE_CHOWN 1
#define HAVE_CLOCK 1
#define HAVE_CONFSTR 1
#define HAVE_CTERMID 1
#define HAVE_EXECV 1
#define HAVE_FCHMOD 1
#define HAVE_FCHOWN 1
#define HAVE_FORK 1
#define HAVE_FPATHCONF 1
#define HAVE_FTIME 1
#define HAVE_FTRUNCATE 1
#define HAVE_FUTIMES 1
#define HAVE_GAI_STRERROR 1
#define HAVE_GETGROUPLIST 1
#define HAVE_GETGROUPS 1
#define HAVE_GETLOGIN 1
#define HAVE_GETLOADAVG 1
#define HAVE_GETPEERNAME 1
#define HAVE_GETPGID 1
#define HAVE_GETPID 1
#define HAVE_GETPRIORITY 1
#define HAVE_GETPWENT 1
#define HAVE_GETSID 1
#define HAVE_GETWD 1
#define HAVE_IF_NAMEINDEX 1
#define HAVE_INITGROUPS 1
#define HAVE_KILL 1
#define HAVE_KILLPG 1
#define HAVE_LCHMOD 1
#define HAVE_LCHOWN 1
#define HAVE_LOCKF 1
#define HAVE_LSTAT 1
#define HAVE_LUTIMES 1
#define HAVE_MMAP 1
#define HAVE_MBRTOWC 1
#define HAVE_MKFIFO 1
#define HAVE_MKNOD 1
#define HAVE_MKTIME 1
#define HAVE_NICE 1
#define HAVE_PATHCONF 1
#define HAVE_PAUSE 1
#define HAVE_POLL 1
#define HAVE_PREAD 1
#define HAVE_PTHREAD_INIT 1
#define HAVE_PTHREAD_KILL 1
#define HAVE_PUTENV 1
#define HAVE_PWRITE 1
#define HAVE_READLINK 1
#define HAVE_READV 1
#define HAVE_REALPATH 1
#define HAVE_SELECT 1
#define HAVE_SEM_OPEN 1
#define HAVE_SEM_GETVALUE 1
#define HAVE_SEM_UNLINK 1
#define HAVE_SENDFILE 1
#define HAVE_SETEGID 1
#define HAVE_SETEUID 1
#define HAVE_SETGID 1
#define HAVE_SETHOSTNAME 1
#define HAVE_SETLOCALE 1
#define HAVE_SETREGID 1
#define HAVE_SETREUID 1
#define HAVE_SETSID 1
#define HAVE_SETPGID 1
#define HAVE_SETPGRP 1
#define HAVE_SETPRIORITY 1
#define HAVE_SETUID 1
#define HAVE_SETVBUF 1
#define HAVE_SCHED_GET_PRIORITY_MAX 1
#define HAVE_SIGACTION 1
#define HAVE_SIGALTSTACK 1
#define HAVE_SIGINTERRUPT 1
#define HAVE_SIGPENDING 1
#define HAVE_SIGRELSE 1
#define HAVE_SIGWAIT 1
#define HAVE_SNPRINTF 1
#define HAVE_STRFTIME 1
#define HAVE_STRLCPY 1
#define HAVE_SYNC 1
#define HAVE_SYSCONF 1
#define HAVE_TCGETPGRP 1
#define HAVE_TCSETPGRP 1
#define HAVE_TEMPNAM 1
#define HAVE_TIMEGM 1
#define HAVE_TIMES 1
#define HAVE_TMPFILE 1
#define HAVE_TMPNAM 1
#define HAVE_TRUNCATE 1
#define HAVE_UNAME 1
#define HAVE_UNSETENV 1
#define HAVE_UTIMES 1
#define HAVE_WAITID 1
#define HAVE_WAITPID 1
#define HAVE_WAIT3 1
#define HAVE_WAIT4 1
#define HAVE_WCSCOLL 1
#define HAVE_WCSFTIME 1
#define HAVE_WCSXFRM 1
#define HAVE_WRITEV 1
#define HAVE_DIRFD 1
#define HAVE_CHROOT 1
#define HAVE_LINK 1
#define HAVE_SYMLINK 1
#define HAVE_FCHDIR 1
#define HAVE_FSYNC 1
#define HAVE_KQUEUE 1
#define HAVE_CTERMID_R 1
#define HAVE_FLOCK 1
#define HAVE_GETPAGESIZE 1
#define HAVE_CHFLAGS 1
#define HAVE_LCHFLAGS 1
#define HAVE_ZLIB_COPY 1
#define HAVE_HSTRERROR 1
#define HAVE_INET_ATON 1
#define HAVE_INET_PTON 1
#define HAVE_SETGROUPS 1
#define HAVE_OPENPTY 1
#define HAVE_FORKPTY 1
#define HAVE_MEMMOVE 1
#define HAVE_FSEEKO 1
#define HAVE_FSTATVFS 1
#define HAVE_FTELLO 1
#define HAVE_STATVFS 1
#define HAVE_DUP2 1
#define HAVE_GETCWD 1
#define HAVE_STRDUP 1
#define HAVE_GETPGRP 1
#define HAVE_SETPGRP 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_DEVICE_MACROS 1
#define HAVE_GETADDRINFO 1
#define HAVE_GETNAMEINFO 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_STRUCT_TM_TM_ZONE 1
#define HAVE_TM_ZONE 1
#define HAVE_STRUCT_STAT_ST_RDEV 1
#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
#define HAVE_STRUCT_STAT_ST_FLAGS 1
#define HAVE_STRUCT_STAT_ST_GEN 1
#define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
#define HAVE_STRUCT_STAT_ST_BLOCKS 1
#define HAVE_ST_BLOCKS 1
#define SYS_SELECT_WITH_SYS_TIME 1
#define HAVE_ADDRINFO 1
#define HAVE_SOCKADDR_STORAGE 1
#define HAVE_PROTOTYPES 1
#define HAVE_STDARG_PROTOTYPES 1
#define HAVE_SOCKETPAIR 1
#define HAVE_SOCKADDR_SA_LEN 1
#define VA_LIST_IS_ARRAY 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_GCC_ASM_FOR_X64 1
#define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1
#define HAVE_GCC_ASM_FOR_X87 1
#define HAVE_ACOSH 1
#define HAVE_ASINH 1
#define HAVE_ATANH 1
#define HAVE_COPYSIGN 1
#define HAVE_ERF 1
#define HAVE_ERFC 1
#define HAVE_EXPM1 1
#define HAVE_FINITE 1
#define HAVE_GAMMA 1
#define HAVE_HYPOT 1
#define HAVE_LGAMMA 1
#define HAVE_LOG1P 1
#define HAVE_LOG2 1
#define HAVE_ROUND 1
#define HAVE_TGAMMA 1
#define HAVE_DECL_ISINF 1
#define HAVE_DECL_ISNAN 1
#define HAVE_DECL_ISFINITE 1
#define TANH_PRESERVES_ZERO_SIGN 1
#define LOG1P_DROPS_ZERO_SIGN 1
#define HAVE_BROKEN_SEM_GETVALUE 1
#define HAVE_WCHAR_H 1
#define SIZEOF_WCHAR_T 4
#define HAVE_GETC_UNLOCKED 1
#define HAVE_LIBREADLINE 1
#define HAVE_RL_CALLBACK 1
#define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
#define HAVE_RL_COMPLETION_SUPPRESS_APPEND 1
#define HAVE_RL_PRE_INPUT_HOOK 1
#define HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK 1
#define HAVE_RL_COMPLETION_MATCHES 1
#define HAVE_RL_CATCH_SIGNAL 1
#define HAVE_STRUCT_TM_TM_ZONE 1
#define HAVE_TM_ZONE 1
#define HAVE_WORKING_TZSET 1
#define HAVE_STAT_TV_NSEC2 1
#define MVWDELCH_IS_EXPRESSION 1
#define HAVE_CURSES_IS_TERM_RESIZED 1
#define HAVE_CURSES_RESIZE_TERM 1
#define HAVE_CURSES_RESIZETERM 1
#define HAVE_DEV_PTMX 1
#define PY_FORMAT_LONG_LONG "ll"
#define PY_FORMAT_SIZE_T "z"
#define HAVE_COMPUTED_GOTOS 1
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment