Advertisement
Guest User

Untitled

a guest
Jun 30th, 2015
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 240.47 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by configure, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ auto/configure --with-features=huge --enable-multibyte --with-macarchs=x86_64 --enable-perlinterp --enable-rubyinterp --enable-tclinterp --with-tlib=ncurses --with-compiledby=Homebrew --with-local-dir=/usr/local --enable-cscope --enable-luainterp --with-lua-prefix=/usr/local --enable-luainterp --with-lua-prefix=/usr/local --with-luajit --enable-python3interp --srcdir=. --cache-file=auto/config.cache
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = Dimitriyes-MacBook-Pro.local
  14. uname -m = x86_64
  15. uname -r = 14.3.0
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/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
  25. /usr/bin/hostinfo = Mach kernel version:
  26. Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64
  27. Kernel configured for up to 4 processors.
  28. 2 processors are physically available.
  29. 4 processors are logically available.
  30. Processor type: i486 (Intel 80486)
  31. Processors active: 0 1 2 3
  32. Primary memory available: 8.00 gigabytes
  33. Default processor set: 286 tasks, 1510 threads, 4 processors
  34. Load average: 2.70, Mach factor: 1.30
  35. /bin/machine = unknown
  36. /usr/bin/oslevel = unknown
  37. /bin/universe = unknown
  38.  
  39. PATH: /usr/local/opt/python/bin
  40. PATH: /usr/local/Library/ENV/4.3
  41. PATH: /usr/local/opt/cscope/bin
  42. PATH: /usr/local/opt/lua/bin
  43. PATH: /usr/local/opt/luajit/bin
  44. PATH: /usr/local/opt/python/bin
  45. PATH: /usr/local/opt/python3/bin
  46. PATH: /usr/bin
  47. PATH: /bin
  48. PATH: /usr/sbin
  49. PATH: /sbin
  50.  
  51.  
  52. ## ----------- ##
  53. ## Core tests. ##
  54. ## ----------- ##
  55.  
  56. configure:2535: creating cache auto/config.cache
  57. configure:2613: checking whether make sets $(MAKE)
  58. configure:2635: result: yes
  59. configure:2693: checking for gcc
  60. configure:2720: result: clang
  61. configure:2949: checking for C compiler version
  62. configure:2958: clang --version >&5
  63. Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
  64. Target: x86_64-apple-darwin14.3.0
  65. Thread model: posix
  66. configure:2969: $? = 0
  67. configure:2958: clang -v >&5
  68. Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
  69. Target: x86_64-apple-darwin14.3.0
  70. Thread model: posix
  71. configure:2969: $? = 0
  72. configure:2958: clang -V >&5
  73. clang: error: unsupported option '-V -isystem/usr/local/include'
  74. configure:2969: $? = 1
  75. configure:2958: clang -qversion >&5
  76. clang: error: unknown argument: '-qversion'
  77. configure:2969: $? = 1
  78. configure:2989: checking whether the C compiler works
  79. configure:3011: clang conftest.c >&5
  80. configure:3015: $? = 0
  81. configure:3063: result: yes
  82. configure:3066: checking for C compiler default output file name
  83. configure:3068: result: a.out
  84. configure:3074: checking for suffix of executables
  85. configure:3081: clang -o conftest conftest.c >&5
  86. configure:3085: $? = 0
  87. configure:3107: result:
  88. configure:3129: checking whether we are cross compiling
  89. configure:3137: clang -o conftest conftest.c >&5
  90. configure:3141: $? = 0
  91. configure:3148: ./conftest
  92. configure:3152: $? = 0
  93. configure:3167: result: no
  94. configure:3172: checking for suffix of object files
  95. configure:3194: clang -c conftest.c >&5
  96. configure:3198: $? = 0
  97. configure:3219: result: o
  98. configure:3223: checking whether we are using the GNU C compiler
  99. configure:3242: clang -c conftest.c >&5
  100. configure:3242: $? = 0
  101. configure:3251: result: yes
  102. configure:3260: checking whether clang accepts -g
  103. configure:3280: clang -c -g conftest.c >&5
  104. configure:3280: $? = 0
  105. configure:3321: result: yes
  106. configure:3338: checking for clang option to accept ISO C89
  107. configure:3401: clang -c -g -O2 conftest.c >&5
  108. configure:3401: $? = 0
  109. configure:3414: result: none needed
  110. configure:3438: checking how to run the C preprocessor
  111. configure:3469: clang -E conftest.c
  112. configure:3469: $? = 0
  113. configure:3483: clang -E conftest.c
  114. conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
  115. #include <ac_nonexistent.h>
  116. ^
  117. 1 error generated.
  118. configure:3483: $? = 1
  119. configure: failed program was:
  120. | /* confdefs.h */
  121. | #define PACKAGE_NAME ""
  122. | #define PACKAGE_TARNAME ""
  123. | #define PACKAGE_VERSION ""
  124. | #define PACKAGE_STRING ""
  125. | #define PACKAGE_BUGREPORT ""
  126. | #define PACKAGE_URL ""
  127. | #define UNIX 1
  128. | /* end confdefs.h. */
  129. | #include <ac_nonexistent.h>
  130. configure:3508: result: clang -E
  131. configure:3528: clang -E conftest.c
  132. configure:3528: $? = 0
  133. configure:3542: clang -E conftest.c
  134. conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
  135. #include <ac_nonexistent.h>
  136. ^
  137. 1 error generated.
  138. configure:3542: $? = 1
  139. configure: failed program was:
  140. | /* confdefs.h */
  141. | #define PACKAGE_NAME ""
  142. | #define PACKAGE_TARNAME ""
  143. | #define PACKAGE_VERSION ""
  144. | #define PACKAGE_STRING ""
  145. | #define PACKAGE_BUGREPORT ""
  146. | #define PACKAGE_URL ""
  147. | #define UNIX 1
  148. | /* end confdefs.h. */
  149. | #include <ac_nonexistent.h>
  150. configure:3571: checking for grep that handles long lines and -e
  151. configure:3629: result: /usr/bin/grep
  152. configure:3634: checking for egrep
  153. configure:3696: result: /usr/bin/grep -E
  154. configure:3710: checking for fgrep
  155. configure:3772: result: /usr/bin/grep -F
  156. configure:3776: checking for library containing strerror
  157. configure:3807: clang -o conftest -g -O2 conftest.c >&5
  158. conftest.c:17:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
  159. char strerror ();
  160. ^
  161. conftest.c:17:6: note: 'strerror' is a builtin with type 'char *(int)'
  162. 1 warning generated.
  163. configure:3807: $? = 0
  164. configure:3824: result: none required
  165. configure:3835: checking for gawk
  166. configure:3865: result: no
  167. configure:3835: checking for mawk
  168. configure:3865: result: no
  169. configure:3835: checking for nawk
  170. configure:3865: result: no
  171. configure:3835: checking for awk
  172. configure:3851: found /usr/bin/awk
  173. configure:3862: result: awk
  174. configure:3875: checking for strip
  175. configure:3891: found /usr/bin/strip
  176. configure:3903: result: strip
  177. configure:3914: checking for ANSI C header files
  178. configure:3934: clang -c -g -O2 conftest.c >&5
  179. configure:3934: $? = 0
  180. configure:4007: clang -o conftest -g -O2 conftest.c >&5
  181. configure:4007: $? = 0
  182. configure:4007: ./conftest
  183. configure:4007: $? = 0
  184. configure:4018: result: yes
  185. configure:4026: checking for sys/wait.h that is POSIX.1 compatible
  186. configure:4052: clang -c -g -O2 conftest.c >&5
  187. configure:4052: $? = 0
  188. configure:4059: result: yes
  189. configure:4069: checking --enable-fail-if-missing argument
  190. configure:4078: result: no
  191. configure:4101: checking for recent clang version
  192. configure:4109: result: 3006000
  193. configure:4127: checking for buggy tools...
  194. configure:4134: checking for BeOS
  195. configure:4140: result: no
  196. configure:4144: checking for QNX
  197. configure:4151: result: no
  198. configure:4155: checking for Darwin (Mac OS X)
  199. configure:4158: result: yes
  200. configure:4161: checking --disable-darwin argument
  201. configure:4171: result: no
  202. configure:4173: checking if Darwin files are there
  203. configure:4176: result: yes
  204. configure:4188: checking --with-developer-dir argument
  205. configure:4196: result: not present
  206. configure:4204: checking for xcode-select
  207. configure:4222: found /usr/bin/xcode-select
  208. configure:4234: result: /usr/bin/xcode-select
  209. configure:4243: checking for developer dir using xcode-select
  210. configure:4246: result: /Applications/Xcode.app/Contents/Developer
  211. configure:4253: checking --with-macsdk argument
  212. configure:4261: result: using default
  213. configure:4305: checking --with-macarchs argument
  214. configure:4310: result: x86_64
  215. configure:4319: checking if architectures are supported
  216. configure:4337: clang -o conftest -g -O2 -arch x-arch 8-arch 6-arch _-arch 6-arch 4 -arch x-arch 8-arch 6-arch _-arch 6-arch 4 conftest.c >&5
  217. clang: error: no such file or directory: '8-arch'
  218. clang: error: no such file or directory: '6-arch'
  219. clang: error: no such file or directory: '_-arch'
  220. clang: error: no such file or directory: '6-arch'
  221. clang: error: no such file or directory: '4'
  222. clang: error: no such file or directory: '8-arch'
  223. clang: error: no such file or directory: '6-arch'
  224. clang: error: no such file or directory: '_-arch'
  225. clang: error: no such file or directory: '6-arch'
  226. clang: error: no such file or directory: '4'
  227. clang: error: invalid arch name '-arch x-arch'
  228. clang: error: invalid arch name '-arch x-arch'
  229. configure:4337: $? = 1
  230. configure: failed program was:
  231. | /* confdefs.h */
  232. | #define PACKAGE_NAME ""
  233. | #define PACKAGE_TARNAME ""
  234. | #define PACKAGE_VERSION ""
  235. | #define PACKAGE_STRING ""
  236. | #define PACKAGE_BUGREPORT ""
  237. | #define PACKAGE_URL ""
  238. | #define UNIX 1
  239. | #define STDC_HEADERS 1
  240. | #define HAVE_SYS_WAIT_H 1
  241. | /* end confdefs.h. */
  242. |
  243. | int
  244. | main ()
  245. | {
  246. |
  247. | ;
  248. | return 0;
  249. | }
  250. configure:4342: result: no, will build for native arch only
  251. configure:4364: checking for sys/types.h
  252. configure:4364: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  253. configure:4364: $? = 0
  254. configure:4364: result: yes
  255. configure:4364: checking for sys/stat.h
  256. configure:4364: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  257. configure:4364: $? = 0
  258. configure:4364: result: yes
  259. configure:4364: checking for stdlib.h
  260. configure:4364: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  261. configure:4364: $? = 0
  262. configure:4364: result: yes
  263. configure:4364: checking for string.h
  264. configure:4364: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  265. configure:4364: $? = 0
  266. configure:4364: result: yes
  267. configure:4364: checking for memory.h
  268. configure:4364: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  269. configure:4364: $? = 0
  270. configure:4364: result: yes
  271. configure:4364: checking for strings.h
  272. configure:4364: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  273. configure:4364: $? = 0
  274. configure:4364: result: yes
  275. configure:4364: checking for inttypes.h
  276. configure:4364: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  277. configure:4364: $? = 0
  278. configure:4364: result: yes
  279. configure:4364: checking for stdint.h
  280. configure:4364: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  281. configure:4364: $? = 0
  282. configure:4364: result: yes
  283. configure:4364: checking for unistd.h
  284. configure:4364: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  285. configure:4364: $? = 0
  286. configure:4364: result: yes
  287. configure:4376: checking Carbon/Carbon.h usability
  288. configure:4376: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  289. configure:4376: $? = 0
  290. configure:4376: result: yes
  291. configure:4376: checking Carbon/Carbon.h presence
  292. configure:4376: clang -E -DMACOS_X_UNIX conftest.c
  293. configure:4376: $? = 0
  294. configure:4376: result: yes
  295. configure:4376: checking for Carbon/Carbon.h
  296. configure:4376: result: yes
  297. configure:4387: checking Cocoa/Cocoa.h usability
  298. configure:4387: clang -c -g -O2 -ObjC -DMACOS_X_UNIX -ObjC conftest.c >&5
  299. configure:4387: $? = 0
  300. configure:4387: result: yes
  301. configure:4387: checking Cocoa/Cocoa.h presence
  302. configure:4387: clang -E -DMACOS_X_UNIX -ObjC conftest.c
  303. configure:4387: $? = 0
  304. configure:4387: result: yes
  305. configure:4387: checking for Cocoa/Cocoa.h
  306. configure:4387: result: yes
  307. configure:4409: checking AvailabilityMacros.h usability
  308. configure:4409: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  309. configure:4409: $? = 0
  310. configure:4409: result: yes
  311. configure:4409: checking AvailabilityMacros.h presence
  312. configure:4409: clang -E -DMACOS_X_UNIX conftest.c
  313. configure:4409: $? = 0
  314. configure:4409: result: yes
  315. configure:4409: checking for AvailabilityMacros.h
  316. configure:4409: result: yes
  317. configure:4424: checking --with-local-dir argument
  318. configure:4442: result: /usr/local
  319. configure:4473: checking --with-vim-name argument
  320. configure:4481: result: Defaulting to vim
  321. configure:4486: checking --with-ex-name argument
  322. configure:4494: result: Defaulting to ex
  323. configure:4499: checking --with-view-name argument
  324. configure:4507: result: Defaulting to view
  325. configure:4513: checking --with-global-runtime argument
  326. configure:4524: result: no
  327. configure:4529: checking --with-modified-by argument
  328. configure:4540: result: no
  329. configure:4545: checking if character set is EBCDIC
  330. configure:4564: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  331. conftest.c:31:1: error: use of undeclared identifier 'make'
  332. make an error "Character set is not EBCDIC"
  333. ^
  334. 1 error generated.
  335. configure:4564: $? = 1
  336. configure: failed program was:
  337. | /* confdefs.h */
  338. | #define PACKAGE_NAME ""
  339. | #define PACKAGE_TARNAME ""
  340. | #define PACKAGE_VERSION ""
  341. | #define PACKAGE_STRING ""
  342. | #define PACKAGE_BUGREPORT ""
  343. | #define PACKAGE_URL ""
  344. | #define UNIX 1
  345. | #define STDC_HEADERS 1
  346. | #define HAVE_SYS_WAIT_H 1
  347. | #define HAVE_SYS_TYPES_H 1
  348. | #define HAVE_SYS_STAT_H 1
  349. | #define HAVE_STDLIB_H 1
  350. | #define HAVE_STRING_H 1
  351. | #define HAVE_MEMORY_H 1
  352. | #define HAVE_STRINGS_H 1
  353. | #define HAVE_INTTYPES_H 1
  354. | #define HAVE_STDINT_H 1
  355. | #define HAVE_UNISTD_H 1
  356. | #define HAVE_AVAILABILITYMACROS_H 1
  357. | /* end confdefs.h. */
  358. |
  359. | int
  360. | main ()
  361. | {
  362. | /* TryCompile function for CharSet.
  363. | Treat any failure as ASCII for compatibility with existing art.
  364. | Use compile-time rather than run-time tests for cross-compiler
  365. | tolerance. */
  366. | #if '0'!=240
  367. | make an error "Character set is not EBCDIC"
  368. | #endif
  369. | ;
  370. | return 0;
  371. | }
  372. configure:4574: result: no
  373. configure:4635: checking --disable-smack argument
  374. configure:4645: result: no
  375. configure:4647: checking linux/xattr.h usability
  376. configure:4647: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  377. conftest.c:55:10: fatal error: 'linux/xattr.h' file not found
  378. #include <linux/xattr.h>
  379. ^
  380. 1 error generated.
  381. configure:4647: $? = 1
  382. configure: failed program was:
  383. | /* confdefs.h */
  384. | #define PACKAGE_NAME ""
  385. | #define PACKAGE_TARNAME ""
  386. | #define PACKAGE_VERSION ""
  387. | #define PACKAGE_STRING ""
  388. | #define PACKAGE_BUGREPORT ""
  389. | #define PACKAGE_URL ""
  390. | #define UNIX 1
  391. | #define STDC_HEADERS 1
  392. | #define HAVE_SYS_WAIT_H 1
  393. | #define HAVE_SYS_TYPES_H 1
  394. | #define HAVE_SYS_STAT_H 1
  395. | #define HAVE_STDLIB_H 1
  396. | #define HAVE_STRING_H 1
  397. | #define HAVE_MEMORY_H 1
  398. | #define HAVE_STRINGS_H 1
  399. | #define HAVE_INTTYPES_H 1
  400. | #define HAVE_STDINT_H 1
  401. | #define HAVE_UNISTD_H 1
  402. | #define HAVE_AVAILABILITYMACROS_H 1
  403. | /* end confdefs.h. */
  404. | #include <stdio.h>
  405. | #ifdef HAVE_SYS_TYPES_H
  406. | # include <sys/types.h>
  407. | #endif
  408. | #ifdef HAVE_SYS_STAT_H
  409. | # include <sys/stat.h>
  410. | #endif
  411. | #ifdef STDC_HEADERS
  412. | # include <stdlib.h>
  413. | # include <stddef.h>
  414. | #else
  415. | # ifdef HAVE_STDLIB_H
  416. | # include <stdlib.h>
  417. | # endif
  418. | #endif
  419. | #ifdef HAVE_STRING_H
  420. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  421. | # include <memory.h>
  422. | # endif
  423. | # include <string.h>
  424. | #endif
  425. | #ifdef HAVE_STRINGS_H
  426. | # include <strings.h>
  427. | #endif
  428. | #ifdef HAVE_INTTYPES_H
  429. | # include <inttypes.h>
  430. | #endif
  431. | #ifdef HAVE_STDINT_H
  432. | # include <stdint.h>
  433. | #endif
  434. | #ifdef HAVE_UNISTD_H
  435. | # include <unistd.h>
  436. | #endif
  437. | #include <linux/xattr.h>
  438. configure:4647: result: no
  439. configure:4647: checking linux/xattr.h presence
  440. configure:4647: clang -E -DMACOS_X_UNIX conftest.c
  441. conftest.c:22:10: fatal error: 'linux/xattr.h' file not found
  442. #include <linux/xattr.h>
  443. ^
  444. 1 error generated.
  445. configure:4647: $? = 1
  446. configure: failed program was:
  447. | /* confdefs.h */
  448. | #define PACKAGE_NAME ""
  449. | #define PACKAGE_TARNAME ""
  450. | #define PACKAGE_VERSION ""
  451. | #define PACKAGE_STRING ""
  452. | #define PACKAGE_BUGREPORT ""
  453. | #define PACKAGE_URL ""
  454. | #define UNIX 1
  455. | #define STDC_HEADERS 1
  456. | #define HAVE_SYS_WAIT_H 1
  457. | #define HAVE_SYS_TYPES_H 1
  458. | #define HAVE_SYS_STAT_H 1
  459. | #define HAVE_STDLIB_H 1
  460. | #define HAVE_STRING_H 1
  461. | #define HAVE_MEMORY_H 1
  462. | #define HAVE_STRINGS_H 1
  463. | #define HAVE_INTTYPES_H 1
  464. | #define HAVE_STDINT_H 1
  465. | #define HAVE_UNISTD_H 1
  466. | #define HAVE_AVAILABILITYMACROS_H 1
  467. | /* end confdefs.h. */
  468. | #include <linux/xattr.h>
  469. configure:4647: result: no
  470. configure:4647: checking for linux/xattr.h
  471. configure:4647: result: no
  472. configure:4734: checking --disable-selinux argument
  473. configure:4744: result: no
  474. configure:4746: checking for is_selinux_enabled in -lselinux
  475. configure:4771: clang -o conftest -g -O2 -DMACOS_X_UNIX -L/usr/local/lib conftest.c -lselinux >&5
  476. ld: library not found for -lselinux
  477. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  478. configure:4771: $? = 1
  479. configure: failed program was:
  480. | /* confdefs.h */
  481. | #define PACKAGE_NAME ""
  482. | #define PACKAGE_TARNAME ""
  483. | #define PACKAGE_VERSION ""
  484. | #define PACKAGE_STRING ""
  485. | #define PACKAGE_BUGREPORT ""
  486. | #define PACKAGE_URL ""
  487. | #define UNIX 1
  488. | #define STDC_HEADERS 1
  489. | #define HAVE_SYS_WAIT_H 1
  490. | #define HAVE_SYS_TYPES_H 1
  491. | #define HAVE_SYS_STAT_H 1
  492. | #define HAVE_STDLIB_H 1
  493. | #define HAVE_STRING_H 1
  494. | #define HAVE_MEMORY_H 1
  495. | #define HAVE_STRINGS_H 1
  496. | #define HAVE_INTTYPES_H 1
  497. | #define HAVE_STDINT_H 1
  498. | #define HAVE_UNISTD_H 1
  499. | #define HAVE_AVAILABILITYMACROS_H 1
  500. | /* end confdefs.h. */
  501. |
  502. | /* Override any GCC internal prototype to avoid an error.
  503. | Use char because int might match the return type of a GCC
  504. | builtin and then its argument prototype would still apply. */
  505. | #ifdef __cplusplus
  506. | extern "C"
  507. | #endif
  508. | char is_selinux_enabled ();
  509. | int
  510. | main ()
  511. | {
  512. | return is_selinux_enabled ();
  513. | ;
  514. | return 0;
  515. | }
  516. configure:4780: result: no
  517. configure:4795: checking --with-features argument
  518. configure:4800: result: huge
  519. configure:4831: checking --with-compiledby argument
  520. configure:4836: result: Homebrew
  521. configure:4845: checking --disable-xsmp argument
  522. configure:4856: result: no
  523. configure:4858: checking --disable-xsmp-interact argument
  524. configure:4868: result: no
  525. configure:4881: checking --enable-luainterp argument
  526. configure:4890: result: yes
  527. configure:4896: checking --with-lua-prefix argument
  528. configure:4901: result: /usr/local
  529. configure:4925: checking --with-luajit
  530. configure:4935: result: yes
  531. configure:4943: checking for luajit
  532. configure:4961: found /usr/local/opt/luajit/bin/luajit
  533. configure:4973: result: /usr/local/opt/luajit/bin/luajit
  534. configure:4982: checking LuaJIT version
  535. configure:4989: result: 2.0
  536. configure:4991: checking Lua version of LuaJIT
  537. configure:4998: result: 5.1
  538. configure:5059: checking if lua.h can be found in /usr/local/include/luajit-2.0
  539. configure:5062: result: yes
  540. configure:5114: checking if link with -L/usr/local/lib -lluajit-5.1 is sane
  541. configure:5129: clang -o conftest -g -O2 -DMACOS_X_UNIX -L/usr/local/lib conftest.c -L/usr/local/lib -lluajit-5.1 >&5
  542. configure:5129: $? = 0
  543. configure:5130: result: yes
  544. configure:5217: checking --enable-mzschemeinterp argument
  545. configure:5226: result: no
  546. configure:5563: checking --enable-perlinterp argument
  547. configure:5572: result: yes
  548. configure:5578: checking for perl
  549. configure:5596: found /usr/bin/perl
  550. configure:5608: result: /usr/bin/perl
  551. configure:5617: checking Perl version
  552. configure:5641: result: OK
  553. configure:5671: checking if compile and link flags for Perl are sane
  554. configure:5691: clang -o conftest -g -O2 -g -pipe -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DMACOS_X_UNIX -L/usr/local/lib conftest.c -fstack-protector -L/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -lperl >&5
  555. configure:5691: $? = 0
  556. configure:5692: result: yes
  557. configure:5766: checking --enable-pythoninterp argument
  558. configure:5775: result: no
  559. configure:6110: checking --enable-python3interp argument
  560. configure:6119: result: yes
  561. configure:6130: checking for python3
  562. configure:6148: found /usr/local/opt/python3/bin/python3
  563. configure:6160: result: /usr/local/opt/python3/bin/python3
  564. configure:6173: checking Python version
  565. configure:6182: result: 3.4
  566. configure:6185: checking Python is 3.0 or better
  567. configure:6190: result: yep
  568. configure:6193: checking Python's abiflags
  569. configure:6207: result: m
  570. configure:6210: checking Python's install prefix
  571. configure:6219: result: /usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4
  572. configure:6222: checking Python's execution prefix
  573. configure:6231: result: /usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4
  574. configure:6253: checking Python's configuration directory
  575. configure:6276: result: /usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4/lib/python3.4/config-3.4m
  576. configure:6331: checking if -pthread should be used
  577. configure:6373: result: no
  578. configure:6377: checking if compile and link flags for Python 3 are sane
  579. configure:6394: clang -o conftest -g -O2 -I/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4/include/python3.4m -DPYTHON3_HOME='L"/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4"' -DMACOS_X_UNIX -L/usr/local/lib conftest.c -L/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4/lib/python3.4/config-3.4m -lpython3.4m -ldl -framework CoreFoundation >&5
  580. configure:6394: $? = 0
  581. configure:6395: result: yes
  582. configure:6623: checking if -fPIE can be added for Python3
  583. configure:6640: clang -o conftest -g -O2 -I/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4/include/python3.4m -DPYTHON3_HOME='L"/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4"' -fPIE -DMACOS_X_UNIX -L/usr/local/lib conftest.c -L/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4/lib/python3.4/config-3.4m -lpython3.4m -ldl -framework CoreFoundation >&5
  584. configure:6640: $? = 0
  585. configure:6641: result: yes
  586. configure:6656: checking --enable-tclinterp argument
  587. configure:6665: result: yes
  588. configure:6670: checking --with-tclsh argument
  589. configure:6678: result: no
  590. configure:6684: checking for tclsh8.5
  591. configure:6702: found /usr/bin/tclsh8.5
  592. configure:6714: result: /usr/bin/tclsh8.5
  593. configure:6897: checking Tcl version
  594. configure:6901: result: 8.5 - OK
  595. configure:6905: checking for location of Tcl include
  596. configure:6915: result: /System/Library/Frameworks/Tcl.framework/Headers/tcl.h
  597. configure:6927: checking for location of tclConfig.sh script
  598. configure:6937: result: /System/Library/Frameworks/Tcl.framework/tclConfig.sh
  599. configure:6999: checking --enable-rubyinterp argument
  600. configure:7008: result: yes
  601. configure:7015: checking --with-ruby-command argument
  602. configure:7024: result: defaulting to ruby
  603. configure:7030: checking for ruby
  604. configure:7048: found /usr/bin/ruby
  605. configure:7060: result: /usr/bin/ruby
  606. configure:7069: checking Ruby version
  607. configure:7072: result: OK
  608. configure:7074: checking Ruby rbconfig
  609. configure:7080: result: RbConfig
  610. configure:7082: checking Ruby header files
  611. configure:7086: result: /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/include/ruby-2.0.0
  612. configure:7162: checking --enable-cscope argument
  613. configure:7171: result: yes
  614. configure:7178: checking --enable-workshop argument
  615. configure:7187: result: no
  616. configure:7201: checking --disable-netbeans argument
  617. configure:7211: result: no
  618. configure:7213: checking for socket in -lsocket
  619. configure:7238: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lsocket >&5
  620. ld: library not found for -lsocket
  621. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  622. configure:7238: $? = 1
  623. configure: failed program was:
  624. | /* confdefs.h */
  625. | #define PACKAGE_NAME ""
  626. | #define PACKAGE_TARNAME ""
  627. | #define PACKAGE_VERSION ""
  628. | #define PACKAGE_STRING ""
  629. | #define PACKAGE_BUGREPORT ""
  630. | #define PACKAGE_URL ""
  631. | #define UNIX 1
  632. | #define STDC_HEADERS 1
  633. | #define HAVE_SYS_WAIT_H 1
  634. | #define HAVE_SYS_TYPES_H 1
  635. | #define HAVE_SYS_STAT_H 1
  636. | #define HAVE_STDLIB_H 1
  637. | #define HAVE_STRING_H 1
  638. | #define HAVE_MEMORY_H 1
  639. | #define HAVE_STRINGS_H 1
  640. | #define HAVE_INTTYPES_H 1
  641. | #define HAVE_STDINT_H 1
  642. | #define HAVE_UNISTD_H 1
  643. | #define HAVE_AVAILABILITYMACROS_H 1
  644. | #define FEAT_HUGE 1
  645. | #define USE_XSMP_INTERACT 1
  646. | #define FEAT_LUA 1
  647. | #define FEAT_PERL 1
  648. | #define FEAT_PYTHON3 1
  649. | #define FEAT_TCL 1
  650. | #define FEAT_RUBY 1
  651. | #define FEAT_CSCOPE 1
  652. | /* end confdefs.h. */
  653. |
  654. | /* Override any GCC internal prototype to avoid an error.
  655. | Use char because int might match the return type of a GCC
  656. | builtin and then its argument prototype would still apply. */
  657. | #ifdef __cplusplus
  658. | extern "C"
  659. | #endif
  660. | char socket ();
  661. | int
  662. | main ()
  663. | {
  664. | return socket ();
  665. | ;
  666. | return 0;
  667. | }
  668. configure:7247: result: no
  669. configure:7258: checking for gethostbyname in -lnsl
  670. configure:7283: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lnsl >&5
  671. ld: library not found for -lnsl
  672. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  673. configure:7283: $? = 1
  674. configure: failed program was:
  675. | /* confdefs.h */
  676. | #define PACKAGE_NAME ""
  677. | #define PACKAGE_TARNAME ""
  678. | #define PACKAGE_VERSION ""
  679. | #define PACKAGE_STRING ""
  680. | #define PACKAGE_BUGREPORT ""
  681. | #define PACKAGE_URL ""
  682. | #define UNIX 1
  683. | #define STDC_HEADERS 1
  684. | #define HAVE_SYS_WAIT_H 1
  685. | #define HAVE_SYS_TYPES_H 1
  686. | #define HAVE_SYS_STAT_H 1
  687. | #define HAVE_STDLIB_H 1
  688. | #define HAVE_STRING_H 1
  689. | #define HAVE_MEMORY_H 1
  690. | #define HAVE_STRINGS_H 1
  691. | #define HAVE_INTTYPES_H 1
  692. | #define HAVE_STDINT_H 1
  693. | #define HAVE_UNISTD_H 1
  694. | #define HAVE_AVAILABILITYMACROS_H 1
  695. | #define FEAT_HUGE 1
  696. | #define USE_XSMP_INTERACT 1
  697. | #define FEAT_LUA 1
  698. | #define FEAT_PERL 1
  699. | #define FEAT_PYTHON3 1
  700. | #define FEAT_TCL 1
  701. | #define FEAT_RUBY 1
  702. | #define FEAT_CSCOPE 1
  703. | /* end confdefs.h. */
  704. |
  705. | /* Override any GCC internal prototype to avoid an error.
  706. | Use char because int might match the return type of a GCC
  707. | builtin and then its argument prototype would still apply. */
  708. | #ifdef __cplusplus
  709. | extern "C"
  710. | #endif
  711. | char gethostbyname ();
  712. | int
  713. | main ()
  714. | {
  715. | return gethostbyname ();
  716. | ;
  717. | return 0;
  718. | }
  719. configure:7292: result: no
  720. configure:7303: checking whether compiling netbeans integration is possible
  721. configure:7339: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c >&5
  722. configure:7339: $? = 0
  723. configure:7340: result: yes
  724. configure:7361: checking --enable-sniff argument
  725. configure:7370: result: no
  726. configure:7381: checking --enable-multibyte argument
  727. configure:7390: result: yes
  728. configure:7397: checking --enable-hangulinput argument
  729. configure:7406: result: no
  730. configure:7409: checking --enable-xim argument
  731. configure:7416: result: defaulting to auto
  732. configure:7421: checking --enable-fontset argument
  733. configure:7430: result: no
  734. configure:7436: result: defaulting to: don't HAVE_X11
  735. configure:8453: checking --enable-gui argument
  736. configure:8501: result: yes/auto - automatic GUI support
  737. configure:8657: checking whether or not to look for MacVim
  738. configure:8666: result: yes
  739. configure:8679: checking for MacVim GUI
  740. configure:8681: result: yes
  741. configure:9404: checking X11/SM/SMlib.h usability
  742. configure:9404: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  743. conftest.c:65:10: fatal error: 'X11/SM/SMlib.h' file not found
  744. #include <X11/SM/SMlib.h>
  745. ^
  746. 1 error generated.
  747. configure:9404: $? = 1
  748. configure: failed program was:
  749. | /* confdefs.h */
  750. | #define PACKAGE_NAME ""
  751. | #define PACKAGE_TARNAME ""
  752. | #define PACKAGE_VERSION ""
  753. | #define PACKAGE_STRING ""
  754. | #define PACKAGE_BUGREPORT ""
  755. | #define PACKAGE_URL ""
  756. | #define UNIX 1
  757. | #define STDC_HEADERS 1
  758. | #define HAVE_SYS_WAIT_H 1
  759. | #define HAVE_SYS_TYPES_H 1
  760. | #define HAVE_SYS_STAT_H 1
  761. | #define HAVE_STDLIB_H 1
  762. | #define HAVE_STRING_H 1
  763. | #define HAVE_MEMORY_H 1
  764. | #define HAVE_STRINGS_H 1
  765. | #define HAVE_INTTYPES_H 1
  766. | #define HAVE_STDINT_H 1
  767. | #define HAVE_UNISTD_H 1
  768. | #define HAVE_AVAILABILITYMACROS_H 1
  769. | #define FEAT_HUGE 1
  770. | #define USE_XSMP_INTERACT 1
  771. | #define FEAT_LUA 1
  772. | #define FEAT_PERL 1
  773. | #define FEAT_PYTHON3 1
  774. | #define FEAT_TCL 1
  775. | #define FEAT_RUBY 1
  776. | #define FEAT_CSCOPE 1
  777. | #define FEAT_NETBEANS_INTG 1
  778. | #define FEAT_MBYTE 1
  779. | /* end confdefs.h. */
  780. | #include <stdio.h>
  781. | #ifdef HAVE_SYS_TYPES_H
  782. | # include <sys/types.h>
  783. | #endif
  784. | #ifdef HAVE_SYS_STAT_H
  785. | # include <sys/stat.h>
  786. | #endif
  787. | #ifdef STDC_HEADERS
  788. | # include <stdlib.h>
  789. | # include <stddef.h>
  790. | #else
  791. | # ifdef HAVE_STDLIB_H
  792. | # include <stdlib.h>
  793. | # endif
  794. | #endif
  795. | #ifdef HAVE_STRING_H
  796. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  797. | # include <memory.h>
  798. | # endif
  799. | # include <string.h>
  800. | #endif
  801. | #ifdef HAVE_STRINGS_H
  802. | # include <strings.h>
  803. | #endif
  804. | #ifdef HAVE_INTTYPES_H
  805. | # include <inttypes.h>
  806. | #endif
  807. | #ifdef HAVE_STDINT_H
  808. | # include <stdint.h>
  809. | #endif
  810. | #ifdef HAVE_UNISTD_H
  811. | # include <unistd.h>
  812. | #endif
  813. | #include <X11/SM/SMlib.h>
  814. configure:9404: result: no
  815. configure:9404: checking X11/SM/SMlib.h presence
  816. configure:9404: clang -E -DMACOS_X_UNIX conftest.c
  817. conftest.c:32:10: fatal error: 'X11/SM/SMlib.h' file not found
  818. #include <X11/SM/SMlib.h>
  819. ^
  820. 1 error generated.
  821. configure:9404: $? = 1
  822. configure: failed program was:
  823. | /* confdefs.h */
  824. | #define PACKAGE_NAME ""
  825. | #define PACKAGE_TARNAME ""
  826. | #define PACKAGE_VERSION ""
  827. | #define PACKAGE_STRING ""
  828. | #define PACKAGE_BUGREPORT ""
  829. | #define PACKAGE_URL ""
  830. | #define UNIX 1
  831. | #define STDC_HEADERS 1
  832. | #define HAVE_SYS_WAIT_H 1
  833. | #define HAVE_SYS_TYPES_H 1
  834. | #define HAVE_SYS_STAT_H 1
  835. | #define HAVE_STDLIB_H 1
  836. | #define HAVE_STRING_H 1
  837. | #define HAVE_MEMORY_H 1
  838. | #define HAVE_STRINGS_H 1
  839. | #define HAVE_INTTYPES_H 1
  840. | #define HAVE_STDINT_H 1
  841. | #define HAVE_UNISTD_H 1
  842. | #define HAVE_AVAILABILITYMACROS_H 1
  843. | #define FEAT_HUGE 1
  844. | #define USE_XSMP_INTERACT 1
  845. | #define FEAT_LUA 1
  846. | #define FEAT_PERL 1
  847. | #define FEAT_PYTHON3 1
  848. | #define FEAT_TCL 1
  849. | #define FEAT_RUBY 1
  850. | #define FEAT_CSCOPE 1
  851. | #define FEAT_NETBEANS_INTG 1
  852. | #define FEAT_MBYTE 1
  853. | /* end confdefs.h. */
  854. | #include <X11/SM/SMlib.h>
  855. configure:9404: result: no
  856. configure:9404: checking for X11/SM/SMlib.h
  857. configure:9404: result: no
  858. configure:9588: checking for CYGWIN environment
  859. configure:9606: result: no
  860. configure:9626: checking whether toupper is broken
  861. configure:9649: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c >&5
  862. conftest.c:39:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  863. main() { exit(toupper('A') == 'A' && tolower('z') == 'z'); }
  864. ^
  865. 1 warning generated.
  866. configure:9649: $? = 0
  867. configure:9649: ./conftest
  868. configure:9649: $? = 1
  869. configure: program exited with status 1
  870. configure: failed program was:
  871. | /* confdefs.h */
  872. | #define PACKAGE_NAME ""
  873. | #define PACKAGE_TARNAME ""
  874. | #define PACKAGE_VERSION ""
  875. | #define PACKAGE_STRING ""
  876. | #define PACKAGE_BUGREPORT ""
  877. | #define PACKAGE_URL ""
  878. | #define UNIX 1
  879. | #define STDC_HEADERS 1
  880. | #define HAVE_SYS_WAIT_H 1
  881. | #define HAVE_SYS_TYPES_H 1
  882. | #define HAVE_SYS_STAT_H 1
  883. | #define HAVE_STDLIB_H 1
  884. | #define HAVE_STRING_H 1
  885. | #define HAVE_MEMORY_H 1
  886. | #define HAVE_STRINGS_H 1
  887. | #define HAVE_INTTYPES_H 1
  888. | #define HAVE_STDINT_H 1
  889. | #define HAVE_UNISTD_H 1
  890. | #define HAVE_AVAILABILITYMACROS_H 1
  891. | #define FEAT_HUGE 1
  892. | #define USE_XSMP_INTERACT 1
  893. | #define FEAT_LUA 1
  894. | #define FEAT_PERL 1
  895. | #define FEAT_PYTHON3 1
  896. | #define FEAT_TCL 1
  897. | #define FEAT_RUBY 1
  898. | #define FEAT_CSCOPE 1
  899. | #define FEAT_NETBEANS_INTG 1
  900. | #define FEAT_MBYTE 1
  901. | /* end confdefs.h. */
  902. |
  903. | #include "confdefs.h"
  904. | #include <ctype.h>
  905. | #if STDC_HEADERS
  906. | # include <stdlib.h>
  907. | # include <stddef.h>
  908. | #endif
  909. | main() { exit(toupper('A') == 'A' && tolower('z') == 'z'); }
  910. |
  911. configure:9663: result: no
  912. configure:9671: checking whether __DATE__ and __TIME__ work
  913. configure:9684: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  914. configure:9684: $? = 0
  915. configure:9685: result: yes
  916. configure:9694: checking whether __attribute__((unused)) is allowed
  917. configure:9707: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  918. configure:9707: $? = 0
  919. configure:9708: result: yes
  920. configure:9717: checking elf.h usability
  921. configure:9717: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  922. conftest.c:67:10: fatal error: 'elf.h' file not found
  923. #include <elf.h>
  924. ^
  925. 1 error generated.
  926. configure:9717: $? = 1
  927. configure: failed program was:
  928. | /* confdefs.h */
  929. | #define PACKAGE_NAME ""
  930. | #define PACKAGE_TARNAME ""
  931. | #define PACKAGE_VERSION ""
  932. | #define PACKAGE_STRING ""
  933. | #define PACKAGE_BUGREPORT ""
  934. | #define PACKAGE_URL ""
  935. | #define UNIX 1
  936. | #define STDC_HEADERS 1
  937. | #define HAVE_SYS_WAIT_H 1
  938. | #define HAVE_SYS_TYPES_H 1
  939. | #define HAVE_SYS_STAT_H 1
  940. | #define HAVE_STDLIB_H 1
  941. | #define HAVE_STRING_H 1
  942. | #define HAVE_MEMORY_H 1
  943. | #define HAVE_STRINGS_H 1
  944. | #define HAVE_INTTYPES_H 1
  945. | #define HAVE_STDINT_H 1
  946. | #define HAVE_UNISTD_H 1
  947. | #define HAVE_AVAILABILITYMACROS_H 1
  948. | #define FEAT_HUGE 1
  949. | #define USE_XSMP_INTERACT 1
  950. | #define FEAT_LUA 1
  951. | #define FEAT_PERL 1
  952. | #define FEAT_PYTHON3 1
  953. | #define FEAT_TCL 1
  954. | #define FEAT_RUBY 1
  955. | #define FEAT_CSCOPE 1
  956. | #define FEAT_NETBEANS_INTG 1
  957. | #define FEAT_MBYTE 1
  958. | #define HAVE_DATE_TIME 1
  959. | #define HAVE_ATTRIBUTE_UNUSED 1
  960. | /* end confdefs.h. */
  961. | #include <stdio.h>
  962. | #ifdef HAVE_SYS_TYPES_H
  963. | # include <sys/types.h>
  964. | #endif
  965. | #ifdef HAVE_SYS_STAT_H
  966. | # include <sys/stat.h>
  967. | #endif
  968. | #ifdef STDC_HEADERS
  969. | # include <stdlib.h>
  970. | # include <stddef.h>
  971. | #else
  972. | # ifdef HAVE_STDLIB_H
  973. | # include <stdlib.h>
  974. | # endif
  975. | #endif
  976. | #ifdef HAVE_STRING_H
  977. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  978. | # include <memory.h>
  979. | # endif
  980. | # include <string.h>
  981. | #endif
  982. | #ifdef HAVE_STRINGS_H
  983. | # include <strings.h>
  984. | #endif
  985. | #ifdef HAVE_INTTYPES_H
  986. | # include <inttypes.h>
  987. | #endif
  988. | #ifdef HAVE_STDINT_H
  989. | # include <stdint.h>
  990. | #endif
  991. | #ifdef HAVE_UNISTD_H
  992. | # include <unistd.h>
  993. | #endif
  994. | #include <elf.h>
  995. configure:9717: result: no
  996. configure:9717: checking elf.h presence
  997. configure:9717: clang -E -DMACOS_X_UNIX conftest.c
  998. conftest.c:34:10: fatal error: 'elf.h' file not found
  999. #include <elf.h>
  1000. ^
  1001. 1 error generated.
  1002. configure:9717: $? = 1
  1003. configure: failed program was:
  1004. | /* confdefs.h */
  1005. | #define PACKAGE_NAME ""
  1006. | #define PACKAGE_TARNAME ""
  1007. | #define PACKAGE_VERSION ""
  1008. | #define PACKAGE_STRING ""
  1009. | #define PACKAGE_BUGREPORT ""
  1010. | #define PACKAGE_URL ""
  1011. | #define UNIX 1
  1012. | #define STDC_HEADERS 1
  1013. | #define HAVE_SYS_WAIT_H 1
  1014. | #define HAVE_SYS_TYPES_H 1
  1015. | #define HAVE_SYS_STAT_H 1
  1016. | #define HAVE_STDLIB_H 1
  1017. | #define HAVE_STRING_H 1
  1018. | #define HAVE_MEMORY_H 1
  1019. | #define HAVE_STRINGS_H 1
  1020. | #define HAVE_INTTYPES_H 1
  1021. | #define HAVE_STDINT_H 1
  1022. | #define HAVE_UNISTD_H 1
  1023. | #define HAVE_AVAILABILITYMACROS_H 1
  1024. | #define FEAT_HUGE 1
  1025. | #define USE_XSMP_INTERACT 1
  1026. | #define FEAT_LUA 1
  1027. | #define FEAT_PERL 1
  1028. | #define FEAT_PYTHON3 1
  1029. | #define FEAT_TCL 1
  1030. | #define FEAT_RUBY 1
  1031. | #define FEAT_CSCOPE 1
  1032. | #define FEAT_NETBEANS_INTG 1
  1033. | #define FEAT_MBYTE 1
  1034. | #define HAVE_DATE_TIME 1
  1035. | #define HAVE_ATTRIBUTE_UNUSED 1
  1036. | /* end confdefs.h. */
  1037. | #include <elf.h>
  1038. configure:9717: result: no
  1039. configure:9717: checking for elf.h
  1040. configure:9717: result: no
  1041. configure:9768: checking for dirent.h that defines DIR
  1042. configure:9787: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  1043. configure:9787: $? = 0
  1044. configure:9795: result: yes
  1045. configure:9808: checking for library containing opendir
  1046. configure:9839: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c >&5
  1047. configure:9839: $? = 0
  1048. configure:9856: result: none required
  1049. configure:9964: checking stdarg.h usability
  1050. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  1051. configure:9964: $? = 0
  1052. configure:9964: result: yes
  1053. configure:9964: checking stdarg.h presence
  1054. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  1055. configure:9964: $? = 0
  1056. configure:9964: result: yes
  1057. configure:9964: checking for stdarg.h
  1058. configure:9964: result: yes
  1059. configure:9964: checking for stdint.h
  1060. configure:9964: result: yes
  1061. configure:9964: checking for stdlib.h
  1062. configure:9964: result: yes
  1063. configure:9964: checking for string.h
  1064. configure:9964: result: yes
  1065. configure:9964: checking sys/select.h usability
  1066. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  1067. configure:9964: $? = 0
  1068. configure:9964: result: yes
  1069. configure:9964: checking sys/select.h presence
  1070. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  1071. configure:9964: $? = 0
  1072. configure:9964: result: yes
  1073. configure:9964: checking for sys/select.h
  1074. configure:9964: result: yes
  1075. configure:9964: checking sys/utsname.h usability
  1076. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  1077. configure:9964: $? = 0
  1078. configure:9964: result: yes
  1079. configure:9964: checking sys/utsname.h presence
  1080. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  1081. configure:9964: $? = 0
  1082. configure:9964: result: yes
  1083. configure:9964: checking for sys/utsname.h
  1084. configure:9964: result: yes
  1085. configure:9964: checking termcap.h usability
  1086. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  1087. configure:9964: $? = 0
  1088. configure:9964: result: yes
  1089. configure:9964: checking termcap.h presence
  1090. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  1091. configure:9964: $? = 0
  1092. configure:9964: result: yes
  1093. configure:9964: checking for termcap.h
  1094. configure:9964: result: yes
  1095. configure:9964: checking fcntl.h usability
  1096. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  1097. configure:9964: $? = 0
  1098. configure:9964: result: yes
  1099. configure:9964: checking fcntl.h presence
  1100. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  1101. configure:9964: $? = 0
  1102. configure:9964: result: yes
  1103. configure:9964: checking for fcntl.h
  1104. configure:9964: result: yes
  1105. configure:9964: checking sgtty.h usability
  1106. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  1107. configure:9964: $? = 0
  1108. configure:9964: result: yes
  1109. configure:9964: checking sgtty.h presence
  1110. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  1111. configure:9964: $? = 0
  1112. configure:9964: result: yes
  1113. configure:9964: checking for sgtty.h
  1114. configure:9964: result: yes
  1115. configure:9964: checking sys/ioctl.h usability
  1116. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  1117. configure:9964: $? = 0
  1118. configure:9964: result: yes
  1119. configure:9964: checking sys/ioctl.h presence
  1120. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  1121. configure:9964: $? = 0
  1122. configure:9964: result: yes
  1123. configure:9964: checking for sys/ioctl.h
  1124. configure:9964: result: yes
  1125. configure:9964: checking sys/time.h usability
  1126. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  1127. configure:9964: $? = 0
  1128. configure:9964: result: yes
  1129. configure:9964: checking sys/time.h presence
  1130. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  1131. configure:9964: $? = 0
  1132. configure:9964: result: yes
  1133. configure:9964: checking for sys/time.h
  1134. configure:9964: result: yes
  1135. configure:9964: checking for sys/types.h
  1136. configure:9964: result: yes
  1137. configure:9964: checking termio.h usability
  1138. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  1139. conftest.c:80:10: fatal error: 'termio.h' file not found
  1140. #include <termio.h>
  1141. ^
  1142. 1 error generated.
  1143. configure:9964: $? = 1
  1144. configure: failed program was:
  1145. | /* confdefs.h */
  1146. | #define PACKAGE_NAME ""
  1147. | #define PACKAGE_TARNAME ""
  1148. | #define PACKAGE_VERSION ""
  1149. | #define PACKAGE_STRING ""
  1150. | #define PACKAGE_BUGREPORT ""
  1151. | #define PACKAGE_URL ""
  1152. | #define UNIX 1
  1153. | #define STDC_HEADERS 1
  1154. | #define HAVE_SYS_WAIT_H 1
  1155. | #define HAVE_SYS_TYPES_H 1
  1156. | #define HAVE_SYS_STAT_H 1
  1157. | #define HAVE_STDLIB_H 1
  1158. | #define HAVE_STRING_H 1
  1159. | #define HAVE_MEMORY_H 1
  1160. | #define HAVE_STRINGS_H 1
  1161. | #define HAVE_INTTYPES_H 1
  1162. | #define HAVE_STDINT_H 1
  1163. | #define HAVE_UNISTD_H 1
  1164. | #define HAVE_AVAILABILITYMACROS_H 1
  1165. | #define FEAT_HUGE 1
  1166. | #define USE_XSMP_INTERACT 1
  1167. | #define FEAT_LUA 1
  1168. | #define FEAT_PERL 1
  1169. | #define FEAT_PYTHON3 1
  1170. | #define FEAT_TCL 1
  1171. | #define FEAT_RUBY 1
  1172. | #define FEAT_CSCOPE 1
  1173. | #define FEAT_NETBEANS_INTG 1
  1174. | #define FEAT_MBYTE 1
  1175. | #define HAVE_DATE_TIME 1
  1176. | #define HAVE_ATTRIBUTE_UNUSED 1
  1177. | #define HAVE_DIRENT_H 1
  1178. | #define HAVE_STDARG_H 1
  1179. | #define HAVE_STDINT_H 1
  1180. | #define HAVE_STDLIB_H 1
  1181. | #define HAVE_STRING_H 1
  1182. | #define HAVE_SYS_SELECT_H 1
  1183. | #define HAVE_SYS_UTSNAME_H 1
  1184. | #define HAVE_TERMCAP_H 1
  1185. | #define HAVE_FCNTL_H 1
  1186. | #define HAVE_SGTTY_H 1
  1187. | #define HAVE_SYS_IOCTL_H 1
  1188. | #define HAVE_SYS_TIME_H 1
  1189. | #define HAVE_SYS_TYPES_H 1
  1190. | /* end confdefs.h. */
  1191. | #include <stdio.h>
  1192. | #ifdef HAVE_SYS_TYPES_H
  1193. | # include <sys/types.h>
  1194. | #endif
  1195. | #ifdef HAVE_SYS_STAT_H
  1196. | # include <sys/stat.h>
  1197. | #endif
  1198. | #ifdef STDC_HEADERS
  1199. | # include <stdlib.h>
  1200. | # include <stddef.h>
  1201. | #else
  1202. | # ifdef HAVE_STDLIB_H
  1203. | # include <stdlib.h>
  1204. | # endif
  1205. | #endif
  1206. | #ifdef HAVE_STRING_H
  1207. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1208. | # include <memory.h>
  1209. | # endif
  1210. | # include <string.h>
  1211. | #endif
  1212. | #ifdef HAVE_STRINGS_H
  1213. | # include <strings.h>
  1214. | #endif
  1215. | #ifdef HAVE_INTTYPES_H
  1216. | # include <inttypes.h>
  1217. | #endif
  1218. | #ifdef HAVE_STDINT_H
  1219. | # include <stdint.h>
  1220. | #endif
  1221. | #ifdef HAVE_UNISTD_H
  1222. | # include <unistd.h>
  1223. | #endif
  1224. | #include <termio.h>
  1225. configure:9964: result: no
  1226. configure:9964: checking termio.h presence
  1227. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  1228. conftest.c:47:10: fatal error: 'termio.h' file not found
  1229. #include <termio.h>
  1230. ^
  1231. 1 error generated.
  1232. configure:9964: $? = 1
  1233. configure: failed program was:
  1234. | /* confdefs.h */
  1235. | #define PACKAGE_NAME ""
  1236. | #define PACKAGE_TARNAME ""
  1237. | #define PACKAGE_VERSION ""
  1238. | #define PACKAGE_STRING ""
  1239. | #define PACKAGE_BUGREPORT ""
  1240. | #define PACKAGE_URL ""
  1241. | #define UNIX 1
  1242. | #define STDC_HEADERS 1
  1243. | #define HAVE_SYS_WAIT_H 1
  1244. | #define HAVE_SYS_TYPES_H 1
  1245. | #define HAVE_SYS_STAT_H 1
  1246. | #define HAVE_STDLIB_H 1
  1247. | #define HAVE_STRING_H 1
  1248. | #define HAVE_MEMORY_H 1
  1249. | #define HAVE_STRINGS_H 1
  1250. | #define HAVE_INTTYPES_H 1
  1251. | #define HAVE_STDINT_H 1
  1252. | #define HAVE_UNISTD_H 1
  1253. | #define HAVE_AVAILABILITYMACROS_H 1
  1254. | #define FEAT_HUGE 1
  1255. | #define USE_XSMP_INTERACT 1
  1256. | #define FEAT_LUA 1
  1257. | #define FEAT_PERL 1
  1258. | #define FEAT_PYTHON3 1
  1259. | #define FEAT_TCL 1
  1260. | #define FEAT_RUBY 1
  1261. | #define FEAT_CSCOPE 1
  1262. | #define FEAT_NETBEANS_INTG 1
  1263. | #define FEAT_MBYTE 1
  1264. | #define HAVE_DATE_TIME 1
  1265. | #define HAVE_ATTRIBUTE_UNUSED 1
  1266. | #define HAVE_DIRENT_H 1
  1267. | #define HAVE_STDARG_H 1
  1268. | #define HAVE_STDINT_H 1
  1269. | #define HAVE_STDLIB_H 1
  1270. | #define HAVE_STRING_H 1
  1271. | #define HAVE_SYS_SELECT_H 1
  1272. | #define HAVE_SYS_UTSNAME_H 1
  1273. | #define HAVE_TERMCAP_H 1
  1274. | #define HAVE_FCNTL_H 1
  1275. | #define HAVE_SGTTY_H 1
  1276. | #define HAVE_SYS_IOCTL_H 1
  1277. | #define HAVE_SYS_TIME_H 1
  1278. | #define HAVE_SYS_TYPES_H 1
  1279. | /* end confdefs.h. */
  1280. | #include <termio.h>
  1281. configure:9964: result: no
  1282. configure:9964: checking for termio.h
  1283. configure:9964: result: no
  1284. configure:9964: checking iconv.h usability
  1285. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  1286. configure:9964: $? = 0
  1287. configure:9964: result: yes
  1288. configure:9964: checking iconv.h presence
  1289. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  1290. configure:9964: $? = 0
  1291. configure:9964: result: yes
  1292. configure:9964: checking for iconv.h
  1293. configure:9964: result: yes
  1294. configure:9964: checking for inttypes.h
  1295. configure:9964: result: yes
  1296. configure:9964: checking langinfo.h usability
  1297. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  1298. configure:9964: $? = 0
  1299. configure:9964: result: yes
  1300. configure:9964: checking langinfo.h presence
  1301. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  1302. configure:9964: $? = 0
  1303. configure:9964: result: yes
  1304. configure:9964: checking for langinfo.h
  1305. configure:9964: result: yes
  1306. configure:9964: checking math.h usability
  1307. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  1308. configure:9964: $? = 0
  1309. configure:9964: result: yes
  1310. configure:9964: checking math.h presence
  1311. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  1312. configure:9964: $? = 0
  1313. configure:9964: result: yes
  1314. configure:9964: checking for math.h
  1315. configure:9964: result: yes
  1316. configure:9964: checking for unistd.h
  1317. configure:9964: result: yes
  1318. configure:9964: checking stropts.h usability
  1319. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  1320. conftest.c:85:10: fatal error: 'stropts.h' file not found
  1321. #include <stropts.h>
  1322. ^
  1323. 1 error generated.
  1324. configure:9964: $? = 1
  1325. configure: failed program was:
  1326. | /* confdefs.h */
  1327. | #define PACKAGE_NAME ""
  1328. | #define PACKAGE_TARNAME ""
  1329. | #define PACKAGE_VERSION ""
  1330. | #define PACKAGE_STRING ""
  1331. | #define PACKAGE_BUGREPORT ""
  1332. | #define PACKAGE_URL ""
  1333. | #define UNIX 1
  1334. | #define STDC_HEADERS 1
  1335. | #define HAVE_SYS_WAIT_H 1
  1336. | #define HAVE_SYS_TYPES_H 1
  1337. | #define HAVE_SYS_STAT_H 1
  1338. | #define HAVE_STDLIB_H 1
  1339. | #define HAVE_STRING_H 1
  1340. | #define HAVE_MEMORY_H 1
  1341. | #define HAVE_STRINGS_H 1
  1342. | #define HAVE_INTTYPES_H 1
  1343. | #define HAVE_STDINT_H 1
  1344. | #define HAVE_UNISTD_H 1
  1345. | #define HAVE_AVAILABILITYMACROS_H 1
  1346. | #define FEAT_HUGE 1
  1347. | #define USE_XSMP_INTERACT 1
  1348. | #define FEAT_LUA 1
  1349. | #define FEAT_PERL 1
  1350. | #define FEAT_PYTHON3 1
  1351. | #define FEAT_TCL 1
  1352. | #define FEAT_RUBY 1
  1353. | #define FEAT_CSCOPE 1
  1354. | #define FEAT_NETBEANS_INTG 1
  1355. | #define FEAT_MBYTE 1
  1356. | #define HAVE_DATE_TIME 1
  1357. | #define HAVE_ATTRIBUTE_UNUSED 1
  1358. | #define HAVE_DIRENT_H 1
  1359. | #define HAVE_STDARG_H 1
  1360. | #define HAVE_STDINT_H 1
  1361. | #define HAVE_STDLIB_H 1
  1362. | #define HAVE_STRING_H 1
  1363. | #define HAVE_SYS_SELECT_H 1
  1364. | #define HAVE_SYS_UTSNAME_H 1
  1365. | #define HAVE_TERMCAP_H 1
  1366. | #define HAVE_FCNTL_H 1
  1367. | #define HAVE_SGTTY_H 1
  1368. | #define HAVE_SYS_IOCTL_H 1
  1369. | #define HAVE_SYS_TIME_H 1
  1370. | #define HAVE_SYS_TYPES_H 1
  1371. | #define HAVE_ICONV_H 1
  1372. | #define HAVE_INTTYPES_H 1
  1373. | #define HAVE_LANGINFO_H 1
  1374. | #define HAVE_MATH_H 1
  1375. | #define HAVE_UNISTD_H 1
  1376. | /* end confdefs.h. */
  1377. | #include <stdio.h>
  1378. | #ifdef HAVE_SYS_TYPES_H
  1379. | # include <sys/types.h>
  1380. | #endif
  1381. | #ifdef HAVE_SYS_STAT_H
  1382. | # include <sys/stat.h>
  1383. | #endif
  1384. | #ifdef STDC_HEADERS
  1385. | # include <stdlib.h>
  1386. | # include <stddef.h>
  1387. | #else
  1388. | # ifdef HAVE_STDLIB_H
  1389. | # include <stdlib.h>
  1390. | # endif
  1391. | #endif
  1392. | #ifdef HAVE_STRING_H
  1393. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1394. | # include <memory.h>
  1395. | # endif
  1396. | # include <string.h>
  1397. | #endif
  1398. | #ifdef HAVE_STRINGS_H
  1399. | # include <strings.h>
  1400. | #endif
  1401. | #ifdef HAVE_INTTYPES_H
  1402. | # include <inttypes.h>
  1403. | #endif
  1404. | #ifdef HAVE_STDINT_H
  1405. | # include <stdint.h>
  1406. | #endif
  1407. | #ifdef HAVE_UNISTD_H
  1408. | # include <unistd.h>
  1409. | #endif
  1410. | #include <stropts.h>
  1411. configure:9964: result: no
  1412. configure:9964: checking stropts.h presence
  1413. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  1414. conftest.c:52:10: fatal error: 'stropts.h' file not found
  1415. #include <stropts.h>
  1416. ^
  1417. 1 error generated.
  1418. configure:9964: $? = 1
  1419. configure: failed program was:
  1420. | /* confdefs.h */
  1421. | #define PACKAGE_NAME ""
  1422. | #define PACKAGE_TARNAME ""
  1423. | #define PACKAGE_VERSION ""
  1424. | #define PACKAGE_STRING ""
  1425. | #define PACKAGE_BUGREPORT ""
  1426. | #define PACKAGE_URL ""
  1427. | #define UNIX 1
  1428. | #define STDC_HEADERS 1
  1429. | #define HAVE_SYS_WAIT_H 1
  1430. | #define HAVE_SYS_TYPES_H 1
  1431. | #define HAVE_SYS_STAT_H 1
  1432. | #define HAVE_STDLIB_H 1
  1433. | #define HAVE_STRING_H 1
  1434. | #define HAVE_MEMORY_H 1
  1435. | #define HAVE_STRINGS_H 1
  1436. | #define HAVE_INTTYPES_H 1
  1437. | #define HAVE_STDINT_H 1
  1438. | #define HAVE_UNISTD_H 1
  1439. | #define HAVE_AVAILABILITYMACROS_H 1
  1440. | #define FEAT_HUGE 1
  1441. | #define USE_XSMP_INTERACT 1
  1442. | #define FEAT_LUA 1
  1443. | #define FEAT_PERL 1
  1444. | #define FEAT_PYTHON3 1
  1445. | #define FEAT_TCL 1
  1446. | #define FEAT_RUBY 1
  1447. | #define FEAT_CSCOPE 1
  1448. | #define FEAT_NETBEANS_INTG 1
  1449. | #define FEAT_MBYTE 1
  1450. | #define HAVE_DATE_TIME 1
  1451. | #define HAVE_ATTRIBUTE_UNUSED 1
  1452. | #define HAVE_DIRENT_H 1
  1453. | #define HAVE_STDARG_H 1
  1454. | #define HAVE_STDINT_H 1
  1455. | #define HAVE_STDLIB_H 1
  1456. | #define HAVE_STRING_H 1
  1457. | #define HAVE_SYS_SELECT_H 1
  1458. | #define HAVE_SYS_UTSNAME_H 1
  1459. | #define HAVE_TERMCAP_H 1
  1460. | #define HAVE_FCNTL_H 1
  1461. | #define HAVE_SGTTY_H 1
  1462. | #define HAVE_SYS_IOCTL_H 1
  1463. | #define HAVE_SYS_TIME_H 1
  1464. | #define HAVE_SYS_TYPES_H 1
  1465. | #define HAVE_ICONV_H 1
  1466. | #define HAVE_INTTYPES_H 1
  1467. | #define HAVE_LANGINFO_H 1
  1468. | #define HAVE_MATH_H 1
  1469. | #define HAVE_UNISTD_H 1
  1470. | /* end confdefs.h. */
  1471. | #include <stropts.h>
  1472. configure:9964: result: no
  1473. configure:9964: checking for stropts.h
  1474. configure:9964: result: no
  1475. configure:9964: checking errno.h usability
  1476. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  1477. configure:9964: $? = 0
  1478. configure:9964: result: yes
  1479. configure:9964: checking errno.h presence
  1480. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  1481. configure:9964: $? = 0
  1482. configure:9964: result: yes
  1483. configure:9964: checking for errno.h
  1484. configure:9964: result: yes
  1485. configure:9964: checking sys/resource.h usability
  1486. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  1487. configure:9964: $? = 0
  1488. configure:9964: result: yes
  1489. configure:9964: checking sys/resource.h presence
  1490. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  1491. configure:9964: $? = 0
  1492. configure:9964: result: yes
  1493. configure:9964: checking for sys/resource.h
  1494. configure:9964: result: yes
  1495. configure:9964: checking sys/systeminfo.h usability
  1496. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  1497. conftest.c:87:10: fatal error: 'sys/systeminfo.h' file not found
  1498. #include <sys/systeminfo.h>
  1499. ^
  1500. 1 error generated.
  1501. configure:9964: $? = 1
  1502. configure: failed program was:
  1503. | /* confdefs.h */
  1504. | #define PACKAGE_NAME ""
  1505. | #define PACKAGE_TARNAME ""
  1506. | #define PACKAGE_VERSION ""
  1507. | #define PACKAGE_STRING ""
  1508. | #define PACKAGE_BUGREPORT ""
  1509. | #define PACKAGE_URL ""
  1510. | #define UNIX 1
  1511. | #define STDC_HEADERS 1
  1512. | #define HAVE_SYS_WAIT_H 1
  1513. | #define HAVE_SYS_TYPES_H 1
  1514. | #define HAVE_SYS_STAT_H 1
  1515. | #define HAVE_STDLIB_H 1
  1516. | #define HAVE_STRING_H 1
  1517. | #define HAVE_MEMORY_H 1
  1518. | #define HAVE_STRINGS_H 1
  1519. | #define HAVE_INTTYPES_H 1
  1520. | #define HAVE_STDINT_H 1
  1521. | #define HAVE_UNISTD_H 1
  1522. | #define HAVE_AVAILABILITYMACROS_H 1
  1523. | #define FEAT_HUGE 1
  1524. | #define USE_XSMP_INTERACT 1
  1525. | #define FEAT_LUA 1
  1526. | #define FEAT_PERL 1
  1527. | #define FEAT_PYTHON3 1
  1528. | #define FEAT_TCL 1
  1529. | #define FEAT_RUBY 1
  1530. | #define FEAT_CSCOPE 1
  1531. | #define FEAT_NETBEANS_INTG 1
  1532. | #define FEAT_MBYTE 1
  1533. | #define HAVE_DATE_TIME 1
  1534. | #define HAVE_ATTRIBUTE_UNUSED 1
  1535. | #define HAVE_DIRENT_H 1
  1536. | #define HAVE_STDARG_H 1
  1537. | #define HAVE_STDINT_H 1
  1538. | #define HAVE_STDLIB_H 1
  1539. | #define HAVE_STRING_H 1
  1540. | #define HAVE_SYS_SELECT_H 1
  1541. | #define HAVE_SYS_UTSNAME_H 1
  1542. | #define HAVE_TERMCAP_H 1
  1543. | #define HAVE_FCNTL_H 1
  1544. | #define HAVE_SGTTY_H 1
  1545. | #define HAVE_SYS_IOCTL_H 1
  1546. | #define HAVE_SYS_TIME_H 1
  1547. | #define HAVE_SYS_TYPES_H 1
  1548. | #define HAVE_ICONV_H 1
  1549. | #define HAVE_INTTYPES_H 1
  1550. | #define HAVE_LANGINFO_H 1
  1551. | #define HAVE_MATH_H 1
  1552. | #define HAVE_UNISTD_H 1
  1553. | #define HAVE_ERRNO_H 1
  1554. | #define HAVE_SYS_RESOURCE_H 1
  1555. | /* end confdefs.h. */
  1556. | #include <stdio.h>
  1557. | #ifdef HAVE_SYS_TYPES_H
  1558. | # include <sys/types.h>
  1559. | #endif
  1560. | #ifdef HAVE_SYS_STAT_H
  1561. | # include <sys/stat.h>
  1562. | #endif
  1563. | #ifdef STDC_HEADERS
  1564. | # include <stdlib.h>
  1565. | # include <stddef.h>
  1566. | #else
  1567. | # ifdef HAVE_STDLIB_H
  1568. | # include <stdlib.h>
  1569. | # endif
  1570. | #endif
  1571. | #ifdef HAVE_STRING_H
  1572. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1573. | # include <memory.h>
  1574. | # endif
  1575. | # include <string.h>
  1576. | #endif
  1577. | #ifdef HAVE_STRINGS_H
  1578. | # include <strings.h>
  1579. | #endif
  1580. | #ifdef HAVE_INTTYPES_H
  1581. | # include <inttypes.h>
  1582. | #endif
  1583. | #ifdef HAVE_STDINT_H
  1584. | # include <stdint.h>
  1585. | #endif
  1586. | #ifdef HAVE_UNISTD_H
  1587. | # include <unistd.h>
  1588. | #endif
  1589. | #include <sys/systeminfo.h>
  1590. configure:9964: result: no
  1591. configure:9964: checking sys/systeminfo.h presence
  1592. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  1593. conftest.c:54:10: fatal error: 'sys/systeminfo.h' file not found
  1594. #include <sys/systeminfo.h>
  1595. ^
  1596. 1 error generated.
  1597. configure:9964: $? = 1
  1598. configure: failed program was:
  1599. | /* confdefs.h */
  1600. | #define PACKAGE_NAME ""
  1601. | #define PACKAGE_TARNAME ""
  1602. | #define PACKAGE_VERSION ""
  1603. | #define PACKAGE_STRING ""
  1604. | #define PACKAGE_BUGREPORT ""
  1605. | #define PACKAGE_URL ""
  1606. | #define UNIX 1
  1607. | #define STDC_HEADERS 1
  1608. | #define HAVE_SYS_WAIT_H 1
  1609. | #define HAVE_SYS_TYPES_H 1
  1610. | #define HAVE_SYS_STAT_H 1
  1611. | #define HAVE_STDLIB_H 1
  1612. | #define HAVE_STRING_H 1
  1613. | #define HAVE_MEMORY_H 1
  1614. | #define HAVE_STRINGS_H 1
  1615. | #define HAVE_INTTYPES_H 1
  1616. | #define HAVE_STDINT_H 1
  1617. | #define HAVE_UNISTD_H 1
  1618. | #define HAVE_AVAILABILITYMACROS_H 1
  1619. | #define FEAT_HUGE 1
  1620. | #define USE_XSMP_INTERACT 1
  1621. | #define FEAT_LUA 1
  1622. | #define FEAT_PERL 1
  1623. | #define FEAT_PYTHON3 1
  1624. | #define FEAT_TCL 1
  1625. | #define FEAT_RUBY 1
  1626. | #define FEAT_CSCOPE 1
  1627. | #define FEAT_NETBEANS_INTG 1
  1628. | #define FEAT_MBYTE 1
  1629. | #define HAVE_DATE_TIME 1
  1630. | #define HAVE_ATTRIBUTE_UNUSED 1
  1631. | #define HAVE_DIRENT_H 1
  1632. | #define HAVE_STDARG_H 1
  1633. | #define HAVE_STDINT_H 1
  1634. | #define HAVE_STDLIB_H 1
  1635. | #define HAVE_STRING_H 1
  1636. | #define HAVE_SYS_SELECT_H 1
  1637. | #define HAVE_SYS_UTSNAME_H 1
  1638. | #define HAVE_TERMCAP_H 1
  1639. | #define HAVE_FCNTL_H 1
  1640. | #define HAVE_SGTTY_H 1
  1641. | #define HAVE_SYS_IOCTL_H 1
  1642. | #define HAVE_SYS_TIME_H 1
  1643. | #define HAVE_SYS_TYPES_H 1
  1644. | #define HAVE_ICONV_H 1
  1645. | #define HAVE_INTTYPES_H 1
  1646. | #define HAVE_LANGINFO_H 1
  1647. | #define HAVE_MATH_H 1
  1648. | #define HAVE_UNISTD_H 1
  1649. | #define HAVE_ERRNO_H 1
  1650. | #define HAVE_SYS_RESOURCE_H 1
  1651. | /* end confdefs.h. */
  1652. | #include <sys/systeminfo.h>
  1653. configure:9964: result: no
  1654. configure:9964: checking for sys/systeminfo.h
  1655. configure:9964: result: no
  1656. configure:9964: checking locale.h usability
  1657. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  1658. configure:9964: $? = 0
  1659. configure:9964: result: yes
  1660. configure:9964: checking locale.h presence
  1661. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  1662. configure:9964: $? = 0
  1663. configure:9964: result: yes
  1664. configure:9964: checking for locale.h
  1665. configure:9964: result: yes
  1666. configure:9964: checking sys/stream.h usability
  1667. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  1668. conftest.c:88:10: fatal error: 'sys/stream.h' file not found
  1669. #include <sys/stream.h>
  1670. ^
  1671. 1 error generated.
  1672. configure:9964: $? = 1
  1673. configure: failed program was:
  1674. | /* confdefs.h */
  1675. | #define PACKAGE_NAME ""
  1676. | #define PACKAGE_TARNAME ""
  1677. | #define PACKAGE_VERSION ""
  1678. | #define PACKAGE_STRING ""
  1679. | #define PACKAGE_BUGREPORT ""
  1680. | #define PACKAGE_URL ""
  1681. | #define UNIX 1
  1682. | #define STDC_HEADERS 1
  1683. | #define HAVE_SYS_WAIT_H 1
  1684. | #define HAVE_SYS_TYPES_H 1
  1685. | #define HAVE_SYS_STAT_H 1
  1686. | #define HAVE_STDLIB_H 1
  1687. | #define HAVE_STRING_H 1
  1688. | #define HAVE_MEMORY_H 1
  1689. | #define HAVE_STRINGS_H 1
  1690. | #define HAVE_INTTYPES_H 1
  1691. | #define HAVE_STDINT_H 1
  1692. | #define HAVE_UNISTD_H 1
  1693. | #define HAVE_AVAILABILITYMACROS_H 1
  1694. | #define FEAT_HUGE 1
  1695. | #define USE_XSMP_INTERACT 1
  1696. | #define FEAT_LUA 1
  1697. | #define FEAT_PERL 1
  1698. | #define FEAT_PYTHON3 1
  1699. | #define FEAT_TCL 1
  1700. | #define FEAT_RUBY 1
  1701. | #define FEAT_CSCOPE 1
  1702. | #define FEAT_NETBEANS_INTG 1
  1703. | #define FEAT_MBYTE 1
  1704. | #define HAVE_DATE_TIME 1
  1705. | #define HAVE_ATTRIBUTE_UNUSED 1
  1706. | #define HAVE_DIRENT_H 1
  1707. | #define HAVE_STDARG_H 1
  1708. | #define HAVE_STDINT_H 1
  1709. | #define HAVE_STDLIB_H 1
  1710. | #define HAVE_STRING_H 1
  1711. | #define HAVE_SYS_SELECT_H 1
  1712. | #define HAVE_SYS_UTSNAME_H 1
  1713. | #define HAVE_TERMCAP_H 1
  1714. | #define HAVE_FCNTL_H 1
  1715. | #define HAVE_SGTTY_H 1
  1716. | #define HAVE_SYS_IOCTL_H 1
  1717. | #define HAVE_SYS_TIME_H 1
  1718. | #define HAVE_SYS_TYPES_H 1
  1719. | #define HAVE_ICONV_H 1
  1720. | #define HAVE_INTTYPES_H 1
  1721. | #define HAVE_LANGINFO_H 1
  1722. | #define HAVE_MATH_H 1
  1723. | #define HAVE_UNISTD_H 1
  1724. | #define HAVE_ERRNO_H 1
  1725. | #define HAVE_SYS_RESOURCE_H 1
  1726. | #define HAVE_LOCALE_H 1
  1727. | /* end confdefs.h. */
  1728. | #include <stdio.h>
  1729. | #ifdef HAVE_SYS_TYPES_H
  1730. | # include <sys/types.h>
  1731. | #endif
  1732. | #ifdef HAVE_SYS_STAT_H
  1733. | # include <sys/stat.h>
  1734. | #endif
  1735. | #ifdef STDC_HEADERS
  1736. | # include <stdlib.h>
  1737. | # include <stddef.h>
  1738. | #else
  1739. | # ifdef HAVE_STDLIB_H
  1740. | # include <stdlib.h>
  1741. | # endif
  1742. | #endif
  1743. | #ifdef HAVE_STRING_H
  1744. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1745. | # include <memory.h>
  1746. | # endif
  1747. | # include <string.h>
  1748. | #endif
  1749. | #ifdef HAVE_STRINGS_H
  1750. | # include <strings.h>
  1751. | #endif
  1752. | #ifdef HAVE_INTTYPES_H
  1753. | # include <inttypes.h>
  1754. | #endif
  1755. | #ifdef HAVE_STDINT_H
  1756. | # include <stdint.h>
  1757. | #endif
  1758. | #ifdef HAVE_UNISTD_H
  1759. | # include <unistd.h>
  1760. | #endif
  1761. | #include <sys/stream.h>
  1762. configure:9964: result: no
  1763. configure:9964: checking sys/stream.h presence
  1764. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  1765. conftest.c:55:10: fatal error: 'sys/stream.h' file not found
  1766. #include <sys/stream.h>
  1767. ^
  1768. 1 error generated.
  1769. configure:9964: $? = 1
  1770. configure: failed program was:
  1771. | /* confdefs.h */
  1772. | #define PACKAGE_NAME ""
  1773. | #define PACKAGE_TARNAME ""
  1774. | #define PACKAGE_VERSION ""
  1775. | #define PACKAGE_STRING ""
  1776. | #define PACKAGE_BUGREPORT ""
  1777. | #define PACKAGE_URL ""
  1778. | #define UNIX 1
  1779. | #define STDC_HEADERS 1
  1780. | #define HAVE_SYS_WAIT_H 1
  1781. | #define HAVE_SYS_TYPES_H 1
  1782. | #define HAVE_SYS_STAT_H 1
  1783. | #define HAVE_STDLIB_H 1
  1784. | #define HAVE_STRING_H 1
  1785. | #define HAVE_MEMORY_H 1
  1786. | #define HAVE_STRINGS_H 1
  1787. | #define HAVE_INTTYPES_H 1
  1788. | #define HAVE_STDINT_H 1
  1789. | #define HAVE_UNISTD_H 1
  1790. | #define HAVE_AVAILABILITYMACROS_H 1
  1791. | #define FEAT_HUGE 1
  1792. | #define USE_XSMP_INTERACT 1
  1793. | #define FEAT_LUA 1
  1794. | #define FEAT_PERL 1
  1795. | #define FEAT_PYTHON3 1
  1796. | #define FEAT_TCL 1
  1797. | #define FEAT_RUBY 1
  1798. | #define FEAT_CSCOPE 1
  1799. | #define FEAT_NETBEANS_INTG 1
  1800. | #define FEAT_MBYTE 1
  1801. | #define HAVE_DATE_TIME 1
  1802. | #define HAVE_ATTRIBUTE_UNUSED 1
  1803. | #define HAVE_DIRENT_H 1
  1804. | #define HAVE_STDARG_H 1
  1805. | #define HAVE_STDINT_H 1
  1806. | #define HAVE_STDLIB_H 1
  1807. | #define HAVE_STRING_H 1
  1808. | #define HAVE_SYS_SELECT_H 1
  1809. | #define HAVE_SYS_UTSNAME_H 1
  1810. | #define HAVE_TERMCAP_H 1
  1811. | #define HAVE_FCNTL_H 1
  1812. | #define HAVE_SGTTY_H 1
  1813. | #define HAVE_SYS_IOCTL_H 1
  1814. | #define HAVE_SYS_TIME_H 1
  1815. | #define HAVE_SYS_TYPES_H 1
  1816. | #define HAVE_ICONV_H 1
  1817. | #define HAVE_INTTYPES_H 1
  1818. | #define HAVE_LANGINFO_H 1
  1819. | #define HAVE_MATH_H 1
  1820. | #define HAVE_UNISTD_H 1
  1821. | #define HAVE_ERRNO_H 1
  1822. | #define HAVE_SYS_RESOURCE_H 1
  1823. | #define HAVE_LOCALE_H 1
  1824. | /* end confdefs.h. */
  1825. | #include <sys/stream.h>
  1826. configure:9964: result: no
  1827. configure:9964: checking for sys/stream.h
  1828. configure:9964: result: no
  1829. configure:9964: checking termios.h usability
  1830. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  1831. configure:9964: $? = 0
  1832. configure:9964: result: yes
  1833. configure:9964: checking termios.h presence
  1834. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  1835. configure:9964: $? = 0
  1836. configure:9964: result: yes
  1837. configure:9964: checking for termios.h
  1838. configure:9964: result: yes
  1839. configure:9964: checking libc.h usability
  1840. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  1841. configure:9964: $? = 0
  1842. configure:9964: result: yes
  1843. configure:9964: checking libc.h presence
  1844. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  1845. configure:9964: $? = 0
  1846. configure:9964: result: yes
  1847. configure:9964: checking for libc.h
  1848. configure:9964: result: yes
  1849. configure:9964: checking sys/statfs.h usability
  1850. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  1851. conftest.c:90:10: fatal error: 'sys/statfs.h' file not found
  1852. #include <sys/statfs.h>
  1853. ^
  1854. 1 error generated.
  1855. configure:9964: $? = 1
  1856. configure: failed program was:
  1857. | /* confdefs.h */
  1858. | #define PACKAGE_NAME ""
  1859. | #define PACKAGE_TARNAME ""
  1860. | #define PACKAGE_VERSION ""
  1861. | #define PACKAGE_STRING ""
  1862. | #define PACKAGE_BUGREPORT ""
  1863. | #define PACKAGE_URL ""
  1864. | #define UNIX 1
  1865. | #define STDC_HEADERS 1
  1866. | #define HAVE_SYS_WAIT_H 1
  1867. | #define HAVE_SYS_TYPES_H 1
  1868. | #define HAVE_SYS_STAT_H 1
  1869. | #define HAVE_STDLIB_H 1
  1870. | #define HAVE_STRING_H 1
  1871. | #define HAVE_MEMORY_H 1
  1872. | #define HAVE_STRINGS_H 1
  1873. | #define HAVE_INTTYPES_H 1
  1874. | #define HAVE_STDINT_H 1
  1875. | #define HAVE_UNISTD_H 1
  1876. | #define HAVE_AVAILABILITYMACROS_H 1
  1877. | #define FEAT_HUGE 1
  1878. | #define USE_XSMP_INTERACT 1
  1879. | #define FEAT_LUA 1
  1880. | #define FEAT_PERL 1
  1881. | #define FEAT_PYTHON3 1
  1882. | #define FEAT_TCL 1
  1883. | #define FEAT_RUBY 1
  1884. | #define FEAT_CSCOPE 1
  1885. | #define FEAT_NETBEANS_INTG 1
  1886. | #define FEAT_MBYTE 1
  1887. | #define HAVE_DATE_TIME 1
  1888. | #define HAVE_ATTRIBUTE_UNUSED 1
  1889. | #define HAVE_DIRENT_H 1
  1890. | #define HAVE_STDARG_H 1
  1891. | #define HAVE_STDINT_H 1
  1892. | #define HAVE_STDLIB_H 1
  1893. | #define HAVE_STRING_H 1
  1894. | #define HAVE_SYS_SELECT_H 1
  1895. | #define HAVE_SYS_UTSNAME_H 1
  1896. | #define HAVE_TERMCAP_H 1
  1897. | #define HAVE_FCNTL_H 1
  1898. | #define HAVE_SGTTY_H 1
  1899. | #define HAVE_SYS_IOCTL_H 1
  1900. | #define HAVE_SYS_TIME_H 1
  1901. | #define HAVE_SYS_TYPES_H 1
  1902. | #define HAVE_ICONV_H 1
  1903. | #define HAVE_INTTYPES_H 1
  1904. | #define HAVE_LANGINFO_H 1
  1905. | #define HAVE_MATH_H 1
  1906. | #define HAVE_UNISTD_H 1
  1907. | #define HAVE_ERRNO_H 1
  1908. | #define HAVE_SYS_RESOURCE_H 1
  1909. | #define HAVE_LOCALE_H 1
  1910. | #define HAVE_TERMIOS_H 1
  1911. | #define HAVE_LIBC_H 1
  1912. | /* end confdefs.h. */
  1913. | #include <stdio.h>
  1914. | #ifdef HAVE_SYS_TYPES_H
  1915. | # include <sys/types.h>
  1916. | #endif
  1917. | #ifdef HAVE_SYS_STAT_H
  1918. | # include <sys/stat.h>
  1919. | #endif
  1920. | #ifdef STDC_HEADERS
  1921. | # include <stdlib.h>
  1922. | # include <stddef.h>
  1923. | #else
  1924. | # ifdef HAVE_STDLIB_H
  1925. | # include <stdlib.h>
  1926. | # endif
  1927. | #endif
  1928. | #ifdef HAVE_STRING_H
  1929. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1930. | # include <memory.h>
  1931. | # endif
  1932. | # include <string.h>
  1933. | #endif
  1934. | #ifdef HAVE_STRINGS_H
  1935. | # include <strings.h>
  1936. | #endif
  1937. | #ifdef HAVE_INTTYPES_H
  1938. | # include <inttypes.h>
  1939. | #endif
  1940. | #ifdef HAVE_STDINT_H
  1941. | # include <stdint.h>
  1942. | #endif
  1943. | #ifdef HAVE_UNISTD_H
  1944. | # include <unistd.h>
  1945. | #endif
  1946. | #include <sys/statfs.h>
  1947. configure:9964: result: no
  1948. configure:9964: checking sys/statfs.h presence
  1949. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  1950. conftest.c:57:10: fatal error: 'sys/statfs.h' file not found
  1951. #include <sys/statfs.h>
  1952. ^
  1953. 1 error generated.
  1954. configure:9964: $? = 1
  1955. configure: failed program was:
  1956. | /* confdefs.h */
  1957. | #define PACKAGE_NAME ""
  1958. | #define PACKAGE_TARNAME ""
  1959. | #define PACKAGE_VERSION ""
  1960. | #define PACKAGE_STRING ""
  1961. | #define PACKAGE_BUGREPORT ""
  1962. | #define PACKAGE_URL ""
  1963. | #define UNIX 1
  1964. | #define STDC_HEADERS 1
  1965. | #define HAVE_SYS_WAIT_H 1
  1966. | #define HAVE_SYS_TYPES_H 1
  1967. | #define HAVE_SYS_STAT_H 1
  1968. | #define HAVE_STDLIB_H 1
  1969. | #define HAVE_STRING_H 1
  1970. | #define HAVE_MEMORY_H 1
  1971. | #define HAVE_STRINGS_H 1
  1972. | #define HAVE_INTTYPES_H 1
  1973. | #define HAVE_STDINT_H 1
  1974. | #define HAVE_UNISTD_H 1
  1975. | #define HAVE_AVAILABILITYMACROS_H 1
  1976. | #define FEAT_HUGE 1
  1977. | #define USE_XSMP_INTERACT 1
  1978. | #define FEAT_LUA 1
  1979. | #define FEAT_PERL 1
  1980. | #define FEAT_PYTHON3 1
  1981. | #define FEAT_TCL 1
  1982. | #define FEAT_RUBY 1
  1983. | #define FEAT_CSCOPE 1
  1984. | #define FEAT_NETBEANS_INTG 1
  1985. | #define FEAT_MBYTE 1
  1986. | #define HAVE_DATE_TIME 1
  1987. | #define HAVE_ATTRIBUTE_UNUSED 1
  1988. | #define HAVE_DIRENT_H 1
  1989. | #define HAVE_STDARG_H 1
  1990. | #define HAVE_STDINT_H 1
  1991. | #define HAVE_STDLIB_H 1
  1992. | #define HAVE_STRING_H 1
  1993. | #define HAVE_SYS_SELECT_H 1
  1994. | #define HAVE_SYS_UTSNAME_H 1
  1995. | #define HAVE_TERMCAP_H 1
  1996. | #define HAVE_FCNTL_H 1
  1997. | #define HAVE_SGTTY_H 1
  1998. | #define HAVE_SYS_IOCTL_H 1
  1999. | #define HAVE_SYS_TIME_H 1
  2000. | #define HAVE_SYS_TYPES_H 1
  2001. | #define HAVE_ICONV_H 1
  2002. | #define HAVE_INTTYPES_H 1
  2003. | #define HAVE_LANGINFO_H 1
  2004. | #define HAVE_MATH_H 1
  2005. | #define HAVE_UNISTD_H 1
  2006. | #define HAVE_ERRNO_H 1
  2007. | #define HAVE_SYS_RESOURCE_H 1
  2008. | #define HAVE_LOCALE_H 1
  2009. | #define HAVE_TERMIOS_H 1
  2010. | #define HAVE_LIBC_H 1
  2011. | /* end confdefs.h. */
  2012. | #include <sys/statfs.h>
  2013. configure:9964: result: no
  2014. configure:9964: checking for sys/statfs.h
  2015. configure:9964: result: no
  2016. configure:9964: checking poll.h usability
  2017. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  2018. configure:9964: $? = 0
  2019. configure:9964: result: yes
  2020. configure:9964: checking poll.h presence
  2021. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  2022. configure:9964: $? = 0
  2023. configure:9964: result: yes
  2024. configure:9964: checking for poll.h
  2025. configure:9964: result: yes
  2026. configure:9964: checking sys/poll.h usability
  2027. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  2028. configure:9964: $? = 0
  2029. configure:9964: result: yes
  2030. configure:9964: checking sys/poll.h presence
  2031. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  2032. configure:9964: $? = 0
  2033. configure:9964: result: yes
  2034. configure:9964: checking for sys/poll.h
  2035. configure:9964: result: yes
  2036. configure:9964: checking pwd.h usability
  2037. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  2038. configure:9964: $? = 0
  2039. configure:9964: result: yes
  2040. configure:9964: checking pwd.h presence
  2041. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  2042. configure:9964: $? = 0
  2043. configure:9964: result: yes
  2044. configure:9964: checking for pwd.h
  2045. configure:9964: result: yes
  2046. configure:9964: checking utime.h usability
  2047. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  2048. configure:9964: $? = 0
  2049. configure:9964: result: yes
  2050. configure:9964: checking utime.h presence
  2051. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  2052. configure:9964: $? = 0
  2053. configure:9964: result: yes
  2054. configure:9964: checking for utime.h
  2055. configure:9964: result: yes
  2056. configure:9964: checking sys/param.h usability
  2057. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  2058. configure:9964: $? = 0
  2059. configure:9964: result: yes
  2060. configure:9964: checking sys/param.h presence
  2061. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  2062. configure:9964: $? = 0
  2063. configure:9964: result: yes
  2064. configure:9964: checking for sys/param.h
  2065. configure:9964: result: yes
  2066. configure:9964: checking libintl.h usability
  2067. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  2068. conftest.c:95:10: fatal error: 'libintl.h' file not found
  2069. #include <libintl.h>
  2070. ^
  2071. 1 error generated.
  2072. configure:9964: $? = 1
  2073. configure: failed program was:
  2074. | /* confdefs.h */
  2075. | #define PACKAGE_NAME ""
  2076. | #define PACKAGE_TARNAME ""
  2077. | #define PACKAGE_VERSION ""
  2078. | #define PACKAGE_STRING ""
  2079. | #define PACKAGE_BUGREPORT ""
  2080. | #define PACKAGE_URL ""
  2081. | #define UNIX 1
  2082. | #define STDC_HEADERS 1
  2083. | #define HAVE_SYS_WAIT_H 1
  2084. | #define HAVE_SYS_TYPES_H 1
  2085. | #define HAVE_SYS_STAT_H 1
  2086. | #define HAVE_STDLIB_H 1
  2087. | #define HAVE_STRING_H 1
  2088. | #define HAVE_MEMORY_H 1
  2089. | #define HAVE_STRINGS_H 1
  2090. | #define HAVE_INTTYPES_H 1
  2091. | #define HAVE_STDINT_H 1
  2092. | #define HAVE_UNISTD_H 1
  2093. | #define HAVE_AVAILABILITYMACROS_H 1
  2094. | #define FEAT_HUGE 1
  2095. | #define USE_XSMP_INTERACT 1
  2096. | #define FEAT_LUA 1
  2097. | #define FEAT_PERL 1
  2098. | #define FEAT_PYTHON3 1
  2099. | #define FEAT_TCL 1
  2100. | #define FEAT_RUBY 1
  2101. | #define FEAT_CSCOPE 1
  2102. | #define FEAT_NETBEANS_INTG 1
  2103. | #define FEAT_MBYTE 1
  2104. | #define HAVE_DATE_TIME 1
  2105. | #define HAVE_ATTRIBUTE_UNUSED 1
  2106. | #define HAVE_DIRENT_H 1
  2107. | #define HAVE_STDARG_H 1
  2108. | #define HAVE_STDINT_H 1
  2109. | #define HAVE_STDLIB_H 1
  2110. | #define HAVE_STRING_H 1
  2111. | #define HAVE_SYS_SELECT_H 1
  2112. | #define HAVE_SYS_UTSNAME_H 1
  2113. | #define HAVE_TERMCAP_H 1
  2114. | #define HAVE_FCNTL_H 1
  2115. | #define HAVE_SGTTY_H 1
  2116. | #define HAVE_SYS_IOCTL_H 1
  2117. | #define HAVE_SYS_TIME_H 1
  2118. | #define HAVE_SYS_TYPES_H 1
  2119. | #define HAVE_ICONV_H 1
  2120. | #define HAVE_INTTYPES_H 1
  2121. | #define HAVE_LANGINFO_H 1
  2122. | #define HAVE_MATH_H 1
  2123. | #define HAVE_UNISTD_H 1
  2124. | #define HAVE_ERRNO_H 1
  2125. | #define HAVE_SYS_RESOURCE_H 1
  2126. | #define HAVE_LOCALE_H 1
  2127. | #define HAVE_TERMIOS_H 1
  2128. | #define HAVE_LIBC_H 1
  2129. | #define HAVE_POLL_H 1
  2130. | #define HAVE_SYS_POLL_H 1
  2131. | #define HAVE_PWD_H 1
  2132. | #define HAVE_UTIME_H 1
  2133. | #define HAVE_SYS_PARAM_H 1
  2134. | /* end confdefs.h. */
  2135. | #include <stdio.h>
  2136. | #ifdef HAVE_SYS_TYPES_H
  2137. | # include <sys/types.h>
  2138. | #endif
  2139. | #ifdef HAVE_SYS_STAT_H
  2140. | # include <sys/stat.h>
  2141. | #endif
  2142. | #ifdef STDC_HEADERS
  2143. | # include <stdlib.h>
  2144. | # include <stddef.h>
  2145. | #else
  2146. | # ifdef HAVE_STDLIB_H
  2147. | # include <stdlib.h>
  2148. | # endif
  2149. | #endif
  2150. | #ifdef HAVE_STRING_H
  2151. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2152. | # include <memory.h>
  2153. | # endif
  2154. | # include <string.h>
  2155. | #endif
  2156. | #ifdef HAVE_STRINGS_H
  2157. | # include <strings.h>
  2158. | #endif
  2159. | #ifdef HAVE_INTTYPES_H
  2160. | # include <inttypes.h>
  2161. | #endif
  2162. | #ifdef HAVE_STDINT_H
  2163. | # include <stdint.h>
  2164. | #endif
  2165. | #ifdef HAVE_UNISTD_H
  2166. | # include <unistd.h>
  2167. | #endif
  2168. | #include <libintl.h>
  2169. configure:9964: result: no
  2170. configure:9964: checking libintl.h presence
  2171. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  2172. conftest.c:62:10: fatal error: 'libintl.h' file not found
  2173. #include <libintl.h>
  2174. ^
  2175. 1 error generated.
  2176. configure:9964: $? = 1
  2177. configure: failed program was:
  2178. | /* confdefs.h */
  2179. | #define PACKAGE_NAME ""
  2180. | #define PACKAGE_TARNAME ""
  2181. | #define PACKAGE_VERSION ""
  2182. | #define PACKAGE_STRING ""
  2183. | #define PACKAGE_BUGREPORT ""
  2184. | #define PACKAGE_URL ""
  2185. | #define UNIX 1
  2186. | #define STDC_HEADERS 1
  2187. | #define HAVE_SYS_WAIT_H 1
  2188. | #define HAVE_SYS_TYPES_H 1
  2189. | #define HAVE_SYS_STAT_H 1
  2190. | #define HAVE_STDLIB_H 1
  2191. | #define HAVE_STRING_H 1
  2192. | #define HAVE_MEMORY_H 1
  2193. | #define HAVE_STRINGS_H 1
  2194. | #define HAVE_INTTYPES_H 1
  2195. | #define HAVE_STDINT_H 1
  2196. | #define HAVE_UNISTD_H 1
  2197. | #define HAVE_AVAILABILITYMACROS_H 1
  2198. | #define FEAT_HUGE 1
  2199. | #define USE_XSMP_INTERACT 1
  2200. | #define FEAT_LUA 1
  2201. | #define FEAT_PERL 1
  2202. | #define FEAT_PYTHON3 1
  2203. | #define FEAT_TCL 1
  2204. | #define FEAT_RUBY 1
  2205. | #define FEAT_CSCOPE 1
  2206. | #define FEAT_NETBEANS_INTG 1
  2207. | #define FEAT_MBYTE 1
  2208. | #define HAVE_DATE_TIME 1
  2209. | #define HAVE_ATTRIBUTE_UNUSED 1
  2210. | #define HAVE_DIRENT_H 1
  2211. | #define HAVE_STDARG_H 1
  2212. | #define HAVE_STDINT_H 1
  2213. | #define HAVE_STDLIB_H 1
  2214. | #define HAVE_STRING_H 1
  2215. | #define HAVE_SYS_SELECT_H 1
  2216. | #define HAVE_SYS_UTSNAME_H 1
  2217. | #define HAVE_TERMCAP_H 1
  2218. | #define HAVE_FCNTL_H 1
  2219. | #define HAVE_SGTTY_H 1
  2220. | #define HAVE_SYS_IOCTL_H 1
  2221. | #define HAVE_SYS_TIME_H 1
  2222. | #define HAVE_SYS_TYPES_H 1
  2223. | #define HAVE_ICONV_H 1
  2224. | #define HAVE_INTTYPES_H 1
  2225. | #define HAVE_LANGINFO_H 1
  2226. | #define HAVE_MATH_H 1
  2227. | #define HAVE_UNISTD_H 1
  2228. | #define HAVE_ERRNO_H 1
  2229. | #define HAVE_SYS_RESOURCE_H 1
  2230. | #define HAVE_LOCALE_H 1
  2231. | #define HAVE_TERMIOS_H 1
  2232. | #define HAVE_LIBC_H 1
  2233. | #define HAVE_POLL_H 1
  2234. | #define HAVE_SYS_POLL_H 1
  2235. | #define HAVE_PWD_H 1
  2236. | #define HAVE_UTIME_H 1
  2237. | #define HAVE_SYS_PARAM_H 1
  2238. | /* end confdefs.h. */
  2239. | #include <libintl.h>
  2240. configure:9964: result: no
  2241. configure:9964: checking for libintl.h
  2242. configure:9964: result: no
  2243. configure:9964: checking libgen.h usability
  2244. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  2245. configure:9964: $? = 0
  2246. configure:9964: result: yes
  2247. configure:9964: checking libgen.h presence
  2248. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  2249. configure:9964: $? = 0
  2250. configure:9964: result: yes
  2251. configure:9964: checking for libgen.h
  2252. configure:9964: result: yes
  2253. configure:9964: checking util/debug.h usability
  2254. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  2255. conftest.c:96:10: fatal error: 'util/debug.h' file not found
  2256. #include <util/debug.h>
  2257. ^
  2258. 1 error generated.
  2259. configure:9964: $? = 1
  2260. configure: failed program was:
  2261. | /* confdefs.h */
  2262. | #define PACKAGE_NAME ""
  2263. | #define PACKAGE_TARNAME ""
  2264. | #define PACKAGE_VERSION ""
  2265. | #define PACKAGE_STRING ""
  2266. | #define PACKAGE_BUGREPORT ""
  2267. | #define PACKAGE_URL ""
  2268. | #define UNIX 1
  2269. | #define STDC_HEADERS 1
  2270. | #define HAVE_SYS_WAIT_H 1
  2271. | #define HAVE_SYS_TYPES_H 1
  2272. | #define HAVE_SYS_STAT_H 1
  2273. | #define HAVE_STDLIB_H 1
  2274. | #define HAVE_STRING_H 1
  2275. | #define HAVE_MEMORY_H 1
  2276. | #define HAVE_STRINGS_H 1
  2277. | #define HAVE_INTTYPES_H 1
  2278. | #define HAVE_STDINT_H 1
  2279. | #define HAVE_UNISTD_H 1
  2280. | #define HAVE_AVAILABILITYMACROS_H 1
  2281. | #define FEAT_HUGE 1
  2282. | #define USE_XSMP_INTERACT 1
  2283. | #define FEAT_LUA 1
  2284. | #define FEAT_PERL 1
  2285. | #define FEAT_PYTHON3 1
  2286. | #define FEAT_TCL 1
  2287. | #define FEAT_RUBY 1
  2288. | #define FEAT_CSCOPE 1
  2289. | #define FEAT_NETBEANS_INTG 1
  2290. | #define FEAT_MBYTE 1
  2291. | #define HAVE_DATE_TIME 1
  2292. | #define HAVE_ATTRIBUTE_UNUSED 1
  2293. | #define HAVE_DIRENT_H 1
  2294. | #define HAVE_STDARG_H 1
  2295. | #define HAVE_STDINT_H 1
  2296. | #define HAVE_STDLIB_H 1
  2297. | #define HAVE_STRING_H 1
  2298. | #define HAVE_SYS_SELECT_H 1
  2299. | #define HAVE_SYS_UTSNAME_H 1
  2300. | #define HAVE_TERMCAP_H 1
  2301. | #define HAVE_FCNTL_H 1
  2302. | #define HAVE_SGTTY_H 1
  2303. | #define HAVE_SYS_IOCTL_H 1
  2304. | #define HAVE_SYS_TIME_H 1
  2305. | #define HAVE_SYS_TYPES_H 1
  2306. | #define HAVE_ICONV_H 1
  2307. | #define HAVE_INTTYPES_H 1
  2308. | #define HAVE_LANGINFO_H 1
  2309. | #define HAVE_MATH_H 1
  2310. | #define HAVE_UNISTD_H 1
  2311. | #define HAVE_ERRNO_H 1
  2312. | #define HAVE_SYS_RESOURCE_H 1
  2313. | #define HAVE_LOCALE_H 1
  2314. | #define HAVE_TERMIOS_H 1
  2315. | #define HAVE_LIBC_H 1
  2316. | #define HAVE_POLL_H 1
  2317. | #define HAVE_SYS_POLL_H 1
  2318. | #define HAVE_PWD_H 1
  2319. | #define HAVE_UTIME_H 1
  2320. | #define HAVE_SYS_PARAM_H 1
  2321. | #define HAVE_LIBGEN_H 1
  2322. | /* end confdefs.h. */
  2323. | #include <stdio.h>
  2324. | #ifdef HAVE_SYS_TYPES_H
  2325. | # include <sys/types.h>
  2326. | #endif
  2327. | #ifdef HAVE_SYS_STAT_H
  2328. | # include <sys/stat.h>
  2329. | #endif
  2330. | #ifdef STDC_HEADERS
  2331. | # include <stdlib.h>
  2332. | # include <stddef.h>
  2333. | #else
  2334. | # ifdef HAVE_STDLIB_H
  2335. | # include <stdlib.h>
  2336. | # endif
  2337. | #endif
  2338. | #ifdef HAVE_STRING_H
  2339. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2340. | # include <memory.h>
  2341. | # endif
  2342. | # include <string.h>
  2343. | #endif
  2344. | #ifdef HAVE_STRINGS_H
  2345. | # include <strings.h>
  2346. | #endif
  2347. | #ifdef HAVE_INTTYPES_H
  2348. | # include <inttypes.h>
  2349. | #endif
  2350. | #ifdef HAVE_STDINT_H
  2351. | # include <stdint.h>
  2352. | #endif
  2353. | #ifdef HAVE_UNISTD_H
  2354. | # include <unistd.h>
  2355. | #endif
  2356. | #include <util/debug.h>
  2357. configure:9964: result: no
  2358. configure:9964: checking util/debug.h presence
  2359. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  2360. conftest.c:63:10: fatal error: 'util/debug.h' file not found
  2361. #include <util/debug.h>
  2362. ^
  2363. 1 error generated.
  2364. configure:9964: $? = 1
  2365. configure: failed program was:
  2366. | /* confdefs.h */
  2367. | #define PACKAGE_NAME ""
  2368. | #define PACKAGE_TARNAME ""
  2369. | #define PACKAGE_VERSION ""
  2370. | #define PACKAGE_STRING ""
  2371. | #define PACKAGE_BUGREPORT ""
  2372. | #define PACKAGE_URL ""
  2373. | #define UNIX 1
  2374. | #define STDC_HEADERS 1
  2375. | #define HAVE_SYS_WAIT_H 1
  2376. | #define HAVE_SYS_TYPES_H 1
  2377. | #define HAVE_SYS_STAT_H 1
  2378. | #define HAVE_STDLIB_H 1
  2379. | #define HAVE_STRING_H 1
  2380. | #define HAVE_MEMORY_H 1
  2381. | #define HAVE_STRINGS_H 1
  2382. | #define HAVE_INTTYPES_H 1
  2383. | #define HAVE_STDINT_H 1
  2384. | #define HAVE_UNISTD_H 1
  2385. | #define HAVE_AVAILABILITYMACROS_H 1
  2386. | #define FEAT_HUGE 1
  2387. | #define USE_XSMP_INTERACT 1
  2388. | #define FEAT_LUA 1
  2389. | #define FEAT_PERL 1
  2390. | #define FEAT_PYTHON3 1
  2391. | #define FEAT_TCL 1
  2392. | #define FEAT_RUBY 1
  2393. | #define FEAT_CSCOPE 1
  2394. | #define FEAT_NETBEANS_INTG 1
  2395. | #define FEAT_MBYTE 1
  2396. | #define HAVE_DATE_TIME 1
  2397. | #define HAVE_ATTRIBUTE_UNUSED 1
  2398. | #define HAVE_DIRENT_H 1
  2399. | #define HAVE_STDARG_H 1
  2400. | #define HAVE_STDINT_H 1
  2401. | #define HAVE_STDLIB_H 1
  2402. | #define HAVE_STRING_H 1
  2403. | #define HAVE_SYS_SELECT_H 1
  2404. | #define HAVE_SYS_UTSNAME_H 1
  2405. | #define HAVE_TERMCAP_H 1
  2406. | #define HAVE_FCNTL_H 1
  2407. | #define HAVE_SGTTY_H 1
  2408. | #define HAVE_SYS_IOCTL_H 1
  2409. | #define HAVE_SYS_TIME_H 1
  2410. | #define HAVE_SYS_TYPES_H 1
  2411. | #define HAVE_ICONV_H 1
  2412. | #define HAVE_INTTYPES_H 1
  2413. | #define HAVE_LANGINFO_H 1
  2414. | #define HAVE_MATH_H 1
  2415. | #define HAVE_UNISTD_H 1
  2416. | #define HAVE_ERRNO_H 1
  2417. | #define HAVE_SYS_RESOURCE_H 1
  2418. | #define HAVE_LOCALE_H 1
  2419. | #define HAVE_TERMIOS_H 1
  2420. | #define HAVE_LIBC_H 1
  2421. | #define HAVE_POLL_H 1
  2422. | #define HAVE_SYS_POLL_H 1
  2423. | #define HAVE_PWD_H 1
  2424. | #define HAVE_UTIME_H 1
  2425. | #define HAVE_SYS_PARAM_H 1
  2426. | #define HAVE_LIBGEN_H 1
  2427. | /* end confdefs.h. */
  2428. | #include <util/debug.h>
  2429. configure:9964: result: no
  2430. configure:9964: checking for util/debug.h
  2431. configure:9964: result: no
  2432. configure:9964: checking util/msg18n.h usability
  2433. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  2434. conftest.c:96:10: fatal error: 'util/msg18n.h' file not found
  2435. #include <util/msg18n.h>
  2436. ^
  2437. 1 error generated.
  2438. configure:9964: $? = 1
  2439. configure: failed program was:
  2440. | /* confdefs.h */
  2441. | #define PACKAGE_NAME ""
  2442. | #define PACKAGE_TARNAME ""
  2443. | #define PACKAGE_VERSION ""
  2444. | #define PACKAGE_STRING ""
  2445. | #define PACKAGE_BUGREPORT ""
  2446. | #define PACKAGE_URL ""
  2447. | #define UNIX 1
  2448. | #define STDC_HEADERS 1
  2449. | #define HAVE_SYS_WAIT_H 1
  2450. | #define HAVE_SYS_TYPES_H 1
  2451. | #define HAVE_SYS_STAT_H 1
  2452. | #define HAVE_STDLIB_H 1
  2453. | #define HAVE_STRING_H 1
  2454. | #define HAVE_MEMORY_H 1
  2455. | #define HAVE_STRINGS_H 1
  2456. | #define HAVE_INTTYPES_H 1
  2457. | #define HAVE_STDINT_H 1
  2458. | #define HAVE_UNISTD_H 1
  2459. | #define HAVE_AVAILABILITYMACROS_H 1
  2460. | #define FEAT_HUGE 1
  2461. | #define USE_XSMP_INTERACT 1
  2462. | #define FEAT_LUA 1
  2463. | #define FEAT_PERL 1
  2464. | #define FEAT_PYTHON3 1
  2465. | #define FEAT_TCL 1
  2466. | #define FEAT_RUBY 1
  2467. | #define FEAT_CSCOPE 1
  2468. | #define FEAT_NETBEANS_INTG 1
  2469. | #define FEAT_MBYTE 1
  2470. | #define HAVE_DATE_TIME 1
  2471. | #define HAVE_ATTRIBUTE_UNUSED 1
  2472. | #define HAVE_DIRENT_H 1
  2473. | #define HAVE_STDARG_H 1
  2474. | #define HAVE_STDINT_H 1
  2475. | #define HAVE_STDLIB_H 1
  2476. | #define HAVE_STRING_H 1
  2477. | #define HAVE_SYS_SELECT_H 1
  2478. | #define HAVE_SYS_UTSNAME_H 1
  2479. | #define HAVE_TERMCAP_H 1
  2480. | #define HAVE_FCNTL_H 1
  2481. | #define HAVE_SGTTY_H 1
  2482. | #define HAVE_SYS_IOCTL_H 1
  2483. | #define HAVE_SYS_TIME_H 1
  2484. | #define HAVE_SYS_TYPES_H 1
  2485. | #define HAVE_ICONV_H 1
  2486. | #define HAVE_INTTYPES_H 1
  2487. | #define HAVE_LANGINFO_H 1
  2488. | #define HAVE_MATH_H 1
  2489. | #define HAVE_UNISTD_H 1
  2490. | #define HAVE_ERRNO_H 1
  2491. | #define HAVE_SYS_RESOURCE_H 1
  2492. | #define HAVE_LOCALE_H 1
  2493. | #define HAVE_TERMIOS_H 1
  2494. | #define HAVE_LIBC_H 1
  2495. | #define HAVE_POLL_H 1
  2496. | #define HAVE_SYS_POLL_H 1
  2497. | #define HAVE_PWD_H 1
  2498. | #define HAVE_UTIME_H 1
  2499. | #define HAVE_SYS_PARAM_H 1
  2500. | #define HAVE_LIBGEN_H 1
  2501. | /* end confdefs.h. */
  2502. | #include <stdio.h>
  2503. | #ifdef HAVE_SYS_TYPES_H
  2504. | # include <sys/types.h>
  2505. | #endif
  2506. | #ifdef HAVE_SYS_STAT_H
  2507. | # include <sys/stat.h>
  2508. | #endif
  2509. | #ifdef STDC_HEADERS
  2510. | # include <stdlib.h>
  2511. | # include <stddef.h>
  2512. | #else
  2513. | # ifdef HAVE_STDLIB_H
  2514. | # include <stdlib.h>
  2515. | # endif
  2516. | #endif
  2517. | #ifdef HAVE_STRING_H
  2518. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2519. | # include <memory.h>
  2520. | # endif
  2521. | # include <string.h>
  2522. | #endif
  2523. | #ifdef HAVE_STRINGS_H
  2524. | # include <strings.h>
  2525. | #endif
  2526. | #ifdef HAVE_INTTYPES_H
  2527. | # include <inttypes.h>
  2528. | #endif
  2529. | #ifdef HAVE_STDINT_H
  2530. | # include <stdint.h>
  2531. | #endif
  2532. | #ifdef HAVE_UNISTD_H
  2533. | # include <unistd.h>
  2534. | #endif
  2535. | #include <util/msg18n.h>
  2536. configure:9964: result: no
  2537. configure:9964: checking util/msg18n.h presence
  2538. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  2539. conftest.c:63:10: fatal error: 'util/msg18n.h' file not found
  2540. #include <util/msg18n.h>
  2541. ^
  2542. 1 error generated.
  2543. configure:9964: $? = 1
  2544. configure: failed program was:
  2545. | /* confdefs.h */
  2546. | #define PACKAGE_NAME ""
  2547. | #define PACKAGE_TARNAME ""
  2548. | #define PACKAGE_VERSION ""
  2549. | #define PACKAGE_STRING ""
  2550. | #define PACKAGE_BUGREPORT ""
  2551. | #define PACKAGE_URL ""
  2552. | #define UNIX 1
  2553. | #define STDC_HEADERS 1
  2554. | #define HAVE_SYS_WAIT_H 1
  2555. | #define HAVE_SYS_TYPES_H 1
  2556. | #define HAVE_SYS_STAT_H 1
  2557. | #define HAVE_STDLIB_H 1
  2558. | #define HAVE_STRING_H 1
  2559. | #define HAVE_MEMORY_H 1
  2560. | #define HAVE_STRINGS_H 1
  2561. | #define HAVE_INTTYPES_H 1
  2562. | #define HAVE_STDINT_H 1
  2563. | #define HAVE_UNISTD_H 1
  2564. | #define HAVE_AVAILABILITYMACROS_H 1
  2565. | #define FEAT_HUGE 1
  2566. | #define USE_XSMP_INTERACT 1
  2567. | #define FEAT_LUA 1
  2568. | #define FEAT_PERL 1
  2569. | #define FEAT_PYTHON3 1
  2570. | #define FEAT_TCL 1
  2571. | #define FEAT_RUBY 1
  2572. | #define FEAT_CSCOPE 1
  2573. | #define FEAT_NETBEANS_INTG 1
  2574. | #define FEAT_MBYTE 1
  2575. | #define HAVE_DATE_TIME 1
  2576. | #define HAVE_ATTRIBUTE_UNUSED 1
  2577. | #define HAVE_DIRENT_H 1
  2578. | #define HAVE_STDARG_H 1
  2579. | #define HAVE_STDINT_H 1
  2580. | #define HAVE_STDLIB_H 1
  2581. | #define HAVE_STRING_H 1
  2582. | #define HAVE_SYS_SELECT_H 1
  2583. | #define HAVE_SYS_UTSNAME_H 1
  2584. | #define HAVE_TERMCAP_H 1
  2585. | #define HAVE_FCNTL_H 1
  2586. | #define HAVE_SGTTY_H 1
  2587. | #define HAVE_SYS_IOCTL_H 1
  2588. | #define HAVE_SYS_TIME_H 1
  2589. | #define HAVE_SYS_TYPES_H 1
  2590. | #define HAVE_ICONV_H 1
  2591. | #define HAVE_INTTYPES_H 1
  2592. | #define HAVE_LANGINFO_H 1
  2593. | #define HAVE_MATH_H 1
  2594. | #define HAVE_UNISTD_H 1
  2595. | #define HAVE_ERRNO_H 1
  2596. | #define HAVE_SYS_RESOURCE_H 1
  2597. | #define HAVE_LOCALE_H 1
  2598. | #define HAVE_TERMIOS_H 1
  2599. | #define HAVE_LIBC_H 1
  2600. | #define HAVE_POLL_H 1
  2601. | #define HAVE_SYS_POLL_H 1
  2602. | #define HAVE_PWD_H 1
  2603. | #define HAVE_UTIME_H 1
  2604. | #define HAVE_SYS_PARAM_H 1
  2605. | #define HAVE_LIBGEN_H 1
  2606. | /* end confdefs.h. */
  2607. | #include <util/msg18n.h>
  2608. configure:9964: result: no
  2609. configure:9964: checking for util/msg18n.h
  2610. configure:9964: result: no
  2611. configure:9964: checking frame.h usability
  2612. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  2613. conftest.c:96:10: fatal error: 'frame.h' file not found
  2614. #include <frame.h>
  2615. ^
  2616. 1 error generated.
  2617. configure:9964: $? = 1
  2618. configure: failed program was:
  2619. | /* confdefs.h */
  2620. | #define PACKAGE_NAME ""
  2621. | #define PACKAGE_TARNAME ""
  2622. | #define PACKAGE_VERSION ""
  2623. | #define PACKAGE_STRING ""
  2624. | #define PACKAGE_BUGREPORT ""
  2625. | #define PACKAGE_URL ""
  2626. | #define UNIX 1
  2627. | #define STDC_HEADERS 1
  2628. | #define HAVE_SYS_WAIT_H 1
  2629. | #define HAVE_SYS_TYPES_H 1
  2630. | #define HAVE_SYS_STAT_H 1
  2631. | #define HAVE_STDLIB_H 1
  2632. | #define HAVE_STRING_H 1
  2633. | #define HAVE_MEMORY_H 1
  2634. | #define HAVE_STRINGS_H 1
  2635. | #define HAVE_INTTYPES_H 1
  2636. | #define HAVE_STDINT_H 1
  2637. | #define HAVE_UNISTD_H 1
  2638. | #define HAVE_AVAILABILITYMACROS_H 1
  2639. | #define FEAT_HUGE 1
  2640. | #define USE_XSMP_INTERACT 1
  2641. | #define FEAT_LUA 1
  2642. | #define FEAT_PERL 1
  2643. | #define FEAT_PYTHON3 1
  2644. | #define FEAT_TCL 1
  2645. | #define FEAT_RUBY 1
  2646. | #define FEAT_CSCOPE 1
  2647. | #define FEAT_NETBEANS_INTG 1
  2648. | #define FEAT_MBYTE 1
  2649. | #define HAVE_DATE_TIME 1
  2650. | #define HAVE_ATTRIBUTE_UNUSED 1
  2651. | #define HAVE_DIRENT_H 1
  2652. | #define HAVE_STDARG_H 1
  2653. | #define HAVE_STDINT_H 1
  2654. | #define HAVE_STDLIB_H 1
  2655. | #define HAVE_STRING_H 1
  2656. | #define HAVE_SYS_SELECT_H 1
  2657. | #define HAVE_SYS_UTSNAME_H 1
  2658. | #define HAVE_TERMCAP_H 1
  2659. | #define HAVE_FCNTL_H 1
  2660. | #define HAVE_SGTTY_H 1
  2661. | #define HAVE_SYS_IOCTL_H 1
  2662. | #define HAVE_SYS_TIME_H 1
  2663. | #define HAVE_SYS_TYPES_H 1
  2664. | #define HAVE_ICONV_H 1
  2665. | #define HAVE_INTTYPES_H 1
  2666. | #define HAVE_LANGINFO_H 1
  2667. | #define HAVE_MATH_H 1
  2668. | #define HAVE_UNISTD_H 1
  2669. | #define HAVE_ERRNO_H 1
  2670. | #define HAVE_SYS_RESOURCE_H 1
  2671. | #define HAVE_LOCALE_H 1
  2672. | #define HAVE_TERMIOS_H 1
  2673. | #define HAVE_LIBC_H 1
  2674. | #define HAVE_POLL_H 1
  2675. | #define HAVE_SYS_POLL_H 1
  2676. | #define HAVE_PWD_H 1
  2677. | #define HAVE_UTIME_H 1
  2678. | #define HAVE_SYS_PARAM_H 1
  2679. | #define HAVE_LIBGEN_H 1
  2680. | /* end confdefs.h. */
  2681. | #include <stdio.h>
  2682. | #ifdef HAVE_SYS_TYPES_H
  2683. | # include <sys/types.h>
  2684. | #endif
  2685. | #ifdef HAVE_SYS_STAT_H
  2686. | # include <sys/stat.h>
  2687. | #endif
  2688. | #ifdef STDC_HEADERS
  2689. | # include <stdlib.h>
  2690. | # include <stddef.h>
  2691. | #else
  2692. | # ifdef HAVE_STDLIB_H
  2693. | # include <stdlib.h>
  2694. | # endif
  2695. | #endif
  2696. | #ifdef HAVE_STRING_H
  2697. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2698. | # include <memory.h>
  2699. | # endif
  2700. | # include <string.h>
  2701. | #endif
  2702. | #ifdef HAVE_STRINGS_H
  2703. | # include <strings.h>
  2704. | #endif
  2705. | #ifdef HAVE_INTTYPES_H
  2706. | # include <inttypes.h>
  2707. | #endif
  2708. | #ifdef HAVE_STDINT_H
  2709. | # include <stdint.h>
  2710. | #endif
  2711. | #ifdef HAVE_UNISTD_H
  2712. | # include <unistd.h>
  2713. | #endif
  2714. | #include <frame.h>
  2715. configure:9964: result: no
  2716. configure:9964: checking frame.h presence
  2717. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  2718. conftest.c:63:10: fatal error: 'frame.h' file not found
  2719. #include <frame.h>
  2720. ^
  2721. 1 error generated.
  2722. configure:9964: $? = 1
  2723. configure: failed program was:
  2724. | /* confdefs.h */
  2725. | #define PACKAGE_NAME ""
  2726. | #define PACKAGE_TARNAME ""
  2727. | #define PACKAGE_VERSION ""
  2728. | #define PACKAGE_STRING ""
  2729. | #define PACKAGE_BUGREPORT ""
  2730. | #define PACKAGE_URL ""
  2731. | #define UNIX 1
  2732. | #define STDC_HEADERS 1
  2733. | #define HAVE_SYS_WAIT_H 1
  2734. | #define HAVE_SYS_TYPES_H 1
  2735. | #define HAVE_SYS_STAT_H 1
  2736. | #define HAVE_STDLIB_H 1
  2737. | #define HAVE_STRING_H 1
  2738. | #define HAVE_MEMORY_H 1
  2739. | #define HAVE_STRINGS_H 1
  2740. | #define HAVE_INTTYPES_H 1
  2741. | #define HAVE_STDINT_H 1
  2742. | #define HAVE_UNISTD_H 1
  2743. | #define HAVE_AVAILABILITYMACROS_H 1
  2744. | #define FEAT_HUGE 1
  2745. | #define USE_XSMP_INTERACT 1
  2746. | #define FEAT_LUA 1
  2747. | #define FEAT_PERL 1
  2748. | #define FEAT_PYTHON3 1
  2749. | #define FEAT_TCL 1
  2750. | #define FEAT_RUBY 1
  2751. | #define FEAT_CSCOPE 1
  2752. | #define FEAT_NETBEANS_INTG 1
  2753. | #define FEAT_MBYTE 1
  2754. | #define HAVE_DATE_TIME 1
  2755. | #define HAVE_ATTRIBUTE_UNUSED 1
  2756. | #define HAVE_DIRENT_H 1
  2757. | #define HAVE_STDARG_H 1
  2758. | #define HAVE_STDINT_H 1
  2759. | #define HAVE_STDLIB_H 1
  2760. | #define HAVE_STRING_H 1
  2761. | #define HAVE_SYS_SELECT_H 1
  2762. | #define HAVE_SYS_UTSNAME_H 1
  2763. | #define HAVE_TERMCAP_H 1
  2764. | #define HAVE_FCNTL_H 1
  2765. | #define HAVE_SGTTY_H 1
  2766. | #define HAVE_SYS_IOCTL_H 1
  2767. | #define HAVE_SYS_TIME_H 1
  2768. | #define HAVE_SYS_TYPES_H 1
  2769. | #define HAVE_ICONV_H 1
  2770. | #define HAVE_INTTYPES_H 1
  2771. | #define HAVE_LANGINFO_H 1
  2772. | #define HAVE_MATH_H 1
  2773. | #define HAVE_UNISTD_H 1
  2774. | #define HAVE_ERRNO_H 1
  2775. | #define HAVE_SYS_RESOURCE_H 1
  2776. | #define HAVE_LOCALE_H 1
  2777. | #define HAVE_TERMIOS_H 1
  2778. | #define HAVE_LIBC_H 1
  2779. | #define HAVE_POLL_H 1
  2780. | #define HAVE_SYS_POLL_H 1
  2781. | #define HAVE_PWD_H 1
  2782. | #define HAVE_UTIME_H 1
  2783. | #define HAVE_SYS_PARAM_H 1
  2784. | #define HAVE_LIBGEN_H 1
  2785. | /* end confdefs.h. */
  2786. | #include <frame.h>
  2787. configure:9964: result: no
  2788. configure:9964: checking for frame.h
  2789. configure:9964: result: no
  2790. configure:9964: checking sys/acl.h usability
  2791. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  2792. configure:9964: $? = 0
  2793. configure:9964: result: yes
  2794. configure:9964: checking sys/acl.h presence
  2795. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  2796. configure:9964: $? = 0
  2797. configure:9964: result: yes
  2798. configure:9964: checking for sys/acl.h
  2799. configure:9964: result: yes
  2800. configure:9964: checking sys/access.h usability
  2801. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  2802. conftest.c:97:10: fatal error: 'sys/access.h' file not found
  2803. #include <sys/access.h>
  2804. ^
  2805. 1 error generated.
  2806. configure:9964: $? = 1
  2807. configure: failed program was:
  2808. | /* confdefs.h */
  2809. | #define PACKAGE_NAME ""
  2810. | #define PACKAGE_TARNAME ""
  2811. | #define PACKAGE_VERSION ""
  2812. | #define PACKAGE_STRING ""
  2813. | #define PACKAGE_BUGREPORT ""
  2814. | #define PACKAGE_URL ""
  2815. | #define UNIX 1
  2816. | #define STDC_HEADERS 1
  2817. | #define HAVE_SYS_WAIT_H 1
  2818. | #define HAVE_SYS_TYPES_H 1
  2819. | #define HAVE_SYS_STAT_H 1
  2820. | #define HAVE_STDLIB_H 1
  2821. | #define HAVE_STRING_H 1
  2822. | #define HAVE_MEMORY_H 1
  2823. | #define HAVE_STRINGS_H 1
  2824. | #define HAVE_INTTYPES_H 1
  2825. | #define HAVE_STDINT_H 1
  2826. | #define HAVE_UNISTD_H 1
  2827. | #define HAVE_AVAILABILITYMACROS_H 1
  2828. | #define FEAT_HUGE 1
  2829. | #define USE_XSMP_INTERACT 1
  2830. | #define FEAT_LUA 1
  2831. | #define FEAT_PERL 1
  2832. | #define FEAT_PYTHON3 1
  2833. | #define FEAT_TCL 1
  2834. | #define FEAT_RUBY 1
  2835. | #define FEAT_CSCOPE 1
  2836. | #define FEAT_NETBEANS_INTG 1
  2837. | #define FEAT_MBYTE 1
  2838. | #define HAVE_DATE_TIME 1
  2839. | #define HAVE_ATTRIBUTE_UNUSED 1
  2840. | #define HAVE_DIRENT_H 1
  2841. | #define HAVE_STDARG_H 1
  2842. | #define HAVE_STDINT_H 1
  2843. | #define HAVE_STDLIB_H 1
  2844. | #define HAVE_STRING_H 1
  2845. | #define HAVE_SYS_SELECT_H 1
  2846. | #define HAVE_SYS_UTSNAME_H 1
  2847. | #define HAVE_TERMCAP_H 1
  2848. | #define HAVE_FCNTL_H 1
  2849. | #define HAVE_SGTTY_H 1
  2850. | #define HAVE_SYS_IOCTL_H 1
  2851. | #define HAVE_SYS_TIME_H 1
  2852. | #define HAVE_SYS_TYPES_H 1
  2853. | #define HAVE_ICONV_H 1
  2854. | #define HAVE_INTTYPES_H 1
  2855. | #define HAVE_LANGINFO_H 1
  2856. | #define HAVE_MATH_H 1
  2857. | #define HAVE_UNISTD_H 1
  2858. | #define HAVE_ERRNO_H 1
  2859. | #define HAVE_SYS_RESOURCE_H 1
  2860. | #define HAVE_LOCALE_H 1
  2861. | #define HAVE_TERMIOS_H 1
  2862. | #define HAVE_LIBC_H 1
  2863. | #define HAVE_POLL_H 1
  2864. | #define HAVE_SYS_POLL_H 1
  2865. | #define HAVE_PWD_H 1
  2866. | #define HAVE_UTIME_H 1
  2867. | #define HAVE_SYS_PARAM_H 1
  2868. | #define HAVE_LIBGEN_H 1
  2869. | #define HAVE_SYS_ACL_H 1
  2870. | /* end confdefs.h. */
  2871. | #include <stdio.h>
  2872. | #ifdef HAVE_SYS_TYPES_H
  2873. | # include <sys/types.h>
  2874. | #endif
  2875. | #ifdef HAVE_SYS_STAT_H
  2876. | # include <sys/stat.h>
  2877. | #endif
  2878. | #ifdef STDC_HEADERS
  2879. | # include <stdlib.h>
  2880. | # include <stddef.h>
  2881. | #else
  2882. | # ifdef HAVE_STDLIB_H
  2883. | # include <stdlib.h>
  2884. | # endif
  2885. | #endif
  2886. | #ifdef HAVE_STRING_H
  2887. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2888. | # include <memory.h>
  2889. | # endif
  2890. | # include <string.h>
  2891. | #endif
  2892. | #ifdef HAVE_STRINGS_H
  2893. | # include <strings.h>
  2894. | #endif
  2895. | #ifdef HAVE_INTTYPES_H
  2896. | # include <inttypes.h>
  2897. | #endif
  2898. | #ifdef HAVE_STDINT_H
  2899. | # include <stdint.h>
  2900. | #endif
  2901. | #ifdef HAVE_UNISTD_H
  2902. | # include <unistd.h>
  2903. | #endif
  2904. | #include <sys/access.h>
  2905. configure:9964: result: no
  2906. configure:9964: checking sys/access.h presence
  2907. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  2908. conftest.c:64:10: fatal error: 'sys/access.h' file not found
  2909. #include <sys/access.h>
  2910. ^
  2911. 1 error generated.
  2912. configure:9964: $? = 1
  2913. configure: failed program was:
  2914. | /* confdefs.h */
  2915. | #define PACKAGE_NAME ""
  2916. | #define PACKAGE_TARNAME ""
  2917. | #define PACKAGE_VERSION ""
  2918. | #define PACKAGE_STRING ""
  2919. | #define PACKAGE_BUGREPORT ""
  2920. | #define PACKAGE_URL ""
  2921. | #define UNIX 1
  2922. | #define STDC_HEADERS 1
  2923. | #define HAVE_SYS_WAIT_H 1
  2924. | #define HAVE_SYS_TYPES_H 1
  2925. | #define HAVE_SYS_STAT_H 1
  2926. | #define HAVE_STDLIB_H 1
  2927. | #define HAVE_STRING_H 1
  2928. | #define HAVE_MEMORY_H 1
  2929. | #define HAVE_STRINGS_H 1
  2930. | #define HAVE_INTTYPES_H 1
  2931. | #define HAVE_STDINT_H 1
  2932. | #define HAVE_UNISTD_H 1
  2933. | #define HAVE_AVAILABILITYMACROS_H 1
  2934. | #define FEAT_HUGE 1
  2935. | #define USE_XSMP_INTERACT 1
  2936. | #define FEAT_LUA 1
  2937. | #define FEAT_PERL 1
  2938. | #define FEAT_PYTHON3 1
  2939. | #define FEAT_TCL 1
  2940. | #define FEAT_RUBY 1
  2941. | #define FEAT_CSCOPE 1
  2942. | #define FEAT_NETBEANS_INTG 1
  2943. | #define FEAT_MBYTE 1
  2944. | #define HAVE_DATE_TIME 1
  2945. | #define HAVE_ATTRIBUTE_UNUSED 1
  2946. | #define HAVE_DIRENT_H 1
  2947. | #define HAVE_STDARG_H 1
  2948. | #define HAVE_STDINT_H 1
  2949. | #define HAVE_STDLIB_H 1
  2950. | #define HAVE_STRING_H 1
  2951. | #define HAVE_SYS_SELECT_H 1
  2952. | #define HAVE_SYS_UTSNAME_H 1
  2953. | #define HAVE_TERMCAP_H 1
  2954. | #define HAVE_FCNTL_H 1
  2955. | #define HAVE_SGTTY_H 1
  2956. | #define HAVE_SYS_IOCTL_H 1
  2957. | #define HAVE_SYS_TIME_H 1
  2958. | #define HAVE_SYS_TYPES_H 1
  2959. | #define HAVE_ICONV_H 1
  2960. | #define HAVE_INTTYPES_H 1
  2961. | #define HAVE_LANGINFO_H 1
  2962. | #define HAVE_MATH_H 1
  2963. | #define HAVE_UNISTD_H 1
  2964. | #define HAVE_ERRNO_H 1
  2965. | #define HAVE_SYS_RESOURCE_H 1
  2966. | #define HAVE_LOCALE_H 1
  2967. | #define HAVE_TERMIOS_H 1
  2968. | #define HAVE_LIBC_H 1
  2969. | #define HAVE_POLL_H 1
  2970. | #define HAVE_SYS_POLL_H 1
  2971. | #define HAVE_PWD_H 1
  2972. | #define HAVE_UTIME_H 1
  2973. | #define HAVE_SYS_PARAM_H 1
  2974. | #define HAVE_LIBGEN_H 1
  2975. | #define HAVE_SYS_ACL_H 1
  2976. | /* end confdefs.h. */
  2977. | #include <sys/access.h>
  2978. configure:9964: result: no
  2979. configure:9964: checking for sys/access.h
  2980. configure:9964: result: no
  2981. configure:9964: checking sys/sysinfo.h usability
  2982. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  2983. conftest.c:97:10: fatal error: 'sys/sysinfo.h' file not found
  2984. #include <sys/sysinfo.h>
  2985. ^
  2986. 1 error generated.
  2987. configure:9964: $? = 1
  2988. configure: failed program was:
  2989. | /* confdefs.h */
  2990. | #define PACKAGE_NAME ""
  2991. | #define PACKAGE_TARNAME ""
  2992. | #define PACKAGE_VERSION ""
  2993. | #define PACKAGE_STRING ""
  2994. | #define PACKAGE_BUGREPORT ""
  2995. | #define PACKAGE_URL ""
  2996. | #define UNIX 1
  2997. | #define STDC_HEADERS 1
  2998. | #define HAVE_SYS_WAIT_H 1
  2999. | #define HAVE_SYS_TYPES_H 1
  3000. | #define HAVE_SYS_STAT_H 1
  3001. | #define HAVE_STDLIB_H 1
  3002. | #define HAVE_STRING_H 1
  3003. | #define HAVE_MEMORY_H 1
  3004. | #define HAVE_STRINGS_H 1
  3005. | #define HAVE_INTTYPES_H 1
  3006. | #define HAVE_STDINT_H 1
  3007. | #define HAVE_UNISTD_H 1
  3008. | #define HAVE_AVAILABILITYMACROS_H 1
  3009. | #define FEAT_HUGE 1
  3010. | #define USE_XSMP_INTERACT 1
  3011. | #define FEAT_LUA 1
  3012. | #define FEAT_PERL 1
  3013. | #define FEAT_PYTHON3 1
  3014. | #define FEAT_TCL 1
  3015. | #define FEAT_RUBY 1
  3016. | #define FEAT_CSCOPE 1
  3017. | #define FEAT_NETBEANS_INTG 1
  3018. | #define FEAT_MBYTE 1
  3019. | #define HAVE_DATE_TIME 1
  3020. | #define HAVE_ATTRIBUTE_UNUSED 1
  3021. | #define HAVE_DIRENT_H 1
  3022. | #define HAVE_STDARG_H 1
  3023. | #define HAVE_STDINT_H 1
  3024. | #define HAVE_STDLIB_H 1
  3025. | #define HAVE_STRING_H 1
  3026. | #define HAVE_SYS_SELECT_H 1
  3027. | #define HAVE_SYS_UTSNAME_H 1
  3028. | #define HAVE_TERMCAP_H 1
  3029. | #define HAVE_FCNTL_H 1
  3030. | #define HAVE_SGTTY_H 1
  3031. | #define HAVE_SYS_IOCTL_H 1
  3032. | #define HAVE_SYS_TIME_H 1
  3033. | #define HAVE_SYS_TYPES_H 1
  3034. | #define HAVE_ICONV_H 1
  3035. | #define HAVE_INTTYPES_H 1
  3036. | #define HAVE_LANGINFO_H 1
  3037. | #define HAVE_MATH_H 1
  3038. | #define HAVE_UNISTD_H 1
  3039. | #define HAVE_ERRNO_H 1
  3040. | #define HAVE_SYS_RESOURCE_H 1
  3041. | #define HAVE_LOCALE_H 1
  3042. | #define HAVE_TERMIOS_H 1
  3043. | #define HAVE_LIBC_H 1
  3044. | #define HAVE_POLL_H 1
  3045. | #define HAVE_SYS_POLL_H 1
  3046. | #define HAVE_PWD_H 1
  3047. | #define HAVE_UTIME_H 1
  3048. | #define HAVE_SYS_PARAM_H 1
  3049. | #define HAVE_LIBGEN_H 1
  3050. | #define HAVE_SYS_ACL_H 1
  3051. | /* end confdefs.h. */
  3052. | #include <stdio.h>
  3053. | #ifdef HAVE_SYS_TYPES_H
  3054. | # include <sys/types.h>
  3055. | #endif
  3056. | #ifdef HAVE_SYS_STAT_H
  3057. | # include <sys/stat.h>
  3058. | #endif
  3059. | #ifdef STDC_HEADERS
  3060. | # include <stdlib.h>
  3061. | # include <stddef.h>
  3062. | #else
  3063. | # ifdef HAVE_STDLIB_H
  3064. | # include <stdlib.h>
  3065. | # endif
  3066. | #endif
  3067. | #ifdef HAVE_STRING_H
  3068. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3069. | # include <memory.h>
  3070. | # endif
  3071. | # include <string.h>
  3072. | #endif
  3073. | #ifdef HAVE_STRINGS_H
  3074. | # include <strings.h>
  3075. | #endif
  3076. | #ifdef HAVE_INTTYPES_H
  3077. | # include <inttypes.h>
  3078. | #endif
  3079. | #ifdef HAVE_STDINT_H
  3080. | # include <stdint.h>
  3081. | #endif
  3082. | #ifdef HAVE_UNISTD_H
  3083. | # include <unistd.h>
  3084. | #endif
  3085. | #include <sys/sysinfo.h>
  3086. configure:9964: result: no
  3087. configure:9964: checking sys/sysinfo.h presence
  3088. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  3089. conftest.c:64:10: fatal error: 'sys/sysinfo.h' file not found
  3090. #include <sys/sysinfo.h>
  3091. ^
  3092. 1 error generated.
  3093. configure:9964: $? = 1
  3094. configure: failed program was:
  3095. | /* confdefs.h */
  3096. | #define PACKAGE_NAME ""
  3097. | #define PACKAGE_TARNAME ""
  3098. | #define PACKAGE_VERSION ""
  3099. | #define PACKAGE_STRING ""
  3100. | #define PACKAGE_BUGREPORT ""
  3101. | #define PACKAGE_URL ""
  3102. | #define UNIX 1
  3103. | #define STDC_HEADERS 1
  3104. | #define HAVE_SYS_WAIT_H 1
  3105. | #define HAVE_SYS_TYPES_H 1
  3106. | #define HAVE_SYS_STAT_H 1
  3107. | #define HAVE_STDLIB_H 1
  3108. | #define HAVE_STRING_H 1
  3109. | #define HAVE_MEMORY_H 1
  3110. | #define HAVE_STRINGS_H 1
  3111. | #define HAVE_INTTYPES_H 1
  3112. | #define HAVE_STDINT_H 1
  3113. | #define HAVE_UNISTD_H 1
  3114. | #define HAVE_AVAILABILITYMACROS_H 1
  3115. | #define FEAT_HUGE 1
  3116. | #define USE_XSMP_INTERACT 1
  3117. | #define FEAT_LUA 1
  3118. | #define FEAT_PERL 1
  3119. | #define FEAT_PYTHON3 1
  3120. | #define FEAT_TCL 1
  3121. | #define FEAT_RUBY 1
  3122. | #define FEAT_CSCOPE 1
  3123. | #define FEAT_NETBEANS_INTG 1
  3124. | #define FEAT_MBYTE 1
  3125. | #define HAVE_DATE_TIME 1
  3126. | #define HAVE_ATTRIBUTE_UNUSED 1
  3127. | #define HAVE_DIRENT_H 1
  3128. | #define HAVE_STDARG_H 1
  3129. | #define HAVE_STDINT_H 1
  3130. | #define HAVE_STDLIB_H 1
  3131. | #define HAVE_STRING_H 1
  3132. | #define HAVE_SYS_SELECT_H 1
  3133. | #define HAVE_SYS_UTSNAME_H 1
  3134. | #define HAVE_TERMCAP_H 1
  3135. | #define HAVE_FCNTL_H 1
  3136. | #define HAVE_SGTTY_H 1
  3137. | #define HAVE_SYS_IOCTL_H 1
  3138. | #define HAVE_SYS_TIME_H 1
  3139. | #define HAVE_SYS_TYPES_H 1
  3140. | #define HAVE_ICONV_H 1
  3141. | #define HAVE_INTTYPES_H 1
  3142. | #define HAVE_LANGINFO_H 1
  3143. | #define HAVE_MATH_H 1
  3144. | #define HAVE_UNISTD_H 1
  3145. | #define HAVE_ERRNO_H 1
  3146. | #define HAVE_SYS_RESOURCE_H 1
  3147. | #define HAVE_LOCALE_H 1
  3148. | #define HAVE_TERMIOS_H 1
  3149. | #define HAVE_LIBC_H 1
  3150. | #define HAVE_POLL_H 1
  3151. | #define HAVE_SYS_POLL_H 1
  3152. | #define HAVE_PWD_H 1
  3153. | #define HAVE_UTIME_H 1
  3154. | #define HAVE_SYS_PARAM_H 1
  3155. | #define HAVE_LIBGEN_H 1
  3156. | #define HAVE_SYS_ACL_H 1
  3157. | /* end confdefs.h. */
  3158. | #include <sys/sysinfo.h>
  3159. configure:9964: result: no
  3160. configure:9964: checking for sys/sysinfo.h
  3161. configure:9964: result: no
  3162. configure:9964: checking wchar.h usability
  3163. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  3164. configure:9964: $? = 0
  3165. configure:9964: result: yes
  3166. configure:9964: checking wchar.h presence
  3167. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  3168. configure:9964: $? = 0
  3169. configure:9964: result: yes
  3170. configure:9964: checking for wchar.h
  3171. configure:9964: result: yes
  3172. configure:9964: checking wctype.h usability
  3173. configure:9964: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  3174. configure:9964: $? = 0
  3175. configure:9964: result: yes
  3176. configure:9964: checking wctype.h presence
  3177. configure:9964: clang -E -DMACOS_X_UNIX conftest.c
  3178. configure:9964: $? = 0
  3179. configure:9964: result: yes
  3180. configure:9964: checking for wctype.h
  3181. configure:9964: result: yes
  3182. configure:9977: checking for sys/ptem.h
  3183. configure:9977: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  3184. conftest.c:70:10: fatal error: 'sys/ptem.h' file not found
  3185. #include <sys/ptem.h>
  3186. ^
  3187. 1 error generated.
  3188. configure:9977: $? = 1
  3189. configure: failed program was:
  3190. | /* confdefs.h */
  3191. | #define PACKAGE_NAME ""
  3192. | #define PACKAGE_TARNAME ""
  3193. | #define PACKAGE_VERSION ""
  3194. | #define PACKAGE_STRING ""
  3195. | #define PACKAGE_BUGREPORT ""
  3196. | #define PACKAGE_URL ""
  3197. | #define UNIX 1
  3198. | #define STDC_HEADERS 1
  3199. | #define HAVE_SYS_WAIT_H 1
  3200. | #define HAVE_SYS_TYPES_H 1
  3201. | #define HAVE_SYS_STAT_H 1
  3202. | #define HAVE_STDLIB_H 1
  3203. | #define HAVE_STRING_H 1
  3204. | #define HAVE_MEMORY_H 1
  3205. | #define HAVE_STRINGS_H 1
  3206. | #define HAVE_INTTYPES_H 1
  3207. | #define HAVE_STDINT_H 1
  3208. | #define HAVE_UNISTD_H 1
  3209. | #define HAVE_AVAILABILITYMACROS_H 1
  3210. | #define FEAT_HUGE 1
  3211. | #define USE_XSMP_INTERACT 1
  3212. | #define FEAT_LUA 1
  3213. | #define FEAT_PERL 1
  3214. | #define FEAT_PYTHON3 1
  3215. | #define FEAT_TCL 1
  3216. | #define FEAT_RUBY 1
  3217. | #define FEAT_CSCOPE 1
  3218. | #define FEAT_NETBEANS_INTG 1
  3219. | #define FEAT_MBYTE 1
  3220. | #define HAVE_DATE_TIME 1
  3221. | #define HAVE_ATTRIBUTE_UNUSED 1
  3222. | #define HAVE_DIRENT_H 1
  3223. | #define HAVE_STDARG_H 1
  3224. | #define HAVE_STDINT_H 1
  3225. | #define HAVE_STDLIB_H 1
  3226. | #define HAVE_STRING_H 1
  3227. | #define HAVE_SYS_SELECT_H 1
  3228. | #define HAVE_SYS_UTSNAME_H 1
  3229. | #define HAVE_TERMCAP_H 1
  3230. | #define HAVE_FCNTL_H 1
  3231. | #define HAVE_SGTTY_H 1
  3232. | #define HAVE_SYS_IOCTL_H 1
  3233. | #define HAVE_SYS_TIME_H 1
  3234. | #define HAVE_SYS_TYPES_H 1
  3235. | #define HAVE_ICONV_H 1
  3236. | #define HAVE_INTTYPES_H 1
  3237. | #define HAVE_LANGINFO_H 1
  3238. | #define HAVE_MATH_H 1
  3239. | #define HAVE_UNISTD_H 1
  3240. | #define HAVE_ERRNO_H 1
  3241. | #define HAVE_SYS_RESOURCE_H 1
  3242. | #define HAVE_LOCALE_H 1
  3243. | #define HAVE_TERMIOS_H 1
  3244. | #define HAVE_LIBC_H 1
  3245. | #define HAVE_POLL_H 1
  3246. | #define HAVE_SYS_POLL_H 1
  3247. | #define HAVE_PWD_H 1
  3248. | #define HAVE_UTIME_H 1
  3249. | #define HAVE_SYS_PARAM_H 1
  3250. | #define HAVE_LIBGEN_H 1
  3251. | #define HAVE_SYS_ACL_H 1
  3252. | #define HAVE_WCHAR_H 1
  3253. | #define HAVE_WCTYPE_H 1
  3254. | /* end confdefs.h. */
  3255. | #if defined HAVE_SYS_STREAM_H
  3256. | # include <sys/stream.h>
  3257. | #endif
  3258. |
  3259. | #include <sys/ptem.h>
  3260. configure:9977: result: no
  3261. configure:9993: checking for sys/sysctl.h
  3262. configure:9993: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  3263. configure:9993: $? = 0
  3264. configure:9993: result: yes
  3265. configure:10008: checking for pthread_np.h
  3266. configure:10023: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  3267. conftest.c:69:10: fatal error: 'pthread_np.h' file not found
  3268. #include <pthread_np.h>
  3269. ^
  3270. 1 error generated.
  3271. configure:10023: $? = 1
  3272. configure: failed program was:
  3273. | /* confdefs.h */
  3274. | #define PACKAGE_NAME ""
  3275. | #define PACKAGE_TARNAME ""
  3276. | #define PACKAGE_VERSION ""
  3277. | #define PACKAGE_STRING ""
  3278. | #define PACKAGE_BUGREPORT ""
  3279. | #define PACKAGE_URL ""
  3280. | #define UNIX 1
  3281. | #define STDC_HEADERS 1
  3282. | #define HAVE_SYS_WAIT_H 1
  3283. | #define HAVE_SYS_TYPES_H 1
  3284. | #define HAVE_SYS_STAT_H 1
  3285. | #define HAVE_STDLIB_H 1
  3286. | #define HAVE_STRING_H 1
  3287. | #define HAVE_MEMORY_H 1
  3288. | #define HAVE_STRINGS_H 1
  3289. | #define HAVE_INTTYPES_H 1
  3290. | #define HAVE_STDINT_H 1
  3291. | #define HAVE_UNISTD_H 1
  3292. | #define HAVE_AVAILABILITYMACROS_H 1
  3293. | #define FEAT_HUGE 1
  3294. | #define USE_XSMP_INTERACT 1
  3295. | #define FEAT_LUA 1
  3296. | #define FEAT_PERL 1
  3297. | #define FEAT_PYTHON3 1
  3298. | #define FEAT_TCL 1
  3299. | #define FEAT_RUBY 1
  3300. | #define FEAT_CSCOPE 1
  3301. | #define FEAT_NETBEANS_INTG 1
  3302. | #define FEAT_MBYTE 1
  3303. | #define HAVE_DATE_TIME 1
  3304. | #define HAVE_ATTRIBUTE_UNUSED 1
  3305. | #define HAVE_DIRENT_H 1
  3306. | #define HAVE_STDARG_H 1
  3307. | #define HAVE_STDINT_H 1
  3308. | #define HAVE_STDLIB_H 1
  3309. | #define HAVE_STRING_H 1
  3310. | #define HAVE_SYS_SELECT_H 1
  3311. | #define HAVE_SYS_UTSNAME_H 1
  3312. | #define HAVE_TERMCAP_H 1
  3313. | #define HAVE_FCNTL_H 1
  3314. | #define HAVE_SGTTY_H 1
  3315. | #define HAVE_SYS_IOCTL_H 1
  3316. | #define HAVE_SYS_TIME_H 1
  3317. | #define HAVE_SYS_TYPES_H 1
  3318. | #define HAVE_ICONV_H 1
  3319. | #define HAVE_INTTYPES_H 1
  3320. | #define HAVE_LANGINFO_H 1
  3321. | #define HAVE_MATH_H 1
  3322. | #define HAVE_UNISTD_H 1
  3323. | #define HAVE_ERRNO_H 1
  3324. | #define HAVE_SYS_RESOURCE_H 1
  3325. | #define HAVE_LOCALE_H 1
  3326. | #define HAVE_TERMIOS_H 1
  3327. | #define HAVE_LIBC_H 1
  3328. | #define HAVE_POLL_H 1
  3329. | #define HAVE_SYS_POLL_H 1
  3330. | #define HAVE_PWD_H 1
  3331. | #define HAVE_UTIME_H 1
  3332. | #define HAVE_SYS_PARAM_H 1
  3333. | #define HAVE_LIBGEN_H 1
  3334. | #define HAVE_SYS_ACL_H 1
  3335. | #define HAVE_WCHAR_H 1
  3336. | #define HAVE_WCTYPE_H 1
  3337. | #define HAVE_SYS_SYSCTL_H 1
  3338. | /* end confdefs.h. */
  3339. |
  3340. | #include <pthread.h>
  3341. | #include <pthread_np.h>
  3342. | int
  3343. | main ()
  3344. | {
  3345. | int i; i = 0;
  3346. | ;
  3347. | return 0;
  3348. | }
  3349. configure:10029: result: no
  3350. configure:10036: checking for strings.h
  3351. configure:10036: result: yes
  3352. configure:10094: checking whether clang needs -traditional
  3353. conftest.c:69:10: fatal error: 'termio.h' file not found
  3354. #include <termio.h>
  3355. ^
  3356. 1 error generated.
  3357. configure:10128: result: no
  3358. configure:10135: checking for an ANSI C-conforming const
  3359. configure:10201: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  3360. configure:10201: $? = 0
  3361. configure:10208: result: yes
  3362. configure:10216: checking for working volatile
  3363. configure:10235: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  3364. configure:10235: $? = 0
  3365. configure:10242: result: yes
  3366. configure:10250: checking for mode_t
  3367. configure:10250: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  3368. configure:10250: $? = 0
  3369. configure:10250: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  3370. conftest.c:105:21: error: expected expression
  3371. if (sizeof ((mode_t)))
  3372. ^
  3373. 1 error generated.
  3374. configure:10250: $? = 1
  3375. configure: failed program was:
  3376. | /* confdefs.h */
  3377. | #define PACKAGE_NAME ""
  3378. | #define PACKAGE_TARNAME ""
  3379. | #define PACKAGE_VERSION ""
  3380. | #define PACKAGE_STRING ""
  3381. | #define PACKAGE_BUGREPORT ""
  3382. | #define PACKAGE_URL ""
  3383. | #define UNIX 1
  3384. | #define STDC_HEADERS 1
  3385. | #define HAVE_SYS_WAIT_H 1
  3386. | #define HAVE_SYS_TYPES_H 1
  3387. | #define HAVE_SYS_STAT_H 1
  3388. | #define HAVE_STDLIB_H 1
  3389. | #define HAVE_STRING_H 1
  3390. | #define HAVE_MEMORY_H 1
  3391. | #define HAVE_STRINGS_H 1
  3392. | #define HAVE_INTTYPES_H 1
  3393. | #define HAVE_STDINT_H 1
  3394. | #define HAVE_UNISTD_H 1
  3395. | #define HAVE_AVAILABILITYMACROS_H 1
  3396. | #define FEAT_HUGE 1
  3397. | #define USE_XSMP_INTERACT 1
  3398. | #define FEAT_LUA 1
  3399. | #define FEAT_PERL 1
  3400. | #define FEAT_PYTHON3 1
  3401. | #define FEAT_TCL 1
  3402. | #define FEAT_RUBY 1
  3403. | #define FEAT_CSCOPE 1
  3404. | #define FEAT_NETBEANS_INTG 1
  3405. | #define FEAT_MBYTE 1
  3406. | #define HAVE_DATE_TIME 1
  3407. | #define HAVE_ATTRIBUTE_UNUSED 1
  3408. | #define HAVE_DIRENT_H 1
  3409. | #define HAVE_STDARG_H 1
  3410. | #define HAVE_STDINT_H 1
  3411. | #define HAVE_STDLIB_H 1
  3412. | #define HAVE_STRING_H 1
  3413. | #define HAVE_SYS_SELECT_H 1
  3414. | #define HAVE_SYS_UTSNAME_H 1
  3415. | #define HAVE_TERMCAP_H 1
  3416. | #define HAVE_FCNTL_H 1
  3417. | #define HAVE_SGTTY_H 1
  3418. | #define HAVE_SYS_IOCTL_H 1
  3419. | #define HAVE_SYS_TIME_H 1
  3420. | #define HAVE_SYS_TYPES_H 1
  3421. | #define HAVE_ICONV_H 1
  3422. | #define HAVE_INTTYPES_H 1
  3423. | #define HAVE_LANGINFO_H 1
  3424. | #define HAVE_MATH_H 1
  3425. | #define HAVE_UNISTD_H 1
  3426. | #define HAVE_ERRNO_H 1
  3427. | #define HAVE_SYS_RESOURCE_H 1
  3428. | #define HAVE_LOCALE_H 1
  3429. | #define HAVE_TERMIOS_H 1
  3430. | #define HAVE_LIBC_H 1
  3431. | #define HAVE_POLL_H 1
  3432. | #define HAVE_SYS_POLL_H 1
  3433. | #define HAVE_PWD_H 1
  3434. | #define HAVE_UTIME_H 1
  3435. | #define HAVE_SYS_PARAM_H 1
  3436. | #define HAVE_LIBGEN_H 1
  3437. | #define HAVE_SYS_ACL_H 1
  3438. | #define HAVE_WCHAR_H 1
  3439. | #define HAVE_WCTYPE_H 1
  3440. | #define HAVE_SYS_SYSCTL_H 1
  3441. | #define HAVE_STRINGS_H 1
  3442. | #define NO_STRINGS_WITH_STRING_H 1
  3443. | /* end confdefs.h. */
  3444. | #include <stdio.h>
  3445. | #ifdef HAVE_SYS_TYPES_H
  3446. | # include <sys/types.h>
  3447. | #endif
  3448. | #ifdef HAVE_SYS_STAT_H
  3449. | # include <sys/stat.h>
  3450. | #endif
  3451. | #ifdef STDC_HEADERS
  3452. | # include <stdlib.h>
  3453. | # include <stddef.h>
  3454. | #else
  3455. | # ifdef HAVE_STDLIB_H
  3456. | # include <stdlib.h>
  3457. | # endif
  3458. | #endif
  3459. | #ifdef HAVE_STRING_H
  3460. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3461. | # include <memory.h>
  3462. | # endif
  3463. | # include <string.h>
  3464. | #endif
  3465. | #ifdef HAVE_STRINGS_H
  3466. | # include <strings.h>
  3467. | #endif
  3468. | #ifdef HAVE_INTTYPES_H
  3469. | # include <inttypes.h>
  3470. | #endif
  3471. | #ifdef HAVE_STDINT_H
  3472. | # include <stdint.h>
  3473. | #endif
  3474. | #ifdef HAVE_UNISTD_H
  3475. | # include <unistd.h>
  3476. | #endif
  3477. | int
  3478. | main ()
  3479. | {
  3480. | if (sizeof ((mode_t)))
  3481. | return 0;
  3482. | ;
  3483. | return 0;
  3484. | }
  3485. configure:10250: result: yes
  3486. configure:10261: checking for off_t
  3487. configure:10261: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  3488. configure:10261: $? = 0
  3489. configure:10261: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  3490. conftest.c:105:20: error: expected expression
  3491. if (sizeof ((off_t)))
  3492. ^
  3493. 1 error generated.
  3494. configure:10261: $? = 1
  3495. configure: failed program was:
  3496. | /* confdefs.h */
  3497. | #define PACKAGE_NAME ""
  3498. | #define PACKAGE_TARNAME ""
  3499. | #define PACKAGE_VERSION ""
  3500. | #define PACKAGE_STRING ""
  3501. | #define PACKAGE_BUGREPORT ""
  3502. | #define PACKAGE_URL ""
  3503. | #define UNIX 1
  3504. | #define STDC_HEADERS 1
  3505. | #define HAVE_SYS_WAIT_H 1
  3506. | #define HAVE_SYS_TYPES_H 1
  3507. | #define HAVE_SYS_STAT_H 1
  3508. | #define HAVE_STDLIB_H 1
  3509. | #define HAVE_STRING_H 1
  3510. | #define HAVE_MEMORY_H 1
  3511. | #define HAVE_STRINGS_H 1
  3512. | #define HAVE_INTTYPES_H 1
  3513. | #define HAVE_STDINT_H 1
  3514. | #define HAVE_UNISTD_H 1
  3515. | #define HAVE_AVAILABILITYMACROS_H 1
  3516. | #define FEAT_HUGE 1
  3517. | #define USE_XSMP_INTERACT 1
  3518. | #define FEAT_LUA 1
  3519. | #define FEAT_PERL 1
  3520. | #define FEAT_PYTHON3 1
  3521. | #define FEAT_TCL 1
  3522. | #define FEAT_RUBY 1
  3523. | #define FEAT_CSCOPE 1
  3524. | #define FEAT_NETBEANS_INTG 1
  3525. | #define FEAT_MBYTE 1
  3526. | #define HAVE_DATE_TIME 1
  3527. | #define HAVE_ATTRIBUTE_UNUSED 1
  3528. | #define HAVE_DIRENT_H 1
  3529. | #define HAVE_STDARG_H 1
  3530. | #define HAVE_STDINT_H 1
  3531. | #define HAVE_STDLIB_H 1
  3532. | #define HAVE_STRING_H 1
  3533. | #define HAVE_SYS_SELECT_H 1
  3534. | #define HAVE_SYS_UTSNAME_H 1
  3535. | #define HAVE_TERMCAP_H 1
  3536. | #define HAVE_FCNTL_H 1
  3537. | #define HAVE_SGTTY_H 1
  3538. | #define HAVE_SYS_IOCTL_H 1
  3539. | #define HAVE_SYS_TIME_H 1
  3540. | #define HAVE_SYS_TYPES_H 1
  3541. | #define HAVE_ICONV_H 1
  3542. | #define HAVE_INTTYPES_H 1
  3543. | #define HAVE_LANGINFO_H 1
  3544. | #define HAVE_MATH_H 1
  3545. | #define HAVE_UNISTD_H 1
  3546. | #define HAVE_ERRNO_H 1
  3547. | #define HAVE_SYS_RESOURCE_H 1
  3548. | #define HAVE_LOCALE_H 1
  3549. | #define HAVE_TERMIOS_H 1
  3550. | #define HAVE_LIBC_H 1
  3551. | #define HAVE_POLL_H 1
  3552. | #define HAVE_SYS_POLL_H 1
  3553. | #define HAVE_PWD_H 1
  3554. | #define HAVE_UTIME_H 1
  3555. | #define HAVE_SYS_PARAM_H 1
  3556. | #define HAVE_LIBGEN_H 1
  3557. | #define HAVE_SYS_ACL_H 1
  3558. | #define HAVE_WCHAR_H 1
  3559. | #define HAVE_WCTYPE_H 1
  3560. | #define HAVE_SYS_SYSCTL_H 1
  3561. | #define HAVE_STRINGS_H 1
  3562. | #define NO_STRINGS_WITH_STRING_H 1
  3563. | /* end confdefs.h. */
  3564. | #include <stdio.h>
  3565. | #ifdef HAVE_SYS_TYPES_H
  3566. | # include <sys/types.h>
  3567. | #endif
  3568. | #ifdef HAVE_SYS_STAT_H
  3569. | # include <sys/stat.h>
  3570. | #endif
  3571. | #ifdef STDC_HEADERS
  3572. | # include <stdlib.h>
  3573. | # include <stddef.h>
  3574. | #else
  3575. | # ifdef HAVE_STDLIB_H
  3576. | # include <stdlib.h>
  3577. | # endif
  3578. | #endif
  3579. | #ifdef HAVE_STRING_H
  3580. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3581. | # include <memory.h>
  3582. | # endif
  3583. | # include <string.h>
  3584. | #endif
  3585. | #ifdef HAVE_STRINGS_H
  3586. | # include <strings.h>
  3587. | #endif
  3588. | #ifdef HAVE_INTTYPES_H
  3589. | # include <inttypes.h>
  3590. | #endif
  3591. | #ifdef HAVE_STDINT_H
  3592. | # include <stdint.h>
  3593. | #endif
  3594. | #ifdef HAVE_UNISTD_H
  3595. | # include <unistd.h>
  3596. | #endif
  3597. | int
  3598. | main ()
  3599. | {
  3600. | if (sizeof ((off_t)))
  3601. | return 0;
  3602. | ;
  3603. | return 0;
  3604. | }
  3605. configure:10261: result: yes
  3606. configure:10272: checking for pid_t
  3607. configure:10272: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  3608. configure:10272: $? = 0
  3609. configure:10272: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  3610. conftest.c:105:20: error: expected expression
  3611. if (sizeof ((pid_t)))
  3612. ^
  3613. 1 error generated.
  3614. configure:10272: $? = 1
  3615. configure: failed program was:
  3616. | /* confdefs.h */
  3617. | #define PACKAGE_NAME ""
  3618. | #define PACKAGE_TARNAME ""
  3619. | #define PACKAGE_VERSION ""
  3620. | #define PACKAGE_STRING ""
  3621. | #define PACKAGE_BUGREPORT ""
  3622. | #define PACKAGE_URL ""
  3623. | #define UNIX 1
  3624. | #define STDC_HEADERS 1
  3625. | #define HAVE_SYS_WAIT_H 1
  3626. | #define HAVE_SYS_TYPES_H 1
  3627. | #define HAVE_SYS_STAT_H 1
  3628. | #define HAVE_STDLIB_H 1
  3629. | #define HAVE_STRING_H 1
  3630. | #define HAVE_MEMORY_H 1
  3631. | #define HAVE_STRINGS_H 1
  3632. | #define HAVE_INTTYPES_H 1
  3633. | #define HAVE_STDINT_H 1
  3634. | #define HAVE_UNISTD_H 1
  3635. | #define HAVE_AVAILABILITYMACROS_H 1
  3636. | #define FEAT_HUGE 1
  3637. | #define USE_XSMP_INTERACT 1
  3638. | #define FEAT_LUA 1
  3639. | #define FEAT_PERL 1
  3640. | #define FEAT_PYTHON3 1
  3641. | #define FEAT_TCL 1
  3642. | #define FEAT_RUBY 1
  3643. | #define FEAT_CSCOPE 1
  3644. | #define FEAT_NETBEANS_INTG 1
  3645. | #define FEAT_MBYTE 1
  3646. | #define HAVE_DATE_TIME 1
  3647. | #define HAVE_ATTRIBUTE_UNUSED 1
  3648. | #define HAVE_DIRENT_H 1
  3649. | #define HAVE_STDARG_H 1
  3650. | #define HAVE_STDINT_H 1
  3651. | #define HAVE_STDLIB_H 1
  3652. | #define HAVE_STRING_H 1
  3653. | #define HAVE_SYS_SELECT_H 1
  3654. | #define HAVE_SYS_UTSNAME_H 1
  3655. | #define HAVE_TERMCAP_H 1
  3656. | #define HAVE_FCNTL_H 1
  3657. | #define HAVE_SGTTY_H 1
  3658. | #define HAVE_SYS_IOCTL_H 1
  3659. | #define HAVE_SYS_TIME_H 1
  3660. | #define HAVE_SYS_TYPES_H 1
  3661. | #define HAVE_ICONV_H 1
  3662. | #define HAVE_INTTYPES_H 1
  3663. | #define HAVE_LANGINFO_H 1
  3664. | #define HAVE_MATH_H 1
  3665. | #define HAVE_UNISTD_H 1
  3666. | #define HAVE_ERRNO_H 1
  3667. | #define HAVE_SYS_RESOURCE_H 1
  3668. | #define HAVE_LOCALE_H 1
  3669. | #define HAVE_TERMIOS_H 1
  3670. | #define HAVE_LIBC_H 1
  3671. | #define HAVE_POLL_H 1
  3672. | #define HAVE_SYS_POLL_H 1
  3673. | #define HAVE_PWD_H 1
  3674. | #define HAVE_UTIME_H 1
  3675. | #define HAVE_SYS_PARAM_H 1
  3676. | #define HAVE_LIBGEN_H 1
  3677. | #define HAVE_SYS_ACL_H 1
  3678. | #define HAVE_WCHAR_H 1
  3679. | #define HAVE_WCTYPE_H 1
  3680. | #define HAVE_SYS_SYSCTL_H 1
  3681. | #define HAVE_STRINGS_H 1
  3682. | #define NO_STRINGS_WITH_STRING_H 1
  3683. | /* end confdefs.h. */
  3684. | #include <stdio.h>
  3685. | #ifdef HAVE_SYS_TYPES_H
  3686. | # include <sys/types.h>
  3687. | #endif
  3688. | #ifdef HAVE_SYS_STAT_H
  3689. | # include <sys/stat.h>
  3690. | #endif
  3691. | #ifdef STDC_HEADERS
  3692. | # include <stdlib.h>
  3693. | # include <stddef.h>
  3694. | #else
  3695. | # ifdef HAVE_STDLIB_H
  3696. | # include <stdlib.h>
  3697. | # endif
  3698. | #endif
  3699. | #ifdef HAVE_STRING_H
  3700. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3701. | # include <memory.h>
  3702. | # endif
  3703. | # include <string.h>
  3704. | #endif
  3705. | #ifdef HAVE_STRINGS_H
  3706. | # include <strings.h>
  3707. | #endif
  3708. | #ifdef HAVE_INTTYPES_H
  3709. | # include <inttypes.h>
  3710. | #endif
  3711. | #ifdef HAVE_STDINT_H
  3712. | # include <stdint.h>
  3713. | #endif
  3714. | #ifdef HAVE_UNISTD_H
  3715. | # include <unistd.h>
  3716. | #endif
  3717. | int
  3718. | main ()
  3719. | {
  3720. | if (sizeof ((pid_t)))
  3721. | return 0;
  3722. | ;
  3723. | return 0;
  3724. | }
  3725. configure:10272: result: yes
  3726. configure:10283: checking for size_t
  3727. configure:10283: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  3728. configure:10283: $? = 0
  3729. configure:10283: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  3730. conftest.c:105:21: error: expected expression
  3731. if (sizeof ((size_t)))
  3732. ^
  3733. 1 error generated.
  3734. configure:10283: $? = 1
  3735. configure: failed program was:
  3736. | /* confdefs.h */
  3737. | #define PACKAGE_NAME ""
  3738. | #define PACKAGE_TARNAME ""
  3739. | #define PACKAGE_VERSION ""
  3740. | #define PACKAGE_STRING ""
  3741. | #define PACKAGE_BUGREPORT ""
  3742. | #define PACKAGE_URL ""
  3743. | #define UNIX 1
  3744. | #define STDC_HEADERS 1
  3745. | #define HAVE_SYS_WAIT_H 1
  3746. | #define HAVE_SYS_TYPES_H 1
  3747. | #define HAVE_SYS_STAT_H 1
  3748. | #define HAVE_STDLIB_H 1
  3749. | #define HAVE_STRING_H 1
  3750. | #define HAVE_MEMORY_H 1
  3751. | #define HAVE_STRINGS_H 1
  3752. | #define HAVE_INTTYPES_H 1
  3753. | #define HAVE_STDINT_H 1
  3754. | #define HAVE_UNISTD_H 1
  3755. | #define HAVE_AVAILABILITYMACROS_H 1
  3756. | #define FEAT_HUGE 1
  3757. | #define USE_XSMP_INTERACT 1
  3758. | #define FEAT_LUA 1
  3759. | #define FEAT_PERL 1
  3760. | #define FEAT_PYTHON3 1
  3761. | #define FEAT_TCL 1
  3762. | #define FEAT_RUBY 1
  3763. | #define FEAT_CSCOPE 1
  3764. | #define FEAT_NETBEANS_INTG 1
  3765. | #define FEAT_MBYTE 1
  3766. | #define HAVE_DATE_TIME 1
  3767. | #define HAVE_ATTRIBUTE_UNUSED 1
  3768. | #define HAVE_DIRENT_H 1
  3769. | #define HAVE_STDARG_H 1
  3770. | #define HAVE_STDINT_H 1
  3771. | #define HAVE_STDLIB_H 1
  3772. | #define HAVE_STRING_H 1
  3773. | #define HAVE_SYS_SELECT_H 1
  3774. | #define HAVE_SYS_UTSNAME_H 1
  3775. | #define HAVE_TERMCAP_H 1
  3776. | #define HAVE_FCNTL_H 1
  3777. | #define HAVE_SGTTY_H 1
  3778. | #define HAVE_SYS_IOCTL_H 1
  3779. | #define HAVE_SYS_TIME_H 1
  3780. | #define HAVE_SYS_TYPES_H 1
  3781. | #define HAVE_ICONV_H 1
  3782. | #define HAVE_INTTYPES_H 1
  3783. | #define HAVE_LANGINFO_H 1
  3784. | #define HAVE_MATH_H 1
  3785. | #define HAVE_UNISTD_H 1
  3786. | #define HAVE_ERRNO_H 1
  3787. | #define HAVE_SYS_RESOURCE_H 1
  3788. | #define HAVE_LOCALE_H 1
  3789. | #define HAVE_TERMIOS_H 1
  3790. | #define HAVE_LIBC_H 1
  3791. | #define HAVE_POLL_H 1
  3792. | #define HAVE_SYS_POLL_H 1
  3793. | #define HAVE_PWD_H 1
  3794. | #define HAVE_UTIME_H 1
  3795. | #define HAVE_SYS_PARAM_H 1
  3796. | #define HAVE_LIBGEN_H 1
  3797. | #define HAVE_SYS_ACL_H 1
  3798. | #define HAVE_WCHAR_H 1
  3799. | #define HAVE_WCTYPE_H 1
  3800. | #define HAVE_SYS_SYSCTL_H 1
  3801. | #define HAVE_STRINGS_H 1
  3802. | #define NO_STRINGS_WITH_STRING_H 1
  3803. | /* end confdefs.h. */
  3804. | #include <stdio.h>
  3805. | #ifdef HAVE_SYS_TYPES_H
  3806. | # include <sys/types.h>
  3807. | #endif
  3808. | #ifdef HAVE_SYS_STAT_H
  3809. | # include <sys/stat.h>
  3810. | #endif
  3811. | #ifdef STDC_HEADERS
  3812. | # include <stdlib.h>
  3813. | # include <stddef.h>
  3814. | #else
  3815. | # ifdef HAVE_STDLIB_H
  3816. | # include <stdlib.h>
  3817. | # endif
  3818. | #endif
  3819. | #ifdef HAVE_STRING_H
  3820. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3821. | # include <memory.h>
  3822. | # endif
  3823. | # include <string.h>
  3824. | #endif
  3825. | #ifdef HAVE_STRINGS_H
  3826. | # include <strings.h>
  3827. | #endif
  3828. | #ifdef HAVE_INTTYPES_H
  3829. | # include <inttypes.h>
  3830. | #endif
  3831. | #ifdef HAVE_STDINT_H
  3832. | # include <stdint.h>
  3833. | #endif
  3834. | #ifdef HAVE_UNISTD_H
  3835. | # include <unistd.h>
  3836. | #endif
  3837. | int
  3838. | main ()
  3839. | {
  3840. | if (sizeof ((size_t)))
  3841. | return 0;
  3842. | ;
  3843. | return 0;
  3844. | }
  3845. configure:10283: result: yes
  3846. configure:10294: checking for uid_t in sys/types.h
  3847. configure:10313: result: yes
  3848. configure:10324: checking for uint32_t
  3849. configure:10324: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  3850. configure:10324: $? = 0
  3851. configure:10324: result: yes
  3852. configure:10339: checking whether time.h and sys/time.h may both be included
  3853. configure:10359: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  3854. configure:10359: $? = 0
  3855. configure:10366: result: yes
  3856. configure:10374: checking for ino_t
  3857. configure:10374: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  3858. configure:10374: $? = 0
  3859. configure:10374: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  3860. conftest.c:106:20: error: expected expression
  3861. if (sizeof ((ino_t)))
  3862. ^
  3863. 1 error generated.
  3864. configure:10374: $? = 1
  3865. configure: failed program was:
  3866. | /* confdefs.h */
  3867. | #define PACKAGE_NAME ""
  3868. | #define PACKAGE_TARNAME ""
  3869. | #define PACKAGE_VERSION ""
  3870. | #define PACKAGE_STRING ""
  3871. | #define PACKAGE_BUGREPORT ""
  3872. | #define PACKAGE_URL ""
  3873. | #define UNIX 1
  3874. | #define STDC_HEADERS 1
  3875. | #define HAVE_SYS_WAIT_H 1
  3876. | #define HAVE_SYS_TYPES_H 1
  3877. | #define HAVE_SYS_STAT_H 1
  3878. | #define HAVE_STDLIB_H 1
  3879. | #define HAVE_STRING_H 1
  3880. | #define HAVE_MEMORY_H 1
  3881. | #define HAVE_STRINGS_H 1
  3882. | #define HAVE_INTTYPES_H 1
  3883. | #define HAVE_STDINT_H 1
  3884. | #define HAVE_UNISTD_H 1
  3885. | #define HAVE_AVAILABILITYMACROS_H 1
  3886. | #define FEAT_HUGE 1
  3887. | #define USE_XSMP_INTERACT 1
  3888. | #define FEAT_LUA 1
  3889. | #define FEAT_PERL 1
  3890. | #define FEAT_PYTHON3 1
  3891. | #define FEAT_TCL 1
  3892. | #define FEAT_RUBY 1
  3893. | #define FEAT_CSCOPE 1
  3894. | #define FEAT_NETBEANS_INTG 1
  3895. | #define FEAT_MBYTE 1
  3896. | #define HAVE_DATE_TIME 1
  3897. | #define HAVE_ATTRIBUTE_UNUSED 1
  3898. | #define HAVE_DIRENT_H 1
  3899. | #define HAVE_STDARG_H 1
  3900. | #define HAVE_STDINT_H 1
  3901. | #define HAVE_STDLIB_H 1
  3902. | #define HAVE_STRING_H 1
  3903. | #define HAVE_SYS_SELECT_H 1
  3904. | #define HAVE_SYS_UTSNAME_H 1
  3905. | #define HAVE_TERMCAP_H 1
  3906. | #define HAVE_FCNTL_H 1
  3907. | #define HAVE_SGTTY_H 1
  3908. | #define HAVE_SYS_IOCTL_H 1
  3909. | #define HAVE_SYS_TIME_H 1
  3910. | #define HAVE_SYS_TYPES_H 1
  3911. | #define HAVE_ICONV_H 1
  3912. | #define HAVE_INTTYPES_H 1
  3913. | #define HAVE_LANGINFO_H 1
  3914. | #define HAVE_MATH_H 1
  3915. | #define HAVE_UNISTD_H 1
  3916. | #define HAVE_ERRNO_H 1
  3917. | #define HAVE_SYS_RESOURCE_H 1
  3918. | #define HAVE_LOCALE_H 1
  3919. | #define HAVE_TERMIOS_H 1
  3920. | #define HAVE_LIBC_H 1
  3921. | #define HAVE_POLL_H 1
  3922. | #define HAVE_SYS_POLL_H 1
  3923. | #define HAVE_PWD_H 1
  3924. | #define HAVE_UTIME_H 1
  3925. | #define HAVE_SYS_PARAM_H 1
  3926. | #define HAVE_LIBGEN_H 1
  3927. | #define HAVE_SYS_ACL_H 1
  3928. | #define HAVE_WCHAR_H 1
  3929. | #define HAVE_WCTYPE_H 1
  3930. | #define HAVE_SYS_SYSCTL_H 1
  3931. | #define HAVE_STRINGS_H 1
  3932. | #define NO_STRINGS_WITH_STRING_H 1
  3933. | #define TIME_WITH_SYS_TIME 1
  3934. | /* end confdefs.h. */
  3935. | #include <stdio.h>
  3936. | #ifdef HAVE_SYS_TYPES_H
  3937. | # include <sys/types.h>
  3938. | #endif
  3939. | #ifdef HAVE_SYS_STAT_H
  3940. | # include <sys/stat.h>
  3941. | #endif
  3942. | #ifdef STDC_HEADERS
  3943. | # include <stdlib.h>
  3944. | # include <stddef.h>
  3945. | #else
  3946. | # ifdef HAVE_STDLIB_H
  3947. | # include <stdlib.h>
  3948. | # endif
  3949. | #endif
  3950. | #ifdef HAVE_STRING_H
  3951. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3952. | # include <memory.h>
  3953. | # endif
  3954. | # include <string.h>
  3955. | #endif
  3956. | #ifdef HAVE_STRINGS_H
  3957. | # include <strings.h>
  3958. | #endif
  3959. | #ifdef HAVE_INTTYPES_H
  3960. | # include <inttypes.h>
  3961. | #endif
  3962. | #ifdef HAVE_STDINT_H
  3963. | # include <stdint.h>
  3964. | #endif
  3965. | #ifdef HAVE_UNISTD_H
  3966. | # include <unistd.h>
  3967. | #endif
  3968. | int
  3969. | main ()
  3970. | {
  3971. | if (sizeof ((ino_t)))
  3972. | return 0;
  3973. | ;
  3974. | return 0;
  3975. | }
  3976. configure:10374: result: yes
  3977. configure:10385: checking for dev_t
  3978. configure:10385: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  3979. configure:10385: $? = 0
  3980. configure:10385: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  3981. conftest.c:106:20: error: expected expression
  3982. if (sizeof ((dev_t)))
  3983. ^
  3984. 1 error generated.
  3985. configure:10385: $? = 1
  3986. configure: failed program was:
  3987. | /* confdefs.h */
  3988. | #define PACKAGE_NAME ""
  3989. | #define PACKAGE_TARNAME ""
  3990. | #define PACKAGE_VERSION ""
  3991. | #define PACKAGE_STRING ""
  3992. | #define PACKAGE_BUGREPORT ""
  3993. | #define PACKAGE_URL ""
  3994. | #define UNIX 1
  3995. | #define STDC_HEADERS 1
  3996. | #define HAVE_SYS_WAIT_H 1
  3997. | #define HAVE_SYS_TYPES_H 1
  3998. | #define HAVE_SYS_STAT_H 1
  3999. | #define HAVE_STDLIB_H 1
  4000. | #define HAVE_STRING_H 1
  4001. | #define HAVE_MEMORY_H 1
  4002. | #define HAVE_STRINGS_H 1
  4003. | #define HAVE_INTTYPES_H 1
  4004. | #define HAVE_STDINT_H 1
  4005. | #define HAVE_UNISTD_H 1
  4006. | #define HAVE_AVAILABILITYMACROS_H 1
  4007. | #define FEAT_HUGE 1
  4008. | #define USE_XSMP_INTERACT 1
  4009. | #define FEAT_LUA 1
  4010. | #define FEAT_PERL 1
  4011. | #define FEAT_PYTHON3 1
  4012. | #define FEAT_TCL 1
  4013. | #define FEAT_RUBY 1
  4014. | #define FEAT_CSCOPE 1
  4015. | #define FEAT_NETBEANS_INTG 1
  4016. | #define FEAT_MBYTE 1
  4017. | #define HAVE_DATE_TIME 1
  4018. | #define HAVE_ATTRIBUTE_UNUSED 1
  4019. | #define HAVE_DIRENT_H 1
  4020. | #define HAVE_STDARG_H 1
  4021. | #define HAVE_STDINT_H 1
  4022. | #define HAVE_STDLIB_H 1
  4023. | #define HAVE_STRING_H 1
  4024. | #define HAVE_SYS_SELECT_H 1
  4025. | #define HAVE_SYS_UTSNAME_H 1
  4026. | #define HAVE_TERMCAP_H 1
  4027. | #define HAVE_FCNTL_H 1
  4028. | #define HAVE_SGTTY_H 1
  4029. | #define HAVE_SYS_IOCTL_H 1
  4030. | #define HAVE_SYS_TIME_H 1
  4031. | #define HAVE_SYS_TYPES_H 1
  4032. | #define HAVE_ICONV_H 1
  4033. | #define HAVE_INTTYPES_H 1
  4034. | #define HAVE_LANGINFO_H 1
  4035. | #define HAVE_MATH_H 1
  4036. | #define HAVE_UNISTD_H 1
  4037. | #define HAVE_ERRNO_H 1
  4038. | #define HAVE_SYS_RESOURCE_H 1
  4039. | #define HAVE_LOCALE_H 1
  4040. | #define HAVE_TERMIOS_H 1
  4041. | #define HAVE_LIBC_H 1
  4042. | #define HAVE_POLL_H 1
  4043. | #define HAVE_SYS_POLL_H 1
  4044. | #define HAVE_PWD_H 1
  4045. | #define HAVE_UTIME_H 1
  4046. | #define HAVE_SYS_PARAM_H 1
  4047. | #define HAVE_LIBGEN_H 1
  4048. | #define HAVE_SYS_ACL_H 1
  4049. | #define HAVE_WCHAR_H 1
  4050. | #define HAVE_WCTYPE_H 1
  4051. | #define HAVE_SYS_SYSCTL_H 1
  4052. | #define HAVE_STRINGS_H 1
  4053. | #define NO_STRINGS_WITH_STRING_H 1
  4054. | #define TIME_WITH_SYS_TIME 1
  4055. | /* end confdefs.h. */
  4056. | #include <stdio.h>
  4057. | #ifdef HAVE_SYS_TYPES_H
  4058. | # include <sys/types.h>
  4059. | #endif
  4060. | #ifdef HAVE_SYS_STAT_H
  4061. | # include <sys/stat.h>
  4062. | #endif
  4063. | #ifdef STDC_HEADERS
  4064. | # include <stdlib.h>
  4065. | # include <stddef.h>
  4066. | #else
  4067. | # ifdef HAVE_STDLIB_H
  4068. | # include <stdlib.h>
  4069. | # endif
  4070. | #endif
  4071. | #ifdef HAVE_STRING_H
  4072. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4073. | # include <memory.h>
  4074. | # endif
  4075. | # include <string.h>
  4076. | #endif
  4077. | #ifdef HAVE_STRINGS_H
  4078. | # include <strings.h>
  4079. | #endif
  4080. | #ifdef HAVE_INTTYPES_H
  4081. | # include <inttypes.h>
  4082. | #endif
  4083. | #ifdef HAVE_STDINT_H
  4084. | # include <stdint.h>
  4085. | #endif
  4086. | #ifdef HAVE_UNISTD_H
  4087. | # include <unistd.h>
  4088. | #endif
  4089. | int
  4090. | main ()
  4091. | {
  4092. | if (sizeof ((dev_t)))
  4093. | return 0;
  4094. | ;
  4095. | return 0;
  4096. | }
  4097. configure:10385: result: yes
  4098. configure:10396: checking whether byte ordering is bigendian
  4099. configure:10411: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  4100. configure:10411: $? = 0
  4101. configure:10456: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  4102. configure:10456: $? = 0
  4103. configure:10474: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  4104. conftest.c:77:4: error: use of undeclared identifier 'not'
  4105. not big endian
  4106. ^
  4107. 1 error generated.
  4108. configure:10474: $? = 1
  4109. configure: failed program was:
  4110. | /* confdefs.h */
  4111. | #define PACKAGE_NAME ""
  4112. | #define PACKAGE_TARNAME ""
  4113. | #define PACKAGE_VERSION ""
  4114. | #define PACKAGE_STRING ""
  4115. | #define PACKAGE_BUGREPORT ""
  4116. | #define PACKAGE_URL ""
  4117. | #define UNIX 1
  4118. | #define STDC_HEADERS 1
  4119. | #define HAVE_SYS_WAIT_H 1
  4120. | #define HAVE_SYS_TYPES_H 1
  4121. | #define HAVE_SYS_STAT_H 1
  4122. | #define HAVE_STDLIB_H 1
  4123. | #define HAVE_STRING_H 1
  4124. | #define HAVE_MEMORY_H 1
  4125. | #define HAVE_STRINGS_H 1
  4126. | #define HAVE_INTTYPES_H 1
  4127. | #define HAVE_STDINT_H 1
  4128. | #define HAVE_UNISTD_H 1
  4129. | #define HAVE_AVAILABILITYMACROS_H 1
  4130. | #define FEAT_HUGE 1
  4131. | #define USE_XSMP_INTERACT 1
  4132. | #define FEAT_LUA 1
  4133. | #define FEAT_PERL 1
  4134. | #define FEAT_PYTHON3 1
  4135. | #define FEAT_TCL 1
  4136. | #define FEAT_RUBY 1
  4137. | #define FEAT_CSCOPE 1
  4138. | #define FEAT_NETBEANS_INTG 1
  4139. | #define FEAT_MBYTE 1
  4140. | #define HAVE_DATE_TIME 1
  4141. | #define HAVE_ATTRIBUTE_UNUSED 1
  4142. | #define HAVE_DIRENT_H 1
  4143. | #define HAVE_STDARG_H 1
  4144. | #define HAVE_STDINT_H 1
  4145. | #define HAVE_STDLIB_H 1
  4146. | #define HAVE_STRING_H 1
  4147. | #define HAVE_SYS_SELECT_H 1
  4148. | #define HAVE_SYS_UTSNAME_H 1
  4149. | #define HAVE_TERMCAP_H 1
  4150. | #define HAVE_FCNTL_H 1
  4151. | #define HAVE_SGTTY_H 1
  4152. | #define HAVE_SYS_IOCTL_H 1
  4153. | #define HAVE_SYS_TIME_H 1
  4154. | #define HAVE_SYS_TYPES_H 1
  4155. | #define HAVE_ICONV_H 1
  4156. | #define HAVE_INTTYPES_H 1
  4157. | #define HAVE_LANGINFO_H 1
  4158. | #define HAVE_MATH_H 1
  4159. | #define HAVE_UNISTD_H 1
  4160. | #define HAVE_ERRNO_H 1
  4161. | #define HAVE_SYS_RESOURCE_H 1
  4162. | #define HAVE_LOCALE_H 1
  4163. | #define HAVE_TERMIOS_H 1
  4164. | #define HAVE_LIBC_H 1
  4165. | #define HAVE_POLL_H 1
  4166. | #define HAVE_SYS_POLL_H 1
  4167. | #define HAVE_PWD_H 1
  4168. | #define HAVE_UTIME_H 1
  4169. | #define HAVE_SYS_PARAM_H 1
  4170. | #define HAVE_LIBGEN_H 1
  4171. | #define HAVE_SYS_ACL_H 1
  4172. | #define HAVE_WCHAR_H 1
  4173. | #define HAVE_WCTYPE_H 1
  4174. | #define HAVE_SYS_SYSCTL_H 1
  4175. | #define HAVE_STRINGS_H 1
  4176. | #define NO_STRINGS_WITH_STRING_H 1
  4177. | #define TIME_WITH_SYS_TIME 1
  4178. | /* end confdefs.h. */
  4179. | #include <sys/types.h>
  4180. | #include <sys/param.h>
  4181. |
  4182. | int
  4183. | main ()
  4184. | {
  4185. | #if BYTE_ORDER != BIG_ENDIAN
  4186. | not big endian
  4187. | #endif
  4188. |
  4189. | ;
  4190. | return 0;
  4191. | }
  4192. configure:10602: result: no
  4193. configure:10621: checking for rlim_t
  4194. configure:10648: result: yes
  4195. configure:10657: checking for stack_t
  4196. configure:10682: result: yes
  4197. configure:10691: checking whether stack_t has an ss_base field
  4198. configure:10712: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  4199. conftest.c:82:24: error: no member named 'ss_base' in 'struct __darwin_sigaltstack'
  4200. stack_t sigstk; sigstk.ss_base = 0;
  4201. ~~~~~~ ^
  4202. 1 error generated.
  4203. configure:10712: $? = 1
  4204. configure: failed program was:
  4205. | /* confdefs.h */
  4206. | #define PACKAGE_NAME ""
  4207. | #define PACKAGE_TARNAME ""
  4208. | #define PACKAGE_VERSION ""
  4209. | #define PACKAGE_STRING ""
  4210. | #define PACKAGE_BUGREPORT ""
  4211. | #define PACKAGE_URL ""
  4212. | #define UNIX 1
  4213. | #define STDC_HEADERS 1
  4214. | #define HAVE_SYS_WAIT_H 1
  4215. | #define HAVE_SYS_TYPES_H 1
  4216. | #define HAVE_SYS_STAT_H 1
  4217. | #define HAVE_STDLIB_H 1
  4218. | #define HAVE_STRING_H 1
  4219. | #define HAVE_MEMORY_H 1
  4220. | #define HAVE_STRINGS_H 1
  4221. | #define HAVE_INTTYPES_H 1
  4222. | #define HAVE_STDINT_H 1
  4223. | #define HAVE_UNISTD_H 1
  4224. | #define HAVE_AVAILABILITYMACROS_H 1
  4225. | #define FEAT_HUGE 1
  4226. | #define USE_XSMP_INTERACT 1
  4227. | #define FEAT_LUA 1
  4228. | #define FEAT_PERL 1
  4229. | #define FEAT_PYTHON3 1
  4230. | #define FEAT_TCL 1
  4231. | #define FEAT_RUBY 1
  4232. | #define FEAT_CSCOPE 1
  4233. | #define FEAT_NETBEANS_INTG 1
  4234. | #define FEAT_MBYTE 1
  4235. | #define HAVE_DATE_TIME 1
  4236. | #define HAVE_ATTRIBUTE_UNUSED 1
  4237. | #define HAVE_DIRENT_H 1
  4238. | #define HAVE_STDARG_H 1
  4239. | #define HAVE_STDINT_H 1
  4240. | #define HAVE_STDLIB_H 1
  4241. | #define HAVE_STRING_H 1
  4242. | #define HAVE_SYS_SELECT_H 1
  4243. | #define HAVE_SYS_UTSNAME_H 1
  4244. | #define HAVE_TERMCAP_H 1
  4245. | #define HAVE_FCNTL_H 1
  4246. | #define HAVE_SGTTY_H 1
  4247. | #define HAVE_SYS_IOCTL_H 1
  4248. | #define HAVE_SYS_TIME_H 1
  4249. | #define HAVE_SYS_TYPES_H 1
  4250. | #define HAVE_ICONV_H 1
  4251. | #define HAVE_INTTYPES_H 1
  4252. | #define HAVE_LANGINFO_H 1
  4253. | #define HAVE_MATH_H 1
  4254. | #define HAVE_UNISTD_H 1
  4255. | #define HAVE_ERRNO_H 1
  4256. | #define HAVE_SYS_RESOURCE_H 1
  4257. | #define HAVE_LOCALE_H 1
  4258. | #define HAVE_TERMIOS_H 1
  4259. | #define HAVE_LIBC_H 1
  4260. | #define HAVE_POLL_H 1
  4261. | #define HAVE_SYS_POLL_H 1
  4262. | #define HAVE_PWD_H 1
  4263. | #define HAVE_UTIME_H 1
  4264. | #define HAVE_SYS_PARAM_H 1
  4265. | #define HAVE_LIBGEN_H 1
  4266. | #define HAVE_SYS_ACL_H 1
  4267. | #define HAVE_WCHAR_H 1
  4268. | #define HAVE_WCTYPE_H 1
  4269. | #define HAVE_SYS_SYSCTL_H 1
  4270. | #define HAVE_STRINGS_H 1
  4271. | #define NO_STRINGS_WITH_STRING_H 1
  4272. | #define TIME_WITH_SYS_TIME 1
  4273. | /* end confdefs.h. */
  4274. |
  4275. | #include <sys/types.h>
  4276. | #if STDC_HEADERS
  4277. | # include <stdlib.h>
  4278. | # include <stddef.h>
  4279. | #endif
  4280. | #include <signal.h>
  4281. | #include "confdefs.h"
  4282. |
  4283. | int
  4284. | main ()
  4285. | {
  4286. | stack_t sigstk; sigstk.ss_base = 0;
  4287. | ;
  4288. | return 0;
  4289. | }
  4290. configure:10717: result: no
  4291. configure:10723: checking --with-tlib argument
  4292. configure:10732: result: ncurses
  4293. configure:10735: checking for linking with ncurses library
  4294. configure:10748: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4295. configure:10748: $? = 0
  4296. configure:10749: result: OK
  4297. configure:10852: checking for tgetent()
  4298. configure:10865: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4299. conftest.c:74:26: warning: implicit declaration of function 'tgetent' is invalid in C99 [-Wimplicit-function-declaration]
  4300. char s[10000]; int res = tgetent(s, "thisterminaldoesnotexist");
  4301. ^
  4302. 1 warning generated.
  4303. configure:10865: $? = 0
  4304. configure:10866: result: yes
  4305. configure:10877: checking whether we talk terminfo
  4306. configure:10906: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4307. conftest.c:82:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  4308. main()
  4309. ^
  4310. 1 warning generated.
  4311. configure:10906: $? = 0
  4312. configure:10906: ./conftest
  4313. configure:10906: $? = 1
  4314. configure: program exited with status 1
  4315. configure: failed program was:
  4316. | /* confdefs.h */
  4317. | #define PACKAGE_NAME ""
  4318. | #define PACKAGE_TARNAME ""
  4319. | #define PACKAGE_VERSION ""
  4320. | #define PACKAGE_STRING ""
  4321. | #define PACKAGE_BUGREPORT ""
  4322. | #define PACKAGE_URL ""
  4323. | #define UNIX 1
  4324. | #define STDC_HEADERS 1
  4325. | #define HAVE_SYS_WAIT_H 1
  4326. | #define HAVE_SYS_TYPES_H 1
  4327. | #define HAVE_SYS_STAT_H 1
  4328. | #define HAVE_STDLIB_H 1
  4329. | #define HAVE_STRING_H 1
  4330. | #define HAVE_MEMORY_H 1
  4331. | #define HAVE_STRINGS_H 1
  4332. | #define HAVE_INTTYPES_H 1
  4333. | #define HAVE_STDINT_H 1
  4334. | #define HAVE_UNISTD_H 1
  4335. | #define HAVE_AVAILABILITYMACROS_H 1
  4336. | #define FEAT_HUGE 1
  4337. | #define USE_XSMP_INTERACT 1
  4338. | #define FEAT_LUA 1
  4339. | #define FEAT_PERL 1
  4340. | #define FEAT_PYTHON3 1
  4341. | #define FEAT_TCL 1
  4342. | #define FEAT_RUBY 1
  4343. | #define FEAT_CSCOPE 1
  4344. | #define FEAT_NETBEANS_INTG 1
  4345. | #define FEAT_MBYTE 1
  4346. | #define HAVE_DATE_TIME 1
  4347. | #define HAVE_ATTRIBUTE_UNUSED 1
  4348. | #define HAVE_DIRENT_H 1
  4349. | #define HAVE_STDARG_H 1
  4350. | #define HAVE_STDINT_H 1
  4351. | #define HAVE_STDLIB_H 1
  4352. | #define HAVE_STRING_H 1
  4353. | #define HAVE_SYS_SELECT_H 1
  4354. | #define HAVE_SYS_UTSNAME_H 1
  4355. | #define HAVE_TERMCAP_H 1
  4356. | #define HAVE_FCNTL_H 1
  4357. | #define HAVE_SGTTY_H 1
  4358. | #define HAVE_SYS_IOCTL_H 1
  4359. | #define HAVE_SYS_TIME_H 1
  4360. | #define HAVE_SYS_TYPES_H 1
  4361. | #define HAVE_ICONV_H 1
  4362. | #define HAVE_INTTYPES_H 1
  4363. | #define HAVE_LANGINFO_H 1
  4364. | #define HAVE_MATH_H 1
  4365. | #define HAVE_UNISTD_H 1
  4366. | #define HAVE_ERRNO_H 1
  4367. | #define HAVE_SYS_RESOURCE_H 1
  4368. | #define HAVE_LOCALE_H 1
  4369. | #define HAVE_TERMIOS_H 1
  4370. | #define HAVE_LIBC_H 1
  4371. | #define HAVE_POLL_H 1
  4372. | #define HAVE_SYS_POLL_H 1
  4373. | #define HAVE_PWD_H 1
  4374. | #define HAVE_UTIME_H 1
  4375. | #define HAVE_SYS_PARAM_H 1
  4376. | #define HAVE_LIBGEN_H 1
  4377. | #define HAVE_SYS_ACL_H 1
  4378. | #define HAVE_WCHAR_H 1
  4379. | #define HAVE_WCTYPE_H 1
  4380. | #define HAVE_SYS_SYSCTL_H 1
  4381. | #define HAVE_STRINGS_H 1
  4382. | #define NO_STRINGS_WITH_STRING_H 1
  4383. | #define TIME_WITH_SYS_TIME 1
  4384. | /* end confdefs.h. */
  4385. |
  4386. | #include "confdefs.h"
  4387. | #ifdef HAVE_TERMCAP_H
  4388. | # include <termcap.h>
  4389. | #endif
  4390. | #ifdef HAVE_STRING_H
  4391. | # include <string.h>
  4392. | #endif
  4393. | #if STDC_HEADERS
  4394. | # include <stdlib.h>
  4395. | # include <stddef.h>
  4396. | #endif
  4397. | main()
  4398. | {char *s; s=(char *)tgoto("%p1%d", 0, 1); exit(!strcmp(s==0 ? "" : s, "1")); }
  4399. |
  4400. configure:10921: result: yes
  4401. configure:10980: checking whether termcap.h contains ospeed
  4402. configure:10997: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4403. configure:10997: $? = 0
  4404. configure:10998: result: yes
  4405. configure:11037: checking whether termcap.h contains UP, BC and PC
  4406. configure:11054: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4407. configure:11054: $? = 0
  4408. configure:11055: result: yes
  4409. configure:11094: checking whether tputs() uses outfuntype
  4410. configure:11111: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  4411. conftest.c:81:36: error: use of undeclared identifier 'outfuntype'
  4412. extern int xx(); tputs("test", 1, (outfuntype)xx)
  4413. ^
  4414. 1 error generated.
  4415. configure:11111: $? = 1
  4416. configure: failed program was:
  4417. | /* confdefs.h */
  4418. | #define PACKAGE_NAME ""
  4419. | #define PACKAGE_TARNAME ""
  4420. | #define PACKAGE_VERSION ""
  4421. | #define PACKAGE_STRING ""
  4422. | #define PACKAGE_BUGREPORT ""
  4423. | #define PACKAGE_URL ""
  4424. | #define UNIX 1
  4425. | #define STDC_HEADERS 1
  4426. | #define HAVE_SYS_WAIT_H 1
  4427. | #define HAVE_SYS_TYPES_H 1
  4428. | #define HAVE_SYS_STAT_H 1
  4429. | #define HAVE_STDLIB_H 1
  4430. | #define HAVE_STRING_H 1
  4431. | #define HAVE_MEMORY_H 1
  4432. | #define HAVE_STRINGS_H 1
  4433. | #define HAVE_INTTYPES_H 1
  4434. | #define HAVE_STDINT_H 1
  4435. | #define HAVE_UNISTD_H 1
  4436. | #define HAVE_AVAILABILITYMACROS_H 1
  4437. | #define FEAT_HUGE 1
  4438. | #define USE_XSMP_INTERACT 1
  4439. | #define FEAT_LUA 1
  4440. | #define FEAT_PERL 1
  4441. | #define FEAT_PYTHON3 1
  4442. | #define FEAT_TCL 1
  4443. | #define FEAT_RUBY 1
  4444. | #define FEAT_CSCOPE 1
  4445. | #define FEAT_NETBEANS_INTG 1
  4446. | #define FEAT_MBYTE 1
  4447. | #define HAVE_DATE_TIME 1
  4448. | #define HAVE_ATTRIBUTE_UNUSED 1
  4449. | #define HAVE_DIRENT_H 1
  4450. | #define HAVE_STDARG_H 1
  4451. | #define HAVE_STDINT_H 1
  4452. | #define HAVE_STDLIB_H 1
  4453. | #define HAVE_STRING_H 1
  4454. | #define HAVE_SYS_SELECT_H 1
  4455. | #define HAVE_SYS_UTSNAME_H 1
  4456. | #define HAVE_TERMCAP_H 1
  4457. | #define HAVE_FCNTL_H 1
  4458. | #define HAVE_SGTTY_H 1
  4459. | #define HAVE_SYS_IOCTL_H 1
  4460. | #define HAVE_SYS_TIME_H 1
  4461. | #define HAVE_SYS_TYPES_H 1
  4462. | #define HAVE_ICONV_H 1
  4463. | #define HAVE_INTTYPES_H 1
  4464. | #define HAVE_LANGINFO_H 1
  4465. | #define HAVE_MATH_H 1
  4466. | #define HAVE_UNISTD_H 1
  4467. | #define HAVE_ERRNO_H 1
  4468. | #define HAVE_SYS_RESOURCE_H 1
  4469. | #define HAVE_LOCALE_H 1
  4470. | #define HAVE_TERMIOS_H 1
  4471. | #define HAVE_LIBC_H 1
  4472. | #define HAVE_POLL_H 1
  4473. | #define HAVE_SYS_POLL_H 1
  4474. | #define HAVE_PWD_H 1
  4475. | #define HAVE_UTIME_H 1
  4476. | #define HAVE_SYS_PARAM_H 1
  4477. | #define HAVE_LIBGEN_H 1
  4478. | #define HAVE_SYS_ACL_H 1
  4479. | #define HAVE_WCHAR_H 1
  4480. | #define HAVE_WCTYPE_H 1
  4481. | #define HAVE_SYS_SYSCTL_H 1
  4482. | #define HAVE_STRINGS_H 1
  4483. | #define NO_STRINGS_WITH_STRING_H 1
  4484. | #define TIME_WITH_SYS_TIME 1
  4485. | #define TERMINFO 1
  4486. | #define HAVE_OSPEED 1
  4487. | #define HAVE_UP_BC_PC 1
  4488. | /* end confdefs.h. */
  4489. |
  4490. | #ifdef HAVE_TERMCAP_H
  4491. | # include <termcap.h>
  4492. | #endif
  4493. |
  4494. | int
  4495. | main ()
  4496. | {
  4497. | extern int xx(); tputs("test", 1, (outfuntype)xx)
  4498. | ;
  4499. | return 0;
  4500. | }
  4501. configure:11116: result: no
  4502. configure:11121: checking whether sys/select.h and sys/time.h may both be included
  4503. configure:11137: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  4504. configure:11137: $? = 0
  4505. configure:11138: result: yes
  4506. configure:11149: checking for /dev/ptc
  4507. configure:11157: result: no
  4508. configure:11161: checking for SVR4 ptys
  4509. configure:11175: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4510. conftest.c:78:1: warning: implicit declaration of function 'ptsname' is invalid in C99 [-Wimplicit-function-declaration]
  4511. ptsname(0);grantpt(0);unlockpt(0);
  4512. ^
  4513. conftest.c:78:12: warning: implicit declaration of function 'grantpt' is invalid in C99 [-Wimplicit-function-declaration]
  4514. ptsname(0);grantpt(0);unlockpt(0);
  4515. ^
  4516. conftest.c:78:23: warning: implicit declaration of function 'unlockpt' is invalid in C99 [-Wimplicit-function-declaration]
  4517. ptsname(0);grantpt(0);unlockpt(0);
  4518. ^
  4519. 3 warnings generated.
  4520. configure:11175: $? = 0
  4521. configure:11176: result: yes
  4522. configure:11190: checking for ptyranges
  4523. configure:11223: result: pqrstuvw / 0123456789abcdef
  4524. configure:11231: checking default tty permissions/group
  4525. configure:11282: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4526. conftest.c:89:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  4527. main()
  4528. ^
  4529. 1 warning generated.
  4530. configure:11282: $? = 0
  4531. configure:11282: ./conftest
  4532. configure:11282: $? = 1
  4533. configure: program exited with status 1
  4534. configure: failed program was:
  4535. | /* confdefs.h */
  4536. | #define PACKAGE_NAME ""
  4537. | #define PACKAGE_TARNAME ""
  4538. | #define PACKAGE_VERSION ""
  4539. | #define PACKAGE_STRING ""
  4540. | #define PACKAGE_BUGREPORT ""
  4541. | #define PACKAGE_URL ""
  4542. | #define UNIX 1
  4543. | #define STDC_HEADERS 1
  4544. | #define HAVE_SYS_WAIT_H 1
  4545. | #define HAVE_SYS_TYPES_H 1
  4546. | #define HAVE_SYS_STAT_H 1
  4547. | #define HAVE_STDLIB_H 1
  4548. | #define HAVE_STRING_H 1
  4549. | #define HAVE_MEMORY_H 1
  4550. | #define HAVE_STRINGS_H 1
  4551. | #define HAVE_INTTYPES_H 1
  4552. | #define HAVE_STDINT_H 1
  4553. | #define HAVE_UNISTD_H 1
  4554. | #define HAVE_AVAILABILITYMACROS_H 1
  4555. | #define FEAT_HUGE 1
  4556. | #define USE_XSMP_INTERACT 1
  4557. | #define FEAT_LUA 1
  4558. | #define FEAT_PERL 1
  4559. | #define FEAT_PYTHON3 1
  4560. | #define FEAT_TCL 1
  4561. | #define FEAT_RUBY 1
  4562. | #define FEAT_CSCOPE 1
  4563. | #define FEAT_NETBEANS_INTG 1
  4564. | #define FEAT_MBYTE 1
  4565. | #define HAVE_DATE_TIME 1
  4566. | #define HAVE_ATTRIBUTE_UNUSED 1
  4567. | #define HAVE_DIRENT_H 1
  4568. | #define HAVE_STDARG_H 1
  4569. | #define HAVE_STDINT_H 1
  4570. | #define HAVE_STDLIB_H 1
  4571. | #define HAVE_STRING_H 1
  4572. | #define HAVE_SYS_SELECT_H 1
  4573. | #define HAVE_SYS_UTSNAME_H 1
  4574. | #define HAVE_TERMCAP_H 1
  4575. | #define HAVE_FCNTL_H 1
  4576. | #define HAVE_SGTTY_H 1
  4577. | #define HAVE_SYS_IOCTL_H 1
  4578. | #define HAVE_SYS_TIME_H 1
  4579. | #define HAVE_SYS_TYPES_H 1
  4580. | #define HAVE_ICONV_H 1
  4581. | #define HAVE_INTTYPES_H 1
  4582. | #define HAVE_LANGINFO_H 1
  4583. | #define HAVE_MATH_H 1
  4584. | #define HAVE_UNISTD_H 1
  4585. | #define HAVE_ERRNO_H 1
  4586. | #define HAVE_SYS_RESOURCE_H 1
  4587. | #define HAVE_LOCALE_H 1
  4588. | #define HAVE_TERMIOS_H 1
  4589. | #define HAVE_LIBC_H 1
  4590. | #define HAVE_POLL_H 1
  4591. | #define HAVE_SYS_POLL_H 1
  4592. | #define HAVE_PWD_H 1
  4593. | #define HAVE_UTIME_H 1
  4594. | #define HAVE_SYS_PARAM_H 1
  4595. | #define HAVE_LIBGEN_H 1
  4596. | #define HAVE_SYS_ACL_H 1
  4597. | #define HAVE_WCHAR_H 1
  4598. | #define HAVE_WCTYPE_H 1
  4599. | #define HAVE_SYS_SYSCTL_H 1
  4600. | #define HAVE_STRINGS_H 1
  4601. | #define NO_STRINGS_WITH_STRING_H 1
  4602. | #define TIME_WITH_SYS_TIME 1
  4603. | #define TERMINFO 1
  4604. | #define HAVE_OSPEED 1
  4605. | #define HAVE_UP_BC_PC 1
  4606. | #define SYS_SELECT_WITH_SYS_TIME 1
  4607. | #define HAVE_SVR4_PTYS 1
  4608. | #define PTYRANGE0 "pqrstuvw"
  4609. | #define PTYRANGE1 "0123456789abcdef"
  4610. | /* end confdefs.h. */
  4611. |
  4612. | #include "confdefs.h"
  4613. | #include <sys/types.h>
  4614. | #if STDC_HEADERS
  4615. | # include <stdlib.h>
  4616. | # include <stddef.h>
  4617. | #endif
  4618. | #ifdef HAVE_UNISTD_H
  4619. | #include <unistd.h>
  4620. | #endif
  4621. | #include <sys/stat.h>
  4622. | #include <stdio.h>
  4623. | main()
  4624. | {
  4625. | struct stat sb;
  4626. | char *x,*ttyname();
  4627. | int om, m;
  4628. | FILE *fp;
  4629. |
  4630. | if (!(x = ttyname(0))) exit(1);
  4631. | if (stat(x, &sb)) exit(1);
  4632. | om = sb.st_mode;
  4633. | if (om & 002) exit(0);
  4634. | m = system("mesg y");
  4635. | if (m == -1 || m == 127) exit(1);
  4636. | if (stat(x, &sb)) exit(1);
  4637. | m = sb.st_mode;
  4638. | if (chmod(x, om)) exit(1);
  4639. | if (m & 002) exit(0);
  4640. | if (sb.st_gid == getgid()) exit(1);
  4641. | if (!(fp=fopen("conftest_grp", "w")))
  4642. | exit(1);
  4643. | fprintf(fp, "%d\n", sb.st_gid);
  4644. | fclose(fp);
  4645. | exit(0);
  4646. | }
  4647. |
  4648. configure:11300: result: can't determine - assume ptys are world accessible
  4649. configure:11310: result: world
  4650. configure:11328: checking return type of signal handlers
  4651. configure:11346: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  4652. conftest.c:83:8: error: indirection requires pointer operand ('void' invalid)
  4653. return *(signal (0, 0)) (0) == 1;
  4654. ^~~~~~~~~~~~~~~~~~~~
  4655. 1 error generated.
  4656. configure:11346: $? = 1
  4657. configure: failed program was:
  4658. | /* confdefs.h */
  4659. | #define PACKAGE_NAME ""
  4660. | #define PACKAGE_TARNAME ""
  4661. | #define PACKAGE_VERSION ""
  4662. | #define PACKAGE_STRING ""
  4663. | #define PACKAGE_BUGREPORT ""
  4664. | #define PACKAGE_URL ""
  4665. | #define UNIX 1
  4666. | #define STDC_HEADERS 1
  4667. | #define HAVE_SYS_WAIT_H 1
  4668. | #define HAVE_SYS_TYPES_H 1
  4669. | #define HAVE_SYS_STAT_H 1
  4670. | #define HAVE_STDLIB_H 1
  4671. | #define HAVE_STRING_H 1
  4672. | #define HAVE_MEMORY_H 1
  4673. | #define HAVE_STRINGS_H 1
  4674. | #define HAVE_INTTYPES_H 1
  4675. | #define HAVE_STDINT_H 1
  4676. | #define HAVE_UNISTD_H 1
  4677. | #define HAVE_AVAILABILITYMACROS_H 1
  4678. | #define FEAT_HUGE 1
  4679. | #define USE_XSMP_INTERACT 1
  4680. | #define FEAT_LUA 1
  4681. | #define FEAT_PERL 1
  4682. | #define FEAT_PYTHON3 1
  4683. | #define FEAT_TCL 1
  4684. | #define FEAT_RUBY 1
  4685. | #define FEAT_CSCOPE 1
  4686. | #define FEAT_NETBEANS_INTG 1
  4687. | #define FEAT_MBYTE 1
  4688. | #define HAVE_DATE_TIME 1
  4689. | #define HAVE_ATTRIBUTE_UNUSED 1
  4690. | #define HAVE_DIRENT_H 1
  4691. | #define HAVE_STDARG_H 1
  4692. | #define HAVE_STDINT_H 1
  4693. | #define HAVE_STDLIB_H 1
  4694. | #define HAVE_STRING_H 1
  4695. | #define HAVE_SYS_SELECT_H 1
  4696. | #define HAVE_SYS_UTSNAME_H 1
  4697. | #define HAVE_TERMCAP_H 1
  4698. | #define HAVE_FCNTL_H 1
  4699. | #define HAVE_SGTTY_H 1
  4700. | #define HAVE_SYS_IOCTL_H 1
  4701. | #define HAVE_SYS_TIME_H 1
  4702. | #define HAVE_SYS_TYPES_H 1
  4703. | #define HAVE_ICONV_H 1
  4704. | #define HAVE_INTTYPES_H 1
  4705. | #define HAVE_LANGINFO_H 1
  4706. | #define HAVE_MATH_H 1
  4707. | #define HAVE_UNISTD_H 1
  4708. | #define HAVE_ERRNO_H 1
  4709. | #define HAVE_SYS_RESOURCE_H 1
  4710. | #define HAVE_LOCALE_H 1
  4711. | #define HAVE_TERMIOS_H 1
  4712. | #define HAVE_LIBC_H 1
  4713. | #define HAVE_POLL_H 1
  4714. | #define HAVE_SYS_POLL_H 1
  4715. | #define HAVE_PWD_H 1
  4716. | #define HAVE_UTIME_H 1
  4717. | #define HAVE_SYS_PARAM_H 1
  4718. | #define HAVE_LIBGEN_H 1
  4719. | #define HAVE_SYS_ACL_H 1
  4720. | #define HAVE_WCHAR_H 1
  4721. | #define HAVE_WCTYPE_H 1
  4722. | #define HAVE_SYS_SYSCTL_H 1
  4723. | #define HAVE_STRINGS_H 1
  4724. | #define NO_STRINGS_WITH_STRING_H 1
  4725. | #define TIME_WITH_SYS_TIME 1
  4726. | #define TERMINFO 1
  4727. | #define HAVE_OSPEED 1
  4728. | #define HAVE_UP_BC_PC 1
  4729. | #define SYS_SELECT_WITH_SYS_TIME 1
  4730. | #define HAVE_SVR4_PTYS 1
  4731. | #define PTYRANGE0 "pqrstuvw"
  4732. | #define PTYRANGE1 "0123456789abcdef"
  4733. | /* end confdefs.h. */
  4734. | #include <sys/types.h>
  4735. | #include <signal.h>
  4736. |
  4737. | int
  4738. | main ()
  4739. | {
  4740. | return *(signal (0, 0)) (0) == 1;
  4741. | ;
  4742. | return 0;
  4743. | }
  4744. configure:11353: result: void
  4745. configure:11370: checking for struct sigcontext
  4746. configure:11390: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  4747. conftest.c:81:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  4748. test_sig()
  4749. ^
  4750. 1 warning generated.
  4751. configure:11390: $? = 0
  4752. configure:11391: result: yes
  4753. configure:11401: checking getcwd implementation is broken
  4754. configure:11429: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4755. conftest.c:86:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  4756. main()
  4757. ^
  4758. 1 warning generated.
  4759. configure:11429: $? = 0
  4760. configure:11429: ./conftest
  4761. configure:11429: $? = 0
  4762. configure:11444: result: no
  4763. configure:11461: checking for bcmp
  4764. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4765. configure:11461: $? = 0
  4766. configure:11461: result: yes
  4767. configure:11461: checking for fchdir
  4768. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4769. configure:11461: $? = 0
  4770. configure:11461: result: yes
  4771. configure:11461: checking for fchown
  4772. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4773. configure:11461: $? = 0
  4774. configure:11461: result: yes
  4775. configure:11461: checking for fsync
  4776. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4777. configure:11461: $? = 0
  4778. configure:11461: result: yes
  4779. configure:11461: checking for getcwd
  4780. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4781. configure:11461: $? = 0
  4782. configure:11461: result: yes
  4783. configure:11461: checking for getpseudotty
  4784. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4785. Undefined symbols for architecture x86_64:
  4786. "_getpseudotty", referenced from:
  4787. _main in conftest-6d263d.o
  4788. ld: symbol(s) not found for architecture x86_64
  4789. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  4790. configure:11461: $? = 1
  4791. configure: failed program was:
  4792. | /* confdefs.h */
  4793. | #define PACKAGE_NAME ""
  4794. | #define PACKAGE_TARNAME ""
  4795. | #define PACKAGE_VERSION ""
  4796. | #define PACKAGE_STRING ""
  4797. | #define PACKAGE_BUGREPORT ""
  4798. | #define PACKAGE_URL ""
  4799. | #define UNIX 1
  4800. | #define STDC_HEADERS 1
  4801. | #define HAVE_SYS_WAIT_H 1
  4802. | #define HAVE_SYS_TYPES_H 1
  4803. | #define HAVE_SYS_STAT_H 1
  4804. | #define HAVE_STDLIB_H 1
  4805. | #define HAVE_STRING_H 1
  4806. | #define HAVE_MEMORY_H 1
  4807. | #define HAVE_STRINGS_H 1
  4808. | #define HAVE_INTTYPES_H 1
  4809. | #define HAVE_STDINT_H 1
  4810. | #define HAVE_UNISTD_H 1
  4811. | #define HAVE_AVAILABILITYMACROS_H 1
  4812. | #define FEAT_HUGE 1
  4813. | #define USE_XSMP_INTERACT 1
  4814. | #define FEAT_LUA 1
  4815. | #define FEAT_PERL 1
  4816. | #define FEAT_PYTHON3 1
  4817. | #define FEAT_TCL 1
  4818. | #define FEAT_RUBY 1
  4819. | #define FEAT_CSCOPE 1
  4820. | #define FEAT_NETBEANS_INTG 1
  4821. | #define FEAT_MBYTE 1
  4822. | #define HAVE_DATE_TIME 1
  4823. | #define HAVE_ATTRIBUTE_UNUSED 1
  4824. | #define HAVE_DIRENT_H 1
  4825. | #define HAVE_STDARG_H 1
  4826. | #define HAVE_STDINT_H 1
  4827. | #define HAVE_STDLIB_H 1
  4828. | #define HAVE_STRING_H 1
  4829. | #define HAVE_SYS_SELECT_H 1
  4830. | #define HAVE_SYS_UTSNAME_H 1
  4831. | #define HAVE_TERMCAP_H 1
  4832. | #define HAVE_FCNTL_H 1
  4833. | #define HAVE_SGTTY_H 1
  4834. | #define HAVE_SYS_IOCTL_H 1
  4835. | #define HAVE_SYS_TIME_H 1
  4836. | #define HAVE_SYS_TYPES_H 1
  4837. | #define HAVE_ICONV_H 1
  4838. | #define HAVE_INTTYPES_H 1
  4839. | #define HAVE_LANGINFO_H 1
  4840. | #define HAVE_MATH_H 1
  4841. | #define HAVE_UNISTD_H 1
  4842. | #define HAVE_ERRNO_H 1
  4843. | #define HAVE_SYS_RESOURCE_H 1
  4844. | #define HAVE_LOCALE_H 1
  4845. | #define HAVE_TERMIOS_H 1
  4846. | #define HAVE_LIBC_H 1
  4847. | #define HAVE_POLL_H 1
  4848. | #define HAVE_SYS_POLL_H 1
  4849. | #define HAVE_PWD_H 1
  4850. | #define HAVE_UTIME_H 1
  4851. | #define HAVE_SYS_PARAM_H 1
  4852. | #define HAVE_LIBGEN_H 1
  4853. | #define HAVE_SYS_ACL_H 1
  4854. | #define HAVE_WCHAR_H 1
  4855. | #define HAVE_WCTYPE_H 1
  4856. | #define HAVE_SYS_SYSCTL_H 1
  4857. | #define HAVE_STRINGS_H 1
  4858. | #define NO_STRINGS_WITH_STRING_H 1
  4859. | #define TIME_WITH_SYS_TIME 1
  4860. | #define TERMINFO 1
  4861. | #define HAVE_OSPEED 1
  4862. | #define HAVE_UP_BC_PC 1
  4863. | #define SYS_SELECT_WITH_SYS_TIME 1
  4864. | #define HAVE_SVR4_PTYS 1
  4865. | #define PTYRANGE0 "pqrstuvw"
  4866. | #define PTYRANGE1 "0123456789abcdef"
  4867. | #define RETSIGTYPE void
  4868. | #define SIGRETURN return
  4869. | #define HAVE_SIGCONTEXT 1
  4870. | #define HAVE_BCMP 1
  4871. | #define HAVE_FCHDIR 1
  4872. | #define HAVE_FCHOWN 1
  4873. | #define HAVE_FSYNC 1
  4874. | #define HAVE_GETCWD 1
  4875. | /* end confdefs.h. */
  4876. | /* Define getpseudotty to an innocuous variant, in case <limits.h> declares getpseudotty.
  4877. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4878. | #define getpseudotty innocuous_getpseudotty
  4879. |
  4880. | /* System header to define __stub macros and hopefully few prototypes,
  4881. | which can conflict with char getpseudotty (); below.
  4882. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4883. | <limits.h> exists even on freestanding compilers. */
  4884. |
  4885. | #ifdef __STDC__
  4886. | # include <limits.h>
  4887. | #else
  4888. | # include <assert.h>
  4889. | #endif
  4890. |
  4891. | #undef getpseudotty
  4892. |
  4893. | /* Override any GCC internal prototype to avoid an error.
  4894. | Use char because int might match the return type of a GCC
  4895. | builtin and then its argument prototype would still apply. */
  4896. | #ifdef __cplusplus
  4897. | extern "C"
  4898. | #endif
  4899. | char getpseudotty ();
  4900. | /* The GNU C library defines this for functions which it implements
  4901. | to always fail with ENOSYS. Some functions are actually named
  4902. | something starting with __ and the normal name is an alias. */
  4903. | #if defined __stub_getpseudotty || defined __stub___getpseudotty
  4904. | choke me
  4905. | #endif
  4906. |
  4907. | int
  4908. | main ()
  4909. | {
  4910. | return getpseudotty ();
  4911. | ;
  4912. | return 0;
  4913. | }
  4914. configure:11461: result: no
  4915. configure:11461: checking for getpwent
  4916. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4917. configure:11461: $? = 0
  4918. configure:11461: result: yes
  4919. configure:11461: checking for getpwnam
  4920. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4921. configure:11461: $? = 0
  4922. configure:11461: result: yes
  4923. configure:11461: checking for getpwuid
  4924. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4925. configure:11461: $? = 0
  4926. configure:11461: result: yes
  4927. configure:11461: checking for getrlimit
  4928. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4929. configure:11461: $? = 0
  4930. configure:11461: result: yes
  4931. configure:11461: checking for gettimeofday
  4932. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4933. configure:11461: $? = 0
  4934. configure:11461: result: yes
  4935. configure:11461: checking for getwd
  4936. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4937. configure:11461: $? = 0
  4938. configure:11461: result: yes
  4939. configure:11461: checking for lstat
  4940. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4941. configure:11461: $? = 0
  4942. configure:11461: result: yes
  4943. configure:11461: checking for memcmp
  4944. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4945. conftest.c:115:6: warning: incompatible redeclaration of library function 'memcmp' [-Wincompatible-library-redeclaration]
  4946. char memcmp ();
  4947. ^
  4948. conftest.c:115:6: note: 'memcmp' is a builtin with type 'int (const void *, const void *, unsigned long)'
  4949. 1 warning generated.
  4950. configure:11461: $? = 0
  4951. configure:11461: result: yes
  4952. configure:11461: checking for memset
  4953. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4954. conftest.c:116:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
  4955. char memset ();
  4956. ^
  4957. conftest.c:116:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
  4958. 1 warning generated.
  4959. configure:11461: $? = 0
  4960. configure:11461: result: yes
  4961. configure:11461: checking for mkdtemp
  4962. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4963. configure:11461: $? = 0
  4964. configure:11461: result: yes
  4965. configure:11461: checking for nanosleep
  4966. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4967. configure:11461: $? = 0
  4968. configure:11461: result: yes
  4969. configure:11461: checking for opendir
  4970. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4971. configure:11461: $? = 0
  4972. configure:11461: result: yes
  4973. configure:11461: checking for putenv
  4974. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4975. configure:11461: $? = 0
  4976. configure:11461: result: yes
  4977. configure:11461: checking for qsort
  4978. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4979. configure:11461: $? = 0
  4980. configure:11461: result: yes
  4981. configure:11461: checking for readlink
  4982. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4983. configure:11461: $? = 0
  4984. configure:11461: result: yes
  4985. configure:11461: checking for select
  4986. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4987. configure:11461: $? = 0
  4988. configure:11461: result: yes
  4989. configure:11461: checking for setenv
  4990. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4991. configure:11461: $? = 0
  4992. configure:11461: result: yes
  4993. configure:11461: checking for setpgid
  4994. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4995. configure:11461: $? = 0
  4996. configure:11461: result: yes
  4997. configure:11461: checking for setsid
  4998. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  4999. configure:11461: $? = 0
  5000. configure:11461: result: yes
  5001. configure:11461: checking for sigaltstack
  5002. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  5003. configure:11461: $? = 0
  5004. configure:11461: result: yes
  5005. configure:11461: checking for sigstack
  5006. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  5007. Undefined symbols for architecture x86_64:
  5008. "_sigstack", referenced from:
  5009. _main in conftest-71717b.o
  5010. ld: symbol(s) not found for architecture x86_64
  5011. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  5012. configure:11461: $? = 1
  5013. configure: failed program was:
  5014. | /* confdefs.h */
  5015. | #define PACKAGE_NAME ""
  5016. | #define PACKAGE_TARNAME ""
  5017. | #define PACKAGE_VERSION ""
  5018. | #define PACKAGE_STRING ""
  5019. | #define PACKAGE_BUGREPORT ""
  5020. | #define PACKAGE_URL ""
  5021. | #define UNIX 1
  5022. | #define STDC_HEADERS 1
  5023. | #define HAVE_SYS_WAIT_H 1
  5024. | #define HAVE_SYS_TYPES_H 1
  5025. | #define HAVE_SYS_STAT_H 1
  5026. | #define HAVE_STDLIB_H 1
  5027. | #define HAVE_STRING_H 1
  5028. | #define HAVE_MEMORY_H 1
  5029. | #define HAVE_STRINGS_H 1
  5030. | #define HAVE_INTTYPES_H 1
  5031. | #define HAVE_STDINT_H 1
  5032. | #define HAVE_UNISTD_H 1
  5033. | #define HAVE_AVAILABILITYMACROS_H 1
  5034. | #define FEAT_HUGE 1
  5035. | #define USE_XSMP_INTERACT 1
  5036. | #define FEAT_LUA 1
  5037. | #define FEAT_PERL 1
  5038. | #define FEAT_PYTHON3 1
  5039. | #define FEAT_TCL 1
  5040. | #define FEAT_RUBY 1
  5041. | #define FEAT_CSCOPE 1
  5042. | #define FEAT_NETBEANS_INTG 1
  5043. | #define FEAT_MBYTE 1
  5044. | #define HAVE_DATE_TIME 1
  5045. | #define HAVE_ATTRIBUTE_UNUSED 1
  5046. | #define HAVE_DIRENT_H 1
  5047. | #define HAVE_STDARG_H 1
  5048. | #define HAVE_STDINT_H 1
  5049. | #define HAVE_STDLIB_H 1
  5050. | #define HAVE_STRING_H 1
  5051. | #define HAVE_SYS_SELECT_H 1
  5052. | #define HAVE_SYS_UTSNAME_H 1
  5053. | #define HAVE_TERMCAP_H 1
  5054. | #define HAVE_FCNTL_H 1
  5055. | #define HAVE_SGTTY_H 1
  5056. | #define HAVE_SYS_IOCTL_H 1
  5057. | #define HAVE_SYS_TIME_H 1
  5058. | #define HAVE_SYS_TYPES_H 1
  5059. | #define HAVE_ICONV_H 1
  5060. | #define HAVE_INTTYPES_H 1
  5061. | #define HAVE_LANGINFO_H 1
  5062. | #define HAVE_MATH_H 1
  5063. | #define HAVE_UNISTD_H 1
  5064. | #define HAVE_ERRNO_H 1
  5065. | #define HAVE_SYS_RESOURCE_H 1
  5066. | #define HAVE_LOCALE_H 1
  5067. | #define HAVE_TERMIOS_H 1
  5068. | #define HAVE_LIBC_H 1
  5069. | #define HAVE_POLL_H 1
  5070. | #define HAVE_SYS_POLL_H 1
  5071. | #define HAVE_PWD_H 1
  5072. | #define HAVE_UTIME_H 1
  5073. | #define HAVE_SYS_PARAM_H 1
  5074. | #define HAVE_LIBGEN_H 1
  5075. | #define HAVE_SYS_ACL_H 1
  5076. | #define HAVE_WCHAR_H 1
  5077. | #define HAVE_WCTYPE_H 1
  5078. | #define HAVE_SYS_SYSCTL_H 1
  5079. | #define HAVE_STRINGS_H 1
  5080. | #define NO_STRINGS_WITH_STRING_H 1
  5081. | #define TIME_WITH_SYS_TIME 1
  5082. | #define TERMINFO 1
  5083. | #define HAVE_OSPEED 1
  5084. | #define HAVE_UP_BC_PC 1
  5085. | #define SYS_SELECT_WITH_SYS_TIME 1
  5086. | #define HAVE_SVR4_PTYS 1
  5087. | #define PTYRANGE0 "pqrstuvw"
  5088. | #define PTYRANGE1 "0123456789abcdef"
  5089. | #define RETSIGTYPE void
  5090. | #define SIGRETURN return
  5091. | #define HAVE_SIGCONTEXT 1
  5092. | #define HAVE_BCMP 1
  5093. | #define HAVE_FCHDIR 1
  5094. | #define HAVE_FCHOWN 1
  5095. | #define HAVE_FSYNC 1
  5096. | #define HAVE_GETCWD 1
  5097. | #define HAVE_GETPWENT 1
  5098. | #define HAVE_GETPWNAM 1
  5099. | #define HAVE_GETPWUID 1
  5100. | #define HAVE_GETRLIMIT 1
  5101. | #define HAVE_GETTIMEOFDAY 1
  5102. | #define HAVE_GETWD 1
  5103. | #define HAVE_LSTAT 1
  5104. | #define HAVE_MEMCMP 1
  5105. | #define HAVE_MEMSET 1
  5106. | #define HAVE_MKDTEMP 1
  5107. | #define HAVE_NANOSLEEP 1
  5108. | #define HAVE_OPENDIR 1
  5109. | #define HAVE_PUTENV 1
  5110. | #define HAVE_QSORT 1
  5111. | #define HAVE_READLINK 1
  5112. | #define HAVE_SELECT 1
  5113. | #define HAVE_SETENV 1
  5114. | #define HAVE_SETPGID 1
  5115. | #define HAVE_SETSID 1
  5116. | #define HAVE_SIGALTSTACK 1
  5117. | /* end confdefs.h. */
  5118. | /* Define sigstack to an innocuous variant, in case <limits.h> declares sigstack.
  5119. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  5120. | #define sigstack innocuous_sigstack
  5121. |
  5122. | /* System header to define __stub macros and hopefully few prototypes,
  5123. | which can conflict with char sigstack (); below.
  5124. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  5125. | <limits.h> exists even on freestanding compilers. */
  5126. |
  5127. | #ifdef __STDC__
  5128. | # include <limits.h>
  5129. | #else
  5130. | # include <assert.h>
  5131. | #endif
  5132. |
  5133. | #undef sigstack
  5134. |
  5135. | /* Override any GCC internal prototype to avoid an error.
  5136. | Use char because int might match the return type of a GCC
  5137. | builtin and then its argument prototype would still apply. */
  5138. | #ifdef __cplusplus
  5139. | extern "C"
  5140. | #endif
  5141. | char sigstack ();
  5142. | /* The GNU C library defines this for functions which it implements
  5143. | to always fail with ENOSYS. Some functions are actually named
  5144. | something starting with __ and the normal name is an alias. */
  5145. | #if defined __stub_sigstack || defined __stub___sigstack
  5146. | choke me
  5147. | #endif
  5148. |
  5149. | int
  5150. | main ()
  5151. | {
  5152. | return sigstack ();
  5153. | ;
  5154. | return 0;
  5155. | }
  5156. configure:11461: result: no
  5157. configure:11461: checking for sigset
  5158. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  5159. configure:11461: $? = 0
  5160. configure:11461: result: yes
  5161. configure:11461: checking for sigsetjmp
  5162. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  5163. conftest.c:129:6: warning: declaration of built-in function 'sigsetjmp' requires inclusion of the header <setjmp.h> [-Wbuiltin-requires-header]
  5164. char sigsetjmp ();
  5165. ^
  5166. 1 warning generated.
  5167. configure:11461: $? = 0
  5168. configure:11461: result: yes
  5169. configure:11461: checking for sigaction
  5170. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  5171. configure:11461: $? = 0
  5172. configure:11461: result: yes
  5173. configure:11461: checking for sigvec
  5174. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  5175. configure:11461: $? = 0
  5176. configure:11461: result: yes
  5177. configure:11461: checking for strcasecmp
  5178. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  5179. conftest.c:132:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
  5180. char strcasecmp ();
  5181. ^
  5182. conftest.c:132:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
  5183. 1 warning generated.
  5184. configure:11461: $? = 0
  5185. configure:11461: result: yes
  5186. configure:11461: checking for strerror
  5187. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  5188. conftest.c:133:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
  5189. char strerror ();
  5190. ^
  5191. conftest.c:133:6: note: 'strerror' is a builtin with type 'char *(int)'
  5192. 1 warning generated.
  5193. configure:11461: $? = 0
  5194. configure:11461: result: yes
  5195. configure:11461: checking for strftime
  5196. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  5197. configure:11461: $? = 0
  5198. configure:11461: result: yes
  5199. configure:11461: checking for stricmp
  5200. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  5201. Undefined symbols for architecture x86_64:
  5202. "_stricmp", referenced from:
  5203. _main in conftest-f31fc8.o
  5204. ld: symbol(s) not found for architecture x86_64
  5205. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  5206. configure:11461: $? = 1
  5207. configure: failed program was:
  5208. | /* confdefs.h */
  5209. | #define PACKAGE_NAME ""
  5210. | #define PACKAGE_TARNAME ""
  5211. | #define PACKAGE_VERSION ""
  5212. | #define PACKAGE_STRING ""
  5213. | #define PACKAGE_BUGREPORT ""
  5214. | #define PACKAGE_URL ""
  5215. | #define UNIX 1
  5216. | #define STDC_HEADERS 1
  5217. | #define HAVE_SYS_WAIT_H 1
  5218. | #define HAVE_SYS_TYPES_H 1
  5219. | #define HAVE_SYS_STAT_H 1
  5220. | #define HAVE_STDLIB_H 1
  5221. | #define HAVE_STRING_H 1
  5222. | #define HAVE_MEMORY_H 1
  5223. | #define HAVE_STRINGS_H 1
  5224. | #define HAVE_INTTYPES_H 1
  5225. | #define HAVE_STDINT_H 1
  5226. | #define HAVE_UNISTD_H 1
  5227. | #define HAVE_AVAILABILITYMACROS_H 1
  5228. | #define FEAT_HUGE 1
  5229. | #define USE_XSMP_INTERACT 1
  5230. | #define FEAT_LUA 1
  5231. | #define FEAT_PERL 1
  5232. | #define FEAT_PYTHON3 1
  5233. | #define FEAT_TCL 1
  5234. | #define FEAT_RUBY 1
  5235. | #define FEAT_CSCOPE 1
  5236. | #define FEAT_NETBEANS_INTG 1
  5237. | #define FEAT_MBYTE 1
  5238. | #define HAVE_DATE_TIME 1
  5239. | #define HAVE_ATTRIBUTE_UNUSED 1
  5240. | #define HAVE_DIRENT_H 1
  5241. | #define HAVE_STDARG_H 1
  5242. | #define HAVE_STDINT_H 1
  5243. | #define HAVE_STDLIB_H 1
  5244. | #define HAVE_STRING_H 1
  5245. | #define HAVE_SYS_SELECT_H 1
  5246. | #define HAVE_SYS_UTSNAME_H 1
  5247. | #define HAVE_TERMCAP_H 1
  5248. | #define HAVE_FCNTL_H 1
  5249. | #define HAVE_SGTTY_H 1
  5250. | #define HAVE_SYS_IOCTL_H 1
  5251. | #define HAVE_SYS_TIME_H 1
  5252. | #define HAVE_SYS_TYPES_H 1
  5253. | #define HAVE_ICONV_H 1
  5254. | #define HAVE_INTTYPES_H 1
  5255. | #define HAVE_LANGINFO_H 1
  5256. | #define HAVE_MATH_H 1
  5257. | #define HAVE_UNISTD_H 1
  5258. | #define HAVE_ERRNO_H 1
  5259. | #define HAVE_SYS_RESOURCE_H 1
  5260. | #define HAVE_LOCALE_H 1
  5261. | #define HAVE_TERMIOS_H 1
  5262. | #define HAVE_LIBC_H 1
  5263. | #define HAVE_POLL_H 1
  5264. | #define HAVE_SYS_POLL_H 1
  5265. | #define HAVE_PWD_H 1
  5266. | #define HAVE_UTIME_H 1
  5267. | #define HAVE_SYS_PARAM_H 1
  5268. | #define HAVE_LIBGEN_H 1
  5269. | #define HAVE_SYS_ACL_H 1
  5270. | #define HAVE_WCHAR_H 1
  5271. | #define HAVE_WCTYPE_H 1
  5272. | #define HAVE_SYS_SYSCTL_H 1
  5273. | #define HAVE_STRINGS_H 1
  5274. | #define NO_STRINGS_WITH_STRING_H 1
  5275. | #define TIME_WITH_SYS_TIME 1
  5276. | #define TERMINFO 1
  5277. | #define HAVE_OSPEED 1
  5278. | #define HAVE_UP_BC_PC 1
  5279. | #define SYS_SELECT_WITH_SYS_TIME 1
  5280. | #define HAVE_SVR4_PTYS 1
  5281. | #define PTYRANGE0 "pqrstuvw"
  5282. | #define PTYRANGE1 "0123456789abcdef"
  5283. | #define RETSIGTYPE void
  5284. | #define SIGRETURN return
  5285. | #define HAVE_SIGCONTEXT 1
  5286. | #define HAVE_BCMP 1
  5287. | #define HAVE_FCHDIR 1
  5288. | #define HAVE_FCHOWN 1
  5289. | #define HAVE_FSYNC 1
  5290. | #define HAVE_GETCWD 1
  5291. | #define HAVE_GETPWENT 1
  5292. | #define HAVE_GETPWNAM 1
  5293. | #define HAVE_GETPWUID 1
  5294. | #define HAVE_GETRLIMIT 1
  5295. | #define HAVE_GETTIMEOFDAY 1
  5296. | #define HAVE_GETWD 1
  5297. | #define HAVE_LSTAT 1
  5298. | #define HAVE_MEMCMP 1
  5299. | #define HAVE_MEMSET 1
  5300. | #define HAVE_MKDTEMP 1
  5301. | #define HAVE_NANOSLEEP 1
  5302. | #define HAVE_OPENDIR 1
  5303. | #define HAVE_PUTENV 1
  5304. | #define HAVE_QSORT 1
  5305. | #define HAVE_READLINK 1
  5306. | #define HAVE_SELECT 1
  5307. | #define HAVE_SETENV 1
  5308. | #define HAVE_SETPGID 1
  5309. | #define HAVE_SETSID 1
  5310. | #define HAVE_SIGALTSTACK 1
  5311. | #define HAVE_SIGSET 1
  5312. | #define HAVE_SIGSETJMP 1
  5313. | #define HAVE_SIGACTION 1
  5314. | #define HAVE_SIGVEC 1
  5315. | #define HAVE_STRCASECMP 1
  5316. | #define HAVE_STRERROR 1
  5317. | #define HAVE_STRFTIME 1
  5318. | /* end confdefs.h. */
  5319. | /* Define stricmp to an innocuous variant, in case <limits.h> declares stricmp.
  5320. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  5321. | #define stricmp innocuous_stricmp
  5322. |
  5323. | /* System header to define __stub macros and hopefully few prototypes,
  5324. | which can conflict with char stricmp (); below.
  5325. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  5326. | <limits.h> exists even on freestanding compilers. */
  5327. |
  5328. | #ifdef __STDC__
  5329. | # include <limits.h>
  5330. | #else
  5331. | # include <assert.h>
  5332. | #endif
  5333. |
  5334. | #undef stricmp
  5335. |
  5336. | /* Override any GCC internal prototype to avoid an error.
  5337. | Use char because int might match the return type of a GCC
  5338. | builtin and then its argument prototype would still apply. */
  5339. | #ifdef __cplusplus
  5340. | extern "C"
  5341. | #endif
  5342. | char stricmp ();
  5343. | /* The GNU C library defines this for functions which it implements
  5344. | to always fail with ENOSYS. Some functions are actually named
  5345. | something starting with __ and the normal name is an alias. */
  5346. | #if defined __stub_stricmp || defined __stub___stricmp
  5347. | choke me
  5348. | #endif
  5349. |
  5350. | int
  5351. | main ()
  5352. | {
  5353. | return stricmp ();
  5354. | ;
  5355. | return 0;
  5356. | }
  5357. configure:11461: result: no
  5358. configure:11461: checking for strncasecmp
  5359. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  5360. conftest.c:135:6: warning: incompatible redeclaration of library function 'strncasecmp' [-Wincompatible-library-redeclaration]
  5361. char strncasecmp ();
  5362. ^
  5363. conftest.c:135:6: note: 'strncasecmp' is a builtin with type 'int (const char *, const char *, unsigned long)'
  5364. 1 warning generated.
  5365. configure:11461: $? = 0
  5366. configure:11461: result: yes
  5367. configure:11461: checking for strnicmp
  5368. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  5369. Undefined symbols for architecture x86_64:
  5370. "_strnicmp", referenced from:
  5371. _main in conftest-c8535a.o
  5372. ld: symbol(s) not found for architecture x86_64
  5373. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  5374. configure:11461: $? = 1
  5375. configure: failed program was:
  5376. | /* confdefs.h */
  5377. | #define PACKAGE_NAME ""
  5378. | #define PACKAGE_TARNAME ""
  5379. | #define PACKAGE_VERSION ""
  5380. | #define PACKAGE_STRING ""
  5381. | #define PACKAGE_BUGREPORT ""
  5382. | #define PACKAGE_URL ""
  5383. | #define UNIX 1
  5384. | #define STDC_HEADERS 1
  5385. | #define HAVE_SYS_WAIT_H 1
  5386. | #define HAVE_SYS_TYPES_H 1
  5387. | #define HAVE_SYS_STAT_H 1
  5388. | #define HAVE_STDLIB_H 1
  5389. | #define HAVE_STRING_H 1
  5390. | #define HAVE_MEMORY_H 1
  5391. | #define HAVE_STRINGS_H 1
  5392. | #define HAVE_INTTYPES_H 1
  5393. | #define HAVE_STDINT_H 1
  5394. | #define HAVE_UNISTD_H 1
  5395. | #define HAVE_AVAILABILITYMACROS_H 1
  5396. | #define FEAT_HUGE 1
  5397. | #define USE_XSMP_INTERACT 1
  5398. | #define FEAT_LUA 1
  5399. | #define FEAT_PERL 1
  5400. | #define FEAT_PYTHON3 1
  5401. | #define FEAT_TCL 1
  5402. | #define FEAT_RUBY 1
  5403. | #define FEAT_CSCOPE 1
  5404. | #define FEAT_NETBEANS_INTG 1
  5405. | #define FEAT_MBYTE 1
  5406. | #define HAVE_DATE_TIME 1
  5407. | #define HAVE_ATTRIBUTE_UNUSED 1
  5408. | #define HAVE_DIRENT_H 1
  5409. | #define HAVE_STDARG_H 1
  5410. | #define HAVE_STDINT_H 1
  5411. | #define HAVE_STDLIB_H 1
  5412. | #define HAVE_STRING_H 1
  5413. | #define HAVE_SYS_SELECT_H 1
  5414. | #define HAVE_SYS_UTSNAME_H 1
  5415. | #define HAVE_TERMCAP_H 1
  5416. | #define HAVE_FCNTL_H 1
  5417. | #define HAVE_SGTTY_H 1
  5418. | #define HAVE_SYS_IOCTL_H 1
  5419. | #define HAVE_SYS_TIME_H 1
  5420. | #define HAVE_SYS_TYPES_H 1
  5421. | #define HAVE_ICONV_H 1
  5422. | #define HAVE_INTTYPES_H 1
  5423. | #define HAVE_LANGINFO_H 1
  5424. | #define HAVE_MATH_H 1
  5425. | #define HAVE_UNISTD_H 1
  5426. | #define HAVE_ERRNO_H 1
  5427. | #define HAVE_SYS_RESOURCE_H 1
  5428. | #define HAVE_LOCALE_H 1
  5429. | #define HAVE_TERMIOS_H 1
  5430. | #define HAVE_LIBC_H 1
  5431. | #define HAVE_POLL_H 1
  5432. | #define HAVE_SYS_POLL_H 1
  5433. | #define HAVE_PWD_H 1
  5434. | #define HAVE_UTIME_H 1
  5435. | #define HAVE_SYS_PARAM_H 1
  5436. | #define HAVE_LIBGEN_H 1
  5437. | #define HAVE_SYS_ACL_H 1
  5438. | #define HAVE_WCHAR_H 1
  5439. | #define HAVE_WCTYPE_H 1
  5440. | #define HAVE_SYS_SYSCTL_H 1
  5441. | #define HAVE_STRINGS_H 1
  5442. | #define NO_STRINGS_WITH_STRING_H 1
  5443. | #define TIME_WITH_SYS_TIME 1
  5444. | #define TERMINFO 1
  5445. | #define HAVE_OSPEED 1
  5446. | #define HAVE_UP_BC_PC 1
  5447. | #define SYS_SELECT_WITH_SYS_TIME 1
  5448. | #define HAVE_SVR4_PTYS 1
  5449. | #define PTYRANGE0 "pqrstuvw"
  5450. | #define PTYRANGE1 "0123456789abcdef"
  5451. | #define RETSIGTYPE void
  5452. | #define SIGRETURN return
  5453. | #define HAVE_SIGCONTEXT 1
  5454. | #define HAVE_BCMP 1
  5455. | #define HAVE_FCHDIR 1
  5456. | #define HAVE_FCHOWN 1
  5457. | #define HAVE_FSYNC 1
  5458. | #define HAVE_GETCWD 1
  5459. | #define HAVE_GETPWENT 1
  5460. | #define HAVE_GETPWNAM 1
  5461. | #define HAVE_GETPWUID 1
  5462. | #define HAVE_GETRLIMIT 1
  5463. | #define HAVE_GETTIMEOFDAY 1
  5464. | #define HAVE_GETWD 1
  5465. | #define HAVE_LSTAT 1
  5466. | #define HAVE_MEMCMP 1
  5467. | #define HAVE_MEMSET 1
  5468. | #define HAVE_MKDTEMP 1
  5469. | #define HAVE_NANOSLEEP 1
  5470. | #define HAVE_OPENDIR 1
  5471. | #define HAVE_PUTENV 1
  5472. | #define HAVE_QSORT 1
  5473. | #define HAVE_READLINK 1
  5474. | #define HAVE_SELECT 1
  5475. | #define HAVE_SETENV 1
  5476. | #define HAVE_SETPGID 1
  5477. | #define HAVE_SETSID 1
  5478. | #define HAVE_SIGALTSTACK 1
  5479. | #define HAVE_SIGSET 1
  5480. | #define HAVE_SIGSETJMP 1
  5481. | #define HAVE_SIGACTION 1
  5482. | #define HAVE_SIGVEC 1
  5483. | #define HAVE_STRCASECMP 1
  5484. | #define HAVE_STRERROR 1
  5485. | #define HAVE_STRFTIME 1
  5486. | #define HAVE_STRNCASECMP 1
  5487. | /* end confdefs.h. */
  5488. | /* Define strnicmp to an innocuous variant, in case <limits.h> declares strnicmp.
  5489. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  5490. | #define strnicmp innocuous_strnicmp
  5491. |
  5492. | /* System header to define __stub macros and hopefully few prototypes,
  5493. | which can conflict with char strnicmp (); below.
  5494. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  5495. | <limits.h> exists even on freestanding compilers. */
  5496. |
  5497. | #ifdef __STDC__
  5498. | # include <limits.h>
  5499. | #else
  5500. | # include <assert.h>
  5501. | #endif
  5502. |
  5503. | #undef strnicmp
  5504. |
  5505. | /* Override any GCC internal prototype to avoid an error.
  5506. | Use char because int might match the return type of a GCC
  5507. | builtin and then its argument prototype would still apply. */
  5508. | #ifdef __cplusplus
  5509. | extern "C"
  5510. | #endif
  5511. | char strnicmp ();
  5512. | /* The GNU C library defines this for functions which it implements
  5513. | to always fail with ENOSYS. Some functions are actually named
  5514. | something starting with __ and the normal name is an alias. */
  5515. | #if defined __stub_strnicmp || defined __stub___strnicmp
  5516. | choke me
  5517. | #endif
  5518. |
  5519. | int
  5520. | main ()
  5521. | {
  5522. | return strnicmp ();
  5523. | ;
  5524. | return 0;
  5525. | }
  5526. configure:11461: result: no
  5527. configure:11461: checking for strpbrk
  5528. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  5529. conftest.c:136:6: warning: incompatible redeclaration of library function 'strpbrk' [-Wincompatible-library-redeclaration]
  5530. char strpbrk ();
  5531. ^
  5532. conftest.c:136:6: note: 'strpbrk' is a builtin with type 'char *(const char *, const char *)'
  5533. 1 warning generated.
  5534. configure:11461: $? = 0
  5535. configure:11461: result: yes
  5536. configure:11461: checking for strtol
  5537. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  5538. configure:11461: $? = 0
  5539. configure:11461: result: yes
  5540. configure:11461: checking for tgetent
  5541. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  5542. configure:11461: $? = 0
  5543. configure:11461: result: yes
  5544. configure:11461: checking for towlower
  5545. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  5546. configure:11461: $? = 0
  5547. configure:11461: result: yes
  5548. configure:11461: checking for towupper
  5549. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  5550. configure:11461: $? = 0
  5551. configure:11461: result: yes
  5552. configure:11461: checking for iswupper
  5553. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  5554. configure:11461: $? = 0
  5555. configure:11461: result: yes
  5556. configure:11461: checking for usleep
  5557. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  5558. configure:11461: $? = 0
  5559. configure:11461: result: yes
  5560. configure:11461: checking for utime
  5561. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  5562. configure:11461: $? = 0
  5563. configure:11461: result: yes
  5564. configure:11461: checking for utimes
  5565. configure:11461: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  5566. configure:11461: $? = 0
  5567. configure:11461: result: yes
  5568. configure:11470: checking for _LARGEFILE_SOURCE value needed for large files
  5569. configure:11489: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  5570. configure:11489: $? = 0
  5571. configure:11517: result: no
  5572. configure:11546: checking for special C compiler options needed for large files
  5573. configure:11591: result: no
  5574. configure:11597: checking for _FILE_OFFSET_BITS value needed for large files
  5575. configure:11622: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  5576. configure:11622: $? = 0
  5577. configure:11654: result: no
  5578. configure:11740: checking for st_blksize
  5579. configure:11758: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  5580. configure:11758: $? = 0
  5581. configure:11759: result: yes
  5582. configure:11768: checking whether stat() ignores a trailing slash
  5583. configure:11792: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses >&5
  5584. conftest.c:132:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  5585. main() {struct stat st; exit(stat("configure/", &st) != 0); }
  5586. ^
  5587. 1 warning generated.
  5588. configure:11792: $? = 0
  5589. configure:11792: ./conftest
  5590. configure:11792: $? = 1
  5591. configure: program exited with status 1
  5592. configure: failed program was:
  5593. | /* confdefs.h */
  5594. | #define PACKAGE_NAME ""
  5595. | #define PACKAGE_TARNAME ""
  5596. | #define PACKAGE_VERSION ""
  5597. | #define PACKAGE_STRING ""
  5598. | #define PACKAGE_BUGREPORT ""
  5599. | #define PACKAGE_URL ""
  5600. | #define UNIX 1
  5601. | #define STDC_HEADERS 1
  5602. | #define HAVE_SYS_WAIT_H 1
  5603. | #define HAVE_SYS_TYPES_H 1
  5604. | #define HAVE_SYS_STAT_H 1
  5605. | #define HAVE_STDLIB_H 1
  5606. | #define HAVE_STRING_H 1
  5607. | #define HAVE_MEMORY_H 1
  5608. | #define HAVE_STRINGS_H 1
  5609. | #define HAVE_INTTYPES_H 1
  5610. | #define HAVE_STDINT_H 1
  5611. | #define HAVE_UNISTD_H 1
  5612. | #define HAVE_AVAILABILITYMACROS_H 1
  5613. | #define FEAT_HUGE 1
  5614. | #define USE_XSMP_INTERACT 1
  5615. | #define FEAT_LUA 1
  5616. | #define FEAT_PERL 1
  5617. | #define FEAT_PYTHON3 1
  5618. | #define FEAT_TCL 1
  5619. | #define FEAT_RUBY 1
  5620. | #define FEAT_CSCOPE 1
  5621. | #define FEAT_NETBEANS_INTG 1
  5622. | #define FEAT_MBYTE 1
  5623. | #define HAVE_DATE_TIME 1
  5624. | #define HAVE_ATTRIBUTE_UNUSED 1
  5625. | #define HAVE_DIRENT_H 1
  5626. | #define HAVE_STDARG_H 1
  5627. | #define HAVE_STDINT_H 1
  5628. | #define HAVE_STDLIB_H 1
  5629. | #define HAVE_STRING_H 1
  5630. | #define HAVE_SYS_SELECT_H 1
  5631. | #define HAVE_SYS_UTSNAME_H 1
  5632. | #define HAVE_TERMCAP_H 1
  5633. | #define HAVE_FCNTL_H 1
  5634. | #define HAVE_SGTTY_H 1
  5635. | #define HAVE_SYS_IOCTL_H 1
  5636. | #define HAVE_SYS_TIME_H 1
  5637. | #define HAVE_SYS_TYPES_H 1
  5638. | #define HAVE_ICONV_H 1
  5639. | #define HAVE_INTTYPES_H 1
  5640. | #define HAVE_LANGINFO_H 1
  5641. | #define HAVE_MATH_H 1
  5642. | #define HAVE_UNISTD_H 1
  5643. | #define HAVE_ERRNO_H 1
  5644. | #define HAVE_SYS_RESOURCE_H 1
  5645. | #define HAVE_LOCALE_H 1
  5646. | #define HAVE_TERMIOS_H 1
  5647. | #define HAVE_LIBC_H 1
  5648. | #define HAVE_POLL_H 1
  5649. | #define HAVE_SYS_POLL_H 1
  5650. | #define HAVE_PWD_H 1
  5651. | #define HAVE_UTIME_H 1
  5652. | #define HAVE_SYS_PARAM_H 1
  5653. | #define HAVE_LIBGEN_H 1
  5654. | #define HAVE_SYS_ACL_H 1
  5655. | #define HAVE_WCHAR_H 1
  5656. | #define HAVE_WCTYPE_H 1
  5657. | #define HAVE_SYS_SYSCTL_H 1
  5658. | #define HAVE_STRINGS_H 1
  5659. | #define NO_STRINGS_WITH_STRING_H 1
  5660. | #define TIME_WITH_SYS_TIME 1
  5661. | #define TERMINFO 1
  5662. | #define HAVE_OSPEED 1
  5663. | #define HAVE_UP_BC_PC 1
  5664. | #define SYS_SELECT_WITH_SYS_TIME 1
  5665. | #define HAVE_SVR4_PTYS 1
  5666. | #define PTYRANGE0 "pqrstuvw"
  5667. | #define PTYRANGE1 "0123456789abcdef"
  5668. | #define RETSIGTYPE void
  5669. | #define SIGRETURN return
  5670. | #define HAVE_SIGCONTEXT 1
  5671. | #define HAVE_BCMP 1
  5672. | #define HAVE_FCHDIR 1
  5673. | #define HAVE_FCHOWN 1
  5674. | #define HAVE_FSYNC 1
  5675. | #define HAVE_GETCWD 1
  5676. | #define HAVE_GETPWENT 1
  5677. | #define HAVE_GETPWNAM 1
  5678. | #define HAVE_GETPWUID 1
  5679. | #define HAVE_GETRLIMIT 1
  5680. | #define HAVE_GETTIMEOFDAY 1
  5681. | #define HAVE_GETWD 1
  5682. | #define HAVE_LSTAT 1
  5683. | #define HAVE_MEMCMP 1
  5684. | #define HAVE_MEMSET 1
  5685. | #define HAVE_MKDTEMP 1
  5686. | #define HAVE_NANOSLEEP 1
  5687. | #define HAVE_OPENDIR 1
  5688. | #define HAVE_PUTENV 1
  5689. | #define HAVE_QSORT 1
  5690. | #define HAVE_READLINK 1
  5691. | #define HAVE_SELECT 1
  5692. | #define HAVE_SETENV 1
  5693. | #define HAVE_SETPGID 1
  5694. | #define HAVE_SETSID 1
  5695. | #define HAVE_SIGALTSTACK 1
  5696. | #define HAVE_SIGSET 1
  5697. | #define HAVE_SIGSETJMP 1
  5698. | #define HAVE_SIGACTION 1
  5699. | #define HAVE_SIGVEC 1
  5700. | #define HAVE_STRCASECMP 1
  5701. | #define HAVE_STRERROR 1
  5702. | #define HAVE_STRFTIME 1
  5703. | #define HAVE_STRNCASECMP 1
  5704. | #define HAVE_STRPBRK 1
  5705. | #define HAVE_STRTOL 1
  5706. | #define HAVE_TGETENT 1
  5707. | #define HAVE_TOWLOWER 1
  5708. | #define HAVE_TOWUPPER 1
  5709. | #define HAVE_ISWUPPER 1
  5710. | #define HAVE_USLEEP 1
  5711. | #define HAVE_UTIME 1
  5712. | #define HAVE_UTIMES 1
  5713. | #define HAVE_FSEEKO 1
  5714. | #define HAVE_ST_BLKSIZE 1
  5715. | /* end confdefs.h. */
  5716. |
  5717. | #include "confdefs.h"
  5718. | #if STDC_HEADERS
  5719. | # include <stdlib.h>
  5720. | # include <stddef.h>
  5721. | #endif
  5722. | #include <sys/types.h>
  5723. | #include <sys/stat.h>
  5724. | main() {struct stat st; exit(stat("configure/", &st) != 0); }
  5725. |
  5726. configure:11807: result: no
  5727. configure:11815: checking for iconv_open()
  5728. configure:11834: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses -liconv >&5
  5729. configure:11834: $? = 0
  5730. configure:11835: result: yes; with -liconv
  5731. configure:11870: checking for nl_langinfo(CODESET)
  5732. configure:11887: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lncurses -liconv >&5
  5733. configure:11887: $? = 0
  5734. configure:11888: result: yes
  5735. configure:11898: checking for strtod in -lm
  5736. configure:11923: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lm -lncurses -liconv >&5
  5737. configure:11923: $? = 0
  5738. configure:11932: result: yes
  5739. configure:11943: checking for strtod() and other floating point functions
  5740. configure:11975: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lm -lncurses -liconv >&5
  5741. configure:11975: $? = 0
  5742. configure:11976: result: yes
  5743. configure:11986: checking --disable-acl argument
  5744. configure:11996: result: no
  5745. configure:11998: checking for acl_get_file in -lposix1e
  5746. configure:12023: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lposix1e -lm -lncurses -liconv >&5
  5747. ld: library not found for -lposix1e
  5748. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  5749. configure:12023: $? = 1
  5750. configure: failed program was:
  5751. | /* confdefs.h */
  5752. | #define PACKAGE_NAME ""
  5753. | #define PACKAGE_TARNAME ""
  5754. | #define PACKAGE_VERSION ""
  5755. | #define PACKAGE_STRING ""
  5756. | #define PACKAGE_BUGREPORT ""
  5757. | #define PACKAGE_URL ""
  5758. | #define UNIX 1
  5759. | #define STDC_HEADERS 1
  5760. | #define HAVE_SYS_WAIT_H 1
  5761. | #define HAVE_SYS_TYPES_H 1
  5762. | #define HAVE_SYS_STAT_H 1
  5763. | #define HAVE_STDLIB_H 1
  5764. | #define HAVE_STRING_H 1
  5765. | #define HAVE_MEMORY_H 1
  5766. | #define HAVE_STRINGS_H 1
  5767. | #define HAVE_INTTYPES_H 1
  5768. | #define HAVE_STDINT_H 1
  5769. | #define HAVE_UNISTD_H 1
  5770. | #define HAVE_AVAILABILITYMACROS_H 1
  5771. | #define FEAT_HUGE 1
  5772. | #define USE_XSMP_INTERACT 1
  5773. | #define FEAT_LUA 1
  5774. | #define FEAT_PERL 1
  5775. | #define FEAT_PYTHON3 1
  5776. | #define FEAT_TCL 1
  5777. | #define FEAT_RUBY 1
  5778. | #define FEAT_CSCOPE 1
  5779. | #define FEAT_NETBEANS_INTG 1
  5780. | #define FEAT_MBYTE 1
  5781. | #define HAVE_DATE_TIME 1
  5782. | #define HAVE_ATTRIBUTE_UNUSED 1
  5783. | #define HAVE_DIRENT_H 1
  5784. | #define HAVE_STDARG_H 1
  5785. | #define HAVE_STDINT_H 1
  5786. | #define HAVE_STDLIB_H 1
  5787. | #define HAVE_STRING_H 1
  5788. | #define HAVE_SYS_SELECT_H 1
  5789. | #define HAVE_SYS_UTSNAME_H 1
  5790. | #define HAVE_TERMCAP_H 1
  5791. | #define HAVE_FCNTL_H 1
  5792. | #define HAVE_SGTTY_H 1
  5793. | #define HAVE_SYS_IOCTL_H 1
  5794. | #define HAVE_SYS_TIME_H 1
  5795. | #define HAVE_SYS_TYPES_H 1
  5796. | #define HAVE_ICONV_H 1
  5797. | #define HAVE_INTTYPES_H 1
  5798. | #define HAVE_LANGINFO_H 1
  5799. | #define HAVE_MATH_H 1
  5800. | #define HAVE_UNISTD_H 1
  5801. | #define HAVE_ERRNO_H 1
  5802. | #define HAVE_SYS_RESOURCE_H 1
  5803. | #define HAVE_LOCALE_H 1
  5804. | #define HAVE_TERMIOS_H 1
  5805. | #define HAVE_LIBC_H 1
  5806. | #define HAVE_POLL_H 1
  5807. | #define HAVE_SYS_POLL_H 1
  5808. | #define HAVE_PWD_H 1
  5809. | #define HAVE_UTIME_H 1
  5810. | #define HAVE_SYS_PARAM_H 1
  5811. | #define HAVE_LIBGEN_H 1
  5812. | #define HAVE_SYS_ACL_H 1
  5813. | #define HAVE_WCHAR_H 1
  5814. | #define HAVE_WCTYPE_H 1
  5815. | #define HAVE_SYS_SYSCTL_H 1
  5816. | #define HAVE_STRINGS_H 1
  5817. | #define NO_STRINGS_WITH_STRING_H 1
  5818. | #define TIME_WITH_SYS_TIME 1
  5819. | #define TERMINFO 1
  5820. | #define HAVE_OSPEED 1
  5821. | #define HAVE_UP_BC_PC 1
  5822. | #define SYS_SELECT_WITH_SYS_TIME 1
  5823. | #define HAVE_SVR4_PTYS 1
  5824. | #define PTYRANGE0 "pqrstuvw"
  5825. | #define PTYRANGE1 "0123456789abcdef"
  5826. | #define RETSIGTYPE void
  5827. | #define SIGRETURN return
  5828. | #define HAVE_SIGCONTEXT 1
  5829. | #define HAVE_BCMP 1
  5830. | #define HAVE_FCHDIR 1
  5831. | #define HAVE_FCHOWN 1
  5832. | #define HAVE_FSYNC 1
  5833. | #define HAVE_GETCWD 1
  5834. | #define HAVE_GETPWENT 1
  5835. | #define HAVE_GETPWNAM 1
  5836. | #define HAVE_GETPWUID 1
  5837. | #define HAVE_GETRLIMIT 1
  5838. | #define HAVE_GETTIMEOFDAY 1
  5839. | #define HAVE_GETWD 1
  5840. | #define HAVE_LSTAT 1
  5841. | #define HAVE_MEMCMP 1
  5842. | #define HAVE_MEMSET 1
  5843. | #define HAVE_MKDTEMP 1
  5844. | #define HAVE_NANOSLEEP 1
  5845. | #define HAVE_OPENDIR 1
  5846. | #define HAVE_PUTENV 1
  5847. | #define HAVE_QSORT 1
  5848. | #define HAVE_READLINK 1
  5849. | #define HAVE_SELECT 1
  5850. | #define HAVE_SETENV 1
  5851. | #define HAVE_SETPGID 1
  5852. | #define HAVE_SETSID 1
  5853. | #define HAVE_SIGALTSTACK 1
  5854. | #define HAVE_SIGSET 1
  5855. | #define HAVE_SIGSETJMP 1
  5856. | #define HAVE_SIGACTION 1
  5857. | #define HAVE_SIGVEC 1
  5858. | #define HAVE_STRCASECMP 1
  5859. | #define HAVE_STRERROR 1
  5860. | #define HAVE_STRFTIME 1
  5861. | #define HAVE_STRNCASECMP 1
  5862. | #define HAVE_STRPBRK 1
  5863. | #define HAVE_STRTOL 1
  5864. | #define HAVE_TGETENT 1
  5865. | #define HAVE_TOWLOWER 1
  5866. | #define HAVE_TOWUPPER 1
  5867. | #define HAVE_ISWUPPER 1
  5868. | #define HAVE_USLEEP 1
  5869. | #define HAVE_UTIME 1
  5870. | #define HAVE_UTIMES 1
  5871. | #define HAVE_FSEEKO 1
  5872. | #define HAVE_ST_BLKSIZE 1
  5873. | #define HAVE_ICONV 1
  5874. | #define HAVE_NL_LANGINFO_CODESET 1
  5875. | #define HAVE_LIBM 1
  5876. | #define HAVE_FLOAT_FUNCS 1
  5877. | /* end confdefs.h. */
  5878. |
  5879. | /* Override any GCC internal prototype to avoid an error.
  5880. | Use char because int might match the return type of a GCC
  5881. | builtin and then its argument prototype would still apply. */
  5882. | #ifdef __cplusplus
  5883. | extern "C"
  5884. | #endif
  5885. | char acl_get_file ();
  5886. | int
  5887. | main ()
  5888. | {
  5889. | return acl_get_file ();
  5890. | ;
  5891. | return 0;
  5892. | }
  5893. configure:12032: result: no
  5894. configure:12037: checking for acl_get_file in -lacl
  5895. configure:12062: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lacl -lm -lncurses -liconv >&5
  5896. ld: library not found for -lacl
  5897. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  5898. configure:12062: $? = 1
  5899. configure: failed program was:
  5900. | /* confdefs.h */
  5901. | #define PACKAGE_NAME ""
  5902. | #define PACKAGE_TARNAME ""
  5903. | #define PACKAGE_VERSION ""
  5904. | #define PACKAGE_STRING ""
  5905. | #define PACKAGE_BUGREPORT ""
  5906. | #define PACKAGE_URL ""
  5907. | #define UNIX 1
  5908. | #define STDC_HEADERS 1
  5909. | #define HAVE_SYS_WAIT_H 1
  5910. | #define HAVE_SYS_TYPES_H 1
  5911. | #define HAVE_SYS_STAT_H 1
  5912. | #define HAVE_STDLIB_H 1
  5913. | #define HAVE_STRING_H 1
  5914. | #define HAVE_MEMORY_H 1
  5915. | #define HAVE_STRINGS_H 1
  5916. | #define HAVE_INTTYPES_H 1
  5917. | #define HAVE_STDINT_H 1
  5918. | #define HAVE_UNISTD_H 1
  5919. | #define HAVE_AVAILABILITYMACROS_H 1
  5920. | #define FEAT_HUGE 1
  5921. | #define USE_XSMP_INTERACT 1
  5922. | #define FEAT_LUA 1
  5923. | #define FEAT_PERL 1
  5924. | #define FEAT_PYTHON3 1
  5925. | #define FEAT_TCL 1
  5926. | #define FEAT_RUBY 1
  5927. | #define FEAT_CSCOPE 1
  5928. | #define FEAT_NETBEANS_INTG 1
  5929. | #define FEAT_MBYTE 1
  5930. | #define HAVE_DATE_TIME 1
  5931. | #define HAVE_ATTRIBUTE_UNUSED 1
  5932. | #define HAVE_DIRENT_H 1
  5933. | #define HAVE_STDARG_H 1
  5934. | #define HAVE_STDINT_H 1
  5935. | #define HAVE_STDLIB_H 1
  5936. | #define HAVE_STRING_H 1
  5937. | #define HAVE_SYS_SELECT_H 1
  5938. | #define HAVE_SYS_UTSNAME_H 1
  5939. | #define HAVE_TERMCAP_H 1
  5940. | #define HAVE_FCNTL_H 1
  5941. | #define HAVE_SGTTY_H 1
  5942. | #define HAVE_SYS_IOCTL_H 1
  5943. | #define HAVE_SYS_TIME_H 1
  5944. | #define HAVE_SYS_TYPES_H 1
  5945. | #define HAVE_ICONV_H 1
  5946. | #define HAVE_INTTYPES_H 1
  5947. | #define HAVE_LANGINFO_H 1
  5948. | #define HAVE_MATH_H 1
  5949. | #define HAVE_UNISTD_H 1
  5950. | #define HAVE_ERRNO_H 1
  5951. | #define HAVE_SYS_RESOURCE_H 1
  5952. | #define HAVE_LOCALE_H 1
  5953. | #define HAVE_TERMIOS_H 1
  5954. | #define HAVE_LIBC_H 1
  5955. | #define HAVE_POLL_H 1
  5956. | #define HAVE_SYS_POLL_H 1
  5957. | #define HAVE_PWD_H 1
  5958. | #define HAVE_UTIME_H 1
  5959. | #define HAVE_SYS_PARAM_H 1
  5960. | #define HAVE_LIBGEN_H 1
  5961. | #define HAVE_SYS_ACL_H 1
  5962. | #define HAVE_WCHAR_H 1
  5963. | #define HAVE_WCTYPE_H 1
  5964. | #define HAVE_SYS_SYSCTL_H 1
  5965. | #define HAVE_STRINGS_H 1
  5966. | #define NO_STRINGS_WITH_STRING_H 1
  5967. | #define TIME_WITH_SYS_TIME 1
  5968. | #define TERMINFO 1
  5969. | #define HAVE_OSPEED 1
  5970. | #define HAVE_UP_BC_PC 1
  5971. | #define SYS_SELECT_WITH_SYS_TIME 1
  5972. | #define HAVE_SVR4_PTYS 1
  5973. | #define PTYRANGE0 "pqrstuvw"
  5974. | #define PTYRANGE1 "0123456789abcdef"
  5975. | #define RETSIGTYPE void
  5976. | #define SIGRETURN return
  5977. | #define HAVE_SIGCONTEXT 1
  5978. | #define HAVE_BCMP 1
  5979. | #define HAVE_FCHDIR 1
  5980. | #define HAVE_FCHOWN 1
  5981. | #define HAVE_FSYNC 1
  5982. | #define HAVE_GETCWD 1
  5983. | #define HAVE_GETPWENT 1
  5984. | #define HAVE_GETPWNAM 1
  5985. | #define HAVE_GETPWUID 1
  5986. | #define HAVE_GETRLIMIT 1
  5987. | #define HAVE_GETTIMEOFDAY 1
  5988. | #define HAVE_GETWD 1
  5989. | #define HAVE_LSTAT 1
  5990. | #define HAVE_MEMCMP 1
  5991. | #define HAVE_MEMSET 1
  5992. | #define HAVE_MKDTEMP 1
  5993. | #define HAVE_NANOSLEEP 1
  5994. | #define HAVE_OPENDIR 1
  5995. | #define HAVE_PUTENV 1
  5996. | #define HAVE_QSORT 1
  5997. | #define HAVE_READLINK 1
  5998. | #define HAVE_SELECT 1
  5999. | #define HAVE_SETENV 1
  6000. | #define HAVE_SETPGID 1
  6001. | #define HAVE_SETSID 1
  6002. | #define HAVE_SIGALTSTACK 1
  6003. | #define HAVE_SIGSET 1
  6004. | #define HAVE_SIGSETJMP 1
  6005. | #define HAVE_SIGACTION 1
  6006. | #define HAVE_SIGVEC 1
  6007. | #define HAVE_STRCASECMP 1
  6008. | #define HAVE_STRERROR 1
  6009. | #define HAVE_STRFTIME 1
  6010. | #define HAVE_STRNCASECMP 1
  6011. | #define HAVE_STRPBRK 1
  6012. | #define HAVE_STRTOL 1
  6013. | #define HAVE_TGETENT 1
  6014. | #define HAVE_TOWLOWER 1
  6015. | #define HAVE_TOWUPPER 1
  6016. | #define HAVE_ISWUPPER 1
  6017. | #define HAVE_USLEEP 1
  6018. | #define HAVE_UTIME 1
  6019. | #define HAVE_UTIMES 1
  6020. | #define HAVE_FSEEKO 1
  6021. | #define HAVE_ST_BLKSIZE 1
  6022. | #define HAVE_ICONV 1
  6023. | #define HAVE_NL_LANGINFO_CODESET 1
  6024. | #define HAVE_LIBM 1
  6025. | #define HAVE_FLOAT_FUNCS 1
  6026. | /* end confdefs.h. */
  6027. |
  6028. | /* Override any GCC internal prototype to avoid an error.
  6029. | Use char because int might match the return type of a GCC
  6030. | builtin and then its argument prototype would still apply. */
  6031. | #ifdef __cplusplus
  6032. | extern "C"
  6033. | #endif
  6034. | char acl_get_file ();
  6035. | int
  6036. | main ()
  6037. | {
  6038. | return acl_get_file ();
  6039. | ;
  6040. | return 0;
  6041. | }
  6042. configure:12071: result: no
  6043. configure:12120: checking for POSIX ACL support
  6044. configure:12140: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lm -lncurses -liconv >&5
  6045. configure:12140: $? = 0
  6046. configure:12141: result: yes
  6047. configure:12151: checking for acl_get in -lsec
  6048. configure:12176: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lsec -lm -lncurses -liconv >&5
  6049. ld: library not found for -lsec
  6050. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  6051. configure:12176: $? = 1
  6052. configure: failed program was:
  6053. | /* confdefs.h */
  6054. | #define PACKAGE_NAME ""
  6055. | #define PACKAGE_TARNAME ""
  6056. | #define PACKAGE_VERSION ""
  6057. | #define PACKAGE_STRING ""
  6058. | #define PACKAGE_BUGREPORT ""
  6059. | #define PACKAGE_URL ""
  6060. | #define UNIX 1
  6061. | #define STDC_HEADERS 1
  6062. | #define HAVE_SYS_WAIT_H 1
  6063. | #define HAVE_SYS_TYPES_H 1
  6064. | #define HAVE_SYS_STAT_H 1
  6065. | #define HAVE_STDLIB_H 1
  6066. | #define HAVE_STRING_H 1
  6067. | #define HAVE_MEMORY_H 1
  6068. | #define HAVE_STRINGS_H 1
  6069. | #define HAVE_INTTYPES_H 1
  6070. | #define HAVE_STDINT_H 1
  6071. | #define HAVE_UNISTD_H 1
  6072. | #define HAVE_AVAILABILITYMACROS_H 1
  6073. | #define FEAT_HUGE 1
  6074. | #define USE_XSMP_INTERACT 1
  6075. | #define FEAT_LUA 1
  6076. | #define FEAT_PERL 1
  6077. | #define FEAT_PYTHON3 1
  6078. | #define FEAT_TCL 1
  6079. | #define FEAT_RUBY 1
  6080. | #define FEAT_CSCOPE 1
  6081. | #define FEAT_NETBEANS_INTG 1
  6082. | #define FEAT_MBYTE 1
  6083. | #define HAVE_DATE_TIME 1
  6084. | #define HAVE_ATTRIBUTE_UNUSED 1
  6085. | #define HAVE_DIRENT_H 1
  6086. | #define HAVE_STDARG_H 1
  6087. | #define HAVE_STDINT_H 1
  6088. | #define HAVE_STDLIB_H 1
  6089. | #define HAVE_STRING_H 1
  6090. | #define HAVE_SYS_SELECT_H 1
  6091. | #define HAVE_SYS_UTSNAME_H 1
  6092. | #define HAVE_TERMCAP_H 1
  6093. | #define HAVE_FCNTL_H 1
  6094. | #define HAVE_SGTTY_H 1
  6095. | #define HAVE_SYS_IOCTL_H 1
  6096. | #define HAVE_SYS_TIME_H 1
  6097. | #define HAVE_SYS_TYPES_H 1
  6098. | #define HAVE_ICONV_H 1
  6099. | #define HAVE_INTTYPES_H 1
  6100. | #define HAVE_LANGINFO_H 1
  6101. | #define HAVE_MATH_H 1
  6102. | #define HAVE_UNISTD_H 1
  6103. | #define HAVE_ERRNO_H 1
  6104. | #define HAVE_SYS_RESOURCE_H 1
  6105. | #define HAVE_LOCALE_H 1
  6106. | #define HAVE_TERMIOS_H 1
  6107. | #define HAVE_LIBC_H 1
  6108. | #define HAVE_POLL_H 1
  6109. | #define HAVE_SYS_POLL_H 1
  6110. | #define HAVE_PWD_H 1
  6111. | #define HAVE_UTIME_H 1
  6112. | #define HAVE_SYS_PARAM_H 1
  6113. | #define HAVE_LIBGEN_H 1
  6114. | #define HAVE_SYS_ACL_H 1
  6115. | #define HAVE_WCHAR_H 1
  6116. | #define HAVE_WCTYPE_H 1
  6117. | #define HAVE_SYS_SYSCTL_H 1
  6118. | #define HAVE_STRINGS_H 1
  6119. | #define NO_STRINGS_WITH_STRING_H 1
  6120. | #define TIME_WITH_SYS_TIME 1
  6121. | #define TERMINFO 1
  6122. | #define HAVE_OSPEED 1
  6123. | #define HAVE_UP_BC_PC 1
  6124. | #define SYS_SELECT_WITH_SYS_TIME 1
  6125. | #define HAVE_SVR4_PTYS 1
  6126. | #define PTYRANGE0 "pqrstuvw"
  6127. | #define PTYRANGE1 "0123456789abcdef"
  6128. | #define RETSIGTYPE void
  6129. | #define SIGRETURN return
  6130. | #define HAVE_SIGCONTEXT 1
  6131. | #define HAVE_BCMP 1
  6132. | #define HAVE_FCHDIR 1
  6133. | #define HAVE_FCHOWN 1
  6134. | #define HAVE_FSYNC 1
  6135. | #define HAVE_GETCWD 1
  6136. | #define HAVE_GETPWENT 1
  6137. | #define HAVE_GETPWNAM 1
  6138. | #define HAVE_GETPWUID 1
  6139. | #define HAVE_GETRLIMIT 1
  6140. | #define HAVE_GETTIMEOFDAY 1
  6141. | #define HAVE_GETWD 1
  6142. | #define HAVE_LSTAT 1
  6143. | #define HAVE_MEMCMP 1
  6144. | #define HAVE_MEMSET 1
  6145. | #define HAVE_MKDTEMP 1
  6146. | #define HAVE_NANOSLEEP 1
  6147. | #define HAVE_OPENDIR 1
  6148. | #define HAVE_PUTENV 1
  6149. | #define HAVE_QSORT 1
  6150. | #define HAVE_READLINK 1
  6151. | #define HAVE_SELECT 1
  6152. | #define HAVE_SETENV 1
  6153. | #define HAVE_SETPGID 1
  6154. | #define HAVE_SETSID 1
  6155. | #define HAVE_SIGALTSTACK 1
  6156. | #define HAVE_SIGSET 1
  6157. | #define HAVE_SIGSETJMP 1
  6158. | #define HAVE_SIGACTION 1
  6159. | #define HAVE_SIGVEC 1
  6160. | #define HAVE_STRCASECMP 1
  6161. | #define HAVE_STRERROR 1
  6162. | #define HAVE_STRFTIME 1
  6163. | #define HAVE_STRNCASECMP 1
  6164. | #define HAVE_STRPBRK 1
  6165. | #define HAVE_STRTOL 1
  6166. | #define HAVE_TGETENT 1
  6167. | #define HAVE_TOWLOWER 1
  6168. | #define HAVE_TOWUPPER 1
  6169. | #define HAVE_ISWUPPER 1
  6170. | #define HAVE_USLEEP 1
  6171. | #define HAVE_UTIME 1
  6172. | #define HAVE_UTIMES 1
  6173. | #define HAVE_FSEEKO 1
  6174. | #define HAVE_ST_BLKSIZE 1
  6175. | #define HAVE_ICONV 1
  6176. | #define HAVE_NL_LANGINFO_CODESET 1
  6177. | #define HAVE_LIBM 1
  6178. | #define HAVE_FLOAT_FUNCS 1
  6179. | #define HAVE_POSIX_ACL 1
  6180. | /* end confdefs.h. */
  6181. |
  6182. | /* Override any GCC internal prototype to avoid an error.
  6183. | Use char because int might match the return type of a GCC
  6184. | builtin and then its argument prototype would still apply. */
  6185. | #ifdef __cplusplus
  6186. | extern "C"
  6187. | #endif
  6188. | char acl_get ();
  6189. | int
  6190. | main ()
  6191. | {
  6192. | return acl_get ();
  6193. | ;
  6194. | return 0;
  6195. | }
  6196. configure:12185: result: no
  6197. configure:12191: checking for Solaris ACL support
  6198. configure:12208: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lm -lncurses -liconv >&5
  6199. In file included from conftest.c:131:
  6200. In file included from /usr/include/sys/acl.h:27:
  6201. /usr/include/sys/kauth.h:58:2: error: unknown type name 'u_int8_t'; did you mean '__int8_t'?
  6202. u_int8_t sid_kind;
  6203. ^
  6204. /usr/include/i386/_types.h:37:24: note: '__int8_t' declared here
  6205. typedef __signed char __int8_t;
  6206. ^
  6207. In file included from conftest.c:131:
  6208. In file included from /usr/include/sys/acl.h:27:
  6209. /usr/include/sys/kauth.h:59:2: error: unknown type name 'u_int8_t'; did you mean '__int8_t'?
  6210. u_int8_t sid_authcount;
  6211. ^
  6212. /usr/include/i386/_types.h:37:24: note: '__int8_t' declared here
  6213. typedef __signed char __int8_t;
  6214. ^
  6215. In file included from conftest.c:131:
  6216. In file included from /usr/include/sys/acl.h:27:
  6217. /usr/include/sys/kauth.h:60:2: error: unknown type name 'u_int8_t'; did you mean '__int8_t'?
  6218. u_int8_t sid_authority[6];
  6219. ^
  6220. /usr/include/i386/_types.h:37:24: note: '__int8_t' declared here
  6221. typedef __signed char __int8_t;
  6222. ^
  6223. In file included from conftest.c:131:
  6224. In file included from /usr/include/sys/acl.h:27:
  6225. /usr/include/sys/kauth.h:62:2: error: unknown type name 'u_int32_t'; did you mean '__int32_t'?
  6226. u_int32_t sid_authorities[KAUTH_NTSID_MAX_AUTHORITIES];
  6227. ^
  6228. /usr/include/i386/_types.h:44:15: note: '__int32_t' declared here
  6229. typedef int __int32_t;
  6230. ^
  6231. In file included from conftest.c:131:
  6232. In file included from /usr/include/sys/acl.h:27:
  6233. /usr/include/sys/kauth.h:79:2: error: unknown type name 'u_int32_t'; did you mean '__int32_t'?
  6234. u_int32_t el_seqno; /* request sequence number */
  6235. ^
  6236. /usr/include/i386/_types.h:44:15: note: '__int32_t' declared here
  6237. typedef int __int32_t;
  6238. ^
  6239. In file included from conftest.c:131:
  6240. In file included from /usr/include/sys/acl.h:27:
  6241. /usr/include/sys/kauth.h:80:2: error: unknown type name 'u_int32_t'; did you mean '__int32_t'?
  6242. u_int32_t el_result; /* lookup result */
  6243. ^
  6244. /usr/include/i386/_types.h:44:15: note: '__int32_t' declared here
  6245. typedef int __int32_t;
  6246. ^
  6247. In file included from conftest.c:131:
  6248. In file included from /usr/include/sys/acl.h:27:
  6249. /usr/include/sys/kauth.h:86:2: error: unknown type name 'u_int32_t'; did you mean '__int32_t'?
  6250. u_int32_t el_flags;
  6251. ^
  6252. /usr/include/i386/_types.h:44:15: note: '__int32_t' declared here
  6253. typedef int __int32_t;
  6254. ^
  6255. In file included from conftest.c:131:
  6256. In file included from /usr/include/sys/acl.h:27:
  6257. /usr/include/sys/kauth.h:110:2: error: unknown type name 'u_int64_t'; did you mean '__int64_t'?
  6258. u_int64_t el_extend; /* extension field */
  6259. ^
  6260. /usr/include/i386/_types.h:46:20: note: '__int64_t' declared here
  6261. typedef long long __int64_t;
  6262. ^
  6263. In file included from conftest.c:131:
  6264. In file included from /usr/include/sys/acl.h:27:
  6265. /usr/include/sys/kauth.h:111:2: error: unknown type name 'u_int32_t'; did you mean '__int32_t'?
  6266. u_int32_t el_info_reserved_1; /* reserved (APPLE) */
  6267. ^
  6268. /usr/include/i386/_types.h:44:15: note: '__int32_t' declared here
  6269. typedef int __int32_t;
  6270. ^
  6271. In file included from conftest.c:131:
  6272. In file included from /usr/include/sys/acl.h:27:
  6273. /usr/include/sys/kauth.h:113:2: error: unknown type name 'uid_t'; did you mean 'guid_t'?
  6274. uid_t el_uid; /* user ID */
  6275. ^
  6276. /usr/include/sys/_types/_guid_t.h:34:3: note: 'guid_t' declared here
  6277. } guid_t;
  6278. ^
  6279. In file included from conftest.c:131:
  6280. In file included from /usr/include/sys/acl.h:27:
  6281. /usr/include/sys/kauth.h:115:2: error: unknown type name 'u_int32_t'; did you mean '__int32_t'?
  6282. u_int32_t el_uguid_valid; /* TTL on translation result (seconds) */
  6283. ^
  6284. /usr/include/i386/_types.h:44:15: note: '__int32_t' declared here
  6285. typedef int __int32_t;
  6286. ^
  6287. In file included from conftest.c:131:
  6288. In file included from /usr/include/sys/acl.h:27:
  6289. /usr/include/sys/kauth.h:117:2: error: unknown type name 'u_int32_t'; did you mean '__int32_t'?
  6290. u_int32_t el_usid_valid; /* TTL on translation result (seconds) */
  6291. ^
  6292. /usr/include/i386/_types.h:44:15: note: '__int32_t' declared here
  6293. typedef int __int32_t;
  6294. ^
  6295. In file included from conftest.c:131:
  6296. In file included from /usr/include/sys/acl.h:27:
  6297. /usr/include/sys/kauth.h:118:2: error: unknown type name 'gid_t'; did you mean 'guid_t'?
  6298. gid_t el_gid; /* group ID */
  6299. ^
  6300. /usr/include/sys/_types/_guid_t.h:34:3: note: 'guid_t' declared here
  6301. } guid_t;
  6302. ^
  6303. In file included from conftest.c:131:
  6304. In file included from /usr/include/sys/acl.h:27:
  6305. /usr/include/sys/kauth.h:120:2: error: unknown type name 'u_int32_t'; did you mean '__int32_t'?
  6306. u_int32_t el_gguid_valid; /* TTL on translation result (seconds) */
  6307. ^
  6308. /usr/include/i386/_types.h:44:15: note: '__int32_t' declared here
  6309. typedef int __int32_t;
  6310. ^
  6311. In file included from conftest.c:131:
  6312. In file included from /usr/include/sys/acl.h:27:
  6313. /usr/include/sys/kauth.h:122:2: error: unknown type name 'u_int32_t'; did you mean '__int32_t'?
  6314. u_int32_t el_gsid_valid; /* TTL on translation result (seconds) */
  6315. ^
  6316. /usr/include/i386/_types.h:44:15: note: '__int32_t' declared here
  6317. typedef int __int32_t;
  6318. ^
  6319. In file included from conftest.c:131:
  6320. In file included from /usr/include/sys/acl.h:27:
  6321. /usr/include/sys/kauth.h:123:2: error: unknown type name 'u_int32_t'; did you mean '__int32_t'?
  6322. u_int32_t el_member_valid; /* TTL on group lookup result */
  6323. ^
  6324. /usr/include/i386/_types.h:44:15: note: '__int32_t' declared here
  6325. typedef int __int32_t;
  6326. ^
  6327. In file included from conftest.c:131:
  6328. In file included from /usr/include/sys/acl.h:27:
  6329. /usr/include/sys/kauth.h:124:3: error: unknown type name 'u_int32_t'; did you mean '__int32_t'?
  6330. u_int32_t el_sup_grp_cnt; /* count of supplemental groups up to NGROUPS */
  6331. ^
  6332. /usr/include/i386/_types.h:44:15: note: '__int32_t' declared here
  6333. typedef int __int32_t;
  6334. ^
  6335. In file included from conftest.c:131:
  6336. In file included from /usr/include/sys/acl.h:27:
  6337. /usr/include/sys/kauth.h:125:3: error: unknown type name 'gid_t'; did you mean 'guid_t'?
  6338. gid_t el_sup_groups[NGROUPS_MAX]; /* supplemental group list */
  6339. ^
  6340. /usr/include/sys/_types/_guid_t.h:34:3: note: 'guid_t' declared here
  6341. } guid_t;
  6342. ^
  6343. In file included from conftest.c:131:
  6344. In file included from /usr/include/sys/acl.h:27:
  6345. /usr/include/sys/kauth.h:129:2: error: unknown type name 'u_int32_t'; did you mean '__int32_t'?
  6346. u_int32_t kcs_group_size;
  6347. ^
  6348. /usr/include/i386/_types.h:44:15: note: '__int32_t' declared here
  6349. typedef int __int32_t;
  6350. ^
  6351. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  6352. 20 errors generated.
  6353. configure:12208: $? = 1
  6354. configure: failed program was:
  6355. | /* confdefs.h */
  6356. | #define PACKAGE_NAME ""
  6357. | #define PACKAGE_TARNAME ""
  6358. | #define PACKAGE_VERSION ""
  6359. | #define PACKAGE_STRING ""
  6360. | #define PACKAGE_BUGREPORT ""
  6361. | #define PACKAGE_URL ""
  6362. | #define UNIX 1
  6363. | #define STDC_HEADERS 1
  6364. | #define HAVE_SYS_WAIT_H 1
  6365. | #define HAVE_SYS_TYPES_H 1
  6366. | #define HAVE_SYS_STAT_H 1
  6367. | #define HAVE_STDLIB_H 1
  6368. | #define HAVE_STRING_H 1
  6369. | #define HAVE_MEMORY_H 1
  6370. | #define HAVE_STRINGS_H 1
  6371. | #define HAVE_INTTYPES_H 1
  6372. | #define HAVE_STDINT_H 1
  6373. | #define HAVE_UNISTD_H 1
  6374. | #define HAVE_AVAILABILITYMACROS_H 1
  6375. | #define FEAT_HUGE 1
  6376. | #define USE_XSMP_INTERACT 1
  6377. | #define FEAT_LUA 1
  6378. | #define FEAT_PERL 1
  6379. | #define FEAT_PYTHON3 1
  6380. | #define FEAT_TCL 1
  6381. | #define FEAT_RUBY 1
  6382. | #define FEAT_CSCOPE 1
  6383. | #define FEAT_NETBEANS_INTG 1
  6384. | #define FEAT_MBYTE 1
  6385. | #define HAVE_DATE_TIME 1
  6386. | #define HAVE_ATTRIBUTE_UNUSED 1
  6387. | #define HAVE_DIRENT_H 1
  6388. | #define HAVE_STDARG_H 1
  6389. | #define HAVE_STDINT_H 1
  6390. | #define HAVE_STDLIB_H 1
  6391. | #define HAVE_STRING_H 1
  6392. | #define HAVE_SYS_SELECT_H 1
  6393. | #define HAVE_SYS_UTSNAME_H 1
  6394. | #define HAVE_TERMCAP_H 1
  6395. | #define HAVE_FCNTL_H 1
  6396. | #define HAVE_SGTTY_H 1
  6397. | #define HAVE_SYS_IOCTL_H 1
  6398. | #define HAVE_SYS_TIME_H 1
  6399. | #define HAVE_SYS_TYPES_H 1
  6400. | #define HAVE_ICONV_H 1
  6401. | #define HAVE_INTTYPES_H 1
  6402. | #define HAVE_LANGINFO_H 1
  6403. | #define HAVE_MATH_H 1
  6404. | #define HAVE_UNISTD_H 1
  6405. | #define HAVE_ERRNO_H 1
  6406. | #define HAVE_SYS_RESOURCE_H 1
  6407. | #define HAVE_LOCALE_H 1
  6408. | #define HAVE_TERMIOS_H 1
  6409. | #define HAVE_LIBC_H 1
  6410. | #define HAVE_POLL_H 1
  6411. | #define HAVE_SYS_POLL_H 1
  6412. | #define HAVE_PWD_H 1
  6413. | #define HAVE_UTIME_H 1
  6414. | #define HAVE_SYS_PARAM_H 1
  6415. | #define HAVE_LIBGEN_H 1
  6416. | #define HAVE_SYS_ACL_H 1
  6417. | #define HAVE_WCHAR_H 1
  6418. | #define HAVE_WCTYPE_H 1
  6419. | #define HAVE_SYS_SYSCTL_H 1
  6420. | #define HAVE_STRINGS_H 1
  6421. | #define NO_STRINGS_WITH_STRING_H 1
  6422. | #define TIME_WITH_SYS_TIME 1
  6423. | #define TERMINFO 1
  6424. | #define HAVE_OSPEED 1
  6425. | #define HAVE_UP_BC_PC 1
  6426. | #define SYS_SELECT_WITH_SYS_TIME 1
  6427. | #define HAVE_SVR4_PTYS 1
  6428. | #define PTYRANGE0 "pqrstuvw"
  6429. | #define PTYRANGE1 "0123456789abcdef"
  6430. | #define RETSIGTYPE void
  6431. | #define SIGRETURN return
  6432. | #define HAVE_SIGCONTEXT 1
  6433. | #define HAVE_BCMP 1
  6434. | #define HAVE_FCHDIR 1
  6435. | #define HAVE_FCHOWN 1
  6436. | #define HAVE_FSYNC 1
  6437. | #define HAVE_GETCWD 1
  6438. | #define HAVE_GETPWENT 1
  6439. | #define HAVE_GETPWNAM 1
  6440. | #define HAVE_GETPWUID 1
  6441. | #define HAVE_GETRLIMIT 1
  6442. | #define HAVE_GETTIMEOFDAY 1
  6443. | #define HAVE_GETWD 1
  6444. | #define HAVE_LSTAT 1
  6445. | #define HAVE_MEMCMP 1
  6446. | #define HAVE_MEMSET 1
  6447. | #define HAVE_MKDTEMP 1
  6448. | #define HAVE_NANOSLEEP 1
  6449. | #define HAVE_OPENDIR 1
  6450. | #define HAVE_PUTENV 1
  6451. | #define HAVE_QSORT 1
  6452. | #define HAVE_READLINK 1
  6453. | #define HAVE_SELECT 1
  6454. | #define HAVE_SETENV 1
  6455. | #define HAVE_SETPGID 1
  6456. | #define HAVE_SETSID 1
  6457. | #define HAVE_SIGALTSTACK 1
  6458. | #define HAVE_SIGSET 1
  6459. | #define HAVE_SIGSETJMP 1
  6460. | #define HAVE_SIGACTION 1
  6461. | #define HAVE_SIGVEC 1
  6462. | #define HAVE_STRCASECMP 1
  6463. | #define HAVE_STRERROR 1
  6464. | #define HAVE_STRFTIME 1
  6465. | #define HAVE_STRNCASECMP 1
  6466. | #define HAVE_STRPBRK 1
  6467. | #define HAVE_STRTOL 1
  6468. | #define HAVE_TGETENT 1
  6469. | #define HAVE_TOWLOWER 1
  6470. | #define HAVE_TOWUPPER 1
  6471. | #define HAVE_ISWUPPER 1
  6472. | #define HAVE_USLEEP 1
  6473. | #define HAVE_UTIME 1
  6474. | #define HAVE_UTIMES 1
  6475. | #define HAVE_FSEEKO 1
  6476. | #define HAVE_ST_BLKSIZE 1
  6477. | #define HAVE_ICONV 1
  6478. | #define HAVE_NL_LANGINFO_CODESET 1
  6479. | #define HAVE_LIBM 1
  6480. | #define HAVE_FLOAT_FUNCS 1
  6481. | #define HAVE_POSIX_ACL 1
  6482. | /* end confdefs.h. */
  6483. |
  6484. | #ifdef HAVE_SYS_ACL_H
  6485. | # include <sys/acl.h>
  6486. | #endif
  6487. | int
  6488. | main ()
  6489. | {
  6490. | acl("foo", GETACLCNT, 0, NULL);
  6491. |
  6492. | ;
  6493. | return 0;
  6494. | }
  6495. configure:12213: result: no
  6496. configure:12221: checking for AIX ACL support
  6497. configure:12253: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lm -lncurses -liconv >&5
  6498. In file included from conftest.c:135:
  6499. In file included from /usr/include/sys/acl.h:27:
  6500. /usr/include/sys/kauth.h:118:2: error: unknown type name 'gid_t'
  6501. gid_t el_gid; /* group ID */
  6502. ^
  6503. /usr/include/sys/kauth.h:125:3: error: unknown type name 'gid_t'
  6504. gid_t el_sup_groups[NGROUPS_MAX]; /* supplemental group list */
  6505. ^
  6506. In file included from conftest.c:135:
  6507. /usr/include/sys/acl.h:202:8: error: unknown type name 'ssize_t'
  6508. extern ssize_t acl_copy_ext(void *buf_p, acl_t acl, ssize_t size);
  6509. ^
  6510. /usr/include/sys/acl.h:202:53: error: unknown type name 'ssize_t'
  6511. extern ssize_t acl_copy_ext(void *buf_p, acl_t acl, ssize_t size);
  6512. ^
  6513. /usr/include/sys/acl.h:203:8: error: unknown type name 'ssize_t'
  6514. extern ssize_t acl_copy_ext_native(void *buf_p, acl_t acl, ssize_t size);
  6515. ^
  6516. /usr/include/sys/acl.h:203:60: error: unknown type name 'ssize_t'
  6517. extern ssize_t acl_copy_ext_native(void *buf_p, acl_t acl, ssize_t size);
  6518. ^
  6519. /usr/include/sys/acl.h:207:8: error: unknown type name 'ssize_t'
  6520. extern ssize_t acl_size(acl_t acl);
  6521. ^
  6522. /usr/include/sys/acl.h:208:37: error: unknown type name 'ssize_t'
  6523. extern char *acl_to_text(acl_t acl, ssize_t *len_p);
  6524. ^
  6525. conftest.c:149:11: error: invalid application of 'sizeof' to an incomplete type 'struct acl'
  6526. aclsize = sizeof(struct acl);
  6527. ^ ~~~~~~~~~~~~
  6528. conftest.c:145:8: note: forward declaration of 'struct acl'
  6529. struct acl *aclent;
  6530. ^
  6531. conftest.c:151:2: warning: implicit declaration of function 'statacl' is invalid in C99 [-Wimplicit-function-declaration]
  6532. statacl("foo", STX_NORMAL, aclent, aclsize);
  6533. ^
  6534. conftest.c:151:17: error: use of undeclared identifier 'STX_NORMAL'
  6535. statacl("foo", STX_NORMAL, aclent, aclsize);
  6536. ^
  6537. 1 warning and 10 errors generated.
  6538. configure:12253: $? = 1
  6539. configure: failed program was:
  6540. | /* confdefs.h */
  6541. | #define PACKAGE_NAME ""
  6542. | #define PACKAGE_TARNAME ""
  6543. | #define PACKAGE_VERSION ""
  6544. | #define PACKAGE_STRING ""
  6545. | #define PACKAGE_BUGREPORT ""
  6546. | #define PACKAGE_URL ""
  6547. | #define UNIX 1
  6548. | #define STDC_HEADERS 1
  6549. | #define HAVE_SYS_WAIT_H 1
  6550. | #define HAVE_SYS_TYPES_H 1
  6551. | #define HAVE_SYS_STAT_H 1
  6552. | #define HAVE_STDLIB_H 1
  6553. | #define HAVE_STRING_H 1
  6554. | #define HAVE_MEMORY_H 1
  6555. | #define HAVE_STRINGS_H 1
  6556. | #define HAVE_INTTYPES_H 1
  6557. | #define HAVE_STDINT_H 1
  6558. | #define HAVE_UNISTD_H 1
  6559. | #define HAVE_AVAILABILITYMACROS_H 1
  6560. | #define FEAT_HUGE 1
  6561. | #define USE_XSMP_INTERACT 1
  6562. | #define FEAT_LUA 1
  6563. | #define FEAT_PERL 1
  6564. | #define FEAT_PYTHON3 1
  6565. | #define FEAT_TCL 1
  6566. | #define FEAT_RUBY 1
  6567. | #define FEAT_CSCOPE 1
  6568. | #define FEAT_NETBEANS_INTG 1
  6569. | #define FEAT_MBYTE 1
  6570. | #define HAVE_DATE_TIME 1
  6571. | #define HAVE_ATTRIBUTE_UNUSED 1
  6572. | #define HAVE_DIRENT_H 1
  6573. | #define HAVE_STDARG_H 1
  6574. | #define HAVE_STDINT_H 1
  6575. | #define HAVE_STDLIB_H 1
  6576. | #define HAVE_STRING_H 1
  6577. | #define HAVE_SYS_SELECT_H 1
  6578. | #define HAVE_SYS_UTSNAME_H 1
  6579. | #define HAVE_TERMCAP_H 1
  6580. | #define HAVE_FCNTL_H 1
  6581. | #define HAVE_SGTTY_H 1
  6582. | #define HAVE_SYS_IOCTL_H 1
  6583. | #define HAVE_SYS_TIME_H 1
  6584. | #define HAVE_SYS_TYPES_H 1
  6585. | #define HAVE_ICONV_H 1
  6586. | #define HAVE_INTTYPES_H 1
  6587. | #define HAVE_LANGINFO_H 1
  6588. | #define HAVE_MATH_H 1
  6589. | #define HAVE_UNISTD_H 1
  6590. | #define HAVE_ERRNO_H 1
  6591. | #define HAVE_SYS_RESOURCE_H 1
  6592. | #define HAVE_LOCALE_H 1
  6593. | #define HAVE_TERMIOS_H 1
  6594. | #define HAVE_LIBC_H 1
  6595. | #define HAVE_POLL_H 1
  6596. | #define HAVE_SYS_POLL_H 1
  6597. | #define HAVE_PWD_H 1
  6598. | #define HAVE_UTIME_H 1
  6599. | #define HAVE_SYS_PARAM_H 1
  6600. | #define HAVE_LIBGEN_H 1
  6601. | #define HAVE_SYS_ACL_H 1
  6602. | #define HAVE_WCHAR_H 1
  6603. | #define HAVE_WCTYPE_H 1
  6604. | #define HAVE_SYS_SYSCTL_H 1
  6605. | #define HAVE_STRINGS_H 1
  6606. | #define NO_STRINGS_WITH_STRING_H 1
  6607. | #define TIME_WITH_SYS_TIME 1
  6608. | #define TERMINFO 1
  6609. | #define HAVE_OSPEED 1
  6610. | #define HAVE_UP_BC_PC 1
  6611. | #define SYS_SELECT_WITH_SYS_TIME 1
  6612. | #define HAVE_SVR4_PTYS 1
  6613. | #define PTYRANGE0 "pqrstuvw"
  6614. | #define PTYRANGE1 "0123456789abcdef"
  6615. | #define RETSIGTYPE void
  6616. | #define SIGRETURN return
  6617. | #define HAVE_SIGCONTEXT 1
  6618. | #define HAVE_BCMP 1
  6619. | #define HAVE_FCHDIR 1
  6620. | #define HAVE_FCHOWN 1
  6621. | #define HAVE_FSYNC 1
  6622. | #define HAVE_GETCWD 1
  6623. | #define HAVE_GETPWENT 1
  6624. | #define HAVE_GETPWNAM 1
  6625. | #define HAVE_GETPWUID 1
  6626. | #define HAVE_GETRLIMIT 1
  6627. | #define HAVE_GETTIMEOFDAY 1
  6628. | #define HAVE_GETWD 1
  6629. | #define HAVE_LSTAT 1
  6630. | #define HAVE_MEMCMP 1
  6631. | #define HAVE_MEMSET 1
  6632. | #define HAVE_MKDTEMP 1
  6633. | #define HAVE_NANOSLEEP 1
  6634. | #define HAVE_OPENDIR 1
  6635. | #define HAVE_PUTENV 1
  6636. | #define HAVE_QSORT 1
  6637. | #define HAVE_READLINK 1
  6638. | #define HAVE_SELECT 1
  6639. | #define HAVE_SETENV 1
  6640. | #define HAVE_SETPGID 1
  6641. | #define HAVE_SETSID 1
  6642. | #define HAVE_SIGALTSTACK 1
  6643. | #define HAVE_SIGSET 1
  6644. | #define HAVE_SIGSETJMP 1
  6645. | #define HAVE_SIGACTION 1
  6646. | #define HAVE_SIGVEC 1
  6647. | #define HAVE_STRCASECMP 1
  6648. | #define HAVE_STRERROR 1
  6649. | #define HAVE_STRFTIME 1
  6650. | #define HAVE_STRNCASECMP 1
  6651. | #define HAVE_STRPBRK 1
  6652. | #define HAVE_STRTOL 1
  6653. | #define HAVE_TGETENT 1
  6654. | #define HAVE_TOWLOWER 1
  6655. | #define HAVE_TOWUPPER 1
  6656. | #define HAVE_ISWUPPER 1
  6657. | #define HAVE_USLEEP 1
  6658. | #define HAVE_UTIME 1
  6659. | #define HAVE_UTIMES 1
  6660. | #define HAVE_FSEEKO 1
  6661. | #define HAVE_ST_BLKSIZE 1
  6662. | #define HAVE_ICONV 1
  6663. | #define HAVE_NL_LANGINFO_CODESET 1
  6664. | #define HAVE_LIBM 1
  6665. | #define HAVE_FLOAT_FUNCS 1
  6666. | #define HAVE_POSIX_ACL 1
  6667. | /* end confdefs.h. */
  6668. |
  6669. | #if STDC_HEADERS
  6670. | # include <stdlib.h>
  6671. | # include <stddef.h>
  6672. | #endif
  6673. | #ifdef HAVE_SYS_ACL_H
  6674. | # include <sys/acl.h>
  6675. | #endif
  6676. | #ifdef HAVE_SYS_ACCESS_H
  6677. | # include <sys/access.h>
  6678. | #endif
  6679. | #define _ALL_SOURCE
  6680. |
  6681. | #include <sys/stat.h>
  6682. |
  6683. | int aclsize;
  6684. | struct acl *aclent;
  6685. | int
  6686. | main ()
  6687. | {
  6688. | aclsize = sizeof(struct acl);
  6689. | aclent = (void *)malloc(aclsize);
  6690. | statacl("foo", STX_NORMAL, aclent, aclsize);
  6691. |
  6692. | ;
  6693. | return 0;
  6694. | }
  6695. configure:12258: result: no
  6696. configure:12268: checking --disable-gpm argument
  6697. configure:12279: result: no
  6698. configure:12281: checking for gpm
  6699. configure:12299: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lgpm >&5
  6700. conftest.c:129:10: fatal error: 'gpm.h' file not found
  6701. #include <gpm.h>
  6702. ^
  6703. 1 error generated.
  6704. configure:12299: $? = 1
  6705. configure: failed program was:
  6706. | /* confdefs.h */
  6707. | #define PACKAGE_NAME ""
  6708. | #define PACKAGE_TARNAME ""
  6709. | #define PACKAGE_VERSION ""
  6710. | #define PACKAGE_STRING ""
  6711. | #define PACKAGE_BUGREPORT ""
  6712. | #define PACKAGE_URL ""
  6713. | #define UNIX 1
  6714. | #define STDC_HEADERS 1
  6715. | #define HAVE_SYS_WAIT_H 1
  6716. | #define HAVE_SYS_TYPES_H 1
  6717. | #define HAVE_SYS_STAT_H 1
  6718. | #define HAVE_STDLIB_H 1
  6719. | #define HAVE_STRING_H 1
  6720. | #define HAVE_MEMORY_H 1
  6721. | #define HAVE_STRINGS_H 1
  6722. | #define HAVE_INTTYPES_H 1
  6723. | #define HAVE_STDINT_H 1
  6724. | #define HAVE_UNISTD_H 1
  6725. | #define HAVE_AVAILABILITYMACROS_H 1
  6726. | #define FEAT_HUGE 1
  6727. | #define USE_XSMP_INTERACT 1
  6728. | #define FEAT_LUA 1
  6729. | #define FEAT_PERL 1
  6730. | #define FEAT_PYTHON3 1
  6731. | #define FEAT_TCL 1
  6732. | #define FEAT_RUBY 1
  6733. | #define FEAT_CSCOPE 1
  6734. | #define FEAT_NETBEANS_INTG 1
  6735. | #define FEAT_MBYTE 1
  6736. | #define HAVE_DATE_TIME 1
  6737. | #define HAVE_ATTRIBUTE_UNUSED 1
  6738. | #define HAVE_DIRENT_H 1
  6739. | #define HAVE_STDARG_H 1
  6740. | #define HAVE_STDINT_H 1
  6741. | #define HAVE_STDLIB_H 1
  6742. | #define HAVE_STRING_H 1
  6743. | #define HAVE_SYS_SELECT_H 1
  6744. | #define HAVE_SYS_UTSNAME_H 1
  6745. | #define HAVE_TERMCAP_H 1
  6746. | #define HAVE_FCNTL_H 1
  6747. | #define HAVE_SGTTY_H 1
  6748. | #define HAVE_SYS_IOCTL_H 1
  6749. | #define HAVE_SYS_TIME_H 1
  6750. | #define HAVE_SYS_TYPES_H 1
  6751. | #define HAVE_ICONV_H 1
  6752. | #define HAVE_INTTYPES_H 1
  6753. | #define HAVE_LANGINFO_H 1
  6754. | #define HAVE_MATH_H 1
  6755. | #define HAVE_UNISTD_H 1
  6756. | #define HAVE_ERRNO_H 1
  6757. | #define HAVE_SYS_RESOURCE_H 1
  6758. | #define HAVE_LOCALE_H 1
  6759. | #define HAVE_TERMIOS_H 1
  6760. | #define HAVE_LIBC_H 1
  6761. | #define HAVE_POLL_H 1
  6762. | #define HAVE_SYS_POLL_H 1
  6763. | #define HAVE_PWD_H 1
  6764. | #define HAVE_UTIME_H 1
  6765. | #define HAVE_SYS_PARAM_H 1
  6766. | #define HAVE_LIBGEN_H 1
  6767. | #define HAVE_SYS_ACL_H 1
  6768. | #define HAVE_WCHAR_H 1
  6769. | #define HAVE_WCTYPE_H 1
  6770. | #define HAVE_SYS_SYSCTL_H 1
  6771. | #define HAVE_STRINGS_H 1
  6772. | #define NO_STRINGS_WITH_STRING_H 1
  6773. | #define TIME_WITH_SYS_TIME 1
  6774. | #define TERMINFO 1
  6775. | #define HAVE_OSPEED 1
  6776. | #define HAVE_UP_BC_PC 1
  6777. | #define SYS_SELECT_WITH_SYS_TIME 1
  6778. | #define HAVE_SVR4_PTYS 1
  6779. | #define PTYRANGE0 "pqrstuvw"
  6780. | #define PTYRANGE1 "0123456789abcdef"
  6781. | #define RETSIGTYPE void
  6782. | #define SIGRETURN return
  6783. | #define HAVE_SIGCONTEXT 1
  6784. | #define HAVE_BCMP 1
  6785. | #define HAVE_FCHDIR 1
  6786. | #define HAVE_FCHOWN 1
  6787. | #define HAVE_FSYNC 1
  6788. | #define HAVE_GETCWD 1
  6789. | #define HAVE_GETPWENT 1
  6790. | #define HAVE_GETPWNAM 1
  6791. | #define HAVE_GETPWUID 1
  6792. | #define HAVE_GETRLIMIT 1
  6793. | #define HAVE_GETTIMEOFDAY 1
  6794. | #define HAVE_GETWD 1
  6795. | #define HAVE_LSTAT 1
  6796. | #define HAVE_MEMCMP 1
  6797. | #define HAVE_MEMSET 1
  6798. | #define HAVE_MKDTEMP 1
  6799. | #define HAVE_NANOSLEEP 1
  6800. | #define HAVE_OPENDIR 1
  6801. | #define HAVE_PUTENV 1
  6802. | #define HAVE_QSORT 1
  6803. | #define HAVE_READLINK 1
  6804. | #define HAVE_SELECT 1
  6805. | #define HAVE_SETENV 1
  6806. | #define HAVE_SETPGID 1
  6807. | #define HAVE_SETSID 1
  6808. | #define HAVE_SIGALTSTACK 1
  6809. | #define HAVE_SIGSET 1
  6810. | #define HAVE_SIGSETJMP 1
  6811. | #define HAVE_SIGACTION 1
  6812. | #define HAVE_SIGVEC 1
  6813. | #define HAVE_STRCASECMP 1
  6814. | #define HAVE_STRERROR 1
  6815. | #define HAVE_STRFTIME 1
  6816. | #define HAVE_STRNCASECMP 1
  6817. | #define HAVE_STRPBRK 1
  6818. | #define HAVE_STRTOL 1
  6819. | #define HAVE_TGETENT 1
  6820. | #define HAVE_TOWLOWER 1
  6821. | #define HAVE_TOWUPPER 1
  6822. | #define HAVE_ISWUPPER 1
  6823. | #define HAVE_USLEEP 1
  6824. | #define HAVE_UTIME 1
  6825. | #define HAVE_UTIMES 1
  6826. | #define HAVE_FSEEKO 1
  6827. | #define HAVE_ST_BLKSIZE 1
  6828. | #define HAVE_ICONV 1
  6829. | #define HAVE_NL_LANGINFO_CODESET 1
  6830. | #define HAVE_LIBM 1
  6831. | #define HAVE_FLOAT_FUNCS 1
  6832. | #define HAVE_POSIX_ACL 1
  6833. | /* end confdefs.h. */
  6834. | #include <gpm.h>
  6835. | #include <linux/keyboard.h>
  6836. | int
  6837. | main ()
  6838. | {
  6839. | Gpm_GetLibVersion(NULL);
  6840. | ;
  6841. | return 0;
  6842. | }
  6843. configure:12309: result: no
  6844. configure:12321: checking --disable-sysmouse argument
  6845. configure:12332: result: no
  6846. configure:12334: checking for sysmouse
  6847. configure:12356: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lm -lncurses -liconv >&5
  6848. conftest.c:129:10: fatal error: 'sys/consio.h' file not found
  6849. #include <sys/consio.h>
  6850. ^
  6851. 1 error generated.
  6852. configure:12356: $? = 1
  6853. configure: failed program was:
  6854. | /* confdefs.h */
  6855. | #define PACKAGE_NAME ""
  6856. | #define PACKAGE_TARNAME ""
  6857. | #define PACKAGE_VERSION ""
  6858. | #define PACKAGE_STRING ""
  6859. | #define PACKAGE_BUGREPORT ""
  6860. | #define PACKAGE_URL ""
  6861. | #define UNIX 1
  6862. | #define STDC_HEADERS 1
  6863. | #define HAVE_SYS_WAIT_H 1
  6864. | #define HAVE_SYS_TYPES_H 1
  6865. | #define HAVE_SYS_STAT_H 1
  6866. | #define HAVE_STDLIB_H 1
  6867. | #define HAVE_STRING_H 1
  6868. | #define HAVE_MEMORY_H 1
  6869. | #define HAVE_STRINGS_H 1
  6870. | #define HAVE_INTTYPES_H 1
  6871. | #define HAVE_STDINT_H 1
  6872. | #define HAVE_UNISTD_H 1
  6873. | #define HAVE_AVAILABILITYMACROS_H 1
  6874. | #define FEAT_HUGE 1
  6875. | #define USE_XSMP_INTERACT 1
  6876. | #define FEAT_LUA 1
  6877. | #define FEAT_PERL 1
  6878. | #define FEAT_PYTHON3 1
  6879. | #define FEAT_TCL 1
  6880. | #define FEAT_RUBY 1
  6881. | #define FEAT_CSCOPE 1
  6882. | #define FEAT_NETBEANS_INTG 1
  6883. | #define FEAT_MBYTE 1
  6884. | #define HAVE_DATE_TIME 1
  6885. | #define HAVE_ATTRIBUTE_UNUSED 1
  6886. | #define HAVE_DIRENT_H 1
  6887. | #define HAVE_STDARG_H 1
  6888. | #define HAVE_STDINT_H 1
  6889. | #define HAVE_STDLIB_H 1
  6890. | #define HAVE_STRING_H 1
  6891. | #define HAVE_SYS_SELECT_H 1
  6892. | #define HAVE_SYS_UTSNAME_H 1
  6893. | #define HAVE_TERMCAP_H 1
  6894. | #define HAVE_FCNTL_H 1
  6895. | #define HAVE_SGTTY_H 1
  6896. | #define HAVE_SYS_IOCTL_H 1
  6897. | #define HAVE_SYS_TIME_H 1
  6898. | #define HAVE_SYS_TYPES_H 1
  6899. | #define HAVE_ICONV_H 1
  6900. | #define HAVE_INTTYPES_H 1
  6901. | #define HAVE_LANGINFO_H 1
  6902. | #define HAVE_MATH_H 1
  6903. | #define HAVE_UNISTD_H 1
  6904. | #define HAVE_ERRNO_H 1
  6905. | #define HAVE_SYS_RESOURCE_H 1
  6906. | #define HAVE_LOCALE_H 1
  6907. | #define HAVE_TERMIOS_H 1
  6908. | #define HAVE_LIBC_H 1
  6909. | #define HAVE_POLL_H 1
  6910. | #define HAVE_SYS_POLL_H 1
  6911. | #define HAVE_PWD_H 1
  6912. | #define HAVE_UTIME_H 1
  6913. | #define HAVE_SYS_PARAM_H 1
  6914. | #define HAVE_LIBGEN_H 1
  6915. | #define HAVE_SYS_ACL_H 1
  6916. | #define HAVE_WCHAR_H 1
  6917. | #define HAVE_WCTYPE_H 1
  6918. | #define HAVE_SYS_SYSCTL_H 1
  6919. | #define HAVE_STRINGS_H 1
  6920. | #define NO_STRINGS_WITH_STRING_H 1
  6921. | #define TIME_WITH_SYS_TIME 1
  6922. | #define TERMINFO 1
  6923. | #define HAVE_OSPEED 1
  6924. | #define HAVE_UP_BC_PC 1
  6925. | #define SYS_SELECT_WITH_SYS_TIME 1
  6926. | #define HAVE_SVR4_PTYS 1
  6927. | #define PTYRANGE0 "pqrstuvw"
  6928. | #define PTYRANGE1 "0123456789abcdef"
  6929. | #define RETSIGTYPE void
  6930. | #define SIGRETURN return
  6931. | #define HAVE_SIGCONTEXT 1
  6932. | #define HAVE_BCMP 1
  6933. | #define HAVE_FCHDIR 1
  6934. | #define HAVE_FCHOWN 1
  6935. | #define HAVE_FSYNC 1
  6936. | #define HAVE_GETCWD 1
  6937. | #define HAVE_GETPWENT 1
  6938. | #define HAVE_GETPWNAM 1
  6939. | #define HAVE_GETPWUID 1
  6940. | #define HAVE_GETRLIMIT 1
  6941. | #define HAVE_GETTIMEOFDAY 1
  6942. | #define HAVE_GETWD 1
  6943. | #define HAVE_LSTAT 1
  6944. | #define HAVE_MEMCMP 1
  6945. | #define HAVE_MEMSET 1
  6946. | #define HAVE_MKDTEMP 1
  6947. | #define HAVE_NANOSLEEP 1
  6948. | #define HAVE_OPENDIR 1
  6949. | #define HAVE_PUTENV 1
  6950. | #define HAVE_QSORT 1
  6951. | #define HAVE_READLINK 1
  6952. | #define HAVE_SELECT 1
  6953. | #define HAVE_SETENV 1
  6954. | #define HAVE_SETPGID 1
  6955. | #define HAVE_SETSID 1
  6956. | #define HAVE_SIGALTSTACK 1
  6957. | #define HAVE_SIGSET 1
  6958. | #define HAVE_SIGSETJMP 1
  6959. | #define HAVE_SIGACTION 1
  6960. | #define HAVE_SIGVEC 1
  6961. | #define HAVE_STRCASECMP 1
  6962. | #define HAVE_STRERROR 1
  6963. | #define HAVE_STRFTIME 1
  6964. | #define HAVE_STRNCASECMP 1
  6965. | #define HAVE_STRPBRK 1
  6966. | #define HAVE_STRTOL 1
  6967. | #define HAVE_TGETENT 1
  6968. | #define HAVE_TOWLOWER 1
  6969. | #define HAVE_TOWUPPER 1
  6970. | #define HAVE_ISWUPPER 1
  6971. | #define HAVE_USLEEP 1
  6972. | #define HAVE_UTIME 1
  6973. | #define HAVE_UTIMES 1
  6974. | #define HAVE_FSEEKO 1
  6975. | #define HAVE_ST_BLKSIZE 1
  6976. | #define HAVE_ICONV 1
  6977. | #define HAVE_NL_LANGINFO_CODESET 1
  6978. | #define HAVE_LIBM 1
  6979. | #define HAVE_FLOAT_FUNCS 1
  6980. | #define HAVE_POSIX_ACL 1
  6981. | /* end confdefs.h. */
  6982. | #include <sys/consio.h>
  6983. | #include <signal.h>
  6984. | #include <sys/fbio.h>
  6985. | int
  6986. | main ()
  6987. | {
  6988. | struct mouse_info mouse;
  6989. | mouse.operation = MOUSE_MODE;
  6990. | mouse.operation = MOUSE_SHOW;
  6991. | mouse.u.mode.mode = 0;
  6992. | mouse.u.mode.signal = SIGUSR2;
  6993. | ;
  6994. | return 0;
  6995. | }
  6996. configure:12365: result: no
  6997. configure:12376: checking for FD_CLOEXEC
  6998. configure:12391: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  6999. configure:12391: $? = 0
  7000. configure:12392: result: yes
  7001. configure:12401: checking for rename
  7002. configure:12414: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lm -lncurses -liconv >&5
  7003. configure:12414: $? = 0
  7004. configure:12415: result: yes
  7005. configure:12425: checking for sysctl
  7006. configure:12446: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  7007. configure:12446: $? = 0
  7008. configure:12447: result: yes
  7009. configure:12456: checking for sysinfo
  7010. configure:12475: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  7011. conftest.c:133:10: fatal error: 'sys/sysinfo.h' file not found
  7012. #include <sys/sysinfo.h>
  7013. ^
  7014. 1 error generated.
  7015. configure:12475: $? = 1
  7016. configure: failed program was:
  7017. | /* confdefs.h */
  7018. | #define PACKAGE_NAME ""
  7019. | #define PACKAGE_TARNAME ""
  7020. | #define PACKAGE_VERSION ""
  7021. | #define PACKAGE_STRING ""
  7022. | #define PACKAGE_BUGREPORT ""
  7023. | #define PACKAGE_URL ""
  7024. | #define UNIX 1
  7025. | #define STDC_HEADERS 1
  7026. | #define HAVE_SYS_WAIT_H 1
  7027. | #define HAVE_SYS_TYPES_H 1
  7028. | #define HAVE_SYS_STAT_H 1
  7029. | #define HAVE_STDLIB_H 1
  7030. | #define HAVE_STRING_H 1
  7031. | #define HAVE_MEMORY_H 1
  7032. | #define HAVE_STRINGS_H 1
  7033. | #define HAVE_INTTYPES_H 1
  7034. | #define HAVE_STDINT_H 1
  7035. | #define HAVE_UNISTD_H 1
  7036. | #define HAVE_AVAILABILITYMACROS_H 1
  7037. | #define FEAT_HUGE 1
  7038. | #define USE_XSMP_INTERACT 1
  7039. | #define FEAT_LUA 1
  7040. | #define FEAT_PERL 1
  7041. | #define FEAT_PYTHON3 1
  7042. | #define FEAT_TCL 1
  7043. | #define FEAT_RUBY 1
  7044. | #define FEAT_CSCOPE 1
  7045. | #define FEAT_NETBEANS_INTG 1
  7046. | #define FEAT_MBYTE 1
  7047. | #define HAVE_DATE_TIME 1
  7048. | #define HAVE_ATTRIBUTE_UNUSED 1
  7049. | #define HAVE_DIRENT_H 1
  7050. | #define HAVE_STDARG_H 1
  7051. | #define HAVE_STDINT_H 1
  7052. | #define HAVE_STDLIB_H 1
  7053. | #define HAVE_STRING_H 1
  7054. | #define HAVE_SYS_SELECT_H 1
  7055. | #define HAVE_SYS_UTSNAME_H 1
  7056. | #define HAVE_TERMCAP_H 1
  7057. | #define HAVE_FCNTL_H 1
  7058. | #define HAVE_SGTTY_H 1
  7059. | #define HAVE_SYS_IOCTL_H 1
  7060. | #define HAVE_SYS_TIME_H 1
  7061. | #define HAVE_SYS_TYPES_H 1
  7062. | #define HAVE_ICONV_H 1
  7063. | #define HAVE_INTTYPES_H 1
  7064. | #define HAVE_LANGINFO_H 1
  7065. | #define HAVE_MATH_H 1
  7066. | #define HAVE_UNISTD_H 1
  7067. | #define HAVE_ERRNO_H 1
  7068. | #define HAVE_SYS_RESOURCE_H 1
  7069. | #define HAVE_LOCALE_H 1
  7070. | #define HAVE_TERMIOS_H 1
  7071. | #define HAVE_LIBC_H 1
  7072. | #define HAVE_POLL_H 1
  7073. | #define HAVE_SYS_POLL_H 1
  7074. | #define HAVE_PWD_H 1
  7075. | #define HAVE_UTIME_H 1
  7076. | #define HAVE_SYS_PARAM_H 1
  7077. | #define HAVE_LIBGEN_H 1
  7078. | #define HAVE_SYS_ACL_H 1
  7079. | #define HAVE_WCHAR_H 1
  7080. | #define HAVE_WCTYPE_H 1
  7081. | #define HAVE_SYS_SYSCTL_H 1
  7082. | #define HAVE_STRINGS_H 1
  7083. | #define NO_STRINGS_WITH_STRING_H 1
  7084. | #define TIME_WITH_SYS_TIME 1
  7085. | #define TERMINFO 1
  7086. | #define HAVE_OSPEED 1
  7087. | #define HAVE_UP_BC_PC 1
  7088. | #define SYS_SELECT_WITH_SYS_TIME 1
  7089. | #define HAVE_SVR4_PTYS 1
  7090. | #define PTYRANGE0 "pqrstuvw"
  7091. | #define PTYRANGE1 "0123456789abcdef"
  7092. | #define RETSIGTYPE void
  7093. | #define SIGRETURN return
  7094. | #define HAVE_SIGCONTEXT 1
  7095. | #define HAVE_BCMP 1
  7096. | #define HAVE_FCHDIR 1
  7097. | #define HAVE_FCHOWN 1
  7098. | #define HAVE_FSYNC 1
  7099. | #define HAVE_GETCWD 1
  7100. | #define HAVE_GETPWENT 1
  7101. | #define HAVE_GETPWNAM 1
  7102. | #define HAVE_GETPWUID 1
  7103. | #define HAVE_GETRLIMIT 1
  7104. | #define HAVE_GETTIMEOFDAY 1
  7105. | #define HAVE_GETWD 1
  7106. | #define HAVE_LSTAT 1
  7107. | #define HAVE_MEMCMP 1
  7108. | #define HAVE_MEMSET 1
  7109. | #define HAVE_MKDTEMP 1
  7110. | #define HAVE_NANOSLEEP 1
  7111. | #define HAVE_OPENDIR 1
  7112. | #define HAVE_PUTENV 1
  7113. | #define HAVE_QSORT 1
  7114. | #define HAVE_READLINK 1
  7115. | #define HAVE_SELECT 1
  7116. | #define HAVE_SETENV 1
  7117. | #define HAVE_SETPGID 1
  7118. | #define HAVE_SETSID 1
  7119. | #define HAVE_SIGALTSTACK 1
  7120. | #define HAVE_SIGSET 1
  7121. | #define HAVE_SIGSETJMP 1
  7122. | #define HAVE_SIGACTION 1
  7123. | #define HAVE_SIGVEC 1
  7124. | #define HAVE_STRCASECMP 1
  7125. | #define HAVE_STRERROR 1
  7126. | #define HAVE_STRFTIME 1
  7127. | #define HAVE_STRNCASECMP 1
  7128. | #define HAVE_STRPBRK 1
  7129. | #define HAVE_STRTOL 1
  7130. | #define HAVE_TGETENT 1
  7131. | #define HAVE_TOWLOWER 1
  7132. | #define HAVE_TOWUPPER 1
  7133. | #define HAVE_ISWUPPER 1
  7134. | #define HAVE_USLEEP 1
  7135. | #define HAVE_UTIME 1
  7136. | #define HAVE_UTIMES 1
  7137. | #define HAVE_FSEEKO 1
  7138. | #define HAVE_ST_BLKSIZE 1
  7139. | #define HAVE_ICONV 1
  7140. | #define HAVE_NL_LANGINFO_CODESET 1
  7141. | #define HAVE_LIBM 1
  7142. | #define HAVE_FLOAT_FUNCS 1
  7143. | #define HAVE_POSIX_ACL 1
  7144. | #define HAVE_FD_CLOEXEC 1
  7145. | #define HAVE_RENAME 1
  7146. | #define HAVE_SYSCTL 1
  7147. | /* end confdefs.h. */
  7148. | #include <sys/types.h>
  7149. | #include <sys/sysinfo.h>
  7150. | int
  7151. | main ()
  7152. | {
  7153. | struct sysinfo sinfo;
  7154. | int t;
  7155. |
  7156. | (void)sysinfo(&sinfo);
  7157. | t = sinfo.totalram;
  7158. |
  7159. | ;
  7160. | return 0;
  7161. | }
  7162. configure:12480: result: not usable
  7163. configure:12485: checking for sysinfo.mem_unit
  7164. configure:12501: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  7165. conftest.c:133:10: fatal error: 'sys/sysinfo.h' file not found
  7166. #include <sys/sysinfo.h>
  7167. ^
  7168. 1 error generated.
  7169. configure:12501: $? = 1
  7170. configure: failed program was:
  7171. | /* confdefs.h */
  7172. | #define PACKAGE_NAME ""
  7173. | #define PACKAGE_TARNAME ""
  7174. | #define PACKAGE_VERSION ""
  7175. | #define PACKAGE_STRING ""
  7176. | #define PACKAGE_BUGREPORT ""
  7177. | #define PACKAGE_URL ""
  7178. | #define UNIX 1
  7179. | #define STDC_HEADERS 1
  7180. | #define HAVE_SYS_WAIT_H 1
  7181. | #define HAVE_SYS_TYPES_H 1
  7182. | #define HAVE_SYS_STAT_H 1
  7183. | #define HAVE_STDLIB_H 1
  7184. | #define HAVE_STRING_H 1
  7185. | #define HAVE_MEMORY_H 1
  7186. | #define HAVE_STRINGS_H 1
  7187. | #define HAVE_INTTYPES_H 1
  7188. | #define HAVE_STDINT_H 1
  7189. | #define HAVE_UNISTD_H 1
  7190. | #define HAVE_AVAILABILITYMACROS_H 1
  7191. | #define FEAT_HUGE 1
  7192. | #define USE_XSMP_INTERACT 1
  7193. | #define FEAT_LUA 1
  7194. | #define FEAT_PERL 1
  7195. | #define FEAT_PYTHON3 1
  7196. | #define FEAT_TCL 1
  7197. | #define FEAT_RUBY 1
  7198. | #define FEAT_CSCOPE 1
  7199. | #define FEAT_NETBEANS_INTG 1
  7200. | #define FEAT_MBYTE 1
  7201. | #define HAVE_DATE_TIME 1
  7202. | #define HAVE_ATTRIBUTE_UNUSED 1
  7203. | #define HAVE_DIRENT_H 1
  7204. | #define HAVE_STDARG_H 1
  7205. | #define HAVE_STDINT_H 1
  7206. | #define HAVE_STDLIB_H 1
  7207. | #define HAVE_STRING_H 1
  7208. | #define HAVE_SYS_SELECT_H 1
  7209. | #define HAVE_SYS_UTSNAME_H 1
  7210. | #define HAVE_TERMCAP_H 1
  7211. | #define HAVE_FCNTL_H 1
  7212. | #define HAVE_SGTTY_H 1
  7213. | #define HAVE_SYS_IOCTL_H 1
  7214. | #define HAVE_SYS_TIME_H 1
  7215. | #define HAVE_SYS_TYPES_H 1
  7216. | #define HAVE_ICONV_H 1
  7217. | #define HAVE_INTTYPES_H 1
  7218. | #define HAVE_LANGINFO_H 1
  7219. | #define HAVE_MATH_H 1
  7220. | #define HAVE_UNISTD_H 1
  7221. | #define HAVE_ERRNO_H 1
  7222. | #define HAVE_SYS_RESOURCE_H 1
  7223. | #define HAVE_LOCALE_H 1
  7224. | #define HAVE_TERMIOS_H 1
  7225. | #define HAVE_LIBC_H 1
  7226. | #define HAVE_POLL_H 1
  7227. | #define HAVE_SYS_POLL_H 1
  7228. | #define HAVE_PWD_H 1
  7229. | #define HAVE_UTIME_H 1
  7230. | #define HAVE_SYS_PARAM_H 1
  7231. | #define HAVE_LIBGEN_H 1
  7232. | #define HAVE_SYS_ACL_H 1
  7233. | #define HAVE_WCHAR_H 1
  7234. | #define HAVE_WCTYPE_H 1
  7235. | #define HAVE_SYS_SYSCTL_H 1
  7236. | #define HAVE_STRINGS_H 1
  7237. | #define NO_STRINGS_WITH_STRING_H 1
  7238. | #define TIME_WITH_SYS_TIME 1
  7239. | #define TERMINFO 1
  7240. | #define HAVE_OSPEED 1
  7241. | #define HAVE_UP_BC_PC 1
  7242. | #define SYS_SELECT_WITH_SYS_TIME 1
  7243. | #define HAVE_SVR4_PTYS 1
  7244. | #define PTYRANGE0 "pqrstuvw"
  7245. | #define PTYRANGE1 "0123456789abcdef"
  7246. | #define RETSIGTYPE void
  7247. | #define SIGRETURN return
  7248. | #define HAVE_SIGCONTEXT 1
  7249. | #define HAVE_BCMP 1
  7250. | #define HAVE_FCHDIR 1
  7251. | #define HAVE_FCHOWN 1
  7252. | #define HAVE_FSYNC 1
  7253. | #define HAVE_GETCWD 1
  7254. | #define HAVE_GETPWENT 1
  7255. | #define HAVE_GETPWNAM 1
  7256. | #define HAVE_GETPWUID 1
  7257. | #define HAVE_GETRLIMIT 1
  7258. | #define HAVE_GETTIMEOFDAY 1
  7259. | #define HAVE_GETWD 1
  7260. | #define HAVE_LSTAT 1
  7261. | #define HAVE_MEMCMP 1
  7262. | #define HAVE_MEMSET 1
  7263. | #define HAVE_MKDTEMP 1
  7264. | #define HAVE_NANOSLEEP 1
  7265. | #define HAVE_OPENDIR 1
  7266. | #define HAVE_PUTENV 1
  7267. | #define HAVE_QSORT 1
  7268. | #define HAVE_READLINK 1
  7269. | #define HAVE_SELECT 1
  7270. | #define HAVE_SETENV 1
  7271. | #define HAVE_SETPGID 1
  7272. | #define HAVE_SETSID 1
  7273. | #define HAVE_SIGALTSTACK 1
  7274. | #define HAVE_SIGSET 1
  7275. | #define HAVE_SIGSETJMP 1
  7276. | #define HAVE_SIGACTION 1
  7277. | #define HAVE_SIGVEC 1
  7278. | #define HAVE_STRCASECMP 1
  7279. | #define HAVE_STRERROR 1
  7280. | #define HAVE_STRFTIME 1
  7281. | #define HAVE_STRNCASECMP 1
  7282. | #define HAVE_STRPBRK 1
  7283. | #define HAVE_STRTOL 1
  7284. | #define HAVE_TGETENT 1
  7285. | #define HAVE_TOWLOWER 1
  7286. | #define HAVE_TOWUPPER 1
  7287. | #define HAVE_ISWUPPER 1
  7288. | #define HAVE_USLEEP 1
  7289. | #define HAVE_UTIME 1
  7290. | #define HAVE_UTIMES 1
  7291. | #define HAVE_FSEEKO 1
  7292. | #define HAVE_ST_BLKSIZE 1
  7293. | #define HAVE_ICONV 1
  7294. | #define HAVE_NL_LANGINFO_CODESET 1
  7295. | #define HAVE_LIBM 1
  7296. | #define HAVE_FLOAT_FUNCS 1
  7297. | #define HAVE_POSIX_ACL 1
  7298. | #define HAVE_FD_CLOEXEC 1
  7299. | #define HAVE_RENAME 1
  7300. | #define HAVE_SYSCTL 1
  7301. | /* end confdefs.h. */
  7302. | #include <sys/types.h>
  7303. | #include <sys/sysinfo.h>
  7304. | int
  7305. | main ()
  7306. | {
  7307. | struct sysinfo sinfo;
  7308. | sinfo.mem_unit = 1;
  7309. |
  7310. | ;
  7311. | return 0;
  7312. | }
  7313. configure:12506: result: no
  7314. configure:12511: checking for sysconf
  7315. configure:12526: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  7316. conftest.c:137:16: error: use of undeclared identifier '_SC_PHYS_PAGES'
  7317. (void)sysconf(_SC_PHYS_PAGES);
  7318. ^
  7319. 1 error generated.
  7320. configure:12526: $? = 1
  7321. configure: failed program was:
  7322. | /* confdefs.h */
  7323. | #define PACKAGE_NAME ""
  7324. | #define PACKAGE_TARNAME ""
  7325. | #define PACKAGE_VERSION ""
  7326. | #define PACKAGE_STRING ""
  7327. | #define PACKAGE_BUGREPORT ""
  7328. | #define PACKAGE_URL ""
  7329. | #define UNIX 1
  7330. | #define STDC_HEADERS 1
  7331. | #define HAVE_SYS_WAIT_H 1
  7332. | #define HAVE_SYS_TYPES_H 1
  7333. | #define HAVE_SYS_STAT_H 1
  7334. | #define HAVE_STDLIB_H 1
  7335. | #define HAVE_STRING_H 1
  7336. | #define HAVE_MEMORY_H 1
  7337. | #define HAVE_STRINGS_H 1
  7338. | #define HAVE_INTTYPES_H 1
  7339. | #define HAVE_STDINT_H 1
  7340. | #define HAVE_UNISTD_H 1
  7341. | #define HAVE_AVAILABILITYMACROS_H 1
  7342. | #define FEAT_HUGE 1
  7343. | #define USE_XSMP_INTERACT 1
  7344. | #define FEAT_LUA 1
  7345. | #define FEAT_PERL 1
  7346. | #define FEAT_PYTHON3 1
  7347. | #define FEAT_TCL 1
  7348. | #define FEAT_RUBY 1
  7349. | #define FEAT_CSCOPE 1
  7350. | #define FEAT_NETBEANS_INTG 1
  7351. | #define FEAT_MBYTE 1
  7352. | #define HAVE_DATE_TIME 1
  7353. | #define HAVE_ATTRIBUTE_UNUSED 1
  7354. | #define HAVE_DIRENT_H 1
  7355. | #define HAVE_STDARG_H 1
  7356. | #define HAVE_STDINT_H 1
  7357. | #define HAVE_STDLIB_H 1
  7358. | #define HAVE_STRING_H 1
  7359. | #define HAVE_SYS_SELECT_H 1
  7360. | #define HAVE_SYS_UTSNAME_H 1
  7361. | #define HAVE_TERMCAP_H 1
  7362. | #define HAVE_FCNTL_H 1
  7363. | #define HAVE_SGTTY_H 1
  7364. | #define HAVE_SYS_IOCTL_H 1
  7365. | #define HAVE_SYS_TIME_H 1
  7366. | #define HAVE_SYS_TYPES_H 1
  7367. | #define HAVE_ICONV_H 1
  7368. | #define HAVE_INTTYPES_H 1
  7369. | #define HAVE_LANGINFO_H 1
  7370. | #define HAVE_MATH_H 1
  7371. | #define HAVE_UNISTD_H 1
  7372. | #define HAVE_ERRNO_H 1
  7373. | #define HAVE_SYS_RESOURCE_H 1
  7374. | #define HAVE_LOCALE_H 1
  7375. | #define HAVE_TERMIOS_H 1
  7376. | #define HAVE_LIBC_H 1
  7377. | #define HAVE_POLL_H 1
  7378. | #define HAVE_SYS_POLL_H 1
  7379. | #define HAVE_PWD_H 1
  7380. | #define HAVE_UTIME_H 1
  7381. | #define HAVE_SYS_PARAM_H 1
  7382. | #define HAVE_LIBGEN_H 1
  7383. | #define HAVE_SYS_ACL_H 1
  7384. | #define HAVE_WCHAR_H 1
  7385. | #define HAVE_WCTYPE_H 1
  7386. | #define HAVE_SYS_SYSCTL_H 1
  7387. | #define HAVE_STRINGS_H 1
  7388. | #define NO_STRINGS_WITH_STRING_H 1
  7389. | #define TIME_WITH_SYS_TIME 1
  7390. | #define TERMINFO 1
  7391. | #define HAVE_OSPEED 1
  7392. | #define HAVE_UP_BC_PC 1
  7393. | #define SYS_SELECT_WITH_SYS_TIME 1
  7394. | #define HAVE_SVR4_PTYS 1
  7395. | #define PTYRANGE0 "pqrstuvw"
  7396. | #define PTYRANGE1 "0123456789abcdef"
  7397. | #define RETSIGTYPE void
  7398. | #define SIGRETURN return
  7399. | #define HAVE_SIGCONTEXT 1
  7400. | #define HAVE_BCMP 1
  7401. | #define HAVE_FCHDIR 1
  7402. | #define HAVE_FCHOWN 1
  7403. | #define HAVE_FSYNC 1
  7404. | #define HAVE_GETCWD 1
  7405. | #define HAVE_GETPWENT 1
  7406. | #define HAVE_GETPWNAM 1
  7407. | #define HAVE_GETPWUID 1
  7408. | #define HAVE_GETRLIMIT 1
  7409. | #define HAVE_GETTIMEOFDAY 1
  7410. | #define HAVE_GETWD 1
  7411. | #define HAVE_LSTAT 1
  7412. | #define HAVE_MEMCMP 1
  7413. | #define HAVE_MEMSET 1
  7414. | #define HAVE_MKDTEMP 1
  7415. | #define HAVE_NANOSLEEP 1
  7416. | #define HAVE_OPENDIR 1
  7417. | #define HAVE_PUTENV 1
  7418. | #define HAVE_QSORT 1
  7419. | #define HAVE_READLINK 1
  7420. | #define HAVE_SELECT 1
  7421. | #define HAVE_SETENV 1
  7422. | #define HAVE_SETPGID 1
  7423. | #define HAVE_SETSID 1
  7424. | #define HAVE_SIGALTSTACK 1
  7425. | #define HAVE_SIGSET 1
  7426. | #define HAVE_SIGSETJMP 1
  7427. | #define HAVE_SIGACTION 1
  7428. | #define HAVE_SIGVEC 1
  7429. | #define HAVE_STRCASECMP 1
  7430. | #define HAVE_STRERROR 1
  7431. | #define HAVE_STRFTIME 1
  7432. | #define HAVE_STRNCASECMP 1
  7433. | #define HAVE_STRPBRK 1
  7434. | #define HAVE_STRTOL 1
  7435. | #define HAVE_TGETENT 1
  7436. | #define HAVE_TOWLOWER 1
  7437. | #define HAVE_TOWUPPER 1
  7438. | #define HAVE_ISWUPPER 1
  7439. | #define HAVE_USLEEP 1
  7440. | #define HAVE_UTIME 1
  7441. | #define HAVE_UTIMES 1
  7442. | #define HAVE_FSEEKO 1
  7443. | #define HAVE_ST_BLKSIZE 1
  7444. | #define HAVE_ICONV 1
  7445. | #define HAVE_NL_LANGINFO_CODESET 1
  7446. | #define HAVE_LIBM 1
  7447. | #define HAVE_FLOAT_FUNCS 1
  7448. | #define HAVE_POSIX_ACL 1
  7449. | #define HAVE_FD_CLOEXEC 1
  7450. | #define HAVE_RENAME 1
  7451. | #define HAVE_SYSCTL 1
  7452. | /* end confdefs.h. */
  7453. | #include <unistd.h>
  7454. | int
  7455. | main ()
  7456. | {
  7457. | (void)sysconf(_SC_PAGESIZE);
  7458. | (void)sysconf(_SC_PHYS_PAGES);
  7459. |
  7460. | ;
  7461. | return 0;
  7462. | }
  7463. configure:12531: result: not usable
  7464. configure:12540: checking size of int
  7465. configure:12545: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lm -lncurses -liconv >&5
  7466. configure:12545: $? = 0
  7467. configure:12545: ./conftest
  7468. configure:12545: $? = 0
  7469. configure:12559: result: 4
  7470. configure:12573: checking size of long
  7471. configure:12578: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lm -lncurses -liconv >&5
  7472. configure:12578: $? = 0
  7473. configure:12578: ./conftest
  7474. configure:12578: $? = 0
  7475. configure:12592: result: 8
  7476. configure:12606: checking size of time_t
  7477. configure:12611: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lm -lncurses -liconv >&5
  7478. configure:12611: $? = 0
  7479. configure:12611: ./conftest
  7480. configure:12611: $? = 0
  7481. configure:12625: result: 8
  7482. configure:12639: checking size of off_t
  7483. configure:12644: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lm -lncurses -liconv >&5
  7484. configure:12644: $? = 0
  7485. configure:12644: ./conftest
  7486. configure:12644: $? = 0
  7487. configure:12658: result: 8
  7488. configure:12678: checking uint32_t is 32 bits
  7489. configure:12700: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lm -lncurses -liconv >&5
  7490. conftest.c:145:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  7491. main() {
  7492. ^
  7493. conftest.c:148:69: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
  7494. if (sizeof(uint32_t) != 4 || nr1 != 0xffffffffUL || nr2 + 1 != 0) exit(1);
  7495. ^
  7496. conftest.c:148:69: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
  7497. 2 warnings generated.
  7498. configure:12700: $? = 0
  7499. configure:12700: ./conftest
  7500. configure:12700: $? = 0
  7501. configure:12701: result: ok
  7502. configure:12734: checking whether memmove handles overlaps
  7503. configure:12749: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lm -lncurses -liconv >&5
  7504. conftest.c:147:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  7505. main() {
  7506. ^
  7507. 1 warning generated.
  7508. configure:12749: $? = 0
  7509. configure:12749: ./conftest
  7510. configure:12749: $? = 0
  7511. configure:12764: result: yes
  7512. configure:12940: checking for _xpg4_setrunelocale in -lxpg4
  7513. configure:12965: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lxpg4 -lm -lncurses -liconv >&5
  7514. ld: library not found for -lxpg4
  7515. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  7516. configure:12965: $? = 1
  7517. configure: failed program was:
  7518. | /* confdefs.h */
  7519. | #define PACKAGE_NAME ""
  7520. | #define PACKAGE_TARNAME ""
  7521. | #define PACKAGE_VERSION ""
  7522. | #define PACKAGE_STRING ""
  7523. | #define PACKAGE_BUGREPORT ""
  7524. | #define PACKAGE_URL ""
  7525. | #define UNIX 1
  7526. | #define STDC_HEADERS 1
  7527. | #define HAVE_SYS_WAIT_H 1
  7528. | #define HAVE_SYS_TYPES_H 1
  7529. | #define HAVE_SYS_STAT_H 1
  7530. | #define HAVE_STDLIB_H 1
  7531. | #define HAVE_STRING_H 1
  7532. | #define HAVE_MEMORY_H 1
  7533. | #define HAVE_STRINGS_H 1
  7534. | #define HAVE_INTTYPES_H 1
  7535. | #define HAVE_STDINT_H 1
  7536. | #define HAVE_UNISTD_H 1
  7537. | #define HAVE_AVAILABILITYMACROS_H 1
  7538. | #define FEAT_HUGE 1
  7539. | #define USE_XSMP_INTERACT 1
  7540. | #define FEAT_LUA 1
  7541. | #define FEAT_PERL 1
  7542. | #define FEAT_PYTHON3 1
  7543. | #define FEAT_TCL 1
  7544. | #define FEAT_RUBY 1
  7545. | #define FEAT_CSCOPE 1
  7546. | #define FEAT_NETBEANS_INTG 1
  7547. | #define FEAT_MBYTE 1
  7548. | #define HAVE_DATE_TIME 1
  7549. | #define HAVE_ATTRIBUTE_UNUSED 1
  7550. | #define HAVE_DIRENT_H 1
  7551. | #define HAVE_STDARG_H 1
  7552. | #define HAVE_STDINT_H 1
  7553. | #define HAVE_STDLIB_H 1
  7554. | #define HAVE_STRING_H 1
  7555. | #define HAVE_SYS_SELECT_H 1
  7556. | #define HAVE_SYS_UTSNAME_H 1
  7557. | #define HAVE_TERMCAP_H 1
  7558. | #define HAVE_FCNTL_H 1
  7559. | #define HAVE_SGTTY_H 1
  7560. | #define HAVE_SYS_IOCTL_H 1
  7561. | #define HAVE_SYS_TIME_H 1
  7562. | #define HAVE_SYS_TYPES_H 1
  7563. | #define HAVE_ICONV_H 1
  7564. | #define HAVE_INTTYPES_H 1
  7565. | #define HAVE_LANGINFO_H 1
  7566. | #define HAVE_MATH_H 1
  7567. | #define HAVE_UNISTD_H 1
  7568. | #define HAVE_ERRNO_H 1
  7569. | #define HAVE_SYS_RESOURCE_H 1
  7570. | #define HAVE_LOCALE_H 1
  7571. | #define HAVE_TERMIOS_H 1
  7572. | #define HAVE_LIBC_H 1
  7573. | #define HAVE_POLL_H 1
  7574. | #define HAVE_SYS_POLL_H 1
  7575. | #define HAVE_PWD_H 1
  7576. | #define HAVE_UTIME_H 1
  7577. | #define HAVE_SYS_PARAM_H 1
  7578. | #define HAVE_LIBGEN_H 1
  7579. | #define HAVE_SYS_ACL_H 1
  7580. | #define HAVE_WCHAR_H 1
  7581. | #define HAVE_WCTYPE_H 1
  7582. | #define HAVE_SYS_SYSCTL_H 1
  7583. | #define HAVE_STRINGS_H 1
  7584. | #define NO_STRINGS_WITH_STRING_H 1
  7585. | #define TIME_WITH_SYS_TIME 1
  7586. | #define TERMINFO 1
  7587. | #define HAVE_OSPEED 1
  7588. | #define HAVE_UP_BC_PC 1
  7589. | #define SYS_SELECT_WITH_SYS_TIME 1
  7590. | #define HAVE_SVR4_PTYS 1
  7591. | #define PTYRANGE0 "pqrstuvw"
  7592. | #define PTYRANGE1 "0123456789abcdef"
  7593. | #define RETSIGTYPE void
  7594. | #define SIGRETURN return
  7595. | #define HAVE_SIGCONTEXT 1
  7596. | #define HAVE_BCMP 1
  7597. | #define HAVE_FCHDIR 1
  7598. | #define HAVE_FCHOWN 1
  7599. | #define HAVE_FSYNC 1
  7600. | #define HAVE_GETCWD 1
  7601. | #define HAVE_GETPWENT 1
  7602. | #define HAVE_GETPWNAM 1
  7603. | #define HAVE_GETPWUID 1
  7604. | #define HAVE_GETRLIMIT 1
  7605. | #define HAVE_GETTIMEOFDAY 1
  7606. | #define HAVE_GETWD 1
  7607. | #define HAVE_LSTAT 1
  7608. | #define HAVE_MEMCMP 1
  7609. | #define HAVE_MEMSET 1
  7610. | #define HAVE_MKDTEMP 1
  7611. | #define HAVE_NANOSLEEP 1
  7612. | #define HAVE_OPENDIR 1
  7613. | #define HAVE_PUTENV 1
  7614. | #define HAVE_QSORT 1
  7615. | #define HAVE_READLINK 1
  7616. | #define HAVE_SELECT 1
  7617. | #define HAVE_SETENV 1
  7618. | #define HAVE_SETPGID 1
  7619. | #define HAVE_SETSID 1
  7620. | #define HAVE_SIGALTSTACK 1
  7621. | #define HAVE_SIGSET 1
  7622. | #define HAVE_SIGSETJMP 1
  7623. | #define HAVE_SIGACTION 1
  7624. | #define HAVE_SIGVEC 1
  7625. | #define HAVE_STRCASECMP 1
  7626. | #define HAVE_STRERROR 1
  7627. | #define HAVE_STRFTIME 1
  7628. | #define HAVE_STRNCASECMP 1
  7629. | #define HAVE_STRPBRK 1
  7630. | #define HAVE_STRTOL 1
  7631. | #define HAVE_TGETENT 1
  7632. | #define HAVE_TOWLOWER 1
  7633. | #define HAVE_TOWUPPER 1
  7634. | #define HAVE_ISWUPPER 1
  7635. | #define HAVE_USLEEP 1
  7636. | #define HAVE_UTIME 1
  7637. | #define HAVE_UTIMES 1
  7638. | #define HAVE_FSEEKO 1
  7639. | #define HAVE_ST_BLKSIZE 1
  7640. | #define HAVE_ICONV 1
  7641. | #define HAVE_NL_LANGINFO_CODESET 1
  7642. | #define HAVE_LIBM 1
  7643. | #define HAVE_FLOAT_FUNCS 1
  7644. | #define HAVE_POSIX_ACL 1
  7645. | #define HAVE_FD_CLOEXEC 1
  7646. | #define HAVE_RENAME 1
  7647. | #define HAVE_SYSCTL 1
  7648. | #define SIZEOF_INT 4
  7649. | #define SIZEOF_LONG 8
  7650. | #define SIZEOF_TIME_T 8
  7651. | #define SIZEOF_OFF_T 8
  7652. | #define VIM_SIZEOF_INT 4
  7653. | #define VIM_SIZEOF_LONG 8
  7654. | #define USEMEMMOVE 1
  7655. | /* end confdefs.h. */
  7656. |
  7657. | /* Override any GCC internal prototype to avoid an error.
  7658. | Use char because int might match the return type of a GCC
  7659. | builtin and then its argument prototype would still apply. */
  7660. | #ifdef __cplusplus
  7661. | extern "C"
  7662. | #endif
  7663. | char _xpg4_setrunelocale ();
  7664. | int
  7665. | main ()
  7666. | {
  7667. | return _xpg4_setrunelocale ();
  7668. | ;
  7669. | return 0;
  7670. | }
  7671. configure:12974: result: no
  7672. configure:12981: checking how to create tags
  7673. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ctags: illegal option -- -
  7674. usage: ctags [-BFadtuwvx] [-f tagsfile] file ...
  7675. auto/configure:12986: command not found: exctags
  7676. auto/configure:12988: command not found: exuberant-ctags
  7677. etags: skipping /dev/null: it is not a regular file.
  7678. etags: no input files specified.
  7679. Try `etags --help' for a complete list of options.
  7680. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ctags: illegal option -- s
  7681. usage: ctags [-BFadtuwvx] [-f tagsfile] file ...
  7682. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ctags: illegal option -- s
  7683. usage: ctags [-BFadtuwvx] [-f tagsfile] file ...
  7684. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ctags: illegal option -- i
  7685. usage: ctags [-BFadtuwvx] [-f tagsfile] file ...
  7686. configure:13001: result: ctags -t
  7687. configure:13004: checking how to run man with a section nr
  7688. configure:13008: result: man -s
  7689. configure:13015: checking --disable-nls argument
  7690. configure:13026: result: no
  7691. configure:13036: checking for msgfmt
  7692. configure:13066: result: no
  7693. configure:13071: checking for NLS
  7694. configure:13120: result: msgfmt not found - disabled
  7695. configure:13173: checking dlfcn.h usability
  7696. configure:13173: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  7697. configure:13173: $? = 0
  7698. configure:13173: result: yes
  7699. configure:13173: checking dlfcn.h presence
  7700. configure:13173: clang -E -DMACOS_X_UNIX conftest.c
  7701. configure:13173: $? = 0
  7702. configure:13173: result: yes
  7703. configure:13173: checking for dlfcn.h
  7704. configure:13173: result: yes
  7705. configure:13190: checking for dlopen()
  7706. configure:13206: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lm -lncurses -liconv >&5
  7707. configure:13206: $? = 0
  7708. configure:13207: result: yes
  7709. configure:13249: checking for dlsym()
  7710. configure:13265: clang -o conftest -g -O2 -DMACOS_X_UNIX -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib conftest.c -lm -lncurses -liconv >&5
  7711. configure:13265: $? = 0
  7712. configure:13266: result: yes
  7713. configure:13374: checking setjmp.h usability
  7714. configure:13374: clang -c -g -O2 -DMACOS_X_UNIX conftest.c >&5
  7715. configure:13374: $? = 0
  7716. configure:13374: result: yes
  7717. configure:13374: checking setjmp.h presence
  7718. configure:13374: clang -E -DMACOS_X_UNIX conftest.c
  7719. configure:13374: $? = 0
  7720. configure:13374: result: yes
  7721. configure:13374: checking for setjmp.h
  7722. configure:13374: result: yes
  7723. configure:13393: checking whether we need -framework Cocoa
  7724. configure:13397: result: yes
  7725. configure:13410: checking --with-xcodecfg argument
  7726. configure:13419: result: using default
  7727. configure:13430: checking for GCC 3 or later
  7728. configure:13435: result: yes
  7729. configure:13441: checking whether we need -D_FORTIFY_SOURCE=1
  7730. configure:13445: result: yes
  7731. configure:13454: checking linker --as-needed support
  7732. configure:13466: result: no
  7733. configure:13543: updating cache auto/config.cache
  7734. configure:13593: creating auto/config.status
  7735.  
  7736. ## ---------------------- ##
  7737. ## Running config.status. ##
  7738. ## ---------------------- ##
  7739.  
  7740. This file was extended by config.status, which was
  7741. generated by GNU Autoconf 2.69. Invocation command line was
  7742.  
  7743. CONFIG_FILES =
  7744. CONFIG_HEADERS =
  7745. CONFIG_LINKS =
  7746. CONFIG_COMMANDS =
  7747. $ auto/config.status
  7748.  
  7749. on Dimitriyes-MacBook-Pro.local
  7750.  
  7751. config.status:1027: creating auto/config.mk
  7752. config.status:1027: creating auto/config.h
  7753.  
  7754. ## ---------------- ##
  7755. ## Cache variables. ##
  7756. ## ---------------- ##
  7757.  
  7758. ac_cv_c_bigendian=no
  7759. ac_cv_c_compiler_gnu=yes
  7760. ac_cv_c_const=yes
  7761. ac_cv_c_uint32_t=yes
  7762. ac_cv_c_volatile=yes
  7763. ac_cv_env_CC_set=set
  7764. ac_cv_env_CC_value=clang
  7765. ac_cv_env_CFLAGS_set=''
  7766. ac_cv_env_CFLAGS_value=''
  7767. ac_cv_env_CPPFLAGS_set=''
  7768. ac_cv_env_CPPFLAGS_value=''
  7769. ac_cv_env_CPP_set=''
  7770. ac_cv_env_CPP_value=''
  7771. ac_cv_env_LDFLAGS_set=''
  7772. ac_cv_env_LDFLAGS_value=''
  7773. ac_cv_env_LIBS_set=''
  7774. ac_cv_env_LIBS_value=''
  7775. ac_cv_env_XMKMF_set=''
  7776. ac_cv_env_XMKMF_value=''
  7777. ac_cv_env_build_alias_set=''
  7778. ac_cv_env_build_alias_value=''
  7779. ac_cv_env_host_alias_set=''
  7780. ac_cv_env_host_alias_value=''
  7781. ac_cv_env_target_alias_set=''
  7782. ac_cv_env_target_alias_value=''
  7783. ac_cv_func_bcmp=yes
  7784. ac_cv_func_fchdir=yes
  7785. ac_cv_func_fchown=yes
  7786. ac_cv_func_fsync=yes
  7787. ac_cv_func_getcwd=yes
  7788. ac_cv_func_getpseudotty=no
  7789. ac_cv_func_getpwent=yes
  7790. ac_cv_func_getpwnam=yes
  7791. ac_cv_func_getpwuid=yes
  7792. ac_cv_func_getrlimit=yes
  7793. ac_cv_func_gettimeofday=yes
  7794. ac_cv_func_getwd=yes
  7795. ac_cv_func_iswupper=yes
  7796. ac_cv_func_lstat=yes
  7797. ac_cv_func_memcmp=yes
  7798. ac_cv_func_memset=yes
  7799. ac_cv_func_mkdtemp=yes
  7800. ac_cv_func_nanosleep=yes
  7801. ac_cv_func_opendir=yes
  7802. ac_cv_func_putenv=yes
  7803. ac_cv_func_qsort=yes
  7804. ac_cv_func_readlink=yes
  7805. ac_cv_func_select=yes
  7806. ac_cv_func_setenv=yes
  7807. ac_cv_func_setpgid=yes
  7808. ac_cv_func_setsid=yes
  7809. ac_cv_func_sigaction=yes
  7810. ac_cv_func_sigaltstack=yes
  7811. ac_cv_func_sigset=yes
  7812. ac_cv_func_sigsetjmp=yes
  7813. ac_cv_func_sigstack=no
  7814. ac_cv_func_sigvec=yes
  7815. ac_cv_func_strcasecmp=yes
  7816. ac_cv_func_strerror=yes
  7817. ac_cv_func_strftime=yes
  7818. ac_cv_func_stricmp=no
  7819. ac_cv_func_strncasecmp=yes
  7820. ac_cv_func_strnicmp=no
  7821. ac_cv_func_strpbrk=yes
  7822. ac_cv_func_strtol=yes
  7823. ac_cv_func_tgetent=yes
  7824. ac_cv_func_towlower=yes
  7825. ac_cv_func_towupper=yes
  7826. ac_cv_func_usleep=yes
  7827. ac_cv_func_utime=yes
  7828. ac_cv_func_utimes=yes
  7829. ac_cv_header_AvailabilityMacros_h=yes
  7830. ac_cv_header_Carbon_Carbon_h=yes
  7831. ac_cv_header_Cocoa_Cocoa_h=yes
  7832. ac_cv_header_X11_SM_SMlib_h=no
  7833. ac_cv_header_dirent_dirent_h=yes
  7834. ac_cv_header_dlfcn_h=yes
  7835. ac_cv_header_elf_h=no
  7836. ac_cv_header_errno_h=yes
  7837. ac_cv_header_fcntl_h=yes
  7838. ac_cv_header_frame_h=no
  7839. ac_cv_header_iconv_h=yes
  7840. ac_cv_header_inttypes_h=yes
  7841. ac_cv_header_langinfo_h=yes
  7842. ac_cv_header_libc_h=yes
  7843. ac_cv_header_libgen_h=yes
  7844. ac_cv_header_libintl_h=no
  7845. ac_cv_header_linux_xattr_h=no
  7846. ac_cv_header_locale_h=yes
  7847. ac_cv_header_math_h=yes
  7848. ac_cv_header_memory_h=yes
  7849. ac_cv_header_poll_h=yes
  7850. ac_cv_header_pwd_h=yes
  7851. ac_cv_header_setjmp_h=yes
  7852. ac_cv_header_sgtty_h=yes
  7853. ac_cv_header_stdarg_h=yes
  7854. ac_cv_header_stdc=yes
  7855. ac_cv_header_stdint_h=yes
  7856. ac_cv_header_stdlib_h=yes
  7857. ac_cv_header_string_h=yes
  7858. ac_cv_header_strings_h=yes
  7859. ac_cv_header_stropts_h=no
  7860. ac_cv_header_sys_access_h=no
  7861. ac_cv_header_sys_acl_h=yes
  7862. ac_cv_header_sys_ioctl_h=yes
  7863. ac_cv_header_sys_param_h=yes
  7864. ac_cv_header_sys_poll_h=yes
  7865. ac_cv_header_sys_ptem_h=no
  7866. ac_cv_header_sys_resource_h=yes
  7867. ac_cv_header_sys_select_h=yes
  7868. ac_cv_header_sys_stat_h=yes
  7869. ac_cv_header_sys_statfs_h=no
  7870. ac_cv_header_sys_stream_h=no
  7871. ac_cv_header_sys_sysctl_h=yes
  7872. ac_cv_header_sys_sysinfo_h=no
  7873. ac_cv_header_sys_systeminfo_h=no
  7874. ac_cv_header_sys_time_h=yes
  7875. ac_cv_header_sys_types_h=yes
  7876. ac_cv_header_sys_utsname_h=yes
  7877. ac_cv_header_sys_wait_h=yes
  7878. ac_cv_header_termcap_h=yes
  7879. ac_cv_header_termio_h=no
  7880. ac_cv_header_termios_h=yes
  7881. ac_cv_header_time=yes
  7882. ac_cv_header_unistd_h=yes
  7883. ac_cv_header_util_debug_h=no
  7884. ac_cv_header_util_msg18n_h=no
  7885. ac_cv_header_utime_h=yes
  7886. ac_cv_header_wchar_h=yes
  7887. ac_cv_header_wctype_h=yes
  7888. ac_cv_lib_acl_acl_get_file=no
  7889. ac_cv_lib_m_strtod=yes
  7890. ac_cv_lib_nsl_gethostbyname=no
  7891. ac_cv_lib_posix1e_acl_get_file=no
  7892. ac_cv_lib_sec_acl_get=no
  7893. ac_cv_lib_selinux_is_selinux_enabled=no
  7894. ac_cv_lib_socket_socket=no
  7895. ac_cv_lib_xpg4__xpg4_setrunelocale=no
  7896. ac_cv_objext=o
  7897. ac_cv_path_EGREP='/usr/bin/grep -E'
  7898. ac_cv_path_FGREP='/usr/bin/grep -F'
  7899. ac_cv_path_GREP=/usr/bin/grep
  7900. ac_cv_path_XCODE_SELECT=/usr/bin/xcode-select
  7901. ac_cv_path_vi_cv_path_luajit=/usr/local/opt/luajit/bin/luajit
  7902. ac_cv_path_vi_cv_path_perl=/usr/bin/perl
  7903. ac_cv_path_vi_cv_path_python3=/usr/local/opt/python3/bin/python3
  7904. ac_cv_path_vi_cv_path_ruby=/usr/bin/ruby
  7905. ac_cv_path_vi_cv_path_tcl=/usr/bin/tclsh8.5
  7906. ac_cv_prog_AWK=awk
  7907. ac_cv_prog_CPP='clang -E'
  7908. ac_cv_prog_STRIP=strip
  7909. ac_cv_prog_ac_ct_CC=clang
  7910. ac_cv_prog_cc_c89=''
  7911. ac_cv_prog_cc_g=yes
  7912. ac_cv_prog_gcc_traditional=no
  7913. ac_cv_prog_make_make_set=yes
  7914. ac_cv_search_opendir='none required'
  7915. ac_cv_search_strerror='none required'
  7916. ac_cv_sizeof_int=4
  7917. ac_cv_sizeof_long=8
  7918. ac_cv_sizeof_off_t=8
  7919. ac_cv_sizeof_time_t=8
  7920. ac_cv_sys_file_offset_bits=no
  7921. ac_cv_sys_largefile_CC=no
  7922. ac_cv_sys_largefile_source=no
  7923. ac_cv_type_dev_t=yes
  7924. ac_cv_type_ino_t=yes
  7925. ac_cv_type_mode_t=yes
  7926. ac_cv_type_off_t=yes
  7927. ac_cv_type_pid_t=yes
  7928. ac_cv_type_rlim_t=yes
  7929. ac_cv_type_signal=void
  7930. ac_cv_type_size_t=yes
  7931. ac_cv_type_stack_t=yes
  7932. ac_cv_type_uid_t=yes
  7933. cf_cv_ebcdic=no
  7934. vi_cv_dll_name_python3=Python.framework/Versions/3.4/Python
  7935. vi_cv_have_gpm=no
  7936. vi_cv_have_sysmouse=no
  7937. vi_cv_path_lua=/usr/local/opt/luajit/bin/luajit
  7938. vi_cv_path_lua_pfx=/usr/local
  7939. vi_cv_path_luajit=/usr/local/opt/luajit/bin/luajit
  7940. vi_cv_path_perl=/usr/bin/perl
  7941. vi_cv_path_python3=/usr/local/opt/python3/bin/python3
  7942. vi_cv_path_python3_conf=/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4/lib/python3.4/config-3.4m
  7943. vi_cv_path_python3_epfx=/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4
  7944. vi_cv_path_python3_pfx=/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4
  7945. vi_cv_path_python3_plibs='-L/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4/lib/python3.4/config-3.4m -lpython3.4m -ldl -framework CoreFoundation'
  7946. vi_cv_path_python3path=:/usr/local/lib/python3.4/site-packages/setuptools-15.2-py3.4.egg:/usr/local/lib/python3.4/site-packages/pip-6.1.1-py3.4.egg:/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4/lib/python34.zip:/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4/lib/python3.4:/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4/lib/python3.4/plat-darwin:/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4/lib/python3.4/lib-dynload:/usr/local/lib/python3.4/site-packages
  7947. vi_cv_path_ruby=/usr/bin/ruby
  7948. vi_cv_path_tcl=/usr/bin/tclsh8.5
  7949. vi_cv_perl_extutils=unknown_perl_extutils_path
  7950. vi_cv_perl_xsubpp=/System/Library/Perl/5.18/ExtUtils/xsubpp
  7951. vi_cv_perllib=/System/Library/Perl/5.18
  7952. vi_cv_perlsitelib=/Library/Perl/5.18
  7953. vi_cv_var_python3_abiflags=m
  7954. vi_cv_var_python3_version=3.4
  7955. vi_cv_version_lua=5.1
  7956. vi_cv_version_lua_luajit=5.1
  7957. vi_cv_version_luajit=2.0
  7958. vi_cv_with_luajit=yes
  7959. vim_cv_getcwd_broken=no
  7960. vim_cv_memmove_handles_overlap=yes
  7961. vim_cv_stat_ignores_slash=no
  7962. vim_cv_terminfo=yes
  7963. vim_cv_toupper_broken=no
  7964. vim_cv_tty_group=world
  7965.  
  7966. ## ----------------- ##
  7967. ## Output variables. ##
  7968. ## ----------------- ##
  7969.  
  7970. AWK='awk'
  7971. CC='clang'
  7972. CFLAGS='-g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1'
  7973. CPP='clang -E'
  7974. CPPFLAGS=' -DMACOS_X_UNIX'
  7975. CPP_MM='M'
  7976. DEFS='-DHAVE_CONFIG_H'
  7977. DEPEND_CFLAGS_FILTER='| sed '\''s+-I */+-isystem /+g'\'''
  7978. ECHO_C=''
  7979. ECHO_N='-n'
  7980. ECHO_T=''
  7981. EGREP='/usr/bin/grep -E'
  7982. EXEEXT=''
  7983. EXNAME='ex'
  7984. FGREP='/usr/bin/grep -F'
  7985. GNOME_INCLUDEDIR=''
  7986. GNOME_LIBDIR=''
  7987. GNOME_LIBS=''
  7988. GREP='/usr/bin/grep'
  7989. GTK_CFLAGS=''
  7990. GTK_LIBNAME=''
  7991. GTK_LIBS=''
  7992. GUITYPE='MACVIMGUI'
  7993. GUI_INC_LOC=''
  7994. GUI_LIB_LOC=''
  7995. GUI_X_LIBS=''
  7996. HANGULIN_OBJ=''
  7997. HANGULIN_SRC=''
  7998. INSTALL_LANGS='install-languages'
  7999. INSTALL_TOOL_LANGS='install-tool-languages'
  8000. LDFLAGS='-L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib'
  8001. LIBOBJS=''
  8002. LIBS='$-lm -lncurses -liconv -framework Cocoa'
  8003. LINK_AS_NEEDED=''
  8004. LTLIBOBJS=''
  8005. LUA_CFLAGS='-I/usr/local/include/luajit-2.0'
  8006. LUA_LIBS='-pagezero_size 10000 -image_base 100000000 -L/usr/local/lib -lluajit-5.1'
  8007. LUA_OBJ='objects/if_lua.o'
  8008. LUA_PRO='if_lua.pro'
  8009. LUA_SRC='if_lua.c'
  8010. MAKEMO=''
  8011. MOTIF_LIBNAME=''
  8012. MSGFMT=''
  8013. MZSCHEME_CFLAGS=''
  8014. MZSCHEME_EXTRA=''
  8015. MZSCHEME_LIBS=''
  8016. MZSCHEME_MZC=''
  8017. MZSCHEME_OBJ=''
  8018. MZSCHEME_PRO=''
  8019. MZSCHEME_SRC=''
  8020. NARROW_PROTO=''
  8021. NETBEANS_OBJ='objects/netbeans.o'
  8022. NETBEANS_SRC='netbeans.c'
  8023. OBJEXT='o'
  8024. OS_EXTRA_OBJ='objects/os_macosx.o objects/os_mac_conv.o'
  8025. OS_EXTRA_SRC='os_macosx.m os_mac_conv.c'
  8026. PACKAGE_BUGREPORT=''
  8027. PACKAGE_NAME=''
  8028. PACKAGE_STRING=''
  8029. PACKAGE_TARNAME=''
  8030. PACKAGE_URL=''
  8031. PACKAGE_VERSION=''
  8032. PATH_SEPARATOR=':'
  8033. PERL_CFLAGS=' -g -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE '
  8034. PERL_LIBS=' -fstack-protector -L/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -lperl'
  8035. PERL_OBJ='objects/if_perl.o objects/if_perlsfio.o'
  8036. PERL_PRO='if_perl.pro if_perlsfio.pro'
  8037. PERL_SRC='auto/if_perl.c if_perlsfio.c'
  8038. PKG_CONFIG=''
  8039. PYTHON3_CFLAGS='-I/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4/include/python3.4m -DPYTHON3_HOME='\''L"/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4"'\'' -fPIE'
  8040. PYTHON3_CONFDIR='/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4/lib/python3.4/config-3.4m'
  8041. PYTHON3_LIBS='-L/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4/lib/python3.4/config-3.4m -lpython3.4m -ldl -framework CoreFoundation'
  8042. PYTHON3_OBJ='objects/if_python3.o'
  8043. PYTHON3_SRC='if_python3.c'
  8044. PYTHON_CFLAGS=''
  8045. PYTHON_CONFDIR=''
  8046. PYTHON_GETPATH_CFLAGS=''
  8047. PYTHON_LIBS=''
  8048. PYTHON_OBJ=''
  8049. PYTHON_SRC=''
  8050. QUOTESED='sed -e '\''s/[\\"]/\\&/g'\'' -e '\''s/\\"/"/'\'' -e '\''s/\\";$$/";/'\'''
  8051. RUBY_CFLAGS='-DRUBY_VERSION=20'
  8052. RUBY_LIBS='-framework Ruby'
  8053. RUBY_OBJ='objects/if_ruby.o'
  8054. RUBY_PRO='if_ruby.pro'
  8055. RUBY_SRC='if_ruby.c'
  8056. SET_MAKE=''
  8057. SHELL='/bin/sh'
  8058. SNIFF_OBJ=''
  8059. SNIFF_SRC=''
  8060. STRIP='strip'
  8061. TAGPRG='ctags -t'
  8062. TCL_CFLAGS='-I/System/Library/Frameworks/Tcl.framework/Headers -D_REENTRANT=1 -D_THREAD_SAFE=1 -D_DARWIN_C_SOURCE=1 '
  8063. TCL_LIBS='-F/System/Library/Frameworks -framework Tcl -lpthread -framework CoreFoundation'
  8064. TCL_OBJ='objects/if_tcl.o'
  8065. TCL_PRO='if_tcl.pro'
  8066. TCL_SRC='if_tcl.c'
  8067. VIEWNAME='view'
  8068. VIMNAME='Vim'
  8069. WORKSHOP_OBJ=''
  8070. WORKSHOP_SRC=''
  8071. XCODEFLAGS=''
  8072. XCODE_SELECT='/usr/bin/xcode-select'
  8073. XMKMF=''
  8074. X_CFLAGS=''
  8075. X_EXTRA_LIBS=''
  8076. X_LIB=''
  8077. X_LIBS=''
  8078. X_PRE_LIBS=''
  8079. ac_ct_CC='clang'
  8080. bindir='${exec_prefix}/bin'
  8081. build_alias=''
  8082. compiledby='Homebrew'
  8083. datadir='${prefix}/MacVim.app/Contents/Resources'
  8084. datarootdir='${prefix}/share'
  8085. docdir='${datarootdir}/doc/${PACKAGE}'
  8086. dogvimdiff='installgvimdiff'
  8087. dovimdiff='installvimdiff'
  8088. dvidir='${docdir}'
  8089. exec_prefix='${prefix}'
  8090. host_alias=''
  8091. htmldir='${docdir}'
  8092. includedir='${prefix}/include'
  8093. infodir='${datarootdir}/info'
  8094. libdir='${exec_prefix}/lib'
  8095. libexecdir='${exec_prefix}/libexec'
  8096. line_break='"\\012"'
  8097. localedir='${datarootdir}/locale'
  8098. localstatedir='${prefix}/var'
  8099. mandir='${datarootdir}/man'
  8100. oldincludedir='/usr/include'
  8101. pdfdir='${docdir}'
  8102. prefix='/Applications'
  8103. program_transform_name='s,x,x,'
  8104. psdir='${docdir}'
  8105. sbindir='${exec_prefix}/sbin'
  8106. sharedstatedir='${prefix}/com'
  8107. shrpenv='env LD_RUN_PATH=/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE'
  8108. sysconfdir='${prefix}/etc'
  8109. target_alias=''
  8110. vi_cv_path_lua='/usr/local/opt/luajit/bin/luajit'
  8111. vi_cv_path_luajit='/usr/local/opt/luajit/bin/luajit'
  8112. vi_cv_path_mzscheme=''
  8113. vi_cv_path_perl='/usr/bin/perl'
  8114. vi_cv_path_plain_lua=''
  8115. vi_cv_path_python3='/usr/local/opt/python3/bin/python3'
  8116. vi_cv_path_python=''
  8117. vi_cv_path_ruby='/usr/bin/ruby'
  8118. vi_cv_path_tcl='/usr/bin/tclsh8.5'
  8119. vi_cv_perl_xsubpp='/System/Library/Perl/5.18/ExtUtils/xsubpp'
  8120. vi_cv_perllib='/System/Library/Perl/5.18'
  8121. vi_cv_perlsitelib='/Library/Perl/5.18'
  8122. xmkmfpath=''
  8123.  
  8124. ## ----------- ##
  8125. ## confdefs.h. ##
  8126. ## ----------- ##
  8127.  
  8128. /* confdefs.h */
  8129. #define PACKAGE_NAME ""
  8130. #define PACKAGE_TARNAME ""
  8131. #define PACKAGE_VERSION ""
  8132. #define PACKAGE_STRING ""
  8133. #define PACKAGE_BUGREPORT ""
  8134. #define PACKAGE_URL ""
  8135. #define UNIX 1
  8136. #define STDC_HEADERS 1
  8137. #define HAVE_SYS_WAIT_H 1
  8138. #define HAVE_SYS_TYPES_H 1
  8139. #define HAVE_SYS_STAT_H 1
  8140. #define HAVE_STDLIB_H 1
  8141. #define HAVE_STRING_H 1
  8142. #define HAVE_MEMORY_H 1
  8143. #define HAVE_STRINGS_H 1
  8144. #define HAVE_INTTYPES_H 1
  8145. #define HAVE_STDINT_H 1
  8146. #define HAVE_UNISTD_H 1
  8147. #define HAVE_AVAILABILITYMACROS_H 1
  8148. #define FEAT_HUGE 1
  8149. #define USE_XSMP_INTERACT 1
  8150. #define FEAT_LUA 1
  8151. #define FEAT_PERL 1
  8152. #define FEAT_PYTHON3 1
  8153. #define FEAT_TCL 1
  8154. #define FEAT_RUBY 1
  8155. #define FEAT_CSCOPE 1
  8156. #define FEAT_NETBEANS_INTG 1
  8157. #define FEAT_MBYTE 1
  8158. #define HAVE_DATE_TIME 1
  8159. #define HAVE_ATTRIBUTE_UNUSED 1
  8160. #define HAVE_DIRENT_H 1
  8161. #define HAVE_STDARG_H 1
  8162. #define HAVE_STDINT_H 1
  8163. #define HAVE_STDLIB_H 1
  8164. #define HAVE_STRING_H 1
  8165. #define HAVE_SYS_SELECT_H 1
  8166. #define HAVE_SYS_UTSNAME_H 1
  8167. #define HAVE_TERMCAP_H 1
  8168. #define HAVE_FCNTL_H 1
  8169. #define HAVE_SGTTY_H 1
  8170. #define HAVE_SYS_IOCTL_H 1
  8171. #define HAVE_SYS_TIME_H 1
  8172. #define HAVE_SYS_TYPES_H 1
  8173. #define HAVE_ICONV_H 1
  8174. #define HAVE_INTTYPES_H 1
  8175. #define HAVE_LANGINFO_H 1
  8176. #define HAVE_MATH_H 1
  8177. #define HAVE_UNISTD_H 1
  8178. #define HAVE_ERRNO_H 1
  8179. #define HAVE_SYS_RESOURCE_H 1
  8180. #define HAVE_LOCALE_H 1
  8181. #define HAVE_TERMIOS_H 1
  8182. #define HAVE_LIBC_H 1
  8183. #define HAVE_POLL_H 1
  8184. #define HAVE_SYS_POLL_H 1
  8185. #define HAVE_PWD_H 1
  8186. #define HAVE_UTIME_H 1
  8187. #define HAVE_SYS_PARAM_H 1
  8188. #define HAVE_LIBGEN_H 1
  8189. #define HAVE_SYS_ACL_H 1
  8190. #define HAVE_WCHAR_H 1
  8191. #define HAVE_WCTYPE_H 1
  8192. #define HAVE_SYS_SYSCTL_H 1
  8193. #define HAVE_STRINGS_H 1
  8194. #define NO_STRINGS_WITH_STRING_H 1
  8195. #define TIME_WITH_SYS_TIME 1
  8196. #define TERMINFO 1
  8197. #define HAVE_OSPEED 1
  8198. #define HAVE_UP_BC_PC 1
  8199. #define SYS_SELECT_WITH_SYS_TIME 1
  8200. #define HAVE_SVR4_PTYS 1
  8201. #define PTYRANGE0 "pqrstuvw"
  8202. #define PTYRANGE1 "0123456789abcdef"
  8203. #define RETSIGTYPE void
  8204. #define SIGRETURN return
  8205. #define HAVE_SIGCONTEXT 1
  8206. #define HAVE_BCMP 1
  8207. #define HAVE_FCHDIR 1
  8208. #define HAVE_FCHOWN 1
  8209. #define HAVE_FSYNC 1
  8210. #define HAVE_GETCWD 1
  8211. #define HAVE_GETPWENT 1
  8212. #define HAVE_GETPWNAM 1
  8213. #define HAVE_GETPWUID 1
  8214. #define HAVE_GETRLIMIT 1
  8215. #define HAVE_GETTIMEOFDAY 1
  8216. #define HAVE_GETWD 1
  8217. #define HAVE_LSTAT 1
  8218. #define HAVE_MEMCMP 1
  8219. #define HAVE_MEMSET 1
  8220. #define HAVE_MKDTEMP 1
  8221. #define HAVE_NANOSLEEP 1
  8222. #define HAVE_OPENDIR 1
  8223. #define HAVE_PUTENV 1
  8224. #define HAVE_QSORT 1
  8225. #define HAVE_READLINK 1
  8226. #define HAVE_SELECT 1
  8227. #define HAVE_SETENV 1
  8228. #define HAVE_SETPGID 1
  8229. #define HAVE_SETSID 1
  8230. #define HAVE_SIGALTSTACK 1
  8231. #define HAVE_SIGSET 1
  8232. #define HAVE_SIGSETJMP 1
  8233. #define HAVE_SIGACTION 1
  8234. #define HAVE_SIGVEC 1
  8235. #define HAVE_STRCASECMP 1
  8236. #define HAVE_STRERROR 1
  8237. #define HAVE_STRFTIME 1
  8238. #define HAVE_STRNCASECMP 1
  8239. #define HAVE_STRPBRK 1
  8240. #define HAVE_STRTOL 1
  8241. #define HAVE_TGETENT 1
  8242. #define HAVE_TOWLOWER 1
  8243. #define HAVE_TOWUPPER 1
  8244. #define HAVE_ISWUPPER 1
  8245. #define HAVE_USLEEP 1
  8246. #define HAVE_UTIME 1
  8247. #define HAVE_UTIMES 1
  8248. #define HAVE_FSEEKO 1
  8249. #define HAVE_ST_BLKSIZE 1
  8250. #define HAVE_ICONV 1
  8251. #define HAVE_NL_LANGINFO_CODESET 1
  8252. #define HAVE_LIBM 1
  8253. #define HAVE_FLOAT_FUNCS 1
  8254. #define HAVE_POSIX_ACL 1
  8255. #define HAVE_FD_CLOEXEC 1
  8256. #define HAVE_RENAME 1
  8257. #define HAVE_SYSCTL 1
  8258. #define SIZEOF_INT 4
  8259. #define SIZEOF_LONG 8
  8260. #define SIZEOF_TIME_T 8
  8261. #define SIZEOF_OFF_T 8
  8262. #define VIM_SIZEOF_INT 4
  8263. #define VIM_SIZEOF_LONG 8
  8264. #define USEMEMMOVE 1
  8265. #define USEMAN_S 1
  8266. #define HAVE_DLFCN_H 1
  8267. #define HAVE_DLOPEN 1
  8268. #define HAVE_DLSYM 1
  8269. #define HAVE_SETJMP_H 1
  8270.  
  8271. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement