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.65.  Invocation command line was
6
7  $ auto/configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-cscope --enable-gui=no --without-x --enable-multibyte --disable-darwin --srcdir=. --cache-file=auto/config.cache
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = searle.apple.com
14uname -m = i386
15uname -r = 11.0.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 11.0.0: Tue Aug 31 19:41:52 PDT 2010; root:xnu-1688.1~1/RELEASE_I386
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
25/usr/bin/hostinfo      = Mach kernel version:
26	 Darwin Kernel Version 11.0.0: Tue Aug 31 19:41:52 PDT 2010; root:xnu-1688.1~1/RELEASE_I386
27Kernel configured for up to 2 processors.
282 processors are physically available.
292 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1
32Primary memory available: 1.00 gigabytes
33Default processor set: 87 tasks, 337 threads, 2 processors
34Load average: 0.77, Mach factor: 1.22
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /usr/bin
40PATH: /bin
41PATH: /usr/sbin
42PATH: /sbin
43PATH: /usr/local/bin
44PATH: /usr/X11/bin
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:2474: loading cache auto/config.cache
52configure:2560: checking whether make sets $(MAKE)
53configure:2582: result: yes
54configure:2640: checking for gcc
55configure:2667: result: gcc
56configure:2896: checking for C compiler version
57configure:2905: gcc --version >&5
58i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2334.1)
59Copyright (C) 2007 Free Software Foundation, Inc.
60This is free software; see the source for copying conditions.  There is NO
61warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
62
63configure:2916: $? = 0
64configure:2905: gcc -v >&5
65Using built-in specs.
66Target: i686-apple-darwin11
67Configured with: /var/tmp/llvmgcc42/llvmgcc42-2334.1~3/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/var/tmp/llvmgcc42/llvmgcc42-2334.1~3/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
68Thread model: posix
69gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2334.1)
70configure:2916: $? = 0
71configure:2905: gcc -V >&5
72llvm-gcc-4.2: argument to `-V' is missing
73configure:2916: $? = 1
74configure:2905: gcc -qversion >&5
75i686-apple-darwin11-llvm-gcc-4.2: no input files
76configure:2916: $? = 1
77configure:2936: checking whether the C compiler works
78configure:2958: gcc    conftest.c  >&5
79configure:2962: $? = 0
80configure:3011: result: yes
81configure:3014: checking for C compiler default output file name
82configure:3016: result: a.out
83configure:3022: checking for suffix of executables
84configure:3029: gcc -o conftest    conftest.c  >&5
85configure:3033: $? = 0
86configure:3055: result: 
87configure:3077: checking whether we are cross compiling
88configure:3085: gcc -o conftest    conftest.c  >&5
89configure:3089: $? = 0
90configure:3096: ./conftest
91configure:3100: $? = 0
92configure:3115: result: no
93configure:3120: checking for suffix of object files
94configure:3167: result: o
95configure:3171: checking whether we are using the GNU C compiler
96configure:3199: result: yes
97configure:3208: checking whether gcc accepts -g
98configure:3269: result: yes
99configure:3286: checking for gcc option to accept ISO C89
100configure:3363: result: none needed
101configure:3387: checking how to run the C preprocessor
102configure:3457: result: gcc -E
103configure:3477: gcc -E  conftest.c
104configure:3477: $? = 0
105configure:3491: gcc -E  conftest.c
106conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
107configure:3491: $? = 1
108configure: failed program was:
109| /* confdefs.h */
110| #define PACKAGE_NAME ""
111| #define PACKAGE_TARNAME ""
112| #define PACKAGE_VERSION ""
113| #define PACKAGE_STRING ""
114| #define PACKAGE_BUGREPORT ""
115| #define PACKAGE_URL ""
116| #define UNIX 1
117| /* end confdefs.h.  */
118| #include <ac_nonexistent.h>
119configure:3520: checking for grep that handles long lines and -e
120configure:3578: result: /usr/bin/grep
121configure:3583: checking for egrep
122configure:3645: result: /usr/bin/grep -E
123configure:3659: checking for library containing strerror
124configure:3707: result: none required
125configure:3718: checking for gawk
126configure:3745: result: awk
127configure:3758: checking for strip
128configure:3786: result: strip
129configure:3797: checking for ANSI C header files
130configure:3901: result: yes
131configure:3909: checking for sys/wait.h that is POSIX.1 compatible
132configure:3942: result: yes
133configure:3979: checking for buggy tools...
134configure:3986: checking for BeOS
135configure:3992: result: no
136configure:3996: checking for QNX
137configure:4003: result: no
138configure:4007: checking for Darwin (Mac OS X)
139configure:4010: result: yes
140configure:4013: checking --disable-darwin argument
141configure:4036: result: yes, Darwin support excluded
142configure:4040: checking --with-mac-arch argument
143configure:4048: result: defaulting to current
144configure:4053: checking --with-developer-dir argument
145configure:4061: result: not present
146configure:4069: checking for xcode-select
147configure:4099: result: /usr/bin/xcode-select
148configure:4108: checking for developer dir using xcode-select
149configure:4111: result: /Developer
150configure:4231: checking --with-local-dir argument
151configure:4255: result: Defaulting to /usr/local
152configure:4280: checking --with-vim-name argument
153configure:4288: result: Defaulting to vim
154configure:4293: checking --with-ex-name argument
155configure:4301: result: Defaulting to ex
156configure:4306: checking --with-view-name argument
157configure:4314: result: Defaulting to view
158configure:4320: checking --with-global-runtime argument
159configure:4331: result: no
160configure:4336: checking --with-modified-by argument
161configure:4347: result: no
162configure:4352: checking if character set is EBCDIC
163configure:4371: gcc -c -g -O2  conftest.c >&5
164conftest.c: In function 'main':
165conftest.c:21: error: 'make' undeclared (first use in this function)
166conftest.c:21: error: (Each undeclared identifier is reported only once
167conftest.c:21: error: for each function it appears in.)
168conftest.c:21: error: expected ';' before 'an'
169configure:4371: $? = 1
170configure: failed program was:
171| /* confdefs.h */
172| #define PACKAGE_NAME ""
173| #define PACKAGE_TARNAME ""
174| #define PACKAGE_VERSION ""
175| #define PACKAGE_STRING ""
176| #define PACKAGE_BUGREPORT ""
177| #define PACKAGE_URL ""
178| #define UNIX 1
179| #define STDC_HEADERS 1
180| #define HAVE_SYS_WAIT_H 1
181| /* end confdefs.h.  */
182| 
183| int
184| main ()
185| {
186|  /* TryCompile function for CharSet.
187|    Treat any failure as ASCII for compatibility with existing art.
188|    Use compile-time rather than run-time tests for cross-compiler
189|    tolerance.  */
190| #if '0'!=240
191| make an error "Character set is not EBCDIC"
192| #endif
193|   ;
194|   return 0;
195| }
196configure:4381: result: no
197configure:4439: checking --disable-selinux argument
198configure:4449: result: no
199configure:4451: checking for is_selinux_enabled in -lselinux
200configure:4485: result: no
201configure:4499: checking --with-features argument
202configure:4507: result: Defaulting to normal
203configure:4535: checking --with-compiledby argument
204configure:4543: result: no
205configure:4549: checking --disable-xsmp argument
206configure:4560: result: no
207configure:4562: checking --disable-xsmp-interact argument
208configure:4572: result: no
209configure:4585: checking --enable-luainterp argument
210configure:4594: result: no
211configure:4737: checking --enable-mzschemeinterp argument
212configure:4746: result: no
213configure:4928: checking --enable-perlinterp argument
214configure:4937: result: no
215configure:5110: checking --enable-pythoninterp argument
216configure:5119: result: no
217configure:5401: checking --enable-python3interp argument
218configure:5410: result: no
219configure:5755: checking --enable-tclinterp argument
220configure:5764: result: no
221configure:6095: checking --enable-rubyinterp argument
222configure:6104: result: no
223configure:6228: checking --enable-cscope argument
224configure:6237: result: yes
225configure:6244: checking --enable-workshop argument
226configure:6253: result: no
227configure:6267: checking --disable-netbeans argument
228configure:6277: result: no
229configure:6279: checking for socket in -lsocket
230configure:6313: result: no
231configure:6324: checking for gethostbyname in -lnsl
232configure:6358: result: no
233configure:6369: checking whether compiling netbeans integration is possible
234configure:6405: gcc -o conftest -g -O2   -L/usr/local/lib conftest.c  >&5
235configure:6405: $? = 0
236configure:6406: result: yes
237configure:6427: checking --enable-sniff argument
238configure:6436: result: no
239configure:6447: checking --enable-multibyte argument
240configure:6456: result: yes
241configure:6463: checking --enable-hangulinput argument
242configure:6472: result: no
243configure:6475: checking --enable-xim argument
244configure:6482: result: defaulting to auto
245configure:6487: checking --enable-fontset argument
246configure:6496: result: no
247configure:6502: result: defaulting to: don't HAVE_X11
248configure:7515: checking --enable-gui argument
249configure:7575: result: no GUI support
250configure:8437: checking for X11/SM/SMlib.h
251configure:8437: result: yes
252configure:8636: checking whether toupper is broken
253configure:8673: result: no
254configure:8681: checking whether __DATE__ and __TIME__ work
255configure:8694: gcc -c -g -O2  conftest.c >&5
256configure:8694: $? = 0
257configure:8695: result: yes
258configure:8704: checking whether __attribute__((unused)) is allowed
259configure:8717: gcc -c -g -O2  conftest.c >&5
260configure:8717: $? = 0
261configure:8718: result: yes
262configure:8727: checking for elf.h
263configure:8727: result: no
264configure:8778: checking for dirent.h that defines DIR
265configure:8805: result: yes
266configure:8819: checking for library containing opendir
267configure:8867: result: none required
268configure:8975: checking for stdarg.h
269configure:8975: result: yes
270configure:8975: checking for stdint.h
271configure:8975: result: yes
272configure:8975: checking for stdlib.h
273configure:8975: result: yes
274configure:8975: checking for string.h
275configure:8975: result: yes
276configure:8975: checking for sys/select.h
277configure:8975: result: yes
278configure:8975: checking for sys/utsname.h
279configure:8975: result: yes
280configure:8975: checking for termcap.h
281configure:8975: result: yes
282configure:8975: checking for fcntl.h
283configure:8975: result: yes
284configure:8975: checking for sgtty.h
285configure:8975: result: yes
286configure:8975: checking for sys/ioctl.h
287configure:8975: result: yes
288configure:8975: checking for sys/time.h
289configure:8975: result: yes
290configure:8975: checking for sys/types.h
291configure:8975: result: yes
292configure:8975: checking for termio.h
293configure:8975: result: no
294configure:8975: checking for iconv.h
295configure:8975: result: yes
296configure:8975: checking for inttypes.h
297configure:8975: result: yes
298configure:8975: checking for langinfo.h
299configure:8975: result: yes
300configure:8975: checking for math.h
301configure:8975: result: yes
302configure:8975: checking for unistd.h
303configure:8975: result: yes
304configure:8975: checking for stropts.h
305configure:8975: result: no
306configure:8975: checking for errno.h
307configure:8975: result: yes
308configure:8975: checking for sys/resource.h
309configure:8975: result: yes
310configure:8975: checking for sys/systeminfo.h
311configure:8975: result: no
312configure:8975: checking for locale.h
313configure:8975: result: yes
314configure:8975: checking for sys/stream.h
315configure:8975: result: no
316configure:8975: checking for termios.h
317configure:8975: result: yes
318configure:8975: checking for libc.h
319configure:8975: result: yes
320configure:8975: checking for sys/statfs.h
321configure:8975: result: no
322configure:8975: checking for poll.h
323configure:8975: result: yes
324configure:8975: checking for sys/poll.h
325configure:8975: result: yes
326configure:8975: checking for pwd.h
327configure:8975: result: yes
328configure:8975: checking for utime.h
329configure:8975: result: yes
330configure:8975: checking for sys/param.h
331configure:8975: result: yes
332configure:8975: checking for libintl.h
333configure:8975: result: no
334configure:8975: checking for libgen.h
335configure:8975: result: yes
336configure:8975: checking for util/debug.h
337configure:8975: result: no
338configure:8975: checking for util/msg18n.h
339configure:8975: result: no
340configure:8975: checking for frame.h
341configure:8975: result: no
342configure:8975: checking for sys/acl.h
343configure:8975: result: yes
344configure:8975: checking for sys/access.h
345configure:8975: result: no
346configure:8975: checking for sys/sysinfo.h
347configure:8975: result: no
348configure:8975: checking for wchar.h
349configure:8975: result: yes
350configure:8975: checking for wctype.h
351configure:8975: result: yes
352configure:8989: checking for sys/ptem.h
353configure:8989: result: no
354configure:9005: checking for sys/sysctl.h
355configure:9005: result: yes
356configure:9020: checking for pthread_np.h
357configure:9035: gcc -c -g -O2  conftest.c >&5
358conftest.c:55:24: error: pthread_np.h: No such file or directory
359configure:9035: $? = 1
360configure: failed program was:
361| /* confdefs.h */
362| #define PACKAGE_NAME ""
363| #define PACKAGE_TARNAME ""
364| #define PACKAGE_VERSION ""
365| #define PACKAGE_STRING ""
366| #define PACKAGE_BUGREPORT ""
367| #define PACKAGE_URL ""
368| #define UNIX 1
369| #define STDC_HEADERS 1
370| #define HAVE_SYS_WAIT_H 1
371| #define FEAT_NORMAL 1
372| #define USE_XSMP_INTERACT 1
373| #define FEAT_CSCOPE 1
374| #define FEAT_NETBEANS_INTG 1
375| #define FEAT_MBYTE 1
376| #define HAVE_X11_SM_SMLIB_H 1
377| #define HAVE_DATE_TIME 1
378| #define HAVE_ATTRIBUTE_UNUSED 1
379| #define HAVE_DIRENT_H 1
380| #define HAVE_STDARG_H 1
381| #define HAVE_STDINT_H 1
382| #define HAVE_STDLIB_H 1
383| #define HAVE_STRING_H 1
384| #define HAVE_SYS_SELECT_H 1
385| #define HAVE_SYS_UTSNAME_H 1
386| #define HAVE_TERMCAP_H 1
387| #define HAVE_FCNTL_H 1
388| #define HAVE_SGTTY_H 1
389| #define HAVE_SYS_IOCTL_H 1
390| #define HAVE_SYS_TIME_H 1
391| #define HAVE_SYS_TYPES_H 1
392| #define HAVE_ICONV_H 1
393| #define HAVE_INTTYPES_H 1
394| #define HAVE_LANGINFO_H 1
395| #define HAVE_MATH_H 1
396| #define HAVE_UNISTD_H 1
397| #define HAVE_ERRNO_H 1
398| #define HAVE_SYS_RESOURCE_H 1
399| #define HAVE_LOCALE_H 1
400| #define HAVE_TERMIOS_H 1
401| #define HAVE_LIBC_H 1
402| #define HAVE_POLL_H 1
403| #define HAVE_SYS_POLL_H 1
404| #define HAVE_PWD_H 1
405| #define HAVE_UTIME_H 1
406| #define HAVE_SYS_PARAM_H 1
407| #define HAVE_LIBGEN_H 1
408| #define HAVE_SYS_ACL_H 1
409| #define HAVE_WCHAR_H 1
410| #define HAVE_WCTYPE_H 1
411| #define HAVE_SYS_SYSCTL_H 1
412| /* end confdefs.h.  */
413| 
414| #include <pthread.h>
415| #include <pthread_np.h>
416| int
417| main ()
418| {
419| int i; i = 0;
420|   ;
421|   return 0;
422| }
423configure:9041: result: no
424configure:9048: checking for strings.h
425configure:9048: result: yes
426configure:9063: checking if strings.h can be included after string.h
427configure:9092: gcc -c -g -O2   conftest.c >&5
428configure:9092: $? = 0
429configure:9093: result: yes
430configure:9106: checking whether gcc needs -traditional
431configure:9140: result: no
432configure:9147: checking for an ANSI C-conforming const
433configure:9219: result: yes
434configure:9227: checking for working volatile
435configure:9253: result: yes
436configure:9261: checking for mode_t
437configure:9261: result: yes
438configure:9272: checking for off_t
439configure:9272: result: yes
440configure:9283: checking for pid_t
441configure:9283: result: yes
442configure:9294: checking for size_t
443configure:9294: result: yes
444configure:9305: checking for uid_t in sys/types.h
445configure:9324: result: yes
446configure:9335: checking for uint32_t
447configure:9335: result: yes
448configure:9350: checking whether time.h and sys/time.h may both be included
449configure:9377: result: yes
450configure:9385: checking for ino_t
451configure:9385: result: yes
452configure:9396: checking for dev_t
453configure:9396: result: yes
454configure:9407: checking whether byte ordering is bigendian
455configure:9613: result: no
456configure:9632: checking for rlim_t
457configure:9635: result: (cached) yes
458configure:9668: checking for stack_t
459configure:9671: result: (cached) yes
460configure:9702: checking whether stack_t has an ss_base field
461configure:9723: gcc -c -g -O2  conftest.c >&5
462conftest.c: In function 'main':
463conftest.c:67: error: 'stack_t' has no member named 'ss_base'
464configure:9723: $? = 1
465configure: failed program was:
466| /* confdefs.h */
467| #define PACKAGE_NAME ""
468| #define PACKAGE_TARNAME ""
469| #define PACKAGE_VERSION ""
470| #define PACKAGE_STRING ""
471| #define PACKAGE_BUGREPORT ""
472| #define PACKAGE_URL ""
473| #define UNIX 1
474| #define STDC_HEADERS 1
475| #define HAVE_SYS_WAIT_H 1
476| #define FEAT_NORMAL 1
477| #define USE_XSMP_INTERACT 1
478| #define FEAT_CSCOPE 1
479| #define FEAT_NETBEANS_INTG 1
480| #define FEAT_MBYTE 1
481| #define HAVE_X11_SM_SMLIB_H 1
482| #define HAVE_DATE_TIME 1
483| #define HAVE_ATTRIBUTE_UNUSED 1
484| #define HAVE_DIRENT_H 1
485| #define HAVE_STDARG_H 1
486| #define HAVE_STDINT_H 1
487| #define HAVE_STDLIB_H 1
488| #define HAVE_STRING_H 1
489| #define HAVE_SYS_SELECT_H 1
490| #define HAVE_SYS_UTSNAME_H 1
491| #define HAVE_TERMCAP_H 1
492| #define HAVE_FCNTL_H 1
493| #define HAVE_SGTTY_H 1
494| #define HAVE_SYS_IOCTL_H 1
495| #define HAVE_SYS_TIME_H 1
496| #define HAVE_SYS_TYPES_H 1
497| #define HAVE_ICONV_H 1
498| #define HAVE_INTTYPES_H 1
499| #define HAVE_LANGINFO_H 1
500| #define HAVE_MATH_H 1
501| #define HAVE_UNISTD_H 1
502| #define HAVE_ERRNO_H 1
503| #define HAVE_SYS_RESOURCE_H 1
504| #define HAVE_LOCALE_H 1
505| #define HAVE_TERMIOS_H 1
506| #define HAVE_LIBC_H 1
507| #define HAVE_POLL_H 1
508| #define HAVE_SYS_POLL_H 1
509| #define HAVE_PWD_H 1
510| #define HAVE_UTIME_H 1
511| #define HAVE_SYS_PARAM_H 1
512| #define HAVE_LIBGEN_H 1
513| #define HAVE_SYS_ACL_H 1
514| #define HAVE_WCHAR_H 1
515| #define HAVE_WCTYPE_H 1
516| #define HAVE_SYS_SYSCTL_H 1
517| #define HAVE_STRINGS_H 1
518| #define TIME_WITH_SYS_TIME 1
519| /* end confdefs.h.  */
520| 
521| #include <sys/types.h>
522| #if STDC_HEADERS
523| # include <stdlib.h>
524| # include <stddef.h>
525| #endif
526| #include <signal.h>
527| #include "confdefs.h"
528| 
529| int
530| main ()
531| {
532| stack_t sigstk; sigstk.ss_base = 0;
533|   ;
534|   return 0;
535| }
536configure:9728: result: no
537configure:9734: checking --with-tlib argument
538configure:9769: result: empty: automatic terminal library selection
539configure:9777: checking for tgetent in -lncurses
540configure:9812: result: yes
541configure:9840: gcc -o conftest -g -O2   -L/usr/local/lib conftest.c -lncurses  >&5
542configure:9840: $? = 0
543configure:9840: ./conftest
544configure:9840: $? = 0
545configure:9889: checking whether we talk terminfo
546configure:9933: result: yes
547configure:9942: checking what tgetent() returns for an unknown terminal
548configure:9983: result: non-zero
549configure:9992: checking whether termcap.h contains ospeed
550configure:10009: gcc -o conftest -g -O2   -L/usr/local/lib conftest.c -lncurses  >&5
551configure:10009: $? = 0
552configure:10010: result: yes
553configure:10049: checking whether termcap.h contains UP, BC and PC
554configure:10066: gcc -o conftest -g -O2   -L/usr/local/lib conftest.c -lncurses  >&5
555configure:10066: $? = 0
556configure:10067: result: yes
557configure:10106: checking whether tputs() uses outfuntype
558configure:10123: gcc -c -g -O2  conftest.c >&5
559conftest.c: In function 'main':
560conftest.c:67: error: 'outfuntype' undeclared (first use in this function)
561conftest.c:67: error: (Each undeclared identifier is reported only once
562conftest.c:67: error: for each function it appears in.)
563conftest.c:67: error: expected ')' before 'xx'
564configure:10123: $? = 1
565configure: failed program was:
566| /* confdefs.h */
567| #define PACKAGE_NAME ""
568| #define PACKAGE_TARNAME ""
569| #define PACKAGE_VERSION ""
570| #define PACKAGE_STRING ""
571| #define PACKAGE_BUGREPORT ""
572| #define PACKAGE_URL ""
573| #define UNIX 1
574| #define STDC_HEADERS 1
575| #define HAVE_SYS_WAIT_H 1
576| #define FEAT_NORMAL 1
577| #define USE_XSMP_INTERACT 1
578| #define FEAT_CSCOPE 1
579| #define FEAT_NETBEANS_INTG 1
580| #define FEAT_MBYTE 1
581| #define HAVE_X11_SM_SMLIB_H 1
582| #define HAVE_DATE_TIME 1
583| #define HAVE_ATTRIBUTE_UNUSED 1
584| #define HAVE_DIRENT_H 1
585| #define HAVE_STDARG_H 1
586| #define HAVE_STDINT_H 1
587| #define HAVE_STDLIB_H 1
588| #define HAVE_STRING_H 1
589| #define HAVE_SYS_SELECT_H 1
590| #define HAVE_SYS_UTSNAME_H 1
591| #define HAVE_TERMCAP_H 1
592| #define HAVE_FCNTL_H 1
593| #define HAVE_SGTTY_H 1
594| #define HAVE_SYS_IOCTL_H 1
595| #define HAVE_SYS_TIME_H 1
596| #define HAVE_SYS_TYPES_H 1
597| #define HAVE_ICONV_H 1
598| #define HAVE_INTTYPES_H 1
599| #define HAVE_LANGINFO_H 1
600| #define HAVE_MATH_H 1
601| #define HAVE_UNISTD_H 1
602| #define HAVE_ERRNO_H 1
603| #define HAVE_SYS_RESOURCE_H 1
604| #define HAVE_LOCALE_H 1
605| #define HAVE_TERMIOS_H 1
606| #define HAVE_LIBC_H 1
607| #define HAVE_POLL_H 1
608| #define HAVE_SYS_POLL_H 1
609| #define HAVE_PWD_H 1
610| #define HAVE_UTIME_H 1
611| #define HAVE_SYS_PARAM_H 1
612| #define HAVE_LIBGEN_H 1
613| #define HAVE_SYS_ACL_H 1
614| #define HAVE_WCHAR_H 1
615| #define HAVE_WCTYPE_H 1
616| #define HAVE_SYS_SYSCTL_H 1
617| #define HAVE_STRINGS_H 1
618| #define TIME_WITH_SYS_TIME 1
619| #define HAVE_LIBNCURSES 1
620| #define TERMINFO 1
621| #define HAVE_OSPEED 1
622| #define HAVE_UP_BC_PC 1
623| /* end confdefs.h.  */
624| 
625| #ifdef HAVE_TERMCAP_H
626| # include <termcap.h>
627| #endif
628| 
629| int
630| main ()
631| {
632| extern int xx(); tputs("test", 1, (outfuntype)xx)
633|   ;
634|   return 0;
635| }
636configure:10128: result: no
637configure:10133: checking whether sys/select.h and sys/time.h may both be included
638configure:10149: gcc -c -g -O2  conftest.c >&5
639configure:10149: $? = 0
640configure:10150: result: yes
641configure:10161: checking for /dev/ptc
642configure:10169: result: no
643configure:10173: checking for SVR4 ptys
644configure:10187: gcc -o conftest -g -O2   -L/usr/local/lib conftest.c -lncurses  >&5
645configure:10187: $? = 0
646configure:10188: result: yes
647configure:10202: checking for ptyranges
648configure:10235: result: pqrstuvw / 0123456789abcdef
649configure:10243: checking default tty permissions/group
650configure:10322: result: world
651configure:10340: checking return type of signal handlers
652configure:10365: result: void
653configure:10382: checking for struct sigcontext
654configure:10402: gcc -c -g -O2  conftest.c >&5
655configure:10402: $? = 0
656configure:10403: result: yes
657configure:10413: checking getcwd implementation is broken
658configure:10456: result: no
659configure:10473: checking for bcmp
660configure:10473: result: yes
661configure:10473: checking for fchdir
662configure:10473: result: yes
663configure:10473: checking for fchown
664configure:10473: result: yes
665configure:10473: checking for fsync
666configure:10473: result: yes
667configure:10473: checking for getcwd
668configure:10473: result: yes
669configure:10473: checking for getpseudotty
670configure:10473: result: no
671configure:10473: checking for getpwnam
672configure:10473: result: yes
673configure:10473: checking for getpwuid
674configure:10473: result: yes
675configure:10473: checking for getrlimit
676configure:10473: result: yes
677configure:10473: checking for gettimeofday
678configure:10473: result: yes
679configure:10473: checking for getwd
680configure:10473: result: yes
681configure:10473: checking for lstat
682configure:10473: result: yes
683configure:10473: checking for memcmp
684configure:10473: result: yes
685configure:10473: checking for memset
686configure:10473: result: yes
687configure:10473: checking for mkdtemp
688configure:10473: result: yes
689configure:10473: checking for nanosleep
690configure:10473: result: yes
691configure:10473: checking for opendir
692configure:10473: result: yes
693configure:10473: checking for putenv
694configure:10473: result: yes
695configure:10473: checking for qsort
696configure:10473: result: yes
697configure:10473: checking for readlink
698configure:10473: result: yes
699configure:10473: checking for select
700configure:10473: result: yes
701configure:10473: checking for setenv
702configure:10473: result: yes
703configure:10473: checking for setpgid
704configure:10473: result: yes
705configure:10473: checking for setsid
706configure:10473: result: yes
707configure:10473: checking for sigaltstack
708configure:10473: result: yes
709configure:10473: checking for sigstack
710configure:10473: result: no
711configure:10473: checking for sigset
712configure:10473: result: yes
713configure:10473: checking for sigsetjmp
714configure:10473: result: yes
715configure:10473: checking for sigaction
716configure:10473: result: yes
717configure:10473: checking for sigvec
718configure:10473: result: yes
719configure:10473: checking for strcasecmp
720configure:10473: result: yes
721configure:10473: checking for strerror
722configure:10473: result: yes
723configure:10473: checking for strftime
724configure:10473: result: yes
725configure:10473: checking for stricmp
726configure:10473: result: no
727configure:10473: checking for strncasecmp
728configure:10473: result: yes
729configure:10473: checking for strnicmp
730configure:10473: result: no
731configure:10473: checking for strpbrk
732configure:10473: result: yes
733configure:10473: checking for strtol
734configure:10473: result: yes
735configure:10473: checking for tgetent
736configure:10473: result: yes
737configure:10473: checking for towlower
738configure:10473: result: yes
739configure:10473: checking for towupper
740configure:10473: result: yes
741configure:10473: checking for iswupper
742configure:10473: result: yes
743configure:10473: checking for usleep
744configure:10473: result: yes
745configure:10473: checking for utime
746configure:10473: result: yes
747configure:10473: checking for utimes
748configure:10473: result: yes
749configure:10483: checking for _LARGEFILE_SOURCE value needed for large files
750configure:10530: result: no
751configure:10559: checking for special C compiler options needed for large files
752configure:10604: result: no
753configure:10610: checking for _FILE_OFFSET_BITS value needed for large files
754configure:10667: result: no
755configure:10751: checking for st_blksize
756configure:10769: gcc -c -g -O2  conftest.c >&5
757configure:10769: $? = 0
758configure:10770: result: yes
759configure:10779: checking whether stat() ignores a trailing slash
760configure:10818: result: no
761configure:10826: checking for iconv_open()
762configure:10845: gcc -o conftest -g -O2   -L/usr/local/lib conftest.c -lncurses  -liconv >&5
763configure:10845: $? = 0
764configure:10846: result: yes; with -liconv
765configure:10881: checking for nl_langinfo(CODESET)
766configure:10898: gcc -o conftest -g -O2   -L/usr/local/lib conftest.c -lncurses  -liconv >&5
767configure:10898: $? = 0
768configure:10899: result: yes
769configure:10909: checking for strtod in -lm
770configure:10943: result: yes
771configure:10954: checking for strtod() and other floating point functions
772configure:10986: gcc -o conftest -g -O2   -L/usr/local/lib conftest.c -lm -lncurses  -liconv >&5
773configure:10986: $? = 0
774configure:10987: result: yes
775configure:10997: checking --disable-acl argument
776configure:11007: result: no
777configure:11009: checking for acl_get_file in -lposix1e
778configure:11043: result: no
779configure:11048: checking for acl_get_file in -lacl
780configure:11082: result: no
781configure:11131: checking for POSIX ACL support
782configure:11151: gcc -o conftest -g -O2   -L/usr/local/lib conftest.c -lm -lncurses  -liconv >&5
783configure:11151: $? = 0
784configure:11152: result: yes
785configure:11162: checking for Solaris ACL support
786configure:11179: gcc -o conftest -g -O2   -L/usr/local/lib conftest.c -lm -lncurses  -liconv >&5
787In file included from /usr/include/sys/acl.h:27,
788                 from conftest.c:116:
789/usr/include/sys/kauth.h:65: error: expected specifier-qualifier-list before 'u_int8_t'
790/usr/include/sys/kauth.h:86: error: expected specifier-qualifier-list before 'u_int32_t'
791/usr/include/sys/kauth.h:143: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kauth_ace_rights_t'
792/usr/include/sys/kauth.h:148: error: expected specifier-qualifier-list before 'u_int32_t'
793/usr/include/sys/kauth.h:184: error: expected specifier-qualifier-list before 'u_int32_t'
794/usr/include/sys/kauth.h:239: error: expected specifier-qualifier-list before 'u_int32_t'
795In file included from conftest.c:116:
796/usr/include/sys/acl.h:141: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'acl_permset_mask_t'
797/usr/include/sys/acl.h:170: error: expected ')' before '*' token
798/usr/include/sys/acl.h:171: error: expected declaration specifiers or '...' before 'acl_permset_mask_t'
799/usr/include/sys/acl.h:172: error: expected declaration specifiers or '...' before 'acl_permset_mask_t'
800/usr/include/sys/acl.h:200: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'acl_copy_ext'
801/usr/include/sys/acl.h:201: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'acl_copy_ext_native'
802/usr/include/sys/acl.h:205: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'acl_size'
803/usr/include/sys/acl.h:206: error: expected declaration specifiers or '...' before 'ssize_t'
804conftest.c: In function 'main':
805conftest.c:121: error: 'GETACLCNT' undeclared (first use in this function)
806conftest.c:121: error: (Each undeclared identifier is reported only once
807conftest.c:121: error: for each function it appears in.)
808conftest.c:121: error: 'NULL' undeclared (first use in this function)
809configure:11179: $? = 1
810configure: failed program was:
811| /* confdefs.h */
812| #define PACKAGE_NAME ""
813| #define PACKAGE_TARNAME ""
814| #define PACKAGE_VERSION ""
815| #define PACKAGE_STRING ""
816| #define PACKAGE_BUGREPORT ""
817| #define PACKAGE_URL ""
818| #define UNIX 1
819| #define STDC_HEADERS 1
820| #define HAVE_SYS_WAIT_H 1
821| #define FEAT_NORMAL 1
822| #define USE_XSMP_INTERACT 1
823| #define FEAT_CSCOPE 1
824| #define FEAT_NETBEANS_INTG 1
825| #define FEAT_MBYTE 1
826| #define HAVE_X11_SM_SMLIB_H 1
827| #define HAVE_DATE_TIME 1
828| #define HAVE_ATTRIBUTE_UNUSED 1
829| #define HAVE_DIRENT_H 1
830| #define HAVE_STDARG_H 1
831| #define HAVE_STDINT_H 1
832| #define HAVE_STDLIB_H 1
833| #define HAVE_STRING_H 1
834| #define HAVE_SYS_SELECT_H 1
835| #define HAVE_SYS_UTSNAME_H 1
836| #define HAVE_TERMCAP_H 1
837| #define HAVE_FCNTL_H 1
838| #define HAVE_SGTTY_H 1
839| #define HAVE_SYS_IOCTL_H 1
840| #define HAVE_SYS_TIME_H 1
841| #define HAVE_SYS_TYPES_H 1
842| #define HAVE_ICONV_H 1
843| #define HAVE_INTTYPES_H 1
844| #define HAVE_LANGINFO_H 1
845| #define HAVE_MATH_H 1
846| #define HAVE_UNISTD_H 1
847| #define HAVE_ERRNO_H 1
848| #define HAVE_SYS_RESOURCE_H 1
849| #define HAVE_LOCALE_H 1
850| #define HAVE_TERMIOS_H 1
851| #define HAVE_LIBC_H 1
852| #define HAVE_POLL_H 1
853| #define HAVE_SYS_POLL_H 1
854| #define HAVE_PWD_H 1
855| #define HAVE_UTIME_H 1
856| #define HAVE_SYS_PARAM_H 1
857| #define HAVE_LIBGEN_H 1
858| #define HAVE_SYS_ACL_H 1
859| #define HAVE_WCHAR_H 1
860| #define HAVE_WCTYPE_H 1
861| #define HAVE_SYS_SYSCTL_H 1
862| #define HAVE_STRINGS_H 1
863| #define TIME_WITH_SYS_TIME 1
864| #define HAVE_LIBNCURSES 1
865| #define TERMINFO 1
866| #define HAVE_OSPEED 1
867| #define HAVE_UP_BC_PC 1
868| #define SYS_SELECT_WITH_SYS_TIME 1
869| #define HAVE_SVR4_PTYS 1
870| #define PTYRANGE0 "pqrstuvw"
871| #define PTYRANGE1 "0123456789abcdef"
872| #define RETSIGTYPE void
873| #define SIGRETURN return
874| #define HAVE_SIGCONTEXT 1
875| #define HAVE_BCMP 1
876| #define HAVE_FCHDIR 1
877| #define HAVE_FCHOWN 1
878| #define HAVE_FSYNC 1
879| #define HAVE_GETCWD 1
880| #define HAVE_GETPWNAM 1
881| #define HAVE_GETPWUID 1
882| #define HAVE_GETRLIMIT 1
883| #define HAVE_GETTIMEOFDAY 1
884| #define HAVE_GETWD 1
885| #define HAVE_LSTAT 1
886| #define HAVE_MEMCMP 1
887| #define HAVE_MEMSET 1
888| #define HAVE_MKDTEMP 1
889| #define HAVE_NANOSLEEP 1
890| #define HAVE_OPENDIR 1
891| #define HAVE_PUTENV 1
892| #define HAVE_QSORT 1
893| #define HAVE_READLINK 1
894| #define HAVE_SELECT 1
895| #define HAVE_SETENV 1
896| #define HAVE_SETPGID 1
897| #define HAVE_SETSID 1
898| #define HAVE_SIGALTSTACK 1
899| #define HAVE_SIGSET 1
900| #define HAVE_SIGSETJMP 1
901| #define HAVE_SIGACTION 1
902| #define HAVE_SIGVEC 1
903| #define HAVE_STRCASECMP 1
904| #define HAVE_STRERROR 1
905| #define HAVE_STRFTIME 1
906| #define HAVE_STRNCASECMP 1
907| #define HAVE_STRPBRK 1
908| #define HAVE_STRTOL 1
909| #define HAVE_TGETENT 1
910| #define HAVE_TOWLOWER 1
911| #define HAVE_TOWUPPER 1
912| #define HAVE_ISWUPPER 1
913| #define HAVE_USLEEP 1
914| #define HAVE_UTIME 1
915| #define HAVE_UTIMES 1
916| #define HAVE_FSEEKO 1
917| #define HAVE_ST_BLKSIZE 1
918| #define HAVE_ICONV 1
919| #define HAVE_NL_LANGINFO_CODESET 1
920| #define HAVE_LIBM 1
921| #define HAVE_FLOAT_FUNCS 1
922| #define HAVE_POSIX_ACL 1
923| /* end confdefs.h.  */
924| 
925| #ifdef HAVE_SYS_ACL_H
926| # include <sys/acl.h>
927| #endif
928| int
929| main ()
930| {
931| acl("foo", GETACLCNT, 0, NULL);
932| 
933|   ;
934|   return 0;
935| }
936configure:11184: result: no
937configure:11190: checking for AIX ACL support
938configure:11222: gcc -o conftest -g -O2   -L/usr/local/lib conftest.c -lm -lncurses  -liconv >&5
939In file included from /usr/include/sys/acl.h:27,
940                 from conftest.c:120:
941/usr/include/sys/kauth.h:123: error: expected specifier-qualifier-list before 'gid_t'
942In file included from conftest.c:120:
943/usr/include/sys/acl.h:200: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'acl_copy_ext'
944/usr/include/sys/acl.h:201: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'acl_copy_ext_native'
945/usr/include/sys/acl.h:205: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'acl_size'
946/usr/include/sys/acl.h:206: error: expected declaration specifiers or '...' before 'ssize_t'
947conftest.c: In function 'main':
948conftest.c:134: error: invalid application of 'sizeof' to incomplete type 'struct acl' 
949conftest.c:136: error: 'STX_NORMAL' undeclared (first use in this function)
950conftest.c:136: error: (Each undeclared identifier is reported only once
951conftest.c:136: error: for each function it appears in.)
952configure:11222: $? = 1
953configure: failed program was:
954| /* confdefs.h */
955| #define PACKAGE_NAME ""
956| #define PACKAGE_TARNAME ""
957| #define PACKAGE_VERSION ""
958| #define PACKAGE_STRING ""
959| #define PACKAGE_BUGREPORT ""
960| #define PACKAGE_URL ""
961| #define UNIX 1
962| #define STDC_HEADERS 1
963| #define HAVE_SYS_WAIT_H 1
964| #define FEAT_NORMAL 1
965| #define USE_XSMP_INTERACT 1
966| #define FEAT_CSCOPE 1
967| #define FEAT_NETBEANS_INTG 1
968| #define FEAT_MBYTE 1
969| #define HAVE_X11_SM_SMLIB_H 1
970| #define HAVE_DATE_TIME 1
971| #define HAVE_ATTRIBUTE_UNUSED 1
972| #define HAVE_DIRENT_H 1
973| #define HAVE_STDARG_H 1
974| #define HAVE_STDINT_H 1
975| #define HAVE_STDLIB_H 1
976| #define HAVE_STRING_H 1
977| #define HAVE_SYS_SELECT_H 1
978| #define HAVE_SYS_UTSNAME_H 1
979| #define HAVE_TERMCAP_H 1
980| #define HAVE_FCNTL_H 1
981| #define HAVE_SGTTY_H 1
982| #define HAVE_SYS_IOCTL_H 1
983| #define HAVE_SYS_TIME_H 1
984| #define HAVE_SYS_TYPES_H 1
985| #define HAVE_ICONV_H 1
986| #define HAVE_INTTYPES_H 1
987| #define HAVE_LANGINFO_H 1
988| #define HAVE_MATH_H 1
989| #define HAVE_UNISTD_H 1
990| #define HAVE_ERRNO_H 1
991| #define HAVE_SYS_RESOURCE_H 1
992| #define HAVE_LOCALE_H 1
993| #define HAVE_TERMIOS_H 1
994| #define HAVE_LIBC_H 1
995| #define HAVE_POLL_H 1
996| #define HAVE_SYS_POLL_H 1
997| #define HAVE_PWD_H 1
998| #define HAVE_UTIME_H 1
999| #define HAVE_SYS_PARAM_H 1
1000| #define HAVE_LIBGEN_H 1
1001| #define HAVE_SYS_ACL_H 1
1002| #define HAVE_WCHAR_H 1
1003| #define HAVE_WCTYPE_H 1
1004| #define HAVE_SYS_SYSCTL_H 1
1005| #define HAVE_STRINGS_H 1
1006| #define TIME_WITH_SYS_TIME 1
1007| #define HAVE_LIBNCURSES 1
1008| #define TERMINFO 1
1009| #define HAVE_OSPEED 1
1010| #define HAVE_UP_BC_PC 1
1011| #define SYS_SELECT_WITH_SYS_TIME 1
1012| #define HAVE_SVR4_PTYS 1
1013| #define PTYRANGE0 "pqrstuvw"
1014| #define PTYRANGE1 "0123456789abcdef"
1015| #define RETSIGTYPE void
1016| #define SIGRETURN return
1017| #define HAVE_SIGCONTEXT 1
1018| #define HAVE_BCMP 1
1019| #define HAVE_FCHDIR 1
1020| #define HAVE_FCHOWN 1
1021| #define HAVE_FSYNC 1
1022| #define HAVE_GETCWD 1
1023| #define HAVE_GETPWNAM 1
1024| #define HAVE_GETPWUID 1
1025| #define HAVE_GETRLIMIT 1
1026| #define HAVE_GETTIMEOFDAY 1
1027| #define HAVE_GETWD 1
1028| #define HAVE_LSTAT 1
1029| #define HAVE_MEMCMP 1
1030| #define HAVE_MEMSET 1
1031| #define HAVE_MKDTEMP 1
1032| #define HAVE_NANOSLEEP 1
1033| #define HAVE_OPENDIR 1
1034| #define HAVE_PUTENV 1
1035| #define HAVE_QSORT 1
1036| #define HAVE_READLINK 1
1037| #define HAVE_SELECT 1
1038| #define HAVE_SETENV 1
1039| #define HAVE_SETPGID 1
1040| #define HAVE_SETSID 1
1041| #define HAVE_SIGALTSTACK 1
1042| #define HAVE_SIGSET 1
1043| #define HAVE_SIGSETJMP 1
1044| #define HAVE_SIGACTION 1
1045| #define HAVE_SIGVEC 1
1046| #define HAVE_STRCASECMP 1
1047| #define HAVE_STRERROR 1
1048| #define HAVE_STRFTIME 1
1049| #define HAVE_STRNCASECMP 1
1050| #define HAVE_STRPBRK 1
1051| #define HAVE_STRTOL 1
1052| #define HAVE_TGETENT 1
1053| #define HAVE_TOWLOWER 1
1054| #define HAVE_TOWUPPER 1
1055| #define HAVE_ISWUPPER 1
1056| #define HAVE_USLEEP 1
1057| #define HAVE_UTIME 1
1058| #define HAVE_UTIMES 1
1059| #define HAVE_FSEEKO 1
1060| #define HAVE_ST_BLKSIZE 1
1061| #define HAVE_ICONV 1
1062| #define HAVE_NL_LANGINFO_CODESET 1
1063| #define HAVE_LIBM 1
1064| #define HAVE_FLOAT_FUNCS 1
1065| #define HAVE_POSIX_ACL 1
1066| /* end confdefs.h.  */
1067| 
1068| #if STDC_HEADERS
1069| # include <stdlib.h>
1070| # include <stddef.h>
1071| #endif
1072| #ifdef HAVE_SYS_ACL_H
1073| # include <sys/acl.h>
1074| #endif
1075| #ifdef HAVE_SYS_ACCESS_H
1076| # include <sys/access.h>
1077| #endif
1078| #define _ALL_SOURCE
1079| 
1080| #include <sys/stat.h>
1081| 
1082| int aclsize;
1083| struct acl *aclent;
1084| int
1085| main ()
1086| {
1087| aclsize = sizeof(struct acl);
1088| 	aclent = (void *)malloc(aclsize);
1089| 	statacl("foo", STX_NORMAL, aclent, aclsize);
1090| 
1091|   ;
1092|   return 0;
1093| }
1094configure:11227: result: no
1095configure:11237: checking --disable-gpm argument
1096configure:11248: result: no
1097configure:11250: checking for gpm
1098configure:11278: result: no
1099configure:11290: checking --disable-sysmouse argument
1100configure:11301: result: no
1101configure:11303: checking for sysmouse
1102configure:11334: result: no
1103configure:11345: checking for FD_CLOEXEC
1104configure:11360: gcc -c -g -O2  conftest.c >&5
1105configure:11360: $? = 0
1106configure:11361: result: yes
1107configure:11370: checking for rename
1108configure:11383: gcc -o conftest -g -O2   -L/usr/local/lib conftest.c -lm -lncurses  -liconv >&5
1109configure:11383: $? = 0
1110configure:11384: result: yes
1111configure:11394: checking for sysctl
1112configure:11415: gcc -c -g -O2  conftest.c >&5
1113configure:11415: $? = 0
1114configure:11416: result: yes
1115configure:11425: checking for sysinfo
1116configure:11444: gcc -c -g -O2  conftest.c >&5
1117conftest.c:118:25: error: sys/sysinfo.h: No such file or directory
1118conftest.c: In function 'main':
1119conftest.c:122: error: storage size of 'sinfo' isn't known
1120configure:11444: $? = 1
1121configure: failed program was:
1122| /* confdefs.h */
1123| #define PACKAGE_NAME ""
1124| #define PACKAGE_TARNAME ""
1125| #define PACKAGE_VERSION ""
1126| #define PACKAGE_STRING ""
1127| #define PACKAGE_BUGREPORT ""
1128| #define PACKAGE_URL ""
1129| #define UNIX 1
1130| #define STDC_HEADERS 1
1131| #define HAVE_SYS_WAIT_H 1
1132| #define FEAT_NORMAL 1
1133| #define USE_XSMP_INTERACT 1
1134| #define FEAT_CSCOPE 1
1135| #define FEAT_NETBEANS_INTG 1
1136| #define FEAT_MBYTE 1
1137| #define HAVE_X11_SM_SMLIB_H 1
1138| #define HAVE_DATE_TIME 1
1139| #define HAVE_ATTRIBUTE_UNUSED 1
1140| #define HAVE_DIRENT_H 1
1141| #define HAVE_STDARG_H 1
1142| #define HAVE_STDINT_H 1
1143| #define HAVE_STDLIB_H 1
1144| #define HAVE_STRING_H 1
1145| #define HAVE_SYS_SELECT_H 1
1146| #define HAVE_SYS_UTSNAME_H 1
1147| #define HAVE_TERMCAP_H 1
1148| #define HAVE_FCNTL_H 1
1149| #define HAVE_SGTTY_H 1
1150| #define HAVE_SYS_IOCTL_H 1
1151| #define HAVE_SYS_TIME_H 1
1152| #define HAVE_SYS_TYPES_H 1
1153| #define HAVE_ICONV_H 1
1154| #define HAVE_INTTYPES_H 1
1155| #define HAVE_LANGINFO_H 1
1156| #define HAVE_MATH_H 1
1157| #define HAVE_UNISTD_H 1
1158| #define HAVE_ERRNO_H 1
1159| #define HAVE_SYS_RESOURCE_H 1
1160| #define HAVE_LOCALE_H 1
1161| #define HAVE_TERMIOS_H 1
1162| #define HAVE_LIBC_H 1
1163| #define HAVE_POLL_H 1
1164| #define HAVE_SYS_POLL_H 1
1165| #define HAVE_PWD_H 1
1166| #define HAVE_UTIME_H 1
1167| #define HAVE_SYS_PARAM_H 1
1168| #define HAVE_LIBGEN_H 1
1169| #define HAVE_SYS_ACL_H 1
1170| #define HAVE_WCHAR_H 1
1171| #define HAVE_WCTYPE_H 1
1172| #define HAVE_SYS_SYSCTL_H 1
1173| #define HAVE_STRINGS_H 1
1174| #define TIME_WITH_SYS_TIME 1
1175| #define HAVE_LIBNCURSES 1
1176| #define TERMINFO 1
1177| #define HAVE_OSPEED 1
1178| #define HAVE_UP_BC_PC 1
1179| #define SYS_SELECT_WITH_SYS_TIME 1
1180| #define HAVE_SVR4_PTYS 1
1181| #define PTYRANGE0 "pqrstuvw"
1182| #define PTYRANGE1 "0123456789abcdef"
1183| #define RETSIGTYPE void
1184| #define SIGRETURN return
1185| #define HAVE_SIGCONTEXT 1
1186| #define HAVE_BCMP 1
1187| #define HAVE_FCHDIR 1
1188| #define HAVE_FCHOWN 1
1189| #define HAVE_FSYNC 1
1190| #define HAVE_GETCWD 1
1191| #define HAVE_GETPWNAM 1
1192| #define HAVE_GETPWUID 1
1193| #define HAVE_GETRLIMIT 1
1194| #define HAVE_GETTIMEOFDAY 1
1195| #define HAVE_GETWD 1
1196| #define HAVE_LSTAT 1
1197| #define HAVE_MEMCMP 1
1198| #define HAVE_MEMSET 1
1199| #define HAVE_MKDTEMP 1
1200| #define HAVE_NANOSLEEP 1
1201| #define HAVE_OPENDIR 1
1202| #define HAVE_PUTENV 1
1203| #define HAVE_QSORT 1
1204| #define HAVE_READLINK 1
1205| #define HAVE_SELECT 1
1206| #define HAVE_SETENV 1
1207| #define HAVE_SETPGID 1
1208| #define HAVE_SETSID 1
1209| #define HAVE_SIGALTSTACK 1
1210| #define HAVE_SIGSET 1
1211| #define HAVE_SIGSETJMP 1
1212| #define HAVE_SIGACTION 1
1213| #define HAVE_SIGVEC 1
1214| #define HAVE_STRCASECMP 1
1215| #define HAVE_STRERROR 1
1216| #define HAVE_STRFTIME 1
1217| #define HAVE_STRNCASECMP 1
1218| #define HAVE_STRPBRK 1
1219| #define HAVE_STRTOL 1
1220| #define HAVE_TGETENT 1
1221| #define HAVE_TOWLOWER 1
1222| #define HAVE_TOWUPPER 1
1223| #define HAVE_ISWUPPER 1
1224| #define HAVE_USLEEP 1
1225| #define HAVE_UTIME 1
1226| #define HAVE_UTIMES 1
1227| #define HAVE_FSEEKO 1
1228| #define HAVE_ST_BLKSIZE 1
1229| #define HAVE_ICONV 1
1230| #define HAVE_NL_LANGINFO_CODESET 1
1231| #define HAVE_LIBM 1
1232| #define HAVE_FLOAT_FUNCS 1
1233| #define HAVE_POSIX_ACL 1
1234| #define HAVE_FD_CLOEXEC 1
1235| #define HAVE_RENAME 1
1236| #define HAVE_SYSCTL 1
1237| /* end confdefs.h.  */
1238| #include <sys/types.h>
1239| #include <sys/sysinfo.h>
1240| int
1241| main ()
1242| {
1243| 	struct sysinfo sinfo;
1244| 	int t;
1245| 
1246| 	(void)sysinfo(&sinfo);
1247| 	t = sinfo.totalram;
1248| 
1249|   ;
1250|   return 0;
1251| }
1252configure:11449: result: not usable
1253configure:11454: checking for sysinfo.mem_unit
1254configure:11470: gcc -c -g -O2  conftest.c >&5
1255conftest.c:118:25: error: sys/sysinfo.h: No such file or directory
1256conftest.c: In function 'main':
1257conftest.c:122: error: storage size of 'sinfo' isn't known
1258configure:11470: $? = 1
1259configure: failed program was:
1260| /* confdefs.h */
1261| #define PACKAGE_NAME ""
1262| #define PACKAGE_TARNAME ""
1263| #define PACKAGE_VERSION ""
1264| #define PACKAGE_STRING ""
1265| #define PACKAGE_BUGREPORT ""
1266| #define PACKAGE_URL ""
1267| #define UNIX 1
1268| #define STDC_HEADERS 1
1269| #define HAVE_SYS_WAIT_H 1
1270| #define FEAT_NORMAL 1
1271| #define USE_XSMP_INTERACT 1
1272| #define FEAT_CSCOPE 1
1273| #define FEAT_NETBEANS_INTG 1
1274| #define FEAT_MBYTE 1
1275| #define HAVE_X11_SM_SMLIB_H 1
1276| #define HAVE_DATE_TIME 1
1277| #define HAVE_ATTRIBUTE_UNUSED 1
1278| #define HAVE_DIRENT_H 1
1279| #define HAVE_STDARG_H 1
1280| #define HAVE_STDINT_H 1
1281| #define HAVE_STDLIB_H 1
1282| #define HAVE_STRING_H 1
1283| #define HAVE_SYS_SELECT_H 1
1284| #define HAVE_SYS_UTSNAME_H 1
1285| #define HAVE_TERMCAP_H 1
1286| #define HAVE_FCNTL_H 1
1287| #define HAVE_SGTTY_H 1
1288| #define HAVE_SYS_IOCTL_H 1
1289| #define HAVE_SYS_TIME_H 1
1290| #define HAVE_SYS_TYPES_H 1
1291| #define HAVE_ICONV_H 1
1292| #define HAVE_INTTYPES_H 1
1293| #define HAVE_LANGINFO_H 1
1294| #define HAVE_MATH_H 1
1295| #define HAVE_UNISTD_H 1
1296| #define HAVE_ERRNO_H 1
1297| #define HAVE_SYS_RESOURCE_H 1
1298| #define HAVE_LOCALE_H 1
1299| #define HAVE_TERMIOS_H 1
1300| #define HAVE_LIBC_H 1
1301| #define HAVE_POLL_H 1
1302| #define HAVE_SYS_POLL_H 1
1303| #define HAVE_PWD_H 1
1304| #define HAVE_UTIME_H 1
1305| #define HAVE_SYS_PARAM_H 1
1306| #define HAVE_LIBGEN_H 1
1307| #define HAVE_SYS_ACL_H 1
1308| #define HAVE_WCHAR_H 1
1309| #define HAVE_WCTYPE_H 1
1310| #define HAVE_SYS_SYSCTL_H 1
1311| #define HAVE_STRINGS_H 1
1312| #define TIME_WITH_SYS_TIME 1
1313| #define HAVE_LIBNCURSES 1
1314| #define TERMINFO 1
1315| #define HAVE_OSPEED 1
1316| #define HAVE_UP_BC_PC 1
1317| #define SYS_SELECT_WITH_SYS_TIME 1
1318| #define HAVE_SVR4_PTYS 1
1319| #define PTYRANGE0 "pqrstuvw"
1320| #define PTYRANGE1 "0123456789abcdef"
1321| #define RETSIGTYPE void
1322| #define SIGRETURN return
1323| #define HAVE_SIGCONTEXT 1
1324| #define HAVE_BCMP 1
1325| #define HAVE_FCHDIR 1
1326| #define HAVE_FCHOWN 1
1327| #define HAVE_FSYNC 1
1328| #define HAVE_GETCWD 1
1329| #define HAVE_GETPWNAM 1
1330| #define HAVE_GETPWUID 1
1331| #define HAVE_GETRLIMIT 1
1332| #define HAVE_GETTIMEOFDAY 1
1333| #define HAVE_GETWD 1
1334| #define HAVE_LSTAT 1
1335| #define HAVE_MEMCMP 1
1336| #define HAVE_MEMSET 1
1337| #define HAVE_MKDTEMP 1
1338| #define HAVE_NANOSLEEP 1
1339| #define HAVE_OPENDIR 1
1340| #define HAVE_PUTENV 1
1341| #define HAVE_QSORT 1
1342| #define HAVE_READLINK 1
1343| #define HAVE_SELECT 1
1344| #define HAVE_SETENV 1
1345| #define HAVE_SETPGID 1
1346| #define HAVE_SETSID 1
1347| #define HAVE_SIGALTSTACK 1
1348| #define HAVE_SIGSET 1
1349| #define HAVE_SIGSETJMP 1
1350| #define HAVE_SIGACTION 1
1351| #define HAVE_SIGVEC 1
1352| #define HAVE_STRCASECMP 1
1353| #define HAVE_STRERROR 1
1354| #define HAVE_STRFTIME 1
1355| #define HAVE_STRNCASECMP 1
1356| #define HAVE_STRPBRK 1
1357| #define HAVE_STRTOL 1
1358| #define HAVE_TGETENT 1
1359| #define HAVE_TOWLOWER 1
1360| #define HAVE_TOWUPPER 1
1361| #define HAVE_ISWUPPER 1
1362| #define HAVE_USLEEP 1
1363| #define HAVE_UTIME 1
1364| #define HAVE_UTIMES 1
1365| #define HAVE_FSEEKO 1
1366| #define HAVE_ST_BLKSIZE 1
1367| #define HAVE_ICONV 1
1368| #define HAVE_NL_LANGINFO_CODESET 1
1369| #define HAVE_LIBM 1
1370| #define HAVE_FLOAT_FUNCS 1
1371| #define HAVE_POSIX_ACL 1
1372| #define HAVE_FD_CLOEXEC 1
1373| #define HAVE_RENAME 1
1374| #define HAVE_SYSCTL 1
1375| /* end confdefs.h.  */
1376| #include <sys/types.h>
1377| #include <sys/sysinfo.h>
1378| int
1379| main ()
1380| {
1381| 	struct sysinfo sinfo;
1382|  	sinfo.mem_unit = 1;
1383| 
1384|   ;
1385|   return 0;
1386| }
1387configure:11475: result: no
1388configure:11480: checking for sysconf
1389configure:11495: gcc -c -g -O2  conftest.c >&5
1390conftest.c: In function 'main':
1391conftest.c:122: error: '_SC_PHYS_PAGES' undeclared (first use in this function)
1392conftest.c:122: error: (Each undeclared identifier is reported only once
1393conftest.c:122: error: for each function it appears in.)
1394configure:11495: $? = 1
1395configure: failed program was:
1396| /* confdefs.h */
1397| #define PACKAGE_NAME ""
1398| #define PACKAGE_TARNAME ""
1399| #define PACKAGE_VERSION ""
1400| #define PACKAGE_STRING ""
1401| #define PACKAGE_BUGREPORT ""
1402| #define PACKAGE_URL ""
1403| #define UNIX 1
1404| #define STDC_HEADERS 1
1405| #define HAVE_SYS_WAIT_H 1
1406| #define FEAT_NORMAL 1
1407| #define USE_XSMP_INTERACT 1
1408| #define FEAT_CSCOPE 1
1409| #define FEAT_NETBEANS_INTG 1
1410| #define FEAT_MBYTE 1
1411| #define HAVE_X11_SM_SMLIB_H 1
1412| #define HAVE_DATE_TIME 1
1413| #define HAVE_ATTRIBUTE_UNUSED 1
1414| #define HAVE_DIRENT_H 1
1415| #define HAVE_STDARG_H 1
1416| #define HAVE_STDINT_H 1
1417| #define HAVE_STDLIB_H 1
1418| #define HAVE_STRING_H 1
1419| #define HAVE_SYS_SELECT_H 1
1420| #define HAVE_SYS_UTSNAME_H 1
1421| #define HAVE_TERMCAP_H 1
1422| #define HAVE_FCNTL_H 1
1423| #define HAVE_SGTTY_H 1
1424| #define HAVE_SYS_IOCTL_H 1
1425| #define HAVE_SYS_TIME_H 1
1426| #define HAVE_SYS_TYPES_H 1
1427| #define HAVE_ICONV_H 1
1428| #define HAVE_INTTYPES_H 1
1429| #define HAVE_LANGINFO_H 1
1430| #define HAVE_MATH_H 1
1431| #define HAVE_UNISTD_H 1
1432| #define HAVE_ERRNO_H 1
1433| #define HAVE_SYS_RESOURCE_H 1
1434| #define HAVE_LOCALE_H 1
1435| #define HAVE_TERMIOS_H 1
1436| #define HAVE_LIBC_H 1
1437| #define HAVE_POLL_H 1
1438| #define HAVE_SYS_POLL_H 1
1439| #define HAVE_PWD_H 1
1440| #define HAVE_UTIME_H 1
1441| #define HAVE_SYS_PARAM_H 1
1442| #define HAVE_LIBGEN_H 1
1443| #define HAVE_SYS_ACL_H 1
1444| #define HAVE_WCHAR_H 1
1445| #define HAVE_WCTYPE_H 1
1446| #define HAVE_SYS_SYSCTL_H 1
1447| #define HAVE_STRINGS_H 1
1448| #define TIME_WITH_SYS_TIME 1
1449| #define HAVE_LIBNCURSES 1
1450| #define TERMINFO 1
1451| #define HAVE_OSPEED 1
1452| #define HAVE_UP_BC_PC 1
1453| #define SYS_SELECT_WITH_SYS_TIME 1
1454| #define HAVE_SVR4_PTYS 1
1455| #define PTYRANGE0 "pqrstuvw"
1456| #define PTYRANGE1 "0123456789abcdef"
1457| #define RETSIGTYPE void
1458| #define SIGRETURN return
1459| #define HAVE_SIGCONTEXT 1
1460| #define HAVE_BCMP 1
1461| #define HAVE_FCHDIR 1
1462| #define HAVE_FCHOWN 1
1463| #define HAVE_FSYNC 1
1464| #define HAVE_GETCWD 1
1465| #define HAVE_GETPWNAM 1
1466| #define HAVE_GETPWUID 1
1467| #define HAVE_GETRLIMIT 1
1468| #define HAVE_GETTIMEOFDAY 1
1469| #define HAVE_GETWD 1
1470| #define HAVE_LSTAT 1
1471| #define HAVE_MEMCMP 1
1472| #define HAVE_MEMSET 1
1473| #define HAVE_MKDTEMP 1
1474| #define HAVE_NANOSLEEP 1
1475| #define HAVE_OPENDIR 1
1476| #define HAVE_PUTENV 1
1477| #define HAVE_QSORT 1
1478| #define HAVE_READLINK 1
1479| #define HAVE_SELECT 1
1480| #define HAVE_SETENV 1
1481| #define HAVE_SETPGID 1
1482| #define HAVE_SETSID 1
1483| #define HAVE_SIGALTSTACK 1
1484| #define HAVE_SIGSET 1
1485| #define HAVE_SIGSETJMP 1
1486| #define HAVE_SIGACTION 1
1487| #define HAVE_SIGVEC 1
1488| #define HAVE_STRCASECMP 1
1489| #define HAVE_STRERROR 1
1490| #define HAVE_STRFTIME 1
1491| #define HAVE_STRNCASECMP 1
1492| #define HAVE_STRPBRK 1
1493| #define HAVE_STRTOL 1
1494| #define HAVE_TGETENT 1
1495| #define HAVE_TOWLOWER 1
1496| #define HAVE_TOWUPPER 1
1497| #define HAVE_ISWUPPER 1
1498| #define HAVE_USLEEP 1
1499| #define HAVE_UTIME 1
1500| #define HAVE_UTIMES 1
1501| #define HAVE_FSEEKO 1
1502| #define HAVE_ST_BLKSIZE 1
1503| #define HAVE_ICONV 1
1504| #define HAVE_NL_LANGINFO_CODESET 1
1505| #define HAVE_LIBM 1
1506| #define HAVE_FLOAT_FUNCS 1
1507| #define HAVE_POSIX_ACL 1
1508| #define HAVE_FD_CLOEXEC 1
1509| #define HAVE_RENAME 1
1510| #define HAVE_SYSCTL 1
1511| /* end confdefs.h.  */
1512| #include <unistd.h>
1513| int
1514| main ()
1515| {
1516| 	(void)sysconf(_SC_PAGESIZE);
1517| 	(void)sysconf(_SC_PHYS_PAGES);
1518| 
1519|   ;
1520|   return 0;
1521| }
1522configure:11500: result: not usable
1523configure:11509: checking size of int
1524configure:11529: result: 4
1525configure:11543: checking size of long
1526configure:11563: result: 8
1527configure:11577: checking size of time_t
1528configure:11597: result: 8
1529configure:11611: checking size of off_t
1530configure:11631: result: 8
1531configure:11642: checking uint32_t is 32 bits
1532configure:11663: gcc -o conftest -g -O2   -L/usr/local/lib conftest.c -lm -lncurses  -liconv >&5
1533conftest.c: In function 'main':
1534conftest.c:131: warning: incompatible implicit declaration of built-in function 'exit'
1535configure:11663: $? = 0
1536configure:11663: ./conftest
1537configure:11663: $? = 0
1538configure:11664: result: ok
1539configure:11697: checking whether memmove handles overlaps
1540configure:11727: result: yes
1541configure:11872: checking for _xpg4_setrunelocale in -lxpg4
1542configure:11906: result: no
1543configure:11913: checking how to create tags
1544ctags: illegal option -- -
1545usage: ctags [-BFadtuwvx] [-f tagsfile] file ...
1546etags: skipping /dev/null: it is not a regular file.
1547etags: no input files specified.
1548	Try `etags --help' for a complete list of options.
1549ctags: illegal option -- s
1550usage: ctags [-BFadtuwvx] [-f tagsfile] file ...
1551ctags: illegal option -- s
1552usage: ctags [-BFadtuwvx] [-f tagsfile] file ...
1553ctags: illegal option -- i
1554usage: ctags [-BFadtuwvx] [-f tagsfile] file ...
1555configure:11929: result: ctags -t
1556configure:11932: checking how to run man with a section nr
1557configure:11936: result: man -s
1558configure:11943: checking --disable-nls argument
1559configure:11954: result: no
1560configure:11964: checking for msgfmt
1561configure:11994: result: no
1562configure:11999: checking for NLS
1563configure:12046: result: msgfmt not found - disabled
1564configure:12099: checking for dlfcn.h
1565configure:12099: result: yes
1566configure:12116: checking for dlopen()
1567configure:12132: gcc -o conftest -g -O2   -L/usr/local/lib conftest.c -lm -lncurses  -liconv >&5
1568configure:12132: $? = 0
1569configure:12133: result: yes
1570configure:12175: checking for dlsym()
1571configure:12191: gcc -o conftest -g -O2   -L/usr/local/lib conftest.c -lm -lncurses  -liconv >&5
1572configure:12191: $? = 0
1573configure:12192: result: yes
1574configure:12300: checking for setjmp.h
1575configure:12300: result: yes
1576configure:12336: checking for GCC 3 or later
1577configure:12341: result: yes
1578configure:12347: checking whether we need -D_FORTIFY_SOURCE=1
1579configure:12351: result: yes
1580configure:12465: creating auto/config.status
1581
1582## ---------------------- ##
1583## Running config.status. ##
1584## ---------------------- ##
1585
1586This file was extended by config.status, which was
1587generated by GNU Autoconf 2.65.  Invocation command line was
1588
1589  CONFIG_FILES    = 
1590  CONFIG_HEADERS  = 
1591  CONFIG_LINKS    = 
1592  CONFIG_COMMANDS = 
1593  $ auto/config.status 
1594
1595on searle.apple.com
1596
1597config.status:1005: creating auto/config.mk
1598config.status:1005: creating auto/config.h
1599config.status:1166: auto/config.h is unchanged
1600
1601## ---------------- ##
1602## Cache variables. ##
1603## ---------------- ##
1604
1605ac_cv_c_bigendian=no
1606ac_cv_c_compiler_gnu=yes
1607ac_cv_c_const=yes
1608ac_cv_c_uint32_t=yes
1609ac_cv_c_volatile=yes
1610ac_cv_env_CC_set=
1611ac_cv_env_CC_value=
1612ac_cv_env_CFLAGS_set=
1613ac_cv_env_CFLAGS_value=
1614ac_cv_env_CPPFLAGS_set=
1615ac_cv_env_CPPFLAGS_value=
1616ac_cv_env_CPP_set=
1617ac_cv_env_CPP_value=
1618ac_cv_env_LDFLAGS_set=
1619ac_cv_env_LDFLAGS_value=
1620ac_cv_env_LIBS_set=
1621ac_cv_env_LIBS_value=
1622ac_cv_env_XMKMF_set=
1623ac_cv_env_XMKMF_value=
1624ac_cv_env_build_alias_set=
1625ac_cv_env_build_alias_value=
1626ac_cv_env_host_alias_set=
1627ac_cv_env_host_alias_value=
1628ac_cv_env_target_alias_set=
1629ac_cv_env_target_alias_value=
1630ac_cv_func_bcmp=yes
1631ac_cv_func_fchdir=yes
1632ac_cv_func_fchown=yes
1633ac_cv_func_fsync=yes
1634ac_cv_func_getcwd=yes
1635ac_cv_func_getpseudotty=no
1636ac_cv_func_getpwnam=yes
1637ac_cv_func_getpwuid=yes
1638ac_cv_func_getrlimit=yes
1639ac_cv_func_gettimeofday=yes
1640ac_cv_func_getwd=yes
1641ac_cv_func_iswupper=yes
1642ac_cv_func_lstat=yes
1643ac_cv_func_memcmp=yes
1644ac_cv_func_memset=yes
1645ac_cv_func_mkdtemp=yes
1646ac_cv_func_nanosleep=yes
1647ac_cv_func_opendir=yes
1648ac_cv_func_putenv=yes
1649ac_cv_func_qsort=yes
1650ac_cv_func_readlink=yes
1651ac_cv_func_select=yes
1652ac_cv_func_setenv=yes
1653ac_cv_func_setpgid=yes
1654ac_cv_func_setsid=yes
1655ac_cv_func_sigaction=yes
1656ac_cv_func_sigaltstack=yes
1657ac_cv_func_sigset=yes
1658ac_cv_func_sigsetjmp=yes
1659ac_cv_func_sigstack=no
1660ac_cv_func_sigvec=yes
1661ac_cv_func_strcasecmp=yes
1662ac_cv_func_strerror=yes
1663ac_cv_func_strftime=yes
1664ac_cv_func_stricmp=no
1665ac_cv_func_strncasecmp=yes
1666ac_cv_func_strnicmp=no
1667ac_cv_func_strpbrk=yes
1668ac_cv_func_strtol=yes
1669ac_cv_func_tgetent=yes
1670ac_cv_func_towlower=yes
1671ac_cv_func_towupper=yes
1672ac_cv_func_usleep=yes
1673ac_cv_func_utime=yes
1674ac_cv_func_utimes=yes
1675ac_cv_header_X11_SM_SMlib_h=yes
1676ac_cv_header_dirent_dirent_h=yes
1677ac_cv_header_dlfcn_h=yes
1678ac_cv_header_elf_h=no
1679ac_cv_header_errno_h=yes
1680ac_cv_header_fcntl_h=yes
1681ac_cv_header_frame_h=no
1682ac_cv_header_iconv_h=yes
1683ac_cv_header_inttypes_h=yes
1684ac_cv_header_langinfo_h=yes
1685ac_cv_header_libc_h=yes
1686ac_cv_header_libgen_h=yes
1687ac_cv_header_libintl_h=no
1688ac_cv_header_locale_h=yes
1689ac_cv_header_math_h=yes
1690ac_cv_header_poll_h=yes
1691ac_cv_header_pwd_h=yes
1692ac_cv_header_setjmp_h=yes
1693ac_cv_header_sgtty_h=yes
1694ac_cv_header_stdarg_h=yes
1695ac_cv_header_stdc=yes
1696ac_cv_header_stdint_h=yes
1697ac_cv_header_stdlib_h=yes
1698ac_cv_header_string_h=yes
1699ac_cv_header_strings_h=yes
1700ac_cv_header_stropts_h=no
1701ac_cv_header_sys_access_h=no
1702ac_cv_header_sys_acl_h=yes
1703ac_cv_header_sys_ioctl_h=yes
1704ac_cv_header_sys_param_h=yes
1705ac_cv_header_sys_poll_h=yes
1706ac_cv_header_sys_ptem_h=no
1707ac_cv_header_sys_resource_h=yes
1708ac_cv_header_sys_select_h=yes
1709ac_cv_header_sys_statfs_h=no
1710ac_cv_header_sys_stream_h=no
1711ac_cv_header_sys_sysctl_h=yes
1712ac_cv_header_sys_sysinfo_h=no
1713ac_cv_header_sys_systeminfo_h=no
1714ac_cv_header_sys_time_h=yes
1715ac_cv_header_sys_types_h=yes
1716ac_cv_header_sys_utsname_h=yes
1717ac_cv_header_sys_wait_h=yes
1718ac_cv_header_termcap_h=yes
1719ac_cv_header_termio_h=no
1720ac_cv_header_termios_h=yes
1721ac_cv_header_time=yes
1722ac_cv_header_unistd_h=yes
1723ac_cv_header_util_debug_h=no
1724ac_cv_header_util_msg18n_h=no
1725ac_cv_header_utime_h=yes
1726ac_cv_header_wchar_h=yes
1727ac_cv_header_wctype_h=yes
1728ac_cv_lib_acl_acl_get_file=no
1729ac_cv_lib_m_strtod=yes
1730ac_cv_lib_ncurses___tgetent=yes
1731ac_cv_lib_nsl_gethostbyname=no
1732ac_cv_lib_posix1e_acl_get_file=no
1733ac_cv_lib_selinux_is_selinux_enabled=no
1734ac_cv_lib_socket_socket=no
1735ac_cv_lib_xpg4__xpg4_setrunelocale=no
1736ac_cv_objext=o
1737ac_cv_path_EGREP='/usr/bin/grep -E'
1738ac_cv_path_GREP=/usr/bin/grep
1739ac_cv_path_XCODE_SELECT=/usr/bin/xcode-select
1740ac_cv_prog_AWK=awk
1741ac_cv_prog_CPP='gcc -E'
1742ac_cv_prog_STRIP=strip
1743ac_cv_prog_ac_ct_CC=gcc
1744ac_cv_prog_cc_c89=
1745ac_cv_prog_cc_g=yes
1746ac_cv_prog_gcc_traditional=no
1747ac_cv_prog_make_make_set=yes
1748ac_cv_search_opendir='none required'
1749ac_cv_search_strerror='none required'
1750ac_cv_sizeof_int=4
1751ac_cv_sizeof_long=8
1752ac_cv_sizeof_off_t=8
1753ac_cv_sizeof_time_t=8
1754ac_cv_sys_file_offset_bits=no
1755ac_cv_sys_largefile_CC=no
1756ac_cv_sys_largefile_source=no
1757ac_cv_type_dev_t=yes
1758ac_cv_type_ino_t=yes
1759ac_cv_type_mode_t=yes
1760ac_cv_type_off_t=yes
1761ac_cv_type_pid_t=yes
1762ac_cv_type_rlim_t=yes
1763ac_cv_type_signal=void
1764ac_cv_type_size_t=yes
1765ac_cv_type_stack_t=yes
1766ac_cv_type_uid_t=yes
1767cf_cv_ebcdic=no
1768vi_cv_have_gpm=no
1769vi_cv_have_sysmouse=no
1770vim_cv_getcwd_broken=no
1771vim_cv_memmove_handles_overlap=yes
1772vim_cv_stat_ignores_slash=no
1773vim_cv_terminfo=yes
1774vim_cv_tgent=non-zero
1775vim_cv_toupper_broken=no
1776vim_cv_tty_group=world
1777
1778## ----------------- ##
1779## Output variables. ##
1780## ----------------- ##
1781
1782AWK='awk'
1783CC='gcc'
1784CFLAGS='-g -O2 -D_FORTIFY_SOURCE=1'
1785CPP='gcc -E'
1786CPPFLAGS=''
1787CPP_MM='M'
1788DEFS='-DHAVE_CONFIG_H'
1789DEPEND_CFLAGS_FILTER='| sed '\''s+-I */+-isystem /+g'\'''
1790ECHO_C='\c'
1791ECHO_N=''
1792ECHO_T=''
1793EGREP='/usr/bin/grep -E'
1794EXEEXT=''
1795EXNAME='ex'
1796GNOME_INCLUDEDIR=''
1797GNOME_LIBDIR=''
1798GNOME_LIBS=''
1799GREP='/usr/bin/grep'
1800GTK_CFLAGS=''
1801GTK_LIBNAME=''
1802GTK_LIBS=''
1803GUITYPE='NONE'
1804GUI_INC_LOC=''
1805GUI_LIB_LOC=''
1806GUI_X_LIBS=''
1807HANGULIN_OBJ=''
1808HANGULIN_SRC=''
1809INSTALL_LANGS='install-languages'
1810INSTALL_TOOL_LANGS='install-tool-languages'
1811LDFLAGS=' -L/usr/local/lib'
1812LIBOBJS=''
1813LIBS='-lm -lncurses  -liconv'
1814LTLIBOBJS=''
1815LUA_CFLAGS=''
1816LUA_LIBS=''
1817LUA_OBJ=''
1818LUA_PRO=''
1819LUA_SRC=''
1820MAKEMO=''
1821MOTIF_LIBNAME=''
1822MSGFMT=''
1823MZSCHEME_CFLAGS=''
1824MZSCHEME_EXTRA=''
1825MZSCHEME_LIBS=''
1826MZSCHEME_MZC=''
1827MZSCHEME_OBJ=''
1828MZSCHEME_PRO=''
1829MZSCHEME_SRC=''
1830NARROW_PROTO=''
1831NETBEANS_OBJ='objects/netbeans.o'
1832NETBEANS_SRC='netbeans.c'
1833OBJEXT='o'
1834OS_EXTRA_OBJ=''
1835OS_EXTRA_SRC=''
1836PACKAGE_BUGREPORT=''
1837PACKAGE_NAME=''
1838PACKAGE_STRING=''
1839PACKAGE_TARNAME=''
1840PACKAGE_URL=''
1841PACKAGE_VERSION=''
1842PATH_SEPARATOR=':'
1843PERL_CFLAGS=''
1844PERL_LIBS=''
1845PERL_OBJ=''
1846PERL_PRO=''
1847PERL_SRC=''
1848PKG_CONFIG=''
1849PYTHON3_CFLAGS=''
1850PYTHON3_CONFDIR=''
1851PYTHON3_LIBS=''
1852PYTHON3_OBJ=''
1853PYTHON3_SRC=''
1854PYTHON_CFLAGS=''
1855PYTHON_CONFDIR=''
1856PYTHON_GETPATH_CFLAGS=''
1857PYTHON_LIBS=''
1858PYTHON_OBJ=''
1859PYTHON_SRC=''
1860QUOTESED='sed -e '\''s/[\\"]/\\&/g'\'' -e '\''s/\\"/"/'\'' -e '\''s/\\";$$/";/'\'''
1861RUBY_CFLAGS=''
1862RUBY_LIBS=''
1863RUBY_OBJ=''
1864RUBY_PRO=''
1865RUBY_SRC=''
1866SET_MAKE=''
1867SHELL='/bin/sh'
1868SNIFF_OBJ=''
1869SNIFF_SRC=''
1870STRIP='strip'
1871TAGPRG='ctags -t'
1872TCL_CFLAGS=''
1873TCL_LIBS=''
1874TCL_OBJ=''
1875TCL_PRO=''
1876TCL_SRC=''
1877VIEWNAME='view'
1878VIMNAME='vim'
1879WORKSHOP_OBJ=''
1880WORKSHOP_SRC=''
1881XCODE_SELECT='/usr/bin/xcode-select'
1882XMKMF=''
1883X_CFLAGS=''
1884X_EXTRA_LIBS=''
1885X_LIB=''
1886X_LIBS=''
1887X_PRE_LIBS=''
1888ac_ct_CC='gcc'
1889bindir='${exec_prefix}/bin'
1890build_alias=''
1891compiledby=''
1892datadir='${datarootdir}'
1893datarootdir='${prefix}/share'
1894docdir='${datarootdir}/doc/${PACKAGE}'
1895dogvimdiff='installgvimdiff'
1896dovimdiff='installvimdiff'
1897dvidir='${docdir}'
1898exec_prefix='${prefix}'
1899host_alias=''
1900htmldir='${docdir}'
1901includedir='${prefix}/include'
1902infodir='/usr/share/info'
1903libdir='${exec_prefix}/lib'
1904libexecdir='${exec_prefix}/libexec'
1905line_break='"\\012"'
1906localedir='${datarootdir}/locale'
1907localstatedir='${prefix}/var'
1908mandir='/usr/share/man'
1909oldincludedir='/usr/include'
1910pdfdir='${docdir}'
1911prefix='/usr'
1912program_transform_name='s,x,x,'
1913psdir='${docdir}'
1914sbindir='${exec_prefix}/sbin'
1915sharedstatedir='${prefix}/com'
1916shrpenv=''
1917sysconfdir='${prefix}/etc'
1918target_alias=''
1919vi_cv_path_lua=''
1920vi_cv_path_mzscheme=''
1921vi_cv_path_perl=''
1922vi_cv_path_python3=''
1923vi_cv_path_python=''
1924vi_cv_path_ruby=''
1925vi_cv_path_tcl=''
1926vi_cv_perllib=''
1927xmkmfpath=''
1928
1929## ----------- ##
1930## confdefs.h. ##
1931## ----------- ##
1932
1933/* confdefs.h */
1934#define PACKAGE_NAME ""
1935#define PACKAGE_TARNAME ""
1936#define PACKAGE_VERSION ""
1937#define PACKAGE_STRING ""
1938#define PACKAGE_BUGREPORT ""
1939#define PACKAGE_URL ""
1940#define UNIX 1
1941#define STDC_HEADERS 1
1942#define HAVE_SYS_WAIT_H 1
1943#define FEAT_NORMAL 1
1944#define USE_XSMP_INTERACT 1
1945#define FEAT_CSCOPE 1
1946#define FEAT_NETBEANS_INTG 1
1947#define FEAT_MBYTE 1
1948#define HAVE_X11_SM_SMLIB_H 1
1949#define HAVE_DATE_TIME 1
1950#define HAVE_ATTRIBUTE_UNUSED 1
1951#define HAVE_DIRENT_H 1
1952#define HAVE_STDARG_H 1
1953#define HAVE_STDINT_H 1
1954#define HAVE_STDLIB_H 1
1955#define HAVE_STRING_H 1
1956#define HAVE_SYS_SELECT_H 1
1957#define HAVE_SYS_UTSNAME_H 1
1958#define HAVE_TERMCAP_H 1
1959#define HAVE_FCNTL_H 1
1960#define HAVE_SGTTY_H 1
1961#define HAVE_SYS_IOCTL_H 1
1962#define HAVE_SYS_TIME_H 1
1963#define HAVE_SYS_TYPES_H 1
1964#define HAVE_ICONV_H 1
1965#define HAVE_INTTYPES_H 1
1966#define HAVE_LANGINFO_H 1
1967#define HAVE_MATH_H 1
1968#define HAVE_UNISTD_H 1
1969#define HAVE_ERRNO_H 1
1970#define HAVE_SYS_RESOURCE_H 1
1971#define HAVE_LOCALE_H 1
1972#define HAVE_TERMIOS_H 1
1973#define HAVE_LIBC_H 1
1974#define HAVE_POLL_H 1
1975#define HAVE_SYS_POLL_H 1
1976#define HAVE_PWD_H 1
1977#define HAVE_UTIME_H 1
1978#define HAVE_SYS_PARAM_H 1
1979#define HAVE_LIBGEN_H 1
1980#define HAVE_SYS_ACL_H 1
1981#define HAVE_WCHAR_H 1
1982#define HAVE_WCTYPE_H 1
1983#define HAVE_SYS_SYSCTL_H 1
1984#define HAVE_STRINGS_H 1
1985#define TIME_WITH_SYS_TIME 1
1986#define HAVE_LIBNCURSES 1
1987#define TERMINFO 1
1988#define HAVE_OSPEED 1
1989#define HAVE_UP_BC_PC 1
1990#define SYS_SELECT_WITH_SYS_TIME 1
1991#define HAVE_SVR4_PTYS 1
1992#define PTYRANGE0 "pqrstuvw"
1993#define PTYRANGE1 "0123456789abcdef"
1994#define RETSIGTYPE void
1995#define SIGRETURN return
1996#define HAVE_SIGCONTEXT 1
1997#define HAVE_BCMP 1
1998#define HAVE_FCHDIR 1
1999#define HAVE_FCHOWN 1
2000#define HAVE_FSYNC 1
2001#define HAVE_GETCWD 1
2002#define HAVE_GETPWNAM 1
2003#define HAVE_GETPWUID 1
2004#define HAVE_GETRLIMIT 1
2005#define HAVE_GETTIMEOFDAY 1
2006#define HAVE_GETWD 1
2007#define HAVE_LSTAT 1
2008#define HAVE_MEMCMP 1
2009#define HAVE_MEMSET 1
2010#define HAVE_MKDTEMP 1
2011#define HAVE_NANOSLEEP 1
2012#define HAVE_OPENDIR 1
2013#define HAVE_PUTENV 1
2014#define HAVE_QSORT 1
2015#define HAVE_READLINK 1
2016#define HAVE_SELECT 1
2017#define HAVE_SETENV 1
2018#define HAVE_SETPGID 1
2019#define HAVE_SETSID 1
2020#define HAVE_SIGALTSTACK 1
2021#define HAVE_SIGSET 1
2022#define HAVE_SIGSETJMP 1
2023#define HAVE_SIGACTION 1
2024#define HAVE_SIGVEC 1
2025#define HAVE_STRCASECMP 1
2026#define HAVE_STRERROR 1
2027#define HAVE_STRFTIME 1
2028#define HAVE_STRNCASECMP 1
2029#define HAVE_STRPBRK 1
2030#define HAVE_STRTOL 1
2031#define HAVE_TGETENT 1
2032#define HAVE_TOWLOWER 1
2033#define HAVE_TOWUPPER 1
2034#define HAVE_ISWUPPER 1
2035#define HAVE_USLEEP 1
2036#define HAVE_UTIME 1
2037#define HAVE_UTIMES 1
2038#define HAVE_FSEEKO 1
2039#define HAVE_ST_BLKSIZE 1
2040#define HAVE_ICONV 1
2041#define HAVE_NL_LANGINFO_CODESET 1
2042#define HAVE_LIBM 1
2043#define HAVE_FLOAT_FUNCS 1
2044#define HAVE_POSIX_ACL 1
2045#define HAVE_FD_CLOEXEC 1
2046#define HAVE_RENAME 1
2047#define HAVE_SYSCTL 1
2048#define SIZEOF_INT 4
2049#define SIZEOF_LONG 8
2050#define SIZEOF_TIME_T 8
2051#define SIZEOF_OFF_T 8
2052#define USEMEMMOVE 1
2053#define USEMAN_S 1
2054#define HAVE_DLFCN_H 1
2055#define HAVE_DLOPEN 1
2056#define HAVE_DLSYM 1
2057#define HAVE_SETJMP_H 1
2058
2059configure: exit 0
2060