Ticket #48627: config.2.log

File config.2.log, 97.0 KB (added by gallafent, 9 years ago)

Config.log from Mac OS 10.10 / Xcode 6.4

Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by configure, which was
5generated by GNU Autoconf 2.52.20141204.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --disable-dependency-tracking --enable-widec --disable-lib-suffixes --enable-overwrite --with-shared --with-cxx-shared --without-debug --without-ada --with-manpage-format=normal --enable-pc-files --with-pkg-config-libdir=/opt/local/lib/pkgconfig --disable-mixed-case
8
9## ---------- ##
10## Platform.  ##
11## ---------- ##
12
13hostname = forth.lan
14uname -m = x86_64
15uname -r = 14.5.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 14.5.0: Wed Jul 29 02:26:53 PDT 2015; root:xnu-2782.40.9~1/RELEASE_X86_64
18
19/usr/bin/uname -p = i386
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25hostinfo               = Mach kernel version:
26         Darwin Kernel Version 14.5.0: Wed Jul 29 02:26:53 PDT 2015; root:xnu-2782.40.9~1/RELEASE_X86_64
27Kernel configured for up to 8 processors.
284 processors are physically available.
298 processors are logically available.
30Processor type: x86_64h (Intel x86-64h Haswell)
31Processors active: 0 1 2 3 4 5 6 7
32Primary memory available: 16.00 gigabytes
33Default processor set: 272 tasks, 1399 threads, 8 processors
34Load average: 4.90, Mach factor: 3.12
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH = /opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin
40
41## ------------ ##
42## Core tests.  ##
43## ------------ ##
44
45configure:1125: PATH=".;."; conftest.sh
46./configure: line 1126: conftest.sh: command not found
47configure:1128: $? = 127
48configure:1141: checking for egrep
49configure:1151: result: grep -E
50configure:1165: result: Configuring NCURSES 6.0 ABI 6 (Thu Aug 20 12:04:10 BST 2015)
51configure:1169: checking for package version
52configure:1190: result: 6.0
53configure:1193: checking for package patch date
54configure:1210: result: 20150808
55configure:1221: testing ABI VERSION 5:0:9 ...
56configure:1225: testing VERSION_MAJOR 6 ...
57configure:1229: testing VERSION_MINOR 0 ...
58configure:1233: testing VERSION_PATCH 20150808 ...
59configure:1375: checking build system type
60configure:1393: result: x86_64-apple-darwin14.5.0
61configure:1400: checking host system type
62configure:1414: result: x86_64-apple-darwin14.5.0
63configure:1422: checking target system type
64configure:1436: result: x86_64-apple-darwin14.5.0
65configure:1468: result: Configuring for darwin14.5.0
66configure:1494: checking for prefix
67configure:1506: result: /opt/local
68configure:1675: checking for C compiler version
69configure:1678: /usr/bin/clang --version </dev/null >&5
70Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
71Target: x86_64-apple-darwin14.5.0
72Thread model: posix
73configure:1681: $? = 0
74configure:1683: /usr/bin/clang -v </dev/null >&5
75Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
76Target: x86_64-apple-darwin14.5.0
77Thread model: posix
78configure:1686: $? = 0
79configure:1688: /usr/bin/clang -V </dev/null >&5
80clang: error: argument to '-V' is missing (expected 1 value)
81clang: error: no input files
82configure:1691: $? = 1
83configure:1711: checking for C compiler default output
84configure:1714: /usr/bin/clang -pipe -Os -arch x86_64 -arch i386  -arch x86_64 -arch i386 conftest.c  >&5
85configure:1717: $? = 0
86configure:1746: result: a.out
87configure:1751: checking whether the C compiler works
88configure:1757: ./a.out
89configure:1760: $? = 0
90configure:1775: result: yes
91configure:1782: checking whether we are cross compiling
92configure:1784: result: no
93configure:1787: checking for executable suffix
94configure:1789: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386  -arch x86_64 -arch i386 conftest.c  >&5
95configure:1792: $? = 0
96configure:1814: result:
97configure:1820: checking for object suffix
98configure:1838: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386  conftest.c >&5
99configure:1841: $? = 0
100configure:1860: result: o
101configure:1864: checking whether we are using the GNU C compiler
102configure:1885: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386  conftest.c >&5
103configure:1888: $? = 0
104configure:1891: test -s conftest.o
105configure:1894: $? = 0
106configure:1906: result: yes
107configure:1912: checking whether /usr/bin/clang accepts -g
108configure:1930: /usr/bin/clang -c -g  conftest.c >&5
109configure:1933: $? = 0
110configure:1936: test -s conftest.o
111configure:1939: $? = 0
112configure:1949: result: yes
113configure:1976: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386  conftest.c >&5
114conftest.c:2:3: error: unknown type name 'choke'
115  choke me
116  ^
117conftest.c:2:11: error: expected ';' after top level declarator
118  choke me
119          ^
120          ;
1212 errors generated.
122configure:1979: $? = 1
123configure: failed program was:
124#ifndef __cplusplus
125  choke me
126#endif
127configure:2080: checking version of /usr/bin/clang
128configure:2084: result: 6.1.0
129configure:2088: checking for /usr/bin/clang option to accept ANSI C
130configure:2145: /usr/bin/clang  -c -pipe -Os -arch x86_64 -arch i386  conftest.c >&5
131configure:2148: $? = 0
132configure:2151: test -s conftest.o
133configure:2154: $? = 0
134configure:2171: result: none needed
135configure:2182: checking $CC variable
136configure:2274: result: ok
137configure:2285: checking how to run the C preprocessor
138configure:2311: /usr/bin/clang -E  conftest.c
139configure:2317: $? = 0
140configure:2344: /usr/bin/clang -E  conftest.c
141configure:2341:10: fatal error: 'ac_nonexistent.h' file not found
142#include <ac_nonexistent.h>
143         ^
1441 error generated.
145configure:2350: $? = 1
146configure: failed program was:
147#line 2340 "configure"
148#include "confdefs.h"
149#include <ac_nonexistent.h>
150configure:2387: result: /usr/bin/clang -E
151configure:2402: /usr/bin/clang -E  conftest.c
152configure:2408: $? = 0
153configure:2435: /usr/bin/clang -E  conftest.c
154configure:2432:10: fatal error: 'ac_nonexistent.h' file not found
155#include <ac_nonexistent.h>
156         ^
1571 error generated.
158configure:2441: $? = 1
159configure: failed program was:
160#line 2431 "configure"
161#include "confdefs.h"
162#include <ac_nonexistent.h>
163configure:2482: checking whether /usr/bin/clang needs -traditional
164configure:2505:10: fatal error: 'termio.h' file not found
165#include <termio.h>
166         ^
1671 error generated.
168configure:2517: result: no
169configure:2524: checking whether /usr/bin/clang understands -c and -o together
170configure:2540: /usr/bin/clang -c conftest.c -o conftest2.o >&5
171configure:2543: $? = 0
172configure:2545: /usr/bin/clang -c conftest.c -o conftest2.o >&5
173configure:2548: $? = 0
174configure:2559: result: yes
175configure:2576: checking for ldconfig
176configure:2607: result: no
177configure:2615: checking if you want to ensure bool is consistent with C++
178configure:2625: result: yes
179configure:2720: checking for C++ compiler version
180configure:2723: /usr/bin/clang++ --version </dev/null >&5
181Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
182Target: x86_64-apple-darwin14.5.0
183Thread model: posix
184configure:2726: $? = 0
185configure:2728: /usr/bin/clang++ -v </dev/null >&5
186Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
187Target: x86_64-apple-darwin14.5.0
188Thread model: posix
189configure:2731: $? = 0
190configure:2733: /usr/bin/clang++ -V </dev/null >&5
191clang: error: argument to '-V' is missing (expected 1 value)
192clang: error: no input files
193configure:2736: $? = 1
194configure:2739: checking whether we are using the GNU C++ compiler
195configure:2760: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -arch i386 -stdlib=libc++  conftest.cc >&5
196configure:2763: $? = 0
197configure:2766: test -s conftest.o
198configure:2769: $? = 0
199configure:2781: result: yes
200configure:2787: checking whether /usr/bin/clang++ accepts -g
201configure:2805: /usr/bin/clang++ -c -g  conftest.cc >&5
202configure:2808: $? = 0
203configure:2811: test -s conftest.o
204configure:2814: $? = 0
205configure:2824: result: yes
206configure:2864: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -arch i386 -stdlib=libc++  conftest.cc >&5
207configure:2867: $? = 0
208configure:2870: test -s conftest.o
209configure:2873: $? = 0
210configure:2895: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -arch i386 -stdlib=libc++  conftest.cc >&5
211configure:2888:1: error: use of undeclared identifier 'exit'
212exit (42);
213^
2141 error generated.
215configure:2898: $? = 1
216configure: failed program was:
217#line 2883 "configure"
218#include "confdefs.h"
219
220int
221main ()
222{
223exit (42);
224  ;
225  return 0;
226}
227configure:2864: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -arch i386 -stdlib=libc++  conftest.cc >&5
228configure:2867: $? = 0
229configure:2870: test -s conftest.o
230configure:2873: $? = 0
231configure:2895: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -arch i386 -stdlib=libc++  conftest.cc >&5
232configure:2898: $? = 0
233configure:2901: test -s conftest.o
234configure:2904: $? = 0
235configure:2938: checking if /usr/bin/clang++ works
236configure:2963: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -arch i386 -stdlib=libc++  -I/opt/local/include conftest.cc >&5
237configure:2966: $? = 0
238configure:2969: test -s conftest.o
239configure:2972: $? = 0
240configure:2983: result: yes
241configure:3050: checking version of /usr/bin/clang++
242configure:3054: result: 6.1.0
243configure:3067: checking if you want to build C++ binding and demo
244configure:3077: result: yes
245configure:3080: checking if you want to build with Ada95
246configure:3082: result: no
247configure:3085: checking if you want to install terminal database
248configure:3095: result: yes
249configure:3098: checking if you want to install manpages
250configure:3108: result: yes
251configure:3111: checking if you want to build programs such as tic
252configure:3121: result: yes
253configure:3124: checking if you want to build test-programs
254configure:3134: result: yes
255configure:3137: checking if you wish to install curses.h
256configure:3147: result: yes
257configure:3173: checking for mawk
258configure:3199: result: no
259configure:3173: checking for gawk
260configure:3188: found /opt/local/bin/gawk
261configure:3196: result: gawk
262configure:3210: checking for egrep
263configure:3220: result: grep -E
264configure:3240: checking for a BSD compatible install
265configure:3289: result: /usr/bin/install -c
266configure:3314: checking for tdlint
267configure:3340: result: no
268configure:3314: checking for lint
269configure:3340: result: no
270configure:3314: checking for alint
271configure:3340: result: no
272configure:3314: checking for splint
273configure:3340: result: no
274configure:3314: checking for lclint
275configure:3340: result: no
276configure:3347: checking whether ln -s works
277configure:3351: result: yes
278configure:3358: checking if ln -s -f options work
279configure:3370: result: yes
280configure:3375: checking for long file names
281configure:3414: result: yes
282configure:3426: checking if you want to use pkg-config
283configure:3436: result: yes
284configure:3488: checking for pkg-config
285configure:3505: found /opt/local/bin/pkg-config
286configure:3517: result: /opt/local/bin/pkg-config
287configure:3577: checking for /opt/local/bin/pkg-config library directory
288configure:3651: result: /opt/local/lib/pkgconfig
289configure:3657: checking if we should install .pc files for /opt/local/bin/pkg-config
290configure:3671: result: yes
291configure:3724: checking for suffix to add to pc-files
292configure:3739: result: none
293configure:3745: checking if we should assume mixed-case filenames
294configure:3755: result: no
295configure:3805: checking whether make sets ${MAKE}
296configure:3825: result: yes
297configure:3838: checking for exctags
298configure:3864: result: no
299configure:3838: checking for ctags
300configure:3853: found /usr/bin/ctags
301configure:3861: result: ctags
302configure:3875: checking for exetags
303configure:3901: result: no
304configure:3875: checking for etags
305configure:3890: found /usr/bin/etags
306configure:3898: result: etags
307configure:3910: checking for ctags
308configure:3925: found /usr/bin/ctags
309configure:3934: result: yes
310configure:3991: checking for makeflags variable
311configure:4025: result:
312configure:4066: checking for ranlib
313configure:4081: found /opt/local/bin/ranlib
314configure:4090: result: ranlib
315configure:4140: checking for ld
316configure:4155: found /opt/local/bin/ld
317configure:4164: result: ld
318configure:4214: checking for ar
319configure:4229: found /opt/local/bin/ar
320configure:4238: result: ar
321configure:4288: checking for nm
322configure:4303: found /opt/local/bin/nm
323configure:4312: result: nm
324configure:4362: checking for ar
325configure:4386: result: ar
326configure:4398: checking for options to update archives
327configure:4424: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386  conftest.c >&5
328configure:4427: $? = 0
329ar  -curv conftest.a conftest.o
330configure:4446: result: -curv
331configure:4457: checking if you have specified an install-prefix
332configure:4470: result:
333configure:4626: checking if libtool -version-number should be used
334configure:4643: result: yes
335configure:4692: checking if you want to build libraries with libtool
336configure:4702: result: no
337configure:5000: checking if you want to build shared libraries
338configure:5010: result: yes
339configure:5014: checking if you want to build static libraries
340configure:5024: result: yes
341configure:5028: checking if you want to build debug libraries
342configure:5038: result: no
343configure:5042: checking if you want to build profiling libraries
344configure:5052: result: no
345configure:5060: checking if you want to build C++ shared libraries
346configure:5070: result: yes
347configure:5077: checking for specified models
348configure:5081: result:  shared normal
349configure:5086: checking for default model
350configure:5089: result: shared
351configure:5103: checking if you want to have a library-prefix
352configure:5113: result: auto
353configure:5137: checking for PATH separator
354configure:5144: result: :
355configure:5149: checking if you want to build a separate terminfo library
356configure:5159: result: no
357configure:5162: checking if you want to build a separate tic library
358configure:5172: result: no
359configure:5178: checking if you want to link with the GPM mouse library
360configure:5188: result: maybe
361configure:5192: checking for gpm.h
362configure:5202: /usr/bin/clang -E  conftest.c
363configure:5199:10: fatal error: 'gpm.h' file not found
364#include <gpm.h>
365         ^
3661 error generated.
367configure:5208: $? = 1
368configure: failed program was:
369#line 5198 "configure"
370#include "confdefs.h"
371#include <gpm.h>
372configure:5227: result: no
373configure:5802: checking for default loader flags
374configure:5811: result:
375configure:5817: checking if rpath option should be used
376configure:5827: result: no
377configure:5830: checking if shared libraries should be relinked during install
378configure:5840: result: yes
379configure:5849: checking for an rpath option
380configure:5880: result:
381configure:5958: checking if release/abi version should be used for shared libs
382configure:5982: result: auto
383configure:5992: checking which /usr/bin/clang option to use
384configure:6011: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -fPIC  conftest.c >&5
385configure:6014: $? = 0
386configure:6017: test -s conftest.o
387configure:6020: $? = 0
388configure:6029: result: -fPIC
389configure:6100: checking if ld -search_paths_first works
390configure:6121: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386  -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
391configure:6124: $? = 0
392configure:6127: test -s conftest
393configure:6130: $? = 0
394configure:6141: result: yes
395configure:6446: checking if CFLAGS option -no-cpp-precomp works
396configure:6448: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  conftest.c >&5
397configure:6451: $? = 0
398configure:6453: result: yes
399configure:6472: testing CC_SHARED_OPTS: -dynamic ...
400configure:6476: testing MK_SHARED_LIB:  ${CC} ${CFLAGS} -dynamiclib -install_name ${libdir}/`basename $@` -compatibility_version ${ABI_VERSION} -current_version ${ABI_VERSION} -o $@ ...
401configure:6534: checking if versioned-symbols file should be used
402configure:6549: result: no
403configure:6668: checking if you want to disable library suffixes
404configure:6685: result: yes
405configure:6691: checking if rpath-hack should be disabled
406configure:6708: result: no
407configure:6712: checking for updated LDFLAGS
408configure:6938: result: no
409configure:6949: checking if you wish to append extra suffix to header/library paths
410configure:6968: result:
411configure:6972: checking if you wish to install ncurses overwriting curses
412configure:6982: result: yes
413configure:6985: checking if external terminfo-database is used
414configure:6995: result: yes
415configure:7011: checking which terminfo source-file will be installed
416configure:7019: result: ${top_srcdir}/misc/terminfo.src
417configure:7022: checking whether to use hashed database instead of directory/tree
418configure:7032: result: no
419configure:7038: checking for list of fallback descriptions
420configure:7048: result:
421configure:7052: checking if you want modern xterm or antique
422configure:7066: result: xterm-new
423configure:7070: checking if xterm backspace sends BS or DEL
424configure:7091: result: BS
425configure:7101: checking for list of terminfo directories
426configure:7164: result: /opt/local/share/terminfo
427configure:7171: checking for default terminfo directory
428configure:7216: result: /opt/local/share/terminfo
429configure:7227: checking if big-core option selected
430configure:7253: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
431configure:7256: $? = 0
432configure:7258: ./conftest
433configure:7261: $? = 0
434configure:7273: result: yes
435configure:7283: checking if big-strings option selected
436configure:7307: result: yes
437configure:7314: checking if you want termcap-fallback support
438configure:7324: result: no
439configure:7458: checking if ~/.terminfo is wanted
440configure:7468: result: yes
441configure:7475: checking if you want to use restricted environment when running as root
442configure:7485: result: yes
443configure:7500: checking for remove
444configure:7537: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
445configure:7540: $? = 0
446configure:7543: test -s conftest
447configure:7546: $? = 0
448configure:7556: result: yes
449configure:7500: checking for unlink
450configure:7537: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
451configure:7540: $? = 0
452configure:7543: test -s conftest
453configure:7546: $? = 0
454configure:7556: result: yes
455configure:7640: checking if link/symlink functions work
456configure:7683: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
457configure:7669:10: warning: implicit declaration of function 'link' is invalid in C99 [-Wimplicit-function-declaration]
458        fail = (link("config.log", "conftest.chk") < 0)
459                ^
460configure:7673:2: warning: implicit declaration of function 'unlink' is invalid in C99 [-Wimplicit-function-declaration]
461        unlink(dst);
462        ^
4632 warnings generated.
464configure:7669:10: warning: implicit declaration of function 'link' is invalid in C99 [-Wimplicit-function-declaration]
465        fail = (link("config.log", "conftest.chk") < 0)
466                ^
467configure:7673:2: warning: implicit declaration of function 'unlink' is invalid in C99 [-Wimplicit-function-declaration]
468        unlink(dst);
469        ^
4702 warnings generated.
471configure:7686: $? = 0
472configure:7688: ./conftest
473configure:7691: $? = 0
474configure:7683: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
475configure:7669:10: warning: implicit declaration of function 'symlink' is invalid in C99 [-Wimplicit-function-declaration]
476        fail = (symlink("config.log", "conftest.chk") < 0)
477                ^
478configure:7673:2: warning: implicit declaration of function 'unlink' is invalid in C99 [-Wimplicit-function-declaration]
479        unlink(dst);
480        ^
4812 warnings generated.
482configure:7669:10: warning: implicit declaration of function 'symlink' is invalid in C99 [-Wimplicit-function-declaration]
483        fail = (symlink("config.log", "conftest.chk") < 0)
484                ^
485configure:7673:2: warning: implicit declaration of function 'unlink' is invalid in C99 [-Wimplicit-function-declaration]
486        unlink(dst);
487        ^
4882 warnings generated.
489configure:7686: $? = 0
490configure:7688: ./conftest
491configure:7691: $? = 0
492configure:7709: result:  link symlink
493configure:7729: checking if tic should use symbolic links
494configure:7739: result: no
495configure:7746: checking if tic should use hard links
496configure:7753: result: yes
497configure:7768: checking if you want broken-linker support code
498configure:7778: result: no
499configure:7807: checking if tputs should process BSD-style prefix padding
500configure:7817: result: no
501configure:8731: testing add to $CPPFLAGS  -D_DARWIN_C_SOURCE ...
502configure:9017: checking if SIGWINCH is defined
503configure:9039: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE conftest.c >&5
504configure:9042: $? = 0
505configure:9045: test -s conftest.o
506configure:9048: $? = 0
507configure:9096: result: yes
508configure:9166: checking for nl_langinfo and CODESET
509configure:9184: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
510configure:9187: $? = 0
511configure:9190: test -s conftest
512configure:9193: $? = 0
513configure:9204: result: yes
514configure:9218: checking if you want wide-character code
515configure:9228: result: yes
516configure:9243: checking if wchar.h can be used as is
517configure:9267: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE conftest.c >&5
518configure:9270: $? = 0
519configure:9273: test -s conftest.o
520configure:9276: $? = 0
521configure:9286: result: yes
522configure:9388: checking for putwc
523configure:9425: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
524configure:9428: $? = 0
525configure:9431: test -s conftest
526configure:9434: $? = 0
527configure:9444: result: yes
528configure:9388: checking for btowc
529configure:9425: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
530configure:9428: $? = 0
531configure:9431: test -s conftest
532configure:9434: $? = 0
533configure:9444: result: yes
534configure:9388: checking for wctob
535configure:9425: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
536configure:9428: $? = 0
537configure:9431: test -s conftest
538configure:9434: $? = 0
539configure:9444: result: yes
540configure:9388: checking for mbtowc
541configure:9425: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
542configure:9428: $? = 0
543configure:9431: test -s conftest
544configure:9434: $? = 0
545configure:9444: result: yes
546configure:9388: checking for wctomb
547configure:9425: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
548configure:9428: $? = 0
549configure:9431: test -s conftest
550configure:9434: $? = 0
551configure:9444: result: yes
552configure:9388: checking for mblen
553configure:9425: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
554configure:9428: $? = 0
555configure:9431: test -s conftest
556configure:9434: $? = 0
557configure:9444: result: yes
558configure:9388: checking for mbrlen
559configure:9425: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
560configure:9428: $? = 0
561configure:9431: test -s conftest
562configure:9434: $? = 0
563configure:9444: result: yes
564configure:9388: checking for mbrtowc
565configure:9425: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
566configure:9428: $? = 0
567configure:9431: test -s conftest
568configure:9434: $? = 0
569configure:9444: result: yes
570configure:9388: checking for wcsrtombs
571configure:9425: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
572configure:9428: $? = 0
573configure:9431: test -s conftest
574configure:9434: $? = 0
575configure:9444: result: yes
576configure:9388: checking for mbsrtowcs
577configure:9425: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
578configure:9428: $? = 0
579configure:9431: test -s conftest
580configure:9434: $? = 0
581configure:9444: result: yes
582configure:9388: checking for wcstombs
583configure:9425: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
584configure:9428: $? = 0
585configure:9431: test -s conftest
586configure:9434: $? = 0
587configure:9444: result: yes
588configure:9388: checking for mbstowcs
589configure:9425: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
590configure:9428: $? = 0
591configure:9431: test -s conftest
592configure:9434: $? = 0
593configure:9444: result: yes
594configure:10011: checking if we must include wchar.h to declare mbstate_t
595configure:10036: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE conftest.c >&5
596configure:10029:1: error: unknown type name 'mbstate_t'; did you mean '__mbstate_t'?
597mbstate_t state
598^~~~~~~~~
599__mbstate_t
600/usr/include/i386/_types.h:79:3: note: '__mbstate_t' declared here
601} __mbstate_t;
602  ^
6031 error generated.
604configure:10039: $? = 1
605configure: failed program was:
606#line 10018 "configure"
607#include "confdefs.h"
608
609#include <stdlib.h>
610#include <stdarg.h>
611#include <stdio.h>
612#ifdef HAVE_LIBUTF8_H
613#include <libutf8.h>
614#endif
615int
616main ()
617{
618mbstate_t state
619  ;
620  return 0;
621}
622configure:10071: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE conftest.c >&5
623configure:10074: $? = 0
624configure:10077: test -s conftest.o
625configure:10080: $? = 0
626configure:10092: result: yes
627configure:10110: checking if we must include wchar.h to declare wchar_t
628configure:10135: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE conftest.c >&5
629configure:10138: $? = 0
630configure:10141: test -s conftest.o
631configure:10144: $? = 0
632configure:10191: result: no
633configure:10214: checking if we must include wchar.h to declare wint_t
634configure:10239: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE conftest.c >&5
635configure:10232:1: error: use of undeclared identifier 'wint_t'
636wint_t state
637^
6381 error generated.
639configure:10242: $? = 1
640configure: failed program was:
641#line 10221 "configure"
642#include "confdefs.h"
643
644#include <stdlib.h>
645#include <stdarg.h>
646#include <stdio.h>
647#ifdef HAVE_LIBUTF8_H
648#include <libutf8.h>
649#endif
650int
651main ()
652{
653wint_t state
654  ;
655  return 0;
656}
657configure:10274: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE conftest.c >&5
658configure:10277: $? = 0
659configure:10280: test -s conftest.o
660configure:10283: $? = 0
661configure:10295: result: yes
662configure:10327: checking whether to enable _LP64 definition in curses.h
663configure:10337: result: yes
664configure:10353: checking for special C compiler options needed for large files
665configure:10427: result: no
666configure:10433: checking for _FILE_OFFSET_BITS value needed for large files
667configure:10461: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE conftest.c >&5
668configure:10464: $? = 0
669configure:10467: test -s conftest.o
670configure:10470: $? = 0
671configure:10520: result: no
672configure:10530: checking for _LARGE_FILES value needed for large files
673configure:10558: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE conftest.c >&5
674configure:10561: $? = 0
675configure:10564: test -s conftest.o
676configure:10567: $? = 0
677configure:10617: result: no
678configure:10630: checking for _LARGEFILE_SOURCE value needed for large files
679configure:10650: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE conftest.c >&5
680configure:10653: $? = 0
681configure:10656: test -s conftest.o
682configure:10659: $? = 0
683configure:10701: result: no
684configure:10715: checking for fseeko
685configure:10733: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
686configure:10736: $? = 0
687configure:10739: test -s conftest
688configure:10742: $? = 0
689configure:10752: result: yes
690configure:10773: checking whether to use struct dirent64
691configure:10801: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE conftest.c >&5
692configure:10790:28: error: conflicting types for 'readdir'
693                extern struct dirent64 * readdir(DIR *);
694                                         ^
695/usr/include/dirent.h:106:16: note: previous declaration is here
696struct dirent *readdir(DIR *) __DARWIN_INODE64(readdir);
697               ^
698configure:10791:20: warning: incompatible pointer types initializing 'struct dirent64 *' with an expression of type 'struct dirent *' [-Wincompatible-pointer-types]
699                struct dirent64 *x = readdir((DIR *)0);
700                                 ^   ~~~~~~~~~~~~~~~~~
701configure:10793:13: error: 'struct dirent64 *' and 'struct dirent *' are not pointers to compatible types
702                int z = x - y;
703                        ~ ^ ~
7041 warning and 2 errors generated.
705configure:10804: $? = 1
706configure: failed program was:
707#line 10780 "configure"
708#include "confdefs.h"
709
710#include <sys/types.h>
711#include <dirent.h>
712
713int
714main ()
715{
716
717                /* if transitional largefile support is setup, this is true */
718                extern struct dirent64 * readdir(DIR *);
719                struct dirent64 *x = readdir((DIR *)0);
720                struct dirent *y = readdir((DIR *)0);
721                int z = x - y;
722
723  ;
724  return 0;
725}
726configure:10821: result: no
727configure:10831: checking if you want tparm not to use X/Open fixed-parameter list
728configure:10841: result: yes
729configure:10865: checking for type of bool
730configure:10875: result: auto
731configure:10878: checking for alternate terminal capabilities file
732configure:10889: result: Caps
733configure:10893: checking for type of chtype
734configure:10903: result: uint32_t
735configure:10907: checking for type of ospeed
736configure:10917: result: short
737configure:10921: checking for type of mmask_t
738configure:10931: result: uint32_t
739configure:10935: checking for size CCHARW_MAX
740configure:10945: result: 5
741configure:10949: checking for type of tparm args
742configure:10959: result: intptr_t
743configure:10963: checking if RCS identifiers should be compiled-in
744configure:10973: result: no
745configure:10982: checking format of man-pages
746configure:11071: result: normal
747configure:11078: checking for manpage renaming
748configure:11120: result: no
749configure:11123: checking if manpage aliases will be installed
750configure:11134: result: yes
751configure:11148: checking if manpage symlinks should be used
752configure:11167: result: yes
753configure:11171: checking for manpage tbl
754configure:11182: result: no
755configure:11515: checking if you want to build with function extensions
756configure:11525: result: yes
757configure:11580: checking if you want to build with SCREEN extensions
758configure:11590: result: yes
759configure:11605: checking if you want to build with terminal-driver
760configure:11615: result: no
761configure:11636: checking for extended use of const keyword
762configure:11646: result: yes
763configure:11654: checking if you want to use extended colors
764configure:11664: result: yes
765configure:11695: checking if you want to use extended mouse encoding
766configure:11705: result: yes
767configure:11725: checking if you want to use extended putwin/screendump
768configure:11735: result: yes
769configure:11745: checking if you want $NCURSES_NO_PADDING code
770configure:11755: result: yes
771configure:11762: checking for ANSI C header files
772configure:11776: /usr/bin/clang -E   -D_DARWIN_C_SOURCE conftest.c
773configure:11782: $? = 0
774configure:11869: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
775configure:11872: $? = 0
776configure:11874: ./conftest
777configure:11877: $? = 0
778configure:11890: result: yes
779configure:11906: checking for sys/types.h
780configure:11918: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE conftest.c >&5
781configure:11921: $? = 0
782configure:11924: test -s conftest.o
783configure:11927: $? = 0
784configure:11937: result: yes
785configure:11906: checking for sys/stat.h
786configure:11918: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE conftest.c >&5
787configure:11921: $? = 0
788configure:11924: test -s conftest.o
789configure:11927: $? = 0
790configure:11937: result: yes
791configure:11906: checking for stdlib.h
792configure:11918: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE conftest.c >&5
793configure:11921: $? = 0
794configure:11924: test -s conftest.o
795configure:11927: $? = 0
796configure:11937: result: yes
797configure:11906: checking for string.h
798configure:11918: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE conftest.c >&5
799configure:11921: $? = 0
800configure:11924: test -s conftest.o
801configure:11927: $? = 0
802configure:11937: result: yes
803configure:11906: checking for memory.h
804configure:11918: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE conftest.c >&5
805configure:11921: $? = 0
806configure:11924: test -s conftest.o
807configure:11927: $? = 0
808configure:11937: result: yes
809configure:11906: checking for strings.h
810configure:11918: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE conftest.c >&5
811configure:11921: $? = 0
812configure:11924: test -s conftest.o
813configure:11927: $? = 0
814configure:11937: result: yes
815configure:11906: checking for inttypes.h
816configure:11918: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE conftest.c >&5
817configure:11921: $? = 0
818configure:11924: test -s conftest.o
819configure:11927: $? = 0
820configure:11937: result: yes
821configure:11906: checking for stdint.h
822configure:11918: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE conftest.c >&5
823configure:11921: $? = 0
824configure:11924: test -s conftest.o
825configure:11927: $? = 0
826configure:11937: result: yes
827configure:11906: checking for unistd.h
828configure:11918: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE conftest.c >&5
829configure:11921: $? = 0
830configure:11924: test -s conftest.o
831configure:11927: $? = 0
832configure:11937: result: yes
833configure:11947: checking for signed char
834configure:11968: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE conftest.c >&5
835configure:11971: $? = 0
836configure:11974: test -s conftest.o
837configure:11977: $? = 0
838configure:11987: result: yes
839configure:11990: checking size of signed char
840configure:12154: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
841configure:12179:19: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
842fprintf (f, "%d", (sizeof (signed char)));
843             ~~   ^~~~~~~~~~~~~~~~~~~~~~
844             %lu
8451 warning generated.
846configure:12179:19: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
847fprintf (f, "%d", (sizeof (signed char)));
848             ~~   ^~~~~~~~~~~~~~~~~~~~~~
849             %lu
8501 warning generated.
851configure:12157: $? = 0
852configure:12159: ./conftest
853configure:12162: $? = 0
854configure:12178: result: 1
855configure:12189: checking if you want to use signed Boolean array in term.h
856configure:12199: result: no
857configure:12204: checking if you want SIGWINCH handler
858configure:12214: result: yes
859configure:12222: checking if you want user-definable terminal capabilities like termcap
860configure:12232: result: yes
861configure:12240: checking if you want all development code
862configure:12250: result: no
863configure:12254: checking if you want hard-tabs code
864configure:12264: result: no
865configure:12272: checking if you want limited support for xmc
866configure:12282: result: no
867configure:12292: checking if you do not want to assume colors are white-on-black
868configure:12302: result: yes
869configure:12310: checking if you want hashmap scrolling-optimization code
870configure:12320: result: yes
871configure:12328: checking if you want colorfgbg code
872configure:12338: result: no
873configure:12346: checking if you want interop bindings
874configure:12356: result: yes
875configure:12365: checking if you want to link with the pthread library
876configure:12375: result: no
877configure:12700: checking if you want reentrant code
878configure:12710: result: no
879configure:12818: checking if you want experimental safe-sprintf code
880configure:12828: result: no
881configure:12857: checking if you want wgetch-events code
882configure:12867: result: no
883configure:12878: checking if you want to see long compiling messages
884configure:12912: result: yes
885configure:12924: checking if you want to see compiler warnings
886configure:12932: result:
887configure:13388: checking for /usr/bin/clang __attribute__ directives...
888checking for /usr/bin/clang __attribute__((scanf))
889configure:13440: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE conftest.c >&5
890configure:13443: $? = 0
891checking for /usr/bin/clang __attribute__((printf))
892configure:13440: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE conftest.c >&5
893configure:13443: $? = 0
894checking for /usr/bin/clang __attribute__((unused))
895configure:13440: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE conftest.c >&5
896configure:13443: $? = 0
897checking for /usr/bin/clang __attribute__((noreturn))
898configure:13440: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE conftest.c >&5
899configure:13443: $? = 0
900configure:13504: checking if you want to work around bogus compiler/loader warnings
901configure:13514: result: no
902configure:13598: checking if you want to enable runtime assertions
903configure:13608: result: no
904configure:13624: checking if you want to use dmalloc for testing
905configure:13641: result: no
906configure:13836: checking if you want to use dbmalloc for testing
907configure:13853: result: no
908configure:14048: checking if you want to use valgrind for testing
909configure:14065: result: no
910configure:14158: checking if you want to perform memory-leak testing
911configure:14168: result: no
912configure:14220: checking whether to add trace feature to all models
913configure:14230: result: no
914configure:14320: checking if we want to use GNAT projects
915configure:14337: result: yes
916configure:14347: checking for gettimeofday
917configure:14384: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
918configure:14387: $? = 0
919configure:14390: test -s conftest
920configure:14393: $? = 0
921configure:14403: result: yes
922configure:14490: checking if -lm needed for math functions
923configure:14512: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
924configure:14505:12: warning: implicit declaration of function 'rand' is invalid in C99 [-Wimplicit-function-declaration]
925double x = rand(); printf("result = %g\n", pow(sin(x),x))
926           ^
9271 warning generated.
928configure:14505:12: warning: implicit declaration of function 'rand' is invalid in C99 [-Wimplicit-function-declaration]
929double x = rand(); printf("result = %g\n", pow(sin(x),x))
930           ^
9311 warning generated.
932configure:14515: $? = 0
933configure:14518: test -s conftest
934configure:14521: $? = 0
935configure:14531: result: no
936configure:14539: checking for ANSI C header files
937configure:14667: result: yes
938configure:14680: checking for dirent.h that defines DIR
939configure:14701: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c >&5
940configure:14704: $? = 0
941configure:14707: test -s conftest.o
942configure:14710: $? = 0
943configure:14720: result: yes
944configure:14733: checking for opendir in -ldir
945configure:14760: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c -ldir   >&5
946ld: library not found for -ldir
947clang: error: linker command failed with exit code 1 (use -v to see invocation)
948configure:14763: $? = 1
949configure: failed program was:
950#line 14741 "configure"
951#include "confdefs.h"
952
953/* Override any gcc2 internal prototype to avoid an error.  */
954#ifdef __cplusplus
955extern "C"
956#endif
957/* We use char because int might match the return type of a gcc2
958   builtin and then its argument prototype would still apply.  */
959char opendir ();
960int
961main ()
962{
963opendir ();
964  ;
965  return 0;
966}
967configure:14780: result: no
968configure:14842: checking whether time.h and sys/time.h may both be included
969configure:14864: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c >&5
970configure:14867: $? = 0
971configure:14870: test -s conftest.o
972configure:14873: $? = 0
973configure:14883: result: yes
974configure:14902: checking for regcomp
975configure:14939: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
976configure:14942: $? = 0
977configure:14945: test -s conftest
978configure:14948: $? = 0
979configure:14958: result: yes
980configure:15184: checking for regular-expression headers
981configure:15255: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
982configure:15258: $? = 0
983configure:15261: test -s conftest
984configure:15264: $? = 0
985configure:15280: result: regex.h
986configure:15323: checking for fcntl.h
987configure:15333: /usr/bin/clang -E   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c
988configure:15339: $? = 0
989configure:15358: result: yes
990configure:15323: checking for getopt.h
991configure:15333: /usr/bin/clang -E   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c
992configure:15339: $? = 0
993configure:15358: result: yes
994configure:15323: checking for limits.h
995configure:15333: /usr/bin/clang -E   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c
996configure:15339: $? = 0
997configure:15358: result: yes
998configure:15323: checking for locale.h
999configure:15333: /usr/bin/clang -E   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c
1000configure:15339: $? = 0
1001configure:15358: result: yes
1002configure:15323: checking for math.h
1003configure:15333: /usr/bin/clang -E   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c
1004configure:15339: $? = 0
1005configure:15358: result: yes
1006configure:15323: checking for poll.h
1007configure:15333: /usr/bin/clang -E   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c
1008configure:15339: $? = 0
1009configure:15358: result: yes
1010configure:15323: checking for sys/bsdtypes.h
1011configure:15333: /usr/bin/clang -E   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c
1012configure:15330:10: fatal error: 'sys/bsdtypes.h' file not found
1013#include <sys/bsdtypes.h>
1014         ^
10151 error generated.
1016configure:15339: $? = 1
1017configure: failed program was:
1018#line 15329 "configure"
1019#include "confdefs.h"
1020#include <sys/bsdtypes.h>
1021configure:15358: result: no
1022configure:15323: checking for sys/ioctl.h
1023configure:15333: /usr/bin/clang -E   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c
1024configure:15339: $? = 0
1025configure:15358: result: yes
1026configure:15323: checking for sys/param.h
1027configure:15333: /usr/bin/clang -E   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c
1028configure:15339: $? = 0
1029configure:15358: result: yes
1030configure:15323: checking for sys/poll.h
1031configure:15333: /usr/bin/clang -E   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c
1032configure:15339: $? = 0
1033configure:15358: result: yes
1034configure:15323: checking for sys/select.h
1035configure:15333: /usr/bin/clang -E   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c
1036configure:15339: $? = 0
1037configure:15358: result: yes
1038configure:15323: checking for sys/time.h
1039configure:15333: /usr/bin/clang -E   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c
1040configure:15339: $? = 0
1041configure:15358: result: yes
1042configure:15323: checking for sys/times.h
1043configure:15333: /usr/bin/clang -E   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c
1044configure:15339: $? = 0
1045configure:15358: result: yes
1046configure:15323: checking for ttyent.h
1047configure:15333: /usr/bin/clang -E   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c
1048configure:15339: $? = 0
1049configure:15358: result: yes
1050configure:15323: checking for unistd.h
1051configure:15358: result: yes
1052configure:15323: checking for wctype.h
1053configure:15333: /usr/bin/clang -E   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c
1054configure:15339: $? = 0
1055configure:15358: result: yes
1056configure:15371: checking for unistd.h
1057configure:15406: result: yes
1058configure:15371: checking for getopt.h
1059configure:15406: result: yes
1060configure:15416: checking for header declaring getopt variables
1061configure:15439: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c >&5
1062configure:15432:9: error: use of undeclared identifier 'optind'
1063int x = optind; char *y = optarg
1064        ^
1065configure:15432:27: error: use of undeclared identifier 'optarg'
1066int x = optind; char *y = optarg
1067                          ^
10682 errors generated.
1069configure:15442: $? = 1
1070configure: failed program was:
1071#line 15426 "configure"
1072#include "confdefs.h"
1073
1074#include <stdio.h>
1075int
1076main ()
1077{
1078int x = optind; char *y = optarg
1079  ;
1080  return 0;
1081}
1082configure:15439: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c >&5
1083configure:15432:9: error: use of undeclared identifier 'optind'
1084int x = optind; char *y = optarg
1085        ^
1086configure:15432:27: error: use of undeclared identifier 'optarg'
1087int x = optind; char *y = optarg
1088                          ^
10892 errors generated.
1090configure:15442: $? = 1
1091configure: failed program was:
1092#line 15426 "configure"
1093#include "confdefs.h"
1094
1095#include <stdlib.h>
1096int
1097main ()
1098{
1099int x = optind; char *y = optarg
1100  ;
1101  return 0;
1102}
1103configure:15439: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c >&5
1104configure:15442: $? = 0
1105configure:15445: test -s conftest.o
1106configure:15448: $? = 0
1107configure:15460: result: unistd.h
1108configure:15602: checking if sys/time.h works with sys/select.h
1109configure:15629: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c >&5
1110configure:15632: $? = 0
1111configure:15635: test -s conftest.o
1112configure:15638: $? = 0
1113configure:15650: result: yes
1114configure:15665: checking for an ANSI C-conforming const
1115configure:15729: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c >&5
1116configure:15732: $? = 0
1117configure:15735: test -s conftest.o
1118configure:15738: $? = 0
1119configure:15748: result: yes
1120configure:15758: checking for inline
1121configure:15775: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c >&5
1122configure:15778: $? = 0
1123configure:15781: test -s conftest.o
1124configure:15784: $? = 0
1125configure:15795: result: inline
1126configure:15821: checking if /usr/bin/clang supports options to tune inlining
1127configure:15842: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c >&5
1128clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1129configure:15845: $? = 0
1130configure:15848: test -s conftest.o
1131configure:15851: $? = 0
1132configure:15863: result: yes
1133configure:15949: checking for signal global datatype
1134configure:15984: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c >&5
1135clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1136configure:15987: $? = 0
1137configure:15990: test -s conftest.o
1138configure:15993: $? = 0
1139configure:16007: result: volatile sig_atomic_t
1140configure:16096: checking if unsigned literals are legal
1141configure:16115: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c >&5
1142clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1143configure:16118: $? = 0
1144configure:16121: test -s conftest.o
1145configure:16124: $? = 0
1146configure:16136: result: yes
1147configure:16152: checking if external errno is declared
1148configure:16177: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c >&5
1149clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1150configure:16180: $? = 0
1151configure:16183: test -s conftest.o
1152configure:16186: $? = 0
1153configure:16197: result: yes
1154configure:16212: checking if external errno exists
1155configure:16234: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1156clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1157configure:16237: $? = 0
1158configure:16240: test -s conftest
1159configure:16243: $? = 0
1160configure:16254: result: yes
1161configure:16267: checking if data-only library module links
1162configure:16278: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c >&5
1163clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1164configure:16281: $? = 0
1165configure:16301: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c >&5
1166clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1167configure:16304: $? = 0
1168configure:16328: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c conftest.a  >&5
1169configure:16331: $? = 0
1170configure:16333: ./conftest
1171configure:16336: $? = 0
1172configure:16351: result: yes
1173configure:16390: checking for getcwd
1174configure:16427: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1175clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1176configure:16430: $? = 0
1177configure:16433: test -s conftest
1178configure:16436: $? = 0
1179configure:16446: result: yes
1180configure:16390: checking for getegid
1181configure:16427: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1182clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1183configure:16430: $? = 0
1184configure:16433: test -s conftest
1185configure:16436: $? = 0
1186configure:16446: result: yes
1187configure:16390: checking for geteuid
1188configure:16427: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1189clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1190configure:16430: $? = 0
1191configure:16433: test -s conftest
1192configure:16436: $? = 0
1193configure:16446: result: yes
1194configure:16390: checking for getopt
1195configure:16427: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1196clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1197configure:16430: $? = 0
1198configure:16433: test -s conftest
1199configure:16436: $? = 0
1200configure:16446: result: yes
1201configure:16390: checking for getttynam
1202configure:16427: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1203clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1204configure:16430: $? = 0
1205configure:16433: test -s conftest
1206configure:16436: $? = 0
1207configure:16446: result: yes
1208configure:16390: checking for issetugid
1209configure:16427: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1210clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1211configure:16430: $? = 0
1212configure:16433: test -s conftest
1213configure:16436: $? = 0
1214configure:16446: result: yes
1215configure:16390: checking for poll
1216configure:16427: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1217clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1218configure:16430: $? = 0
1219configure:16433: test -s conftest
1220configure:16436: $? = 0
1221configure:16446: result: yes
1222configure:16390: checking for putenv
1223configure:16427: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1224clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1225configure:16430: $? = 0
1226configure:16433: test -s conftest
1227configure:16436: $? = 0
1228configure:16446: result: yes
1229configure:16390: checking for remove
1230configure:16446: result: yes
1231configure:16390: checking for select
1232configure:16427: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1233clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1234configure:16430: $? = 0
1235configure:16433: test -s conftest
1236configure:16436: $? = 0
1237configure:16446: result: yes
1238configure:16390: checking for setbuf
1239configure:16427: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1240clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1241configure:16430: $? = 0
1242configure:16433: test -s conftest
1243configure:16436: $? = 0
1244configure:16446: result: yes
1245configure:16390: checking for setbuffer
1246configure:16427: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1247clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1248configure:16430: $? = 0
1249configure:16433: test -s conftest
1250configure:16436: $? = 0
1251configure:16446: result: yes
1252configure:16390: checking for setenv
1253configure:16427: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1254clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1255configure:16430: $? = 0
1256configure:16433: test -s conftest
1257configure:16436: $? = 0
1258configure:16446: result: yes
1259configure:16390: checking for setvbuf
1260configure:16427: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1261clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1262configure:16430: $? = 0
1263configure:16433: test -s conftest
1264configure:16436: $? = 0
1265configure:16446: result: yes
1266configure:16390: checking for sigaction
1267configure:16427: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1268clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1269configure:16430: $? = 0
1270configure:16433: test -s conftest
1271configure:16436: $? = 0
1272configure:16446: result: yes
1273configure:16390: checking for sigvec
1274configure:16427: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1275clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1276configure:16430: $? = 0
1277configure:16433: test -s conftest
1278configure:16436: $? = 0
1279configure:16446: result: yes
1280configure:16390: checking for strdup
1281configure:16427: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1282clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1283configure:16406:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
1284char strdup ();
1285     ^
1286configure:16406:6: note: 'strdup' is a builtin with type 'char *(const char *)'
12871 warning generated.
1288configure:16406:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
1289char strdup ();
1290     ^
1291configure:16406:6: note: 'strdup' is a builtin with type 'char *(const char *)'
12921 warning generated.
1293configure:16430: $? = 0
1294configure:16433: test -s conftest
1295configure:16436: $? = 0
1296configure:16446: result: yes
1297configure:16390: checking for strstr
1298configure:16427: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1299clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1300configure:16406:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]
1301char strstr ();
1302     ^
1303configure:16406:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
13041 warning generated.
1305configure:16406:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]
1306char strstr ();
1307     ^
1308configure:16406:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
13091 warning generated.
1310configure:16430: $? = 0
1311configure:16433: test -s conftest
1312configure:16436: $? = 0
1313configure:16446: result: yes
1314configure:16390: checking for tcgetpgrp
1315configure:16427: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1316clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1317configure:16430: $? = 0
1318configure:16433: test -s conftest
1319configure:16436: $? = 0
1320configure:16446: result: yes
1321configure:16390: checking for times
1322configure:16427: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1323clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1324configure:16430: $? = 0
1325configure:16433: test -s conftest
1326configure:16436: $? = 0
1327configure:16446: result: yes
1328configure:16390: checking for vsnprintf
1329configure:16427: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1330clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1331configure:16406:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
1332char vsnprintf ();
1333     ^
1334configure:16406:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, __va_list_tag *)'
13351 warning generated.
1336configure:16406:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
1337char vsnprintf ();
1338     ^
1339configure:16406:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, __builtin_va_list)'
13401 warning generated.
1341configure:16430: $? = 0
1342configure:16433: test -s conftest
1343configure:16436: $? = 0
1344configure:16446: result: yes
1345configure:16585: checking for isascii
1346configure:16604: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1347clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1348configure:16607: $? = 0
1349configure:16610: test -s conftest
1350configure:16613: $? = 0
1351configure:16624: result: yes
1352configure:16632: checking whether sigaction needs _POSIX_SOURCE
1353configure:16649: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c >&5
1354clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1355configure:16652: $? = 0
1356configure:16655: test -s conftest.o
1357configure:16658: $? = 0
1358configure:16706: result: no
1359configure:16710: checking if nanosleep really works
1360configure:16745: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1361clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1362configure:16748: $? = 0
1363configure:16750: ./conftest
1364configure:16753: $? = 0
1365configure:16765: result: yes
1366configure:16780: checking for termio.h
1367configure:16790: /usr/bin/clang -E   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c
1368configure:16787:10: fatal error: 'termio.h' file not found
1369#include <termio.h>
1370         ^
13711 error generated.
1372configure:16796: $? = 1
1373configure: failed program was:
1374#line 16786 "configure"
1375#include "confdefs.h"
1376#include <termio.h>
1377configure:16815: result: no
1378configure:16780: checking for termios.h
1379configure:16790: /usr/bin/clang -E   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c
1380configure:16796: $? = 0
1381configure:16815: result: yes
1382configure:16780: checking for unistd.h
1383configure:16815: result: yes
1384configure:16883: checking whether termios.h needs _POSIX_SOURCE
1385configure:16898: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c >&5
1386clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1387configure:16901: $? = 0
1388configure:16904: test -s conftest.o
1389configure:16907: $? = 0
1390configure:16954: result: no
1391configure:16959: checking for tcgetattr
1392configure:16994: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1393clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1394configure:16997: $? = 0
1395configure:17000: test -s conftest
1396configure:17003: $? = 0
1397configure:17013: result: yes
1398configure:17020: checking for vsscanf function or workaround
1399configure:17043: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1400clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1401configure:17046: $? = 0
1402configure:17049: test -s conftest
1403configure:17052: $? = 0
1404configure:17145: result: vsscanf
1405configure:17166: checking for working mkstemp
1406configure:17215: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1407clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1408configure:17203:4: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration]
1409                        close(fd);
1410                        ^
14111 warning generated.
1412configure:17203:4: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration]
1413                        close(fd);
1414                        ^
14151 warning generated.
1416configure:17218: $? = 0
1417configure:17220: ./conftest
1418configure:17223: $? = 0
1419configure:17238: result: yes
1420configure:17321: checking whether setvbuf arguments are reversed
1421configure:17349: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1422clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1423configure:17341:23: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'char *' [-Wint-conversion]
1424  if (setvbuf(stdout, _IOLBF, (char *) main, BUFSIZ) != 0)
1425                      ^~~~~~
1426/usr/include/stdio.h:189:16: note: expanded from macro '_IOLBF'
1427#define _IOLBF  1               /* setvbuf should set line buffered */
1428                ^
1429/usr/include/stdio.h:268:50: note: passing argument to parameter here
1430int      setvbuf(FILE * __restrict, char * __restrict, int, size_t);
1431                                                     ^
1432configure:17341:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'int' [-Wint-conversion]
1433  if (setvbuf(stdout, _IOLBF, (char *) main, BUFSIZ) != 0)
1434                              ^~~~~~~~~~~~~
1435/usr/include/stdio.h:268:55: note: passing argument to parameter here
1436int      setvbuf(FILE * __restrict, char * __restrict, int, size_t);
1437                                                          ^
14382 warnings generated.
1439configure:17341:23: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'char *' [-Wint-conversion]
1440  if (setvbuf(stdout, _IOLBF, (char *) main, BUFSIZ) != 0)
1441                      ^~~~~~
1442/usr/include/stdio.h:189:16: note: expanded from macro '_IOLBF'
1443#define _IOLBF  1               /* setvbuf should set line buffered */
1444                ^
1445/usr/include/stdio.h:268:50: note: passing argument to parameter here
1446int      setvbuf(FILE * __restrict, char * __restrict, int, size_t);
1447                                                     ^
1448configure:17341:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'int' [-Wint-conversion]
1449  if (setvbuf(stdout, _IOLBF, (char *) main, BUFSIZ) != 0)
1450                              ^~~~~~~~~~~~~
1451/usr/include/stdio.h:268:55: note: passing argument to parameter here
1452int      setvbuf(FILE * __restrict, char * __restrict, int, size_t);
1453                                                          ^
14542 warnings generated.
1455configure:17352: $? = 0
1456configure:17354: ./conftest
1457configure:17357: $? = 1
1458configure: program exited with status 1
1459configure: failed program was:
1460#line 17332 "configure"
1461#include "confdefs.h"
1462#include <stdio.h>
1463/* If setvbuf has the reversed format, exit 0. */
1464int
1465main ()
1466{
1467  /* This call has the arguments reversed.
1468     A reversed system may check and see that the address of main
1469     is not _IOLBF, _IONBF, or _IOFBF, and return nonzero.  */
1470  if (setvbuf(stdout, _IOLBF, (char *) main, BUFSIZ) != 0)
1471    return(1);
1472  putc('\r', stdout);
1473  return(0);                    /* Non-reversed systems segv here.  */
1474}
1475configure:17370: result: no
1476configure:17381: checking for intptr_t
1477configure:17402: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c >&5
1478clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1479configure:17405: $? = 0
1480configure:17408: test -s conftest.o
1481configure:17411: $? = 0
1482configure:17421: result: yes
1483configure:17433: checking for ssize_t
1484configure:17454: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c >&5
1485clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1486configure:17457: $? = 0
1487configure:17460: test -s conftest.o
1488configure:17463: $? = 0
1489configure:17473: result: yes
1490configure:17485: checking for type sigaction_t
1491configure:17505: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c >&5
1492clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1493configure:17498:1: error: use of undeclared identifier 'sigaction_t'; did you mean 'sigaction'?
1494sigaction_t x
1495^~~~~~~~~~~
1496sigaction
1497/usr/include/signal.h:84:5: note: 'sigaction' declared here
1498int     sigaction(int, const struct sigaction * __restrict,
1499        ^
1500configure:17498:1: error: must use 'struct' tag to refer to type 'sigaction'
1501sigaction_t x
1502^
1503struct
1504/usr/include/signal.h:84:5: note: struct 'sigaction' is hidden by a non-type declaration of 'sigaction' here
1505int     sigaction(int, const struct sigaction * __restrict,
1506        ^
15072 errors generated.
1508configure:17508: $? = 1
1509configure: failed program was:
1510#line 17492 "configure"
1511#include "confdefs.h"
1512
1513#include <signal.h>
1514int
1515main ()
1516{
1517sigaction_t x
1518  ;
1519  return 0;
1520}
1521configure:17525: result: no
1522configure:17532: checking declaration of size-change
1523configure:17591: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c >&5
1524clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1525configure:17594: $? = 0
1526configure:17597: test -s conftest.o
1527configure:17600: $? = 0
1528size-change succeeded ()
1529configure:17619: result: yes
1530configure:17637: checking for memmove
1531configure:17674: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1532clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1533configure:17653:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
1534char memmove ();
1535     ^
1536configure:17653:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
15371 warning generated.
1538configure:17653:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
1539char memmove ();
1540     ^
1541configure:17653:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
15421 warning generated.
1543configure:17677: $? = 0
1544configure:17680: test -s conftest
1545configure:17683: $? = 0
1546configure:17693: result: yes
1547configure:17827: checking if poll really works
1548configure:17884: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1549clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1550configure:17887: $? = 0
1551configure:17889: ./conftest
1552configure:17892: $? = 1
1553configure: program exited with status 1
1554configure: failed program was:
1555#line 17837 "configure"
1556#include "confdefs.h"
1557
1558#include <stdlib.h>
1559#include <stdio.h>
1560#include <unistd.h>
1561#include <fcntl.h>
1562#ifdef HAVE_POLL_H
1563#include <poll.h>
1564#else
1565#include <sys/poll.h>
1566#endif
1567int main() {
1568        struct pollfd myfds;
1569        int ret;
1570
1571        /* check for Darwin bug with respect to "devices" */
1572        myfds.fd = open("/dev/null", 1);        /* O_WRONLY */
1573        if (myfds.fd < 0)
1574                myfds.fd = 0;
1575        myfds.events = POLLIN;
1576        myfds.revents = 0;
1577
1578        ret = poll(&myfds, 1, 100);
1579
1580        if (ret < 0 || (myfds.revents & POLLNVAL)) {
1581                ret = -1;
1582        } else {
1583                int fd = 0;
1584                if (!isatty(fd)) {
1585                        fd = open("/dev/tty", 2);       /* O_RDWR */
1586                }
1587
1588                if (fd >= 0) {
1589                        /* also check with standard input */
1590                        myfds.fd = fd;
1591                        myfds.events = POLLIN;
1592                        myfds.revents = 0;
1593                        ret = poll(&myfds, 1, 100);
1594                } else {
1595                        ret = -1;
1596                }
1597        }
1598        return(ret < 0);
1599}
1600configure:17904: result: no
1601configure:17911: checking for va_copy
1602configure:17935: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1603clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1604configure:17938: $? = 0
1605configure:17941: test -s conftest
1606configure:17944: $? = 0
1607configure:17954: result: yes
1608configure:17962: checking for __va_copy
1609configure:17986: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1610clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1611configure:17989: $? = 0
1612configure:17992: test -s conftest
1613configure:17995: $? = 0
1614configure:18005: result: yes
1615configure:18013: checking for pid_t
1616configure:18034: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c >&5
1617clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1618configure:18037: $? = 0
1619configure:18040: test -s conftest.o
1620configure:18043: $? = 0
1621configure:18053: result: yes
1622configure:18068: checking for unistd.h
1623configure:18103: result: yes
1624configure:18068: checking for vfork.h
1625configure:18078: /usr/bin/clang -E   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c
1626configure:18075:10: fatal error: 'vfork.h' file not found
1627#include <vfork.h>
1628         ^
16291 error generated.
1630configure:18084: $? = 1
1631configure: failed program was:
1632#line 18074 "configure"
1633#include "confdefs.h"
1634#include <vfork.h>
1635configure:18103: result: no
1636configure:18116: checking for fork
1637configure:18153: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1638clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1639configure:18156: $? = 0
1640configure:18159: test -s conftest
1641configure:18162: $? = 0
1642configure:18172: result: yes
1643configure:18116: checking for vfork
1644configure:18153: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c  >&5
1645clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1646configure:18132:6: warning: incompatible redeclaration of library function 'vfork' [-Wincompatible-library-redeclaration]
1647char vfork ();
1648     ^
1649configure:18132:6: note: 'vfork' is a builtin with type 'int (void)'
16501 warning generated.
1651configure:18132:6: warning: incompatible redeclaration of library function 'vfork' [-Wincompatible-library-redeclaration]
1652char vfork ();
1653     ^
1654configure:18132:6: note: 'vfork' is a builtin with type 'int (void)'
16551 warning generated.
1656configure:18156: $? = 0
1657configure:18159: test -s conftest
1658configure:18162: $? = 0
1659configure:18172: result: yes
1660configure:18184: checking for working fork
1661configure:18227: result: yes
1662configure:18246: checking for working vfork
1663configure:18372: result: yes
1664configure:18405: checking for openpty in -lutil
1665configure:18432: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c -lutil   >&5
1666configure:18435: $? = 0
1667configure:18438: test -s conftest
1668configure:18441: $? = 0
1669configure:18452: result: yes
1670configure:18460: checking for openpty header
1671configure:18504: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c -lutil >&5
1672configure:18489:10: fatal error: 'pty.h' file not found
1673#include <pty.h>
1674         ^
16751 error generated.
1676configure:18507: $? = 1
1677configure: failed program was:
1678#line 18487 "configure"
1679#include "confdefs.h"
1680
1681#include <pty.h>
1682
1683int
1684main ()
1685{
1686
1687        int x = openpty((int *)0, (int *)0, (char *)0,
1688                                   (struct termios *)0, (struct winsize *)0);
1689
1690  ;
1691  return 0;
1692}
1693configure:18504: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c -lutil >&5
1694configure:18489:10: fatal error: 'libutil.h' file not found
1695#include <libutil.h>
1696         ^
16971 error generated.
1698configure:18507: $? = 1
1699configure: failed program was:
1700#line 18487 "configure"
1701#include "confdefs.h"
1702
1703#include <libutil.h>
1704
1705int
1706main ()
1707{
1708
1709        int x = openpty((int *)0, (int *)0, (char *)0,
1710                                   (struct termios *)0, (struct winsize *)0);
1711
1712  ;
1713  return 0;
1714}
1715configure:18504: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.c -lutil >&5
1716configure:18507: $? = 0
1717configure:18510: test -s conftest
1718configure:18513: $? = 0
1719configure:18531: result: util.h
1720configure:19167: checking if we should include stdbool.h
1721configure:19187: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c >&5
1722clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1723configure:19180:1: error: use of undeclared identifier 'bool'
1724bool foo = false
1725^
17261 error generated.
1727configure:19190: $? = 1
1728configure: failed program was:
1729#line 19175 "configure"
1730#include "confdefs.h"
1731
1732int
1733main ()
1734{
1735bool foo = false
1736  ;
1737  return 0;
1738}
1739configure:19219: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c >&5
1740clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1741configure:19222: $? = 0
1742configure:19225: test -s conftest.o
1743configure:19228: $? = 0
1744configure:19242: result: yes
1745configure:19248: checking for builtin bool type
1746configure:19271: /usr/bin/clang -c -pipe -Os -arch x86_64 -arch i386 -no-cpp-precomp  --param max-inline-insns-single=1200   -D_DARWIN_C_SOURCE -DNDEBUG conftest.c >&5
1747clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200'
1748configure:19264:1: error: use of undeclared identifier 'bool'
1749bool x = false
1750^
17511 error generated.
1752configure:19274: $? = 1
1753configure: failed program was:
1754#line 19256 "configure"
1755#include "confdefs.h"
1756
1757#include <stdio.h>
1758#include <sys/types.h>
1759
1760int
1761main ()
1762{
1763bool x = false
1764  ;
1765  return 0;
1766}
1767configure:19295: result: no
1768configure:19317: checking for library stdc++
1769configure:19358: /usr/bin/clang++ -o conftest -pipe -Os -arch x86_64 -arch i386 -stdlib=libc++   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.cc -lstdc++ >&5
1770configure:19344:10: fatal error: 'strstream.h' file not found
1771#include <strstream.h>
1772         ^
17731 error generated.
1774configure:19361: $? = 1
1775configure: failed program was:
1776#line 19342 "configure"
1777#include "confdefs.h"
1778
1779#include <strstream.h>
1780int
1781main ()
1782{
1783
1784char buf[80];
1785strstreambuf foo(buf, sizeof(buf))
1786
1787  ;
1788  return 0;
1789}
1790configure:19379: result: no
1791configure:19400: checking whether /usr/bin/clang++ understands -c and -o together
1792configure:19416: /usr/bin/clang++ -c conftest.cc -o conftest2.o >&5
1793configure:19419: $? = 0
1794configure:19421: /usr/bin/clang++ -c conftest.cc -o conftest2.o >&5
1795configure:19424: $? = 0
1796configure:19435: result: yes
1797configure:19611: checking how to run the C++ preprocessor
1798configure:19633: /usr/bin/clang++ -E   -D_DARWIN_C_SOURCE -DNDEBUG conftest.cc
1799configure:19639: $? = 0
1800configure:19666: /usr/bin/clang++ -E   -D_DARWIN_C_SOURCE -DNDEBUG conftest.cc
1801configure:19663:10: fatal error: 'ac_nonexistent.h' file not found
1802#include <ac_nonexistent.h>
1803         ^
18041 error generated.
1805configure:19672: $? = 1
1806configure: failed program was:
1807#line 19662 "configure"
1808#include "confdefs.h"
1809#include <ac_nonexistent.h>
1810configure:19709: result: /usr/bin/clang++ -E
1811configure:19724: /usr/bin/clang++ -E   -D_DARWIN_C_SOURCE -DNDEBUG conftest.cc
1812configure:19730: $? = 0
1813configure:19757: /usr/bin/clang++ -E   -D_DARWIN_C_SOURCE -DNDEBUG conftest.cc
1814configure:19754:10: fatal error: 'ac_nonexistent.h' file not found
1815#include <ac_nonexistent.h>
1816         ^
18171 error generated.
1818configure:19763: $? = 1
1819configure: failed program was:
1820#line 19753 "configure"
1821#include "confdefs.h"
1822#include <ac_nonexistent.h>
1823configure:19806: checking for typeinfo
1824configure:19816: /usr/bin/clang++ -E   -D_DARWIN_C_SOURCE -DNDEBUG conftest.cc
1825configure:19822: $? = 0
1826configure:19841: result: yes
1827configure:19854: checking for iostream
1828configure:19864: /usr/bin/clang++ -E   -D_DARWIN_C_SOURCE -DNDEBUG conftest.cc
1829configure:19870: $? = 0
1830configure:19889: result: yes
1831configure:19900: checking if iostream uses std-namespace
1832configure:19920: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -arch i386 -stdlib=libc++   -D_DARWIN_C_SOURCE -DNDEBUG conftest.cc >&5
1833configure:19923: $? = 0
1834configure:19926: test -s conftest.o
1835configure:19929: $? = 0
1836configure:19938: result: yes
1837configure:19949: checking if we should include stdbool.h
1838configure:20024: result: yes
1839configure:20030: checking for builtin bool type
1840configure:20053: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -arch i386 -stdlib=libc++   -D_DARWIN_C_SOURCE -DNDEBUG conftest.cc >&5
1841configure:20056: $? = 0
1842configure:20059: test -s conftest.o
1843configure:20062: $? = 0
1844configure:20075: result: yes
1845configure:20081: checking for size of bool
1846configure:20134: /usr/bin/clang++ -o conftest -pipe -Os -arch x86_64 -arch i386 -stdlib=libc++   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.cc  >&5
1847configure:20120:18: warning: comparison of constant 0 with expression of type 'bool' is always true [-Wtautological-constant-out-of-range-compare]
1848                if ((bool)(-x) >= 0)
1849                    ~~~~~~~~~~ ^  ~
18501 warning generated.
1851configure:20120:18: warning: comparison of constant 0 with expression of type 'bool' is always true [-Wtautological-constant-out-of-range-compare]
1852                if ((bool)(-x) >= 0)
1853                    ~~~~~~~~~~ ^  ~
18541 warning generated.
1855configure:20137: $? = 0
1856configure:20139: ./conftest
1857configure:20142: $? = 0
1858configure:20160: result: unsigned char
1859configure:20171: checking for special defines needed for etip.h
1860configure:20203: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -arch i386 -stdlib=libc++ -I./c++ -I./menu -Iinclude -I./include   -D_DARWIN_C_SOURCE -DNDEBUG conftest.cc >&5
1861configure:20206: $? = 0
1862configure:20209: test -s conftest.o
1863configure:20212: $? = 0
1864configure:20233: result: 
1865configure:20238: checking if /usr/bin/clang++ accepts parameter initialization
1866configure:20274: /usr/bin/clang++ -o conftest -pipe -Os -arch x86_64 -arch i386 -stdlib=libc++   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.cc  >&5
1867configure:20265:16: error: redefinition of default argument
1868TEST::TEST(int x = 1)   // some compilers do not like second initializer
1869               ^   ~
1870configure:20261:11: note: previous definition is here
1871        TEST(int x = 1);
1872                 ^   ~
18731 error generated.
1874configure:20277: $? = 1
1875configure: program exited with status 1
1876configure: failed program was:
1877#line 20255 "configure"
1878#include "confdefs.h"
1879
1880class TEST {
1881private:
1882        int value;
1883public:
1884        TEST(int x = 1);
1885        ~TEST();
1886};
1887
1888TEST::TEST(int x = 1)   // some compilers do not like second initializer
1889{
1890        value = x;
1891}
1892int main() { }
1893
1894configure:20301: result: no
1895configure:20311: checking if /usr/bin/clang++ accepts static_cast
1896configure:20369: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -arch i386 -stdlib=libc++   -D_DARWIN_C_SOURCE -DNDEBUG conftest.cc >&5
1897configure:20372: $? = 0
1898configure:20375: test -s conftest.o
1899configure:20378: $? = 0
1900configure:20396: result: yes
1901configure:21062: checking for wchar_t
1902configure:21083: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -arch i386 -stdlib=libc++   -D_DARWIN_C_SOURCE -DNDEBUG conftest.cc >&5
1903configure:21086: $? = 0
1904configure:21089: test -s conftest.o
1905configure:21092: $? = 0
1906configure:21102: result: yes
1907configure:21105: checking size of wchar_t
1908configure:21269: /usr/bin/clang++ -o conftest -pipe -Os -arch x86_64 -arch i386 -stdlib=libc++   -D_DARWIN_C_SOURCE -DNDEBUG -arch x86_64 -arch i386 -Wl,-search_paths_first conftest.cc  >&5
1909configure:21294:19: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
1910fprintf (f, "%d", (sizeof (wchar_t)));
1911             ~~   ^~~~~~~~~~~~~~~~~~
1912             %lu
19131 warning generated.
1914configure:21294:19: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
1915fprintf (f, "%d", (sizeof (wchar_t)));
1916             ~~   ^~~~~~~~~~~~~~~~~~
1917             %lu
19181 warning generated.
1919configure:21272: $? = 0
1920configure:21274: ./conftest
1921configure:21277: $? = 0
1922configure:21293: result: 4
1923configure:21311: checking for library subsets
1924configure:21353: result: ticlib+termlib+ext_tinfo+base+widechar+ext_funcs
1925configure:21384: checking default library suffix
1926configure:21395: result:
1927configure:21398: checking default library-dependency suffix
1928configure:21456: result: .dylib
1929configure:21459: checking default object directory
1930configure:21475: result: obj_s
1931configure:21479: checking c++ library-dependency suffix
1932configure:21547: result: .dylib
1933configure:21809: checking where we will install curses.h
1934configure:21819: result: ${prefix}/include
1935configure:21845: checking for src modules
1936configure:21910: result: ncurses progs panel menu form
1937configure:22130: checking for tic
1938configure:22147: found /opt/local/bin/tic
1939configure:22159: result: /opt/local/bin/tic
1940configure:22207: checking for defines to add to ncurses6-config script
1941configure:22223: result:  -D_DARWIN_C_SOURCE
1942configure:22382: creating ./config.status
1943
1944## ----------------------- ##
1945## Running config.status.  ##
1946## ----------------------- ##
1947
1948This file was extended by config.status 2.52.20141204, executed with
1949  CONFIG_FILES    =
1950  CONFIG_HEADERS  =
1951  CONFIG_LINKS    =
1952  CONFIG_COMMANDS =
1953  > ./config.status
1954on forth.lan
1955
1956config.status:23150: creating include/MKterm.h.awk
1957config.status:23150: creating include/curses.head
1958config.status:23150: creating include/ncurses_dll.h
1959config.status:23150: creating include/termcap.h
1960config.status:23150: creating include/unctrl.h
1961config.status:23150: creating man/Makefile
1962config.status:23150: creating include/Makefile
1963config.status:23150: creating ncurses/Makefile
1964config.status:23150: creating progs/Makefile
1965config.status:23150: creating panel/Makefile
1966config.status:23150: creating menu/Makefile
1967config.status:23150: creating form/Makefile
1968config.status:23150: creating test/Makefile
1969config.status:23150: creating misc/Makefile
1970config.status:23150: creating c++/Makefile
1971config.status:23150: creating misc/run_tic.sh
1972config.status:23150: creating misc/ncurses-config
1973config.status:23150: creating man/ncurses6-config.1
1974config.status:23150: creating misc/gen-pkgconfig
1975config.status:23150: creating Makefile
1976config.status:23303: creating include/ncurses_cfg.h
1977
1978## ----------------- ##
1979## Cache variables.  ##
1980## ----------------- ##
1981
1982ac_cv_build=x86_64-apple-darwin14.5.0
1983ac_cv_build_alias=x86_64-apple-darwin14.5.0
1984ac_cv_c_compiler_gnu=yes
1985ac_cv_c_const=yes
1986ac_cv_c_inline=inline
1987ac_cv_cxx_compiler_gnu=yes
1988ac_cv_env_CC_set=set
1989ac_cv_env_CC_value=/usr/bin/clang
1990ac_cv_env_CFLAGS_set=set
1991ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64 -arch i386'
1992ac_cv_env_CPPFLAGS_set=
1993ac_cv_env_CPPFLAGS_value=
1994ac_cv_env_CPP_set=
1995ac_cv_env_CPP_value=
1996ac_cv_env_CXXCPP_set=
1997ac_cv_env_CXXCPP_value=
1998ac_cv_env_CXXFLAGS_set=set
1999ac_cv_env_CXXFLAGS_value='-pipe -Os -arch x86_64 -arch i386 -stdlib=libc++'
2000ac_cv_env_CXX_set=set
2001ac_cv_env_CXX_value=/usr/bin/clang++
2002ac_cv_env_LDFLAGS_set=set
2003ac_cv_env_LDFLAGS_value='-arch x86_64 -arch i386'
2004ac_cv_env_build_alias_set=
2005ac_cv_env_build_alias_value=
2006ac_cv_env_host_alias_set=
2007ac_cv_env_host_alias_value=
2008ac_cv_env_target_alias_set=
2009ac_cv_env_target_alias_value=
2010ac_cv_func_btowc=yes
2011ac_cv_func_fork=yes
2012ac_cv_func_fork_works=yes
2013ac_cv_func_fseeko=yes
2014ac_cv_func_getcwd=yes
2015ac_cv_func_getegid=yes
2016ac_cv_func_geteuid=yes
2017ac_cv_func_getopt=yes
2018ac_cv_func_gettimeofday=yes
2019ac_cv_func_getttynam=yes
2020ac_cv_func_issetugid=yes
2021ac_cv_func_link=yes
2022ac_cv_func_mblen=yes
2023ac_cv_func_mbrlen=yes
2024ac_cv_func_mbrtowc=yes
2025ac_cv_func_mbsrtowcs=yes
2026ac_cv_func_mbstowcs=yes
2027ac_cv_func_mbtowc=yes
2028ac_cv_func_memmove=yes
2029ac_cv_func_poll=yes
2030ac_cv_func_putenv=yes
2031ac_cv_func_putwc=yes
2032ac_cv_func_regcomp=yes
2033ac_cv_func_remove=yes
2034ac_cv_func_select=yes
2035ac_cv_func_setbuf=yes
2036ac_cv_func_setbuffer=yes
2037ac_cv_func_setenv=yes
2038ac_cv_func_setvbuf=yes
2039ac_cv_func_setvbuf_reversed=no
2040ac_cv_func_sigaction=yes
2041ac_cv_func_sigvec=yes
2042ac_cv_func_strdup=yes
2043ac_cv_func_strstr=yes
2044ac_cv_func_symlink=yes
2045ac_cv_func_tcgetpgrp=yes
2046ac_cv_func_times=yes
2047ac_cv_func_unlink=yes
2048ac_cv_func_vfork=yes
2049ac_cv_func_vfork_works=yes
2050ac_cv_func_vsnprintf=yes
2051ac_cv_func_wcsrtombs=yes
2052ac_cv_func_wcstombs=yes
2053ac_cv_func_wctob=yes
2054ac_cv_func_wctomb=yes
2055ac_cv_header_dirent_dirent_h=yes
2056ac_cv_header_fcntl_h=yes
2057ac_cv_header_getopt_h=yes
2058ac_cv_header_gpm_h=no
2059ac_cv_header_inttypes_h=yes
2060ac_cv_header_iostream=yes
2061ac_cv_header_limits_h=yes
2062ac_cv_header_locale_h=yes
2063ac_cv_header_math_h=yes
2064ac_cv_header_memory_h=yes
2065ac_cv_header_poll_h=yes
2066ac_cv_header_stdc=yes
2067ac_cv_header_stdint_h=yes
2068ac_cv_header_stdlib_h=yes
2069ac_cv_header_string_h=yes
2070ac_cv_header_strings_h=yes
2071ac_cv_header_sys_bsdtypes_h=no
2072ac_cv_header_sys_ioctl_h=yes
2073ac_cv_header_sys_param_h=yes
2074ac_cv_header_sys_poll_h=yes
2075ac_cv_header_sys_select_h=yes
2076ac_cv_header_sys_stat_h=yes
2077ac_cv_header_sys_time_h=yes
2078ac_cv_header_sys_times_h=yes
2079ac_cv_header_sys_types_h=yes
2080ac_cv_header_termio_h=no
2081ac_cv_header_termios_h=yes
2082ac_cv_header_time=yes
2083ac_cv_header_ttyent_h=yes
2084ac_cv_header_typeinfo=yes
2085ac_cv_header_unistd_h=yes
2086ac_cv_header_vfork_h=no
2087ac_cv_header_wctype_h=yes
2088ac_cv_host=x86_64-apple-darwin14.5.0
2089ac_cv_host_alias=x86_64-apple-darwin14.5.0
2090ac_cv_lib_dir_opendir=no
2091ac_cv_lib_util_openpty=yes
2092ac_cv_objext=o
2093ac_cv_path_TIC_PATH=/opt/local/bin/tic
2094ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config
2095ac_cv_prog_AWK=gawk
2096ac_cv_prog_CPP='/usr/bin/clang -E'
2097ac_cv_prog_CTAGS=ctags
2098ac_cv_prog_CXXCPP='/usr/bin/clang++ -E'
2099ac_cv_prog_ETAGS=etags
2100ac_cv_prog_MAKE_LOWER_TAGS=yes
2101ac_cv_prog_ac_ct_AR=ar
2102ac_cv_prog_ac_ct_LD=ld
2103ac_cv_prog_ac_ct_NM=nm
2104ac_cv_prog_ac_ct_RANLIB=ranlib
2105ac_cv_prog_cc_g=yes
2106ac_cv_prog_cc_stdc=
2107ac_cv_prog_cxx_g=yes
2108ac_cv_prog_egrep='grep -E'
2109ac_cv_prog_gcc_traditional=no
2110ac_cv_prog_make_make_set=yes
2111ac_cv_sizeof_signed_char=1
2112ac_cv_sizeof_wchar_t=4
2113ac_cv_sys_file_offset_bits=no
2114ac_cv_sys_large_files=no
2115ac_cv_sys_largefile_CC=no
2116ac_cv_sys_largefile_source=no
2117ac_cv_sys_long_file_names=yes
2118ac_cv_target=x86_64-apple-darwin14.5.0
2119ac_cv_target_alias=x86_64-apple-darwin14.5.0
2120ac_cv_type_intptr_t=yes
2121ac_cv_type_pid_t=yes
2122ac_cv_type_signed_char=yes
2123ac_cv_type_ssize_t=yes
2124ac_cv_type_wchar_t=yes
2125am_cv_langinfo_codeset=yes
2126cf_cv_1UL=1U
2127cf_cv_abi_version=6
2128cf_cv_ar_flags=-curv
2129cf_cv_builtin_bool=1
2130cf_cv_cc_bool_type=0
2131cf_cv_cpp_param_init=no
2132cf_cv_cpp_static_cast=yes
2133cf_cv_dcl_errno=yes
2134cf_cv_define_sigwinch=yes
2135cf_cv_do_relink=yes
2136cf_cv_do_symlinks=yes
2137cf_cv_enable_lp64=1
2138cf_cv_enable_opaque=NCURSES_OPAQUE
2139cf_cv_enable_reentrant=0
2140cf_cv_enable_rpath=no
2141cf_cv_func_mkstemp=yes
2142cf_cv_func_nanosleep=yes
2143cf_cv_func_openpty=util.h
2144cf_cv_func_vsscanf=vsscanf
2145cf_cv_gcc_inline=yes
2146cf_cv_getopt_header=unistd.h
2147cf_cv_have___va_copy=yes
2148cf_cv_have_errno=yes
2149cf_cv_have_isascii=yes
2150cf_cv_have_tcgetattr=yes
2151cf_cv_have_va_copy=yes
2152cf_cv_header_stdbool_h=1
2153cf_cv_ldflags_search_paths_first=yes
2154cf_cv_lib_util=yes
2155cf_cv_libstdcpp=no
2156cf_cv_link_dataonly=yes
2157cf_cv_link_funcs=' link symlink'
2158cf_cv_makeflags=
2159cf_cv_mbstate_t=yes
2160cf_cv_mixedcase=no
2161cf_cv_need_libm=no
2162cf_cv_prog_CC_c_o=yes
2163cf_cv_prog_CXX_c_o=yes
2164cf_cv_regex_hdrs=regex.h
2165cf_cv_rel_version=6.0
2166cf_cv_rm_so_locs=no
2167cf_cv_shlib_version=abi
2168cf_cv_shlib_version_infix=yes
2169cf_cv_sig_atomic_t='volatile sig_atomic_t'
2170cf_cv_sizechange=yes
2171cf_cv_src_modules='ncurses progs panel menu form'
2172cf_cv_struct_dirent64=no
2173cf_cv_sys_time_select=yes
2174cf_cv_system_name=darwin14.5.0
2175cf_cv_timestamp='Thu Aug 20 12:04:10 BST 2015'
2176cf_cv_type_of_bool='unsigned char'
2177cf_cv_type_sigaction=no
2178cf_cv_typeof_chtype=uint32_t
2179cf_cv_typeof_mmask_t=uint32_t
2180cf_cv_unsigned_literals=yes
2181cf_cv_wchar_h_okay=yes
2182cf_cv_wchar_t=no
2183cf_cv_wint_t=yes
2184cf_cv_working_poll=no
2185
2186## ------------ ##
2187## confdefs.h.  ##
2188## ------------ ##
2189
2190#define PACKAGE "ncurses"
2191#define NCURSES_VERSION "6.0"
2192#define NCURSES_PATCHDATE 20150808
2193#define SYSTEM_NAME "darwin14.5.0"
2194#ifdef __cplusplus
2195#include <stdlib.h>
2196#endif
2197#define HAVE_LONG_FILE_NAMES 1
2198#define TERMINFO_DIRS "/opt/local/share/terminfo"
2199#define TERMINFO "/opt/local/share/terminfo"
2200#define HAVE_BIG_CORE 1
2201#define PURE_TERMINFO 1
2202#define USE_HOME_TERMINFO 1
2203#define USE_ROOT_ENVIRON 1
2204#define HAVE_REMOVE 1
2205#define HAVE_UNLINK 1
2206#define HAVE_LINK 1
2207#define HAVE_SYMLINK 1
2208#define USE_LINKS 1
2209#define HAVE_LANGINFO_CODESET 1
2210#define USE_WIDEC_SUPPORT 1
2211#define NCURSES_WIDECHAR 1
2212#define HAVE_PUTWC 1
2213#define HAVE_BTOWC 1
2214#define HAVE_WCTOB 1
2215#define HAVE_MBTOWC 1
2216#define HAVE_WCTOMB 1
2217#define HAVE_MBLEN 1
2218#define HAVE_MBRLEN 1
2219#define HAVE_MBRTOWC 1
2220#define HAVE_WCSRTOMBS 1
2221#define HAVE_MBSRTOWCS 1
2222#define HAVE_WCSTOMBS 1
2223#define HAVE_MBSTOWCS 1
2224#define NEED_WCHAR_H 1
2225#define NEED_WCHAR_H 1
2226#define HAVE_FSEEKO 1
2227#define HAVE_ASSUME_DEFAULT_COLORS 1
2228#define HAVE_CURSES_VERSION 1
2229#define HAVE_HAS_KEY 1
2230#define HAVE_RESIZETERM 1
2231#define HAVE_RESIZE_TERM 1
2232#define HAVE_TERM_ENTRY_H 1
2233#define HAVE_USE_DEFAULT_COLORS 1
2234#define HAVE_USE_SCREEN 1
2235#define HAVE_USE_WINDOW 1
2236#define HAVE_WRESIZE 1
2237#define NCURSES_EXT_FUNCS 1
2238#define NCURSES_SP_FUNCS 1
2239#define NCURSES_EXT_COLORS 1
2240#define NCURSES_EXT_PUTWIN 1
2241#define NCURSES_NO_PADDING 1
2242#define STDC_HEADERS 1
2243#define HAVE_SYS_TYPES_H 1
2244#define HAVE_SYS_STAT_H 1
2245#define HAVE_STDLIB_H 1
2246#define HAVE_STRING_H 1
2247#define HAVE_MEMORY_H 1
2248#define HAVE_STRINGS_H 1
2249#define HAVE_INTTYPES_H 1
2250#define HAVE_STDINT_H 1
2251#define HAVE_UNISTD_H 1
2252#define SIZEOF_SIGNED_CHAR 1
2253#define USE_SIGWINCH 1
2254#define USE_ASSUMED_COLOR 1
2255#define USE_HASHMAP 1
2256#define NCURSES_WRAP_PREFIX "_nc_"
2257#define GCC_SCANF 1
2258#define GCC_SCANF 1
2259#define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))
2260#define GCC_PRINTF 1
2261#define GCC_PRINTF 1
2262#define GCC_PRINTFLIKE(fmt,var) __attribute__((format(printf,fmt,var)))
2263#define GCC_UNUSED __attribute__((unused))
2264#define GCC_UNUSED __attribute__((unused))
2265#define GCC_NORETURN __attribute__((noreturn))
2266#define GCC_NORETURN __attribute__((noreturn))
2267#define HAVE_NC_ALLOC_H 1
2268#define HAVE_GETTIMEOFDAY 1
2269#define STDC_HEADERS 1
2270#define HAVE_DIRENT_H 1
2271#define TIME_WITH_SYS_TIME 1
2272#define HAVE_REGEX_H_FUNCS 1
2273#define HAVE_FCNTL_H 1
2274#define HAVE_GETOPT_H 1
2275#define HAVE_LIMITS_H 1
2276#define HAVE_LOCALE_H 1
2277#define HAVE_MATH_H 1
2278#define HAVE_POLL_H 1
2279#define HAVE_SYS_IOCTL_H 1
2280#define HAVE_SYS_PARAM_H 1
2281#define HAVE_SYS_POLL_H 1
2282#define HAVE_SYS_SELECT_H 1
2283#define HAVE_SYS_TIME_H 1
2284#define HAVE_SYS_TIMES_H 1
2285#define HAVE_TTYENT_H 1
2286#define HAVE_UNISTD_H 1
2287#define HAVE_WCTYPE_H 1
2288#define HAVE_UNISTD_H 1
2289#define HAVE_GETOPT_H 1
2290#define HAVE_GETOPT_HEADER 1
2291#define HAVE_SYS_TIME_SELECT 1
2292#define SIG_ATOMIC_T volatile sig_atomic_t
2293#define HAVE_ERRNO 1
2294#define HAVE_GETCWD 1
2295#define HAVE_GETEGID 1
2296#define HAVE_GETEUID 1
2297#define HAVE_GETOPT 1
2298#define HAVE_GETTTYNAM 1
2299#define HAVE_ISSETUGID 1
2300#define HAVE_POLL 1
2301#define HAVE_PUTENV 1
2302#define HAVE_REMOVE 1
2303#define HAVE_SELECT 1
2304#define HAVE_SETBUF 1
2305#define HAVE_SETBUFFER 1
2306#define HAVE_SETENV 1
2307#define HAVE_SETVBUF 1
2308#define HAVE_SIGACTION 1
2309#define HAVE_SIGVEC 1
2310#define HAVE_STRDUP 1
2311#define HAVE_STRSTR 1
2312#define HAVE_TCGETPGRP 1
2313#define HAVE_TIMES 1
2314#define HAVE_VSNPRINTF 1
2315#define HAVE_ISASCII 1
2316#define HAVE_NANOSLEEP 1
2317#define HAVE_TERMIOS_H 1
2318#define HAVE_UNISTD_H 1
2319#define HAVE_TCGETATTR 1
2320#define HAVE_VSSCANF 1
2321#define HAVE_MKSTEMP 1
2322#define HAVE_SIZECHANGE 1
2323#define HAVE_VA_COPY 1
2324#define HAVE___VA_COPY 1
2325#define HAVE_UNISTD_H 1
2326#define HAVE_FORK 1
2327#define HAVE_VFORK 1
2328#define HAVE_WORKING_VFORK 1
2329#define HAVE_WORKING_FORK 1
2330#define USE_OPENPTY_HEADER <util.h>
2331#define USE_XTERM_PTY 1
2332#define HAVE_TYPEINFO 1
2333#define HAVE_IOSTREAM 1
2334#define IOSTREAM_NAMESPACE 1
2335#define CPP_HAS_STATIC_CAST 1
2336#define SIZEOF_WCHAR_T 4
2337#define HAVE_SLK_COLOR 1
2338#define HAVE_PANEL_H 1
2339#define HAVE_LIBPANEL 1
2340#define HAVE_MENU_H 1
2341#define HAVE_LIBMENU 1
2342#define HAVE_FORM_H 1
2343#define HAVE_LIBFORM 1
2344#define NCURSES_PATHSEP ':'
2345#define NCURSES_VERSION_STRING "6.0.20150808"
2346#define NCURSES_OSPEED_COMPAT 1
2347
2348
2349configure: exit 0