Skip to content

Instantly share code, notes, and snippets.

@hanxue
Created November 19, 2013 12:08
Show Gist options
  • Save hanxue/7544422 to your computer and use it in GitHub Desktop.
Save hanxue/7544422 to your computer and use it in GitHub Desktop.
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=/usr/local/Cellar/python3/3.3.3 --enable-ipv6 --datarootdir=/usr/local/Cellar/python3/3.3.3/share --datadir=/usr/local/Cellar/python3/3.3.3/share --enable-framework=/usr/local/Cellar/python3/3.3.3/Frameworks --without-gcc CFLAGS=-I/usr/local/include -I/usr/local/opt/sqlite/include LDFLAGS=-L/usr/local/lib -L/usr/local/opt/sqlite/lib MACOSX_DEPLOYMENT_TARGET=10.9
## --------- ##
## Platform. ##
## --------- ##
hostname = hanxue-mac.local
uname -m = x86_64
uname -r = 13.0.0
uname -s = Darwin
uname -v = Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/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 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
Kernel configured for up to 8 processors.
4 processors are physically available.
8 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 16.00 gigabytes
Default processor set: 316 tasks, 2270 threads, 8 processors
Load average: 2.39, Mach factor: 5.60
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Library/ENV/4.3
PATH: /usr/local/opt/xz/bin
PATH: /usr/local/opt/pkg-config/bin
PATH: /usr/local/opt/sqlite/bin
PATH: /usr/local/opt/gdbm/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2872: checking build system type
configure:2886: result: x86_64-apple-darwin13.0.0
configure:2906: checking host system type
configure:2919: result: x86_64-apple-darwin13.0.0
configure:3028: checking for --enable-universalsdk
configure:3075: result: no
configure:3097: checking for --with-universal-archs
configure:3109: result: 32-bit
configure:3259: checking MACHDEP
configure:3450: result: darwin
configure:3471: checking for --without-gcc
configure:3494: result: yes
configure:3618: checking for gcc
configure:3645: result: clang
configure:3874: checking for C compiler version
configure:3883: clang --version >&5
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
configure:3894: $? = 0
configure:3883: clang -v >&5
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o a.out -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/lib/darwin/libclang_rt.osx.a
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3894: $? = 1
configure:3883: clang -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:3894: $? = 1
configure:3883: clang -qversion >&5
clang: warning: argument unused during compilation: '-qversion'
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3894: $? = 1
configure:3914: checking whether the C compiler works
configure:3936: clang -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c >&5
configure:3940: $? = 0
configure:3988: result: yes
configure:3991: checking for C compiler default output file name
configure:3993: result: a.out
configure:3999: checking for suffix of executables
configure:4006: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c >&5
configure:4010: $? = 0
configure:4032: result:
configure:4054: checking whether we are cross compiling
configure:4062: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c >&5
configure:4066: $? = 0
configure:4073: ./conftest
configure:4077: $? = 0
configure:4092: result: no
configure:4097: checking for suffix of object files
configure:4119: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:4123: $? = 0
configure:4144: result: o
configure:4148: checking whether we are using the GNU C compiler
configure:4167: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:4167: $? = 0
configure:4176: result: yes
configure:4185: checking whether clang accepts -g
configure:4205: clang -c -g conftest.c >&5
configure:4205: $? = 0
configure:4246: result: yes
configure:4263: checking for clang option to accept ISO C89
configure:4326: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:4326: $? = 0
configure:4339: result: none needed
configure:4362: checking for --with-cxx-main=<compiler>
configure:4388: result: no
configure:4817: checking for -Wl,--no-as-needed
configure:4833: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib -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:4833: $? = 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:4839: result: no
configure:4854: checking how to run the C preprocessor
configure:4885: clang -E conftest.c
configure:4885: $? = 0
configure:4899: clang -E conftest.c
conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:4899: $? = 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:4924: result: clang -E
configure:4944: clang -E conftest.c
configure:4944: $? = 0
configure:4958: clang -E conftest.c
conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:4958: $? = 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:4987: checking for grep that handles long lines and -e
configure:5045: result: /usr/bin/grep
configure:5050: checking for egrep
configure:5112: result: /usr/bin/grep -E
configure:5117: checking for ANSI C header files
configure:5137: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:5137: $? = 0
configure:5210: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c >&5
configure:5210: $? = 0
configure:5210: ./conftest
configure:5210: $? = 0
configure:5221: result: yes
configure:5234: checking for sys/types.h
configure:5234: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:5234: $? = 0
configure:5234: result: yes
configure:5234: checking for sys/stat.h
configure:5234: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:5234: $? = 0
configure:5234: result: yes
configure:5234: checking for stdlib.h
configure:5234: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:5234: $? = 0
configure:5234: result: yes
configure:5234: checking for string.h
configure:5234: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:5234: $? = 0
configure:5234: result: yes
configure:5234: checking for memory.h
configure:5234: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:5234: $? = 0
configure:5234: result: yes
configure:5234: checking for strings.h
configure:5234: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:5234: $? = 0
configure:5234: result: yes
configure:5234: checking for inttypes.h
configure:5234: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:5234: $? = 0
configure:5234: result: yes
configure:5234: checking for stdint.h
configure:5234: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:5234: $? = 0
configure:5234: result: yes
configure:5234: checking for unistd.h
configure:5234: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:5234: $? = 0
configure:5234: result: yes
configure:5247: checking minix/config.h usability
configure:5247: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
conftest.c:51:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
^
1 error generated.
configure:5247: $? = 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:5247: result: no
configure:5247: checking minix/config.h presence
configure:5247: clang -E conftest.c
conftest.c:18:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
^
1 error generated.
configure:5247: $? = 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:5247: result: no
configure:5247: checking for minix/config.h
configure:5247: result: no
configure:5268: checking whether it is safe to define __EXTENSIONS__
configure:5286: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:5286: $? = 0
configure:5293: result: yes
configure:5317: checking for --with-suffix
configure:5330: result:
configure:5336: checking for case-insensitive build directory
configure:5344: result: yes
configure:5373: checking LIBRARY
configure:5379: result: libpython$(VERSION)$(ABIFLAGS).a
configure:5421: checking LINKCC
configure:5440: result: $(PURIFY) $(MAINCC)
configure:5449: checking for GNU ld
configure:5461: result: no
configure:5464: checking for inline
configure:5480: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:5480: $? = 0
configure:5488: result: inline
configure:5514: checking for --enable-shared
configure:5531: result: no
configure:5534: checking for --enable-profiling
configure:5559: result: no
configure:5567: checking LDLIBRARY
configure:5656: result: $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)
configure:5702: checking for ranlib
configure:5718: found /usr/bin/ranlib
configure:5729: result: ranlib
configure:5801: checking for ar
configure:5817: found /usr/bin/ar
configure:5828: result: ar
configure:5909: checking for readelf
configure:5939: result: no
configure:5974: checking for python3.3
configure:6004: result: no
configure:5974: checking for python3
configure:6004: result: no
configure:5974: checking for python
configure:5990: found /usr/bin/python
configure:6001: result: python
configure:6042: checking for a BSD-compatible install
configure:6110: result: /usr/bin/install -c
configure:6121: checking for a thread-safe mkdir -p
configure:6160: result: ./install-sh -c -d
configure:6178: checking for --with-pydebug
configure:6197: result: no
configure:6275: checking whether clang accepts and needs -fno-strict-aliasing
configure:6296: clang -fno-strict-aliasing -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:6296: $? = 0
configure:6313: clang -fstrict-aliasing -c -I/usr/local/include -I/usr/local/opt/sqlite/include -Werror -Wstrict-aliasing conftest.c >&5
configure:6313: $? = 0
configure:6334: result: no
configure:6341: checking if we can turn off clang unused result warning
configure:6362: clang -Wunused-result -Werror -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:6362: $? = 0
configure:6376: result: yes
configure:6533: checking whether gcc supports ParseTuple __format__
configure:6550: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -Werror -Wformat conftest.c >&5
conftest.c:25:35: error: 'format' attribute argument not supported: PyArg_ParseTuple [-Werror,-Wignored-attributes]
void f(char*,...)__attribute((format(PyArg_ParseTuple, 1, 2)));
^
1 error generated.
configure:6550: $? = 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:6560: result: no
configure:6573: checking whether pthreads are available without options
configure:6598: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c >&5
configure:6598: $? = 0
configure:6598: ./conftest
configure:6598: $? = 0
configure:6614: result: yes
configure:6775: checking whether clang++ also accepts flags for thread support
configure:6806: result: no
configure:6813: checking for ANSI C header files
configure:6917: result: yes
configure:6942: checking asm/types.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -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:6942: $? = 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:6942: result: no
configure:6942: checking asm/types.h presence
configure:6942: 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:6942: $? = 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:6942: result: no
configure:6942: checking for asm/types.h
configure:6942: result: no
configure:6942: checking conio.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -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:6942: $? = 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:6942: result: no
configure:6942: checking conio.h presence
configure:6942: 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:6942: $? = 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:6942: result: no
configure:6942: checking for conio.h
configure:6942: result: no
configure:6942: checking curses.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking curses.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for curses.h
configure:6942: result: yes
configure:6942: checking direct.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -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:6942: $? = 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:6942: result: no
configure:6942: checking direct.h presence
configure:6942: 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:6942: $? = 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:6942: result: no
configure:6942: checking for direct.h
configure:6942: result: no
configure:6942: checking dlfcn.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking dlfcn.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for dlfcn.h
configure:6942: result: yes
configure:6942: checking errno.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking errno.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for errno.h
configure:6942: result: yes
configure:6942: checking fcntl.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking fcntl.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for fcntl.h
configure:6942: result: yes
configure:6942: checking grp.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking grp.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for grp.h
configure:6942: result: yes
configure:6942: checking ieeefp.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -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:6942: $? = 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:6942: result: no
configure:6942: checking ieeefp.h presence
configure:6942: 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:6942: $? = 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:6942: result: no
configure:6942: checking for ieeefp.h
configure:6942: result: no
configure:6942: checking io.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -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:6942: $? = 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:6942: result: no
configure:6942: checking io.h presence
configure:6942: 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:6942: $? = 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:6942: result: no
configure:6942: checking for io.h
configure:6942: result: no
configure:6942: checking langinfo.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking langinfo.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for langinfo.h
configure:6942: result: yes
configure:6942: checking libintl.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking libintl.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for libintl.h
configure:6942: result: yes
configure:6942: checking ncurses.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking ncurses.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for ncurses.h
configure:6942: result: yes
configure:6942: checking process.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
conftest.c:66:10: fatal error: 'process.h' file not found
#include <process.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking process.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
conftest.c:33:10: fatal error: 'process.h' file not found
#include <process.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_H 1
| #define HAVE_NCURSES_H 1
| /* end confdefs.h. */
| #include <process.h>
configure:6942: result: no
configure:6942: checking for process.h
configure:6942: result: no
configure:6942: checking pthread.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking pthread.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for pthread.h
configure:6942: result: yes
configure:6942: checking sched.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking sched.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for sched.h
configure:6942: result: yes
configure:6942: checking shadow.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
conftest.c:68:10: fatal error: 'shadow.h' file not found
#include <shadow.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking shadow.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
conftest.c:35:10: fatal error: 'shadow.h' file not found
#include <shadow.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SCHED_H 1
| /* end confdefs.h. */
| #include <shadow.h>
configure:6942: result: no
configure:6942: checking for shadow.h
configure:6942: result: no
configure:6942: checking signal.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking signal.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for signal.h
configure:6942: result: yes
configure:6942: checking for stdint.h
configure:6942: result: yes
configure:6942: checking stropts.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
conftest.c:70:10: fatal error: 'stropts.h' file not found
#include <stropts.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking stropts.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
conftest.c:37:10: fatal error: 'stropts.h' file not found
#include <stropts.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking for stropts.h
configure:6942: result: no
configure:6942: checking termios.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking termios.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for termios.h
configure:6942: result: yes
configure:6942: checking for unistd.h
configure:6942: result: yes
configure:6942: checking utime.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking utime.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for utime.h
configure:6942: result: yes
configure:6942: checking poll.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking poll.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for poll.h
configure:6942: result: yes
configure:6942: checking sys/devpoll.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
conftest.c:74:10: fatal error: 'sys/devpoll.h' file not found
#include <sys/devpoll.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking sys/devpoll.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
conftest.c:41:10: fatal error: 'sys/devpoll.h' file not found
#include <sys/devpoll.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking for sys/devpoll.h
configure:6942: result: no
configure:6942: checking sys/epoll.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
conftest.c:74:10: fatal error: 'sys/epoll.h' file not found
#include <sys/epoll.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking sys/epoll.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
conftest.c:41:10: fatal error: 'sys/epoll.h' file not found
#include <sys/epoll.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking for sys/epoll.h
configure:6942: result: no
configure:6942: checking sys/poll.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking sys/poll.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for sys/poll.h
configure:6942: result: yes
configure:6942: checking sys/audioio.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
conftest.c:75:10: fatal error: 'sys/audioio.h' file not found
#include <sys/audioio.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking sys/audioio.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
conftest.c:42:10: fatal error: 'sys/audioio.h' file not found
#include <sys/audioio.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking for sys/audioio.h
configure:6942: result: no
configure:6942: checking sys/xattr.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking sys/xattr.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for sys/xattr.h
configure:6942: result: yes
configure:6942: checking sys/bsdtty.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
conftest.c:76:10: fatal error: 'sys/bsdtty.h' file not found
#include <sys/bsdtty.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking sys/bsdtty.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
conftest.c:43:10: fatal error: 'sys/bsdtty.h' file not found
#include <sys/bsdtty.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking for sys/bsdtty.h
configure:6942: result: no
configure:6942: checking sys/event.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking sys/event.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for sys/event.h
configure:6942: result: yes
configure:6942: checking sys/file.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking sys/file.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for sys/file.h
configure:6942: result: yes
configure:6942: checking sys/ioctl.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking sys/ioctl.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for sys/ioctl.h
configure:6942: result: yes
configure:6942: checking sys/kern_control.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking sys/kern_control.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for sys/kern_control.h
configure:6942: result: yes
configure:6942: checking sys/loadavg.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
conftest.c:80:10: fatal error: 'sys/loadavg.h' file not found
#include <sys/loadavg.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking sys/loadavg.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
conftest.c:47:10: fatal error: 'sys/loadavg.h' file not found
#include <sys/loadavg.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking for sys/loadavg.h
configure:6942: result: no
configure:6942: checking sys/lock.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking sys/lock.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for sys/lock.h
configure:6942: result: yes
configure:6942: checking sys/mkdev.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
conftest.c:81:10: fatal error: 'sys/mkdev.h' file not found
#include <sys/mkdev.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking sys/mkdev.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
conftest.c:48:10: fatal error: 'sys/mkdev.h' file not found
#include <sys/mkdev.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking for sys/mkdev.h
configure:6942: result: no
configure:6942: checking sys/modem.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
conftest.c:81:10: fatal error: 'sys/modem.h' file not found
#include <sys/modem.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking sys/modem.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
conftest.c:48:10: fatal error: 'sys/modem.h' file not found
#include <sys/modem.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking for sys/modem.h
configure:6942: result: no
configure:6942: checking sys/param.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking sys/param.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for sys/param.h
configure:6942: result: yes
configure:6942: checking sys/select.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking sys/select.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for sys/select.h
configure:6942: result: yes
configure:6942: checking sys/sendfile.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
conftest.c:83:10: fatal error: 'sys/sendfile.h' file not found
#include <sys/sendfile.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking sys/sendfile.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
conftest.c:50:10: fatal error: 'sys/sendfile.h' file not found
#include <sys/sendfile.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking for sys/sendfile.h
configure:6942: result: no
configure:6942: checking sys/socket.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking sys/socket.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for sys/socket.h
configure:6942: result: yes
configure:6942: checking sys/statvfs.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking sys/statvfs.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for sys/statvfs.h
configure:6942: result: yes
configure:6942: checking for sys/stat.h
configure:6942: result: yes
configure:6942: checking sys/syscall.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking sys/syscall.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for sys/syscall.h
configure:6942: result: yes
configure:6942: checking sys/sys_domain.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking sys/sys_domain.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for sys/sys_domain.h
configure:6942: result: yes
configure:6942: checking sys/termio.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
conftest.c:88:10: fatal error: 'sys/termio.h' file not found
#include <sys/termio.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking sys/termio.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
conftest.c:55:10: fatal error: 'sys/termio.h' file not found
#include <sys/termio.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking for sys/termio.h
configure:6942: result: no
configure:6942: checking sys/time.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking sys/time.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for sys/time.h
configure:6942: result: yes
configure:6942: checking sys/times.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking sys/times.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for sys/times.h
configure:6942: result: yes
configure:6942: checking for sys/types.h
configure:6942: result: yes
configure:6942: checking sys/uio.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking sys/uio.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for sys/uio.h
configure:6942: result: yes
configure:6942: checking sys/un.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking sys/un.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for sys/un.h
configure:6942: result: yes
configure:6942: checking sys/utsname.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking sys/utsname.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for sys/utsname.h
configure:6942: result: yes
configure:6942: checking sys/wait.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking sys/wait.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for sys/wait.h
configure:6942: result: yes
configure:6942: checking pty.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
conftest.c:95:10: fatal error: 'pty.h' file not found
#include <pty.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking pty.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
conftest.c:62:10: fatal error: 'pty.h' file not found
#include <pty.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking for pty.h
configure:6942: result: no
configure:6942: checking libutil.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
conftest.c:95:10: fatal error: 'libutil.h' file not found
#include <libutil.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking libutil.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
conftest.c:62:10: fatal error: 'libutil.h' file not found
#include <libutil.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking for libutil.h
configure:6942: result: no
configure:6942: checking sys/resource.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking sys/resource.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for sys/resource.h
configure:6942: result: yes
configure:6942: checking netpacket/packet.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
conftest.c:96:10: fatal error: 'netpacket/packet.h' file not found
#include <netpacket/packet.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking netpacket/packet.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
conftest.c:63:10: fatal error: 'netpacket/packet.h' file not found
#include <netpacket/packet.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking for netpacket/packet.h
configure:6942: result: no
configure:6942: checking sysexits.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking sysexits.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for sysexits.h
configure:6942: result: yes
configure:6942: checking bluetooth.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
conftest.c:97:10: fatal error: 'bluetooth.h' file not found
#include <bluetooth.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking bluetooth.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
conftest.c:64:10: fatal error: 'bluetooth.h' file not found
#include <bluetooth.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking for bluetooth.h
configure:6942: result: no
configure:6942: checking bluetooth/bluetooth.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
conftest.c:97:10: fatal error: 'bluetooth/bluetooth.h' file not found
#include <bluetooth/bluetooth.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking bluetooth/bluetooth.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
conftest.c:64:10: fatal error: 'bluetooth/bluetooth.h' file not found
#include <bluetooth/bluetooth.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking for bluetooth/bluetooth.h
configure:6942: result: no
configure:6942: checking linux/tipc.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
conftest.c:97:10: fatal error: 'linux/tipc.h' file not found
#include <linux/tipc.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking linux/tipc.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
conftest.c:64:10: fatal error: 'linux/tipc.h' file not found
#include <linux/tipc.h>
^
1 error generated.
configure:6942: $? = 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_LIBINTL_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:6942: result: no
configure:6942: checking for linux/tipc.h
configure:6942: result: no
configure:6942: checking spawn.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking spawn.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for spawn.h
configure:6942: result: yes
configure:6942: checking util.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking util.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for util.h
configure:6942: result: yes
configure:6942: checking alloca.h usability
configure:6942: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking alloca.h presence
configure:6942: clang -E -I/usr/include/ncursesw conftest.c
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for alloca.h
configure:6942: result: yes
configure:6956: checking for dirent.h that defines DIR
configure:6975: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:6975: $? = 0
configure:6983: result: yes
configure:6996: checking for library containing opendir
configure:7027: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c >&5
configure:7027: $? = 0
configure:7044: result: none required
configure:7111: checking whether sys/types.h defines makedev
configure:7127: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c >&5
configure:7127: $? = 0
configure:7136: result: yes
configure:7165: checking for net/if.h
configure:7165: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:7165: $? = 0
configure:7165: result: yes
configure:7193: checking for term.h
configure:7193: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:7193: $? = 0
configure:7193: result: yes
configure:7212: checking for linux/netlink.h
configure:7212: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
conftest.c:79:10: fatal error: 'linux/netlink.h' file not found
#include <linux/netlink.h>
^
1 error generated.
configure:7212: $? = 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_LIBINTL_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_ALLOCA_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:7212: result: no
configure:7235: checking for linux/can.h
configure:7235: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
conftest.c:76:10: fatal error: 'linux/can.h' file not found
#include <linux/can.h>
^
1 error generated.
configure:7235: $? = 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_LIBINTL_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_ALLOCA_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:7235: result: no
configure:7235: checking for linux/can/raw.h
configure:7235: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
conftest.c:76:10: fatal error: 'linux/can/raw.h' file not found
#include <linux/can/raw.h>
^
1 error generated.
configure:7235: $? = 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_LIBINTL_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_ALLOCA_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:7235: result: no
configure:7253: checking for clock_t in time.h
configure:7272: result: yes
configure:7275: checking for makedev
configure:7298: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c >&5
configure:7298: $? = 0
configure:7305: result: yes
configure:7321: checking Solaris LFS bug
configure:7338: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:7338: $? = 0
configure:7344: result: no
configure:7376: checking for mode_t
configure:7376: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:7376: $? = 0
configure:7376: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
conftest.c:112:21: error: expected expression
if (sizeof ((mode_t)))
^
1 error generated.
configure:7376: $? = 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_LIBINTL_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_ALLOCA_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:7376: result: yes
configure:7387: checking for off_t
configure:7387: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:7387: $? = 0
configure:7387: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
conftest.c:112:20: error: expected expression
if (sizeof ((off_t)))
^
1 error generated.
configure:7387: $? = 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_LIBINTL_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_ALLOCA_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:7387: result: yes
configure:7398: checking for pid_t
configure:7398: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:7398: $? = 0
configure:7398: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
conftest.c:112:20: error: expected expression
if (sizeof ((pid_t)))
^
1 error generated.
configure:7398: $? = 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_LIBINTL_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_ALLOCA_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:7398: result: yes
configure:7414: checking for size_t
configure:7414: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:7414: $? = 0
configure:7414: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
conftest.c:113:21: error: expected expression
if (sizeof ((size_t)))
^
1 error generated.
configure:7414: $? = 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_LIBINTL_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_ALLOCA_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:7414: result: yes
configure:7425: checking for uid_t in sys/types.h
configure:7444: result: yes
configure:7463: checking for uint32_t
configure:7463: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:7463: $? = 0
configure:7463: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
conftest.c:113:23: error: expected expression
if (sizeof ((uint32_t)))
^
1 error generated.
configure:7463: $? = 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_LIBINTL_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_ALLOCA_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:7463: result: yes
configure:7470: checking for uint32_t
configure:7470: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:7470: $? = 0
configure:7470: result: yes
configure:7485: checking for uint64_t
configure:7485: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:7485: $? = 0
configure:7485: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
conftest.c:114:23: error: expected expression
if (sizeof ((uint64_t)))
^
1 error generated.
configure:7485: $? = 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_LIBINTL_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_ALLOCA_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:7485: result: yes
configure:7492: checking for uint64_t
configure:7492: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:7492: $? = 0
configure:7492: result: yes
configure:7507: checking for int32_t
configure:7507: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:7507: $? = 0
configure:7507: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
conftest.c:115:22: error: expected expression
if (sizeof ((int32_t)))
^
1 error generated.
configure:7507: $? = 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_LIBINTL_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_ALLOCA_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:7507: result: yes
configure:7514: checking for int32_t
configure:7514: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:7514: $? = 0
configure:7514: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
conftest.c:117: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:7514: $? = 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_LIBINTL_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_ALLOCA_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:7514: result: yes
configure:7526: checking for int64_t
configure:7526: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:7526: $? = 0
configure:7526: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
conftest.c:116:22: error: expected expression
if (sizeof ((int64_t)))
^
1 error generated.
configure:7526: $? = 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_LIBINTL_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_ALLOCA_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:7526: result: yes
configure:7533: checking for int64_t
configure:7533: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:7533: $? = 0
configure:7533: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
conftest.c:118: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:7533: $? = 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_LIBINTL_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_ALLOCA_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:7533: result: yes
configure:7545: checking for ssize_t
configure:7545: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:7545: $? = 0
configure:7545: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
conftest.c:117:22: error: expected expression
if (sizeof ((ssize_t)))
^
1 error generated.
configure:7545: $? = 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_LIBINTL_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_ALLOCA_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:7545: result: yes
configure:7552: checking for __uint128_t
configure:7552: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:7552: $? = 0
configure:7552: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
conftest.c:118:26: error: expected expression
if (sizeof ((__uint128_t)))
^
1 error generated.
configure:7552: $? = 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_LIBINTL_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_ALLOCA_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:7552: result: yes
configure:7566: checking size of int
configure:7571: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c >&5
configure:7571: $? = 0
configure:7571: ./conftest
configure:7571: $? = 0
configure:7585: result: 4
configure:7599: checking size of long
configure:7604: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c >&5
configure:7604: $? = 0
configure:7604: ./conftest
configure:7604: $? = 0
configure:7618: result: 8
configure:7632: checking size of void *
configure:7637: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c >&5
configure:7637: $? = 0
configure:7637: ./conftest
configure:7637: $? = 0
configure:7651: result: 8
configure:7665: checking size of short
configure:7670: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c >&5
configure:7670: $? = 0
configure:7670: ./conftest
configure:7670: $? = 0
configure:7684: result: 2
configure:7698: checking size of float
configure:7703: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c >&5
configure:7703: $? = 0
configure:7703: ./conftest
configure:7703: $? = 0
configure:7717: result: 4
configure:7731: checking size of double
configure:7736: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c >&5
configure:7736: $? = 0
configure:7736: ./conftest
configure:7736: $? = 0
configure:7750: result: 8
configure:7764: checking size of fpos_t
configure:7769: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c >&5
configure:7769: $? = 0
configure:7769: ./conftest
configure:7769: $? = 0
configure:7783: result: 8
configure:7797: checking size of size_t
configure:7802: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c >&5
configure:7802: $? = 0
configure:7802: ./conftest
configure:7802: $? = 0
configure:7816: result: 8
configure:7830: checking size of pid_t
configure:7835: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c >&5
configure:7835: $? = 0
configure:7835: ./conftest
configure:7835: $? = 0
configure:7849: result: 4
configure:7860: checking for long long support
configure:7874: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:7874: $? = 0
configure:7883: result: yes
configure:7890: checking size of long long
configure:7895: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c >&5
configure:7895: $? = 0
configure:7895: ./conftest
configure:7895: $? = 0
configure:7909: result: 8
configure:7921: checking for long double support
configure:7935: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:7935: $? = 0
configure:7944: result: yes
configure:7951: checking size of long double
configure:7956: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c >&5
configure:7956: $? = 0
configure:7956: ./conftest
configure:7956: $? = 0
configure:7970: result: 16
configure:7983: checking for _Bool support
configure:7997: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:7997: $? = 0
configure:8006: result: yes
configure:8013: checking size of _Bool
configure:8018: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c >&5
configure:8018: $? = 0
configure:8018: ./conftest
configure:8018: $? = 0
configure:8032: result: 1
configure:8044: checking for uintptr_t
configure:8044: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:8044: $? = 0
configure:8044: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
conftest.c:108:24: error: expected expression
if (sizeof ((uintptr_t)))
^
1 error generated.
configure:8044: $? = 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_LIBINTL_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_ALLOCA_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:8044: result: yes
configure:8061: checking size of uintptr_t
configure:8066: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c >&5
configure:8066: $? = 0
configure:8066: ./conftest
configure:8066: $? = 0
configure:8080: result: 8
configure:8097: checking size of off_t
configure:8102: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c >&5
configure:8102: $? = 0
configure:8102: ./conftest
configure:8102: $? = 0
configure:8121: result: 8
configure:8132: checking whether to enable large file support
configure:8144: result: no
configure:8156: checking size of time_t
configure:8161: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c >&5
configure:8161: $? = 0
configure:8161: ./conftest
configure:8161: $? = 0
configure:8183: result: 8
configure:8204: checking for pthread_t
configure:8220: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
conftest.c:107:18: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
pthread_t x; x = *(pthread_t*)0;
^~~~~~~~~~~~~~
conftest.c:107:18: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
1 warning generated.
configure:8220: $? = 0
configure:8224: result: yes
configure:8231: checking size of pthread_t
configure:8236: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c >&5
configure:8236: $? = 0
configure:8236: ./conftest
configure:8236: $? = 0
configure:8255: result: 8
configure:8316: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c >&5
configure:8316: $? = 0
configure:8316: ./conftest
configure:8316: $? = 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_LIBINTL_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_ALLOCA_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:8359: checking for --enable-framework
configure:8369: result: yes
configure:8380: checking for dyld
configure:8387: result: always on for Darwin
configure:8406: checking the extension of shared libraries
configure:8420: result: .so
configure:8427: checking LDSHARED
configure:8558: result: $(CC) -bundle -undefined dynamic_lookup
configure:8564: checking CCSHARED
configure:8598: result:
configure:8602: checking LINKFORSHARED
configure:8650: result: -framework CoreFoundation $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)
configure:8655: checking CFLAGSFORSHARED
configure:8668: result: $(CCSHARED)
configure:8680: checking SHLIBS
configure:8686: result: $(LIBS)
configure:8691: checking for sendfile in -lsendfile
configure:8716: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib 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:8716: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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:8725: result: no
configure:8736: checking for dlopen in -ldl
configure:8761: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:8761: $? = 0
configure:8770: result: yes
configure:8781: checking for shl_load in -ldld
configure:8806: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib 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:8806: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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:8815: result: no
configure:8829: checking for library containing sem_init
configure:8860: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:8860: $? = 0
configure:8877: result: none required
configure:8890: checking for textdomain in -lintl
configure:8915: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib 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:8915: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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:8924: result: no
configure:8971: checking for t_open in -lnsl
configure:8996: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib 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:8996: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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:9005: result: no
configure:9011: checking for socket in -lsocket
configure:9036: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib 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:9036: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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:9045: result: no
configure:9052: checking for --with-libs
configure:9063: result: no
configure:9114: checking for pkg-config
configure:9132: found /usr/local/opt/pkg-config/bin/pkg-config
configure:9144: result: /usr/local/opt/pkg-config/bin/pkg-config
configure:9168: checking for --with-system-expat
configure:9179: result: no
configure:9183: checking for --with-system-ffi
configure:9201: result: no
configure:9205: checking for --with-system-libmpdec
configure:9216: result: no
configure:9220: checking for --enable-loadable-sqlite-extensions
configure:9230: result: no
configure:9236: checking for --with-tcltk-includes
configure:9246: result: default
configure:9248: checking for --with-tcltk-libs
configure:9258: result: default
configure:9274: checking for --with-dbmliborder
configure:9293: result:
configure:9299: checking for --with-signal-module
configure:9311: result: yes
configure:9333: checking for --with-threads
configure:9353: result: yes
configure:9784: checking if PTHREAD_SCOPE_SYSTEM is supported
configure:9809: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
conftest.c:114:7: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^~~~
conftest.c:117:39: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
if (pthread_attr_init(&attr)) exit(-1);
^
conftest.c:117:39: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
2 warnings generated.
configure:9809: $? = 0
configure:9809: ./conftest
configure:9809: $? = 0
configure:9821: result: yes
configure:9830: checking for pthread_sigmask
configure:9830: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:9830: $? = 0
configure:9830: result: yes
configure:9847: checking for pthread_atfork
configure:9847: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:9847: $? = 0
configure:9847: result: yes
configure:9861: checking if --enable-ipv6 is specified
configure:9871: result: yes
configure:9955: checking ipv6 stack type
configure:10088: result: kame
configure:10108: checking for OSX 10.5 SDK or later
configure:10123: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:10123: $? = 0
configure:10128: result: yes
configure:10140: checking for --with-doc-strings
configure:10158: result: yes
configure:10162: checking for --with-tsc
configure:10179: result: no
configure:10185: checking for --with-pymalloc
configure:10205: result: yes
configure:10209: checking for --with-valgrind
configure:10219: result: no
configure:10244: checking for dlopen
configure:10244: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10244: $? = 0
configure:10244: result: yes
configure:10257: checking DYNLOADFILE
configure:10281: result: dynload_shlib.o
configure:10293: checking MACHDEP_OBJS
configure:10302: result: none
configure:10334: checking for alarm
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for accept4
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_accept4", referenced from:
_main in conftest-XxCP49.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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:10334: result: no
configure:10334: checking for setitimer
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for getitimer
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for bind_textdomain_codeset
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_bind_textdomain_codeset", referenced from:
_main in conftest-7PhOS6.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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:10334: result: no
configure:10334: checking for chown
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for clock
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for confstr
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for ctermid
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for execv
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for faccessat
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_faccessat", referenced from:
_main in conftest-IPYlLT.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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:10334: result: no
configure:10334: checking for fchmod
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for fchmodat
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_fchmodat", referenced from:
_main in conftest-XQljT4.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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:10334: result: no
configure:10334: checking for fchown
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for fchownat
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_fchownat", referenced from:
_main in conftest-z89rGx.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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:10334: result: no
configure:10334: checking for fexecve
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_fexecve", referenced from:
_main in conftest-BoRKCF.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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:10334: result: no
configure:10334: checking for fdopendir
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_fdopendir", referenced from:
_main in conftest-f1XPHj.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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:10334: result: no
configure:10334: checking for fork
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for fpathconf
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for fstatat
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_fstatat", referenced from:
_main in conftest-FXKhJ5.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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:10334: result: no
configure:10334: checking for ftime
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for ftruncate
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for futimesat
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_futimesat", referenced from:
_main in conftest-r0fBbx.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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:10334: result: no
configure:10334: checking for futimens
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_futimens", referenced from:
_main in conftest-ZiZQjW.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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:10334: result: no
configure:10334: checking for futimes
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for gai_strerror
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for getgrouplist
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for getgroups
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for getlogin
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for getloadavg
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for getpeername
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for getpgid
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for getpid
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for getpriority
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for getresuid
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_getresuid", referenced from:
_main in conftest-80OodS.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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:10334: result: no
configure:10334: checking for getresgid
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_getresgid", referenced from:
_main in conftest-4c2RXg.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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:10334: result: no
configure:10334: checking for getpwent
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for getspnam
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_getspnam", referenced from:
_main in conftest-tcjoDE.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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:10334: result: no
configure:10334: checking for getspent
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_getspent", referenced from:
_main in conftest-YN5mKU.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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:10334: result: no
configure:10334: checking for getsid
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for getwd
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for if_nameindex
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for initgroups
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for kill
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for killpg
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for lchmod
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for lchown
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for lockf
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for linkat
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_linkat", referenced from:
_main in conftest-yAhkZn.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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:10334: result: no
configure:10334: checking for lstat
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for lutimes
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for mmap
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for memrchr
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_memrchr", referenced from:
_main in conftest-hIOB8b.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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:10334: result: no
configure:10334: checking for mbrtowc
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for mkdirat
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_mkdirat", referenced from:
_main in conftest-5CANeA.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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:10334: result: no
configure:10334: checking for mkfifo
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for mkfifoat
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_mkfifoat", referenced from:
_main in conftest-Q0DPkZ.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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:10334: result: no
configure:10334: checking for mknod
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for mknodat
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_mknodat", referenced from:
_main in conftest-YLKlNX.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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:10334: result: no
configure:10334: checking for mktime
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for mremap
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_mremap", referenced from:
_main in conftest-keA4eI.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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:10334: result: no
configure:10334: checking for nice
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for openat
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_openat", referenced from:
_main in conftest-2XXQux.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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:10334: result: no
configure:10334: checking for pathconf
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for pause
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for pipe2
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_pipe2", referenced from:
_main in conftest-yGth0d.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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:10334: result: no
configure:10334: checking for plock
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_plock", referenced from:
_main in conftest-pSWwUm.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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:10334: result: no
configure:10334: checking for poll
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for posix_fallocate
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_posix_fallocate", referenced from:
_main in conftest-aDv5vj.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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:10334: result: no
configure:10334: checking for posix_fadvise
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_posix_fadvise", referenced from:
_main in conftest-IpyZxq.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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:10334: result: no
configure:10334: checking for pread
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for pthread_init
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_pthread_init", referenced from:
_main in conftest-1U3cs8.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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
| /* end confdefs.h. */
| /* Define pthread_init to an innocuous variant, in case <limits.h> declares pthread_init.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pthread_init innocuous_pthread_init
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pthread_init (); 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 pthread_init
|
| /* 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 pthread_init ();
| /* 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_pthread_init || defined __stub___pthread_init
| choke me
| #endif
|
| int
| main ()
| {
| return pthread_init ();
| ;
| return 0;
| }
configure:10334: result: no
configure:10334: checking for pthread_kill
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for putenv
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for pwrite
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for readlink
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for readlinkat
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_readlinkat", referenced from:
_main in conftest-c5Hm4C.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:10334: result: no
configure:10334: checking for readv
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for realpath
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for renameat
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_renameat", referenced from:
_main in conftest-a0RAR7.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:10334: result: no
configure:10334: checking for select
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for sem_open
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for sem_timedwait
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_sem_timedwait", referenced from:
_main in conftest-2bsUEt.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:10334: result: no
configure:10334: checking for sem_getvalue
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for sem_unlink
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for sendfile
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for setegid
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for seteuid
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for setgid
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for sethostname
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for setlocale
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for setregid
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for setreuid
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for setresuid
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_setresuid", referenced from:
_main in conftest-9gNgAE.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:10334: result: no
configure:10334: checking for setresgid
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_setresgid", referenced from:
_main in conftest-aCVgTb.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:10334: result: no
configure:10334: checking for setsid
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for setpgid
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for setpgrp
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for setpriority
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for setuid
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for setvbuf
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for sched_get_priority_max
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for sched_setaffinity
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_sched_setaffinity", referenced from:
_main in conftest-J52THe.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:10334: result: no
configure:10334: checking for sched_setscheduler
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_sched_setscheduler", referenced from:
_main in conftest-HZZ2T9.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:10334: result: no
configure:10334: checking for sched_setparam
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_sched_setparam", referenced from:
_main in conftest-OmyBvF.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:10334: result: no
configure:10334: checking for sched_rr_get_interval
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_sched_rr_get_interval", referenced from:
_main in conftest-1tCYXf.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:10334: result: no
configure:10334: checking for sigaction
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for sigaltstack
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for siginterrupt
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for sigpending
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for sigrelse
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for sigtimedwait
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_sigtimedwait", referenced from:
_main in conftest-e8mDFQ.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:10334: result: no
configure:10334: checking for sigwait
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for sigwaitinfo
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_sigwaitinfo", referenced from:
_main in conftest-tr1XGG.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:10334: result: no
configure:10334: checking for snprintf
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
conftest.c:217:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
char snprintf ();
^
conftest.c:217:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
1 warning generated.
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for strftime
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for strlcpy
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
conftest.c:219:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
char strlcpy ();
^
conftest.c:219:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
1 warning generated.
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for symlinkat
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_symlinkat", referenced from:
_main in conftest-yQSdvI.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:10334: result: no
configure:10334: checking for sync
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for sysconf
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for tcgetpgrp
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for tcsetpgrp
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for tempnam
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for timegm
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for times
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for tmpfile
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for tmpnam
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for tmpnam_r
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_tmpnam_r", referenced from:
_main in conftest-7lX0iD.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:10334: result: no
configure:10334: checking for truncate
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for uname
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for unlinkat
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_unlinkat", referenced from:
_main in conftest-EAo19j.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:10334: result: no
configure:10334: checking for unsetenv
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for utimensat
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_utimensat", referenced from:
_main in conftest-djCT5o.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:10334: result: no
configure:10334: checking for utimes
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for waitid
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for waitpid
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for wait3
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for wait4
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for wcscoll
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for wcsftime
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for wcsxfrm
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for writev
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10334: $? = 0
configure:10334: result: yes
configure:10334: checking for _getpty
configure:10334: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"__getpty", referenced from:
_main in conftest-Jr4TYO.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:10334: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:10334: result: no
configure:10344: checking whether dirfd is declared
configure:10344: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:10344: $? = 0
configure:10344: result: yes
configure:10356: checking for chroot
configure:10369: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:10369: $? = 0
configure:10373: result: yes
configure:10381: checking for link
configure:10394: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:10394: $? = 0
configure:10398: result: yes
configure:10406: checking for symlink
configure:10419: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:10419: $? = 0
configure:10423: result: yes
configure:10431: checking for fchdir
configure:10444: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:10444: $? = 0
configure:10448: result: yes
configure:10456: checking for fsync
configure:10469: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:10469: $? = 0
configure:10473: result: yes
configure:10481: checking for fdatasync
configure:10494: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
conftest.c:228:9: error: use of undeclared identifier 'fdatasync'
void *x=fdatasync
^
1 error generated.
configure:10494: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:10501: result: no
configure:10506: checking for epoll
configure:10519: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
conftest.c:224:10: fatal error: 'sys/epoll.h' file not found
#include <sys/epoll.h>
^
1 error generated.
configure:10519: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:10526: result: no
configure:10531: checking for epoll_create1
configure:10544: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
conftest.c:224:10: fatal error: 'sys/epoll.h' file not found
#include <sys/epoll.h>
^
1 error generated.
configure:10544: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:10551: result: no
configure:10556: checking for kqueue
configure:10572: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:10572: $? = 0
configure:10576: result: yes
configure:10590: checking for ctermid_r
configure:10605: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:10605: $? = 0
configure:10609: result: yes
configure:10618: checking for flock declaration
configure:10635: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:10635: $? = 0
configure:10644: result: yes
configure:10649: checking for flock
configure:10649: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10649: $? = 0
configure:10649: result: yes
configure:10707: checking for getpagesize
configure:10722: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:10722: $? = 0
configure:10726: result: yes
configure:10735: checking for broken unsetenv
configure:10750: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:10750: $? = 0
configure:10751: result: no
configure:10767: checking for true
configure:10783: found /usr/bin/true
configure:10794: result: true
configure:10807: checking for inet_aton in -lc
configure:10832: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -lc -ldl >&5
configure:10832: $? = 0
configure:10841: result: yes
configure:10897: checking for chflags
configure:10918: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10918: $? = 0
configure:10918: ./conftest
configure:10918: $? = 0
configure:10929: result: yes
configure:10946: checking for lchflags
configure:10967: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:10967: $? = 0
configure:10967: ./conftest
configure:10967: $? = 0
configure:10978: result: yes
configure:11004: checking for inflateCopy in -lz
configure:11029: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -Wl,-search_paths_first -L/usr/local/lib -L/usr/local/opt/sqlite/lib -Wl,-search_paths_first -L/usr/local/lib conftest.c -lz -ldl >&5
configure:11029: $? = 0
configure:11038: result: yes
configure:11054: checking for hstrerror
configure:11069: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:11069: $? = 0
configure:11073: result: yes
configure:11083: checking for inet_aton
configure:11101: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:11101: $? = 0
configure:11105: result: yes
configure:11115: checking for inet_pton
configure:11133: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:11133: $? = 0
configure:11137: result: yes
configure:11147: checking for setgroups
configure:11165: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:11165: $? = 0
configure:11169: result: yes
configure:11182: checking for openpty
configure:11182: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:11182: $? = 0
configure:11182: result: yes
configure:11279: checking for forkpty
configure:11279: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:11279: $? = 0
configure:11279: result: yes
configure:11378: checking for memmove
configure:11378: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
conftest.c:260:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
char memmove ();
^
conftest.c:260:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
1 warning generated.
configure:11378: $? = 0
configure:11378: result: yes
configure:11392: checking for fseek64
configure:11392: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_fseek64", referenced from:
_main in conftest-o3LAK6.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:11392: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:11392: result: no
configure:11392: checking for fseeko
configure:11392: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:11392: $? = 0
configure:11392: result: yes
configure:11392: checking for fstatvfs
configure:11392: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:11392: $? = 0
configure:11392: result: yes
configure:11392: checking for ftell64
configure:11392: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_ftell64", referenced from:
_main in conftest-doIyl5.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:11392: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:11392: result: no
configure:11392: checking for ftello
configure:11392: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:11392: $? = 0
configure:11392: result: yes
configure:11392: checking for statvfs
configure:11392: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:11392: $? = 0
configure:11392: result: yes
configure:11402: checking for dup2
configure:11402: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:11402: $? = 0
configure:11402: result: yes
configure:11415: checking for getcwd
configure:11415: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:11415: $? = 0
configure:11415: result: yes
configure:11428: checking for strdup
configure:11428: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
conftest.c:267:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
char strdup ();
^
conftest.c:267:6: note: 'strdup' is a builtin with type 'char *(const char *)'
1 warning generated.
configure:11428: $? = 0
configure:11428: result: yes
configure:11444: checking for getpgrp
configure:11444: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:11444: $? = 0
configure:11444: result: yes
configure:11460: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
conftest.c:250:9: error: too many arguments to function call, expected 0, have 1
getpgrp(0);
~~~~~~~ ^
/usr/include/unistd.h:453:1: note: 'getpgrp' declared here
pid_t getpgrp(void);
^
1 error generated.
configure:11460: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:11472: checking for setpgrp
configure:11472: result: yes
configure:11488: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
conftest.c:251:9: error: too many arguments to function call, expected 0, have 2
setpgrp(0,0);
~~~~~~~ ^~~
/usr/include/unistd.h:586:1: note: 'setpgrp' declared here
pid_t setpgrp(void) __DARWIN_ALIAS(setpgrp);
^
1 error generated.
configure:11488: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:11500: checking for gettimeofday
configure:11500: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:11500: $? = 0
configure:11500: result: yes
configure:11516: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:11516: $? = 0
configure:11532: checking for clock_gettime
configure:11532: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_clock_gettime", referenced from:
_main in conftest-Uo62N9.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:11532: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:11532: result: no
configure:11540: checking for clock_gettime in -lrt
configure:11565: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib 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:11565: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:11574: result: no
configure:11593: checking for clock_getres
configure:11593: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_clock_getres", referenced from:
_main in conftest-Ui5yDx.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:11593: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:11593: result: no
configure:11601: checking for clock_getres in -lrt
configure:11626: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib 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:11626: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:11635: result: no
configure:11649: checking for major
configure:11672: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:11672: $? = 0
configure:11677: result: yes
configure:11691: checking for getaddrinfo
configure:11709: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:11709: $? = 0
configure:11716: result: yes
configure:11720: checking getaddrinfo bug
configure:11824: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:11824: $? = 0
configure:11824: ./conftest
configure:11824: $? = 0
configure:11837: result: no
configure:11856: checking for getnameinfo
configure:11856: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:11856: $? = 0
configure:11856: result: yes
configure:11867: checking whether time.h and sys/time.h may both be included
configure:11887: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:11887: $? = 0
configure:11894: result: yes
configure:11902: checking whether struct tm is in sys/time.h or time.h
configure:11922: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:11922: $? = 0
configure:11929: result: time.h
configure:11937: checking for struct tm.tm_zone
configure:11937: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:11937: $? = 0
configure:11937: result: yes
configure:12004: checking for struct stat.st_rdev
configure:12004: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:12004: $? = 0
configure:12004: result: yes
configure:12014: checking for struct stat.st_blksize
configure:12014: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:12014: $? = 0
configure:12014: result: yes
configure:12024: checking for struct stat.st_flags
configure:12024: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:12024: $? = 0
configure:12024: result: yes
configure:12034: checking for struct stat.st_gen
configure:12034: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:12034: $? = 0
configure:12034: result: yes
configure:12044: checking for struct stat.st_birthtime
configure:12044: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:12044: $? = 0
configure:12044: result: yes
configure:12054: checking for struct stat.st_blocks
configure:12054: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:12054: $? = 0
configure:12054: result: yes
configure:12075: checking for time.h that defines altzone
configure:12092: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
conftest.c:265:8: error: use of undeclared identifier 'altzone'
return altzone;
^
1 error generated.
configure:12092: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:12101: result: no
configure:12110: checking whether sys/select.h and sys/time.h may both be included
configure:12127: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:12127: $? = 0
configure:12136: result: yes
configure:12139: checking for addrinfo
configure:12155: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:12155: $? = 0
configure:12163: result: yes
configure:12171: checking for sockaddr_storage
configure:12189: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:12189: $? = 0
configure:12197: result: yes
configure:12207: checking whether char is unsigned
configure:12226: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:12226: $? = 0
configure:12233: result: no
configure:12240: checking for an ANSI C-conforming const
configure:12306: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:12306: $? = 0
configure:12313: result: yes
configure:12323: checking for working volatile
configure:12336: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:12336: $? = 0
configure:12345: result: yes
configure:12349: checking for working signed char
configure:12362: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:12362: $? = 0
configure:12371: result: yes
configure:12375: checking for prototypes
configure:12388: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:12388: $? = 0
configure:12395: result: yes
configure:12399: checking for variable length prototypes and stdarg.h
configure:12422: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:12422: $? = 0
configure:12431: result: yes
configure:12435: checking for socketpair
configure:12451: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:12451: $? = 0
configure:12455: result: yes
configure:12465: checking if sockaddr has sa_len member
configure:12480: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:12480: $? = 0
configure:12481: result: yes
configure:12494: checking whether va_list is an array
configure:12513: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
conftest.c:278:29: error: array type 'va_list' (aka '__builtin_va_list') is not assignable
va_list list1, list2; list1 = list2;
~~~~~ ^
1 error generated.
configure:12513: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:12524: result: yes
configure:12530: checking for gethostbyname_r
configure:12530: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"_gethostbyname_r", referenced from:
_main in conftest-5YMgwS.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:12530: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:12530: result: no
configure:12661: checking for gethostbyname
configure:12661: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:12661: $? = 0
configure:12661: result: yes
configure:12683: checking for __fpu_control
configure:12683: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
Undefined symbols for architecture x86_64:
"___fpu_control", referenced from:
_main in conftest-VlHKHp.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:12683: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:12683: result: no
configure:12687: checking for __fpu_control in -lieee
configure:12712: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib 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:12712: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:12721: result: no
configure:12737: checking for --with-fpectl
configure:12754: result: no
configure:12765: checking for --with-libm=STRING
configure:12782: result: default LIBM=""
configure:12789: checking for --with-libc=STRING
configure:12806: result: default LIBC=""
configure:12815: checking for x64 gcc inline assembler
configure:12830: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:12830: $? = 0
configure:12836: result: yes
configure:12849: checking whether C doubles are little-endian IEEE 754 binary64
configure:12871: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:12871: $? = 0
configure:12871: ./conftest
configure:12871: $? = 0
configure:12882: result: yes
configure:12891: checking whether C doubles are big-endian IEEE 754 binary64
configure:12913: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:12913: $? = 0
configure:12913: ./conftest
configure:12913: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:12924: result: no
configure:12937: checking whether C doubles are ARM mixed-endian IEEE 754 binary64
configure:12959: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:12959: $? = 0
configure:12959: ./conftest
configure:12959: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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:12970: result: no
configure:12989: checking whether we can use gcc inline assembler to get and set x87 control word
configure:13006: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:13006: $? = 0
configure:13012: result: yes
configure:13026: checking for x87-style double rounding
configure:13057: clang -Wno-unused-result -fno-common -dynamic -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:13057: $? = 0
configure:13057: ./conftest
configure:13057: $? = 0
configure:13067: result: no
configure:13086: checking for acosh
configure:13086: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:13086: $? = 0
configure:13086: result: yes
configure:13086: checking for asinh
configure:13086: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:13086: $? = 0
configure:13086: result: yes
configure:13086: checking for atanh
configure:13086: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:13086: $? = 0
configure:13086: result: yes
configure:13086: checking for copysign
configure:13086: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
conftest.c:299:6: warning: incompatible redeclaration of library function 'copysign' [-Wincompatible-library-redeclaration]
char copysign ();
^
conftest.c:299:6: note: 'copysign' is a builtin with type 'double (double, double)'
1 warning generated.
configure:13086: $? = 0
configure:13086: result: yes
configure:13086: checking for erf
configure:13086: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:13086: $? = 0
configure:13086: result: yes
configure:13086: checking for erfc
configure:13086: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:13086: $? = 0
configure:13086: result: yes
configure:13086: checking for expm1
configure:13086: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:13086: $? = 0
configure:13086: result: yes
configure:13086: checking for finite
configure:13086: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:13086: $? = 0
configure:13086: result: yes
configure:13086: checking for gamma
configure:13086: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:13086: $? = 0
configure:13086: result: yes
configure:13098: checking for hypot
configure:13098: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:13098: $? = 0
configure:13098: result: yes
configure:13098: checking for lgamma
configure:13098: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:13098: $? = 0
configure:13098: result: yes
configure:13098: checking for log1p
configure:13098: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:13098: $? = 0
configure:13098: result: yes
configure:13098: checking for log2
configure:13098: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
conftest.c:308:6: warning: incompatible redeclaration of library function 'log2' [-Wincompatible-library-redeclaration]
char log2 ();
^
conftest.c:308:6: note: 'log2' is a builtin with type 'double (double)'
1 warning generated.
configure:13098: $? = 0
configure:13098: result: yes
configure:13098: checking for round
configure:13098: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
conftest.c:309:6: warning: incompatible redeclaration of library function 'round' [-Wincompatible-library-redeclaration]
char round ();
^
conftest.c:309:6: note: 'round' is a builtin with type 'double (double)'
1 warning generated.
configure:13098: $? = 0
configure:13098: result: yes
configure:13098: checking for tgamma
configure:13098: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:13098: $? = 0
configure:13098: result: yes
configure:13107: checking whether isinf is declared
configure:13107: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:13107: $? = 0
configure:13107: result: yes
configure:13118: checking whether isnan is declared
configure:13118: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:13118: $? = 0
configure:13118: result: yes
configure:13129: checking whether isfinite is declared
configure:13129: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:13129: $? = 0
configure:13129: result: yes
configure:13144: checking whether tanh preserves the sign of zero
configure:13168: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:13168: $? = 0
configure:13168: ./conftest
configure:13168: $? = 0
configure:13179: result: yes
configure:13192: checking whether log1p drops the sign of negative zero
configure:13216: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:13216: $? = 0
configure:13216: ./conftest
configure:13216: $? = 0
configure:13227: result: no
configure:13244: checking whether POSIX semaphores are enabled
configure:13273: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:13273: $? = 0
configure:13273: ./conftest
configure:13273: $? = 0
configure:13285: result: yes
configure:13295: checking for broken sem_getvalue
configure:13328: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:13328: $? = 0
configure:13328: ./conftest
configure:13328: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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 <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:13340: result: yes
configure:13350: checking digit size for Python's longs
configure:13373: result: no value specified
configure:13379: checking wchar.h usability
configure:13379: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:13379: $? = 0
configure:13379: result: yes
configure:13379: checking wchar.h presence
configure:13379: clang -E conftest.c
configure:13379: $? = 0
configure:13379: result: yes
configure:13379: checking for wchar.h
configure:13379: result: yes
configure:13401: checking size of wchar_t
configure:13406: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:13406: $? = 0
configure:13406: ./conftest
configure:13406: $? = 0
configure:13421: result: 4
configure:13433: checking for UCS-4 tcl
configure:13451: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
conftest.c:298:3: error: "NOT UCS4_TCL"
# error "NOT UCS4_TCL"
^
1 error generated.
configure:13451: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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 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:13460: result: no
configure:13467: checking whether wchar_t is signed
configure:13487: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
conftest.c:300:9: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
exit((((wchar_t) -1) < ((wchar_t) 0)) ? 0 : 1);
^
conftest.c:300:9: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
1 warning generated.
configure:13487: $? = 0
configure:13487: ./conftest
configure:13487: $? = 0
configure:13498: result: yes
configure:13513: result: no usable wchar_t found
configure:13517: checking whether byte ordering is bigendian
configure:13532: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:13532: $? = 0
configure:13577: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:13577: $? = 0
configure:13595: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
conftest.c:302:4: error: use of undeclared identifier 'not'
not big endian
^
1 error generated.
configure:13595: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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 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:13723: result: no
configure:13757: checking ABIFLAGS
configure:13759: result: m
configure:13761: checking SOABI
configure:13764: result: cpython-33m
configure:13775: checking LDVERSION
configure:13778: result: $(VERSION)$(ABIFLAGS)
configure:13783: checking whether right shift extends the sign bit
configure:13801: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
conftest.c:298:2: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
exit(((-1)>>3 == -1) ? 0 : 1);
^
conftest.c:298:2: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
1 warning generated.
configure:13801: $? = 0
configure:13801: ./conftest
configure:13801: $? = 0
configure:13812: result: yes
configure:13822: checking for getc_unlocked() and friends
configure:13844: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:13844: $? = 0
configure:13853: result: yes
configure:13870: checking how to link readline libs
configure:13897: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -lreadline -ldl >&5
configure:13897: $? = 0
configure:13912: result: -lreadline
configure:13920: checking for rl_callback_handler_install in -lreadline
configure:13945: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -lreadline -lreadline -lreadline -ldl >&5
configure:13945: $? = 0
configure:13954: result: yes
configure:13968: clang -E conftest.c
configure:13968: $? = 0
configure:14006: checking for rl_pre_input_hook in -lreadline
configure:14031: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -lreadline -lreadline -lreadline -ldl >&5
configure:14031: $? = 0
configure:14040: result: yes
configure:14050: checking for rl_completion_display_matches_hook in -lreadline
configure:14075: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -lreadline -lreadline -lreadline -ldl >&5
configure:14075: $? = 0
configure:14084: result: yes
configure:14094: checking for rl_completion_matches in -lreadline
configure:14119: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -lreadline -lreadline -lreadline -ldl >&5
configure:14119: $? = 0
configure:14128: result: yes
configure:14142: clang -E conftest.c
configure:14142: $? = 0
configure:14169: checking for broken nice()
configure:14190: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
conftest.c:307:13: warning: implicit declaration of function 'nice' is invalid in C99 [-Wimplicit-function-declaration]
int val1 = nice(1);
^
conftest.c:309:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
exit(0);
^
conftest.c:309:3: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
2 warnings generated.
configure:14190: $? = 0
configure:14190: ./conftest
configure:14190: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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 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:14201: result: no
configure:14210: checking for broken poll()
configure:14240: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
conftest.c:312:5: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration]
close (42);
^
1 warning generated.
configure:14240: $? = 0
configure:14240: ./conftest
configure:14240: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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 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:14251: result: no
configure:14263: checking for struct tm.tm_zone
configure:14263: result: yes
configure:14332: checking for working tzset()
configure:14408: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:14408: $? = 0
configure:14408: ./conftest
configure:14408: $? = 0
configure:14419: result: yes
configure:14429: checking for tv_nsec in struct stat
configure:14448: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
conftest.c:313:4: error: no member named 'st_mtim' in 'struct stat'
st.st_mtim.tv_nsec = 1;
~~ ^
1 error generated.
configure:14448: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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 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:14456: result: no
configure:14466: checking for tv_nsec2 in struct stat
configure:14485: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:14485: $? = 0
configure:14493: result: yes
configure:14505: checking whether mvwdelch is an expression
configure:14524: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:14524: $? = 0
configure:14532: result: yes
configure:14542: checking whether WINDOW has _flags
configure:14561: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
conftest.c:315: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:14561: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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 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:14569: result: no
configure:14580: checking for is_term_resized
configure:14593: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:14593: $? = 0
configure:14597: result: yes
configure:14606: checking for resize_term
configure:14619: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:14619: $? = 0
configure:14623: result: yes
configure:14632: checking for resizeterm
configure:14645: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/include/ncursesw conftest.c >&5
configure:14645: $? = 0
configure:14649: result: yes
configure:14660: checking for device files
configure:14680: checking for /dev/ptmx
configure:14693: result: yes
configure:14704: checking for /dev/ptc
configure:14717: result: no
configure:14731: checking for %lld and %llu printf() format support
configure:14802: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl >&5
configure:14802: $? = 0
configure:14802: ./conftest
configure:14802: $? = 0
configure:14814: result: yes
configure:14830: checking for %zd printf() format support
configure:14878: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl -framework CoreFoundation >&5
configure:14878: $? = 0
configure:14878: ./conftest
configure:14878: $? = 0
configure:14888: result: yes
configure:14896: checking for socklen_t
configure:14896: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
configure:14896: $? = 0
configure:14896: clang -c -I/usr/local/include -I/usr/local/opt/sqlite/include conftest.c >&5
conftest.c:327:24: error: expected expression
if (sizeof ((socklen_t)))
^
1 error generated.
configure:14896: $? = 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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
| #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 HAVE_PTHREAD_ATFORK 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_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 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:14896: result: yes
configure:14914: checking for broken mbstowcs
configure:14935: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl -framework CoreFoundation >&5
configure:14935: $? = 0
configure:14935: ./conftest
configure:14935: $? = 0
configure:14946: result: no
configure:14956: checking for --with-computed-gotos
configure:14980: result: no value specified
configure:14985: checking whether clang supports computed gotos
configure:15012: clang -o conftest -I/usr/local/include -I/usr/local/opt/sqlite/include -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl -framework CoreFoundation >&5
configure:15012: $? = 0
configure:15012: ./conftest
configure:15012: $? = 0
configure:15023: result: yes
configure:15048: checking for build directories
configure:15055: result: done
configure:15059: checking for -O2
configure:15075: clang -c -O2 conftest.c >&5
configure:15075: $? = 0
configure:15081: result: yes
configure:15087: checking for glibc _FORTIFY_SOURCE/memmove bug
configure:15116: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/local/lib -L/usr/local/opt/sqlite/lib conftest.c -ldl -framework CoreFoundation >&5
configure:15116: $? = 0
configure:15116: ./conftest
configure:15116: $? = 0
configure:15126: result: no
configure:15308: 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 hanxue-mac.local
config.status:1209: creating Mac/Makefile
config.status:1209: creating Mac/PythonLauncher/Makefile
config.status:1209: creating Mac/Resources/framework/Info.plist
config.status:1209: creating Mac/Resources/app/Info.plist
config.status:1209: creating Makefile.pre
config.status:1209: creating Modules/Setup.config
config.status:1209: creating Misc/python.pc
config.status:1209: creating Modules/ld_so_aix
config.status:1209: 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-darwin13.0.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=set
ac_cv_env_CC_value=clang
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-I/usr/local/include -I/usr/local/opt/sqlite/include'
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=set
ac_cv_env_LDFLAGS_value='-L/usr/local/lib -L/usr/local/opt/sqlite/lib'
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_atfork=yes
ac_cv_func_pthread_init=no
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_alloca_h=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=yes
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-darwin13.0.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=no
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/opt/pkg-config/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_posix_semaphores_enabled=yes
ac_cv_prog_CPP='clang -E'
ac_cv_prog_PYTHON=python
ac_cv_prog_TRUE=true
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=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='python'
BASECFLAGS=' -Wno-unused-result -fno-common -dynamic'
BASECPPFLAGS=''
BLDLIBRARY=''
BLDSHARED='$(CC) -bundle -undefined dynamic_lookup'
BUILDEXEEXT='.exe'
CC='clang'
CCSHARED=''
CFLAGS='-I/usr/local/include -I/usr/local/opt/sqlite/include'
CFLAGSFORSHARED='$(CCSHARED)'
CONFIGURE_MACOSX_DEPLOYMENT_TARGET='10.9'
CONFIG_ARGS=' '\''--prefix=/usr/local/Cellar/python3/3.3.3'\'' '\''--enable-ipv6'\'' '\''--datarootdir=/usr/local/Cellar/python3/3.3.3/share'\'' '\''--datadir=/usr/local/Cellar/python3/3.3.3/share'\'' '\''--enable-framework=/usr/local/Cellar/python3/3.3.3/Frameworks'\'' '\''--without-gcc'\'' '\''CFLAGS=-I/usr/local/include -I/usr/local/opt/sqlite/include'\'' '\''LDFLAGS=-L/usr/local/lib -L/usr/local/opt/sqlite/lib'\'' '\''MACOSX_DEPLOYMENT_TARGET=10.9'\'' '\''CC=clang'\'''
CPP='clang -E'
CPPFLAGS=''
CXX='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='frameworkinstallstructure '
FRAMEWORKALTINSTALLLAST='frameworkinstallmaclib frameworkinstallapps frameworkaltinstallunixtools'
FRAMEWORKINSTALLAPPSPREFIX='/Applications'
FRAMEWORKINSTALLFIRST='frameworkinstallstructure'
FRAMEWORKINSTALLLAST='frameworkinstallmaclib frameworkinstallapps frameworkinstallunixtools'
FRAMEWORKUNIXTOOLSPREFIX='/usr/local/Cellar/python3/3.3.3'
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='-L/usr/local/lib -L/usr/local/opt/sqlite/lib'
LDLAST=''
LDLIBRARY='$(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)'
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 $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)'
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/opt/pkg-config/bin/pkg-config'
PY3LIBRARY=''
PYTHON='python'
PYTHONFRAMEWORK='Python'
PYTHONFRAMEWORKDIR='Python.framework'
PYTHONFRAMEWORKIDENTIFIER='org.python.python'
PYTHONFRAMEWORKINSTALLDIR='/usr/local/Cellar/python3/3.3.3/Frameworks/Python.framework'
PYTHONFRAMEWORKPREFIX='/usr/local/Cellar/python3/3.3.3/Frameworks'
PYTHON_FOR_BUILD='./$(BUILDPYTHON) -E'
RANLIB='ranlib'
READELF=':'
RUNSHARED='DYLD_FRAMEWORK_PATH=/private/tmp/python3-CV5C/Python-3.3.3:'
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'
TCLTK_INCLUDES=''
TCLTK_LIBS=''
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='clang'
ac_ct_CXX=''
ac_ct_READELF=''
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin13.0.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin13.0.0'
build_vendor='apple'
datadir='/usr/local/Cellar/python3/3.3.3/share'
datarootdir='/usr/local/Cellar/python3/3.3.3/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin13.0.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin13.0.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='/usr/local/Cellar/python3/3.3.3/Frameworks/Python.framework/Versions/3.3'
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_LIBINTL_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_ALLOCA_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_NEXT_FRAMEWORK 1
#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 HAVE_PTHREAD_ATFORK 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_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 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