Advertisement
Guest User

Untitled

a guest
Feb 14th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 MB | 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. $ ./configure --prefix=/Users/michael.lilley/.rvm/rubies/ruby-2.4.0 --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba --disable-install-doc --enable-shared
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = lt-a10-121450
  14. uname -m = x86_64
  15. uname -r = 14.5.0
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 14.5.0: Sun Sep 25 22:07:15 PDT 2016; root:xnu-2782.50.9~1/RELEASE_X86_64
  18.  
  19. /usr/bin/uname -p = i386
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = Mach kernel version:
  26. Darwin Kernel Version 14.5.0: Sun Sep 25 22:07:15 PDT 2016; root:xnu-2782.50.9~1/RELEASE_X86_64
  27. Kernel configured for up to 8 processors.
  28. 4 processors are physically available.
  29. 8 processors are logically available.
  30. Processor type: x86_64h (Intel x86-64h Haswell)
  31. Processors active: 0 1 2 3 4 5 6 7
  32. Primary memory available: 16.00 gigabytes
  33. Default processor set: 294 tasks, 1877 threads, 8 processors
  34. Load average: 2.78, Mach factor: 5.21
  35. /bin/machine = unknown
  36. /usr/bin/oslevel = unknown
  37. /bin/universe = unknown
  38.  
  39. PATH: /usr/local/opt/openssl@1.1/bin
  40. PATH: /usr/local/opt/coreutils/bin
  41. PATH: /usr/local/opt/pkg-config/bin
  42. PATH: /usr/local/opt/libtool/bin
  43. PATH: /usr/local/opt/automake/bin
  44. PATH: /usr/local/opt/autoconf/bin
  45. PATH: /Users/michael.lilley/.avn/bin
  46. PATH: /Users/michael.lilley/.nvm/versions/node/v6.9.4/bin
  47. PATH: /usr/local/opt/openssl/bin
  48. PATH: /Users/michael.lilley/bin
  49. PATH: /usr/local/git/bin
  50. PATH: /usr/local/bin
  51. PATH: /usr/bin
  52. PATH: /bin
  53. PATH: /usr/sbin
  54. PATH: /sbin
  55. PATH: /Users/michael.lilley/.rvm/bin
  56.  
  57.  
  58. ## ----------- ##
  59. ## Core tests. ##
  60. ## ----------- ##
  61.  
  62. configure:2961: checking for ruby
  63. configure:2979: found /usr/bin/ruby
  64. configure:2992: result: /usr/bin/ruby
  65. configure:3052: checking build system type
  66. configure:3066: result: x86_64-apple-darwin14.5.0
  67. configure:3149: checking host system type
  68. configure:3162: result: x86_64-apple-darwin14.5.0
  69. configure:3182: checking target system type
  70. configure:3195: result: x86_64-apple-darwin14.5.0
  71. configure:4225: checking for C compiler version
  72. configure:4234: gcc --version >&5
  73. Apple LLVM version 7.0.2 (clang-700.1.81)
  74. Target: x86_64-apple-darwin14.5.0
  75. Thread model: posix
  76. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  77. configure:4245: $? = 0
  78. configure:4234: gcc -v >&5
  79. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  80. Apple LLVM version 7.0.2 (clang-700.1.81)
  81. Target: x86_64-apple-darwin14.5.0
  82. Thread model: posix
  83. configure:4245: $? = 0
  84. configure:4234: gcc -V >&5
  85. clang: error: argument to '-V' is missing (expected 1 value)
  86. clang: error: no input files
  87. configure:4245: $? = 1
  88. configure:4234: gcc -qversion >&5
  89. clang: error: unknown argument: '-qversion'
  90. clang: error: no input files
  91. configure:4245: $? = 1
  92. configure:4265: checking whether the C compiler works
  93. configure:4287: gcc conftest.c >&5
  94. configure:4291: $? = 0
  95. configure:4339: result: yes
  96. configure:4342: checking for C compiler default output file name
  97. configure:4344: result: a.out
  98. configure:4350: checking for suffix of executables
  99. configure:4357: gcc -o conftest conftest.c >&5
  100. configure:4361: $? = 0
  101. configure:4383: result:
  102. configure:4405: checking whether we are cross compiling
  103. configure:4413: gcc -o conftest conftest.c >&5
  104. configure:4417: $? = 0
  105. configure:4424: ./conftest
  106. configure:4428: $? = 0
  107. configure:4443: result: no
  108. configure:4448: checking for suffix of object files
  109. configure:4470: gcc -c conftest.c >&5
  110. configure:4474: $? = 0
  111. configure:4495: result: o
  112. configure:4499: checking whether we are using the GNU C compiler
  113. configure:4518: gcc -c conftest.c >&5
  114. configure:4518: $? = 0
  115. configure:4527: result: yes
  116. configure:4536: checking whether gcc accepts -g
  117. configure:4556: gcc -c -g conftest.c >&5
  118. configure:4556: $? = 0
  119. configure:4597: result: yes
  120. configure:4614: checking for gcc option to accept ISO C89
  121. configure:4677: gcc -c -g -O2 conftest.c >&5
  122. configure:4677: $? = 0
  123. configure:4690: result: none needed
  124. configure:4846: checking for C++ compiler version
  125. configure:4855: g++ --version >&5
  126. Apple LLVM version 7.0.2 (clang-700.1.81)
  127. Target: x86_64-apple-darwin14.5.0
  128. Thread model: posix
  129. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  130. configure:4866: $? = 0
  131. configure:4855: g++ -v >&5
  132. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  133. Apple LLVM version 7.0.2 (clang-700.1.81)
  134. Target: x86_64-apple-darwin14.5.0
  135. Thread model: posix
  136. configure:4866: $? = 0
  137. configure:4855: g++ -V >&5
  138. clang: error: argument to '-V' is missing (expected 1 value)
  139. clang: error: no input files
  140. configure:4866: $? = 1
  141. configure:4855: g++ -qversion >&5
  142. clang: error: unknown argument: '-qversion'
  143. clang: error: no input files
  144. configure:4866: $? = 1
  145. configure:4870: checking whether we are using the GNU C++ compiler
  146. configure:4889: g++ -c conftest.cpp >&5
  147. configure:4889: $? = 0
  148. configure:4898: result: yes
  149. configure:4907: checking whether g++ accepts -g
  150. configure:4927: g++ -c -g conftest.cpp >&5
  151. configure:4927: $? = 0
  152. configure:4968: result: yes
  153. configure:4997: checking how to run the C preprocessor
  154. configure:5028: gcc -E conftest.c
  155. configure:5028: $? = 0
  156. configure:5042: gcc -E conftest.c
  157. conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
  158. #include <ac_nonexistent.h>
  159. ^
  160. 1 error generated.
  161. configure:5042: $? = 1
  162. configure: failed program was:
  163. | /* confdefs.h */
  164. | #define PACKAGE_NAME ""
  165. | #define PACKAGE_TARNAME ""
  166. | #define PACKAGE_VERSION ""
  167. | #define PACKAGE_STRING ""
  168. | #define PACKAGE_BUGREPORT ""
  169. | #define PACKAGE_URL ""
  170. | #define CANONICALIZATION_FOR_MATHN 1
  171. | /* end confdefs.h. */
  172. | #include <ac_nonexistent.h>
  173. configure:5067: result: gcc -E
  174. configure:5087: gcc -E conftest.c
  175. configure:5087: $? = 0
  176. configure:5101: gcc -E conftest.c
  177. conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
  178. #include <ac_nonexistent.h>
  179. ^
  180. 1 error generated.
  181. configure:5101: $? = 1
  182. configure: failed program was:
  183. | /* confdefs.h */
  184. | #define PACKAGE_NAME ""
  185. | #define PACKAGE_TARNAME ""
  186. | #define PACKAGE_VERSION ""
  187. | #define PACKAGE_STRING ""
  188. | #define PACKAGE_BUGREPORT ""
  189. | #define PACKAGE_URL ""
  190. | #define CANONICALIZATION_FOR_MATHN 1
  191. | /* end confdefs.h. */
  192. | #include <ac_nonexistent.h>
  193. configure:5181: checking for grep that handles long lines and -e
  194. configure:5239: result: /usr/bin/grep
  195. configure:5244: checking for egrep
  196. configure:5306: result: /usr/bin/grep -E
  197. configure:5312: checking whether gcc needs -traditional
  198. conftest.c:10:10: fatal error: 'termio.h' file not found
  199. #include <termio.h>
  200. ^
  201. 1 error generated.
  202. configure:5346: result: no
  203. configure:5500: checking for ld
  204. configure:5516: found /usr/bin/ld
  205. configure:5527: result: ld
  206. configure:5563: checking whether the linker is GNU ld
  207. configure:5575: result: no
  208. configure:5579: checking whether gcc -E accepts -o
  209. configure:5591: gcc -E -o conftest-1.i conftest.c
  210. configure:5591: $? = 0
  211. configure:5598: result: yes
  212. configure:5732: checking for real target cpu
  213. configure:5751: result: x86_64
  214. configure:5904: checking for ranlib
  215. configure:5920: found /usr/bin/ranlib
  216. configure:5931: result: ranlib
  217. configure:5996: checking for ar
  218. configure:6012: found /usr/bin/ar
  219. configure:6023: result: ar
  220. configure:6090: checking for ar D option
  221. configure:6103: result: no
  222. configure:6155: checking for as
  223. configure:6171: found /usr/bin/as
  224. configure:6182: result: as
  225. configure:6264: checking for objdump
  226. configure:6294: result: no
  227. configure:6264: checking for gobjdump
  228. configure:6294: result: no
  229. configure:6364: checking for objcopy
  230. configure:6394: result: no
  231. configure:6364: checking for gobjcopy
  232. configure:6394: result: no
  233. configure:6808: checking for nm
  234. configure:6824: found /usr/bin/nm
  235. configure:6835: result: nm
  236. configure:6858: checking whether ln -s works
  237. configure:6862: result: yes
  238. configure:6869: checking whether make sets $(MAKE)
  239. configure:6891: result: yes
  240. configure:6914: checking for a BSD-compatible install
  241. configure:6982: result: /usr/local/opt/coreutils/bin/ginstall -c
  242. configure:6993: checking for a thread-safe mkdir -p
  243. configure:7032: result: /usr/local/opt/coreutils/bin/gmkdir -p
  244. configure:7052: checking for dtrace
  245. configure:7068: found /usr/sbin/dtrace
  246. configure:7079: result: dtrace
  247. configure:7131: checking for dot
  248. configure:7161: result: no
  249. configure:7173: checking for doxygen
  250. configure:7203: result: no
  251. configure:7259: checking for pkg-config
  252. configure:7280: found /usr/local/opt/pkg-config/bin/pkg-config
  253. configure:7303: result: pkg-config
  254. configure:7313: checking for ANSI C header files
  255. configure:7333: gcc -c -g -O2 conftest.c >&5
  256. configure:7333: $? = 0
  257. configure:7406: gcc -o conftest -g -O2 conftest.c >&5
  258. configure:7406: $? = 0
  259. configure:7406: ./conftest
  260. configure:7406: $? = 0
  261. configure:7417: result: yes
  262. configure:7430: checking for sys/types.h
  263. configure:7430: gcc -c -g -O2 conftest.c >&5
  264. configure:7430: $? = 0
  265. configure:7430: result: yes
  266. configure:7430: checking for sys/stat.h
  267. configure:7430: gcc -c -g -O2 conftest.c >&5
  268. configure:7430: $? = 0
  269. configure:7430: result: yes
  270. configure:7430: checking for stdlib.h
  271. configure:7430: gcc -c -g -O2 conftest.c >&5
  272. configure:7430: $? = 0
  273. configure:7430: result: yes
  274. configure:7430: checking for string.h
  275. configure:7430: gcc -c -g -O2 conftest.c >&5
  276. configure:7430: $? = 0
  277. configure:7430: result: yes
  278. configure:7430: checking for memory.h
  279. configure:7430: gcc -c -g -O2 conftest.c >&5
  280. configure:7430: $? = 0
  281. configure:7430: result: yes
  282. configure:7430: checking for strings.h
  283. configure:7430: gcc -c -g -O2 conftest.c >&5
  284. configure:7430: $? = 0
  285. configure:7430: result: yes
  286. configure:7430: checking for inttypes.h
  287. configure:7430: gcc -c -g -O2 conftest.c >&5
  288. configure:7430: $? = 0
  289. configure:7430: result: yes
  290. configure:7430: checking for stdint.h
  291. configure:7430: gcc -c -g -O2 conftest.c >&5
  292. configure:7430: $? = 0
  293. configure:7430: result: yes
  294. configure:7430: checking for unistd.h
  295. configure:7430: gcc -c -g -O2 conftest.c >&5
  296. configure:7430: $? = 0
  297. configure:7430: result: yes
  298. configure:7443: checking minix/config.h usability
  299. configure:7443: gcc -c -g -O2 conftest.c >&5
  300. conftest.c:53:10: fatal error: 'minix/config.h' file not found
  301. #include <minix/config.h>
  302. ^
  303. 1 error generated.
  304. configure:7443: $? = 1
  305. configure: failed program was:
  306. | /* confdefs.h */
  307. | #define PACKAGE_NAME ""
  308. | #define PACKAGE_TARNAME ""
  309. | #define PACKAGE_VERSION ""
  310. | #define PACKAGE_STRING ""
  311. | #define PACKAGE_BUGREPORT ""
  312. | #define PACKAGE_URL ""
  313. | #define CANONICALIZATION_FOR_MATHN 1
  314. | #define STDC_HEADERS 1
  315. | #define HAVE_SYS_TYPES_H 1
  316. | #define HAVE_SYS_STAT_H 1
  317. | #define HAVE_STDLIB_H 1
  318. | #define HAVE_STRING_H 1
  319. | #define HAVE_MEMORY_H 1
  320. | #define HAVE_STRINGS_H 1
  321. | #define HAVE_INTTYPES_H 1
  322. | #define HAVE_STDINT_H 1
  323. | #define HAVE_UNISTD_H 1
  324. | /* end confdefs.h. */
  325. | #include <stdio.h>
  326. | #ifdef HAVE_SYS_TYPES_H
  327. | # include <sys/types.h>
  328. | #endif
  329. | #ifdef HAVE_SYS_STAT_H
  330. | # include <sys/stat.h>
  331. | #endif
  332. | #ifdef STDC_HEADERS
  333. | # include <stdlib.h>
  334. | # include <stddef.h>
  335. | #else
  336. | # ifdef HAVE_STDLIB_H
  337. | # include <stdlib.h>
  338. | # endif
  339. | #endif
  340. | #ifdef HAVE_STRING_H
  341. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  342. | # include <memory.h>
  343. | # endif
  344. | # include <string.h>
  345. | #endif
  346. | #ifdef HAVE_STRINGS_H
  347. | # include <strings.h>
  348. | #endif
  349. | #ifdef HAVE_INTTYPES_H
  350. | # include <inttypes.h>
  351. | #endif
  352. | #ifdef HAVE_STDINT_H
  353. | # include <stdint.h>
  354. | #endif
  355. | #ifdef HAVE_UNISTD_H
  356. | # include <unistd.h>
  357. | #endif
  358. | #include <minix/config.h>
  359. configure:7443: result: no
  360. configure:7443: checking minix/config.h presence
  361. configure:7443: gcc -E conftest.c
  362. conftest.c:20:10: fatal error: 'minix/config.h' file not found
  363. #include <minix/config.h>
  364. ^
  365. 1 error generated.
  366. configure:7443: $? = 1
  367. configure: failed program was:
  368. | /* confdefs.h */
  369. | #define PACKAGE_NAME ""
  370. | #define PACKAGE_TARNAME ""
  371. | #define PACKAGE_VERSION ""
  372. | #define PACKAGE_STRING ""
  373. | #define PACKAGE_BUGREPORT ""
  374. | #define PACKAGE_URL ""
  375. | #define CANONICALIZATION_FOR_MATHN 1
  376. | #define STDC_HEADERS 1
  377. | #define HAVE_SYS_TYPES_H 1
  378. | #define HAVE_SYS_STAT_H 1
  379. | #define HAVE_STDLIB_H 1
  380. | #define HAVE_STRING_H 1
  381. | #define HAVE_MEMORY_H 1
  382. | #define HAVE_STRINGS_H 1
  383. | #define HAVE_INTTYPES_H 1
  384. | #define HAVE_STDINT_H 1
  385. | #define HAVE_UNISTD_H 1
  386. | /* end confdefs.h. */
  387. | #include <minix/config.h>
  388. configure:7443: result: no
  389. configure:7443: checking for minix/config.h
  390. configure:7443: result: no
  391. configure:7464: checking whether it is safe to define __EXTENSIONS__
  392. configure:7482: gcc -c -g -O2 conftest.c >&5
  393. configure:7482: $? = 0
  394. configure:7489: result: yes
  395. configure:7521: checking for cd using physical directory
  396. configure:7536: result: cd -P
  397. configure:7554: checking whether CFLAGS is valid
  398. configure:7567: gcc -c -g -O2 conftest.c >&5
  399. configure:7567: $? = 0
  400. configure:7568: result: yes
  401. configure:7579: checking whether LDFLAGS is valid
  402. configure:7599: gcc -o conftest -g -O2 conftest.c >&5
  403. configure:7599: $? = 0
  404. configure:7600: result: yes
  405. configure:7678: checking whether -Wno-unused-parameter is accepted as CFLAGS
  406. configure:7701: gcc -c -g -O2 -Wno-unused-parameter conftest.c >&5
  407. configure:7701: $? = 0
  408. configure:7716: result: yes
  409. configure:7678: checking whether -Wno-parentheses is accepted as CFLAGS
  410. configure:7701: gcc -c -g -O2 -Wno-parentheses conftest.c >&5
  411. configure:7701: $? = 0
  412. configure:7716: result: yes
  413. configure:7678: checking whether -Wno-long-long is accepted as CFLAGS
  414. configure:7701: gcc -c -g -O2 -Wno-long-long conftest.c >&5
  415. configure:7701: $? = 0
  416. configure:7716: result: yes
  417. configure:7678: checking whether -diag-disable=2259 is accepted as CFLAGS
  418. configure:7701: gcc -c -g -O2 -diag-disable=2259 conftest.c >&5
  419. clang: warning: argument unused during compilation: '-diag-disable=2259'
  420. configure:7701: $? = 0
  421. configure: failed program was:
  422. | /* confdefs.h */
  423. | #define PACKAGE_NAME ""
  424. | #define PACKAGE_TARNAME ""
  425. | #define PACKAGE_VERSION ""
  426. | #define PACKAGE_STRING ""
  427. | #define PACKAGE_BUGREPORT ""
  428. | #define PACKAGE_URL ""
  429. | #define CANONICALIZATION_FOR_MATHN 1
  430. | #define STDC_HEADERS 1
  431. | #define HAVE_SYS_TYPES_H 1
  432. | #define HAVE_SYS_STAT_H 1
  433. | #define HAVE_STDLIB_H 1
  434. | #define HAVE_STRING_H 1
  435. | #define HAVE_MEMORY_H 1
  436. | #define HAVE_STRINGS_H 1
  437. | #define HAVE_INTTYPES_H 1
  438. | #define HAVE_STDINT_H 1
  439. | #define HAVE_UNISTD_H 1
  440. | #define __EXTENSIONS__ 1
  441. | #define _ALL_SOURCE 1
  442. | #define _GNU_SOURCE 1
  443. | #define _POSIX_PTHREAD_SEMANTICS 1
  444. | #define _TANDEM_SOURCE 1
  445. | /* end confdefs.h. */
  446. |
  447. | int
  448. | main ()
  449. | {
  450. |
  451. | ;
  452. | return 0;
  453. | }
  454. configure:7720: result: no
  455. configure:7678: checking whether -Wno-missing-field-initializers is accepted as CFLAGS
  456. configure:7701: gcc -c -g -O2 -Wno-missing-field-initializers conftest.c >&5
  457. configure:7701: $? = 0
  458. configure:7716: result: yes
  459. configure:7678: checking whether -Wno-tautological-compare is accepted as CFLAGS
  460. configure:7701: gcc -c -g -O2 -Wno-tautological-compare conftest.c >&5
  461. configure:7701: $? = 0
  462. configure:7716: result: yes
  463. configure:7678: checking whether -Wno-parentheses-equality is accepted as CFLAGS
  464. configure:7701: gcc -c -g -O2 -Wno-parentheses-equality conftest.c >&5
  465. configure:7701: $? = 0
  466. configure:7716: result: yes
  467. configure:7678: checking whether -Wno-constant-logical-operand is accepted as CFLAGS
  468. configure:7701: gcc -c -g -O2 -Wno-constant-logical-operand conftest.c >&5
  469. configure:7701: $? = 0
  470. configure:7716: result: yes
  471. configure:7678: checking whether -Wno-self-assign is accepted as CFLAGS
  472. configure:7701: gcc -c -g -O2 -Wno-self-assign conftest.c >&5
  473. configure:7701: $? = 0
  474. configure:7716: result: yes
  475. configure:7678: checking whether -Wunused-variable is accepted as CFLAGS
  476. configure:7701: gcc -c -g -O2 -Wunused-variable conftest.c >&5
  477. configure:7701: $? = 0
  478. configure:7716: result: yes
  479. configure:7678: checking whether -Wimplicit-int is accepted as CFLAGS
  480. configure:7701: gcc -c -g -O2 -Wimplicit-int conftest.c >&5
  481. configure:7701: $? = 0
  482. configure:7716: result: yes
  483. configure:7678: checking whether -Wpointer-arith is accepted as CFLAGS
  484. configure:7701: gcc -c -g -O2 -Wpointer-arith conftest.c >&5
  485. configure:7701: $? = 0
  486. configure:7716: result: yes
  487. configure:7678: checking whether -Wwrite-strings is accepted as CFLAGS
  488. configure:7701: gcc -c -g -O2 -Wwrite-strings conftest.c >&5
  489. configure:7701: $? = 0
  490. configure:7716: result: yes
  491. configure:7678: checking whether -Wdeclaration-after-statement is accepted as CFLAGS
  492. configure:7701: gcc -c -g -O2 -Wdeclaration-after-statement conftest.c >&5
  493. configure:7701: $? = 0
  494. configure:7716: result: yes
  495. configure:7678: checking whether -Wshorten-64-to-32 is accepted as CFLAGS
  496. configure:7701: gcc -c -g -O2 -Wshorten-64-to-32 conftest.c >&5
  497. configure:7701: $? = 0
  498. configure:7716: result: yes
  499. configure:7678: checking whether -Wimplicit-function-declaration is accepted as CFLAGS
  500. configure:7701: gcc -c -g -O2 -Wimplicit-function-declaration conftest.c >&5
  501. configure:7701: $? = 0
  502. configure:7716: result: yes
  503. configure:7678: checking whether -Wdivision-by-zero is accepted as CFLAGS
  504. configure:7701: gcc -c -g -O2 -Wdivision-by-zero conftest.c >&5
  505. configure:7701: $? = 0
  506. configure:7716: result: yes
  507. configure:7678: checking whether -Wdeprecated-declarations is accepted as CFLAGS
  508. configure:7701: gcc -c -g -O2 -Wdeprecated-declarations conftest.c >&5
  509. configure:7701: $? = 0
  510. configure:7716: result: yes
  511. configure:7678: checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS
  512. configure:7701: gcc -c -g -O2 -Wno-packed-bitfield-compat conftest.c >&5
  513. warning: unknown warning option '-Wno-packed-bitfield-compat'; did you mean '-Wno-keyword-compat'? [-Wunknown-warning-option]
  514. 1 warning generated.
  515. configure:7701: $? = 0
  516. configure: failed program was:
  517. | /* confdefs.h */
  518. | #define PACKAGE_NAME ""
  519. | #define PACKAGE_TARNAME ""
  520. | #define PACKAGE_VERSION ""
  521. | #define PACKAGE_STRING ""
  522. | #define PACKAGE_BUGREPORT ""
  523. | #define PACKAGE_URL ""
  524. | #define CANONICALIZATION_FOR_MATHN 1
  525. | #define STDC_HEADERS 1
  526. | #define HAVE_SYS_TYPES_H 1
  527. | #define HAVE_SYS_STAT_H 1
  528. | #define HAVE_STDLIB_H 1
  529. | #define HAVE_STRING_H 1
  530. | #define HAVE_MEMORY_H 1
  531. | #define HAVE_STRINGS_H 1
  532. | #define HAVE_INTTYPES_H 1
  533. | #define HAVE_STDINT_H 1
  534. | #define HAVE_UNISTD_H 1
  535. | #define __EXTENSIONS__ 1
  536. | #define _ALL_SOURCE 1
  537. | #define _GNU_SOURCE 1
  538. | #define _POSIX_PTHREAD_SEMANTICS 1
  539. | #define _TANDEM_SOURCE 1
  540. | /* end confdefs.h. */
  541. |
  542. | int
  543. | main ()
  544. | {
  545. |
  546. | ;
  547. | return 0;
  548. | }
  549. configure:7720: result: no
  550. configure:7678: checking whether -Wsuggest-attribute=noreturn is accepted as CFLAGS
  551. configure:7701: gcc -c -g -O2 -Wsuggest-attribute=noreturn conftest.c >&5
  552. warning: unknown warning option '-Wsuggest-attribute=noreturn' [-Wunknown-warning-option]
  553. 1 warning generated.
  554. configure:7701: $? = 0
  555. configure: failed program was:
  556. | /* confdefs.h */
  557. | #define PACKAGE_NAME ""
  558. | #define PACKAGE_TARNAME ""
  559. | #define PACKAGE_VERSION ""
  560. | #define PACKAGE_STRING ""
  561. | #define PACKAGE_BUGREPORT ""
  562. | #define PACKAGE_URL ""
  563. | #define CANONICALIZATION_FOR_MATHN 1
  564. | #define STDC_HEADERS 1
  565. | #define HAVE_SYS_TYPES_H 1
  566. | #define HAVE_SYS_STAT_H 1
  567. | #define HAVE_STDLIB_H 1
  568. | #define HAVE_STRING_H 1
  569. | #define HAVE_MEMORY_H 1
  570. | #define HAVE_STRINGS_H 1
  571. | #define HAVE_INTTYPES_H 1
  572. | #define HAVE_STDINT_H 1
  573. | #define HAVE_UNISTD_H 1
  574. | #define __EXTENSIONS__ 1
  575. | #define _ALL_SOURCE 1
  576. | #define _GNU_SOURCE 1
  577. | #define _POSIX_PTHREAD_SEMANTICS 1
  578. | #define _TANDEM_SOURCE 1
  579. | /* end confdefs.h. */
  580. |
  581. | int
  582. | main ()
  583. | {
  584. |
  585. | ;
  586. | return 0;
  587. | }
  588. configure:7720: result: no
  589. configure:7678: checking whether -Wsuggest-attribute=format is accepted as CFLAGS
  590. configure:7701: gcc -c -g -O2 -Wsuggest-attribute=format conftest.c >&5
  591. warning: unknown warning option '-Wsuggest-attribute=format'; did you mean '-Wproperty-attribute-mismatch'? [-Wunknown-warning-option]
  592. 1 warning generated.
  593. configure:7701: $? = 0
  594. configure: failed program was:
  595. | /* confdefs.h */
  596. | #define PACKAGE_NAME ""
  597. | #define PACKAGE_TARNAME ""
  598. | #define PACKAGE_VERSION ""
  599. | #define PACKAGE_STRING ""
  600. | #define PACKAGE_BUGREPORT ""
  601. | #define PACKAGE_URL ""
  602. | #define CANONICALIZATION_FOR_MATHN 1
  603. | #define STDC_HEADERS 1
  604. | #define HAVE_SYS_TYPES_H 1
  605. | #define HAVE_SYS_STAT_H 1
  606. | #define HAVE_STDLIB_H 1
  607. | #define HAVE_STRING_H 1
  608. | #define HAVE_MEMORY_H 1
  609. | #define HAVE_STRINGS_H 1
  610. | #define HAVE_INTTYPES_H 1
  611. | #define HAVE_STDINT_H 1
  612. | #define HAVE_UNISTD_H 1
  613. | #define __EXTENSIONS__ 1
  614. | #define _ALL_SOURCE 1
  615. | #define _GNU_SOURCE 1
  616. | #define _POSIX_PTHREAD_SEMANTICS 1
  617. | #define _TANDEM_SOURCE 1
  618. | /* end confdefs.h. */
  619. |
  620. | int
  621. | main ()
  622. | {
  623. |
  624. | ;
  625. | return 0;
  626. | }
  627. configure:7720: result: no
  628. configure:7678: checking whether -Wimplicit-fallthrough=0 is accepted as CFLAGS
  629. configure:7701: gcc -c -g -O2 -Wimplicit-fallthrough=0 conftest.c >&5
  630. warning: unknown warning option '-Wimplicit-fallthrough=0'; did you mean '-Wimplicit-fallthrough'? [-Wunknown-warning-option]
  631. 1 warning generated.
  632. configure:7701: $? = 0
  633. configure: failed program was:
  634. | /* confdefs.h */
  635. | #define PACKAGE_NAME ""
  636. | #define PACKAGE_TARNAME ""
  637. | #define PACKAGE_VERSION ""
  638. | #define PACKAGE_STRING ""
  639. | #define PACKAGE_BUGREPORT ""
  640. | #define PACKAGE_URL ""
  641. | #define CANONICALIZATION_FOR_MATHN 1
  642. | #define STDC_HEADERS 1
  643. | #define HAVE_SYS_TYPES_H 1
  644. | #define HAVE_SYS_STAT_H 1
  645. | #define HAVE_STDLIB_H 1
  646. | #define HAVE_STRING_H 1
  647. | #define HAVE_MEMORY_H 1
  648. | #define HAVE_STRINGS_H 1
  649. | #define HAVE_INTTYPES_H 1
  650. | #define HAVE_STDINT_H 1
  651. | #define HAVE_UNISTD_H 1
  652. | #define __EXTENSIONS__ 1
  653. | #define _ALL_SOURCE 1
  654. | #define _GNU_SOURCE 1
  655. | #define _POSIX_PTHREAD_SEMANTICS 1
  656. | #define _TANDEM_SOURCE 1
  657. | /* end confdefs.h. */
  658. |
  659. | int
  660. | main ()
  661. | {
  662. |
  663. | ;
  664. | return 0;
  665. | }
  666. configure:7720: result: no
  667. configure:7678: checking whether -Wextra-tokens is accepted as CFLAGS
  668. configure:7701: gcc -c -g -O2 -Wextra-tokens conftest.c >&5
  669. configure:7701: $? = 0
  670. configure:7716: result: yes
  671. configure:7805: checking whether -Wall -Wextra is accepted as CFLAGS
  672. configure:7828: gcc -c -g -O2 -Wall -Wextra conftest.c >&5
  673. configure:7828: $? = 0
  674. configure:7830: result: yes
  675. configure:7852: checking whether -Qunused-arguments is accepted as CFLAGS
  676. configure:7875: gcc -c -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -Qunused-arguments conftest.c >&5
  677. configure:7875: $? = 0
  678. configure:7887: result: yes
  679. configure:7907: checking whether INFINITY is available without C99 option
  680. configure:7931: gcc -c -g -O2 conftest.c >&5
  681. configure:7931: $? = 0
  682. configure:7939: result: yes
  683. configure:7907: checking whether NAN is available without C99 option
  684. configure:7931: gcc -c -g -O2 conftest.c >&5
  685. configure:7931: $? = 0
  686. configure:7939: result: yes
  687. configure:7972: checking whether -D_FORTIFY_SOURCE=2 is accepted as CFLAGS
  688. configure:7995: gcc -c -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -D_FORTIFY_SOURCE=2 conftest.c >&5
  689. configure:7995: $? = 0
  690. configure:8005: result: yes
  691. configure:8036: checking whether -fstack-protector is accepted as CFLAGS
  692. configure:8059: gcc -c -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -fstack-protector conftest.c >&5
  693. configure:8059: $? = 0
  694. configure:8061: result: yes
  695. configure:8082: checking whether -fstack-protector is accepted as LDFLAGS
  696. configure:8104: gcc -o conftest -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -fstack-protector conftest.c >&5
  697. configure:8104: $? = 0
  698. configure:8106: result: yes
  699. configure:8166: checking whether -Wl,--compress-debug-sections=zlib is accepted as LDFLAGS
  700. configure:8188: gcc -o conftest -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -fstack-protector -Wl,--compress-debug-sections=zlib conftest.c >&5
  701. ld: unknown option: --compress-debug-sections=zlib
  702. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  703. configure:8188: $? = 1
  704. configure: failed program was:
  705. | /* confdefs.h */
  706. | #define PACKAGE_NAME ""
  707. | #define PACKAGE_TARNAME ""
  708. | #define PACKAGE_VERSION ""
  709. | #define PACKAGE_STRING ""
  710. | #define PACKAGE_BUGREPORT ""
  711. | #define PACKAGE_URL ""
  712. | #define CANONICALIZATION_FOR_MATHN 1
  713. | #define STDC_HEADERS 1
  714. | #define HAVE_SYS_TYPES_H 1
  715. | #define HAVE_SYS_STAT_H 1
  716. | #define HAVE_STDLIB_H 1
  717. | #define HAVE_STRING_H 1
  718. | #define HAVE_MEMORY_H 1
  719. | #define HAVE_STRINGS_H 1
  720. | #define HAVE_INTTYPES_H 1
  721. | #define HAVE_STDINT_H 1
  722. | #define HAVE_UNISTD_H 1
  723. | #define __EXTENSIONS__ 1
  724. | #define _ALL_SOURCE 1
  725. | #define _GNU_SOURCE 1
  726. | #define _POSIX_PTHREAD_SEMANTICS 1
  727. | #define _TANDEM_SOURCE 1
  728. | #define HAVE_INFINITY 1
  729. | #define HAVE_NAN 1
  730. | /* end confdefs.h. */
  731. |
  732. | int
  733. | main ()
  734. | {
  735. |
  736. | ;
  737. | return 0;
  738. | }
  739. configure:8194: result: no
  740. configure:8314: checking whether -fno-strict-overflow is accepted as CFLAGS
  741. configure:8337: gcc -c -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -fno-strict-overflow conftest.c >&5
  742. configure:8337: $? = 0
  743. configure:8347: result: yes
  744. configure:8366: checking whether -ggdb3 is accepted as CFLAGS
  745. configure:8389: gcc -c -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -ggdb3 conftest.c >&5
  746. configure:8389: $? = 0
  747. configure:8391: result: yes
  748. configure:8508: checking whether -fvisibility=hidden is accepted as CFLAGS
  749. configure:8531: gcc -c -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -fvisibility=hidden conftest.c >&5
  750. configure:8531: $? = 0
  751. configure:8533: result: yes
  752. configure:8730: checking whether -fno-fast-math is accepted as CFLAGS
  753. configure:8753: gcc -c -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -fno-fast-math conftest.c >&5
  754. configure:8753: $? = 0
  755. configure:8763: result: yes
  756. configure:8783: checking whether -fexcess-precision=standard is accepted as CFLAGS
  757. configure:8806: gcc -c -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -fexcess-precision=standard conftest.c >&5
  758. clang: warning: optimization flag '-fexcess-precision=standard' is not supported
  759. clang: warning: argument unused during compilation: '-fexcess-precision=standard'
  760. configure:8806: $? = 0
  761. configure: failed program was:
  762. | /* confdefs.h */
  763. | #define PACKAGE_NAME ""
  764. | #define PACKAGE_TARNAME ""
  765. | #define PACKAGE_VERSION ""
  766. | #define PACKAGE_STRING ""
  767. | #define PACKAGE_BUGREPORT ""
  768. | #define PACKAGE_URL ""
  769. | #define CANONICALIZATION_FOR_MATHN 1
  770. | #define STDC_HEADERS 1
  771. | #define HAVE_SYS_TYPES_H 1
  772. | #define HAVE_SYS_STAT_H 1
  773. | #define HAVE_STDLIB_H 1
  774. | #define HAVE_STRING_H 1
  775. | #define HAVE_MEMORY_H 1
  776. | #define HAVE_STRINGS_H 1
  777. | #define HAVE_INTTYPES_H 1
  778. | #define HAVE_STDINT_H 1
  779. | #define HAVE_UNISTD_H 1
  780. | #define __EXTENSIONS__ 1
  781. | #define _ALL_SOURCE 1
  782. | #define _GNU_SOURCE 1
  783. | #define _POSIX_PTHREAD_SEMANTICS 1
  784. | #define _TANDEM_SOURCE 1
  785. | #define HAVE_INFINITY 1
  786. | #define HAVE_NAN 1
  787. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  788. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  789. | /* end confdefs.h. */
  790. |
  791. | int
  792. | main ()
  793. | {
  794. |
  795. | ;
  796. | return 0;
  797. | }
  798. configure:8820: result: no
  799. configure:8783: checking whether -fp-model precise is accepted as CFLAGS
  800. configure:8806: gcc -c -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -fp-model precise conftest.c >&5
  801. clang: error: unknown argument: '-fp-model'
  802. clang: error: no such file or directory: 'precise'
  803. configure:8806: $? = 1
  804. configure: failed program was:
  805. | /* confdefs.h */
  806. | #define PACKAGE_NAME ""
  807. | #define PACKAGE_TARNAME ""
  808. | #define PACKAGE_VERSION ""
  809. | #define PACKAGE_STRING ""
  810. | #define PACKAGE_BUGREPORT ""
  811. | #define PACKAGE_URL ""
  812. | #define CANONICALIZATION_FOR_MATHN 1
  813. | #define STDC_HEADERS 1
  814. | #define HAVE_SYS_TYPES_H 1
  815. | #define HAVE_SYS_STAT_H 1
  816. | #define HAVE_STDLIB_H 1
  817. | #define HAVE_STRING_H 1
  818. | #define HAVE_MEMORY_H 1
  819. | #define HAVE_STRINGS_H 1
  820. | #define HAVE_INTTYPES_H 1
  821. | #define HAVE_STDINT_H 1
  822. | #define HAVE_UNISTD_H 1
  823. | #define __EXTENSIONS__ 1
  824. | #define _ALL_SOURCE 1
  825. | #define _GNU_SOURCE 1
  826. | #define _POSIX_PTHREAD_SEMANTICS 1
  827. | #define _TANDEM_SOURCE 1
  828. | #define HAVE_INFINITY 1
  829. | #define HAVE_NAN 1
  830. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  831. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  832. | /* end confdefs.h. */
  833. |
  834. | int
  835. | main ()
  836. | {
  837. |
  838. | ;
  839. | return 0;
  840. | }
  841. configure:8820: result: no
  842. configure:8973: checking whether Mac OS X 10.5 or later
  843. configure:8984: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  844. configure:8984: $? = 0
  845. configure:8990: result: yes
  846. configure:9025: checking for broken crypt with 8bit chars
  847. configure:9074: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -lobjc >&5
  848. configure:9074: $? = 0
  849. configure:9074: ./conftest
  850. configure:9074: $? = 1
  851. configure: program exited with status 1
  852. configure: failed program was:
  853. | /* confdefs.h */
  854. | #define PACKAGE_NAME ""
  855. | #define PACKAGE_TARNAME ""
  856. | #define PACKAGE_VERSION ""
  857. | #define PACKAGE_STRING ""
  858. | #define PACKAGE_BUGREPORT ""
  859. | #define PACKAGE_URL ""
  860. | #define CANONICALIZATION_FOR_MATHN 1
  861. | #define STDC_HEADERS 1
  862. | #define HAVE_SYS_TYPES_H 1
  863. | #define HAVE_SYS_STAT_H 1
  864. | #define HAVE_STDLIB_H 1
  865. | #define HAVE_STRING_H 1
  866. | #define HAVE_MEMORY_H 1
  867. | #define HAVE_STRINGS_H 1
  868. | #define HAVE_INTTYPES_H 1
  869. | #define HAVE_STDINT_H 1
  870. | #define HAVE_UNISTD_H 1
  871. | #define __EXTENSIONS__ 1
  872. | #define _ALL_SOURCE 1
  873. | #define _GNU_SOURCE 1
  874. | #define _POSIX_PTHREAD_SEMANTICS 1
  875. | #define _TANDEM_SOURCE 1
  876. | #define HAVE_INFINITY 1
  877. | #define HAVE_NAN 1
  878. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  879. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  880. | /* end confdefs.h. */
  881. |
  882. | #include <stdio.h>
  883. | #include <unistd.h>
  884. | #include <string.h>
  885. |
  886. | void
  887. | broken_crypt(const char *salt, const char *buf1, const char *buf2)
  888. | {
  889. | #if 0
  890. | printf("%.2x%.2x: %s -> %s\n", (unsigned char)salt[0], (unsigned char)salt[1],
  891. | buf1+2, buf2+2);
  892. | #endif
  893. | }
  894. |
  895. | int
  896. | main()
  897. | {
  898. | int i;
  899. | char salt[2], buf[256], *s;
  900. | for (i = 0; i < 128*128; i++) {
  901. | salt[0] = 0x80 | (i & 0x7f);
  902. | salt[1] = 0x80 | (i >> 7);
  903. | strcpy(buf, crypt("", salt));
  904. | if (strcmp(buf, s = crypt("", salt))) {
  905. | broken_crypt(salt, buf, s);
  906. | return 1;
  907. | }
  908. | }
  909. | salt[0] = salt[1] = ' ';
  910. | strcpy(buf, crypt("", salt));
  911. | salt[0] = salt[1] = 0x80 | ' ';
  912. | if (strcmp(buf, s = crypt("", salt))) {
  913. | broken_crypt(salt, buf, s);
  914. | return 1;
  915. | }
  916. | return 0;
  917. | }
  918. |
  919. configure:9084: result: yes
  920. configure:9094: checking for codesign
  921. configure:9110: found /usr/bin/codesign
  922. configure:9121: result: codesign
  923. configure:9139: checking for crt_externs.h
  924. configure:9139: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  925. configure:9139: $? = 0
  926. configure:9139: result: yes
  927. configure:9448: checking for crypt in -lcrypt
  928. configure:9482: result: no
  929. configure:9493: checking for dlopen in -ldl
  930. configure:9518: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  931. configure:9518: $? = 0
  932. configure:9527: result: yes
  933. configure:9538: checking for shl_load in -ldld
  934. configure:9563: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldld -ldl -lobjc >&5
  935. ld: library not found for -ldld
  936. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  937. configure:9563: $? = 1
  938. configure: failed program was:
  939. | /* confdefs.h */
  940. | #define PACKAGE_NAME ""
  941. | #define PACKAGE_TARNAME ""
  942. | #define PACKAGE_VERSION ""
  943. | #define PACKAGE_STRING ""
  944. | #define PACKAGE_BUGREPORT ""
  945. | #define PACKAGE_URL ""
  946. | #define CANONICALIZATION_FOR_MATHN 1
  947. | #define STDC_HEADERS 1
  948. | #define HAVE_SYS_TYPES_H 1
  949. | #define HAVE_SYS_STAT_H 1
  950. | #define HAVE_STDLIB_H 1
  951. | #define HAVE_STRING_H 1
  952. | #define HAVE_MEMORY_H 1
  953. | #define HAVE_STRINGS_H 1
  954. | #define HAVE_INTTYPES_H 1
  955. | #define HAVE_STDINT_H 1
  956. | #define HAVE_UNISTD_H 1
  957. | #define __EXTENSIONS__ 1
  958. | #define _ALL_SOURCE 1
  959. | #define _GNU_SOURCE 1
  960. | #define _POSIX_PTHREAD_SEMANTICS 1
  961. | #define _TANDEM_SOURCE 1
  962. | #define HAVE_INFINITY 1
  963. | #define HAVE_NAN 1
  964. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  965. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  966. | #define BROKEN_CRYPT 1
  967. | #define HAVE_CRT_EXTERNS_H 1
  968. | #define HAVE_LIBDL 1
  969. | /* end confdefs.h. */
  970. |
  971. | /* Override any GCC internal prototype to avoid an error.
  972. | Use char because int might match the return type of a GCC
  973. | builtin and then its argument prototype would still apply. */
  974. | #ifdef __cplusplus
  975. | extern "C"
  976. | #endif
  977. | char shl_load ();
  978. | int
  979. | main ()
  980. | {
  981. | return shl_load ();
  982. | ;
  983. | return 0;
  984. | }
  985. configure:9572: result: no
  986. configure:9583: checking for shutdown in -lsocket
  987. configure:9608: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -lsocket -ldl -lobjc >&5
  988. ld: library not found for -lsocket
  989. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  990. configure:9608: $? = 1
  991. configure: failed program was:
  992. | /* confdefs.h */
  993. | #define PACKAGE_NAME ""
  994. | #define PACKAGE_TARNAME ""
  995. | #define PACKAGE_VERSION ""
  996. | #define PACKAGE_STRING ""
  997. | #define PACKAGE_BUGREPORT ""
  998. | #define PACKAGE_URL ""
  999. | #define CANONICALIZATION_FOR_MATHN 1
  1000. | #define STDC_HEADERS 1
  1001. | #define HAVE_SYS_TYPES_H 1
  1002. | #define HAVE_SYS_STAT_H 1
  1003. | #define HAVE_STDLIB_H 1
  1004. | #define HAVE_STRING_H 1
  1005. | #define HAVE_MEMORY_H 1
  1006. | #define HAVE_STRINGS_H 1
  1007. | #define HAVE_INTTYPES_H 1
  1008. | #define HAVE_STDINT_H 1
  1009. | #define HAVE_UNISTD_H 1
  1010. | #define __EXTENSIONS__ 1
  1011. | #define _ALL_SOURCE 1
  1012. | #define _GNU_SOURCE 1
  1013. | #define _POSIX_PTHREAD_SEMANTICS 1
  1014. | #define _TANDEM_SOURCE 1
  1015. | #define HAVE_INFINITY 1
  1016. | #define HAVE_NAN 1
  1017. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1018. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1019. | #define BROKEN_CRYPT 1
  1020. | #define HAVE_CRT_EXTERNS_H 1
  1021. | #define HAVE_LIBDL 1
  1022. | /* end confdefs.h. */
  1023. |
  1024. | /* Override any GCC internal prototype to avoid an error.
  1025. | Use char because int might match the return type of a GCC
  1026. | builtin and then its argument prototype would still apply. */
  1027. | #ifdef __cplusplus
  1028. | extern "C"
  1029. | #endif
  1030. | char shutdown ();
  1031. | int
  1032. | main ()
  1033. | {
  1034. | return shutdown ();
  1035. | ;
  1036. | return 0;
  1037. | }
  1038. configure:9617: result: no
  1039. configure:9632: checking for dirent.h that defines DIR
  1040. configure:9651: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1041. configure:9651: $? = 0
  1042. configure:9659: result: yes
  1043. configure:9672: checking for library containing opendir
  1044. configure:9703: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  1045. configure:9703: $? = 0
  1046. configure:9720: result: none required
  1047. configure:9787: checking for stdbool.h that conforms to C99
  1048. configure:9854: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1049. conftest.c:82:24: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1050. bool e = &s;
  1051. ~ ^
  1052. conftest.c:86:23: warning: address of array 'a' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1053. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1054. ~^
  1055. conftest.c:86:28: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1056. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1057. ~^
  1058. conftest.c:86:33: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1059. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1060. ~^
  1061. conftest.c:86:38: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1062. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1063. ~^
  1064. conftest.c:86:48: warning: address of array 'f' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1065. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1066. ~^
  1067. conftest.c:86:53: warning: address of array 'g' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1068. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1069. ~^
  1070. conftest.c:86:58: warning: address of array 'h' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1071. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1072. ~^
  1073. conftest.c:86:63: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1074. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1075. ~^
  1076. conftest.c:87:30: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1077. ~^
  1078. conftest.c:87:35: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1079. ~^
  1080. conftest.c:87:40: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1081. ~^
  1082. 12 warnings generated.
  1083. configure:9854: $? = 0
  1084. configure:9861: result: yes
  1085. configure:9863: checking for _Bool
  1086. configure:9863: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1087. configure:9863: $? = 0
  1088. configure:9863: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1089. conftest.c:69:20: error: expected expression
  1090. if (sizeof ((_Bool)))
  1091. ^
  1092. 1 error generated.
  1093. configure:9863: $? = 1
  1094. configure: failed program was:
  1095. | /* confdefs.h */
  1096. | #define PACKAGE_NAME ""
  1097. | #define PACKAGE_TARNAME ""
  1098. | #define PACKAGE_VERSION ""
  1099. | #define PACKAGE_STRING ""
  1100. | #define PACKAGE_BUGREPORT ""
  1101. | #define PACKAGE_URL ""
  1102. | #define CANONICALIZATION_FOR_MATHN 1
  1103. | #define STDC_HEADERS 1
  1104. | #define HAVE_SYS_TYPES_H 1
  1105. | #define HAVE_SYS_STAT_H 1
  1106. | #define HAVE_STDLIB_H 1
  1107. | #define HAVE_STRING_H 1
  1108. | #define HAVE_MEMORY_H 1
  1109. | #define HAVE_STRINGS_H 1
  1110. | #define HAVE_INTTYPES_H 1
  1111. | #define HAVE_STDINT_H 1
  1112. | #define HAVE_UNISTD_H 1
  1113. | #define __EXTENSIONS__ 1
  1114. | #define _ALL_SOURCE 1
  1115. | #define _GNU_SOURCE 1
  1116. | #define _POSIX_PTHREAD_SEMANTICS 1
  1117. | #define _TANDEM_SOURCE 1
  1118. | #define HAVE_INFINITY 1
  1119. | #define HAVE_NAN 1
  1120. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1121. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1122. | #define BROKEN_CRYPT 1
  1123. | #define HAVE_CRT_EXTERNS_H 1
  1124. | #define HAVE_LIBDL 1
  1125. | #define HAVE_DIRENT_H 1
  1126. | /* end confdefs.h. */
  1127. | #include <stdio.h>
  1128. | #ifdef HAVE_SYS_TYPES_H
  1129. | # include <sys/types.h>
  1130. | #endif
  1131. | #ifdef HAVE_SYS_STAT_H
  1132. | # include <sys/stat.h>
  1133. | #endif
  1134. | #ifdef STDC_HEADERS
  1135. | # include <stdlib.h>
  1136. | # include <stddef.h>
  1137. | #else
  1138. | # ifdef HAVE_STDLIB_H
  1139. | # include <stdlib.h>
  1140. | # endif
  1141. | #endif
  1142. | #ifdef HAVE_STRING_H
  1143. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1144. | # include <memory.h>
  1145. | # endif
  1146. | # include <string.h>
  1147. | #endif
  1148. | #ifdef HAVE_STRINGS_H
  1149. | # include <strings.h>
  1150. | #endif
  1151. | #ifdef HAVE_INTTYPES_H
  1152. | # include <inttypes.h>
  1153. | #endif
  1154. | #ifdef HAVE_STDINT_H
  1155. | # include <stdint.h>
  1156. | #endif
  1157. | #ifdef HAVE_UNISTD_H
  1158. | # include <unistd.h>
  1159. | #endif
  1160. | int
  1161. | main ()
  1162. | {
  1163. | if (sizeof ((_Bool)))
  1164. | return 0;
  1165. | ;
  1166. | return 0;
  1167. | }
  1168. configure:9863: result: yes
  1169. configure:9880: checking for sys/wait.h that is POSIX.1 compatible
  1170. configure:9906: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1171. configure:9906: $? = 0
  1172. configure:9913: result: yes
  1173. configure:9924: checking a.out.h usability
  1174. configure:9924: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1175. conftest.c:69:10: fatal error: 'a.out.h' file not found
  1176. #include <a.out.h>
  1177. ^
  1178. 1 error generated.
  1179. configure:9924: $? = 1
  1180. configure: failed program was:
  1181. | /* confdefs.h */
  1182. | #define PACKAGE_NAME ""
  1183. | #define PACKAGE_TARNAME ""
  1184. | #define PACKAGE_VERSION ""
  1185. | #define PACKAGE_STRING ""
  1186. | #define PACKAGE_BUGREPORT ""
  1187. | #define PACKAGE_URL ""
  1188. | #define CANONICALIZATION_FOR_MATHN 1
  1189. | #define STDC_HEADERS 1
  1190. | #define HAVE_SYS_TYPES_H 1
  1191. | #define HAVE_SYS_STAT_H 1
  1192. | #define HAVE_STDLIB_H 1
  1193. | #define HAVE_STRING_H 1
  1194. | #define HAVE_MEMORY_H 1
  1195. | #define HAVE_STRINGS_H 1
  1196. | #define HAVE_INTTYPES_H 1
  1197. | #define HAVE_STDINT_H 1
  1198. | #define HAVE_UNISTD_H 1
  1199. | #define __EXTENSIONS__ 1
  1200. | #define _ALL_SOURCE 1
  1201. | #define _GNU_SOURCE 1
  1202. | #define _POSIX_PTHREAD_SEMANTICS 1
  1203. | #define _TANDEM_SOURCE 1
  1204. | #define HAVE_INFINITY 1
  1205. | #define HAVE_NAN 1
  1206. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1207. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1208. | #define BROKEN_CRYPT 1
  1209. | #define HAVE_CRT_EXTERNS_H 1
  1210. | #define HAVE_LIBDL 1
  1211. | #define HAVE_DIRENT_H 1
  1212. | #define HAVE__BOOL 1
  1213. | #define HAVE_STDBOOL_H 1
  1214. | #define HAVE_SYS_WAIT_H 1
  1215. | /* end confdefs.h. */
  1216. | #include <stdio.h>
  1217. | #ifdef HAVE_SYS_TYPES_H
  1218. | # include <sys/types.h>
  1219. | #endif
  1220. | #ifdef HAVE_SYS_STAT_H
  1221. | # include <sys/stat.h>
  1222. | #endif
  1223. | #ifdef STDC_HEADERS
  1224. | # include <stdlib.h>
  1225. | # include <stddef.h>
  1226. | #else
  1227. | # ifdef HAVE_STDLIB_H
  1228. | # include <stdlib.h>
  1229. | # endif
  1230. | #endif
  1231. | #ifdef HAVE_STRING_H
  1232. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1233. | # include <memory.h>
  1234. | # endif
  1235. | # include <string.h>
  1236. | #endif
  1237. | #ifdef HAVE_STRINGS_H
  1238. | # include <strings.h>
  1239. | #endif
  1240. | #ifdef HAVE_INTTYPES_H
  1241. | # include <inttypes.h>
  1242. | #endif
  1243. | #ifdef HAVE_STDINT_H
  1244. | # include <stdint.h>
  1245. | #endif
  1246. | #ifdef HAVE_UNISTD_H
  1247. | # include <unistd.h>
  1248. | #endif
  1249. | #include <a.out.h>
  1250. configure:9924: result: no
  1251. configure:9924: checking a.out.h presence
  1252. configure:9924: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  1253. conftest.c:36:10: fatal error: 'a.out.h' file not found
  1254. #include <a.out.h>
  1255. ^
  1256. 1 error generated.
  1257. configure:9924: $? = 1
  1258. configure: failed program was:
  1259. | /* confdefs.h */
  1260. | #define PACKAGE_NAME ""
  1261. | #define PACKAGE_TARNAME ""
  1262. | #define PACKAGE_VERSION ""
  1263. | #define PACKAGE_STRING ""
  1264. | #define PACKAGE_BUGREPORT ""
  1265. | #define PACKAGE_URL ""
  1266. | #define CANONICALIZATION_FOR_MATHN 1
  1267. | #define STDC_HEADERS 1
  1268. | #define HAVE_SYS_TYPES_H 1
  1269. | #define HAVE_SYS_STAT_H 1
  1270. | #define HAVE_STDLIB_H 1
  1271. | #define HAVE_STRING_H 1
  1272. | #define HAVE_MEMORY_H 1
  1273. | #define HAVE_STRINGS_H 1
  1274. | #define HAVE_INTTYPES_H 1
  1275. | #define HAVE_STDINT_H 1
  1276. | #define HAVE_UNISTD_H 1
  1277. | #define __EXTENSIONS__ 1
  1278. | #define _ALL_SOURCE 1
  1279. | #define _GNU_SOURCE 1
  1280. | #define _POSIX_PTHREAD_SEMANTICS 1
  1281. | #define _TANDEM_SOURCE 1
  1282. | #define HAVE_INFINITY 1
  1283. | #define HAVE_NAN 1
  1284. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1285. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1286. | #define BROKEN_CRYPT 1
  1287. | #define HAVE_CRT_EXTERNS_H 1
  1288. | #define HAVE_LIBDL 1
  1289. | #define HAVE_DIRENT_H 1
  1290. | #define HAVE__BOOL 1
  1291. | #define HAVE_STDBOOL_H 1
  1292. | #define HAVE_SYS_WAIT_H 1
  1293. | /* end confdefs.h. */
  1294. | #include <a.out.h>
  1295. configure:9924: result: no
  1296. configure:9924: checking for a.out.h
  1297. configure:9924: result: no
  1298. configure:9936: checking atomic.h usability
  1299. configure:9936: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1300. conftest.c:69:10: fatal error: 'atomic.h' file not found
  1301. #include <atomic.h>
  1302. ^
  1303. 1 error generated.
  1304. configure:9936: $? = 1
  1305. configure: failed program was:
  1306. | /* confdefs.h */
  1307. | #define PACKAGE_NAME ""
  1308. | #define PACKAGE_TARNAME ""
  1309. | #define PACKAGE_VERSION ""
  1310. | #define PACKAGE_STRING ""
  1311. | #define PACKAGE_BUGREPORT ""
  1312. | #define PACKAGE_URL ""
  1313. | #define CANONICALIZATION_FOR_MATHN 1
  1314. | #define STDC_HEADERS 1
  1315. | #define HAVE_SYS_TYPES_H 1
  1316. | #define HAVE_SYS_STAT_H 1
  1317. | #define HAVE_STDLIB_H 1
  1318. | #define HAVE_STRING_H 1
  1319. | #define HAVE_MEMORY_H 1
  1320. | #define HAVE_STRINGS_H 1
  1321. | #define HAVE_INTTYPES_H 1
  1322. | #define HAVE_STDINT_H 1
  1323. | #define HAVE_UNISTD_H 1
  1324. | #define __EXTENSIONS__ 1
  1325. | #define _ALL_SOURCE 1
  1326. | #define _GNU_SOURCE 1
  1327. | #define _POSIX_PTHREAD_SEMANTICS 1
  1328. | #define _TANDEM_SOURCE 1
  1329. | #define HAVE_INFINITY 1
  1330. | #define HAVE_NAN 1
  1331. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1332. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1333. | #define BROKEN_CRYPT 1
  1334. | #define HAVE_CRT_EXTERNS_H 1
  1335. | #define HAVE_LIBDL 1
  1336. | #define HAVE_DIRENT_H 1
  1337. | #define HAVE__BOOL 1
  1338. | #define HAVE_STDBOOL_H 1
  1339. | #define HAVE_SYS_WAIT_H 1
  1340. | /* end confdefs.h. */
  1341. | #include <stdio.h>
  1342. | #ifdef HAVE_SYS_TYPES_H
  1343. | # include <sys/types.h>
  1344. | #endif
  1345. | #ifdef HAVE_SYS_STAT_H
  1346. | # include <sys/stat.h>
  1347. | #endif
  1348. | #ifdef STDC_HEADERS
  1349. | # include <stdlib.h>
  1350. | # include <stddef.h>
  1351. | #else
  1352. | # ifdef HAVE_STDLIB_H
  1353. | # include <stdlib.h>
  1354. | # endif
  1355. | #endif
  1356. | #ifdef HAVE_STRING_H
  1357. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1358. | # include <memory.h>
  1359. | # endif
  1360. | # include <string.h>
  1361. | #endif
  1362. | #ifdef HAVE_STRINGS_H
  1363. | # include <strings.h>
  1364. | #endif
  1365. | #ifdef HAVE_INTTYPES_H
  1366. | # include <inttypes.h>
  1367. | #endif
  1368. | #ifdef HAVE_STDINT_H
  1369. | # include <stdint.h>
  1370. | #endif
  1371. | #ifdef HAVE_UNISTD_H
  1372. | # include <unistd.h>
  1373. | #endif
  1374. | #include <atomic.h>
  1375. configure:9936: result: no
  1376. configure:9936: checking atomic.h presence
  1377. configure:9936: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  1378. conftest.c:36:10: fatal error: 'atomic.h' file not found
  1379. #include <atomic.h>
  1380. ^
  1381. 1 error generated.
  1382. configure:9936: $? = 1
  1383. configure: failed program was:
  1384. | /* confdefs.h */
  1385. | #define PACKAGE_NAME ""
  1386. | #define PACKAGE_TARNAME ""
  1387. | #define PACKAGE_VERSION ""
  1388. | #define PACKAGE_STRING ""
  1389. | #define PACKAGE_BUGREPORT ""
  1390. | #define PACKAGE_URL ""
  1391. | #define CANONICALIZATION_FOR_MATHN 1
  1392. | #define STDC_HEADERS 1
  1393. | #define HAVE_SYS_TYPES_H 1
  1394. | #define HAVE_SYS_STAT_H 1
  1395. | #define HAVE_STDLIB_H 1
  1396. | #define HAVE_STRING_H 1
  1397. | #define HAVE_MEMORY_H 1
  1398. | #define HAVE_STRINGS_H 1
  1399. | #define HAVE_INTTYPES_H 1
  1400. | #define HAVE_STDINT_H 1
  1401. | #define HAVE_UNISTD_H 1
  1402. | #define __EXTENSIONS__ 1
  1403. | #define _ALL_SOURCE 1
  1404. | #define _GNU_SOURCE 1
  1405. | #define _POSIX_PTHREAD_SEMANTICS 1
  1406. | #define _TANDEM_SOURCE 1
  1407. | #define HAVE_INFINITY 1
  1408. | #define HAVE_NAN 1
  1409. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1410. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1411. | #define BROKEN_CRYPT 1
  1412. | #define HAVE_CRT_EXTERNS_H 1
  1413. | #define HAVE_LIBDL 1
  1414. | #define HAVE_DIRENT_H 1
  1415. | #define HAVE__BOOL 1
  1416. | #define HAVE_STDBOOL_H 1
  1417. | #define HAVE_SYS_WAIT_H 1
  1418. | /* end confdefs.h. */
  1419. | #include <atomic.h>
  1420. configure:9936: result: no
  1421. configure:9936: checking for atomic.h
  1422. configure:9936: result: no
  1423. configure:9948: checking direct.h usability
  1424. configure:9948: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1425. conftest.c:69:10: fatal error: 'direct.h' file not found
  1426. #include <direct.h>
  1427. ^
  1428. 1 error generated.
  1429. configure:9948: $? = 1
  1430. configure: failed program was:
  1431. | /* confdefs.h */
  1432. | #define PACKAGE_NAME ""
  1433. | #define PACKAGE_TARNAME ""
  1434. | #define PACKAGE_VERSION ""
  1435. | #define PACKAGE_STRING ""
  1436. | #define PACKAGE_BUGREPORT ""
  1437. | #define PACKAGE_URL ""
  1438. | #define CANONICALIZATION_FOR_MATHN 1
  1439. | #define STDC_HEADERS 1
  1440. | #define HAVE_SYS_TYPES_H 1
  1441. | #define HAVE_SYS_STAT_H 1
  1442. | #define HAVE_STDLIB_H 1
  1443. | #define HAVE_STRING_H 1
  1444. | #define HAVE_MEMORY_H 1
  1445. | #define HAVE_STRINGS_H 1
  1446. | #define HAVE_INTTYPES_H 1
  1447. | #define HAVE_STDINT_H 1
  1448. | #define HAVE_UNISTD_H 1
  1449. | #define __EXTENSIONS__ 1
  1450. | #define _ALL_SOURCE 1
  1451. | #define _GNU_SOURCE 1
  1452. | #define _POSIX_PTHREAD_SEMANTICS 1
  1453. | #define _TANDEM_SOURCE 1
  1454. | #define HAVE_INFINITY 1
  1455. | #define HAVE_NAN 1
  1456. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1457. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1458. | #define BROKEN_CRYPT 1
  1459. | #define HAVE_CRT_EXTERNS_H 1
  1460. | #define HAVE_LIBDL 1
  1461. | #define HAVE_DIRENT_H 1
  1462. | #define HAVE__BOOL 1
  1463. | #define HAVE_STDBOOL_H 1
  1464. | #define HAVE_SYS_WAIT_H 1
  1465. | /* end confdefs.h. */
  1466. | #include <stdio.h>
  1467. | #ifdef HAVE_SYS_TYPES_H
  1468. | # include <sys/types.h>
  1469. | #endif
  1470. | #ifdef HAVE_SYS_STAT_H
  1471. | # include <sys/stat.h>
  1472. | #endif
  1473. | #ifdef STDC_HEADERS
  1474. | # include <stdlib.h>
  1475. | # include <stddef.h>
  1476. | #else
  1477. | # ifdef HAVE_STDLIB_H
  1478. | # include <stdlib.h>
  1479. | # endif
  1480. | #endif
  1481. | #ifdef HAVE_STRING_H
  1482. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1483. | # include <memory.h>
  1484. | # endif
  1485. | # include <string.h>
  1486. | #endif
  1487. | #ifdef HAVE_STRINGS_H
  1488. | # include <strings.h>
  1489. | #endif
  1490. | #ifdef HAVE_INTTYPES_H
  1491. | # include <inttypes.h>
  1492. | #endif
  1493. | #ifdef HAVE_STDINT_H
  1494. | # include <stdint.h>
  1495. | #endif
  1496. | #ifdef HAVE_UNISTD_H
  1497. | # include <unistd.h>
  1498. | #endif
  1499. | #include <direct.h>
  1500. configure:9948: result: no
  1501. configure:9948: checking direct.h presence
  1502. configure:9948: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  1503. conftest.c:36:10: fatal error: 'direct.h' file not found
  1504. #include <direct.h>
  1505. ^
  1506. 1 error generated.
  1507. configure:9948: $? = 1
  1508. configure: failed program was:
  1509. | /* confdefs.h */
  1510. | #define PACKAGE_NAME ""
  1511. | #define PACKAGE_TARNAME ""
  1512. | #define PACKAGE_VERSION ""
  1513. | #define PACKAGE_STRING ""
  1514. | #define PACKAGE_BUGREPORT ""
  1515. | #define PACKAGE_URL ""
  1516. | #define CANONICALIZATION_FOR_MATHN 1
  1517. | #define STDC_HEADERS 1
  1518. | #define HAVE_SYS_TYPES_H 1
  1519. | #define HAVE_SYS_STAT_H 1
  1520. | #define HAVE_STDLIB_H 1
  1521. | #define HAVE_STRING_H 1
  1522. | #define HAVE_MEMORY_H 1
  1523. | #define HAVE_STRINGS_H 1
  1524. | #define HAVE_INTTYPES_H 1
  1525. | #define HAVE_STDINT_H 1
  1526. | #define HAVE_UNISTD_H 1
  1527. | #define __EXTENSIONS__ 1
  1528. | #define _ALL_SOURCE 1
  1529. | #define _GNU_SOURCE 1
  1530. | #define _POSIX_PTHREAD_SEMANTICS 1
  1531. | #define _TANDEM_SOURCE 1
  1532. | #define HAVE_INFINITY 1
  1533. | #define HAVE_NAN 1
  1534. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1535. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1536. | #define BROKEN_CRYPT 1
  1537. | #define HAVE_CRT_EXTERNS_H 1
  1538. | #define HAVE_LIBDL 1
  1539. | #define HAVE_DIRENT_H 1
  1540. | #define HAVE__BOOL 1
  1541. | #define HAVE_STDBOOL_H 1
  1542. | #define HAVE_SYS_WAIT_H 1
  1543. | /* end confdefs.h. */
  1544. | #include <direct.h>
  1545. configure:9948: result: no
  1546. configure:9948: checking for direct.h
  1547. configure:9948: result: no
  1548. configure:9960: checking grp.h usability
  1549. configure:9960: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1550. configure:9960: $? = 0
  1551. configure:9960: result: yes
  1552. configure:9960: checking grp.h presence
  1553. configure:9960: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  1554. configure:9960: $? = 0
  1555. configure:9960: result: yes
  1556. configure:9960: checking for grp.h
  1557. configure:9960: result: yes
  1558. configure:9972: checking fcntl.h usability
  1559. configure:9972: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1560. configure:9972: $? = 0
  1561. configure:9972: result: yes
  1562. configure:9972: checking fcntl.h presence
  1563. configure:9972: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  1564. configure:9972: $? = 0
  1565. configure:9972: result: yes
  1566. configure:9972: checking for fcntl.h
  1567. configure:9972: result: yes
  1568. configure:9984: checking float.h usability
  1569. configure:9984: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1570. configure:9984: $? = 0
  1571. configure:9984: result: yes
  1572. configure:9984: checking float.h presence
  1573. configure:9984: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  1574. configure:9984: $? = 0
  1575. configure:9984: result: yes
  1576. configure:9984: checking for float.h
  1577. configure:9984: result: yes
  1578. configure:9996: checking ieeefp.h usability
  1579. configure:9996: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1580. conftest.c:72:10: fatal error: 'ieeefp.h' file not found
  1581. #include <ieeefp.h>
  1582. ^
  1583. 1 error generated.
  1584. configure:9996: $? = 1
  1585. configure: failed program was:
  1586. | /* confdefs.h */
  1587. | #define PACKAGE_NAME ""
  1588. | #define PACKAGE_TARNAME ""
  1589. | #define PACKAGE_VERSION ""
  1590. | #define PACKAGE_STRING ""
  1591. | #define PACKAGE_BUGREPORT ""
  1592. | #define PACKAGE_URL ""
  1593. | #define CANONICALIZATION_FOR_MATHN 1
  1594. | #define STDC_HEADERS 1
  1595. | #define HAVE_SYS_TYPES_H 1
  1596. | #define HAVE_SYS_STAT_H 1
  1597. | #define HAVE_STDLIB_H 1
  1598. | #define HAVE_STRING_H 1
  1599. | #define HAVE_MEMORY_H 1
  1600. | #define HAVE_STRINGS_H 1
  1601. | #define HAVE_INTTYPES_H 1
  1602. | #define HAVE_STDINT_H 1
  1603. | #define HAVE_UNISTD_H 1
  1604. | #define __EXTENSIONS__ 1
  1605. | #define _ALL_SOURCE 1
  1606. | #define _GNU_SOURCE 1
  1607. | #define _POSIX_PTHREAD_SEMANTICS 1
  1608. | #define _TANDEM_SOURCE 1
  1609. | #define HAVE_INFINITY 1
  1610. | #define HAVE_NAN 1
  1611. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1612. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1613. | #define BROKEN_CRYPT 1
  1614. | #define HAVE_CRT_EXTERNS_H 1
  1615. | #define HAVE_LIBDL 1
  1616. | #define HAVE_DIRENT_H 1
  1617. | #define HAVE__BOOL 1
  1618. | #define HAVE_STDBOOL_H 1
  1619. | #define HAVE_SYS_WAIT_H 1
  1620. | #define HAVE_GRP_H 1
  1621. | #define HAVE_FCNTL_H 1
  1622. | #define HAVE_FLOAT_H 1
  1623. | /* end confdefs.h. */
  1624. | #include <stdio.h>
  1625. | #ifdef HAVE_SYS_TYPES_H
  1626. | # include <sys/types.h>
  1627. | #endif
  1628. | #ifdef HAVE_SYS_STAT_H
  1629. | # include <sys/stat.h>
  1630. | #endif
  1631. | #ifdef STDC_HEADERS
  1632. | # include <stdlib.h>
  1633. | # include <stddef.h>
  1634. | #else
  1635. | # ifdef HAVE_STDLIB_H
  1636. | # include <stdlib.h>
  1637. | # endif
  1638. | #endif
  1639. | #ifdef HAVE_STRING_H
  1640. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1641. | # include <memory.h>
  1642. | # endif
  1643. | # include <string.h>
  1644. | #endif
  1645. | #ifdef HAVE_STRINGS_H
  1646. | # include <strings.h>
  1647. | #endif
  1648. | #ifdef HAVE_INTTYPES_H
  1649. | # include <inttypes.h>
  1650. | #endif
  1651. | #ifdef HAVE_STDINT_H
  1652. | # include <stdint.h>
  1653. | #endif
  1654. | #ifdef HAVE_UNISTD_H
  1655. | # include <unistd.h>
  1656. | #endif
  1657. | #include <ieeefp.h>
  1658. configure:9996: result: no
  1659. configure:9996: checking ieeefp.h presence
  1660. configure:9996: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  1661. conftest.c:39:10: fatal error: 'ieeefp.h' file not found
  1662. #include <ieeefp.h>
  1663. ^
  1664. 1 error generated.
  1665. configure:9996: $? = 1
  1666. configure: failed program was:
  1667. | /* confdefs.h */
  1668. | #define PACKAGE_NAME ""
  1669. | #define PACKAGE_TARNAME ""
  1670. | #define PACKAGE_VERSION ""
  1671. | #define PACKAGE_STRING ""
  1672. | #define PACKAGE_BUGREPORT ""
  1673. | #define PACKAGE_URL ""
  1674. | #define CANONICALIZATION_FOR_MATHN 1
  1675. | #define STDC_HEADERS 1
  1676. | #define HAVE_SYS_TYPES_H 1
  1677. | #define HAVE_SYS_STAT_H 1
  1678. | #define HAVE_STDLIB_H 1
  1679. | #define HAVE_STRING_H 1
  1680. | #define HAVE_MEMORY_H 1
  1681. | #define HAVE_STRINGS_H 1
  1682. | #define HAVE_INTTYPES_H 1
  1683. | #define HAVE_STDINT_H 1
  1684. | #define HAVE_UNISTD_H 1
  1685. | #define __EXTENSIONS__ 1
  1686. | #define _ALL_SOURCE 1
  1687. | #define _GNU_SOURCE 1
  1688. | #define _POSIX_PTHREAD_SEMANTICS 1
  1689. | #define _TANDEM_SOURCE 1
  1690. | #define HAVE_INFINITY 1
  1691. | #define HAVE_NAN 1
  1692. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1693. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1694. | #define BROKEN_CRYPT 1
  1695. | #define HAVE_CRT_EXTERNS_H 1
  1696. | #define HAVE_LIBDL 1
  1697. | #define HAVE_DIRENT_H 1
  1698. | #define HAVE__BOOL 1
  1699. | #define HAVE_STDBOOL_H 1
  1700. | #define HAVE_SYS_WAIT_H 1
  1701. | #define HAVE_GRP_H 1
  1702. | #define HAVE_FCNTL_H 1
  1703. | #define HAVE_FLOAT_H 1
  1704. | /* end confdefs.h. */
  1705. | #include <ieeefp.h>
  1706. configure:9996: result: no
  1707. configure:9996: checking for ieeefp.h
  1708. configure:9996: result: no
  1709. configure:10008: checking intrinsics.h usability
  1710. configure:10008: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1711. conftest.c:72:10: fatal error: 'intrinsics.h' file not found
  1712. #include <intrinsics.h>
  1713. ^
  1714. 1 error generated.
  1715. configure:10008: $? = 1
  1716. configure: failed program was:
  1717. | /* confdefs.h */
  1718. | #define PACKAGE_NAME ""
  1719. | #define PACKAGE_TARNAME ""
  1720. | #define PACKAGE_VERSION ""
  1721. | #define PACKAGE_STRING ""
  1722. | #define PACKAGE_BUGREPORT ""
  1723. | #define PACKAGE_URL ""
  1724. | #define CANONICALIZATION_FOR_MATHN 1
  1725. | #define STDC_HEADERS 1
  1726. | #define HAVE_SYS_TYPES_H 1
  1727. | #define HAVE_SYS_STAT_H 1
  1728. | #define HAVE_STDLIB_H 1
  1729. | #define HAVE_STRING_H 1
  1730. | #define HAVE_MEMORY_H 1
  1731. | #define HAVE_STRINGS_H 1
  1732. | #define HAVE_INTTYPES_H 1
  1733. | #define HAVE_STDINT_H 1
  1734. | #define HAVE_UNISTD_H 1
  1735. | #define __EXTENSIONS__ 1
  1736. | #define _ALL_SOURCE 1
  1737. | #define _GNU_SOURCE 1
  1738. | #define _POSIX_PTHREAD_SEMANTICS 1
  1739. | #define _TANDEM_SOURCE 1
  1740. | #define HAVE_INFINITY 1
  1741. | #define HAVE_NAN 1
  1742. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1743. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1744. | #define BROKEN_CRYPT 1
  1745. | #define HAVE_CRT_EXTERNS_H 1
  1746. | #define HAVE_LIBDL 1
  1747. | #define HAVE_DIRENT_H 1
  1748. | #define HAVE__BOOL 1
  1749. | #define HAVE_STDBOOL_H 1
  1750. | #define HAVE_SYS_WAIT_H 1
  1751. | #define HAVE_GRP_H 1
  1752. | #define HAVE_FCNTL_H 1
  1753. | #define HAVE_FLOAT_H 1
  1754. | /* end confdefs.h. */
  1755. | #include <stdio.h>
  1756. | #ifdef HAVE_SYS_TYPES_H
  1757. | # include <sys/types.h>
  1758. | #endif
  1759. | #ifdef HAVE_SYS_STAT_H
  1760. | # include <sys/stat.h>
  1761. | #endif
  1762. | #ifdef STDC_HEADERS
  1763. | # include <stdlib.h>
  1764. | # include <stddef.h>
  1765. | #else
  1766. | # ifdef HAVE_STDLIB_H
  1767. | # include <stdlib.h>
  1768. | # endif
  1769. | #endif
  1770. | #ifdef HAVE_STRING_H
  1771. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1772. | # include <memory.h>
  1773. | # endif
  1774. | # include <string.h>
  1775. | #endif
  1776. | #ifdef HAVE_STRINGS_H
  1777. | # include <strings.h>
  1778. | #endif
  1779. | #ifdef HAVE_INTTYPES_H
  1780. | # include <inttypes.h>
  1781. | #endif
  1782. | #ifdef HAVE_STDINT_H
  1783. | # include <stdint.h>
  1784. | #endif
  1785. | #ifdef HAVE_UNISTD_H
  1786. | # include <unistd.h>
  1787. | #endif
  1788. | #include <intrinsics.h>
  1789. configure:10008: result: no
  1790. configure:10008: checking intrinsics.h presence
  1791. configure:10008: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  1792. conftest.c:39:10: fatal error: 'intrinsics.h' file not found
  1793. #include <intrinsics.h>
  1794. ^
  1795. 1 error generated.
  1796. configure:10008: $? = 1
  1797. configure: failed program was:
  1798. | /* confdefs.h */
  1799. | #define PACKAGE_NAME ""
  1800. | #define PACKAGE_TARNAME ""
  1801. | #define PACKAGE_VERSION ""
  1802. | #define PACKAGE_STRING ""
  1803. | #define PACKAGE_BUGREPORT ""
  1804. | #define PACKAGE_URL ""
  1805. | #define CANONICALIZATION_FOR_MATHN 1
  1806. | #define STDC_HEADERS 1
  1807. | #define HAVE_SYS_TYPES_H 1
  1808. | #define HAVE_SYS_STAT_H 1
  1809. | #define HAVE_STDLIB_H 1
  1810. | #define HAVE_STRING_H 1
  1811. | #define HAVE_MEMORY_H 1
  1812. | #define HAVE_STRINGS_H 1
  1813. | #define HAVE_INTTYPES_H 1
  1814. | #define HAVE_STDINT_H 1
  1815. | #define HAVE_UNISTD_H 1
  1816. | #define __EXTENSIONS__ 1
  1817. | #define _ALL_SOURCE 1
  1818. | #define _GNU_SOURCE 1
  1819. | #define _POSIX_PTHREAD_SEMANTICS 1
  1820. | #define _TANDEM_SOURCE 1
  1821. | #define HAVE_INFINITY 1
  1822. | #define HAVE_NAN 1
  1823. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1824. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1825. | #define BROKEN_CRYPT 1
  1826. | #define HAVE_CRT_EXTERNS_H 1
  1827. | #define HAVE_LIBDL 1
  1828. | #define HAVE_DIRENT_H 1
  1829. | #define HAVE__BOOL 1
  1830. | #define HAVE_STDBOOL_H 1
  1831. | #define HAVE_SYS_WAIT_H 1
  1832. | #define HAVE_GRP_H 1
  1833. | #define HAVE_FCNTL_H 1
  1834. | #define HAVE_FLOAT_H 1
  1835. | /* end confdefs.h. */
  1836. | #include <intrinsics.h>
  1837. configure:10008: result: no
  1838. configure:10008: checking for intrinsics.h
  1839. configure:10008: result: no
  1840. configure:10020: checking langinfo.h usability
  1841. configure:10020: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1842. configure:10020: $? = 0
  1843. configure:10020: result: yes
  1844. configure:10020: checking langinfo.h presence
  1845. configure:10020: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  1846. configure:10020: $? = 0
  1847. configure:10020: result: yes
  1848. configure:10020: checking for langinfo.h
  1849. configure:10020: result: yes
  1850. configure:10032: checking limits.h usability
  1851. configure:10032: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1852. configure:10032: $? = 0
  1853. configure:10032: result: yes
  1854. configure:10032: checking limits.h presence
  1855. configure:10032: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  1856. configure:10032: $? = 0
  1857. configure:10032: result: yes
  1858. configure:10032: checking for limits.h
  1859. configure:10032: result: yes
  1860. configure:10044: checking locale.h usability
  1861. configure:10044: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1862. configure:10044: $? = 0
  1863. configure:10044: result: yes
  1864. configure:10044: checking locale.h presence
  1865. configure:10044: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  1866. configure:10044: $? = 0
  1867. configure:10044: result: yes
  1868. configure:10044: checking for locale.h
  1869. configure:10044: result: yes
  1870. configure:10056: checking malloc.h usability
  1871. configure:10056: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1872. conftest.c:75:10: fatal error: 'malloc.h' file not found
  1873. #include <malloc.h>
  1874. ^
  1875. 1 error generated.
  1876. configure:10056: $? = 1
  1877. configure: failed program was:
  1878. | /* confdefs.h */
  1879. | #define PACKAGE_NAME ""
  1880. | #define PACKAGE_TARNAME ""
  1881. | #define PACKAGE_VERSION ""
  1882. | #define PACKAGE_STRING ""
  1883. | #define PACKAGE_BUGREPORT ""
  1884. | #define PACKAGE_URL ""
  1885. | #define CANONICALIZATION_FOR_MATHN 1
  1886. | #define STDC_HEADERS 1
  1887. | #define HAVE_SYS_TYPES_H 1
  1888. | #define HAVE_SYS_STAT_H 1
  1889. | #define HAVE_STDLIB_H 1
  1890. | #define HAVE_STRING_H 1
  1891. | #define HAVE_MEMORY_H 1
  1892. | #define HAVE_STRINGS_H 1
  1893. | #define HAVE_INTTYPES_H 1
  1894. | #define HAVE_STDINT_H 1
  1895. | #define HAVE_UNISTD_H 1
  1896. | #define __EXTENSIONS__ 1
  1897. | #define _ALL_SOURCE 1
  1898. | #define _GNU_SOURCE 1
  1899. | #define _POSIX_PTHREAD_SEMANTICS 1
  1900. | #define _TANDEM_SOURCE 1
  1901. | #define HAVE_INFINITY 1
  1902. | #define HAVE_NAN 1
  1903. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1904. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1905. | #define BROKEN_CRYPT 1
  1906. | #define HAVE_CRT_EXTERNS_H 1
  1907. | #define HAVE_LIBDL 1
  1908. | #define HAVE_DIRENT_H 1
  1909. | #define HAVE__BOOL 1
  1910. | #define HAVE_STDBOOL_H 1
  1911. | #define HAVE_SYS_WAIT_H 1
  1912. | #define HAVE_GRP_H 1
  1913. | #define HAVE_FCNTL_H 1
  1914. | #define HAVE_FLOAT_H 1
  1915. | #define HAVE_LANGINFO_H 1
  1916. | #define HAVE_LIMITS_H 1
  1917. | #define HAVE_LOCALE_H 1
  1918. | /* end confdefs.h. */
  1919. | #include <stdio.h>
  1920. | #ifdef HAVE_SYS_TYPES_H
  1921. | # include <sys/types.h>
  1922. | #endif
  1923. | #ifdef HAVE_SYS_STAT_H
  1924. | # include <sys/stat.h>
  1925. | #endif
  1926. | #ifdef STDC_HEADERS
  1927. | # include <stdlib.h>
  1928. | # include <stddef.h>
  1929. | #else
  1930. | # ifdef HAVE_STDLIB_H
  1931. | # include <stdlib.h>
  1932. | # endif
  1933. | #endif
  1934. | #ifdef HAVE_STRING_H
  1935. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1936. | # include <memory.h>
  1937. | # endif
  1938. | # include <string.h>
  1939. | #endif
  1940. | #ifdef HAVE_STRINGS_H
  1941. | # include <strings.h>
  1942. | #endif
  1943. | #ifdef HAVE_INTTYPES_H
  1944. | # include <inttypes.h>
  1945. | #endif
  1946. | #ifdef HAVE_STDINT_H
  1947. | # include <stdint.h>
  1948. | #endif
  1949. | #ifdef HAVE_UNISTD_H
  1950. | # include <unistd.h>
  1951. | #endif
  1952. | #include <malloc.h>
  1953. configure:10056: result: no
  1954. configure:10056: checking malloc.h presence
  1955. configure:10056: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  1956. conftest.c:42:10: fatal error: 'malloc.h' file not found
  1957. #include <malloc.h>
  1958. ^
  1959. 1 error generated.
  1960. configure:10056: $? = 1
  1961. configure: failed program was:
  1962. | /* confdefs.h */
  1963. | #define PACKAGE_NAME ""
  1964. | #define PACKAGE_TARNAME ""
  1965. | #define PACKAGE_VERSION ""
  1966. | #define PACKAGE_STRING ""
  1967. | #define PACKAGE_BUGREPORT ""
  1968. | #define PACKAGE_URL ""
  1969. | #define CANONICALIZATION_FOR_MATHN 1
  1970. | #define STDC_HEADERS 1
  1971. | #define HAVE_SYS_TYPES_H 1
  1972. | #define HAVE_SYS_STAT_H 1
  1973. | #define HAVE_STDLIB_H 1
  1974. | #define HAVE_STRING_H 1
  1975. | #define HAVE_MEMORY_H 1
  1976. | #define HAVE_STRINGS_H 1
  1977. | #define HAVE_INTTYPES_H 1
  1978. | #define HAVE_STDINT_H 1
  1979. | #define HAVE_UNISTD_H 1
  1980. | #define __EXTENSIONS__ 1
  1981. | #define _ALL_SOURCE 1
  1982. | #define _GNU_SOURCE 1
  1983. | #define _POSIX_PTHREAD_SEMANTICS 1
  1984. | #define _TANDEM_SOURCE 1
  1985. | #define HAVE_INFINITY 1
  1986. | #define HAVE_NAN 1
  1987. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1988. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1989. | #define BROKEN_CRYPT 1
  1990. | #define HAVE_CRT_EXTERNS_H 1
  1991. | #define HAVE_LIBDL 1
  1992. | #define HAVE_DIRENT_H 1
  1993. | #define HAVE__BOOL 1
  1994. | #define HAVE_STDBOOL_H 1
  1995. | #define HAVE_SYS_WAIT_H 1
  1996. | #define HAVE_GRP_H 1
  1997. | #define HAVE_FCNTL_H 1
  1998. | #define HAVE_FLOAT_H 1
  1999. | #define HAVE_LANGINFO_H 1
  2000. | #define HAVE_LIMITS_H 1
  2001. | #define HAVE_LOCALE_H 1
  2002. | /* end confdefs.h. */
  2003. | #include <malloc.h>
  2004. configure:10056: result: no
  2005. configure:10056: checking for malloc.h
  2006. configure:10056: result: no
  2007. configure:10068: checking malloc/malloc.h usability
  2008. configure:10068: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2009. configure:10068: $? = 0
  2010. configure:10068: result: yes
  2011. configure:10068: checking malloc/malloc.h presence
  2012. configure:10068: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2013. configure:10068: $? = 0
  2014. configure:10068: result: yes
  2015. configure:10068: checking for malloc/malloc.h
  2016. configure:10068: result: yes
  2017. configure:10080: checking malloc_np.h usability
  2018. configure:10080: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2019. conftest.c:76:10: fatal error: 'malloc_np.h' file not found
  2020. #include <malloc_np.h>
  2021. ^
  2022. 1 error generated.
  2023. configure:10080: $? = 1
  2024. configure: failed program was:
  2025. | /* confdefs.h */
  2026. | #define PACKAGE_NAME ""
  2027. | #define PACKAGE_TARNAME ""
  2028. | #define PACKAGE_VERSION ""
  2029. | #define PACKAGE_STRING ""
  2030. | #define PACKAGE_BUGREPORT ""
  2031. | #define PACKAGE_URL ""
  2032. | #define CANONICALIZATION_FOR_MATHN 1
  2033. | #define STDC_HEADERS 1
  2034. | #define HAVE_SYS_TYPES_H 1
  2035. | #define HAVE_SYS_STAT_H 1
  2036. | #define HAVE_STDLIB_H 1
  2037. | #define HAVE_STRING_H 1
  2038. | #define HAVE_MEMORY_H 1
  2039. | #define HAVE_STRINGS_H 1
  2040. | #define HAVE_INTTYPES_H 1
  2041. | #define HAVE_STDINT_H 1
  2042. | #define HAVE_UNISTD_H 1
  2043. | #define __EXTENSIONS__ 1
  2044. | #define _ALL_SOURCE 1
  2045. | #define _GNU_SOURCE 1
  2046. | #define _POSIX_PTHREAD_SEMANTICS 1
  2047. | #define _TANDEM_SOURCE 1
  2048. | #define HAVE_INFINITY 1
  2049. | #define HAVE_NAN 1
  2050. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2051. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2052. | #define BROKEN_CRYPT 1
  2053. | #define HAVE_CRT_EXTERNS_H 1
  2054. | #define HAVE_LIBDL 1
  2055. | #define HAVE_DIRENT_H 1
  2056. | #define HAVE__BOOL 1
  2057. | #define HAVE_STDBOOL_H 1
  2058. | #define HAVE_SYS_WAIT_H 1
  2059. | #define HAVE_GRP_H 1
  2060. | #define HAVE_FCNTL_H 1
  2061. | #define HAVE_FLOAT_H 1
  2062. | #define HAVE_LANGINFO_H 1
  2063. | #define HAVE_LIMITS_H 1
  2064. | #define HAVE_LOCALE_H 1
  2065. | #define HAVE_MALLOC_MALLOC_H 1
  2066. | /* end confdefs.h. */
  2067. | #include <stdio.h>
  2068. | #ifdef HAVE_SYS_TYPES_H
  2069. | # include <sys/types.h>
  2070. | #endif
  2071. | #ifdef HAVE_SYS_STAT_H
  2072. | # include <sys/stat.h>
  2073. | #endif
  2074. | #ifdef STDC_HEADERS
  2075. | # include <stdlib.h>
  2076. | # include <stddef.h>
  2077. | #else
  2078. | # ifdef HAVE_STDLIB_H
  2079. | # include <stdlib.h>
  2080. | # endif
  2081. | #endif
  2082. | #ifdef HAVE_STRING_H
  2083. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2084. | # include <memory.h>
  2085. | # endif
  2086. | # include <string.h>
  2087. | #endif
  2088. | #ifdef HAVE_STRINGS_H
  2089. | # include <strings.h>
  2090. | #endif
  2091. | #ifdef HAVE_INTTYPES_H
  2092. | # include <inttypes.h>
  2093. | #endif
  2094. | #ifdef HAVE_STDINT_H
  2095. | # include <stdint.h>
  2096. | #endif
  2097. | #ifdef HAVE_UNISTD_H
  2098. | # include <unistd.h>
  2099. | #endif
  2100. | #include <malloc_np.h>
  2101. configure:10080: result: no
  2102. configure:10080: checking malloc_np.h presence
  2103. configure:10080: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2104. conftest.c:43:10: fatal error: 'malloc_np.h' file not found
  2105. #include <malloc_np.h>
  2106. ^
  2107. 1 error generated.
  2108. configure:10080: $? = 1
  2109. configure: failed program was:
  2110. | /* confdefs.h */
  2111. | #define PACKAGE_NAME ""
  2112. | #define PACKAGE_TARNAME ""
  2113. | #define PACKAGE_VERSION ""
  2114. | #define PACKAGE_STRING ""
  2115. | #define PACKAGE_BUGREPORT ""
  2116. | #define PACKAGE_URL ""
  2117. | #define CANONICALIZATION_FOR_MATHN 1
  2118. | #define STDC_HEADERS 1
  2119. | #define HAVE_SYS_TYPES_H 1
  2120. | #define HAVE_SYS_STAT_H 1
  2121. | #define HAVE_STDLIB_H 1
  2122. | #define HAVE_STRING_H 1
  2123. | #define HAVE_MEMORY_H 1
  2124. | #define HAVE_STRINGS_H 1
  2125. | #define HAVE_INTTYPES_H 1
  2126. | #define HAVE_STDINT_H 1
  2127. | #define HAVE_UNISTD_H 1
  2128. | #define __EXTENSIONS__ 1
  2129. | #define _ALL_SOURCE 1
  2130. | #define _GNU_SOURCE 1
  2131. | #define _POSIX_PTHREAD_SEMANTICS 1
  2132. | #define _TANDEM_SOURCE 1
  2133. | #define HAVE_INFINITY 1
  2134. | #define HAVE_NAN 1
  2135. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2136. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2137. | #define BROKEN_CRYPT 1
  2138. | #define HAVE_CRT_EXTERNS_H 1
  2139. | #define HAVE_LIBDL 1
  2140. | #define HAVE_DIRENT_H 1
  2141. | #define HAVE__BOOL 1
  2142. | #define HAVE_STDBOOL_H 1
  2143. | #define HAVE_SYS_WAIT_H 1
  2144. | #define HAVE_GRP_H 1
  2145. | #define HAVE_FCNTL_H 1
  2146. | #define HAVE_FLOAT_H 1
  2147. | #define HAVE_LANGINFO_H 1
  2148. | #define HAVE_LIMITS_H 1
  2149. | #define HAVE_LOCALE_H 1
  2150. | #define HAVE_MALLOC_MALLOC_H 1
  2151. | /* end confdefs.h. */
  2152. | #include <malloc_np.h>
  2153. configure:10080: result: no
  2154. configure:10080: checking for malloc_np.h
  2155. configure:10080: result: no
  2156. configure:10092: checking net/socket.h usability
  2157. configure:10092: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2158. conftest.c:76:10: fatal error: 'net/socket.h' file not found
  2159. #include <net/socket.h>
  2160. ^
  2161. 1 error generated.
  2162. configure:10092: $? = 1
  2163. configure: failed program was:
  2164. | /* confdefs.h */
  2165. | #define PACKAGE_NAME ""
  2166. | #define PACKAGE_TARNAME ""
  2167. | #define PACKAGE_VERSION ""
  2168. | #define PACKAGE_STRING ""
  2169. | #define PACKAGE_BUGREPORT ""
  2170. | #define PACKAGE_URL ""
  2171. | #define CANONICALIZATION_FOR_MATHN 1
  2172. | #define STDC_HEADERS 1
  2173. | #define HAVE_SYS_TYPES_H 1
  2174. | #define HAVE_SYS_STAT_H 1
  2175. | #define HAVE_STDLIB_H 1
  2176. | #define HAVE_STRING_H 1
  2177. | #define HAVE_MEMORY_H 1
  2178. | #define HAVE_STRINGS_H 1
  2179. | #define HAVE_INTTYPES_H 1
  2180. | #define HAVE_STDINT_H 1
  2181. | #define HAVE_UNISTD_H 1
  2182. | #define __EXTENSIONS__ 1
  2183. | #define _ALL_SOURCE 1
  2184. | #define _GNU_SOURCE 1
  2185. | #define _POSIX_PTHREAD_SEMANTICS 1
  2186. | #define _TANDEM_SOURCE 1
  2187. | #define HAVE_INFINITY 1
  2188. | #define HAVE_NAN 1
  2189. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2190. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2191. | #define BROKEN_CRYPT 1
  2192. | #define HAVE_CRT_EXTERNS_H 1
  2193. | #define HAVE_LIBDL 1
  2194. | #define HAVE_DIRENT_H 1
  2195. | #define HAVE__BOOL 1
  2196. | #define HAVE_STDBOOL_H 1
  2197. | #define HAVE_SYS_WAIT_H 1
  2198. | #define HAVE_GRP_H 1
  2199. | #define HAVE_FCNTL_H 1
  2200. | #define HAVE_FLOAT_H 1
  2201. | #define HAVE_LANGINFO_H 1
  2202. | #define HAVE_LIMITS_H 1
  2203. | #define HAVE_LOCALE_H 1
  2204. | #define HAVE_MALLOC_MALLOC_H 1
  2205. | /* end confdefs.h. */
  2206. | #include <stdio.h>
  2207. | #ifdef HAVE_SYS_TYPES_H
  2208. | # include <sys/types.h>
  2209. | #endif
  2210. | #ifdef HAVE_SYS_STAT_H
  2211. | # include <sys/stat.h>
  2212. | #endif
  2213. | #ifdef STDC_HEADERS
  2214. | # include <stdlib.h>
  2215. | # include <stddef.h>
  2216. | #else
  2217. | # ifdef HAVE_STDLIB_H
  2218. | # include <stdlib.h>
  2219. | # endif
  2220. | #endif
  2221. | #ifdef HAVE_STRING_H
  2222. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2223. | # include <memory.h>
  2224. | # endif
  2225. | # include <string.h>
  2226. | #endif
  2227. | #ifdef HAVE_STRINGS_H
  2228. | # include <strings.h>
  2229. | #endif
  2230. | #ifdef HAVE_INTTYPES_H
  2231. | # include <inttypes.h>
  2232. | #endif
  2233. | #ifdef HAVE_STDINT_H
  2234. | # include <stdint.h>
  2235. | #endif
  2236. | #ifdef HAVE_UNISTD_H
  2237. | # include <unistd.h>
  2238. | #endif
  2239. | #include <net/socket.h>
  2240. configure:10092: result: no
  2241. configure:10092: checking net/socket.h presence
  2242. configure:10092: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2243. conftest.c:43:10: fatal error: 'net/socket.h' file not found
  2244. #include <net/socket.h>
  2245. ^
  2246. 1 error generated.
  2247. configure:10092: $? = 1
  2248. configure: failed program was:
  2249. | /* confdefs.h */
  2250. | #define PACKAGE_NAME ""
  2251. | #define PACKAGE_TARNAME ""
  2252. | #define PACKAGE_VERSION ""
  2253. | #define PACKAGE_STRING ""
  2254. | #define PACKAGE_BUGREPORT ""
  2255. | #define PACKAGE_URL ""
  2256. | #define CANONICALIZATION_FOR_MATHN 1
  2257. | #define STDC_HEADERS 1
  2258. | #define HAVE_SYS_TYPES_H 1
  2259. | #define HAVE_SYS_STAT_H 1
  2260. | #define HAVE_STDLIB_H 1
  2261. | #define HAVE_STRING_H 1
  2262. | #define HAVE_MEMORY_H 1
  2263. | #define HAVE_STRINGS_H 1
  2264. | #define HAVE_INTTYPES_H 1
  2265. | #define HAVE_STDINT_H 1
  2266. | #define HAVE_UNISTD_H 1
  2267. | #define __EXTENSIONS__ 1
  2268. | #define _ALL_SOURCE 1
  2269. | #define _GNU_SOURCE 1
  2270. | #define _POSIX_PTHREAD_SEMANTICS 1
  2271. | #define _TANDEM_SOURCE 1
  2272. | #define HAVE_INFINITY 1
  2273. | #define HAVE_NAN 1
  2274. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2275. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2276. | #define BROKEN_CRYPT 1
  2277. | #define HAVE_CRT_EXTERNS_H 1
  2278. | #define HAVE_LIBDL 1
  2279. | #define HAVE_DIRENT_H 1
  2280. | #define HAVE__BOOL 1
  2281. | #define HAVE_STDBOOL_H 1
  2282. | #define HAVE_SYS_WAIT_H 1
  2283. | #define HAVE_GRP_H 1
  2284. | #define HAVE_FCNTL_H 1
  2285. | #define HAVE_FLOAT_H 1
  2286. | #define HAVE_LANGINFO_H 1
  2287. | #define HAVE_LIMITS_H 1
  2288. | #define HAVE_LOCALE_H 1
  2289. | #define HAVE_MALLOC_MALLOC_H 1
  2290. | /* end confdefs.h. */
  2291. | #include <net/socket.h>
  2292. configure:10092: result: no
  2293. configure:10092: checking for net/socket.h
  2294. configure:10092: result: no
  2295. configure:10104: checking process.h usability
  2296. configure:10104: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2297. conftest.c:76:10: fatal error: 'process.h' file not found
  2298. #include <process.h>
  2299. ^
  2300. 1 error generated.
  2301. configure:10104: $? = 1
  2302. configure: failed program was:
  2303. | /* confdefs.h */
  2304. | #define PACKAGE_NAME ""
  2305. | #define PACKAGE_TARNAME ""
  2306. | #define PACKAGE_VERSION ""
  2307. | #define PACKAGE_STRING ""
  2308. | #define PACKAGE_BUGREPORT ""
  2309. | #define PACKAGE_URL ""
  2310. | #define CANONICALIZATION_FOR_MATHN 1
  2311. | #define STDC_HEADERS 1
  2312. | #define HAVE_SYS_TYPES_H 1
  2313. | #define HAVE_SYS_STAT_H 1
  2314. | #define HAVE_STDLIB_H 1
  2315. | #define HAVE_STRING_H 1
  2316. | #define HAVE_MEMORY_H 1
  2317. | #define HAVE_STRINGS_H 1
  2318. | #define HAVE_INTTYPES_H 1
  2319. | #define HAVE_STDINT_H 1
  2320. | #define HAVE_UNISTD_H 1
  2321. | #define __EXTENSIONS__ 1
  2322. | #define _ALL_SOURCE 1
  2323. | #define _GNU_SOURCE 1
  2324. | #define _POSIX_PTHREAD_SEMANTICS 1
  2325. | #define _TANDEM_SOURCE 1
  2326. | #define HAVE_INFINITY 1
  2327. | #define HAVE_NAN 1
  2328. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2329. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2330. | #define BROKEN_CRYPT 1
  2331. | #define HAVE_CRT_EXTERNS_H 1
  2332. | #define HAVE_LIBDL 1
  2333. | #define HAVE_DIRENT_H 1
  2334. | #define HAVE__BOOL 1
  2335. | #define HAVE_STDBOOL_H 1
  2336. | #define HAVE_SYS_WAIT_H 1
  2337. | #define HAVE_GRP_H 1
  2338. | #define HAVE_FCNTL_H 1
  2339. | #define HAVE_FLOAT_H 1
  2340. | #define HAVE_LANGINFO_H 1
  2341. | #define HAVE_LIMITS_H 1
  2342. | #define HAVE_LOCALE_H 1
  2343. | #define HAVE_MALLOC_MALLOC_H 1
  2344. | /* end confdefs.h. */
  2345. | #include <stdio.h>
  2346. | #ifdef HAVE_SYS_TYPES_H
  2347. | # include <sys/types.h>
  2348. | #endif
  2349. | #ifdef HAVE_SYS_STAT_H
  2350. | # include <sys/stat.h>
  2351. | #endif
  2352. | #ifdef STDC_HEADERS
  2353. | # include <stdlib.h>
  2354. | # include <stddef.h>
  2355. | #else
  2356. | # ifdef HAVE_STDLIB_H
  2357. | # include <stdlib.h>
  2358. | # endif
  2359. | #endif
  2360. | #ifdef HAVE_STRING_H
  2361. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2362. | # include <memory.h>
  2363. | # endif
  2364. | # include <string.h>
  2365. | #endif
  2366. | #ifdef HAVE_STRINGS_H
  2367. | # include <strings.h>
  2368. | #endif
  2369. | #ifdef HAVE_INTTYPES_H
  2370. | # include <inttypes.h>
  2371. | #endif
  2372. | #ifdef HAVE_STDINT_H
  2373. | # include <stdint.h>
  2374. | #endif
  2375. | #ifdef HAVE_UNISTD_H
  2376. | # include <unistd.h>
  2377. | #endif
  2378. | #include <process.h>
  2379. configure:10104: result: no
  2380. configure:10104: checking process.h presence
  2381. configure:10104: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2382. conftest.c:43:10: fatal error: 'process.h' file not found
  2383. #include <process.h>
  2384. ^
  2385. 1 error generated.
  2386. configure:10104: $? = 1
  2387. configure: failed program was:
  2388. | /* confdefs.h */
  2389. | #define PACKAGE_NAME ""
  2390. | #define PACKAGE_TARNAME ""
  2391. | #define PACKAGE_VERSION ""
  2392. | #define PACKAGE_STRING ""
  2393. | #define PACKAGE_BUGREPORT ""
  2394. | #define PACKAGE_URL ""
  2395. | #define CANONICALIZATION_FOR_MATHN 1
  2396. | #define STDC_HEADERS 1
  2397. | #define HAVE_SYS_TYPES_H 1
  2398. | #define HAVE_SYS_STAT_H 1
  2399. | #define HAVE_STDLIB_H 1
  2400. | #define HAVE_STRING_H 1
  2401. | #define HAVE_MEMORY_H 1
  2402. | #define HAVE_STRINGS_H 1
  2403. | #define HAVE_INTTYPES_H 1
  2404. | #define HAVE_STDINT_H 1
  2405. | #define HAVE_UNISTD_H 1
  2406. | #define __EXTENSIONS__ 1
  2407. | #define _ALL_SOURCE 1
  2408. | #define _GNU_SOURCE 1
  2409. | #define _POSIX_PTHREAD_SEMANTICS 1
  2410. | #define _TANDEM_SOURCE 1
  2411. | #define HAVE_INFINITY 1
  2412. | #define HAVE_NAN 1
  2413. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2414. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2415. | #define BROKEN_CRYPT 1
  2416. | #define HAVE_CRT_EXTERNS_H 1
  2417. | #define HAVE_LIBDL 1
  2418. | #define HAVE_DIRENT_H 1
  2419. | #define HAVE__BOOL 1
  2420. | #define HAVE_STDBOOL_H 1
  2421. | #define HAVE_SYS_WAIT_H 1
  2422. | #define HAVE_GRP_H 1
  2423. | #define HAVE_FCNTL_H 1
  2424. | #define HAVE_FLOAT_H 1
  2425. | #define HAVE_LANGINFO_H 1
  2426. | #define HAVE_LIMITS_H 1
  2427. | #define HAVE_LOCALE_H 1
  2428. | #define HAVE_MALLOC_MALLOC_H 1
  2429. | /* end confdefs.h. */
  2430. | #include <process.h>
  2431. configure:10104: result: no
  2432. configure:10104: checking for process.h
  2433. configure:10104: result: no
  2434. configure:10116: checking pwd.h usability
  2435. configure:10116: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2436. configure:10116: $? = 0
  2437. configure:10116: result: yes
  2438. configure:10116: checking pwd.h presence
  2439. configure:10116: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2440. configure:10116: $? = 0
  2441. configure:10116: result: yes
  2442. configure:10116: checking for pwd.h
  2443. configure:10116: result: yes
  2444. configure:10128: checking setjmpex.h usability
  2445. configure:10128: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2446. conftest.c:77:10: fatal error: 'setjmpex.h' file not found
  2447. #include <setjmpex.h>
  2448. ^
  2449. 1 error generated.
  2450. configure:10128: $? = 1
  2451. configure: failed program was:
  2452. | /* confdefs.h */
  2453. | #define PACKAGE_NAME ""
  2454. | #define PACKAGE_TARNAME ""
  2455. | #define PACKAGE_VERSION ""
  2456. | #define PACKAGE_STRING ""
  2457. | #define PACKAGE_BUGREPORT ""
  2458. | #define PACKAGE_URL ""
  2459. | #define CANONICALIZATION_FOR_MATHN 1
  2460. | #define STDC_HEADERS 1
  2461. | #define HAVE_SYS_TYPES_H 1
  2462. | #define HAVE_SYS_STAT_H 1
  2463. | #define HAVE_STDLIB_H 1
  2464. | #define HAVE_STRING_H 1
  2465. | #define HAVE_MEMORY_H 1
  2466. | #define HAVE_STRINGS_H 1
  2467. | #define HAVE_INTTYPES_H 1
  2468. | #define HAVE_STDINT_H 1
  2469. | #define HAVE_UNISTD_H 1
  2470. | #define __EXTENSIONS__ 1
  2471. | #define _ALL_SOURCE 1
  2472. | #define _GNU_SOURCE 1
  2473. | #define _POSIX_PTHREAD_SEMANTICS 1
  2474. | #define _TANDEM_SOURCE 1
  2475. | #define HAVE_INFINITY 1
  2476. | #define HAVE_NAN 1
  2477. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2478. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2479. | #define BROKEN_CRYPT 1
  2480. | #define HAVE_CRT_EXTERNS_H 1
  2481. | #define HAVE_LIBDL 1
  2482. | #define HAVE_DIRENT_H 1
  2483. | #define HAVE__BOOL 1
  2484. | #define HAVE_STDBOOL_H 1
  2485. | #define HAVE_SYS_WAIT_H 1
  2486. | #define HAVE_GRP_H 1
  2487. | #define HAVE_FCNTL_H 1
  2488. | #define HAVE_FLOAT_H 1
  2489. | #define HAVE_LANGINFO_H 1
  2490. | #define HAVE_LIMITS_H 1
  2491. | #define HAVE_LOCALE_H 1
  2492. | #define HAVE_MALLOC_MALLOC_H 1
  2493. | #define HAVE_PWD_H 1
  2494. | /* end confdefs.h. */
  2495. | #include <stdio.h>
  2496. | #ifdef HAVE_SYS_TYPES_H
  2497. | # include <sys/types.h>
  2498. | #endif
  2499. | #ifdef HAVE_SYS_STAT_H
  2500. | # include <sys/stat.h>
  2501. | #endif
  2502. | #ifdef STDC_HEADERS
  2503. | # include <stdlib.h>
  2504. | # include <stddef.h>
  2505. | #else
  2506. | # ifdef HAVE_STDLIB_H
  2507. | # include <stdlib.h>
  2508. | # endif
  2509. | #endif
  2510. | #ifdef HAVE_STRING_H
  2511. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2512. | # include <memory.h>
  2513. | # endif
  2514. | # include <string.h>
  2515. | #endif
  2516. | #ifdef HAVE_STRINGS_H
  2517. | # include <strings.h>
  2518. | #endif
  2519. | #ifdef HAVE_INTTYPES_H
  2520. | # include <inttypes.h>
  2521. | #endif
  2522. | #ifdef HAVE_STDINT_H
  2523. | # include <stdint.h>
  2524. | #endif
  2525. | #ifdef HAVE_UNISTD_H
  2526. | # include <unistd.h>
  2527. | #endif
  2528. | #include <setjmpex.h>
  2529. configure:10128: result: no
  2530. configure:10128: checking setjmpex.h presence
  2531. configure:10128: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2532. conftest.c:44:10: fatal error: 'setjmpex.h' file not found
  2533. #include <setjmpex.h>
  2534. ^
  2535. 1 error generated.
  2536. configure:10128: $? = 1
  2537. configure: failed program was:
  2538. | /* confdefs.h */
  2539. | #define PACKAGE_NAME ""
  2540. | #define PACKAGE_TARNAME ""
  2541. | #define PACKAGE_VERSION ""
  2542. | #define PACKAGE_STRING ""
  2543. | #define PACKAGE_BUGREPORT ""
  2544. | #define PACKAGE_URL ""
  2545. | #define CANONICALIZATION_FOR_MATHN 1
  2546. | #define STDC_HEADERS 1
  2547. | #define HAVE_SYS_TYPES_H 1
  2548. | #define HAVE_SYS_STAT_H 1
  2549. | #define HAVE_STDLIB_H 1
  2550. | #define HAVE_STRING_H 1
  2551. | #define HAVE_MEMORY_H 1
  2552. | #define HAVE_STRINGS_H 1
  2553. | #define HAVE_INTTYPES_H 1
  2554. | #define HAVE_STDINT_H 1
  2555. | #define HAVE_UNISTD_H 1
  2556. | #define __EXTENSIONS__ 1
  2557. | #define _ALL_SOURCE 1
  2558. | #define _GNU_SOURCE 1
  2559. | #define _POSIX_PTHREAD_SEMANTICS 1
  2560. | #define _TANDEM_SOURCE 1
  2561. | #define HAVE_INFINITY 1
  2562. | #define HAVE_NAN 1
  2563. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2564. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2565. | #define BROKEN_CRYPT 1
  2566. | #define HAVE_CRT_EXTERNS_H 1
  2567. | #define HAVE_LIBDL 1
  2568. | #define HAVE_DIRENT_H 1
  2569. | #define HAVE__BOOL 1
  2570. | #define HAVE_STDBOOL_H 1
  2571. | #define HAVE_SYS_WAIT_H 1
  2572. | #define HAVE_GRP_H 1
  2573. | #define HAVE_FCNTL_H 1
  2574. | #define HAVE_FLOAT_H 1
  2575. | #define HAVE_LANGINFO_H 1
  2576. | #define HAVE_LIMITS_H 1
  2577. | #define HAVE_LOCALE_H 1
  2578. | #define HAVE_MALLOC_MALLOC_H 1
  2579. | #define HAVE_PWD_H 1
  2580. | /* end confdefs.h. */
  2581. | #include <setjmpex.h>
  2582. configure:10128: result: no
  2583. configure:10128: checking for setjmpex.h
  2584. configure:10128: result: no
  2585. configure:10140: checking sys/attr.h usability
  2586. configure:10140: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2587. configure:10140: $? = 0
  2588. configure:10140: result: yes
  2589. configure:10140: checking sys/attr.h presence
  2590. configure:10140: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2591. configure:10140: $? = 0
  2592. configure:10140: result: yes
  2593. configure:10140: checking for sys/attr.h
  2594. configure:10140: result: yes
  2595. configure:10152: checking sys/fcntl.h usability
  2596. configure:10152: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2597. configure:10152: $? = 0
  2598. configure:10152: result: yes
  2599. configure:10152: checking sys/fcntl.h presence
  2600. configure:10152: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2601. configure:10152: $? = 0
  2602. configure:10152: result: yes
  2603. configure:10152: checking for sys/fcntl.h
  2604. configure:10152: result: yes
  2605. configure:10164: checking sys/file.h usability
  2606. configure:10164: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2607. configure:10164: $? = 0
  2608. configure:10164: result: yes
  2609. configure:10164: checking sys/file.h presence
  2610. configure:10164: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2611. configure:10164: $? = 0
  2612. configure:10164: result: yes
  2613. configure:10164: checking for sys/file.h
  2614. configure:10164: result: yes
  2615. configure:10176: checking sys/id.h usability
  2616. configure:10176: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2617. conftest.c:80:10: fatal error: 'sys/id.h' file not found
  2618. #include <sys/id.h>
  2619. ^
  2620. 1 error generated.
  2621. configure:10176: $? = 1
  2622. configure: failed program was:
  2623. | /* confdefs.h */
  2624. | #define PACKAGE_NAME ""
  2625. | #define PACKAGE_TARNAME ""
  2626. | #define PACKAGE_VERSION ""
  2627. | #define PACKAGE_STRING ""
  2628. | #define PACKAGE_BUGREPORT ""
  2629. | #define PACKAGE_URL ""
  2630. | #define CANONICALIZATION_FOR_MATHN 1
  2631. | #define STDC_HEADERS 1
  2632. | #define HAVE_SYS_TYPES_H 1
  2633. | #define HAVE_SYS_STAT_H 1
  2634. | #define HAVE_STDLIB_H 1
  2635. | #define HAVE_STRING_H 1
  2636. | #define HAVE_MEMORY_H 1
  2637. | #define HAVE_STRINGS_H 1
  2638. | #define HAVE_INTTYPES_H 1
  2639. | #define HAVE_STDINT_H 1
  2640. | #define HAVE_UNISTD_H 1
  2641. | #define __EXTENSIONS__ 1
  2642. | #define _ALL_SOURCE 1
  2643. | #define _GNU_SOURCE 1
  2644. | #define _POSIX_PTHREAD_SEMANTICS 1
  2645. | #define _TANDEM_SOURCE 1
  2646. | #define HAVE_INFINITY 1
  2647. | #define HAVE_NAN 1
  2648. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2649. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2650. | #define BROKEN_CRYPT 1
  2651. | #define HAVE_CRT_EXTERNS_H 1
  2652. | #define HAVE_LIBDL 1
  2653. | #define HAVE_DIRENT_H 1
  2654. | #define HAVE__BOOL 1
  2655. | #define HAVE_STDBOOL_H 1
  2656. | #define HAVE_SYS_WAIT_H 1
  2657. | #define HAVE_GRP_H 1
  2658. | #define HAVE_FCNTL_H 1
  2659. | #define HAVE_FLOAT_H 1
  2660. | #define HAVE_LANGINFO_H 1
  2661. | #define HAVE_LIMITS_H 1
  2662. | #define HAVE_LOCALE_H 1
  2663. | #define HAVE_MALLOC_MALLOC_H 1
  2664. | #define HAVE_PWD_H 1
  2665. | #define HAVE_SYS_ATTR_H 1
  2666. | #define HAVE_SYS_FCNTL_H 1
  2667. | #define HAVE_SYS_FILE_H 1
  2668. | /* end confdefs.h. */
  2669. | #include <stdio.h>
  2670. | #ifdef HAVE_SYS_TYPES_H
  2671. | # include <sys/types.h>
  2672. | #endif
  2673. | #ifdef HAVE_SYS_STAT_H
  2674. | # include <sys/stat.h>
  2675. | #endif
  2676. | #ifdef STDC_HEADERS
  2677. | # include <stdlib.h>
  2678. | # include <stddef.h>
  2679. | #else
  2680. | # ifdef HAVE_STDLIB_H
  2681. | # include <stdlib.h>
  2682. | # endif
  2683. | #endif
  2684. | #ifdef HAVE_STRING_H
  2685. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2686. | # include <memory.h>
  2687. | # endif
  2688. | # include <string.h>
  2689. | #endif
  2690. | #ifdef HAVE_STRINGS_H
  2691. | # include <strings.h>
  2692. | #endif
  2693. | #ifdef HAVE_INTTYPES_H
  2694. | # include <inttypes.h>
  2695. | #endif
  2696. | #ifdef HAVE_STDINT_H
  2697. | # include <stdint.h>
  2698. | #endif
  2699. | #ifdef HAVE_UNISTD_H
  2700. | # include <unistd.h>
  2701. | #endif
  2702. | #include <sys/id.h>
  2703. configure:10176: result: no
  2704. configure:10176: checking sys/id.h presence
  2705. configure:10176: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2706. conftest.c:47:10: fatal error: 'sys/id.h' file not found
  2707. #include <sys/id.h>
  2708. ^
  2709. 1 error generated.
  2710. configure:10176: $? = 1
  2711. configure: failed program was:
  2712. | /* confdefs.h */
  2713. | #define PACKAGE_NAME ""
  2714. | #define PACKAGE_TARNAME ""
  2715. | #define PACKAGE_VERSION ""
  2716. | #define PACKAGE_STRING ""
  2717. | #define PACKAGE_BUGREPORT ""
  2718. | #define PACKAGE_URL ""
  2719. | #define CANONICALIZATION_FOR_MATHN 1
  2720. | #define STDC_HEADERS 1
  2721. | #define HAVE_SYS_TYPES_H 1
  2722. | #define HAVE_SYS_STAT_H 1
  2723. | #define HAVE_STDLIB_H 1
  2724. | #define HAVE_STRING_H 1
  2725. | #define HAVE_MEMORY_H 1
  2726. | #define HAVE_STRINGS_H 1
  2727. | #define HAVE_INTTYPES_H 1
  2728. | #define HAVE_STDINT_H 1
  2729. | #define HAVE_UNISTD_H 1
  2730. | #define __EXTENSIONS__ 1
  2731. | #define _ALL_SOURCE 1
  2732. | #define _GNU_SOURCE 1
  2733. | #define _POSIX_PTHREAD_SEMANTICS 1
  2734. | #define _TANDEM_SOURCE 1
  2735. | #define HAVE_INFINITY 1
  2736. | #define HAVE_NAN 1
  2737. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2738. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2739. | #define BROKEN_CRYPT 1
  2740. | #define HAVE_CRT_EXTERNS_H 1
  2741. | #define HAVE_LIBDL 1
  2742. | #define HAVE_DIRENT_H 1
  2743. | #define HAVE__BOOL 1
  2744. | #define HAVE_STDBOOL_H 1
  2745. | #define HAVE_SYS_WAIT_H 1
  2746. | #define HAVE_GRP_H 1
  2747. | #define HAVE_FCNTL_H 1
  2748. | #define HAVE_FLOAT_H 1
  2749. | #define HAVE_LANGINFO_H 1
  2750. | #define HAVE_LIMITS_H 1
  2751. | #define HAVE_LOCALE_H 1
  2752. | #define HAVE_MALLOC_MALLOC_H 1
  2753. | #define HAVE_PWD_H 1
  2754. | #define HAVE_SYS_ATTR_H 1
  2755. | #define HAVE_SYS_FCNTL_H 1
  2756. | #define HAVE_SYS_FILE_H 1
  2757. | /* end confdefs.h. */
  2758. | #include <sys/id.h>
  2759. configure:10176: result: no
  2760. configure:10176: checking for sys/id.h
  2761. configure:10176: result: no
  2762. configure:10188: checking sys/ioctl.h usability
  2763. configure:10188: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2764. configure:10188: $? = 0
  2765. configure:10188: result: yes
  2766. configure:10188: checking sys/ioctl.h presence
  2767. configure:10188: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2768. configure:10188: $? = 0
  2769. configure:10188: result: yes
  2770. configure:10188: checking for sys/ioctl.h
  2771. configure:10188: result: yes
  2772. configure:10200: checking sys/mkdev.h usability
  2773. configure:10200: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2774. conftest.c:81:10: fatal error: 'sys/mkdev.h' file not found
  2775. #include <sys/mkdev.h>
  2776. ^
  2777. 1 error generated.
  2778. configure:10200: $? = 1
  2779. configure: failed program was:
  2780. | /* confdefs.h */
  2781. | #define PACKAGE_NAME ""
  2782. | #define PACKAGE_TARNAME ""
  2783. | #define PACKAGE_VERSION ""
  2784. | #define PACKAGE_STRING ""
  2785. | #define PACKAGE_BUGREPORT ""
  2786. | #define PACKAGE_URL ""
  2787. | #define CANONICALIZATION_FOR_MATHN 1
  2788. | #define STDC_HEADERS 1
  2789. | #define HAVE_SYS_TYPES_H 1
  2790. | #define HAVE_SYS_STAT_H 1
  2791. | #define HAVE_STDLIB_H 1
  2792. | #define HAVE_STRING_H 1
  2793. | #define HAVE_MEMORY_H 1
  2794. | #define HAVE_STRINGS_H 1
  2795. | #define HAVE_INTTYPES_H 1
  2796. | #define HAVE_STDINT_H 1
  2797. | #define HAVE_UNISTD_H 1
  2798. | #define __EXTENSIONS__ 1
  2799. | #define _ALL_SOURCE 1
  2800. | #define _GNU_SOURCE 1
  2801. | #define _POSIX_PTHREAD_SEMANTICS 1
  2802. | #define _TANDEM_SOURCE 1
  2803. | #define HAVE_INFINITY 1
  2804. | #define HAVE_NAN 1
  2805. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2806. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2807. | #define BROKEN_CRYPT 1
  2808. | #define HAVE_CRT_EXTERNS_H 1
  2809. | #define HAVE_LIBDL 1
  2810. | #define HAVE_DIRENT_H 1
  2811. | #define HAVE__BOOL 1
  2812. | #define HAVE_STDBOOL_H 1
  2813. | #define HAVE_SYS_WAIT_H 1
  2814. | #define HAVE_GRP_H 1
  2815. | #define HAVE_FCNTL_H 1
  2816. | #define HAVE_FLOAT_H 1
  2817. | #define HAVE_LANGINFO_H 1
  2818. | #define HAVE_LIMITS_H 1
  2819. | #define HAVE_LOCALE_H 1
  2820. | #define HAVE_MALLOC_MALLOC_H 1
  2821. | #define HAVE_PWD_H 1
  2822. | #define HAVE_SYS_ATTR_H 1
  2823. | #define HAVE_SYS_FCNTL_H 1
  2824. | #define HAVE_SYS_FILE_H 1
  2825. | #define HAVE_SYS_IOCTL_H 1
  2826. | /* end confdefs.h. */
  2827. | #include <stdio.h>
  2828. | #ifdef HAVE_SYS_TYPES_H
  2829. | # include <sys/types.h>
  2830. | #endif
  2831. | #ifdef HAVE_SYS_STAT_H
  2832. | # include <sys/stat.h>
  2833. | #endif
  2834. | #ifdef STDC_HEADERS
  2835. | # include <stdlib.h>
  2836. | # include <stddef.h>
  2837. | #else
  2838. | # ifdef HAVE_STDLIB_H
  2839. | # include <stdlib.h>
  2840. | # endif
  2841. | #endif
  2842. | #ifdef HAVE_STRING_H
  2843. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2844. | # include <memory.h>
  2845. | # endif
  2846. | # include <string.h>
  2847. | #endif
  2848. | #ifdef HAVE_STRINGS_H
  2849. | # include <strings.h>
  2850. | #endif
  2851. | #ifdef HAVE_INTTYPES_H
  2852. | # include <inttypes.h>
  2853. | #endif
  2854. | #ifdef HAVE_STDINT_H
  2855. | # include <stdint.h>
  2856. | #endif
  2857. | #ifdef HAVE_UNISTD_H
  2858. | # include <unistd.h>
  2859. | #endif
  2860. | #include <sys/mkdev.h>
  2861. configure:10200: result: no
  2862. configure:10200: checking sys/mkdev.h presence
  2863. configure:10200: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2864. conftest.c:48:10: fatal error: 'sys/mkdev.h' file not found
  2865. #include <sys/mkdev.h>
  2866. ^
  2867. 1 error generated.
  2868. configure:10200: $? = 1
  2869. configure: failed program was:
  2870. | /* confdefs.h */
  2871. | #define PACKAGE_NAME ""
  2872. | #define PACKAGE_TARNAME ""
  2873. | #define PACKAGE_VERSION ""
  2874. | #define PACKAGE_STRING ""
  2875. | #define PACKAGE_BUGREPORT ""
  2876. | #define PACKAGE_URL ""
  2877. | #define CANONICALIZATION_FOR_MATHN 1
  2878. | #define STDC_HEADERS 1
  2879. | #define HAVE_SYS_TYPES_H 1
  2880. | #define HAVE_SYS_STAT_H 1
  2881. | #define HAVE_STDLIB_H 1
  2882. | #define HAVE_STRING_H 1
  2883. | #define HAVE_MEMORY_H 1
  2884. | #define HAVE_STRINGS_H 1
  2885. | #define HAVE_INTTYPES_H 1
  2886. | #define HAVE_STDINT_H 1
  2887. | #define HAVE_UNISTD_H 1
  2888. | #define __EXTENSIONS__ 1
  2889. | #define _ALL_SOURCE 1
  2890. | #define _GNU_SOURCE 1
  2891. | #define _POSIX_PTHREAD_SEMANTICS 1
  2892. | #define _TANDEM_SOURCE 1
  2893. | #define HAVE_INFINITY 1
  2894. | #define HAVE_NAN 1
  2895. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2896. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2897. | #define BROKEN_CRYPT 1
  2898. | #define HAVE_CRT_EXTERNS_H 1
  2899. | #define HAVE_LIBDL 1
  2900. | #define HAVE_DIRENT_H 1
  2901. | #define HAVE__BOOL 1
  2902. | #define HAVE_STDBOOL_H 1
  2903. | #define HAVE_SYS_WAIT_H 1
  2904. | #define HAVE_GRP_H 1
  2905. | #define HAVE_FCNTL_H 1
  2906. | #define HAVE_FLOAT_H 1
  2907. | #define HAVE_LANGINFO_H 1
  2908. | #define HAVE_LIMITS_H 1
  2909. | #define HAVE_LOCALE_H 1
  2910. | #define HAVE_MALLOC_MALLOC_H 1
  2911. | #define HAVE_PWD_H 1
  2912. | #define HAVE_SYS_ATTR_H 1
  2913. | #define HAVE_SYS_FCNTL_H 1
  2914. | #define HAVE_SYS_FILE_H 1
  2915. | #define HAVE_SYS_IOCTL_H 1
  2916. | /* end confdefs.h. */
  2917. | #include <sys/mkdev.h>
  2918. configure:10200: result: no
  2919. configure:10200: checking for sys/mkdev.h
  2920. configure:10200: result: no
  2921. configure:10212: checking sys/param.h usability
  2922. configure:10212: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2923. configure:10212: $? = 0
  2924. configure:10212: result: yes
  2925. configure:10212: checking sys/param.h presence
  2926. configure:10212: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2927. configure:10212: $? = 0
  2928. configure:10212: result: yes
  2929. configure:10212: checking for sys/param.h
  2930. configure:10212: result: yes
  2931. configure:10224: checking sys/prctl.h usability
  2932. configure:10224: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2933. conftest.c:82:10: fatal error: 'sys/prctl.h' file not found
  2934. #include <sys/prctl.h>
  2935. ^
  2936. 1 error generated.
  2937. configure:10224: $? = 1
  2938. configure: failed program was:
  2939. | /* confdefs.h */
  2940. | #define PACKAGE_NAME ""
  2941. | #define PACKAGE_TARNAME ""
  2942. | #define PACKAGE_VERSION ""
  2943. | #define PACKAGE_STRING ""
  2944. | #define PACKAGE_BUGREPORT ""
  2945. | #define PACKAGE_URL ""
  2946. | #define CANONICALIZATION_FOR_MATHN 1
  2947. | #define STDC_HEADERS 1
  2948. | #define HAVE_SYS_TYPES_H 1
  2949. | #define HAVE_SYS_STAT_H 1
  2950. | #define HAVE_STDLIB_H 1
  2951. | #define HAVE_STRING_H 1
  2952. | #define HAVE_MEMORY_H 1
  2953. | #define HAVE_STRINGS_H 1
  2954. | #define HAVE_INTTYPES_H 1
  2955. | #define HAVE_STDINT_H 1
  2956. | #define HAVE_UNISTD_H 1
  2957. | #define __EXTENSIONS__ 1
  2958. | #define _ALL_SOURCE 1
  2959. | #define _GNU_SOURCE 1
  2960. | #define _POSIX_PTHREAD_SEMANTICS 1
  2961. | #define _TANDEM_SOURCE 1
  2962. | #define HAVE_INFINITY 1
  2963. | #define HAVE_NAN 1
  2964. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2965. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2966. | #define BROKEN_CRYPT 1
  2967. | #define HAVE_CRT_EXTERNS_H 1
  2968. | #define HAVE_LIBDL 1
  2969. | #define HAVE_DIRENT_H 1
  2970. | #define HAVE__BOOL 1
  2971. | #define HAVE_STDBOOL_H 1
  2972. | #define HAVE_SYS_WAIT_H 1
  2973. | #define HAVE_GRP_H 1
  2974. | #define HAVE_FCNTL_H 1
  2975. | #define HAVE_FLOAT_H 1
  2976. | #define HAVE_LANGINFO_H 1
  2977. | #define HAVE_LIMITS_H 1
  2978. | #define HAVE_LOCALE_H 1
  2979. | #define HAVE_MALLOC_MALLOC_H 1
  2980. | #define HAVE_PWD_H 1
  2981. | #define HAVE_SYS_ATTR_H 1
  2982. | #define HAVE_SYS_FCNTL_H 1
  2983. | #define HAVE_SYS_FILE_H 1
  2984. | #define HAVE_SYS_IOCTL_H 1
  2985. | #define HAVE_SYS_PARAM_H 1
  2986. | /* end confdefs.h. */
  2987. | #include <stdio.h>
  2988. | #ifdef HAVE_SYS_TYPES_H
  2989. | # include <sys/types.h>
  2990. | #endif
  2991. | #ifdef HAVE_SYS_STAT_H
  2992. | # include <sys/stat.h>
  2993. | #endif
  2994. | #ifdef STDC_HEADERS
  2995. | # include <stdlib.h>
  2996. | # include <stddef.h>
  2997. | #else
  2998. | # ifdef HAVE_STDLIB_H
  2999. | # include <stdlib.h>
  3000. | # endif
  3001. | #endif
  3002. | #ifdef HAVE_STRING_H
  3003. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3004. | # include <memory.h>
  3005. | # endif
  3006. | # include <string.h>
  3007. | #endif
  3008. | #ifdef HAVE_STRINGS_H
  3009. | # include <strings.h>
  3010. | #endif
  3011. | #ifdef HAVE_INTTYPES_H
  3012. | # include <inttypes.h>
  3013. | #endif
  3014. | #ifdef HAVE_STDINT_H
  3015. | # include <stdint.h>
  3016. | #endif
  3017. | #ifdef HAVE_UNISTD_H
  3018. | # include <unistd.h>
  3019. | #endif
  3020. | #include <sys/prctl.h>
  3021. configure:10224: result: no
  3022. configure:10224: checking sys/prctl.h presence
  3023. configure:10224: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3024. conftest.c:49:10: fatal error: 'sys/prctl.h' file not found
  3025. #include <sys/prctl.h>
  3026. ^
  3027. 1 error generated.
  3028. configure:10224: $? = 1
  3029. configure: failed program was:
  3030. | /* confdefs.h */
  3031. | #define PACKAGE_NAME ""
  3032. | #define PACKAGE_TARNAME ""
  3033. | #define PACKAGE_VERSION ""
  3034. | #define PACKAGE_STRING ""
  3035. | #define PACKAGE_BUGREPORT ""
  3036. | #define PACKAGE_URL ""
  3037. | #define CANONICALIZATION_FOR_MATHN 1
  3038. | #define STDC_HEADERS 1
  3039. | #define HAVE_SYS_TYPES_H 1
  3040. | #define HAVE_SYS_STAT_H 1
  3041. | #define HAVE_STDLIB_H 1
  3042. | #define HAVE_STRING_H 1
  3043. | #define HAVE_MEMORY_H 1
  3044. | #define HAVE_STRINGS_H 1
  3045. | #define HAVE_INTTYPES_H 1
  3046. | #define HAVE_STDINT_H 1
  3047. | #define HAVE_UNISTD_H 1
  3048. | #define __EXTENSIONS__ 1
  3049. | #define _ALL_SOURCE 1
  3050. | #define _GNU_SOURCE 1
  3051. | #define _POSIX_PTHREAD_SEMANTICS 1
  3052. | #define _TANDEM_SOURCE 1
  3053. | #define HAVE_INFINITY 1
  3054. | #define HAVE_NAN 1
  3055. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3056. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3057. | #define BROKEN_CRYPT 1
  3058. | #define HAVE_CRT_EXTERNS_H 1
  3059. | #define HAVE_LIBDL 1
  3060. | #define HAVE_DIRENT_H 1
  3061. | #define HAVE__BOOL 1
  3062. | #define HAVE_STDBOOL_H 1
  3063. | #define HAVE_SYS_WAIT_H 1
  3064. | #define HAVE_GRP_H 1
  3065. | #define HAVE_FCNTL_H 1
  3066. | #define HAVE_FLOAT_H 1
  3067. | #define HAVE_LANGINFO_H 1
  3068. | #define HAVE_LIMITS_H 1
  3069. | #define HAVE_LOCALE_H 1
  3070. | #define HAVE_MALLOC_MALLOC_H 1
  3071. | #define HAVE_PWD_H 1
  3072. | #define HAVE_SYS_ATTR_H 1
  3073. | #define HAVE_SYS_FCNTL_H 1
  3074. | #define HAVE_SYS_FILE_H 1
  3075. | #define HAVE_SYS_IOCTL_H 1
  3076. | #define HAVE_SYS_PARAM_H 1
  3077. | /* end confdefs.h. */
  3078. | #include <sys/prctl.h>
  3079. configure:10224: result: no
  3080. configure:10224: checking for sys/prctl.h
  3081. configure:10224: result: no
  3082. configure:10236: checking sys/resource.h usability
  3083. configure:10236: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3084. configure:10236: $? = 0
  3085. configure:10236: result: yes
  3086. configure:10236: checking sys/resource.h presence
  3087. configure:10236: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3088. configure:10236: $? = 0
  3089. configure:10236: result: yes
  3090. configure:10236: checking for sys/resource.h
  3091. configure:10236: result: yes
  3092. configure:10248: checking sys/select.h usability
  3093. configure:10248: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3094. configure:10248: $? = 0
  3095. configure:10248: result: yes
  3096. configure:10248: checking sys/select.h presence
  3097. configure:10248: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3098. configure:10248: $? = 0
  3099. configure:10248: result: yes
  3100. configure:10248: checking for sys/select.h
  3101. configure:10248: result: yes
  3102. configure:10260: checking sys/sendfile.h usability
  3103. configure:10260: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3104. conftest.c:84:10: fatal error: 'sys/sendfile.h' file not found
  3105. #include <sys/sendfile.h>
  3106. ^
  3107. 1 error generated.
  3108. configure:10260: $? = 1
  3109. configure: failed program was:
  3110. | /* confdefs.h */
  3111. | #define PACKAGE_NAME ""
  3112. | #define PACKAGE_TARNAME ""
  3113. | #define PACKAGE_VERSION ""
  3114. | #define PACKAGE_STRING ""
  3115. | #define PACKAGE_BUGREPORT ""
  3116. | #define PACKAGE_URL ""
  3117. | #define CANONICALIZATION_FOR_MATHN 1
  3118. | #define STDC_HEADERS 1
  3119. | #define HAVE_SYS_TYPES_H 1
  3120. | #define HAVE_SYS_STAT_H 1
  3121. | #define HAVE_STDLIB_H 1
  3122. | #define HAVE_STRING_H 1
  3123. | #define HAVE_MEMORY_H 1
  3124. | #define HAVE_STRINGS_H 1
  3125. | #define HAVE_INTTYPES_H 1
  3126. | #define HAVE_STDINT_H 1
  3127. | #define HAVE_UNISTD_H 1
  3128. | #define __EXTENSIONS__ 1
  3129. | #define _ALL_SOURCE 1
  3130. | #define _GNU_SOURCE 1
  3131. | #define _POSIX_PTHREAD_SEMANTICS 1
  3132. | #define _TANDEM_SOURCE 1
  3133. | #define HAVE_INFINITY 1
  3134. | #define HAVE_NAN 1
  3135. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3136. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3137. | #define BROKEN_CRYPT 1
  3138. | #define HAVE_CRT_EXTERNS_H 1
  3139. | #define HAVE_LIBDL 1
  3140. | #define HAVE_DIRENT_H 1
  3141. | #define HAVE__BOOL 1
  3142. | #define HAVE_STDBOOL_H 1
  3143. | #define HAVE_SYS_WAIT_H 1
  3144. | #define HAVE_GRP_H 1
  3145. | #define HAVE_FCNTL_H 1
  3146. | #define HAVE_FLOAT_H 1
  3147. | #define HAVE_LANGINFO_H 1
  3148. | #define HAVE_LIMITS_H 1
  3149. | #define HAVE_LOCALE_H 1
  3150. | #define HAVE_MALLOC_MALLOC_H 1
  3151. | #define HAVE_PWD_H 1
  3152. | #define HAVE_SYS_ATTR_H 1
  3153. | #define HAVE_SYS_FCNTL_H 1
  3154. | #define HAVE_SYS_FILE_H 1
  3155. | #define HAVE_SYS_IOCTL_H 1
  3156. | #define HAVE_SYS_PARAM_H 1
  3157. | #define HAVE_SYS_RESOURCE_H 1
  3158. | #define HAVE_SYS_SELECT_H 1
  3159. | /* end confdefs.h. */
  3160. | #include <stdio.h>
  3161. | #ifdef HAVE_SYS_TYPES_H
  3162. | # include <sys/types.h>
  3163. | #endif
  3164. | #ifdef HAVE_SYS_STAT_H
  3165. | # include <sys/stat.h>
  3166. | #endif
  3167. | #ifdef STDC_HEADERS
  3168. | # include <stdlib.h>
  3169. | # include <stddef.h>
  3170. | #else
  3171. | # ifdef HAVE_STDLIB_H
  3172. | # include <stdlib.h>
  3173. | # endif
  3174. | #endif
  3175. | #ifdef HAVE_STRING_H
  3176. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3177. | # include <memory.h>
  3178. | # endif
  3179. | # include <string.h>
  3180. | #endif
  3181. | #ifdef HAVE_STRINGS_H
  3182. | # include <strings.h>
  3183. | #endif
  3184. | #ifdef HAVE_INTTYPES_H
  3185. | # include <inttypes.h>
  3186. | #endif
  3187. | #ifdef HAVE_STDINT_H
  3188. | # include <stdint.h>
  3189. | #endif
  3190. | #ifdef HAVE_UNISTD_H
  3191. | # include <unistd.h>
  3192. | #endif
  3193. | #include <sys/sendfile.h>
  3194. configure:10260: result: no
  3195. configure:10260: checking sys/sendfile.h presence
  3196. configure:10260: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3197. conftest.c:51:10: fatal error: 'sys/sendfile.h' file not found
  3198. #include <sys/sendfile.h>
  3199. ^
  3200. 1 error generated.
  3201. configure:10260: $? = 1
  3202. configure: failed program was:
  3203. | /* confdefs.h */
  3204. | #define PACKAGE_NAME ""
  3205. | #define PACKAGE_TARNAME ""
  3206. | #define PACKAGE_VERSION ""
  3207. | #define PACKAGE_STRING ""
  3208. | #define PACKAGE_BUGREPORT ""
  3209. | #define PACKAGE_URL ""
  3210. | #define CANONICALIZATION_FOR_MATHN 1
  3211. | #define STDC_HEADERS 1
  3212. | #define HAVE_SYS_TYPES_H 1
  3213. | #define HAVE_SYS_STAT_H 1
  3214. | #define HAVE_STDLIB_H 1
  3215. | #define HAVE_STRING_H 1
  3216. | #define HAVE_MEMORY_H 1
  3217. | #define HAVE_STRINGS_H 1
  3218. | #define HAVE_INTTYPES_H 1
  3219. | #define HAVE_STDINT_H 1
  3220. | #define HAVE_UNISTD_H 1
  3221. | #define __EXTENSIONS__ 1
  3222. | #define _ALL_SOURCE 1
  3223. | #define _GNU_SOURCE 1
  3224. | #define _POSIX_PTHREAD_SEMANTICS 1
  3225. | #define _TANDEM_SOURCE 1
  3226. | #define HAVE_INFINITY 1
  3227. | #define HAVE_NAN 1
  3228. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3229. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3230. | #define BROKEN_CRYPT 1
  3231. | #define HAVE_CRT_EXTERNS_H 1
  3232. | #define HAVE_LIBDL 1
  3233. | #define HAVE_DIRENT_H 1
  3234. | #define HAVE__BOOL 1
  3235. | #define HAVE_STDBOOL_H 1
  3236. | #define HAVE_SYS_WAIT_H 1
  3237. | #define HAVE_GRP_H 1
  3238. | #define HAVE_FCNTL_H 1
  3239. | #define HAVE_FLOAT_H 1
  3240. | #define HAVE_LANGINFO_H 1
  3241. | #define HAVE_LIMITS_H 1
  3242. | #define HAVE_LOCALE_H 1
  3243. | #define HAVE_MALLOC_MALLOC_H 1
  3244. | #define HAVE_PWD_H 1
  3245. | #define HAVE_SYS_ATTR_H 1
  3246. | #define HAVE_SYS_FCNTL_H 1
  3247. | #define HAVE_SYS_FILE_H 1
  3248. | #define HAVE_SYS_IOCTL_H 1
  3249. | #define HAVE_SYS_PARAM_H 1
  3250. | #define HAVE_SYS_RESOURCE_H 1
  3251. | #define HAVE_SYS_SELECT_H 1
  3252. | /* end confdefs.h. */
  3253. | #include <sys/sendfile.h>
  3254. configure:10260: result: no
  3255. configure:10260: checking for sys/sendfile.h
  3256. configure:10260: result: no
  3257. configure:10272: checking sys/socket.h usability
  3258. configure:10272: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3259. configure:10272: $? = 0
  3260. configure:10272: result: yes
  3261. configure:10272: checking sys/socket.h presence
  3262. configure:10272: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3263. configure:10272: $? = 0
  3264. configure:10272: result: yes
  3265. configure:10272: checking for sys/socket.h
  3266. configure:10272: result: yes
  3267. configure:10284: checking sys/syscall.h usability
  3268. configure:10284: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3269. configure:10284: $? = 0
  3270. configure:10284: result: yes
  3271. configure:10284: checking sys/syscall.h presence
  3272. configure:10284: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3273. configure:10284: $? = 0
  3274. configure:10284: result: yes
  3275. configure:10284: checking for sys/syscall.h
  3276. configure:10284: result: yes
  3277. configure:10296: checking sys/sysmacros.h usability
  3278. configure:10296: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3279. conftest.c:86:10: fatal error: 'sys/sysmacros.h' file not found
  3280. #include <sys/sysmacros.h>
  3281. ^
  3282. 1 error generated.
  3283. configure:10296: $? = 1
  3284. configure: failed program was:
  3285. | /* confdefs.h */
  3286. | #define PACKAGE_NAME ""
  3287. | #define PACKAGE_TARNAME ""
  3288. | #define PACKAGE_VERSION ""
  3289. | #define PACKAGE_STRING ""
  3290. | #define PACKAGE_BUGREPORT ""
  3291. | #define PACKAGE_URL ""
  3292. | #define CANONICALIZATION_FOR_MATHN 1
  3293. | #define STDC_HEADERS 1
  3294. | #define HAVE_SYS_TYPES_H 1
  3295. | #define HAVE_SYS_STAT_H 1
  3296. | #define HAVE_STDLIB_H 1
  3297. | #define HAVE_STRING_H 1
  3298. | #define HAVE_MEMORY_H 1
  3299. | #define HAVE_STRINGS_H 1
  3300. | #define HAVE_INTTYPES_H 1
  3301. | #define HAVE_STDINT_H 1
  3302. | #define HAVE_UNISTD_H 1
  3303. | #define __EXTENSIONS__ 1
  3304. | #define _ALL_SOURCE 1
  3305. | #define _GNU_SOURCE 1
  3306. | #define _POSIX_PTHREAD_SEMANTICS 1
  3307. | #define _TANDEM_SOURCE 1
  3308. | #define HAVE_INFINITY 1
  3309. | #define HAVE_NAN 1
  3310. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3311. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3312. | #define BROKEN_CRYPT 1
  3313. | #define HAVE_CRT_EXTERNS_H 1
  3314. | #define HAVE_LIBDL 1
  3315. | #define HAVE_DIRENT_H 1
  3316. | #define HAVE__BOOL 1
  3317. | #define HAVE_STDBOOL_H 1
  3318. | #define HAVE_SYS_WAIT_H 1
  3319. | #define HAVE_GRP_H 1
  3320. | #define HAVE_FCNTL_H 1
  3321. | #define HAVE_FLOAT_H 1
  3322. | #define HAVE_LANGINFO_H 1
  3323. | #define HAVE_LIMITS_H 1
  3324. | #define HAVE_LOCALE_H 1
  3325. | #define HAVE_MALLOC_MALLOC_H 1
  3326. | #define HAVE_PWD_H 1
  3327. | #define HAVE_SYS_ATTR_H 1
  3328. | #define HAVE_SYS_FCNTL_H 1
  3329. | #define HAVE_SYS_FILE_H 1
  3330. | #define HAVE_SYS_IOCTL_H 1
  3331. | #define HAVE_SYS_PARAM_H 1
  3332. | #define HAVE_SYS_RESOURCE_H 1
  3333. | #define HAVE_SYS_SELECT_H 1
  3334. | #define HAVE_SYS_SOCKET_H 1
  3335. | #define HAVE_SYS_SYSCALL_H 1
  3336. | /* end confdefs.h. */
  3337. | #include <stdio.h>
  3338. | #ifdef HAVE_SYS_TYPES_H
  3339. | # include <sys/types.h>
  3340. | #endif
  3341. | #ifdef HAVE_SYS_STAT_H
  3342. | # include <sys/stat.h>
  3343. | #endif
  3344. | #ifdef STDC_HEADERS
  3345. | # include <stdlib.h>
  3346. | # include <stddef.h>
  3347. | #else
  3348. | # ifdef HAVE_STDLIB_H
  3349. | # include <stdlib.h>
  3350. | # endif
  3351. | #endif
  3352. | #ifdef HAVE_STRING_H
  3353. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3354. | # include <memory.h>
  3355. | # endif
  3356. | # include <string.h>
  3357. | #endif
  3358. | #ifdef HAVE_STRINGS_H
  3359. | # include <strings.h>
  3360. | #endif
  3361. | #ifdef HAVE_INTTYPES_H
  3362. | # include <inttypes.h>
  3363. | #endif
  3364. | #ifdef HAVE_STDINT_H
  3365. | # include <stdint.h>
  3366. | #endif
  3367. | #ifdef HAVE_UNISTD_H
  3368. | # include <unistd.h>
  3369. | #endif
  3370. | #include <sys/sysmacros.h>
  3371. configure:10296: result: no
  3372. configure:10296: checking sys/sysmacros.h presence
  3373. configure:10296: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3374. conftest.c:53:10: fatal error: 'sys/sysmacros.h' file not found
  3375. #include <sys/sysmacros.h>
  3376. ^
  3377. 1 error generated.
  3378. configure:10296: $? = 1
  3379. configure: failed program was:
  3380. | /* confdefs.h */
  3381. | #define PACKAGE_NAME ""
  3382. | #define PACKAGE_TARNAME ""
  3383. | #define PACKAGE_VERSION ""
  3384. | #define PACKAGE_STRING ""
  3385. | #define PACKAGE_BUGREPORT ""
  3386. | #define PACKAGE_URL ""
  3387. | #define CANONICALIZATION_FOR_MATHN 1
  3388. | #define STDC_HEADERS 1
  3389. | #define HAVE_SYS_TYPES_H 1
  3390. | #define HAVE_SYS_STAT_H 1
  3391. | #define HAVE_STDLIB_H 1
  3392. | #define HAVE_STRING_H 1
  3393. | #define HAVE_MEMORY_H 1
  3394. | #define HAVE_STRINGS_H 1
  3395. | #define HAVE_INTTYPES_H 1
  3396. | #define HAVE_STDINT_H 1
  3397. | #define HAVE_UNISTD_H 1
  3398. | #define __EXTENSIONS__ 1
  3399. | #define _ALL_SOURCE 1
  3400. | #define _GNU_SOURCE 1
  3401. | #define _POSIX_PTHREAD_SEMANTICS 1
  3402. | #define _TANDEM_SOURCE 1
  3403. | #define HAVE_INFINITY 1
  3404. | #define HAVE_NAN 1
  3405. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3406. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3407. | #define BROKEN_CRYPT 1
  3408. | #define HAVE_CRT_EXTERNS_H 1
  3409. | #define HAVE_LIBDL 1
  3410. | #define HAVE_DIRENT_H 1
  3411. | #define HAVE__BOOL 1
  3412. | #define HAVE_STDBOOL_H 1
  3413. | #define HAVE_SYS_WAIT_H 1
  3414. | #define HAVE_GRP_H 1
  3415. | #define HAVE_FCNTL_H 1
  3416. | #define HAVE_FLOAT_H 1
  3417. | #define HAVE_LANGINFO_H 1
  3418. | #define HAVE_LIMITS_H 1
  3419. | #define HAVE_LOCALE_H 1
  3420. | #define HAVE_MALLOC_MALLOC_H 1
  3421. | #define HAVE_PWD_H 1
  3422. | #define HAVE_SYS_ATTR_H 1
  3423. | #define HAVE_SYS_FCNTL_H 1
  3424. | #define HAVE_SYS_FILE_H 1
  3425. | #define HAVE_SYS_IOCTL_H 1
  3426. | #define HAVE_SYS_PARAM_H 1
  3427. | #define HAVE_SYS_RESOURCE_H 1
  3428. | #define HAVE_SYS_SELECT_H 1
  3429. | #define HAVE_SYS_SOCKET_H 1
  3430. | #define HAVE_SYS_SYSCALL_H 1
  3431. | /* end confdefs.h. */
  3432. | #include <sys/sysmacros.h>
  3433. configure:10296: result: no
  3434. configure:10296: checking for sys/sysmacros.h
  3435. configure:10296: result: no
  3436. configure:10308: checking sys/time.h usability
  3437. configure:10308: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3438. configure:10308: $? = 0
  3439. configure:10308: result: yes
  3440. configure:10308: checking sys/time.h presence
  3441. configure:10308: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3442. configure:10308: $? = 0
  3443. configure:10308: result: yes
  3444. configure:10308: checking for sys/time.h
  3445. configure:10308: result: yes
  3446. configure:10320: checking sys/times.h usability
  3447. configure:10320: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3448. configure:10320: $? = 0
  3449. configure:10320: result: yes
  3450. configure:10320: checking sys/times.h presence
  3451. configure:10320: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3452. configure:10320: $? = 0
  3453. configure:10320: result: yes
  3454. configure:10320: checking for sys/times.h
  3455. configure:10320: result: yes
  3456. configure:10332: checking sys/uio.h usability
  3457. configure:10332: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3458. configure:10332: $? = 0
  3459. configure:10332: result: yes
  3460. configure:10332: checking sys/uio.h presence
  3461. configure:10332: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3462. configure:10332: $? = 0
  3463. configure:10332: result: yes
  3464. configure:10332: checking for sys/uio.h
  3465. configure:10332: result: yes
  3466. configure:10344: checking sys/utime.h usability
  3467. configure:10344: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3468. conftest.c:89:10: fatal error: 'sys/utime.h' file not found
  3469. #include <sys/utime.h>
  3470. ^
  3471. 1 error generated.
  3472. configure:10344: $? = 1
  3473. configure: failed program was:
  3474. | /* confdefs.h */
  3475. | #define PACKAGE_NAME ""
  3476. | #define PACKAGE_TARNAME ""
  3477. | #define PACKAGE_VERSION ""
  3478. | #define PACKAGE_STRING ""
  3479. | #define PACKAGE_BUGREPORT ""
  3480. | #define PACKAGE_URL ""
  3481. | #define CANONICALIZATION_FOR_MATHN 1
  3482. | #define STDC_HEADERS 1
  3483. | #define HAVE_SYS_TYPES_H 1
  3484. | #define HAVE_SYS_STAT_H 1
  3485. | #define HAVE_STDLIB_H 1
  3486. | #define HAVE_STRING_H 1
  3487. | #define HAVE_MEMORY_H 1
  3488. | #define HAVE_STRINGS_H 1
  3489. | #define HAVE_INTTYPES_H 1
  3490. | #define HAVE_STDINT_H 1
  3491. | #define HAVE_UNISTD_H 1
  3492. | #define __EXTENSIONS__ 1
  3493. | #define _ALL_SOURCE 1
  3494. | #define _GNU_SOURCE 1
  3495. | #define _POSIX_PTHREAD_SEMANTICS 1
  3496. | #define _TANDEM_SOURCE 1
  3497. | #define HAVE_INFINITY 1
  3498. | #define HAVE_NAN 1
  3499. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3500. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3501. | #define BROKEN_CRYPT 1
  3502. | #define HAVE_CRT_EXTERNS_H 1
  3503. | #define HAVE_LIBDL 1
  3504. | #define HAVE_DIRENT_H 1
  3505. | #define HAVE__BOOL 1
  3506. | #define HAVE_STDBOOL_H 1
  3507. | #define HAVE_SYS_WAIT_H 1
  3508. | #define HAVE_GRP_H 1
  3509. | #define HAVE_FCNTL_H 1
  3510. | #define HAVE_FLOAT_H 1
  3511. | #define HAVE_LANGINFO_H 1
  3512. | #define HAVE_LIMITS_H 1
  3513. | #define HAVE_LOCALE_H 1
  3514. | #define HAVE_MALLOC_MALLOC_H 1
  3515. | #define HAVE_PWD_H 1
  3516. | #define HAVE_SYS_ATTR_H 1
  3517. | #define HAVE_SYS_FCNTL_H 1
  3518. | #define HAVE_SYS_FILE_H 1
  3519. | #define HAVE_SYS_IOCTL_H 1
  3520. | #define HAVE_SYS_PARAM_H 1
  3521. | #define HAVE_SYS_RESOURCE_H 1
  3522. | #define HAVE_SYS_SELECT_H 1
  3523. | #define HAVE_SYS_SOCKET_H 1
  3524. | #define HAVE_SYS_SYSCALL_H 1
  3525. | #define HAVE_SYS_TIME_H 1
  3526. | #define HAVE_SYS_TIMES_H 1
  3527. | #define HAVE_SYS_UIO_H 1
  3528. | /* end confdefs.h. */
  3529. | #include <stdio.h>
  3530. | #ifdef HAVE_SYS_TYPES_H
  3531. | # include <sys/types.h>
  3532. | #endif
  3533. | #ifdef HAVE_SYS_STAT_H
  3534. | # include <sys/stat.h>
  3535. | #endif
  3536. | #ifdef STDC_HEADERS
  3537. | # include <stdlib.h>
  3538. | # include <stddef.h>
  3539. | #else
  3540. | # ifdef HAVE_STDLIB_H
  3541. | # include <stdlib.h>
  3542. | # endif
  3543. | #endif
  3544. | #ifdef HAVE_STRING_H
  3545. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3546. | # include <memory.h>
  3547. | # endif
  3548. | # include <string.h>
  3549. | #endif
  3550. | #ifdef HAVE_STRINGS_H
  3551. | # include <strings.h>
  3552. | #endif
  3553. | #ifdef HAVE_INTTYPES_H
  3554. | # include <inttypes.h>
  3555. | #endif
  3556. | #ifdef HAVE_STDINT_H
  3557. | # include <stdint.h>
  3558. | #endif
  3559. | #ifdef HAVE_UNISTD_H
  3560. | # include <unistd.h>
  3561. | #endif
  3562. | #include <sys/utime.h>
  3563. configure:10344: result: no
  3564. configure:10344: checking sys/utime.h presence
  3565. configure:10344: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3566. conftest.c:56:10: fatal error: 'sys/utime.h' file not found
  3567. #include <sys/utime.h>
  3568. ^
  3569. 1 error generated.
  3570. configure:10344: $? = 1
  3571. configure: failed program was:
  3572. | /* confdefs.h */
  3573. | #define PACKAGE_NAME ""
  3574. | #define PACKAGE_TARNAME ""
  3575. | #define PACKAGE_VERSION ""
  3576. | #define PACKAGE_STRING ""
  3577. | #define PACKAGE_BUGREPORT ""
  3578. | #define PACKAGE_URL ""
  3579. | #define CANONICALIZATION_FOR_MATHN 1
  3580. | #define STDC_HEADERS 1
  3581. | #define HAVE_SYS_TYPES_H 1
  3582. | #define HAVE_SYS_STAT_H 1
  3583. | #define HAVE_STDLIB_H 1
  3584. | #define HAVE_STRING_H 1
  3585. | #define HAVE_MEMORY_H 1
  3586. | #define HAVE_STRINGS_H 1
  3587. | #define HAVE_INTTYPES_H 1
  3588. | #define HAVE_STDINT_H 1
  3589. | #define HAVE_UNISTD_H 1
  3590. | #define __EXTENSIONS__ 1
  3591. | #define _ALL_SOURCE 1
  3592. | #define _GNU_SOURCE 1
  3593. | #define _POSIX_PTHREAD_SEMANTICS 1
  3594. | #define _TANDEM_SOURCE 1
  3595. | #define HAVE_INFINITY 1
  3596. | #define HAVE_NAN 1
  3597. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3598. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3599. | #define BROKEN_CRYPT 1
  3600. | #define HAVE_CRT_EXTERNS_H 1
  3601. | #define HAVE_LIBDL 1
  3602. | #define HAVE_DIRENT_H 1
  3603. | #define HAVE__BOOL 1
  3604. | #define HAVE_STDBOOL_H 1
  3605. | #define HAVE_SYS_WAIT_H 1
  3606. | #define HAVE_GRP_H 1
  3607. | #define HAVE_FCNTL_H 1
  3608. | #define HAVE_FLOAT_H 1
  3609. | #define HAVE_LANGINFO_H 1
  3610. | #define HAVE_LIMITS_H 1
  3611. | #define HAVE_LOCALE_H 1
  3612. | #define HAVE_MALLOC_MALLOC_H 1
  3613. | #define HAVE_PWD_H 1
  3614. | #define HAVE_SYS_ATTR_H 1
  3615. | #define HAVE_SYS_FCNTL_H 1
  3616. | #define HAVE_SYS_FILE_H 1
  3617. | #define HAVE_SYS_IOCTL_H 1
  3618. | #define HAVE_SYS_PARAM_H 1
  3619. | #define HAVE_SYS_RESOURCE_H 1
  3620. | #define HAVE_SYS_SELECT_H 1
  3621. | #define HAVE_SYS_SOCKET_H 1
  3622. | #define HAVE_SYS_SYSCALL_H 1
  3623. | #define HAVE_SYS_TIME_H 1
  3624. | #define HAVE_SYS_TIMES_H 1
  3625. | #define HAVE_SYS_UIO_H 1
  3626. | /* end confdefs.h. */
  3627. | #include <sys/utime.h>
  3628. configure:10344: result: no
  3629. configure:10344: checking for sys/utime.h
  3630. configure:10344: result: no
  3631. configure:10356: checking syscall.h usability
  3632. configure:10356: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3633. conftest.c:89:10: fatal error: 'syscall.h' file not found
  3634. #include <syscall.h>
  3635. ^
  3636. 1 error generated.
  3637. configure:10356: $? = 1
  3638. configure: failed program was:
  3639. | /* confdefs.h */
  3640. | #define PACKAGE_NAME ""
  3641. | #define PACKAGE_TARNAME ""
  3642. | #define PACKAGE_VERSION ""
  3643. | #define PACKAGE_STRING ""
  3644. | #define PACKAGE_BUGREPORT ""
  3645. | #define PACKAGE_URL ""
  3646. | #define CANONICALIZATION_FOR_MATHN 1
  3647. | #define STDC_HEADERS 1
  3648. | #define HAVE_SYS_TYPES_H 1
  3649. | #define HAVE_SYS_STAT_H 1
  3650. | #define HAVE_STDLIB_H 1
  3651. | #define HAVE_STRING_H 1
  3652. | #define HAVE_MEMORY_H 1
  3653. | #define HAVE_STRINGS_H 1
  3654. | #define HAVE_INTTYPES_H 1
  3655. | #define HAVE_STDINT_H 1
  3656. | #define HAVE_UNISTD_H 1
  3657. | #define __EXTENSIONS__ 1
  3658. | #define _ALL_SOURCE 1
  3659. | #define _GNU_SOURCE 1
  3660. | #define _POSIX_PTHREAD_SEMANTICS 1
  3661. | #define _TANDEM_SOURCE 1
  3662. | #define HAVE_INFINITY 1
  3663. | #define HAVE_NAN 1
  3664. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3665. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3666. | #define BROKEN_CRYPT 1
  3667. | #define HAVE_CRT_EXTERNS_H 1
  3668. | #define HAVE_LIBDL 1
  3669. | #define HAVE_DIRENT_H 1
  3670. | #define HAVE__BOOL 1
  3671. | #define HAVE_STDBOOL_H 1
  3672. | #define HAVE_SYS_WAIT_H 1
  3673. | #define HAVE_GRP_H 1
  3674. | #define HAVE_FCNTL_H 1
  3675. | #define HAVE_FLOAT_H 1
  3676. | #define HAVE_LANGINFO_H 1
  3677. | #define HAVE_LIMITS_H 1
  3678. | #define HAVE_LOCALE_H 1
  3679. | #define HAVE_MALLOC_MALLOC_H 1
  3680. | #define HAVE_PWD_H 1
  3681. | #define HAVE_SYS_ATTR_H 1
  3682. | #define HAVE_SYS_FCNTL_H 1
  3683. | #define HAVE_SYS_FILE_H 1
  3684. | #define HAVE_SYS_IOCTL_H 1
  3685. | #define HAVE_SYS_PARAM_H 1
  3686. | #define HAVE_SYS_RESOURCE_H 1
  3687. | #define HAVE_SYS_SELECT_H 1
  3688. | #define HAVE_SYS_SOCKET_H 1
  3689. | #define HAVE_SYS_SYSCALL_H 1
  3690. | #define HAVE_SYS_TIME_H 1
  3691. | #define HAVE_SYS_TIMES_H 1
  3692. | #define HAVE_SYS_UIO_H 1
  3693. | /* end confdefs.h. */
  3694. | #include <stdio.h>
  3695. | #ifdef HAVE_SYS_TYPES_H
  3696. | # include <sys/types.h>
  3697. | #endif
  3698. | #ifdef HAVE_SYS_STAT_H
  3699. | # include <sys/stat.h>
  3700. | #endif
  3701. | #ifdef STDC_HEADERS
  3702. | # include <stdlib.h>
  3703. | # include <stddef.h>
  3704. | #else
  3705. | # ifdef HAVE_STDLIB_H
  3706. | # include <stdlib.h>
  3707. | # endif
  3708. | #endif
  3709. | #ifdef HAVE_STRING_H
  3710. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3711. | # include <memory.h>
  3712. | # endif
  3713. | # include <string.h>
  3714. | #endif
  3715. | #ifdef HAVE_STRINGS_H
  3716. | # include <strings.h>
  3717. | #endif
  3718. | #ifdef HAVE_INTTYPES_H
  3719. | # include <inttypes.h>
  3720. | #endif
  3721. | #ifdef HAVE_STDINT_H
  3722. | # include <stdint.h>
  3723. | #endif
  3724. | #ifdef HAVE_UNISTD_H
  3725. | # include <unistd.h>
  3726. | #endif
  3727. | #include <syscall.h>
  3728. configure:10356: result: no
  3729. configure:10356: checking syscall.h presence
  3730. configure:10356: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3731. conftest.c:56:10: fatal error: 'syscall.h' file not found
  3732. #include <syscall.h>
  3733. ^
  3734. 1 error generated.
  3735. configure:10356: $? = 1
  3736. configure: failed program was:
  3737. | /* confdefs.h */
  3738. | #define PACKAGE_NAME ""
  3739. | #define PACKAGE_TARNAME ""
  3740. | #define PACKAGE_VERSION ""
  3741. | #define PACKAGE_STRING ""
  3742. | #define PACKAGE_BUGREPORT ""
  3743. | #define PACKAGE_URL ""
  3744. | #define CANONICALIZATION_FOR_MATHN 1
  3745. | #define STDC_HEADERS 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 __EXTENSIONS__ 1
  3756. | #define _ALL_SOURCE 1
  3757. | #define _GNU_SOURCE 1
  3758. | #define _POSIX_PTHREAD_SEMANTICS 1
  3759. | #define _TANDEM_SOURCE 1
  3760. | #define HAVE_INFINITY 1
  3761. | #define HAVE_NAN 1
  3762. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3763. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3764. | #define BROKEN_CRYPT 1
  3765. | #define HAVE_CRT_EXTERNS_H 1
  3766. | #define HAVE_LIBDL 1
  3767. | #define HAVE_DIRENT_H 1
  3768. | #define HAVE__BOOL 1
  3769. | #define HAVE_STDBOOL_H 1
  3770. | #define HAVE_SYS_WAIT_H 1
  3771. | #define HAVE_GRP_H 1
  3772. | #define HAVE_FCNTL_H 1
  3773. | #define HAVE_FLOAT_H 1
  3774. | #define HAVE_LANGINFO_H 1
  3775. | #define HAVE_LIMITS_H 1
  3776. | #define HAVE_LOCALE_H 1
  3777. | #define HAVE_MALLOC_MALLOC_H 1
  3778. | #define HAVE_PWD_H 1
  3779. | #define HAVE_SYS_ATTR_H 1
  3780. | #define HAVE_SYS_FCNTL_H 1
  3781. | #define HAVE_SYS_FILE_H 1
  3782. | #define HAVE_SYS_IOCTL_H 1
  3783. | #define HAVE_SYS_PARAM_H 1
  3784. | #define HAVE_SYS_RESOURCE_H 1
  3785. | #define HAVE_SYS_SELECT_H 1
  3786. | #define HAVE_SYS_SOCKET_H 1
  3787. | #define HAVE_SYS_SYSCALL_H 1
  3788. | #define HAVE_SYS_TIME_H 1
  3789. | #define HAVE_SYS_TIMES_H 1
  3790. | #define HAVE_SYS_UIO_H 1
  3791. | /* end confdefs.h. */
  3792. | #include <syscall.h>
  3793. configure:10356: result: no
  3794. configure:10356: checking for syscall.h
  3795. configure:10356: result: no
  3796. configure:10368: checking time.h usability
  3797. configure:10368: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3798. configure:10368: $? = 0
  3799. configure:10368: result: yes
  3800. configure:10368: checking time.h presence
  3801. configure:10368: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3802. configure:10368: $? = 0
  3803. configure:10368: result: yes
  3804. configure:10368: checking for time.h
  3805. configure:10368: result: yes
  3806. configure:10380: checking ucontext.h usability
  3807. configure:10380: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3808. configure:10380: $? = 0
  3809. configure:10380: result: yes
  3810. configure:10380: checking ucontext.h presence
  3811. configure:10380: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3812. configure:10380: $? = 0
  3813. configure:10380: result: yes
  3814. configure:10380: checking for ucontext.h
  3815. configure:10380: result: yes
  3816. configure:10392: checking utime.h usability
  3817. configure:10392: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3818. configure:10392: $? = 0
  3819. configure:10392: result: yes
  3820. configure:10392: checking utime.h presence
  3821. configure:10392: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3822. configure:10392: $? = 0
  3823. configure:10392: result: yes
  3824. configure:10392: checking for utime.h
  3825. configure:10392: result: yes
  3826. configure:10414: checking gmp.h usability
  3827. configure:10414: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3828. conftest.c:92:10: fatal error: 'gmp.h' file not found
  3829. #include <gmp.h>
  3830. ^
  3831. 1 error generated.
  3832. configure:10414: $? = 1
  3833. configure: failed program was:
  3834. | /* confdefs.h */
  3835. | #define PACKAGE_NAME ""
  3836. | #define PACKAGE_TARNAME ""
  3837. | #define PACKAGE_VERSION ""
  3838. | #define PACKAGE_STRING ""
  3839. | #define PACKAGE_BUGREPORT ""
  3840. | #define PACKAGE_URL ""
  3841. | #define CANONICALIZATION_FOR_MATHN 1
  3842. | #define STDC_HEADERS 1
  3843. | #define HAVE_SYS_TYPES_H 1
  3844. | #define HAVE_SYS_STAT_H 1
  3845. | #define HAVE_STDLIB_H 1
  3846. | #define HAVE_STRING_H 1
  3847. | #define HAVE_MEMORY_H 1
  3848. | #define HAVE_STRINGS_H 1
  3849. | #define HAVE_INTTYPES_H 1
  3850. | #define HAVE_STDINT_H 1
  3851. | #define HAVE_UNISTD_H 1
  3852. | #define __EXTENSIONS__ 1
  3853. | #define _ALL_SOURCE 1
  3854. | #define _GNU_SOURCE 1
  3855. | #define _POSIX_PTHREAD_SEMANTICS 1
  3856. | #define _TANDEM_SOURCE 1
  3857. | #define HAVE_INFINITY 1
  3858. | #define HAVE_NAN 1
  3859. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3860. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3861. | #define BROKEN_CRYPT 1
  3862. | #define HAVE_CRT_EXTERNS_H 1
  3863. | #define HAVE_LIBDL 1
  3864. | #define HAVE_DIRENT_H 1
  3865. | #define HAVE__BOOL 1
  3866. | #define HAVE_STDBOOL_H 1
  3867. | #define HAVE_SYS_WAIT_H 1
  3868. | #define HAVE_GRP_H 1
  3869. | #define HAVE_FCNTL_H 1
  3870. | #define HAVE_FLOAT_H 1
  3871. | #define HAVE_LANGINFO_H 1
  3872. | #define HAVE_LIMITS_H 1
  3873. | #define HAVE_LOCALE_H 1
  3874. | #define HAVE_MALLOC_MALLOC_H 1
  3875. | #define HAVE_PWD_H 1
  3876. | #define HAVE_SYS_ATTR_H 1
  3877. | #define HAVE_SYS_FCNTL_H 1
  3878. | #define HAVE_SYS_FILE_H 1
  3879. | #define HAVE_SYS_IOCTL_H 1
  3880. | #define HAVE_SYS_PARAM_H 1
  3881. | #define HAVE_SYS_RESOURCE_H 1
  3882. | #define HAVE_SYS_SELECT_H 1
  3883. | #define HAVE_SYS_SOCKET_H 1
  3884. | #define HAVE_SYS_SYSCALL_H 1
  3885. | #define HAVE_SYS_TIME_H 1
  3886. | #define HAVE_SYS_TIMES_H 1
  3887. | #define HAVE_SYS_UIO_H 1
  3888. | #define HAVE_TIME_H 1
  3889. | #define HAVE_UCONTEXT_H 1
  3890. | #define HAVE_UTIME_H 1
  3891. | /* end confdefs.h. */
  3892. | #include <stdio.h>
  3893. | #ifdef HAVE_SYS_TYPES_H
  3894. | # include <sys/types.h>
  3895. | #endif
  3896. | #ifdef HAVE_SYS_STAT_H
  3897. | # include <sys/stat.h>
  3898. | #endif
  3899. | #ifdef STDC_HEADERS
  3900. | # include <stdlib.h>
  3901. | # include <stddef.h>
  3902. | #else
  3903. | # ifdef HAVE_STDLIB_H
  3904. | # include <stdlib.h>
  3905. | # endif
  3906. | #endif
  3907. | #ifdef HAVE_STRING_H
  3908. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3909. | # include <memory.h>
  3910. | # endif
  3911. | # include <string.h>
  3912. | #endif
  3913. | #ifdef HAVE_STRINGS_H
  3914. | # include <strings.h>
  3915. | #endif
  3916. | #ifdef HAVE_INTTYPES_H
  3917. | # include <inttypes.h>
  3918. | #endif
  3919. | #ifdef HAVE_STDINT_H
  3920. | # include <stdint.h>
  3921. | #endif
  3922. | #ifdef HAVE_UNISTD_H
  3923. | # include <unistd.h>
  3924. | #endif
  3925. | #include <gmp.h>
  3926. configure:10414: result: no
  3927. configure:10414: checking gmp.h presence
  3928. configure:10414: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3929. conftest.c:59:10: fatal error: 'gmp.h' file not found
  3930. #include <gmp.h>
  3931. ^
  3932. 1 error generated.
  3933. configure:10414: $? = 1
  3934. configure: failed program was:
  3935. | /* confdefs.h */
  3936. | #define PACKAGE_NAME ""
  3937. | #define PACKAGE_TARNAME ""
  3938. | #define PACKAGE_VERSION ""
  3939. | #define PACKAGE_STRING ""
  3940. | #define PACKAGE_BUGREPORT ""
  3941. | #define PACKAGE_URL ""
  3942. | #define CANONICALIZATION_FOR_MATHN 1
  3943. | #define STDC_HEADERS 1
  3944. | #define HAVE_SYS_TYPES_H 1
  3945. | #define HAVE_SYS_STAT_H 1
  3946. | #define HAVE_STDLIB_H 1
  3947. | #define HAVE_STRING_H 1
  3948. | #define HAVE_MEMORY_H 1
  3949. | #define HAVE_STRINGS_H 1
  3950. | #define HAVE_INTTYPES_H 1
  3951. | #define HAVE_STDINT_H 1
  3952. | #define HAVE_UNISTD_H 1
  3953. | #define __EXTENSIONS__ 1
  3954. | #define _ALL_SOURCE 1
  3955. | #define _GNU_SOURCE 1
  3956. | #define _POSIX_PTHREAD_SEMANTICS 1
  3957. | #define _TANDEM_SOURCE 1
  3958. | #define HAVE_INFINITY 1
  3959. | #define HAVE_NAN 1
  3960. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3961. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3962. | #define BROKEN_CRYPT 1
  3963. | #define HAVE_CRT_EXTERNS_H 1
  3964. | #define HAVE_LIBDL 1
  3965. | #define HAVE_DIRENT_H 1
  3966. | #define HAVE__BOOL 1
  3967. | #define HAVE_STDBOOL_H 1
  3968. | #define HAVE_SYS_WAIT_H 1
  3969. | #define HAVE_GRP_H 1
  3970. | #define HAVE_FCNTL_H 1
  3971. | #define HAVE_FLOAT_H 1
  3972. | #define HAVE_LANGINFO_H 1
  3973. | #define HAVE_LIMITS_H 1
  3974. | #define HAVE_LOCALE_H 1
  3975. | #define HAVE_MALLOC_MALLOC_H 1
  3976. | #define HAVE_PWD_H 1
  3977. | #define HAVE_SYS_ATTR_H 1
  3978. | #define HAVE_SYS_FCNTL_H 1
  3979. | #define HAVE_SYS_FILE_H 1
  3980. | #define HAVE_SYS_IOCTL_H 1
  3981. | #define HAVE_SYS_PARAM_H 1
  3982. | #define HAVE_SYS_RESOURCE_H 1
  3983. | #define HAVE_SYS_SELECT_H 1
  3984. | #define HAVE_SYS_SOCKET_H 1
  3985. | #define HAVE_SYS_SYSCALL_H 1
  3986. | #define HAVE_SYS_TIME_H 1
  3987. | #define HAVE_SYS_TIMES_H 1
  3988. | #define HAVE_SYS_UIO_H 1
  3989. | #define HAVE_TIME_H 1
  3990. | #define HAVE_UCONTEXT_H 1
  3991. | #define HAVE_UTIME_H 1
  3992. | /* end confdefs.h. */
  3993. | #include <gmp.h>
  3994. configure:10414: result: no
  3995. configure:10414: checking for gmp.h
  3996. configure:10414: result: no
  3997. configure:10606: checking for special C compiler options needed for large files
  3998. configure:10651: result: no
  3999. configure:10657: checking for _FILE_OFFSET_BITS value needed for large files
  4000. configure:10682: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4001. configure:10682: $? = 0
  4002. configure:10714: result: no
  4003. configure:10856: checking whether byte ordering is bigendian
  4004. configure:10871: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4005. configure:10871: $? = 0
  4006. configure:10916: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4007. configure:10916: $? = 0
  4008. configure:10934: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4009. conftest.c:66:4: error: use of undeclared identifier 'not'
  4010. not big endian
  4011. ^
  4012. 1 error generated.
  4013. configure:10934: $? = 1
  4014. configure: failed program was:
  4015. | /* confdefs.h */
  4016. | #define PACKAGE_NAME ""
  4017. | #define PACKAGE_TARNAME ""
  4018. | #define PACKAGE_VERSION ""
  4019. | #define PACKAGE_STRING ""
  4020. | #define PACKAGE_BUGREPORT ""
  4021. | #define PACKAGE_URL ""
  4022. | #define CANONICALIZATION_FOR_MATHN 1
  4023. | #define STDC_HEADERS 1
  4024. | #define HAVE_SYS_TYPES_H 1
  4025. | #define HAVE_SYS_STAT_H 1
  4026. | #define HAVE_STDLIB_H 1
  4027. | #define HAVE_STRING_H 1
  4028. | #define HAVE_MEMORY_H 1
  4029. | #define HAVE_STRINGS_H 1
  4030. | #define HAVE_INTTYPES_H 1
  4031. | #define HAVE_STDINT_H 1
  4032. | #define HAVE_UNISTD_H 1
  4033. | #define __EXTENSIONS__ 1
  4034. | #define _ALL_SOURCE 1
  4035. | #define _GNU_SOURCE 1
  4036. | #define _POSIX_PTHREAD_SEMANTICS 1
  4037. | #define _TANDEM_SOURCE 1
  4038. | #define HAVE_INFINITY 1
  4039. | #define HAVE_NAN 1
  4040. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  4041. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  4042. | #define BROKEN_CRYPT 1
  4043. | #define HAVE_CRT_EXTERNS_H 1
  4044. | #define HAVE_LIBDL 1
  4045. | #define HAVE_DIRENT_H 1
  4046. | #define HAVE__BOOL 1
  4047. | #define HAVE_STDBOOL_H 1
  4048. | #define HAVE_SYS_WAIT_H 1
  4049. | #define HAVE_GRP_H 1
  4050. | #define HAVE_FCNTL_H 1
  4051. | #define HAVE_FLOAT_H 1
  4052. | #define HAVE_LANGINFO_H 1
  4053. | #define HAVE_LIMITS_H 1
  4054. | #define HAVE_LOCALE_H 1
  4055. | #define HAVE_MALLOC_MALLOC_H 1
  4056. | #define HAVE_PWD_H 1
  4057. | #define HAVE_SYS_ATTR_H 1
  4058. | #define HAVE_SYS_FCNTL_H 1
  4059. | #define HAVE_SYS_FILE_H 1
  4060. | #define HAVE_SYS_IOCTL_H 1
  4061. | #define HAVE_SYS_PARAM_H 1
  4062. | #define HAVE_SYS_RESOURCE_H 1
  4063. | #define HAVE_SYS_SELECT_H 1
  4064. | #define HAVE_SYS_SOCKET_H 1
  4065. | #define HAVE_SYS_SYSCALL_H 1
  4066. | #define HAVE_SYS_TIME_H 1
  4067. | #define HAVE_SYS_TIMES_H 1
  4068. | #define HAVE_SYS_UIO_H 1
  4069. | #define HAVE_TIME_H 1
  4070. | #define HAVE_UCONTEXT_H 1
  4071. | #define HAVE_UTIME_H 1
  4072. | /* end confdefs.h. */
  4073. | #include <sys/types.h>
  4074. | #include <sys/param.h>
  4075. |
  4076. | int
  4077. | main ()
  4078. | {
  4079. | #if BYTE_ORDER != BIG_ENDIAN
  4080. | not big endian
  4081. | #endif
  4082. |
  4083. | ;
  4084. | return 0;
  4085. | }
  4086. configure:11062: result: no
  4087. configure:11080: checking for an ANSI C-conforming const
  4088. configure:11146: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4089. configure:11146: $? = 0
  4090. configure:11153: result: yes
  4091. configure:11161: checking whether char is unsigned
  4092. configure:11180: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4093. configure:11180: $? = 0
  4094. configure:11187: result: no
  4095. configure:11194: checking for inline
  4096. configure:11210: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4097. configure:11210: $? = 0
  4098. configure:11218: result: inline
  4099. configure:11236: checking for working volatile
  4100. configure:11255: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4101. configure:11255: $? = 0
  4102. configure:11262: result: yes
  4103. configure:11271: checking for typeof syntax and keyword spelling
  4104. configure:11302: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4105. configure:11302: $? = 0
  4106. configure:11309: result: typeof
  4107. configure:11332: checking for long long
  4108. configure:11332: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4109. configure:11332: $? = 0
  4110. configure:11332: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4111. conftest.c:96:24: error: expected expression
  4112. if (sizeof ((long long)))
  4113. ^
  4114. 1 error generated.
  4115. configure:11332: $? = 1
  4116. configure: failed program was:
  4117. | /* confdefs.h */
  4118. | #define PACKAGE_NAME ""
  4119. | #define PACKAGE_TARNAME ""
  4120. | #define PACKAGE_VERSION ""
  4121. | #define PACKAGE_STRING ""
  4122. | #define PACKAGE_BUGREPORT ""
  4123. | #define PACKAGE_URL ""
  4124. | #define CANONICALIZATION_FOR_MATHN 1
  4125. | #define STDC_HEADERS 1
  4126. | #define HAVE_SYS_TYPES_H 1
  4127. | #define HAVE_SYS_STAT_H 1
  4128. | #define HAVE_STDLIB_H 1
  4129. | #define HAVE_STRING_H 1
  4130. | #define HAVE_MEMORY_H 1
  4131. | #define HAVE_STRINGS_H 1
  4132. | #define HAVE_INTTYPES_H 1
  4133. | #define HAVE_STDINT_H 1
  4134. | #define HAVE_UNISTD_H 1
  4135. | #define __EXTENSIONS__ 1
  4136. | #define _ALL_SOURCE 1
  4137. | #define _GNU_SOURCE 1
  4138. | #define _POSIX_PTHREAD_SEMANTICS 1
  4139. | #define _TANDEM_SOURCE 1
  4140. | #define HAVE_INFINITY 1
  4141. | #define HAVE_NAN 1
  4142. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  4143. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  4144. | #define BROKEN_CRYPT 1
  4145. | #define HAVE_CRT_EXTERNS_H 1
  4146. | #define HAVE_LIBDL 1
  4147. | #define HAVE_DIRENT_H 1
  4148. | #define HAVE__BOOL 1
  4149. | #define HAVE_STDBOOL_H 1
  4150. | #define HAVE_SYS_WAIT_H 1
  4151. | #define HAVE_GRP_H 1
  4152. | #define HAVE_FCNTL_H 1
  4153. | #define HAVE_FLOAT_H 1
  4154. | #define HAVE_LANGINFO_H 1
  4155. | #define HAVE_LIMITS_H 1
  4156. | #define HAVE_LOCALE_H 1
  4157. | #define HAVE_MALLOC_MALLOC_H 1
  4158. | #define HAVE_PWD_H 1
  4159. | #define HAVE_SYS_ATTR_H 1
  4160. | #define HAVE_SYS_FCNTL_H 1
  4161. | #define HAVE_SYS_FILE_H 1
  4162. | #define HAVE_SYS_IOCTL_H 1
  4163. | #define HAVE_SYS_PARAM_H 1
  4164. | #define HAVE_SYS_RESOURCE_H 1
  4165. | #define HAVE_SYS_SELECT_H 1
  4166. | #define HAVE_SYS_SOCKET_H 1
  4167. | #define HAVE_SYS_SYSCALL_H 1
  4168. | #define HAVE_SYS_TIME_H 1
  4169. | #define HAVE_SYS_TIMES_H 1
  4170. | #define HAVE_SYS_UIO_H 1
  4171. | #define HAVE_TIME_H 1
  4172. | #define HAVE_UCONTEXT_H 1
  4173. | #define HAVE_UTIME_H 1
  4174. | #define HAVE_TYPEOF 1
  4175. | /* end confdefs.h. */
  4176. | #include <stdio.h>
  4177. | #ifdef HAVE_SYS_TYPES_H
  4178. | # include <sys/types.h>
  4179. | #endif
  4180. | #ifdef HAVE_SYS_STAT_H
  4181. | # include <sys/stat.h>
  4182. | #endif
  4183. | #ifdef STDC_HEADERS
  4184. | # include <stdlib.h>
  4185. | # include <stddef.h>
  4186. | #else
  4187. | # ifdef HAVE_STDLIB_H
  4188. | # include <stdlib.h>
  4189. | # endif
  4190. | #endif
  4191. | #ifdef HAVE_STRING_H
  4192. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4193. | # include <memory.h>
  4194. | # endif
  4195. | # include <string.h>
  4196. | #endif
  4197. | #ifdef HAVE_STRINGS_H
  4198. | # include <strings.h>
  4199. | #endif
  4200. | #ifdef HAVE_INTTYPES_H
  4201. | # include <inttypes.h>
  4202. | #endif
  4203. | #ifdef HAVE_STDINT_H
  4204. | # include <stdint.h>
  4205. | #endif
  4206. | #ifdef HAVE_UNISTD_H
  4207. | # include <unistd.h>
  4208. | #endif
  4209. | int
  4210. | main ()
  4211. | {
  4212. | if (sizeof ((long long)))
  4213. | return 0;
  4214. | ;
  4215. | return 0;
  4216. | }
  4217. configure:11332: result: yes
  4218. configure:11341: checking for off_t
  4219. configure:11341: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4220. configure:11341: $? = 0
  4221. configure:11341: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4222. conftest.c:97:20: error: expected expression
  4223. if (sizeof ((off_t)))
  4224. ^
  4225. 1 error generated.
  4226. configure:11341: $? = 1
  4227. configure: failed program was:
  4228. | /* confdefs.h */
  4229. | #define PACKAGE_NAME ""
  4230. | #define PACKAGE_TARNAME ""
  4231. | #define PACKAGE_VERSION ""
  4232. | #define PACKAGE_STRING ""
  4233. | #define PACKAGE_BUGREPORT ""
  4234. | #define PACKAGE_URL ""
  4235. | #define CANONICALIZATION_FOR_MATHN 1
  4236. | #define STDC_HEADERS 1
  4237. | #define HAVE_SYS_TYPES_H 1
  4238. | #define HAVE_SYS_STAT_H 1
  4239. | #define HAVE_STDLIB_H 1
  4240. | #define HAVE_STRING_H 1
  4241. | #define HAVE_MEMORY_H 1
  4242. | #define HAVE_STRINGS_H 1
  4243. | #define HAVE_INTTYPES_H 1
  4244. | #define HAVE_STDINT_H 1
  4245. | #define HAVE_UNISTD_H 1
  4246. | #define __EXTENSIONS__ 1
  4247. | #define _ALL_SOURCE 1
  4248. | #define _GNU_SOURCE 1
  4249. | #define _POSIX_PTHREAD_SEMANTICS 1
  4250. | #define _TANDEM_SOURCE 1
  4251. | #define HAVE_INFINITY 1
  4252. | #define HAVE_NAN 1
  4253. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  4254. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  4255. | #define BROKEN_CRYPT 1
  4256. | #define HAVE_CRT_EXTERNS_H 1
  4257. | #define HAVE_LIBDL 1
  4258. | #define HAVE_DIRENT_H 1
  4259. | #define HAVE__BOOL 1
  4260. | #define HAVE_STDBOOL_H 1
  4261. | #define HAVE_SYS_WAIT_H 1
  4262. | #define HAVE_GRP_H 1
  4263. | #define HAVE_FCNTL_H 1
  4264. | #define HAVE_FLOAT_H 1
  4265. | #define HAVE_LANGINFO_H 1
  4266. | #define HAVE_LIMITS_H 1
  4267. | #define HAVE_LOCALE_H 1
  4268. | #define HAVE_MALLOC_MALLOC_H 1
  4269. | #define HAVE_PWD_H 1
  4270. | #define HAVE_SYS_ATTR_H 1
  4271. | #define HAVE_SYS_FCNTL_H 1
  4272. | #define HAVE_SYS_FILE_H 1
  4273. | #define HAVE_SYS_IOCTL_H 1
  4274. | #define HAVE_SYS_PARAM_H 1
  4275. | #define HAVE_SYS_RESOURCE_H 1
  4276. | #define HAVE_SYS_SELECT_H 1
  4277. | #define HAVE_SYS_SOCKET_H 1
  4278. | #define HAVE_SYS_SYSCALL_H 1
  4279. | #define HAVE_SYS_TIME_H 1
  4280. | #define HAVE_SYS_TIMES_H 1
  4281. | #define HAVE_SYS_UIO_H 1
  4282. | #define HAVE_TIME_H 1
  4283. | #define HAVE_UCONTEXT_H 1
  4284. | #define HAVE_UTIME_H 1
  4285. | #define HAVE_TYPEOF 1
  4286. | #define HAVE_LONG_LONG 1
  4287. | /* end confdefs.h. */
  4288. | #include <stdio.h>
  4289. | #ifdef HAVE_SYS_TYPES_H
  4290. | # include <sys/types.h>
  4291. | #endif
  4292. | #ifdef HAVE_SYS_STAT_H
  4293. | # include <sys/stat.h>
  4294. | #endif
  4295. | #ifdef STDC_HEADERS
  4296. | # include <stdlib.h>
  4297. | # include <stddef.h>
  4298. | #else
  4299. | # ifdef HAVE_STDLIB_H
  4300. | # include <stdlib.h>
  4301. | # endif
  4302. | #endif
  4303. | #ifdef HAVE_STRING_H
  4304. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4305. | # include <memory.h>
  4306. | # endif
  4307. | # include <string.h>
  4308. | #endif
  4309. | #ifdef HAVE_STRINGS_H
  4310. | # include <strings.h>
  4311. | #endif
  4312. | #ifdef HAVE_INTTYPES_H
  4313. | # include <inttypes.h>
  4314. | #endif
  4315. | #ifdef HAVE_STDINT_H
  4316. | # include <stdint.h>
  4317. | #endif
  4318. | #ifdef HAVE_UNISTD_H
  4319. | # include <unistd.h>
  4320. | #endif
  4321. | int
  4322. | main ()
  4323. | {
  4324. | if (sizeof ((off_t)))
  4325. | return 0;
  4326. | ;
  4327. | return 0;
  4328. | }
  4329. configure:11341: result: yes
  4330. configure:11352: checking char bit
  4331. configure:11358: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  4332. configure:11358: $? = 0
  4333. configure:11358: ./conftest
  4334. configure:11358: $? = 0
  4335. configure:11367: result: 8
  4336. configure:11531: checking size of int
  4337. configure:11536: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  4338. configure:11536: $? = 0
  4339. configure:11536: ./conftest
  4340. configure:11536: $? = 0
  4341. configure:11550: result: 4
  4342. configure:11645: checking size of short
  4343. configure:11650: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  4344. configure:11650: $? = 0
  4345. configure:11650: ./conftest
  4346. configure:11650: $? = 0
  4347. configure:11664: result: 2
  4348. configure:11852: checking size of long
  4349. configure:11857: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  4350. configure:11857: $? = 0
  4351. configure:11857: ./conftest
  4352. configure:11857: $? = 0
  4353. configure:11871: result: 8
  4354. configure:11966: checking size of long long
  4355. configure:11971: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  4356. configure:11971: $? = 0
  4357. configure:11971: ./conftest
  4358. configure:11971: $? = 0
  4359. configure:11985: result: 8
  4360. configure:12173: checking size of __int64
  4361. configure:12178: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  4362. conftest.c:99:57: error: use of undeclared identifier '__int64'
  4363. static long int longval () { return (long int) (sizeof (__int64)); }
  4364. ^
  4365. conftest.c:100:67: error: use of undeclared identifier '__int64'
  4366. static unsigned long int ulongval () { return (long int) (sizeof (__int64)); }
  4367. ^
  4368. conftest.c:110:28: error: use of undeclared identifier '__int64'
  4369. if (((long int) (sizeof (__int64))) < 0)
  4370. ^
  4371. conftest.c:113:37: error: use of undeclared identifier '__int64'
  4372. if (i != ((long int) (sizeof (__int64))))
  4373. ^
  4374. conftest.c:120:37: error: use of undeclared identifier '__int64'
  4375. if (i != ((long int) (sizeof (__int64))))
  4376. ^
  4377. 5 errors generated.
  4378. configure:12178: $? = 1
  4379. configure: program exited with status 1
  4380. configure: failed program was:
  4381. | /* confdefs.h */
  4382. | #define PACKAGE_NAME ""
  4383. | #define PACKAGE_TARNAME ""
  4384. | #define PACKAGE_VERSION ""
  4385. | #define PACKAGE_STRING ""
  4386. | #define PACKAGE_BUGREPORT ""
  4387. | #define PACKAGE_URL ""
  4388. | #define CANONICALIZATION_FOR_MATHN 1
  4389. | #define STDC_HEADERS 1
  4390. | #define HAVE_SYS_TYPES_H 1
  4391. | #define HAVE_SYS_STAT_H 1
  4392. | #define HAVE_STDLIB_H 1
  4393. | #define HAVE_STRING_H 1
  4394. | #define HAVE_MEMORY_H 1
  4395. | #define HAVE_STRINGS_H 1
  4396. | #define HAVE_INTTYPES_H 1
  4397. | #define HAVE_STDINT_H 1
  4398. | #define HAVE_UNISTD_H 1
  4399. | #define __EXTENSIONS__ 1
  4400. | #define _ALL_SOURCE 1
  4401. | #define _GNU_SOURCE 1
  4402. | #define _POSIX_PTHREAD_SEMANTICS 1
  4403. | #define _TANDEM_SOURCE 1
  4404. | #define HAVE_INFINITY 1
  4405. | #define HAVE_NAN 1
  4406. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  4407. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  4408. | #define BROKEN_CRYPT 1
  4409. | #define HAVE_CRT_EXTERNS_H 1
  4410. | #define HAVE_LIBDL 1
  4411. | #define HAVE_DIRENT_H 1
  4412. | #define HAVE__BOOL 1
  4413. | #define HAVE_STDBOOL_H 1
  4414. | #define HAVE_SYS_WAIT_H 1
  4415. | #define HAVE_GRP_H 1
  4416. | #define HAVE_FCNTL_H 1
  4417. | #define HAVE_FLOAT_H 1
  4418. | #define HAVE_LANGINFO_H 1
  4419. | #define HAVE_LIMITS_H 1
  4420. | #define HAVE_LOCALE_H 1
  4421. | #define HAVE_MALLOC_MALLOC_H 1
  4422. | #define HAVE_PWD_H 1
  4423. | #define HAVE_SYS_ATTR_H 1
  4424. | #define HAVE_SYS_FCNTL_H 1
  4425. | #define HAVE_SYS_FILE_H 1
  4426. | #define HAVE_SYS_IOCTL_H 1
  4427. | #define HAVE_SYS_PARAM_H 1
  4428. | #define HAVE_SYS_RESOURCE_H 1
  4429. | #define HAVE_SYS_SELECT_H 1
  4430. | #define HAVE_SYS_SOCKET_H 1
  4431. | #define HAVE_SYS_SYSCALL_H 1
  4432. | #define HAVE_SYS_TIME_H 1
  4433. | #define HAVE_SYS_TIMES_H 1
  4434. | #define HAVE_SYS_UIO_H 1
  4435. | #define HAVE_TIME_H 1
  4436. | #define HAVE_UCONTEXT_H 1
  4437. | #define HAVE_UTIME_H 1
  4438. | #define HAVE_TYPEOF 1
  4439. | #define HAVE_LONG_LONG 1
  4440. | #define HAVE_OFF_T 1
  4441. | #define SIZEOF_INT 4
  4442. | #define SIZEOF_SHORT 2
  4443. | #define SIZEOF_LONG 8
  4444. | #define SIZEOF_LONG_LONG 8
  4445. | /* end confdefs.h. */
  4446. | #include <stdio.h>
  4447. | #ifdef HAVE_SYS_TYPES_H
  4448. | # include <sys/types.h>
  4449. | #endif
  4450. | #ifdef HAVE_SYS_STAT_H
  4451. | # include <sys/stat.h>
  4452. | #endif
  4453. | #ifdef STDC_HEADERS
  4454. | # include <stdlib.h>
  4455. | # include <stddef.h>
  4456. | #else
  4457. | # ifdef HAVE_STDLIB_H
  4458. | # include <stdlib.h>
  4459. | # endif
  4460. | #endif
  4461. | #ifdef HAVE_STRING_H
  4462. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4463. | # include <memory.h>
  4464. | # endif
  4465. | # include <string.h>
  4466. | #endif
  4467. | #ifdef HAVE_STRINGS_H
  4468. | # include <strings.h>
  4469. | #endif
  4470. | #ifdef HAVE_INTTYPES_H
  4471. | # include <inttypes.h>
  4472. | #endif
  4473. | #ifdef HAVE_STDINT_H
  4474. | # include <stdint.h>
  4475. | #endif
  4476. | #ifdef HAVE_UNISTD_H
  4477. | # include <unistd.h>
  4478. | #endif
  4479. | static long int longval () { return (long int) (sizeof (__int64)); }
  4480. | static unsigned long int ulongval () { return (long int) (sizeof (__int64)); }
  4481. | #include <stdio.h>
  4482. | #include <stdlib.h>
  4483. | int
  4484. | main ()
  4485. | {
  4486. |
  4487. | FILE *f = fopen ("conftest.val", "w");
  4488. | if (! f)
  4489. | return 1;
  4490. | if (((long int) (sizeof (__int64))) < 0)
  4491. | {
  4492. | long int i = longval ();
  4493. | if (i != ((long int) (sizeof (__int64))))
  4494. | return 1;
  4495. | fprintf (f, "%ld", i);
  4496. | }
  4497. | else
  4498. | {
  4499. | unsigned long int i = ulongval ();
  4500. | if (i != ((long int) (sizeof (__int64))))
  4501. | return 1;
  4502. | fprintf (f, "%lu", i);
  4503. | }
  4504. | /* Do not output a trailing newline, as this causes \r\n confusion
  4505. | on some platforms. */
  4506. | return ferror (f) || fclose (f) != 0;
  4507. |
  4508. | ;
  4509. | return 0;
  4510. | }
  4511. configure:12192: result: 0
  4512. configure:12380: checking size of __int128
  4513. configure:12385: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  4514. configure:12385: $? = 0
  4515. configure:12385: ./conftest
  4516. configure:12385: $? = 0
  4517. configure:12399: result: 16
  4518. configure:12494: checking size of off_t
  4519. configure:12499: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  4520. configure:12499: $? = 0
  4521. configure:12499: ./conftest
  4522. configure:12499: $? = 0
  4523. configure:12513: result: 8
  4524. configure:12701: checking size of void*
  4525. configure:12706: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  4526. configure:12706: $? = 0
  4527. configure:12706: ./conftest
  4528. configure:12706: $? = 0
  4529. configure:12720: result: 8
  4530. configure:12815: checking size of float
  4531. configure:12820: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  4532. configure:12820: $? = 0
  4533. configure:12820: ./conftest
  4534. configure:12820: $? = 0
  4535. configure:12834: result: 4
  4536. configure:12929: checking size of double
  4537. configure:12934: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  4538. configure:12934: $? = 0
  4539. configure:12934: ./conftest
  4540. configure:12934: $? = 0
  4541. configure:12948: result: 8
  4542. configure:13061: checking size of time_t
  4543. configure:13066: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  4544. configure:13066: $? = 0
  4545. configure:13066: ./conftest
  4546. configure:13066: $? = 0
  4547. configure:13081: result: 8
  4548. configure:13178: checking size of clock_t
  4549. configure:13183: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  4550. configure:13183: $? = 0
  4551. configure:13183: ./conftest
  4552. configure:13183: $? = 0
  4553. configure:13198: result: 8
  4554. configure:13211: checking packed struct attribute
  4555. configure:13233: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4556. conftest.c:75:4: error: expected identifier
  4557. PACKED_STRUCT(struct { int a; });
  4558. ^
  4559. conftest.c:74:46: note: expanded from macro 'PACKED_STRUCT'
  4560. #define PACKED_STRUCT(x) __pragma(pack(push, 1)) x __pragma(pack(pop))
  4561. ^
  4562. conftest.c:75:4: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  4563. PACKED_STRUCT(struct { int a; });
  4564. ^
  4565. conftest.c:74:35: note: expanded from macro 'PACKED_STRUCT'
  4566. #define PACKED_STRUCT(x) __pragma(pack(push, 1)) x __pragma(pack(pop))
  4567. ^
  4568. conftest.c:75:4: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  4569. PACKED_STRUCT(struct { int a; });
  4570. ^
  4571. conftest.c:74:26: note: expanded from macro 'PACKED_STRUCT'
  4572. #define PACKED_STRUCT(x) __pragma(pack(push, 1)) x __pragma(pack(pop))
  4573. ^
  4574. conftest.c:75:18: error: expected ';' after top level declarator
  4575. PACKED_STRUCT(struct { int a; });
  4576. ^
  4577. conftest.c:74:50: note: expanded from macro 'PACKED_STRUCT'
  4578. #define PACKED_STRUCT(x) __pragma(pack(push, 1)) x __pragma(pack(pop))
  4579. ^
  4580. conftest.c:75:4: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  4581. PACKED_STRUCT(struct { int a; });
  4582. ^
  4583. conftest.c:74:61: note: expanded from macro 'PACKED_STRUCT'
  4584. #define PACKED_STRUCT(x) __pragma(pack(push, 1)) x __pragma(pack(pop))
  4585. ^
  4586. conftest.c:75:4: error: a parameter list without types is only allowed in a function definition
  4587. conftest.c:74:66: note: expanded from macro 'PACKED_STRUCT'
  4588. #define PACKED_STRUCT(x) __pragma(pack(push, 1)) x __pragma(pack(pop))
  4589. ^
  4590. 3 warnings and 3 errors generated.
  4591. configure:13233: $? = 1
  4592. configure: failed program was:
  4593. | /* confdefs.h */
  4594. | #define PACKAGE_NAME ""
  4595. | #define PACKAGE_TARNAME ""
  4596. | #define PACKAGE_VERSION ""
  4597. | #define PACKAGE_STRING ""
  4598. | #define PACKAGE_BUGREPORT ""
  4599. | #define PACKAGE_URL ""
  4600. | #define CANONICALIZATION_FOR_MATHN 1
  4601. | #define STDC_HEADERS 1
  4602. | #define HAVE_SYS_TYPES_H 1
  4603. | #define HAVE_SYS_STAT_H 1
  4604. | #define HAVE_STDLIB_H 1
  4605. | #define HAVE_STRING_H 1
  4606. | #define HAVE_MEMORY_H 1
  4607. | #define HAVE_STRINGS_H 1
  4608. | #define HAVE_INTTYPES_H 1
  4609. | #define HAVE_STDINT_H 1
  4610. | #define HAVE_UNISTD_H 1
  4611. | #define __EXTENSIONS__ 1
  4612. | #define _ALL_SOURCE 1
  4613. | #define _GNU_SOURCE 1
  4614. | #define _POSIX_PTHREAD_SEMANTICS 1
  4615. | #define _TANDEM_SOURCE 1
  4616. | #define HAVE_INFINITY 1
  4617. | #define HAVE_NAN 1
  4618. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  4619. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  4620. | #define BROKEN_CRYPT 1
  4621. | #define HAVE_CRT_EXTERNS_H 1
  4622. | #define HAVE_LIBDL 1
  4623. | #define HAVE_DIRENT_H 1
  4624. | #define HAVE__BOOL 1
  4625. | #define HAVE_STDBOOL_H 1
  4626. | #define HAVE_SYS_WAIT_H 1
  4627. | #define HAVE_GRP_H 1
  4628. | #define HAVE_FCNTL_H 1
  4629. | #define HAVE_FLOAT_H 1
  4630. | #define HAVE_LANGINFO_H 1
  4631. | #define HAVE_LIMITS_H 1
  4632. | #define HAVE_LOCALE_H 1
  4633. | #define HAVE_MALLOC_MALLOC_H 1
  4634. | #define HAVE_PWD_H 1
  4635. | #define HAVE_SYS_ATTR_H 1
  4636. | #define HAVE_SYS_FCNTL_H 1
  4637. | #define HAVE_SYS_FILE_H 1
  4638. | #define HAVE_SYS_IOCTL_H 1
  4639. | #define HAVE_SYS_PARAM_H 1
  4640. | #define HAVE_SYS_RESOURCE_H 1
  4641. | #define HAVE_SYS_SELECT_H 1
  4642. | #define HAVE_SYS_SOCKET_H 1
  4643. | #define HAVE_SYS_SYSCALL_H 1
  4644. | #define HAVE_SYS_TIME_H 1
  4645. | #define HAVE_SYS_TIMES_H 1
  4646. | #define HAVE_SYS_UIO_H 1
  4647. | #define HAVE_TIME_H 1
  4648. | #define HAVE_UCONTEXT_H 1
  4649. | #define HAVE_UTIME_H 1
  4650. | #define HAVE_TYPEOF 1
  4651. | #define HAVE_LONG_LONG 1
  4652. | #define HAVE_OFF_T 1
  4653. | #define SIZEOF_INT 4
  4654. | #define SIZEOF_SHORT 2
  4655. | #define SIZEOF_LONG 8
  4656. | #define SIZEOF_LONG_LONG 8
  4657. | #define SIZEOF___INT64 0
  4658. | #define SIZEOF___INT128 16
  4659. | #define SIZEOF_OFF_T 8
  4660. | #define SIZEOF_VOIDP 8
  4661. | #define SIZEOF_FLOAT 4
  4662. | #define SIZEOF_DOUBLE 8
  4663. | #define SIZEOF_TIME_T 8
  4664. | #define SIZEOF_CLOCK_T 8
  4665. | /* end confdefs.h. */
  4666. | #define PACKED_STRUCT(x) __pragma(pack(push, 1)) x __pragma(pack(pop))
  4667. | PACKED_STRUCT(struct { int a; });
  4668. | int
  4669. | main ()
  4670. | {
  4671. |
  4672. | ;
  4673. | return 0;
  4674. | }
  4675. configure:13233: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4676. conftest.c:75:18: warning: declaration does not declare anything [-Wmissing-declarations]
  4677. PACKED_STRUCT(struct { int a; });
  4678. ^
  4679. conftest.c:74:26: note: expanded from macro 'PACKED_STRUCT'
  4680. #define PACKED_STRUCT(x) x __attribute__((packed))
  4681. ^
  4682. 1 warning generated.
  4683. configure:13233: $? = 0
  4684. configure:13239: result: x __attribute__((packed))
  4685. configure:13262: checking for printf prefix for long long
  4686. configure:13309: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -Qunused-arguments -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4687. configure:13309: $? = 0
  4688. configure:13322: result: ll
  4689. configure:13407: checking for pid_t
  4690. configure:13407: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4691. configure:13407: $? = 0
  4692. configure:13407: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4693. conftest.c:113:20: error: expected expression
  4694. if (sizeof ((pid_t)))
  4695. ^
  4696. 1 error generated.
  4697. configure:13407: $? = 1
  4698. configure: failed program was:
  4699. | /* confdefs.h */
  4700. | #define PACKAGE_NAME ""
  4701. | #define PACKAGE_TARNAME ""
  4702. | #define PACKAGE_VERSION ""
  4703. | #define PACKAGE_STRING ""
  4704. | #define PACKAGE_BUGREPORT ""
  4705. | #define PACKAGE_URL ""
  4706. | #define CANONICALIZATION_FOR_MATHN 1
  4707. | #define STDC_HEADERS 1
  4708. | #define HAVE_SYS_TYPES_H 1
  4709. | #define HAVE_SYS_STAT_H 1
  4710. | #define HAVE_STDLIB_H 1
  4711. | #define HAVE_STRING_H 1
  4712. | #define HAVE_MEMORY_H 1
  4713. | #define HAVE_STRINGS_H 1
  4714. | #define HAVE_INTTYPES_H 1
  4715. | #define HAVE_STDINT_H 1
  4716. | #define HAVE_UNISTD_H 1
  4717. | #define __EXTENSIONS__ 1
  4718. | #define _ALL_SOURCE 1
  4719. | #define _GNU_SOURCE 1
  4720. | #define _POSIX_PTHREAD_SEMANTICS 1
  4721. | #define _TANDEM_SOURCE 1
  4722. | #define HAVE_INFINITY 1
  4723. | #define HAVE_NAN 1
  4724. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  4725. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  4726. | #define BROKEN_CRYPT 1
  4727. | #define HAVE_CRT_EXTERNS_H 1
  4728. | #define HAVE_LIBDL 1
  4729. | #define HAVE_DIRENT_H 1
  4730. | #define HAVE__BOOL 1
  4731. | #define HAVE_STDBOOL_H 1
  4732. | #define HAVE_SYS_WAIT_H 1
  4733. | #define HAVE_GRP_H 1
  4734. | #define HAVE_FCNTL_H 1
  4735. | #define HAVE_FLOAT_H 1
  4736. | #define HAVE_LANGINFO_H 1
  4737. | #define HAVE_LIMITS_H 1
  4738. | #define HAVE_LOCALE_H 1
  4739. | #define HAVE_MALLOC_MALLOC_H 1
  4740. | #define HAVE_PWD_H 1
  4741. | #define HAVE_SYS_ATTR_H 1
  4742. | #define HAVE_SYS_FCNTL_H 1
  4743. | #define HAVE_SYS_FILE_H 1
  4744. | #define HAVE_SYS_IOCTL_H 1
  4745. | #define HAVE_SYS_PARAM_H 1
  4746. | #define HAVE_SYS_RESOURCE_H 1
  4747. | #define HAVE_SYS_SELECT_H 1
  4748. | #define HAVE_SYS_SOCKET_H 1
  4749. | #define HAVE_SYS_SYSCALL_H 1
  4750. | #define HAVE_SYS_TIME_H 1
  4751. | #define HAVE_SYS_TIMES_H 1
  4752. | #define HAVE_SYS_UIO_H 1
  4753. | #define HAVE_TIME_H 1
  4754. | #define HAVE_UCONTEXT_H 1
  4755. | #define HAVE_UTIME_H 1
  4756. | #define HAVE_TYPEOF 1
  4757. | #define HAVE_LONG_LONG 1
  4758. | #define HAVE_OFF_T 1
  4759. | #define SIZEOF_INT 4
  4760. | #define SIZEOF_SHORT 2
  4761. | #define SIZEOF_LONG 8
  4762. | #define SIZEOF_LONG_LONG 8
  4763. | #define SIZEOF___INT64 0
  4764. | #define SIZEOF___INT128 16
  4765. | #define SIZEOF_OFF_T 8
  4766. | #define SIZEOF_VOIDP 8
  4767. | #define SIZEOF_FLOAT 4
  4768. | #define SIZEOF_DOUBLE 8
  4769. | #define SIZEOF_TIME_T 8
  4770. | #define SIZEOF_CLOCK_T 8
  4771. | #define PACKED_STRUCT(x) x __attribute__((packed))
  4772. | #define PACKED_STRUCT_UNALIGNED(x) x
  4773. | #define PRI_LL_PREFIX "ll"
  4774. | /* end confdefs.h. */
  4775. | #include <stdio.h>
  4776. | #ifdef HAVE_SYS_TYPES_H
  4777. | # include <sys/types.h>
  4778. | #endif
  4779. | #ifdef HAVE_SYS_STAT_H
  4780. | # include <sys/stat.h>
  4781. | #endif
  4782. | #ifdef STDC_HEADERS
  4783. | # include <stdlib.h>
  4784. | # include <stddef.h>
  4785. | #else
  4786. | # ifdef HAVE_STDLIB_H
  4787. | # include <stdlib.h>
  4788. | # endif
  4789. | #endif
  4790. | #ifdef HAVE_STRING_H
  4791. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4792. | # include <memory.h>
  4793. | # endif
  4794. | # include <string.h>
  4795. | #endif
  4796. | #ifdef HAVE_STRINGS_H
  4797. | # include <strings.h>
  4798. | #endif
  4799. | #ifdef HAVE_INTTYPES_H
  4800. | # include <inttypes.h>
  4801. | #endif
  4802. | #ifdef HAVE_STDINT_H
  4803. | # include <stdint.h>
  4804. | #endif
  4805. | #ifdef HAVE_UNISTD_H
  4806. | # include <unistd.h>
  4807. | #endif
  4808. | int
  4809. | main ()
  4810. | {
  4811. | if (sizeof ((pid_t)))
  4812. | return 0;
  4813. | ;
  4814. | return 0;
  4815. | }
  4816. configure:13407: result: yes
  4817. configure:13414: checking for convertible type of pid_t
  4818. configure:13442: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4819. conftest.c:113:24: error: 'test_array' declared as an array with a negative size
  4820. static int test_array [1 - 2 * !((pid_t)-1 > 0)];
  4821. ^~~~~~~~~~~~~~~~~~~~~~~~
  4822. 1 error generated.
  4823. configure:13442: $? = 1
  4824. configure: failed program was:
  4825. | /* confdefs.h */
  4826. | #define PACKAGE_NAME ""
  4827. | #define PACKAGE_TARNAME ""
  4828. | #define PACKAGE_VERSION ""
  4829. | #define PACKAGE_STRING ""
  4830. | #define PACKAGE_BUGREPORT ""
  4831. | #define PACKAGE_URL ""
  4832. | #define CANONICALIZATION_FOR_MATHN 1
  4833. | #define STDC_HEADERS 1
  4834. | #define HAVE_SYS_TYPES_H 1
  4835. | #define HAVE_SYS_STAT_H 1
  4836. | #define HAVE_STDLIB_H 1
  4837. | #define HAVE_STRING_H 1
  4838. | #define HAVE_MEMORY_H 1
  4839. | #define HAVE_STRINGS_H 1
  4840. | #define HAVE_INTTYPES_H 1
  4841. | #define HAVE_STDINT_H 1
  4842. | #define HAVE_UNISTD_H 1
  4843. | #define __EXTENSIONS__ 1
  4844. | #define _ALL_SOURCE 1
  4845. | #define _GNU_SOURCE 1
  4846. | #define _POSIX_PTHREAD_SEMANTICS 1
  4847. | #define _TANDEM_SOURCE 1
  4848. | #define HAVE_INFINITY 1
  4849. | #define HAVE_NAN 1
  4850. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  4851. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  4852. | #define BROKEN_CRYPT 1
  4853. | #define HAVE_CRT_EXTERNS_H 1
  4854. | #define HAVE_LIBDL 1
  4855. | #define HAVE_DIRENT_H 1
  4856. | #define HAVE__BOOL 1
  4857. | #define HAVE_STDBOOL_H 1
  4858. | #define HAVE_SYS_WAIT_H 1
  4859. | #define HAVE_GRP_H 1
  4860. | #define HAVE_FCNTL_H 1
  4861. | #define HAVE_FLOAT_H 1
  4862. | #define HAVE_LANGINFO_H 1
  4863. | #define HAVE_LIMITS_H 1
  4864. | #define HAVE_LOCALE_H 1
  4865. | #define HAVE_MALLOC_MALLOC_H 1
  4866. | #define HAVE_PWD_H 1
  4867. | #define HAVE_SYS_ATTR_H 1
  4868. | #define HAVE_SYS_FCNTL_H 1
  4869. | #define HAVE_SYS_FILE_H 1
  4870. | #define HAVE_SYS_IOCTL_H 1
  4871. | #define HAVE_SYS_PARAM_H 1
  4872. | #define HAVE_SYS_RESOURCE_H 1
  4873. | #define HAVE_SYS_SELECT_H 1
  4874. | #define HAVE_SYS_SOCKET_H 1
  4875. | #define HAVE_SYS_SYSCALL_H 1
  4876. | #define HAVE_SYS_TIME_H 1
  4877. | #define HAVE_SYS_TIMES_H 1
  4878. | #define HAVE_SYS_UIO_H 1
  4879. | #define HAVE_TIME_H 1
  4880. | #define HAVE_UCONTEXT_H 1
  4881. | #define HAVE_UTIME_H 1
  4882. | #define HAVE_TYPEOF 1
  4883. | #define HAVE_LONG_LONG 1
  4884. | #define HAVE_OFF_T 1
  4885. | #define SIZEOF_INT 4
  4886. | #define SIZEOF_SHORT 2
  4887. | #define SIZEOF_LONG 8
  4888. | #define SIZEOF_LONG_LONG 8
  4889. | #define SIZEOF___INT64 0
  4890. | #define SIZEOF___INT128 16
  4891. | #define SIZEOF_OFF_T 8
  4892. | #define SIZEOF_VOIDP 8
  4893. | #define SIZEOF_FLOAT 4
  4894. | #define SIZEOF_DOUBLE 8
  4895. | #define SIZEOF_TIME_T 8
  4896. | #define SIZEOF_CLOCK_T 8
  4897. | #define PACKED_STRUCT(x) x __attribute__((packed))
  4898. | #define PACKED_STRUCT_UNALIGNED(x) x
  4899. | #define PRI_LL_PREFIX "ll"
  4900. | /* end confdefs.h. */
  4901. | #include <stdio.h>
  4902. | #ifdef HAVE_SYS_TYPES_H
  4903. | # include <sys/types.h>
  4904. | #endif
  4905. | #ifdef HAVE_SYS_STAT_H
  4906. | # include <sys/stat.h>
  4907. | #endif
  4908. | #ifdef STDC_HEADERS
  4909. | # include <stdlib.h>
  4910. | # include <stddef.h>
  4911. | #else
  4912. | # ifdef HAVE_STDLIB_H
  4913. | # include <stdlib.h>
  4914. | # endif
  4915. | #endif
  4916. | #ifdef HAVE_STRING_H
  4917. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4918. | # include <memory.h>
  4919. | # endif
  4920. | # include <string.h>
  4921. | #endif
  4922. | #ifdef HAVE_STRINGS_H
  4923. | # include <strings.h>
  4924. | #endif
  4925. | #ifdef HAVE_INTTYPES_H
  4926. | # include <inttypes.h>
  4927. | #endif
  4928. | #ifdef HAVE_STDINT_H
  4929. | # include <stdint.h>
  4930. | #endif
  4931. | #ifdef HAVE_UNISTD_H
  4932. | # include <unistd.h>
  4933. | #endif
  4934. | int
  4935. | main ()
  4936. | {
  4937. | static int test_array [1 - 2 * !((pid_t)-1 > 0)];
  4938. | test_array [0] = 0;
  4939. | return test_array [0];
  4940. |
  4941. | ;
  4942. | return 0;
  4943. | }
  4944. configure:13471: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4945. conftest.c:113:38: error: redefinition of 'rbcv_conftest_var' with a different type: 'rbcv_conftest_replace_type' (aka 'long long') vs 'rbcv_conftest_target_type' (aka 'int')
  4946. extern rbcv_conftest_replace_type rbcv_conftest_var;
  4947. ^
  4948. conftest.c:112:37: note: previous definition is here
  4949. extern rbcv_conftest_target_type rbcv_conftest_var;
  4950. ^
  4951. conftest.c:115:38: error: conflicting types for 'rbcv_conftest_func'
  4952. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  4953. ^
  4954. conftest.c:114:37: note: previous declaration is here
  4955. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  4956. ^
  4957. conftest.c:120:24: error: 'test_array' declared as an array with a negative size
  4958. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  4959. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4960. 3 errors generated.
  4961. configure:13471: $? = 1
  4962. configure: failed program was:
  4963. | /* confdefs.h */
  4964. | #define PACKAGE_NAME ""
  4965. | #define PACKAGE_TARNAME ""
  4966. | #define PACKAGE_VERSION ""
  4967. | #define PACKAGE_STRING ""
  4968. | #define PACKAGE_BUGREPORT ""
  4969. | #define PACKAGE_URL ""
  4970. | #define CANONICALIZATION_FOR_MATHN 1
  4971. | #define STDC_HEADERS 1
  4972. | #define HAVE_SYS_TYPES_H 1
  4973. | #define HAVE_SYS_STAT_H 1
  4974. | #define HAVE_STDLIB_H 1
  4975. | #define HAVE_STRING_H 1
  4976. | #define HAVE_MEMORY_H 1
  4977. | #define HAVE_STRINGS_H 1
  4978. | #define HAVE_INTTYPES_H 1
  4979. | #define HAVE_STDINT_H 1
  4980. | #define HAVE_UNISTD_H 1
  4981. | #define __EXTENSIONS__ 1
  4982. | #define _ALL_SOURCE 1
  4983. | #define _GNU_SOURCE 1
  4984. | #define _POSIX_PTHREAD_SEMANTICS 1
  4985. | #define _TANDEM_SOURCE 1
  4986. | #define HAVE_INFINITY 1
  4987. | #define HAVE_NAN 1
  4988. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  4989. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  4990. | #define BROKEN_CRYPT 1
  4991. | #define HAVE_CRT_EXTERNS_H 1
  4992. | #define HAVE_LIBDL 1
  4993. | #define HAVE_DIRENT_H 1
  4994. | #define HAVE__BOOL 1
  4995. | #define HAVE_STDBOOL_H 1
  4996. | #define HAVE_SYS_WAIT_H 1
  4997. | #define HAVE_GRP_H 1
  4998. | #define HAVE_FCNTL_H 1
  4999. | #define HAVE_FLOAT_H 1
  5000. | #define HAVE_LANGINFO_H 1
  5001. | #define HAVE_LIMITS_H 1
  5002. | #define HAVE_LOCALE_H 1
  5003. | #define HAVE_MALLOC_MALLOC_H 1
  5004. | #define HAVE_PWD_H 1
  5005. | #define HAVE_SYS_ATTR_H 1
  5006. | #define HAVE_SYS_FCNTL_H 1
  5007. | #define HAVE_SYS_FILE_H 1
  5008. | #define HAVE_SYS_IOCTL_H 1
  5009. | #define HAVE_SYS_PARAM_H 1
  5010. | #define HAVE_SYS_RESOURCE_H 1
  5011. | #define HAVE_SYS_SELECT_H 1
  5012. | #define HAVE_SYS_SOCKET_H 1
  5013. | #define HAVE_SYS_SYSCALL_H 1
  5014. | #define HAVE_SYS_TIME_H 1
  5015. | #define HAVE_SYS_TIMES_H 1
  5016. | #define HAVE_SYS_UIO_H 1
  5017. | #define HAVE_TIME_H 1
  5018. | #define HAVE_UCONTEXT_H 1
  5019. | #define HAVE_UTIME_H 1
  5020. | #define HAVE_TYPEOF 1
  5021. | #define HAVE_LONG_LONG 1
  5022. | #define HAVE_OFF_T 1
  5023. | #define SIZEOF_INT 4
  5024. | #define SIZEOF_SHORT 2
  5025. | #define SIZEOF_LONG 8
  5026. | #define SIZEOF_LONG_LONG 8
  5027. | #define SIZEOF___INT64 0
  5028. | #define SIZEOF___INT128 16
  5029. | #define SIZEOF_OFF_T 8
  5030. | #define SIZEOF_VOIDP 8
  5031. | #define SIZEOF_FLOAT 4
  5032. | #define SIZEOF_DOUBLE 8
  5033. | #define SIZEOF_TIME_T 8
  5034. | #define SIZEOF_CLOCK_T 8
  5035. | #define PACKED_STRUCT(x) x __attribute__((packed))
  5036. | #define PACKED_STRUCT_UNALIGNED(x) x
  5037. | #define PRI_LL_PREFIX "ll"
  5038. | /* end confdefs.h. */
  5039. | #include <stdio.h>
  5040. | #ifdef HAVE_SYS_TYPES_H
  5041. | # include <sys/types.h>
  5042. | #endif
  5043. | #ifdef HAVE_SYS_STAT_H
  5044. | # include <sys/stat.h>
  5045. | #endif
  5046. | #ifdef STDC_HEADERS
  5047. | # include <stdlib.h>
  5048. | # include <stddef.h>
  5049. | #else
  5050. | # ifdef HAVE_STDLIB_H
  5051. | # include <stdlib.h>
  5052. | # endif
  5053. | #endif
  5054. | #ifdef HAVE_STRING_H
  5055. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5056. | # include <memory.h>
  5057. | # endif
  5058. | # include <string.h>
  5059. | #endif
  5060. | #ifdef HAVE_STRINGS_H
  5061. | # include <strings.h>
  5062. | #endif
  5063. | #ifdef HAVE_INTTYPES_H
  5064. | # include <inttypes.h>
  5065. | #endif
  5066. | #ifdef HAVE_STDINT_H
  5067. | # include <stdint.h>
  5068. | #endif
  5069. | #ifdef HAVE_UNISTD_H
  5070. | # include <unistd.h>
  5071. | #endif
  5072. | typedef pid_t rbcv_conftest_target_type;
  5073. | typedef long long rbcv_conftest_replace_type;
  5074. | extern rbcv_conftest_target_type rbcv_conftest_var;
  5075. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  5076. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5077. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5078. |
  5079. | int
  5080. | main ()
  5081. | {
  5082. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5083. | test_array [0] = 0;
  5084. | return test_array [0];
  5085. |
  5086. | ;
  5087. | return 0;
  5088. | }
  5089. configure:13471: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5090. conftest.c:113:38: error: redefinition of 'rbcv_conftest_var' with a different type: 'rbcv_conftest_replace_type' (aka 'long') vs 'rbcv_conftest_target_type' (aka 'int')
  5091. extern rbcv_conftest_replace_type rbcv_conftest_var;
  5092. ^
  5093. conftest.c:112:37: note: previous definition is here
  5094. extern rbcv_conftest_target_type rbcv_conftest_var;
  5095. ^
  5096. conftest.c:115:38: error: conflicting types for 'rbcv_conftest_func'
  5097. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5098. ^
  5099. conftest.c:114:37: note: previous declaration is here
  5100. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5101. ^
  5102. conftest.c:120:24: error: 'test_array' declared as an array with a negative size
  5103. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5104. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5105. 3 errors generated.
  5106. configure:13471: $? = 1
  5107. configure: failed program was:
  5108. | /* confdefs.h */
  5109. | #define PACKAGE_NAME ""
  5110. | #define PACKAGE_TARNAME ""
  5111. | #define PACKAGE_VERSION ""
  5112. | #define PACKAGE_STRING ""
  5113. | #define PACKAGE_BUGREPORT ""
  5114. | #define PACKAGE_URL ""
  5115. | #define CANONICALIZATION_FOR_MATHN 1
  5116. | #define STDC_HEADERS 1
  5117. | #define HAVE_SYS_TYPES_H 1
  5118. | #define HAVE_SYS_STAT_H 1
  5119. | #define HAVE_STDLIB_H 1
  5120. | #define HAVE_STRING_H 1
  5121. | #define HAVE_MEMORY_H 1
  5122. | #define HAVE_STRINGS_H 1
  5123. | #define HAVE_INTTYPES_H 1
  5124. | #define HAVE_STDINT_H 1
  5125. | #define HAVE_UNISTD_H 1
  5126. | #define __EXTENSIONS__ 1
  5127. | #define _ALL_SOURCE 1
  5128. | #define _GNU_SOURCE 1
  5129. | #define _POSIX_PTHREAD_SEMANTICS 1
  5130. | #define _TANDEM_SOURCE 1
  5131. | #define HAVE_INFINITY 1
  5132. | #define HAVE_NAN 1
  5133. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  5134. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  5135. | #define BROKEN_CRYPT 1
  5136. | #define HAVE_CRT_EXTERNS_H 1
  5137. | #define HAVE_LIBDL 1
  5138. | #define HAVE_DIRENT_H 1
  5139. | #define HAVE__BOOL 1
  5140. | #define HAVE_STDBOOL_H 1
  5141. | #define HAVE_SYS_WAIT_H 1
  5142. | #define HAVE_GRP_H 1
  5143. | #define HAVE_FCNTL_H 1
  5144. | #define HAVE_FLOAT_H 1
  5145. | #define HAVE_LANGINFO_H 1
  5146. | #define HAVE_LIMITS_H 1
  5147. | #define HAVE_LOCALE_H 1
  5148. | #define HAVE_MALLOC_MALLOC_H 1
  5149. | #define HAVE_PWD_H 1
  5150. | #define HAVE_SYS_ATTR_H 1
  5151. | #define HAVE_SYS_FCNTL_H 1
  5152. | #define HAVE_SYS_FILE_H 1
  5153. | #define HAVE_SYS_IOCTL_H 1
  5154. | #define HAVE_SYS_PARAM_H 1
  5155. | #define HAVE_SYS_RESOURCE_H 1
  5156. | #define HAVE_SYS_SELECT_H 1
  5157. | #define HAVE_SYS_SOCKET_H 1
  5158. | #define HAVE_SYS_SYSCALL_H 1
  5159. | #define HAVE_SYS_TIME_H 1
  5160. | #define HAVE_SYS_TIMES_H 1
  5161. | #define HAVE_SYS_UIO_H 1
  5162. | #define HAVE_TIME_H 1
  5163. | #define HAVE_UCONTEXT_H 1
  5164. | #define HAVE_UTIME_H 1
  5165. | #define HAVE_TYPEOF 1
  5166. | #define HAVE_LONG_LONG 1
  5167. | #define HAVE_OFF_T 1
  5168. | #define SIZEOF_INT 4
  5169. | #define SIZEOF_SHORT 2
  5170. | #define SIZEOF_LONG 8
  5171. | #define SIZEOF_LONG_LONG 8
  5172. | #define SIZEOF___INT64 0
  5173. | #define SIZEOF___INT128 16
  5174. | #define SIZEOF_OFF_T 8
  5175. | #define SIZEOF_VOIDP 8
  5176. | #define SIZEOF_FLOAT 4
  5177. | #define SIZEOF_DOUBLE 8
  5178. | #define SIZEOF_TIME_T 8
  5179. | #define SIZEOF_CLOCK_T 8
  5180. | #define PACKED_STRUCT(x) x __attribute__((packed))
  5181. | #define PACKED_STRUCT_UNALIGNED(x) x
  5182. | #define PRI_LL_PREFIX "ll"
  5183. | /* end confdefs.h. */
  5184. | #include <stdio.h>
  5185. | #ifdef HAVE_SYS_TYPES_H
  5186. | # include <sys/types.h>
  5187. | #endif
  5188. | #ifdef HAVE_SYS_STAT_H
  5189. | # include <sys/stat.h>
  5190. | #endif
  5191. | #ifdef STDC_HEADERS
  5192. | # include <stdlib.h>
  5193. | # include <stddef.h>
  5194. | #else
  5195. | # ifdef HAVE_STDLIB_H
  5196. | # include <stdlib.h>
  5197. | # endif
  5198. | #endif
  5199. | #ifdef HAVE_STRING_H
  5200. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5201. | # include <memory.h>
  5202. | # endif
  5203. | # include <string.h>
  5204. | #endif
  5205. | #ifdef HAVE_STRINGS_H
  5206. | # include <strings.h>
  5207. | #endif
  5208. | #ifdef HAVE_INTTYPES_H
  5209. | # include <inttypes.h>
  5210. | #endif
  5211. | #ifdef HAVE_STDINT_H
  5212. | # include <stdint.h>
  5213. | #endif
  5214. | #ifdef HAVE_UNISTD_H
  5215. | # include <unistd.h>
  5216. | #endif
  5217. | typedef pid_t rbcv_conftest_target_type;
  5218. | typedef long rbcv_conftest_replace_type;
  5219. | extern rbcv_conftest_target_type rbcv_conftest_var;
  5220. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  5221. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5222. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5223. |
  5224. | int
  5225. | main ()
  5226. | {
  5227. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5228. | test_array [0] = 0;
  5229. | return test_array [0];
  5230. |
  5231. | ;
  5232. | return 0;
  5233. | }
  5234. configure:13471: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5235. configure:13471: $? = 0
  5236. configure:13490: result: INT
  5237. configure:13537: checking for uid_t
  5238. configure:13537: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5239. configure:13537: $? = 0
  5240. configure:13537: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5241. conftest.c:118:20: error: expected expression
  5242. if (sizeof ((uid_t)))
  5243. ^
  5244. 1 error generated.
  5245. configure:13537: $? = 1
  5246. configure: failed program was:
  5247. | /* confdefs.h */
  5248. | #define PACKAGE_NAME ""
  5249. | #define PACKAGE_TARNAME ""
  5250. | #define PACKAGE_VERSION ""
  5251. | #define PACKAGE_STRING ""
  5252. | #define PACKAGE_BUGREPORT ""
  5253. | #define PACKAGE_URL ""
  5254. | #define CANONICALIZATION_FOR_MATHN 1
  5255. | #define STDC_HEADERS 1
  5256. | #define HAVE_SYS_TYPES_H 1
  5257. | #define HAVE_SYS_STAT_H 1
  5258. | #define HAVE_STDLIB_H 1
  5259. | #define HAVE_STRING_H 1
  5260. | #define HAVE_MEMORY_H 1
  5261. | #define HAVE_STRINGS_H 1
  5262. | #define HAVE_INTTYPES_H 1
  5263. | #define HAVE_STDINT_H 1
  5264. | #define HAVE_UNISTD_H 1
  5265. | #define __EXTENSIONS__ 1
  5266. | #define _ALL_SOURCE 1
  5267. | #define _GNU_SOURCE 1
  5268. | #define _POSIX_PTHREAD_SEMANTICS 1
  5269. | #define _TANDEM_SOURCE 1
  5270. | #define HAVE_INFINITY 1
  5271. | #define HAVE_NAN 1
  5272. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  5273. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  5274. | #define BROKEN_CRYPT 1
  5275. | #define HAVE_CRT_EXTERNS_H 1
  5276. | #define HAVE_LIBDL 1
  5277. | #define HAVE_DIRENT_H 1
  5278. | #define HAVE__BOOL 1
  5279. | #define HAVE_STDBOOL_H 1
  5280. | #define HAVE_SYS_WAIT_H 1
  5281. | #define HAVE_GRP_H 1
  5282. | #define HAVE_FCNTL_H 1
  5283. | #define HAVE_FLOAT_H 1
  5284. | #define HAVE_LANGINFO_H 1
  5285. | #define HAVE_LIMITS_H 1
  5286. | #define HAVE_LOCALE_H 1
  5287. | #define HAVE_MALLOC_MALLOC_H 1
  5288. | #define HAVE_PWD_H 1
  5289. | #define HAVE_SYS_ATTR_H 1
  5290. | #define HAVE_SYS_FCNTL_H 1
  5291. | #define HAVE_SYS_FILE_H 1
  5292. | #define HAVE_SYS_IOCTL_H 1
  5293. | #define HAVE_SYS_PARAM_H 1
  5294. | #define HAVE_SYS_RESOURCE_H 1
  5295. | #define HAVE_SYS_SELECT_H 1
  5296. | #define HAVE_SYS_SOCKET_H 1
  5297. | #define HAVE_SYS_SYSCALL_H 1
  5298. | #define HAVE_SYS_TIME_H 1
  5299. | #define HAVE_SYS_TIMES_H 1
  5300. | #define HAVE_SYS_UIO_H 1
  5301. | #define HAVE_TIME_H 1
  5302. | #define HAVE_UCONTEXT_H 1
  5303. | #define HAVE_UTIME_H 1
  5304. | #define HAVE_TYPEOF 1
  5305. | #define HAVE_LONG_LONG 1
  5306. | #define HAVE_OFF_T 1
  5307. | #define SIZEOF_INT 4
  5308. | #define SIZEOF_SHORT 2
  5309. | #define SIZEOF_LONG 8
  5310. | #define SIZEOF_LONG_LONG 8
  5311. | #define SIZEOF___INT64 0
  5312. | #define SIZEOF___INT128 16
  5313. | #define SIZEOF_OFF_T 8
  5314. | #define SIZEOF_VOIDP 8
  5315. | #define SIZEOF_FLOAT 4
  5316. | #define SIZEOF_DOUBLE 8
  5317. | #define SIZEOF_TIME_T 8
  5318. | #define SIZEOF_CLOCK_T 8
  5319. | #define PACKED_STRUCT(x) x __attribute__((packed))
  5320. | #define PACKED_STRUCT_UNALIGNED(x) x
  5321. | #define PRI_LL_PREFIX "ll"
  5322. | #define rb_pid_t pid_t
  5323. | #define SIGNEDNESS_OF_PID_T -1
  5324. | #define PIDT2NUM(v) INT2NUM(v)
  5325. | #define NUM2PIDT(v) NUM2INT(v)
  5326. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  5327. | /* end confdefs.h. */
  5328. | #include <stdio.h>
  5329. | #ifdef HAVE_SYS_TYPES_H
  5330. | # include <sys/types.h>
  5331. | #endif
  5332. | #ifdef HAVE_SYS_STAT_H
  5333. | # include <sys/stat.h>
  5334. | #endif
  5335. | #ifdef STDC_HEADERS
  5336. | # include <stdlib.h>
  5337. | # include <stddef.h>
  5338. | #else
  5339. | # ifdef HAVE_STDLIB_H
  5340. | # include <stdlib.h>
  5341. | # endif
  5342. | #endif
  5343. | #ifdef HAVE_STRING_H
  5344. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5345. | # include <memory.h>
  5346. | # endif
  5347. | # include <string.h>
  5348. | #endif
  5349. | #ifdef HAVE_STRINGS_H
  5350. | # include <strings.h>
  5351. | #endif
  5352. | #ifdef HAVE_INTTYPES_H
  5353. | # include <inttypes.h>
  5354. | #endif
  5355. | #ifdef HAVE_STDINT_H
  5356. | # include <stdint.h>
  5357. | #endif
  5358. | #ifdef HAVE_UNISTD_H
  5359. | # include <unistd.h>
  5360. | #endif
  5361. | int
  5362. | main ()
  5363. | {
  5364. | if (sizeof ((uid_t)))
  5365. | return 0;
  5366. | ;
  5367. | return 0;
  5368. | }
  5369. configure:13537: result: yes
  5370. configure:13544: checking for convertible type of uid_t
  5371. configure:13572: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5372. configure:13572: $? = 0
  5373. configure:13601: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5374. conftest.c:118:38: error: redefinition of 'rbcv_conftest_var' with a different type: 'rbcv_conftest_replace_type' (aka 'unsigned long long') vs 'rbcv_conftest_target_type' (aka 'unsigned int')
  5375. extern rbcv_conftest_replace_type rbcv_conftest_var;
  5376. ^
  5377. conftest.c:117:37: note: previous definition is here
  5378. extern rbcv_conftest_target_type rbcv_conftest_var;
  5379. ^
  5380. conftest.c:120:38: error: conflicting types for 'rbcv_conftest_func'
  5381. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5382. ^
  5383. conftest.c:119:37: note: previous declaration is here
  5384. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5385. ^
  5386. conftest.c:125:24: error: 'test_array' declared as an array with a negative size
  5387. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5388. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5389. 3 errors generated.
  5390. configure:13601: $? = 1
  5391. configure: failed program was:
  5392. | /* confdefs.h */
  5393. | #define PACKAGE_NAME ""
  5394. | #define PACKAGE_TARNAME ""
  5395. | #define PACKAGE_VERSION ""
  5396. | #define PACKAGE_STRING ""
  5397. | #define PACKAGE_BUGREPORT ""
  5398. | #define PACKAGE_URL ""
  5399. | #define CANONICALIZATION_FOR_MATHN 1
  5400. | #define STDC_HEADERS 1
  5401. | #define HAVE_SYS_TYPES_H 1
  5402. | #define HAVE_SYS_STAT_H 1
  5403. | #define HAVE_STDLIB_H 1
  5404. | #define HAVE_STRING_H 1
  5405. | #define HAVE_MEMORY_H 1
  5406. | #define HAVE_STRINGS_H 1
  5407. | #define HAVE_INTTYPES_H 1
  5408. | #define HAVE_STDINT_H 1
  5409. | #define HAVE_UNISTD_H 1
  5410. | #define __EXTENSIONS__ 1
  5411. | #define _ALL_SOURCE 1
  5412. | #define _GNU_SOURCE 1
  5413. | #define _POSIX_PTHREAD_SEMANTICS 1
  5414. | #define _TANDEM_SOURCE 1
  5415. | #define HAVE_INFINITY 1
  5416. | #define HAVE_NAN 1
  5417. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  5418. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  5419. | #define BROKEN_CRYPT 1
  5420. | #define HAVE_CRT_EXTERNS_H 1
  5421. | #define HAVE_LIBDL 1
  5422. | #define HAVE_DIRENT_H 1
  5423. | #define HAVE__BOOL 1
  5424. | #define HAVE_STDBOOL_H 1
  5425. | #define HAVE_SYS_WAIT_H 1
  5426. | #define HAVE_GRP_H 1
  5427. | #define HAVE_FCNTL_H 1
  5428. | #define HAVE_FLOAT_H 1
  5429. | #define HAVE_LANGINFO_H 1
  5430. | #define HAVE_LIMITS_H 1
  5431. | #define HAVE_LOCALE_H 1
  5432. | #define HAVE_MALLOC_MALLOC_H 1
  5433. | #define HAVE_PWD_H 1
  5434. | #define HAVE_SYS_ATTR_H 1
  5435. | #define HAVE_SYS_FCNTL_H 1
  5436. | #define HAVE_SYS_FILE_H 1
  5437. | #define HAVE_SYS_IOCTL_H 1
  5438. | #define HAVE_SYS_PARAM_H 1
  5439. | #define HAVE_SYS_RESOURCE_H 1
  5440. | #define HAVE_SYS_SELECT_H 1
  5441. | #define HAVE_SYS_SOCKET_H 1
  5442. | #define HAVE_SYS_SYSCALL_H 1
  5443. | #define HAVE_SYS_TIME_H 1
  5444. | #define HAVE_SYS_TIMES_H 1
  5445. | #define HAVE_SYS_UIO_H 1
  5446. | #define HAVE_TIME_H 1
  5447. | #define HAVE_UCONTEXT_H 1
  5448. | #define HAVE_UTIME_H 1
  5449. | #define HAVE_TYPEOF 1
  5450. | #define HAVE_LONG_LONG 1
  5451. | #define HAVE_OFF_T 1
  5452. | #define SIZEOF_INT 4
  5453. | #define SIZEOF_SHORT 2
  5454. | #define SIZEOF_LONG 8
  5455. | #define SIZEOF_LONG_LONG 8
  5456. | #define SIZEOF___INT64 0
  5457. | #define SIZEOF___INT128 16
  5458. | #define SIZEOF_OFF_T 8
  5459. | #define SIZEOF_VOIDP 8
  5460. | #define SIZEOF_FLOAT 4
  5461. | #define SIZEOF_DOUBLE 8
  5462. | #define SIZEOF_TIME_T 8
  5463. | #define SIZEOF_CLOCK_T 8
  5464. | #define PACKED_STRUCT(x) x __attribute__((packed))
  5465. | #define PACKED_STRUCT_UNALIGNED(x) x
  5466. | #define PRI_LL_PREFIX "ll"
  5467. | #define rb_pid_t pid_t
  5468. | #define SIGNEDNESS_OF_PID_T -1
  5469. | #define PIDT2NUM(v) INT2NUM(v)
  5470. | #define NUM2PIDT(v) NUM2INT(v)
  5471. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  5472. | /* end confdefs.h. */
  5473. | #include <stdio.h>
  5474. | #ifdef HAVE_SYS_TYPES_H
  5475. | # include <sys/types.h>
  5476. | #endif
  5477. | #ifdef HAVE_SYS_STAT_H
  5478. | # include <sys/stat.h>
  5479. | #endif
  5480. | #ifdef STDC_HEADERS
  5481. | # include <stdlib.h>
  5482. | # include <stddef.h>
  5483. | #else
  5484. | # ifdef HAVE_STDLIB_H
  5485. | # include <stdlib.h>
  5486. | # endif
  5487. | #endif
  5488. | #ifdef HAVE_STRING_H
  5489. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5490. | # include <memory.h>
  5491. | # endif
  5492. | # include <string.h>
  5493. | #endif
  5494. | #ifdef HAVE_STRINGS_H
  5495. | # include <strings.h>
  5496. | #endif
  5497. | #ifdef HAVE_INTTYPES_H
  5498. | # include <inttypes.h>
  5499. | #endif
  5500. | #ifdef HAVE_STDINT_H
  5501. | # include <stdint.h>
  5502. | #endif
  5503. | #ifdef HAVE_UNISTD_H
  5504. | # include <unistd.h>
  5505. | #endif
  5506. | typedef uid_t rbcv_conftest_target_type;
  5507. | typedef unsigned long long rbcv_conftest_replace_type;
  5508. | extern rbcv_conftest_target_type rbcv_conftest_var;
  5509. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  5510. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5511. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5512. |
  5513. | int
  5514. | main ()
  5515. | {
  5516. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5517. | test_array [0] = 0;
  5518. | return test_array [0];
  5519. |
  5520. | ;
  5521. | return 0;
  5522. | }
  5523. configure:13601: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5524. conftest.c:118:38: error: redefinition of 'rbcv_conftest_var' with a different type: 'rbcv_conftest_replace_type' (aka 'unsigned long') vs 'rbcv_conftest_target_type' (aka 'unsigned int')
  5525. extern rbcv_conftest_replace_type rbcv_conftest_var;
  5526. ^
  5527. conftest.c:117:37: note: previous definition is here
  5528. extern rbcv_conftest_target_type rbcv_conftest_var;
  5529. ^
  5530. conftest.c:120:38: error: conflicting types for 'rbcv_conftest_func'
  5531. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5532. ^
  5533. conftest.c:119:37: note: previous declaration is here
  5534. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5535. ^
  5536. conftest.c:125:24: error: 'test_array' declared as an array with a negative size
  5537. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5538. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5539. 3 errors generated.
  5540. configure:13601: $? = 1
  5541. configure: failed program was:
  5542. | /* confdefs.h */
  5543. | #define PACKAGE_NAME ""
  5544. | #define PACKAGE_TARNAME ""
  5545. | #define PACKAGE_VERSION ""
  5546. | #define PACKAGE_STRING ""
  5547. | #define PACKAGE_BUGREPORT ""
  5548. | #define PACKAGE_URL ""
  5549. | #define CANONICALIZATION_FOR_MATHN 1
  5550. | #define STDC_HEADERS 1
  5551. | #define HAVE_SYS_TYPES_H 1
  5552. | #define HAVE_SYS_STAT_H 1
  5553. | #define HAVE_STDLIB_H 1
  5554. | #define HAVE_STRING_H 1
  5555. | #define HAVE_MEMORY_H 1
  5556. | #define HAVE_STRINGS_H 1
  5557. | #define HAVE_INTTYPES_H 1
  5558. | #define HAVE_STDINT_H 1
  5559. | #define HAVE_UNISTD_H 1
  5560. | #define __EXTENSIONS__ 1
  5561. | #define _ALL_SOURCE 1
  5562. | #define _GNU_SOURCE 1
  5563. | #define _POSIX_PTHREAD_SEMANTICS 1
  5564. | #define _TANDEM_SOURCE 1
  5565. | #define HAVE_INFINITY 1
  5566. | #define HAVE_NAN 1
  5567. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  5568. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  5569. | #define BROKEN_CRYPT 1
  5570. | #define HAVE_CRT_EXTERNS_H 1
  5571. | #define HAVE_LIBDL 1
  5572. | #define HAVE_DIRENT_H 1
  5573. | #define HAVE__BOOL 1
  5574. | #define HAVE_STDBOOL_H 1
  5575. | #define HAVE_SYS_WAIT_H 1
  5576. | #define HAVE_GRP_H 1
  5577. | #define HAVE_FCNTL_H 1
  5578. | #define HAVE_FLOAT_H 1
  5579. | #define HAVE_LANGINFO_H 1
  5580. | #define HAVE_LIMITS_H 1
  5581. | #define HAVE_LOCALE_H 1
  5582. | #define HAVE_MALLOC_MALLOC_H 1
  5583. | #define HAVE_PWD_H 1
  5584. | #define HAVE_SYS_ATTR_H 1
  5585. | #define HAVE_SYS_FCNTL_H 1
  5586. | #define HAVE_SYS_FILE_H 1
  5587. | #define HAVE_SYS_IOCTL_H 1
  5588. | #define HAVE_SYS_PARAM_H 1
  5589. | #define HAVE_SYS_RESOURCE_H 1
  5590. | #define HAVE_SYS_SELECT_H 1
  5591. | #define HAVE_SYS_SOCKET_H 1
  5592. | #define HAVE_SYS_SYSCALL_H 1
  5593. | #define HAVE_SYS_TIME_H 1
  5594. | #define HAVE_SYS_TIMES_H 1
  5595. | #define HAVE_SYS_UIO_H 1
  5596. | #define HAVE_TIME_H 1
  5597. | #define HAVE_UCONTEXT_H 1
  5598. | #define HAVE_UTIME_H 1
  5599. | #define HAVE_TYPEOF 1
  5600. | #define HAVE_LONG_LONG 1
  5601. | #define HAVE_OFF_T 1
  5602. | #define SIZEOF_INT 4
  5603. | #define SIZEOF_SHORT 2
  5604. | #define SIZEOF_LONG 8
  5605. | #define SIZEOF_LONG_LONG 8
  5606. | #define SIZEOF___INT64 0
  5607. | #define SIZEOF___INT128 16
  5608. | #define SIZEOF_OFF_T 8
  5609. | #define SIZEOF_VOIDP 8
  5610. | #define SIZEOF_FLOAT 4
  5611. | #define SIZEOF_DOUBLE 8
  5612. | #define SIZEOF_TIME_T 8
  5613. | #define SIZEOF_CLOCK_T 8
  5614. | #define PACKED_STRUCT(x) x __attribute__((packed))
  5615. | #define PACKED_STRUCT_UNALIGNED(x) x
  5616. | #define PRI_LL_PREFIX "ll"
  5617. | #define rb_pid_t pid_t
  5618. | #define SIGNEDNESS_OF_PID_T -1
  5619. | #define PIDT2NUM(v) INT2NUM(v)
  5620. | #define NUM2PIDT(v) NUM2INT(v)
  5621. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  5622. | /* end confdefs.h. */
  5623. | #include <stdio.h>
  5624. | #ifdef HAVE_SYS_TYPES_H
  5625. | # include <sys/types.h>
  5626. | #endif
  5627. | #ifdef HAVE_SYS_STAT_H
  5628. | # include <sys/stat.h>
  5629. | #endif
  5630. | #ifdef STDC_HEADERS
  5631. | # include <stdlib.h>
  5632. | # include <stddef.h>
  5633. | #else
  5634. | # ifdef HAVE_STDLIB_H
  5635. | # include <stdlib.h>
  5636. | # endif
  5637. | #endif
  5638. | #ifdef HAVE_STRING_H
  5639. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5640. | # include <memory.h>
  5641. | # endif
  5642. | # include <string.h>
  5643. | #endif
  5644. | #ifdef HAVE_STRINGS_H
  5645. | # include <strings.h>
  5646. | #endif
  5647. | #ifdef HAVE_INTTYPES_H
  5648. | # include <inttypes.h>
  5649. | #endif
  5650. | #ifdef HAVE_STDINT_H
  5651. | # include <stdint.h>
  5652. | #endif
  5653. | #ifdef HAVE_UNISTD_H
  5654. | # include <unistd.h>
  5655. | #endif
  5656. | typedef uid_t rbcv_conftest_target_type;
  5657. | typedef unsigned long rbcv_conftest_replace_type;
  5658. | extern rbcv_conftest_target_type rbcv_conftest_var;
  5659. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  5660. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5661. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5662. |
  5663. | int
  5664. | main ()
  5665. | {
  5666. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5667. | test_array [0] = 0;
  5668. | return test_array [0];
  5669. |
  5670. | ;
  5671. | return 0;
  5672. | }
  5673. configure:13601: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5674. configure:13601: $? = 0
  5675. configure:13620: result: UINT
  5676. configure:13667: checking for gid_t
  5677. configure:13667: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5678. configure:13667: $? = 0
  5679. configure:13667: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5680. conftest.c:123:20: error: expected expression
  5681. if (sizeof ((gid_t)))
  5682. ^
  5683. 1 error generated.
  5684. configure:13667: $? = 1
  5685. configure: failed program was:
  5686. | /* confdefs.h */
  5687. | #define PACKAGE_NAME ""
  5688. | #define PACKAGE_TARNAME ""
  5689. | #define PACKAGE_VERSION ""
  5690. | #define PACKAGE_STRING ""
  5691. | #define PACKAGE_BUGREPORT ""
  5692. | #define PACKAGE_URL ""
  5693. | #define CANONICALIZATION_FOR_MATHN 1
  5694. | #define STDC_HEADERS 1
  5695. | #define HAVE_SYS_TYPES_H 1
  5696. | #define HAVE_SYS_STAT_H 1
  5697. | #define HAVE_STDLIB_H 1
  5698. | #define HAVE_STRING_H 1
  5699. | #define HAVE_MEMORY_H 1
  5700. | #define HAVE_STRINGS_H 1
  5701. | #define HAVE_INTTYPES_H 1
  5702. | #define HAVE_STDINT_H 1
  5703. | #define HAVE_UNISTD_H 1
  5704. | #define __EXTENSIONS__ 1
  5705. | #define _ALL_SOURCE 1
  5706. | #define _GNU_SOURCE 1
  5707. | #define _POSIX_PTHREAD_SEMANTICS 1
  5708. | #define _TANDEM_SOURCE 1
  5709. | #define HAVE_INFINITY 1
  5710. | #define HAVE_NAN 1
  5711. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  5712. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  5713. | #define BROKEN_CRYPT 1
  5714. | #define HAVE_CRT_EXTERNS_H 1
  5715. | #define HAVE_LIBDL 1
  5716. | #define HAVE_DIRENT_H 1
  5717. | #define HAVE__BOOL 1
  5718. | #define HAVE_STDBOOL_H 1
  5719. | #define HAVE_SYS_WAIT_H 1
  5720. | #define HAVE_GRP_H 1
  5721. | #define HAVE_FCNTL_H 1
  5722. | #define HAVE_FLOAT_H 1
  5723. | #define HAVE_LANGINFO_H 1
  5724. | #define HAVE_LIMITS_H 1
  5725. | #define HAVE_LOCALE_H 1
  5726. | #define HAVE_MALLOC_MALLOC_H 1
  5727. | #define HAVE_PWD_H 1
  5728. | #define HAVE_SYS_ATTR_H 1
  5729. | #define HAVE_SYS_FCNTL_H 1
  5730. | #define HAVE_SYS_FILE_H 1
  5731. | #define HAVE_SYS_IOCTL_H 1
  5732. | #define HAVE_SYS_PARAM_H 1
  5733. | #define HAVE_SYS_RESOURCE_H 1
  5734. | #define HAVE_SYS_SELECT_H 1
  5735. | #define HAVE_SYS_SOCKET_H 1
  5736. | #define HAVE_SYS_SYSCALL_H 1
  5737. | #define HAVE_SYS_TIME_H 1
  5738. | #define HAVE_SYS_TIMES_H 1
  5739. | #define HAVE_SYS_UIO_H 1
  5740. | #define HAVE_TIME_H 1
  5741. | #define HAVE_UCONTEXT_H 1
  5742. | #define HAVE_UTIME_H 1
  5743. | #define HAVE_TYPEOF 1
  5744. | #define HAVE_LONG_LONG 1
  5745. | #define HAVE_OFF_T 1
  5746. | #define SIZEOF_INT 4
  5747. | #define SIZEOF_SHORT 2
  5748. | #define SIZEOF_LONG 8
  5749. | #define SIZEOF_LONG_LONG 8
  5750. | #define SIZEOF___INT64 0
  5751. | #define SIZEOF___INT128 16
  5752. | #define SIZEOF_OFF_T 8
  5753. | #define SIZEOF_VOIDP 8
  5754. | #define SIZEOF_FLOAT 4
  5755. | #define SIZEOF_DOUBLE 8
  5756. | #define SIZEOF_TIME_T 8
  5757. | #define SIZEOF_CLOCK_T 8
  5758. | #define PACKED_STRUCT(x) x __attribute__((packed))
  5759. | #define PACKED_STRUCT_UNALIGNED(x) x
  5760. | #define PRI_LL_PREFIX "ll"
  5761. | #define rb_pid_t pid_t
  5762. | #define SIGNEDNESS_OF_PID_T -1
  5763. | #define PIDT2NUM(v) INT2NUM(v)
  5764. | #define NUM2PIDT(v) NUM2INT(v)
  5765. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  5766. | #define rb_uid_t uid_t
  5767. | #define SIGNEDNESS_OF_UID_T +1
  5768. | #define UIDT2NUM(v) UINT2NUM(v)
  5769. | #define NUM2UIDT(v) NUM2UINT(v)
  5770. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  5771. | /* end confdefs.h. */
  5772. | #include <stdio.h>
  5773. | #ifdef HAVE_SYS_TYPES_H
  5774. | # include <sys/types.h>
  5775. | #endif
  5776. | #ifdef HAVE_SYS_STAT_H
  5777. | # include <sys/stat.h>
  5778. | #endif
  5779. | #ifdef STDC_HEADERS
  5780. | # include <stdlib.h>
  5781. | # include <stddef.h>
  5782. | #else
  5783. | # ifdef HAVE_STDLIB_H
  5784. | # include <stdlib.h>
  5785. | # endif
  5786. | #endif
  5787. | #ifdef HAVE_STRING_H
  5788. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5789. | # include <memory.h>
  5790. | # endif
  5791. | # include <string.h>
  5792. | #endif
  5793. | #ifdef HAVE_STRINGS_H
  5794. | # include <strings.h>
  5795. | #endif
  5796. | #ifdef HAVE_INTTYPES_H
  5797. | # include <inttypes.h>
  5798. | #endif
  5799. | #ifdef HAVE_STDINT_H
  5800. | # include <stdint.h>
  5801. | #endif
  5802. | #ifdef HAVE_UNISTD_H
  5803. | # include <unistd.h>
  5804. | #endif
  5805. | int
  5806. | main ()
  5807. | {
  5808. | if (sizeof ((gid_t)))
  5809. | return 0;
  5810. | ;
  5811. | return 0;
  5812. | }
  5813. configure:13667: result: yes
  5814. configure:13674: checking for convertible type of gid_t
  5815. configure:13702: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5816. configure:13702: $? = 0
  5817. configure:13731: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5818. conftest.c:123:38: error: redefinition of 'rbcv_conftest_var' with a different type: 'rbcv_conftest_replace_type' (aka 'unsigned long long') vs 'rbcv_conftest_target_type' (aka 'unsigned int')
  5819. extern rbcv_conftest_replace_type rbcv_conftest_var;
  5820. ^
  5821. conftest.c:122:37: note: previous definition is here
  5822. extern rbcv_conftest_target_type rbcv_conftest_var;
  5823. ^
  5824. conftest.c:125:38: error: conflicting types for 'rbcv_conftest_func'
  5825. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5826. ^
  5827. conftest.c:124:37: note: previous declaration is here
  5828. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5829. ^
  5830. conftest.c:130:24: error: 'test_array' declared as an array with a negative size
  5831. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5832. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5833. 3 errors generated.
  5834. configure:13731: $? = 1
  5835. configure: failed program was:
  5836. | /* confdefs.h */
  5837. | #define PACKAGE_NAME ""
  5838. | #define PACKAGE_TARNAME ""
  5839. | #define PACKAGE_VERSION ""
  5840. | #define PACKAGE_STRING ""
  5841. | #define PACKAGE_BUGREPORT ""
  5842. | #define PACKAGE_URL ""
  5843. | #define CANONICALIZATION_FOR_MATHN 1
  5844. | #define STDC_HEADERS 1
  5845. | #define HAVE_SYS_TYPES_H 1
  5846. | #define HAVE_SYS_STAT_H 1
  5847. | #define HAVE_STDLIB_H 1
  5848. | #define HAVE_STRING_H 1
  5849. | #define HAVE_MEMORY_H 1
  5850. | #define HAVE_STRINGS_H 1
  5851. | #define HAVE_INTTYPES_H 1
  5852. | #define HAVE_STDINT_H 1
  5853. | #define HAVE_UNISTD_H 1
  5854. | #define __EXTENSIONS__ 1
  5855. | #define _ALL_SOURCE 1
  5856. | #define _GNU_SOURCE 1
  5857. | #define _POSIX_PTHREAD_SEMANTICS 1
  5858. | #define _TANDEM_SOURCE 1
  5859. | #define HAVE_INFINITY 1
  5860. | #define HAVE_NAN 1
  5861. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  5862. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  5863. | #define BROKEN_CRYPT 1
  5864. | #define HAVE_CRT_EXTERNS_H 1
  5865. | #define HAVE_LIBDL 1
  5866. | #define HAVE_DIRENT_H 1
  5867. | #define HAVE__BOOL 1
  5868. | #define HAVE_STDBOOL_H 1
  5869. | #define HAVE_SYS_WAIT_H 1
  5870. | #define HAVE_GRP_H 1
  5871. | #define HAVE_FCNTL_H 1
  5872. | #define HAVE_FLOAT_H 1
  5873. | #define HAVE_LANGINFO_H 1
  5874. | #define HAVE_LIMITS_H 1
  5875. | #define HAVE_LOCALE_H 1
  5876. | #define HAVE_MALLOC_MALLOC_H 1
  5877. | #define HAVE_PWD_H 1
  5878. | #define HAVE_SYS_ATTR_H 1
  5879. | #define HAVE_SYS_FCNTL_H 1
  5880. | #define HAVE_SYS_FILE_H 1
  5881. | #define HAVE_SYS_IOCTL_H 1
  5882. | #define HAVE_SYS_PARAM_H 1
  5883. | #define HAVE_SYS_RESOURCE_H 1
  5884. | #define HAVE_SYS_SELECT_H 1
  5885. | #define HAVE_SYS_SOCKET_H 1
  5886. | #define HAVE_SYS_SYSCALL_H 1
  5887. | #define HAVE_SYS_TIME_H 1
  5888. | #define HAVE_SYS_TIMES_H 1
  5889. | #define HAVE_SYS_UIO_H 1
  5890. | #define HAVE_TIME_H 1
  5891. | #define HAVE_UCONTEXT_H 1
  5892. | #define HAVE_UTIME_H 1
  5893. | #define HAVE_TYPEOF 1
  5894. | #define HAVE_LONG_LONG 1
  5895. | #define HAVE_OFF_T 1
  5896. | #define SIZEOF_INT 4
  5897. | #define SIZEOF_SHORT 2
  5898. | #define SIZEOF_LONG 8
  5899. | #define SIZEOF_LONG_LONG 8
  5900. | #define SIZEOF___INT64 0
  5901. | #define SIZEOF___INT128 16
  5902. | #define SIZEOF_OFF_T 8
  5903. | #define SIZEOF_VOIDP 8
  5904. | #define SIZEOF_FLOAT 4
  5905. | #define SIZEOF_DOUBLE 8
  5906. | #define SIZEOF_TIME_T 8
  5907. | #define SIZEOF_CLOCK_T 8
  5908. | #define PACKED_STRUCT(x) x __attribute__((packed))
  5909. | #define PACKED_STRUCT_UNALIGNED(x) x
  5910. | #define PRI_LL_PREFIX "ll"
  5911. | #define rb_pid_t pid_t
  5912. | #define SIGNEDNESS_OF_PID_T -1
  5913. | #define PIDT2NUM(v) INT2NUM(v)
  5914. | #define NUM2PIDT(v) NUM2INT(v)
  5915. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  5916. | #define rb_uid_t uid_t
  5917. | #define SIGNEDNESS_OF_UID_T +1
  5918. | #define UIDT2NUM(v) UINT2NUM(v)
  5919. | #define NUM2UIDT(v) NUM2UINT(v)
  5920. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  5921. | /* end confdefs.h. */
  5922. | #include <stdio.h>
  5923. | #ifdef HAVE_SYS_TYPES_H
  5924. | # include <sys/types.h>
  5925. | #endif
  5926. | #ifdef HAVE_SYS_STAT_H
  5927. | # include <sys/stat.h>
  5928. | #endif
  5929. | #ifdef STDC_HEADERS
  5930. | # include <stdlib.h>
  5931. | # include <stddef.h>
  5932. | #else
  5933. | # ifdef HAVE_STDLIB_H
  5934. | # include <stdlib.h>
  5935. | # endif
  5936. | #endif
  5937. | #ifdef HAVE_STRING_H
  5938. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5939. | # include <memory.h>
  5940. | # endif
  5941. | # include <string.h>
  5942. | #endif
  5943. | #ifdef HAVE_STRINGS_H
  5944. | # include <strings.h>
  5945. | #endif
  5946. | #ifdef HAVE_INTTYPES_H
  5947. | # include <inttypes.h>
  5948. | #endif
  5949. | #ifdef HAVE_STDINT_H
  5950. | # include <stdint.h>
  5951. | #endif
  5952. | #ifdef HAVE_UNISTD_H
  5953. | # include <unistd.h>
  5954. | #endif
  5955. | typedef gid_t rbcv_conftest_target_type;
  5956. | typedef unsigned long long rbcv_conftest_replace_type;
  5957. | extern rbcv_conftest_target_type rbcv_conftest_var;
  5958. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  5959. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5960. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5961. |
  5962. | int
  5963. | main ()
  5964. | {
  5965. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5966. | test_array [0] = 0;
  5967. | return test_array [0];
  5968. |
  5969. | ;
  5970. | return 0;
  5971. | }
  5972. configure:13731: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5973. conftest.c:123:38: error: redefinition of 'rbcv_conftest_var' with a different type: 'rbcv_conftest_replace_type' (aka 'unsigned long') vs 'rbcv_conftest_target_type' (aka 'unsigned int')
  5974. extern rbcv_conftest_replace_type rbcv_conftest_var;
  5975. ^
  5976. conftest.c:122:37: note: previous definition is here
  5977. extern rbcv_conftest_target_type rbcv_conftest_var;
  5978. ^
  5979. conftest.c:125:38: error: conflicting types for 'rbcv_conftest_func'
  5980. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5981. ^
  5982. conftest.c:124:37: note: previous declaration is here
  5983. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5984. ^
  5985. conftest.c:130:24: error: 'test_array' declared as an array with a negative size
  5986. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5987. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5988. 3 errors generated.
  5989. configure:13731: $? = 1
  5990. configure: failed program was:
  5991. | /* confdefs.h */
  5992. | #define PACKAGE_NAME ""
  5993. | #define PACKAGE_TARNAME ""
  5994. | #define PACKAGE_VERSION ""
  5995. | #define PACKAGE_STRING ""
  5996. | #define PACKAGE_BUGREPORT ""
  5997. | #define PACKAGE_URL ""
  5998. | #define CANONICALIZATION_FOR_MATHN 1
  5999. | #define STDC_HEADERS 1
  6000. | #define HAVE_SYS_TYPES_H 1
  6001. | #define HAVE_SYS_STAT_H 1
  6002. | #define HAVE_STDLIB_H 1
  6003. | #define HAVE_STRING_H 1
  6004. | #define HAVE_MEMORY_H 1
  6005. | #define HAVE_STRINGS_H 1
  6006. | #define HAVE_INTTYPES_H 1
  6007. | #define HAVE_STDINT_H 1
  6008. | #define HAVE_UNISTD_H 1
  6009. | #define __EXTENSIONS__ 1
  6010. | #define _ALL_SOURCE 1
  6011. | #define _GNU_SOURCE 1
  6012. | #define _POSIX_PTHREAD_SEMANTICS 1
  6013. | #define _TANDEM_SOURCE 1
  6014. | #define HAVE_INFINITY 1
  6015. | #define HAVE_NAN 1
  6016. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  6017. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  6018. | #define BROKEN_CRYPT 1
  6019. | #define HAVE_CRT_EXTERNS_H 1
  6020. | #define HAVE_LIBDL 1
  6021. | #define HAVE_DIRENT_H 1
  6022. | #define HAVE__BOOL 1
  6023. | #define HAVE_STDBOOL_H 1
  6024. | #define HAVE_SYS_WAIT_H 1
  6025. | #define HAVE_GRP_H 1
  6026. | #define HAVE_FCNTL_H 1
  6027. | #define HAVE_FLOAT_H 1
  6028. | #define HAVE_LANGINFO_H 1
  6029. | #define HAVE_LIMITS_H 1
  6030. | #define HAVE_LOCALE_H 1
  6031. | #define HAVE_MALLOC_MALLOC_H 1
  6032. | #define HAVE_PWD_H 1
  6033. | #define HAVE_SYS_ATTR_H 1
  6034. | #define HAVE_SYS_FCNTL_H 1
  6035. | #define HAVE_SYS_FILE_H 1
  6036. | #define HAVE_SYS_IOCTL_H 1
  6037. | #define HAVE_SYS_PARAM_H 1
  6038. | #define HAVE_SYS_RESOURCE_H 1
  6039. | #define HAVE_SYS_SELECT_H 1
  6040. | #define HAVE_SYS_SOCKET_H 1
  6041. | #define HAVE_SYS_SYSCALL_H 1
  6042. | #define HAVE_SYS_TIME_H 1
  6043. | #define HAVE_SYS_TIMES_H 1
  6044. | #define HAVE_SYS_UIO_H 1
  6045. | #define HAVE_TIME_H 1
  6046. | #define HAVE_UCONTEXT_H 1
  6047. | #define HAVE_UTIME_H 1
  6048. | #define HAVE_TYPEOF 1
  6049. | #define HAVE_LONG_LONG 1
  6050. | #define HAVE_OFF_T 1
  6051. | #define SIZEOF_INT 4
  6052. | #define SIZEOF_SHORT 2
  6053. | #define SIZEOF_LONG 8
  6054. | #define SIZEOF_LONG_LONG 8
  6055. | #define SIZEOF___INT64 0
  6056. | #define SIZEOF___INT128 16
  6057. | #define SIZEOF_OFF_T 8
  6058. | #define SIZEOF_VOIDP 8
  6059. | #define SIZEOF_FLOAT 4
  6060. | #define SIZEOF_DOUBLE 8
  6061. | #define SIZEOF_TIME_T 8
  6062. | #define SIZEOF_CLOCK_T 8
  6063. | #define PACKED_STRUCT(x) x __attribute__((packed))
  6064. | #define PACKED_STRUCT_UNALIGNED(x) x
  6065. | #define PRI_LL_PREFIX "ll"
  6066. | #define rb_pid_t pid_t
  6067. | #define SIGNEDNESS_OF_PID_T -1
  6068. | #define PIDT2NUM(v) INT2NUM(v)
  6069. | #define NUM2PIDT(v) NUM2INT(v)
  6070. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  6071. | #define rb_uid_t uid_t
  6072. | #define SIGNEDNESS_OF_UID_T +1
  6073. | #define UIDT2NUM(v) UINT2NUM(v)
  6074. | #define NUM2UIDT(v) NUM2UINT(v)
  6075. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  6076. | /* end confdefs.h. */
  6077. | #include <stdio.h>
  6078. | #ifdef HAVE_SYS_TYPES_H
  6079. | # include <sys/types.h>
  6080. | #endif
  6081. | #ifdef HAVE_SYS_STAT_H
  6082. | # include <sys/stat.h>
  6083. | #endif
  6084. | #ifdef STDC_HEADERS
  6085. | # include <stdlib.h>
  6086. | # include <stddef.h>
  6087. | #else
  6088. | # ifdef HAVE_STDLIB_H
  6089. | # include <stdlib.h>
  6090. | # endif
  6091. | #endif
  6092. | #ifdef HAVE_STRING_H
  6093. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6094. | # include <memory.h>
  6095. | # endif
  6096. | # include <string.h>
  6097. | #endif
  6098. | #ifdef HAVE_STRINGS_H
  6099. | # include <strings.h>
  6100. | #endif
  6101. | #ifdef HAVE_INTTYPES_H
  6102. | # include <inttypes.h>
  6103. | #endif
  6104. | #ifdef HAVE_STDINT_H
  6105. | # include <stdint.h>
  6106. | #endif
  6107. | #ifdef HAVE_UNISTD_H
  6108. | # include <unistd.h>
  6109. | #endif
  6110. | typedef gid_t rbcv_conftest_target_type;
  6111. | typedef unsigned long rbcv_conftest_replace_type;
  6112. | extern rbcv_conftest_target_type rbcv_conftest_var;
  6113. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  6114. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  6115. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  6116. |
  6117. | int
  6118. | main ()
  6119. | {
  6120. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  6121. | test_array [0] = 0;
  6122. | return test_array [0];
  6123. |
  6124. | ;
  6125. | return 0;
  6126. | }
  6127. configure:13731: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6128. configure:13731: $? = 0
  6129. configure:13750: result: UINT
  6130. configure:13797: checking for time_t
  6131. configure:13797: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6132. configure:13797: $? = 0
  6133. configure:13797: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6134. conftest.c:97:21: error: expected expression
  6135. if (sizeof ((time_t)))
  6136. ^
  6137. 1 error generated.
  6138. configure:13797: $? = 1
  6139. configure: failed program was:
  6140. | /* confdefs.h */
  6141. | #define PACKAGE_NAME ""
  6142. | #define PACKAGE_TARNAME ""
  6143. | #define PACKAGE_VERSION ""
  6144. | #define PACKAGE_STRING ""
  6145. | #define PACKAGE_BUGREPORT ""
  6146. | #define PACKAGE_URL ""
  6147. | #define CANONICALIZATION_FOR_MATHN 1
  6148. | #define STDC_HEADERS 1
  6149. | #define HAVE_SYS_TYPES_H 1
  6150. | #define HAVE_SYS_STAT_H 1
  6151. | #define HAVE_STDLIB_H 1
  6152. | #define HAVE_STRING_H 1
  6153. | #define HAVE_MEMORY_H 1
  6154. | #define HAVE_STRINGS_H 1
  6155. | #define HAVE_INTTYPES_H 1
  6156. | #define HAVE_STDINT_H 1
  6157. | #define HAVE_UNISTD_H 1
  6158. | #define __EXTENSIONS__ 1
  6159. | #define _ALL_SOURCE 1
  6160. | #define _GNU_SOURCE 1
  6161. | #define _POSIX_PTHREAD_SEMANTICS 1
  6162. | #define _TANDEM_SOURCE 1
  6163. | #define HAVE_INFINITY 1
  6164. | #define HAVE_NAN 1
  6165. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  6166. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  6167. | #define BROKEN_CRYPT 1
  6168. | #define HAVE_CRT_EXTERNS_H 1
  6169. | #define HAVE_LIBDL 1
  6170. | #define HAVE_DIRENT_H 1
  6171. | #define HAVE__BOOL 1
  6172. | #define HAVE_STDBOOL_H 1
  6173. | #define HAVE_SYS_WAIT_H 1
  6174. | #define HAVE_GRP_H 1
  6175. | #define HAVE_FCNTL_H 1
  6176. | #define HAVE_FLOAT_H 1
  6177. | #define HAVE_LANGINFO_H 1
  6178. | #define HAVE_LIMITS_H 1
  6179. | #define HAVE_LOCALE_H 1
  6180. | #define HAVE_MALLOC_MALLOC_H 1
  6181. | #define HAVE_PWD_H 1
  6182. | #define HAVE_SYS_ATTR_H 1
  6183. | #define HAVE_SYS_FCNTL_H 1
  6184. | #define HAVE_SYS_FILE_H 1
  6185. | #define HAVE_SYS_IOCTL_H 1
  6186. | #define HAVE_SYS_PARAM_H 1
  6187. | #define HAVE_SYS_RESOURCE_H 1
  6188. | #define HAVE_SYS_SELECT_H 1
  6189. | #define HAVE_SYS_SOCKET_H 1
  6190. | #define HAVE_SYS_SYSCALL_H 1
  6191. | #define HAVE_SYS_TIME_H 1
  6192. | #define HAVE_SYS_TIMES_H 1
  6193. | #define HAVE_SYS_UIO_H 1
  6194. | #define HAVE_TIME_H 1
  6195. | #define HAVE_UCONTEXT_H 1
  6196. | #define HAVE_UTIME_H 1
  6197. | #define HAVE_TYPEOF 1
  6198. | #define HAVE_LONG_LONG 1
  6199. | #define HAVE_OFF_T 1
  6200. | #define SIZEOF_INT 4
  6201. | #define SIZEOF_SHORT 2
  6202. | #define SIZEOF_LONG 8
  6203. | #define SIZEOF_LONG_LONG 8
  6204. | #define SIZEOF___INT64 0
  6205. | #define SIZEOF___INT128 16
  6206. | #define SIZEOF_OFF_T 8
  6207. | #define SIZEOF_VOIDP 8
  6208. | #define SIZEOF_FLOAT 4
  6209. | #define SIZEOF_DOUBLE 8
  6210. | #define SIZEOF_TIME_T 8
  6211. | #define SIZEOF_CLOCK_T 8
  6212. | #define PACKED_STRUCT(x) x __attribute__((packed))
  6213. | #define PACKED_STRUCT_UNALIGNED(x) x
  6214. | #define PRI_LL_PREFIX "ll"
  6215. | #define rb_pid_t pid_t
  6216. | #define SIGNEDNESS_OF_PID_T -1
  6217. | #define PIDT2NUM(v) INT2NUM(v)
  6218. | #define NUM2PIDT(v) NUM2INT(v)
  6219. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  6220. | #define rb_uid_t uid_t
  6221. | #define SIGNEDNESS_OF_UID_T +1
  6222. | #define UIDT2NUM(v) UINT2NUM(v)
  6223. | #define NUM2UIDT(v) NUM2UINT(v)
  6224. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  6225. | #define rb_gid_t gid_t
  6226. | #define SIGNEDNESS_OF_GID_T +1
  6227. | #define GIDT2NUM(v) UINT2NUM(v)
  6228. | #define NUM2GIDT(v) NUM2UINT(v)
  6229. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  6230. | /* end confdefs.h. */
  6231. | #include <time.h>
  6232. |
  6233. | int
  6234. | main ()
  6235. | {
  6236. | if (sizeof ((time_t)))
  6237. | return 0;
  6238. | ;
  6239. | return 0;
  6240. | }
  6241. configure:13797: result: yes
  6242. configure:13805: checking for convertible type of time_t
  6243. configure:13834: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6244. conftest.c:97:24: error: 'test_array' declared as an array with a negative size
  6245. static int test_array [1 - 2 * !((time_t)-1 > 0)];
  6246. ^~~~~~~~~~~~~~~~~~~~~~~~~
  6247. 1 error generated.
  6248. configure:13834: $? = 1
  6249. configure: failed program was:
  6250. | /* confdefs.h */
  6251. | #define PACKAGE_NAME ""
  6252. | #define PACKAGE_TARNAME ""
  6253. | #define PACKAGE_VERSION ""
  6254. | #define PACKAGE_STRING ""
  6255. | #define PACKAGE_BUGREPORT ""
  6256. | #define PACKAGE_URL ""
  6257. | #define CANONICALIZATION_FOR_MATHN 1
  6258. | #define STDC_HEADERS 1
  6259. | #define HAVE_SYS_TYPES_H 1
  6260. | #define HAVE_SYS_STAT_H 1
  6261. | #define HAVE_STDLIB_H 1
  6262. | #define HAVE_STRING_H 1
  6263. | #define HAVE_MEMORY_H 1
  6264. | #define HAVE_STRINGS_H 1
  6265. | #define HAVE_INTTYPES_H 1
  6266. | #define HAVE_STDINT_H 1
  6267. | #define HAVE_UNISTD_H 1
  6268. | #define __EXTENSIONS__ 1
  6269. | #define _ALL_SOURCE 1
  6270. | #define _GNU_SOURCE 1
  6271. | #define _POSIX_PTHREAD_SEMANTICS 1
  6272. | #define _TANDEM_SOURCE 1
  6273. | #define HAVE_INFINITY 1
  6274. | #define HAVE_NAN 1
  6275. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  6276. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  6277. | #define BROKEN_CRYPT 1
  6278. | #define HAVE_CRT_EXTERNS_H 1
  6279. | #define HAVE_LIBDL 1
  6280. | #define HAVE_DIRENT_H 1
  6281. | #define HAVE__BOOL 1
  6282. | #define HAVE_STDBOOL_H 1
  6283. | #define HAVE_SYS_WAIT_H 1
  6284. | #define HAVE_GRP_H 1
  6285. | #define HAVE_FCNTL_H 1
  6286. | #define HAVE_FLOAT_H 1
  6287. | #define HAVE_LANGINFO_H 1
  6288. | #define HAVE_LIMITS_H 1
  6289. | #define HAVE_LOCALE_H 1
  6290. | #define HAVE_MALLOC_MALLOC_H 1
  6291. | #define HAVE_PWD_H 1
  6292. | #define HAVE_SYS_ATTR_H 1
  6293. | #define HAVE_SYS_FCNTL_H 1
  6294. | #define HAVE_SYS_FILE_H 1
  6295. | #define HAVE_SYS_IOCTL_H 1
  6296. | #define HAVE_SYS_PARAM_H 1
  6297. | #define HAVE_SYS_RESOURCE_H 1
  6298. | #define HAVE_SYS_SELECT_H 1
  6299. | #define HAVE_SYS_SOCKET_H 1
  6300. | #define HAVE_SYS_SYSCALL_H 1
  6301. | #define HAVE_SYS_TIME_H 1
  6302. | #define HAVE_SYS_TIMES_H 1
  6303. | #define HAVE_SYS_UIO_H 1
  6304. | #define HAVE_TIME_H 1
  6305. | #define HAVE_UCONTEXT_H 1
  6306. | #define HAVE_UTIME_H 1
  6307. | #define HAVE_TYPEOF 1
  6308. | #define HAVE_LONG_LONG 1
  6309. | #define HAVE_OFF_T 1
  6310. | #define SIZEOF_INT 4
  6311. | #define SIZEOF_SHORT 2
  6312. | #define SIZEOF_LONG 8
  6313. | #define SIZEOF_LONG_LONG 8
  6314. | #define SIZEOF___INT64 0
  6315. | #define SIZEOF___INT128 16
  6316. | #define SIZEOF_OFF_T 8
  6317. | #define SIZEOF_VOIDP 8
  6318. | #define SIZEOF_FLOAT 4
  6319. | #define SIZEOF_DOUBLE 8
  6320. | #define SIZEOF_TIME_T 8
  6321. | #define SIZEOF_CLOCK_T 8
  6322. | #define PACKED_STRUCT(x) x __attribute__((packed))
  6323. | #define PACKED_STRUCT_UNALIGNED(x) x
  6324. | #define PRI_LL_PREFIX "ll"
  6325. | #define rb_pid_t pid_t
  6326. | #define SIGNEDNESS_OF_PID_T -1
  6327. | #define PIDT2NUM(v) INT2NUM(v)
  6328. | #define NUM2PIDT(v) NUM2INT(v)
  6329. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  6330. | #define rb_uid_t uid_t
  6331. | #define SIGNEDNESS_OF_UID_T +1
  6332. | #define UIDT2NUM(v) UINT2NUM(v)
  6333. | #define NUM2UIDT(v) NUM2UINT(v)
  6334. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  6335. | #define rb_gid_t gid_t
  6336. | #define SIGNEDNESS_OF_GID_T +1
  6337. | #define GIDT2NUM(v) UINT2NUM(v)
  6338. | #define NUM2GIDT(v) NUM2UINT(v)
  6339. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  6340. | /* end confdefs.h. */
  6341. | #include <time.h>
  6342. |
  6343. | int
  6344. | main ()
  6345. | {
  6346. | static int test_array [1 - 2 * !((time_t)-1 > 0)];
  6347. | test_array [0] = 0;
  6348. | return test_array [0];
  6349. |
  6350. | ;
  6351. | return 0;
  6352. | }
  6353. configure:13864: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6354. conftest.c:97:38: error: redefinition of 'rbcv_conftest_var' with a different type: 'rbcv_conftest_replace_type' (aka 'long long') vs 'rbcv_conftest_target_type' (aka 'long')
  6355. extern rbcv_conftest_replace_type rbcv_conftest_var;
  6356. ^
  6357. conftest.c:96:37: note: previous definition is here
  6358. extern rbcv_conftest_target_type rbcv_conftest_var;
  6359. ^
  6360. conftest.c:99:38: error: conflicting types for 'rbcv_conftest_func'
  6361. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  6362. ^
  6363. conftest.c:98:37: note: previous declaration is here
  6364. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  6365. ^
  6366. 2 errors generated.
  6367. configure:13864: $? = 1
  6368. configure: failed program was:
  6369. | /* confdefs.h */
  6370. | #define PACKAGE_NAME ""
  6371. | #define PACKAGE_TARNAME ""
  6372. | #define PACKAGE_VERSION ""
  6373. | #define PACKAGE_STRING ""
  6374. | #define PACKAGE_BUGREPORT ""
  6375. | #define PACKAGE_URL ""
  6376. | #define CANONICALIZATION_FOR_MATHN 1
  6377. | #define STDC_HEADERS 1
  6378. | #define HAVE_SYS_TYPES_H 1
  6379. | #define HAVE_SYS_STAT_H 1
  6380. | #define HAVE_STDLIB_H 1
  6381. | #define HAVE_STRING_H 1
  6382. | #define HAVE_MEMORY_H 1
  6383. | #define HAVE_STRINGS_H 1
  6384. | #define HAVE_INTTYPES_H 1
  6385. | #define HAVE_STDINT_H 1
  6386. | #define HAVE_UNISTD_H 1
  6387. | #define __EXTENSIONS__ 1
  6388. | #define _ALL_SOURCE 1
  6389. | #define _GNU_SOURCE 1
  6390. | #define _POSIX_PTHREAD_SEMANTICS 1
  6391. | #define _TANDEM_SOURCE 1
  6392. | #define HAVE_INFINITY 1
  6393. | #define HAVE_NAN 1
  6394. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  6395. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  6396. | #define BROKEN_CRYPT 1
  6397. | #define HAVE_CRT_EXTERNS_H 1
  6398. | #define HAVE_LIBDL 1
  6399. | #define HAVE_DIRENT_H 1
  6400. | #define HAVE__BOOL 1
  6401. | #define HAVE_STDBOOL_H 1
  6402. | #define HAVE_SYS_WAIT_H 1
  6403. | #define HAVE_GRP_H 1
  6404. | #define HAVE_FCNTL_H 1
  6405. | #define HAVE_FLOAT_H 1
  6406. | #define HAVE_LANGINFO_H 1
  6407. | #define HAVE_LIMITS_H 1
  6408. | #define HAVE_LOCALE_H 1
  6409. | #define HAVE_MALLOC_MALLOC_H 1
  6410. | #define HAVE_PWD_H 1
  6411. | #define HAVE_SYS_ATTR_H 1
  6412. | #define HAVE_SYS_FCNTL_H 1
  6413. | #define HAVE_SYS_FILE_H 1
  6414. | #define HAVE_SYS_IOCTL_H 1
  6415. | #define HAVE_SYS_PARAM_H 1
  6416. | #define HAVE_SYS_RESOURCE_H 1
  6417. | #define HAVE_SYS_SELECT_H 1
  6418. | #define HAVE_SYS_SOCKET_H 1
  6419. | #define HAVE_SYS_SYSCALL_H 1
  6420. | #define HAVE_SYS_TIME_H 1
  6421. | #define HAVE_SYS_TIMES_H 1
  6422. | #define HAVE_SYS_UIO_H 1
  6423. | #define HAVE_TIME_H 1
  6424. | #define HAVE_UCONTEXT_H 1
  6425. | #define HAVE_UTIME_H 1
  6426. | #define HAVE_TYPEOF 1
  6427. | #define HAVE_LONG_LONG 1
  6428. | #define HAVE_OFF_T 1
  6429. | #define SIZEOF_INT 4
  6430. | #define SIZEOF_SHORT 2
  6431. | #define SIZEOF_LONG 8
  6432. | #define SIZEOF_LONG_LONG 8
  6433. | #define SIZEOF___INT64 0
  6434. | #define SIZEOF___INT128 16
  6435. | #define SIZEOF_OFF_T 8
  6436. | #define SIZEOF_VOIDP 8
  6437. | #define SIZEOF_FLOAT 4
  6438. | #define SIZEOF_DOUBLE 8
  6439. | #define SIZEOF_TIME_T 8
  6440. | #define SIZEOF_CLOCK_T 8
  6441. | #define PACKED_STRUCT(x) x __attribute__((packed))
  6442. | #define PACKED_STRUCT_UNALIGNED(x) x
  6443. | #define PRI_LL_PREFIX "ll"
  6444. | #define rb_pid_t pid_t
  6445. | #define SIGNEDNESS_OF_PID_T -1
  6446. | #define PIDT2NUM(v) INT2NUM(v)
  6447. | #define NUM2PIDT(v) NUM2INT(v)
  6448. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  6449. | #define rb_uid_t uid_t
  6450. | #define SIGNEDNESS_OF_UID_T +1
  6451. | #define UIDT2NUM(v) UINT2NUM(v)
  6452. | #define NUM2UIDT(v) NUM2UINT(v)
  6453. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  6454. | #define rb_gid_t gid_t
  6455. | #define SIGNEDNESS_OF_GID_T +1
  6456. | #define GIDT2NUM(v) UINT2NUM(v)
  6457. | #define NUM2GIDT(v) NUM2UINT(v)
  6458. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  6459. | /* end confdefs.h. */
  6460. | #include <time.h>
  6461. |
  6462. | typedef time_t rbcv_conftest_target_type;
  6463. | typedef long long rbcv_conftest_replace_type;
  6464. | extern rbcv_conftest_target_type rbcv_conftest_var;
  6465. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  6466. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  6467. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  6468. |
  6469. | int
  6470. | main ()
  6471. | {
  6472. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  6473. | test_array [0] = 0;
  6474. | return test_array [0];
  6475. |
  6476. | ;
  6477. | return 0;
  6478. | }
  6479. configure:13864: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6480. configure:13864: $? = 0
  6481. configure:13883: result: LONG
  6482. configure:13930: checking for dev_t
  6483. configure:13930: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6484. configure:13930: $? = 0
  6485. configure:13930: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6486. conftest.c:133:20: error: expected expression
  6487. if (sizeof ((dev_t)))
  6488. ^
  6489. 1 error generated.
  6490. configure:13930: $? = 1
  6491. configure: failed program was:
  6492. | /* confdefs.h */
  6493. | #define PACKAGE_NAME ""
  6494. | #define PACKAGE_TARNAME ""
  6495. | #define PACKAGE_VERSION ""
  6496. | #define PACKAGE_STRING ""
  6497. | #define PACKAGE_BUGREPORT ""
  6498. | #define PACKAGE_URL ""
  6499. | #define CANONICALIZATION_FOR_MATHN 1
  6500. | #define STDC_HEADERS 1
  6501. | #define HAVE_SYS_TYPES_H 1
  6502. | #define HAVE_SYS_STAT_H 1
  6503. | #define HAVE_STDLIB_H 1
  6504. | #define HAVE_STRING_H 1
  6505. | #define HAVE_MEMORY_H 1
  6506. | #define HAVE_STRINGS_H 1
  6507. | #define HAVE_INTTYPES_H 1
  6508. | #define HAVE_STDINT_H 1
  6509. | #define HAVE_UNISTD_H 1
  6510. | #define __EXTENSIONS__ 1
  6511. | #define _ALL_SOURCE 1
  6512. | #define _GNU_SOURCE 1
  6513. | #define _POSIX_PTHREAD_SEMANTICS 1
  6514. | #define _TANDEM_SOURCE 1
  6515. | #define HAVE_INFINITY 1
  6516. | #define HAVE_NAN 1
  6517. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  6518. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  6519. | #define BROKEN_CRYPT 1
  6520. | #define HAVE_CRT_EXTERNS_H 1
  6521. | #define HAVE_LIBDL 1
  6522. | #define HAVE_DIRENT_H 1
  6523. | #define HAVE__BOOL 1
  6524. | #define HAVE_STDBOOL_H 1
  6525. | #define HAVE_SYS_WAIT_H 1
  6526. | #define HAVE_GRP_H 1
  6527. | #define HAVE_FCNTL_H 1
  6528. | #define HAVE_FLOAT_H 1
  6529. | #define HAVE_LANGINFO_H 1
  6530. | #define HAVE_LIMITS_H 1
  6531. | #define HAVE_LOCALE_H 1
  6532. | #define HAVE_MALLOC_MALLOC_H 1
  6533. | #define HAVE_PWD_H 1
  6534. | #define HAVE_SYS_ATTR_H 1
  6535. | #define HAVE_SYS_FCNTL_H 1
  6536. | #define HAVE_SYS_FILE_H 1
  6537. | #define HAVE_SYS_IOCTL_H 1
  6538. | #define HAVE_SYS_PARAM_H 1
  6539. | #define HAVE_SYS_RESOURCE_H 1
  6540. | #define HAVE_SYS_SELECT_H 1
  6541. | #define HAVE_SYS_SOCKET_H 1
  6542. | #define HAVE_SYS_SYSCALL_H 1
  6543. | #define HAVE_SYS_TIME_H 1
  6544. | #define HAVE_SYS_TIMES_H 1
  6545. | #define HAVE_SYS_UIO_H 1
  6546. | #define HAVE_TIME_H 1
  6547. | #define HAVE_UCONTEXT_H 1
  6548. | #define HAVE_UTIME_H 1
  6549. | #define HAVE_TYPEOF 1
  6550. | #define HAVE_LONG_LONG 1
  6551. | #define HAVE_OFF_T 1
  6552. | #define SIZEOF_INT 4
  6553. | #define SIZEOF_SHORT 2
  6554. | #define SIZEOF_LONG 8
  6555. | #define SIZEOF_LONG_LONG 8
  6556. | #define SIZEOF___INT64 0
  6557. | #define SIZEOF___INT128 16
  6558. | #define SIZEOF_OFF_T 8
  6559. | #define SIZEOF_VOIDP 8
  6560. | #define SIZEOF_FLOAT 4
  6561. | #define SIZEOF_DOUBLE 8
  6562. | #define SIZEOF_TIME_T 8
  6563. | #define SIZEOF_CLOCK_T 8
  6564. | #define PACKED_STRUCT(x) x __attribute__((packed))
  6565. | #define PACKED_STRUCT_UNALIGNED(x) x
  6566. | #define PRI_LL_PREFIX "ll"
  6567. | #define rb_pid_t pid_t
  6568. | #define SIGNEDNESS_OF_PID_T -1
  6569. | #define PIDT2NUM(v) INT2NUM(v)
  6570. | #define NUM2PIDT(v) NUM2INT(v)
  6571. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  6572. | #define rb_uid_t uid_t
  6573. | #define SIGNEDNESS_OF_UID_T +1
  6574. | #define UIDT2NUM(v) UINT2NUM(v)
  6575. | #define NUM2UIDT(v) NUM2UINT(v)
  6576. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  6577. | #define rb_gid_t gid_t
  6578. | #define SIGNEDNESS_OF_GID_T +1
  6579. | #define GIDT2NUM(v) UINT2NUM(v)
  6580. | #define NUM2GIDT(v) NUM2UINT(v)
  6581. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  6582. | #define rb_time_t time_t
  6583. | #define SIGNEDNESS_OF_TIME_T -1
  6584. | #define TIMET2NUM(v) LONG2NUM(v)
  6585. | #define NUM2TIMET(v) NUM2LONG(v)
  6586. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  6587. | /* end confdefs.h. */
  6588. | #include <stdio.h>
  6589. | #ifdef HAVE_SYS_TYPES_H
  6590. | # include <sys/types.h>
  6591. | #endif
  6592. | #ifdef HAVE_SYS_STAT_H
  6593. | # include <sys/stat.h>
  6594. | #endif
  6595. | #ifdef STDC_HEADERS
  6596. | # include <stdlib.h>
  6597. | # include <stddef.h>
  6598. | #else
  6599. | # ifdef HAVE_STDLIB_H
  6600. | # include <stdlib.h>
  6601. | # endif
  6602. | #endif
  6603. | #ifdef HAVE_STRING_H
  6604. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6605. | # include <memory.h>
  6606. | # endif
  6607. | # include <string.h>
  6608. | #endif
  6609. | #ifdef HAVE_STRINGS_H
  6610. | # include <strings.h>
  6611. | #endif
  6612. | #ifdef HAVE_INTTYPES_H
  6613. | # include <inttypes.h>
  6614. | #endif
  6615. | #ifdef HAVE_STDINT_H
  6616. | # include <stdint.h>
  6617. | #endif
  6618. | #ifdef HAVE_UNISTD_H
  6619. | # include <unistd.h>
  6620. | #endif
  6621. | int
  6622. | main ()
  6623. | {
  6624. | if (sizeof ((dev_t)))
  6625. | return 0;
  6626. | ;
  6627. | return 0;
  6628. | }
  6629. configure:13930: result: yes
  6630. configure:13937: checking for convertible type of dev_t
  6631. configure:13965: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6632. conftest.c:133:24: error: 'test_array' declared as an array with a negative size
  6633. static int test_array [1 - 2 * !((dev_t)-1 > 0)];
  6634. ^~~~~~~~~~~~~~~~~~~~~~~~
  6635. 1 error generated.
  6636. configure:13965: $? = 1
  6637. configure: failed program was:
  6638. | /* confdefs.h */
  6639. | #define PACKAGE_NAME ""
  6640. | #define PACKAGE_TARNAME ""
  6641. | #define PACKAGE_VERSION ""
  6642. | #define PACKAGE_STRING ""
  6643. | #define PACKAGE_BUGREPORT ""
  6644. | #define PACKAGE_URL ""
  6645. | #define CANONICALIZATION_FOR_MATHN 1
  6646. | #define STDC_HEADERS 1
  6647. | #define HAVE_SYS_TYPES_H 1
  6648. | #define HAVE_SYS_STAT_H 1
  6649. | #define HAVE_STDLIB_H 1
  6650. | #define HAVE_STRING_H 1
  6651. | #define HAVE_MEMORY_H 1
  6652. | #define HAVE_STRINGS_H 1
  6653. | #define HAVE_INTTYPES_H 1
  6654. | #define HAVE_STDINT_H 1
  6655. | #define HAVE_UNISTD_H 1
  6656. | #define __EXTENSIONS__ 1
  6657. | #define _ALL_SOURCE 1
  6658. | #define _GNU_SOURCE 1
  6659. | #define _POSIX_PTHREAD_SEMANTICS 1
  6660. | #define _TANDEM_SOURCE 1
  6661. | #define HAVE_INFINITY 1
  6662. | #define HAVE_NAN 1
  6663. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  6664. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  6665. | #define BROKEN_CRYPT 1
  6666. | #define HAVE_CRT_EXTERNS_H 1
  6667. | #define HAVE_LIBDL 1
  6668. | #define HAVE_DIRENT_H 1
  6669. | #define HAVE__BOOL 1
  6670. | #define HAVE_STDBOOL_H 1
  6671. | #define HAVE_SYS_WAIT_H 1
  6672. | #define HAVE_GRP_H 1
  6673. | #define HAVE_FCNTL_H 1
  6674. | #define HAVE_FLOAT_H 1
  6675. | #define HAVE_LANGINFO_H 1
  6676. | #define HAVE_LIMITS_H 1
  6677. | #define HAVE_LOCALE_H 1
  6678. | #define HAVE_MALLOC_MALLOC_H 1
  6679. | #define HAVE_PWD_H 1
  6680. | #define HAVE_SYS_ATTR_H 1
  6681. | #define HAVE_SYS_FCNTL_H 1
  6682. | #define HAVE_SYS_FILE_H 1
  6683. | #define HAVE_SYS_IOCTL_H 1
  6684. | #define HAVE_SYS_PARAM_H 1
  6685. | #define HAVE_SYS_RESOURCE_H 1
  6686. | #define HAVE_SYS_SELECT_H 1
  6687. | #define HAVE_SYS_SOCKET_H 1
  6688. | #define HAVE_SYS_SYSCALL_H 1
  6689. | #define HAVE_SYS_TIME_H 1
  6690. | #define HAVE_SYS_TIMES_H 1
  6691. | #define HAVE_SYS_UIO_H 1
  6692. | #define HAVE_TIME_H 1
  6693. | #define HAVE_UCONTEXT_H 1
  6694. | #define HAVE_UTIME_H 1
  6695. | #define HAVE_TYPEOF 1
  6696. | #define HAVE_LONG_LONG 1
  6697. | #define HAVE_OFF_T 1
  6698. | #define SIZEOF_INT 4
  6699. | #define SIZEOF_SHORT 2
  6700. | #define SIZEOF_LONG 8
  6701. | #define SIZEOF_LONG_LONG 8
  6702. | #define SIZEOF___INT64 0
  6703. | #define SIZEOF___INT128 16
  6704. | #define SIZEOF_OFF_T 8
  6705. | #define SIZEOF_VOIDP 8
  6706. | #define SIZEOF_FLOAT 4
  6707. | #define SIZEOF_DOUBLE 8
  6708. | #define SIZEOF_TIME_T 8
  6709. | #define SIZEOF_CLOCK_T 8
  6710. | #define PACKED_STRUCT(x) x __attribute__((packed))
  6711. | #define PACKED_STRUCT_UNALIGNED(x) x
  6712. | #define PRI_LL_PREFIX "ll"
  6713. | #define rb_pid_t pid_t
  6714. | #define SIGNEDNESS_OF_PID_T -1
  6715. | #define PIDT2NUM(v) INT2NUM(v)
  6716. | #define NUM2PIDT(v) NUM2INT(v)
  6717. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  6718. | #define rb_uid_t uid_t
  6719. | #define SIGNEDNESS_OF_UID_T +1
  6720. | #define UIDT2NUM(v) UINT2NUM(v)
  6721. | #define NUM2UIDT(v) NUM2UINT(v)
  6722. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  6723. | #define rb_gid_t gid_t
  6724. | #define SIGNEDNESS_OF_GID_T +1
  6725. | #define GIDT2NUM(v) UINT2NUM(v)
  6726. | #define NUM2GIDT(v) NUM2UINT(v)
  6727. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  6728. | #define rb_time_t time_t
  6729. | #define SIGNEDNESS_OF_TIME_T -1
  6730. | #define TIMET2NUM(v) LONG2NUM(v)
  6731. | #define NUM2TIMET(v) NUM2LONG(v)
  6732. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  6733. | /* end confdefs.h. */
  6734. | #include <stdio.h>
  6735. | #ifdef HAVE_SYS_TYPES_H
  6736. | # include <sys/types.h>
  6737. | #endif
  6738. | #ifdef HAVE_SYS_STAT_H
  6739. | # include <sys/stat.h>
  6740. | #endif
  6741. | #ifdef STDC_HEADERS
  6742. | # include <stdlib.h>
  6743. | # include <stddef.h>
  6744. | #else
  6745. | # ifdef HAVE_STDLIB_H
  6746. | # include <stdlib.h>
  6747. | # endif
  6748. | #endif
  6749. | #ifdef HAVE_STRING_H
  6750. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6751. | # include <memory.h>
  6752. | # endif
  6753. | # include <string.h>
  6754. | #endif
  6755. | #ifdef HAVE_STRINGS_H
  6756. | # include <strings.h>
  6757. | #endif
  6758. | #ifdef HAVE_INTTYPES_H
  6759. | # include <inttypes.h>
  6760. | #endif
  6761. | #ifdef HAVE_STDINT_H
  6762. | # include <stdint.h>
  6763. | #endif
  6764. | #ifdef HAVE_UNISTD_H
  6765. | # include <unistd.h>
  6766. | #endif
  6767. | int
  6768. | main ()
  6769. | {
  6770. | static int test_array [1 - 2 * !((dev_t)-1 > 0)];
  6771. | test_array [0] = 0;
  6772. | return test_array [0];
  6773. |
  6774. | ;
  6775. | return 0;
  6776. | }
  6777. configure:13994: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6778. conftest.c:133:38: error: redefinition of 'rbcv_conftest_var' with a different type: 'rbcv_conftest_replace_type' (aka 'long long') vs 'rbcv_conftest_target_type' (aka 'int')
  6779. extern rbcv_conftest_replace_type rbcv_conftest_var;
  6780. ^
  6781. conftest.c:132:37: note: previous definition is here
  6782. extern rbcv_conftest_target_type rbcv_conftest_var;
  6783. ^
  6784. conftest.c:135:38: error: conflicting types for 'rbcv_conftest_func'
  6785. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  6786. ^
  6787. conftest.c:134:37: note: previous declaration is here
  6788. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  6789. ^
  6790. conftest.c:140:24: error: 'test_array' declared as an array with a negative size
  6791. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  6792. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6793. 3 errors generated.
  6794. configure:13994: $? = 1
  6795. configure: failed program was:
  6796. | /* confdefs.h */
  6797. | #define PACKAGE_NAME ""
  6798. | #define PACKAGE_TARNAME ""
  6799. | #define PACKAGE_VERSION ""
  6800. | #define PACKAGE_STRING ""
  6801. | #define PACKAGE_BUGREPORT ""
  6802. | #define PACKAGE_URL ""
  6803. | #define CANONICALIZATION_FOR_MATHN 1
  6804. | #define STDC_HEADERS 1
  6805. | #define HAVE_SYS_TYPES_H 1
  6806. | #define HAVE_SYS_STAT_H 1
  6807. | #define HAVE_STDLIB_H 1
  6808. | #define HAVE_STRING_H 1
  6809. | #define HAVE_MEMORY_H 1
  6810. | #define HAVE_STRINGS_H 1
  6811. | #define HAVE_INTTYPES_H 1
  6812. | #define HAVE_STDINT_H 1
  6813. | #define HAVE_UNISTD_H 1
  6814. | #define __EXTENSIONS__ 1
  6815. | #define _ALL_SOURCE 1
  6816. | #define _GNU_SOURCE 1
  6817. | #define _POSIX_PTHREAD_SEMANTICS 1
  6818. | #define _TANDEM_SOURCE 1
  6819. | #define HAVE_INFINITY 1
  6820. | #define HAVE_NAN 1
  6821. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  6822. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  6823. | #define BROKEN_CRYPT 1
  6824. | #define HAVE_CRT_EXTERNS_H 1
  6825. | #define HAVE_LIBDL 1
  6826. | #define HAVE_DIRENT_H 1
  6827. | #define HAVE__BOOL 1
  6828. | #define HAVE_STDBOOL_H 1
  6829. | #define HAVE_SYS_WAIT_H 1
  6830. | #define HAVE_GRP_H 1
  6831. | #define HAVE_FCNTL_H 1
  6832. | #define HAVE_FLOAT_H 1
  6833. | #define HAVE_LANGINFO_H 1
  6834. | #define HAVE_LIMITS_H 1
  6835. | #define HAVE_LOCALE_H 1
  6836. | #define HAVE_MALLOC_MALLOC_H 1
  6837. | #define HAVE_PWD_H 1
  6838. | #define HAVE_SYS_ATTR_H 1
  6839. | #define HAVE_SYS_FCNTL_H 1
  6840. | #define HAVE_SYS_FILE_H 1
  6841. | #define HAVE_SYS_IOCTL_H 1
  6842. | #define HAVE_SYS_PARAM_H 1
  6843. | #define HAVE_SYS_RESOURCE_H 1
  6844. | #define HAVE_SYS_SELECT_H 1
  6845. | #define HAVE_SYS_SOCKET_H 1
  6846. | #define HAVE_SYS_SYSCALL_H 1
  6847. | #define HAVE_SYS_TIME_H 1
  6848. | #define HAVE_SYS_TIMES_H 1
  6849. | #define HAVE_SYS_UIO_H 1
  6850. | #define HAVE_TIME_H 1
  6851. | #define HAVE_UCONTEXT_H 1
  6852. | #define HAVE_UTIME_H 1
  6853. | #define HAVE_TYPEOF 1
  6854. | #define HAVE_LONG_LONG 1
  6855. | #define HAVE_OFF_T 1
  6856. | #define SIZEOF_INT 4
  6857. | #define SIZEOF_SHORT 2
  6858. | #define SIZEOF_LONG 8
  6859. | #define SIZEOF_LONG_LONG 8
  6860. | #define SIZEOF___INT64 0
  6861. | #define SIZEOF___INT128 16
  6862. | #define SIZEOF_OFF_T 8
  6863. | #define SIZEOF_VOIDP 8
  6864. | #define SIZEOF_FLOAT 4
  6865. | #define SIZEOF_DOUBLE 8
  6866. | #define SIZEOF_TIME_T 8
  6867. | #define SIZEOF_CLOCK_T 8
  6868. | #define PACKED_STRUCT(x) x __attribute__((packed))
  6869. | #define PACKED_STRUCT_UNALIGNED(x) x
  6870. | #define PRI_LL_PREFIX "ll"
  6871. | #define rb_pid_t pid_t
  6872. | #define SIGNEDNESS_OF_PID_T -1
  6873. | #define PIDT2NUM(v) INT2NUM(v)
  6874. | #define NUM2PIDT(v) NUM2INT(v)
  6875. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  6876. | #define rb_uid_t uid_t
  6877. | #define SIGNEDNESS_OF_UID_T +1
  6878. | #define UIDT2NUM(v) UINT2NUM(v)
  6879. | #define NUM2UIDT(v) NUM2UINT(v)
  6880. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  6881. | #define rb_gid_t gid_t
  6882. | #define SIGNEDNESS_OF_GID_T +1
  6883. | #define GIDT2NUM(v) UINT2NUM(v)
  6884. | #define NUM2GIDT(v) NUM2UINT(v)
  6885. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  6886. | #define rb_time_t time_t
  6887. | #define SIGNEDNESS_OF_TIME_T -1
  6888. | #define TIMET2NUM(v) LONG2NUM(v)
  6889. | #define NUM2TIMET(v) NUM2LONG(v)
  6890. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  6891. | /* end confdefs.h. */
  6892. | #include <stdio.h>
  6893. | #ifdef HAVE_SYS_TYPES_H
  6894. | # include <sys/types.h>
  6895. | #endif
  6896. | #ifdef HAVE_SYS_STAT_H
  6897. | # include <sys/stat.h>
  6898. | #endif
  6899. | #ifdef STDC_HEADERS
  6900. | # include <stdlib.h>
  6901. | # include <stddef.h>
  6902. | #else
  6903. | # ifdef HAVE_STDLIB_H
  6904. | # include <stdlib.h>
  6905. | # endif
  6906. | #endif
  6907. | #ifdef HAVE_STRING_H
  6908. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6909. | # include <memory.h>
  6910. | # endif
  6911. | # include <string.h>
  6912. | #endif
  6913. | #ifdef HAVE_STRINGS_H
  6914. | # include <strings.h>
  6915. | #endif
  6916. | #ifdef HAVE_INTTYPES_H
  6917. | # include <inttypes.h>
  6918. | #endif
  6919. | #ifdef HAVE_STDINT_H
  6920. | # include <stdint.h>
  6921. | #endif
  6922. | #ifdef HAVE_UNISTD_H
  6923. | # include <unistd.h>
  6924. | #endif
  6925. | typedef dev_t rbcv_conftest_target_type;
  6926. | typedef long long rbcv_conftest_replace_type;
  6927. | extern rbcv_conftest_target_type rbcv_conftest_var;
  6928. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  6929. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  6930. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  6931. |
  6932. | int
  6933. | main ()
  6934. | {
  6935. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  6936. | test_array [0] = 0;
  6937. | return test_array [0];
  6938. |
  6939. | ;
  6940. | return 0;
  6941. | }
  6942. configure:13994: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6943. conftest.c:133:38: error: redefinition of 'rbcv_conftest_var' with a different type: 'rbcv_conftest_replace_type' (aka 'long') vs 'rbcv_conftest_target_type' (aka 'int')
  6944. extern rbcv_conftest_replace_type rbcv_conftest_var;
  6945. ^
  6946. conftest.c:132:37: note: previous definition is here
  6947. extern rbcv_conftest_target_type rbcv_conftest_var;
  6948. ^
  6949. conftest.c:135:38: error: conflicting types for 'rbcv_conftest_func'
  6950. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  6951. ^
  6952. conftest.c:134:37: note: previous declaration is here
  6953. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  6954. ^
  6955. conftest.c:140:24: error: 'test_array' declared as an array with a negative size
  6956. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  6957. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6958. 3 errors generated.
  6959. configure:13994: $? = 1
  6960. configure: failed program was:
  6961. | /* confdefs.h */
  6962. | #define PACKAGE_NAME ""
  6963. | #define PACKAGE_TARNAME ""
  6964. | #define PACKAGE_VERSION ""
  6965. | #define PACKAGE_STRING ""
  6966. | #define PACKAGE_BUGREPORT ""
  6967. | #define PACKAGE_URL ""
  6968. | #define CANONICALIZATION_FOR_MATHN 1
  6969. | #define STDC_HEADERS 1
  6970. | #define HAVE_SYS_TYPES_H 1
  6971. | #define HAVE_SYS_STAT_H 1
  6972. | #define HAVE_STDLIB_H 1
  6973. | #define HAVE_STRING_H 1
  6974. | #define HAVE_MEMORY_H 1
  6975. | #define HAVE_STRINGS_H 1
  6976. | #define HAVE_INTTYPES_H 1
  6977. | #define HAVE_STDINT_H 1
  6978. | #define HAVE_UNISTD_H 1
  6979. | #define __EXTENSIONS__ 1
  6980. | #define _ALL_SOURCE 1
  6981. | #define _GNU_SOURCE 1
  6982. | #define _POSIX_PTHREAD_SEMANTICS 1
  6983. | #define _TANDEM_SOURCE 1
  6984. | #define HAVE_INFINITY 1
  6985. | #define HAVE_NAN 1
  6986. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  6987. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  6988. | #define BROKEN_CRYPT 1
  6989. | #define HAVE_CRT_EXTERNS_H 1
  6990. | #define HAVE_LIBDL 1
  6991. | #define HAVE_DIRENT_H 1
  6992. | #define HAVE__BOOL 1
  6993. | #define HAVE_STDBOOL_H 1
  6994. | #define HAVE_SYS_WAIT_H 1
  6995. | #define HAVE_GRP_H 1
  6996. | #define HAVE_FCNTL_H 1
  6997. | #define HAVE_FLOAT_H 1
  6998. | #define HAVE_LANGINFO_H 1
  6999. | #define HAVE_LIMITS_H 1
  7000. | #define HAVE_LOCALE_H 1
  7001. | #define HAVE_MALLOC_MALLOC_H 1
  7002. | #define HAVE_PWD_H 1
  7003. | #define HAVE_SYS_ATTR_H 1
  7004. | #define HAVE_SYS_FCNTL_H 1
  7005. | #define HAVE_SYS_FILE_H 1
  7006. | #define HAVE_SYS_IOCTL_H 1
  7007. | #define HAVE_SYS_PARAM_H 1
  7008. | #define HAVE_SYS_RESOURCE_H 1
  7009. | #define HAVE_SYS_SELECT_H 1
  7010. | #define HAVE_SYS_SOCKET_H 1
  7011. | #define HAVE_SYS_SYSCALL_H 1
  7012. | #define HAVE_SYS_TIME_H 1
  7013. | #define HAVE_SYS_TIMES_H 1
  7014. | #define HAVE_SYS_UIO_H 1
  7015. | #define HAVE_TIME_H 1
  7016. | #define HAVE_UCONTEXT_H 1
  7017. | #define HAVE_UTIME_H 1
  7018. | #define HAVE_TYPEOF 1
  7019. | #define HAVE_LONG_LONG 1
  7020. | #define HAVE_OFF_T 1
  7021. | #define SIZEOF_INT 4
  7022. | #define SIZEOF_SHORT 2
  7023. | #define SIZEOF_LONG 8
  7024. | #define SIZEOF_LONG_LONG 8
  7025. | #define SIZEOF___INT64 0
  7026. | #define SIZEOF___INT128 16
  7027. | #define SIZEOF_OFF_T 8
  7028. | #define SIZEOF_VOIDP 8
  7029. | #define SIZEOF_FLOAT 4
  7030. | #define SIZEOF_DOUBLE 8
  7031. | #define SIZEOF_TIME_T 8
  7032. | #define SIZEOF_CLOCK_T 8
  7033. | #define PACKED_STRUCT(x) x __attribute__((packed))
  7034. | #define PACKED_STRUCT_UNALIGNED(x) x
  7035. | #define PRI_LL_PREFIX "ll"
  7036. | #define rb_pid_t pid_t
  7037. | #define SIGNEDNESS_OF_PID_T -1
  7038. | #define PIDT2NUM(v) INT2NUM(v)
  7039. | #define NUM2PIDT(v) NUM2INT(v)
  7040. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  7041. | #define rb_uid_t uid_t
  7042. | #define SIGNEDNESS_OF_UID_T +1
  7043. | #define UIDT2NUM(v) UINT2NUM(v)
  7044. | #define NUM2UIDT(v) NUM2UINT(v)
  7045. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  7046. | #define rb_gid_t gid_t
  7047. | #define SIGNEDNESS_OF_GID_T +1
  7048. | #define GIDT2NUM(v) UINT2NUM(v)
  7049. | #define NUM2GIDT(v) NUM2UINT(v)
  7050. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  7051. | #define rb_time_t time_t
  7052. | #define SIGNEDNESS_OF_TIME_T -1
  7053. | #define TIMET2NUM(v) LONG2NUM(v)
  7054. | #define NUM2TIMET(v) NUM2LONG(v)
  7055. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  7056. | /* end confdefs.h. */
  7057. | #include <stdio.h>
  7058. | #ifdef HAVE_SYS_TYPES_H
  7059. | # include <sys/types.h>
  7060. | #endif
  7061. | #ifdef HAVE_SYS_STAT_H
  7062. | # include <sys/stat.h>
  7063. | #endif
  7064. | #ifdef STDC_HEADERS
  7065. | # include <stdlib.h>
  7066. | # include <stddef.h>
  7067. | #else
  7068. | # ifdef HAVE_STDLIB_H
  7069. | # include <stdlib.h>
  7070. | # endif
  7071. | #endif
  7072. | #ifdef HAVE_STRING_H
  7073. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  7074. | # include <memory.h>
  7075. | # endif
  7076. | # include <string.h>
  7077. | #endif
  7078. | #ifdef HAVE_STRINGS_H
  7079. | # include <strings.h>
  7080. | #endif
  7081. | #ifdef HAVE_INTTYPES_H
  7082. | # include <inttypes.h>
  7083. | #endif
  7084. | #ifdef HAVE_STDINT_H
  7085. | # include <stdint.h>
  7086. | #endif
  7087. | #ifdef HAVE_UNISTD_H
  7088. | # include <unistd.h>
  7089. | #endif
  7090. | typedef dev_t rbcv_conftest_target_type;
  7091. | typedef long rbcv_conftest_replace_type;
  7092. | extern rbcv_conftest_target_type rbcv_conftest_var;
  7093. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  7094. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  7095. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  7096. |
  7097. | int
  7098. | main ()
  7099. | {
  7100. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  7101. | test_array [0] = 0;
  7102. | return test_array [0];
  7103. |
  7104. | ;
  7105. | return 0;
  7106. | }
  7107. configure:13994: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7108. configure:13994: $? = 0
  7109. configure:14013: result: INT
  7110. configure:14060: checking for mode_t
  7111. configure:14060: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7112. configure:14060: $? = 0
  7113. configure:14060: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7114. conftest.c:107:21: error: expected expression
  7115. if (sizeof ((mode_t)))
  7116. ^
  7117. 1 error generated.
  7118. configure:14060: $? = 1
  7119. configure: failed program was:
  7120. | /* confdefs.h */
  7121. | #define PACKAGE_NAME ""
  7122. | #define PACKAGE_TARNAME ""
  7123. | #define PACKAGE_VERSION ""
  7124. | #define PACKAGE_STRING ""
  7125. | #define PACKAGE_BUGREPORT ""
  7126. | #define PACKAGE_URL ""
  7127. | #define CANONICALIZATION_FOR_MATHN 1
  7128. | #define STDC_HEADERS 1
  7129. | #define HAVE_SYS_TYPES_H 1
  7130. | #define HAVE_SYS_STAT_H 1
  7131. | #define HAVE_STDLIB_H 1
  7132. | #define HAVE_STRING_H 1
  7133. | #define HAVE_MEMORY_H 1
  7134. | #define HAVE_STRINGS_H 1
  7135. | #define HAVE_INTTYPES_H 1
  7136. | #define HAVE_STDINT_H 1
  7137. | #define HAVE_UNISTD_H 1
  7138. | #define __EXTENSIONS__ 1
  7139. | #define _ALL_SOURCE 1
  7140. | #define _GNU_SOURCE 1
  7141. | #define _POSIX_PTHREAD_SEMANTICS 1
  7142. | #define _TANDEM_SOURCE 1
  7143. | #define HAVE_INFINITY 1
  7144. | #define HAVE_NAN 1
  7145. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  7146. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  7147. | #define BROKEN_CRYPT 1
  7148. | #define HAVE_CRT_EXTERNS_H 1
  7149. | #define HAVE_LIBDL 1
  7150. | #define HAVE_DIRENT_H 1
  7151. | #define HAVE__BOOL 1
  7152. | #define HAVE_STDBOOL_H 1
  7153. | #define HAVE_SYS_WAIT_H 1
  7154. | #define HAVE_GRP_H 1
  7155. | #define HAVE_FCNTL_H 1
  7156. | #define HAVE_FLOAT_H 1
  7157. | #define HAVE_LANGINFO_H 1
  7158. | #define HAVE_LIMITS_H 1
  7159. | #define HAVE_LOCALE_H 1
  7160. | #define HAVE_MALLOC_MALLOC_H 1
  7161. | #define HAVE_PWD_H 1
  7162. | #define HAVE_SYS_ATTR_H 1
  7163. | #define HAVE_SYS_FCNTL_H 1
  7164. | #define HAVE_SYS_FILE_H 1
  7165. | #define HAVE_SYS_IOCTL_H 1
  7166. | #define HAVE_SYS_PARAM_H 1
  7167. | #define HAVE_SYS_RESOURCE_H 1
  7168. | #define HAVE_SYS_SELECT_H 1
  7169. | #define HAVE_SYS_SOCKET_H 1
  7170. | #define HAVE_SYS_SYSCALL_H 1
  7171. | #define HAVE_SYS_TIME_H 1
  7172. | #define HAVE_SYS_TIMES_H 1
  7173. | #define HAVE_SYS_UIO_H 1
  7174. | #define HAVE_TIME_H 1
  7175. | #define HAVE_UCONTEXT_H 1
  7176. | #define HAVE_UTIME_H 1
  7177. | #define HAVE_TYPEOF 1
  7178. | #define HAVE_LONG_LONG 1
  7179. | #define HAVE_OFF_T 1
  7180. | #define SIZEOF_INT 4
  7181. | #define SIZEOF_SHORT 2
  7182. | #define SIZEOF_LONG 8
  7183. | #define SIZEOF_LONG_LONG 8
  7184. | #define SIZEOF___INT64 0
  7185. | #define SIZEOF___INT128 16
  7186. | #define SIZEOF_OFF_T 8
  7187. | #define SIZEOF_VOIDP 8
  7188. | #define SIZEOF_FLOAT 4
  7189. | #define SIZEOF_DOUBLE 8
  7190. | #define SIZEOF_TIME_T 8
  7191. | #define SIZEOF_CLOCK_T 8
  7192. | #define PACKED_STRUCT(x) x __attribute__((packed))
  7193. | #define PACKED_STRUCT_UNALIGNED(x) x
  7194. | #define PRI_LL_PREFIX "ll"
  7195. | #define rb_pid_t pid_t
  7196. | #define SIGNEDNESS_OF_PID_T -1
  7197. | #define PIDT2NUM(v) INT2NUM(v)
  7198. | #define NUM2PIDT(v) NUM2INT(v)
  7199. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  7200. | #define rb_uid_t uid_t
  7201. | #define SIGNEDNESS_OF_UID_T +1
  7202. | #define UIDT2NUM(v) UINT2NUM(v)
  7203. | #define NUM2UIDT(v) NUM2UINT(v)
  7204. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  7205. | #define rb_gid_t gid_t
  7206. | #define SIGNEDNESS_OF_GID_T +1
  7207. | #define GIDT2NUM(v) UINT2NUM(v)
  7208. | #define NUM2GIDT(v) NUM2UINT(v)
  7209. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  7210. | #define rb_time_t time_t
  7211. | #define SIGNEDNESS_OF_TIME_T -1
  7212. | #define TIMET2NUM(v) LONG2NUM(v)
  7213. | #define NUM2TIMET(v) NUM2LONG(v)
  7214. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  7215. | #define rb_dev_t dev_t
  7216. | #define SIGNEDNESS_OF_DEV_T -1
  7217. | #define DEVT2NUM(v) INT2NUM(v)
  7218. | #define NUM2DEVT(v) NUM2INT(v)
  7219. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  7220. | /* end confdefs.h. */
  7221. | #include <sys/stat.h>
  7222. |
  7223. | int
  7224. | main ()
  7225. | {
  7226. | if (sizeof ((mode_t)))
  7227. | return 0;
  7228. | ;
  7229. | return 0;
  7230. | }
  7231. configure:14060: result: yes
  7232. configure:14068: checking for convertible type of mode_t
  7233. configure:14097: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7234. configure:14097: $? = 0
  7235. configure:14127: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7236. conftest.c:107:38: error: redefinition of 'rbcv_conftest_var' with a different type: 'rbcv_conftest_replace_type' (aka 'unsigned long long') vs 'rbcv_conftest_target_type' (aka 'unsigned short')
  7237. extern rbcv_conftest_replace_type rbcv_conftest_var;
  7238. ^
  7239. conftest.c:106:37: note: previous definition is here
  7240. extern rbcv_conftest_target_type rbcv_conftest_var;
  7241. ^
  7242. conftest.c:109:38: error: conflicting types for 'rbcv_conftest_func'
  7243. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  7244. ^
  7245. conftest.c:108:37: note: previous declaration is here
  7246. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  7247. ^
  7248. conftest.c:114:24: error: 'test_array' declared as an array with a negative size
  7249. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  7250. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7251. 3 errors generated.
  7252. configure:14127: $? = 1
  7253. configure: failed program was:
  7254. | /* confdefs.h */
  7255. | #define PACKAGE_NAME ""
  7256. | #define PACKAGE_TARNAME ""
  7257. | #define PACKAGE_VERSION ""
  7258. | #define PACKAGE_STRING ""
  7259. | #define PACKAGE_BUGREPORT ""
  7260. | #define PACKAGE_URL ""
  7261. | #define CANONICALIZATION_FOR_MATHN 1
  7262. | #define STDC_HEADERS 1
  7263. | #define HAVE_SYS_TYPES_H 1
  7264. | #define HAVE_SYS_STAT_H 1
  7265. | #define HAVE_STDLIB_H 1
  7266. | #define HAVE_STRING_H 1
  7267. | #define HAVE_MEMORY_H 1
  7268. | #define HAVE_STRINGS_H 1
  7269. | #define HAVE_INTTYPES_H 1
  7270. | #define HAVE_STDINT_H 1
  7271. | #define HAVE_UNISTD_H 1
  7272. | #define __EXTENSIONS__ 1
  7273. | #define _ALL_SOURCE 1
  7274. | #define _GNU_SOURCE 1
  7275. | #define _POSIX_PTHREAD_SEMANTICS 1
  7276. | #define _TANDEM_SOURCE 1
  7277. | #define HAVE_INFINITY 1
  7278. | #define HAVE_NAN 1
  7279. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  7280. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  7281. | #define BROKEN_CRYPT 1
  7282. | #define HAVE_CRT_EXTERNS_H 1
  7283. | #define HAVE_LIBDL 1
  7284. | #define HAVE_DIRENT_H 1
  7285. | #define HAVE__BOOL 1
  7286. | #define HAVE_STDBOOL_H 1
  7287. | #define HAVE_SYS_WAIT_H 1
  7288. | #define HAVE_GRP_H 1
  7289. | #define HAVE_FCNTL_H 1
  7290. | #define HAVE_FLOAT_H 1
  7291. | #define HAVE_LANGINFO_H 1
  7292. | #define HAVE_LIMITS_H 1
  7293. | #define HAVE_LOCALE_H 1
  7294. | #define HAVE_MALLOC_MALLOC_H 1
  7295. | #define HAVE_PWD_H 1
  7296. | #define HAVE_SYS_ATTR_H 1
  7297. | #define HAVE_SYS_FCNTL_H 1
  7298. | #define HAVE_SYS_FILE_H 1
  7299. | #define HAVE_SYS_IOCTL_H 1
  7300. | #define HAVE_SYS_PARAM_H 1
  7301. | #define HAVE_SYS_RESOURCE_H 1
  7302. | #define HAVE_SYS_SELECT_H 1
  7303. | #define HAVE_SYS_SOCKET_H 1
  7304. | #define HAVE_SYS_SYSCALL_H 1
  7305. | #define HAVE_SYS_TIME_H 1
  7306. | #define HAVE_SYS_TIMES_H 1
  7307. | #define HAVE_SYS_UIO_H 1
  7308. | #define HAVE_TIME_H 1
  7309. | #define HAVE_UCONTEXT_H 1
  7310. | #define HAVE_UTIME_H 1
  7311. | #define HAVE_TYPEOF 1
  7312. | #define HAVE_LONG_LONG 1
  7313. | #define HAVE_OFF_T 1
  7314. | #define SIZEOF_INT 4
  7315. | #define SIZEOF_SHORT 2
  7316. | #define SIZEOF_LONG 8
  7317. | #define SIZEOF_LONG_LONG 8
  7318. | #define SIZEOF___INT64 0
  7319. | #define SIZEOF___INT128 16
  7320. | #define SIZEOF_OFF_T 8
  7321. | #define SIZEOF_VOIDP 8
  7322. | #define SIZEOF_FLOAT 4
  7323. | #define SIZEOF_DOUBLE 8
  7324. | #define SIZEOF_TIME_T 8
  7325. | #define SIZEOF_CLOCK_T 8
  7326. | #define PACKED_STRUCT(x) x __attribute__((packed))
  7327. | #define PACKED_STRUCT_UNALIGNED(x) x
  7328. | #define PRI_LL_PREFIX "ll"
  7329. | #define rb_pid_t pid_t
  7330. | #define SIGNEDNESS_OF_PID_T -1
  7331. | #define PIDT2NUM(v) INT2NUM(v)
  7332. | #define NUM2PIDT(v) NUM2INT(v)
  7333. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  7334. | #define rb_uid_t uid_t
  7335. | #define SIGNEDNESS_OF_UID_T +1
  7336. | #define UIDT2NUM(v) UINT2NUM(v)
  7337. | #define NUM2UIDT(v) NUM2UINT(v)
  7338. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  7339. | #define rb_gid_t gid_t
  7340. | #define SIGNEDNESS_OF_GID_T +1
  7341. | #define GIDT2NUM(v) UINT2NUM(v)
  7342. | #define NUM2GIDT(v) NUM2UINT(v)
  7343. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  7344. | #define rb_time_t time_t
  7345. | #define SIGNEDNESS_OF_TIME_T -1
  7346. | #define TIMET2NUM(v) LONG2NUM(v)
  7347. | #define NUM2TIMET(v) NUM2LONG(v)
  7348. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  7349. | #define rb_dev_t dev_t
  7350. | #define SIGNEDNESS_OF_DEV_T -1
  7351. | #define DEVT2NUM(v) INT2NUM(v)
  7352. | #define NUM2DEVT(v) NUM2INT(v)
  7353. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  7354. | /* end confdefs.h. */
  7355. | #include <sys/stat.h>
  7356. |
  7357. | typedef mode_t rbcv_conftest_target_type;
  7358. | typedef unsigned long long rbcv_conftest_replace_type;
  7359. | extern rbcv_conftest_target_type rbcv_conftest_var;
  7360. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  7361. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  7362. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  7363. |
  7364. | int
  7365. | main ()
  7366. | {
  7367. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  7368. | test_array [0] = 0;
  7369. | return test_array [0];
  7370. |
  7371. | ;
  7372. | return 0;
  7373. | }
  7374. configure:14127: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7375. conftest.c:107:38: error: redefinition of 'rbcv_conftest_var' with a different type: 'rbcv_conftest_replace_type' (aka 'unsigned long') vs 'rbcv_conftest_target_type' (aka 'unsigned short')
  7376. extern rbcv_conftest_replace_type rbcv_conftest_var;
  7377. ^
  7378. conftest.c:106:37: note: previous definition is here
  7379. extern rbcv_conftest_target_type rbcv_conftest_var;
  7380. ^
  7381. conftest.c:109:38: error: conflicting types for 'rbcv_conftest_func'
  7382. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  7383. ^
  7384. conftest.c:108:37: note: previous declaration is here
  7385. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  7386. ^
  7387. conftest.c:114:24: error: 'test_array' declared as an array with a negative size
  7388. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  7389. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7390. 3 errors generated.
  7391. configure:14127: $? = 1
  7392. configure: failed program was:
  7393. | /* confdefs.h */
  7394. | #define PACKAGE_NAME ""
  7395. | #define PACKAGE_TARNAME ""
  7396. | #define PACKAGE_VERSION ""
  7397. | #define PACKAGE_STRING ""
  7398. | #define PACKAGE_BUGREPORT ""
  7399. | #define PACKAGE_URL ""
  7400. | #define CANONICALIZATION_FOR_MATHN 1
  7401. | #define STDC_HEADERS 1
  7402. | #define HAVE_SYS_TYPES_H 1
  7403. | #define HAVE_SYS_STAT_H 1
  7404. | #define HAVE_STDLIB_H 1
  7405. | #define HAVE_STRING_H 1
  7406. | #define HAVE_MEMORY_H 1
  7407. | #define HAVE_STRINGS_H 1
  7408. | #define HAVE_INTTYPES_H 1
  7409. | #define HAVE_STDINT_H 1
  7410. | #define HAVE_UNISTD_H 1
  7411. | #define __EXTENSIONS__ 1
  7412. | #define _ALL_SOURCE 1
  7413. | #define _GNU_SOURCE 1
  7414. | #define _POSIX_PTHREAD_SEMANTICS 1
  7415. | #define _TANDEM_SOURCE 1
  7416. | #define HAVE_INFINITY 1
  7417. | #define HAVE_NAN 1
  7418. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  7419. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  7420. | #define BROKEN_CRYPT 1
  7421. | #define HAVE_CRT_EXTERNS_H 1
  7422. | #define HAVE_LIBDL 1
  7423. | #define HAVE_DIRENT_H 1
  7424. | #define HAVE__BOOL 1
  7425. | #define HAVE_STDBOOL_H 1
  7426. | #define HAVE_SYS_WAIT_H 1
  7427. | #define HAVE_GRP_H 1
  7428. | #define HAVE_FCNTL_H 1
  7429. | #define HAVE_FLOAT_H 1
  7430. | #define HAVE_LANGINFO_H 1
  7431. | #define HAVE_LIMITS_H 1
  7432. | #define HAVE_LOCALE_H 1
  7433. | #define HAVE_MALLOC_MALLOC_H 1
  7434. | #define HAVE_PWD_H 1
  7435. | #define HAVE_SYS_ATTR_H 1
  7436. | #define HAVE_SYS_FCNTL_H 1
  7437. | #define HAVE_SYS_FILE_H 1
  7438. | #define HAVE_SYS_IOCTL_H 1
  7439. | #define HAVE_SYS_PARAM_H 1
  7440. | #define HAVE_SYS_RESOURCE_H 1
  7441. | #define HAVE_SYS_SELECT_H 1
  7442. | #define HAVE_SYS_SOCKET_H 1
  7443. | #define HAVE_SYS_SYSCALL_H 1
  7444. | #define HAVE_SYS_TIME_H 1
  7445. | #define HAVE_SYS_TIMES_H 1
  7446. | #define HAVE_SYS_UIO_H 1
  7447. | #define HAVE_TIME_H 1
  7448. | #define HAVE_UCONTEXT_H 1
  7449. | #define HAVE_UTIME_H 1
  7450. | #define HAVE_TYPEOF 1
  7451. | #define HAVE_LONG_LONG 1
  7452. | #define HAVE_OFF_T 1
  7453. | #define SIZEOF_INT 4
  7454. | #define SIZEOF_SHORT 2
  7455. | #define SIZEOF_LONG 8
  7456. | #define SIZEOF_LONG_LONG 8
  7457. | #define SIZEOF___INT64 0
  7458. | #define SIZEOF___INT128 16
  7459. | #define SIZEOF_OFF_T 8
  7460. | #define SIZEOF_VOIDP 8
  7461. | #define SIZEOF_FLOAT 4
  7462. | #define SIZEOF_DOUBLE 8
  7463. | #define SIZEOF_TIME_T 8
  7464. | #define SIZEOF_CLOCK_T 8
  7465. | #define PACKED_STRUCT(x) x __attribute__((packed))
  7466. | #define PACKED_STRUCT_UNALIGNED(x) x
  7467. | #define PRI_LL_PREFIX "ll"
  7468. | #define rb_pid_t pid_t
  7469. | #define SIGNEDNESS_OF_PID_T -1
  7470. | #define PIDT2NUM(v) INT2NUM(v)
  7471. | #define NUM2PIDT(v) NUM2INT(v)
  7472. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  7473. | #define rb_uid_t uid_t
  7474. | #define SIGNEDNESS_OF_UID_T +1
  7475. | #define UIDT2NUM(v) UINT2NUM(v)
  7476. | #define NUM2UIDT(v) NUM2UINT(v)
  7477. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  7478. | #define rb_gid_t gid_t
  7479. | #define SIGNEDNESS_OF_GID_T +1
  7480. | #define GIDT2NUM(v) UINT2NUM(v)
  7481. | #define NUM2GIDT(v) NUM2UINT(v)
  7482. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  7483. | #define rb_time_t time_t
  7484. | #define SIGNEDNESS_OF_TIME_T -1
  7485. | #define TIMET2NUM(v) LONG2NUM(v)
  7486. | #define NUM2TIMET(v) NUM2LONG(v)
  7487. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  7488. | #define rb_dev_t dev_t
  7489. | #define SIGNEDNESS_OF_DEV_T -1
  7490. | #define DEVT2NUM(v) INT2NUM(v)
  7491. | #define NUM2DEVT(v) NUM2INT(v)
  7492. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  7493. | /* end confdefs.h. */
  7494. | #include <sys/stat.h>
  7495. |
  7496. | typedef mode_t rbcv_conftest_target_type;
  7497. | typedef unsigned long rbcv_conftest_replace_type;
  7498. | extern rbcv_conftest_target_type rbcv_conftest_var;
  7499. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  7500. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  7501. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  7502. |
  7503. | int
  7504. | main ()
  7505. | {
  7506. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  7507. | test_array [0] = 0;
  7508. | return test_array [0];
  7509. |
  7510. | ;
  7511. | return 0;
  7512. | }
  7513. configure:14127: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7514. conftest.c:107:38: error: redefinition of 'rbcv_conftest_var' with a different type: 'rbcv_conftest_replace_type' (aka 'unsigned int') vs 'rbcv_conftest_target_type' (aka 'unsigned short')
  7515. extern rbcv_conftest_replace_type rbcv_conftest_var;
  7516. ^
  7517. conftest.c:106:37: note: previous definition is here
  7518. extern rbcv_conftest_target_type rbcv_conftest_var;
  7519. ^
  7520. conftest.c:109:38: error: conflicting types for 'rbcv_conftest_func'
  7521. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  7522. ^
  7523. conftest.c:108:37: note: previous declaration is here
  7524. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  7525. ^
  7526. conftest.c:114:24: error: 'test_array' declared as an array with a negative size
  7527. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  7528. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7529. 3 errors generated.
  7530. configure:14127: $? = 1
  7531. configure: failed program was:
  7532. | /* confdefs.h */
  7533. | #define PACKAGE_NAME ""
  7534. | #define PACKAGE_TARNAME ""
  7535. | #define PACKAGE_VERSION ""
  7536. | #define PACKAGE_STRING ""
  7537. | #define PACKAGE_BUGREPORT ""
  7538. | #define PACKAGE_URL ""
  7539. | #define CANONICALIZATION_FOR_MATHN 1
  7540. | #define STDC_HEADERS 1
  7541. | #define HAVE_SYS_TYPES_H 1
  7542. | #define HAVE_SYS_STAT_H 1
  7543. | #define HAVE_STDLIB_H 1
  7544. | #define HAVE_STRING_H 1
  7545. | #define HAVE_MEMORY_H 1
  7546. | #define HAVE_STRINGS_H 1
  7547. | #define HAVE_INTTYPES_H 1
  7548. | #define HAVE_STDINT_H 1
  7549. | #define HAVE_UNISTD_H 1
  7550. | #define __EXTENSIONS__ 1
  7551. | #define _ALL_SOURCE 1
  7552. | #define _GNU_SOURCE 1
  7553. | #define _POSIX_PTHREAD_SEMANTICS 1
  7554. | #define _TANDEM_SOURCE 1
  7555. | #define HAVE_INFINITY 1
  7556. | #define HAVE_NAN 1
  7557. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  7558. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  7559. | #define BROKEN_CRYPT 1
  7560. | #define HAVE_CRT_EXTERNS_H 1
  7561. | #define HAVE_LIBDL 1
  7562. | #define HAVE_DIRENT_H 1
  7563. | #define HAVE__BOOL 1
  7564. | #define HAVE_STDBOOL_H 1
  7565. | #define HAVE_SYS_WAIT_H 1
  7566. | #define HAVE_GRP_H 1
  7567. | #define HAVE_FCNTL_H 1
  7568. | #define HAVE_FLOAT_H 1
  7569. | #define HAVE_LANGINFO_H 1
  7570. | #define HAVE_LIMITS_H 1
  7571. | #define HAVE_LOCALE_H 1
  7572. | #define HAVE_MALLOC_MALLOC_H 1
  7573. | #define HAVE_PWD_H 1
  7574. | #define HAVE_SYS_ATTR_H 1
  7575. | #define HAVE_SYS_FCNTL_H 1
  7576. | #define HAVE_SYS_FILE_H 1
  7577. | #define HAVE_SYS_IOCTL_H 1
  7578. | #define HAVE_SYS_PARAM_H 1
  7579. | #define HAVE_SYS_RESOURCE_H 1
  7580. | #define HAVE_SYS_SELECT_H 1
  7581. | #define HAVE_SYS_SOCKET_H 1
  7582. | #define HAVE_SYS_SYSCALL_H 1
  7583. | #define HAVE_SYS_TIME_H 1
  7584. | #define HAVE_SYS_TIMES_H 1
  7585. | #define HAVE_SYS_UIO_H 1
  7586. | #define HAVE_TIME_H 1
  7587. | #define HAVE_UCONTEXT_H 1
  7588. | #define HAVE_UTIME_H 1
  7589. | #define HAVE_TYPEOF 1
  7590. | #define HAVE_LONG_LONG 1
  7591. | #define HAVE_OFF_T 1
  7592. | #define SIZEOF_INT 4
  7593. | #define SIZEOF_SHORT 2
  7594. | #define SIZEOF_LONG 8
  7595. | #define SIZEOF_LONG_LONG 8
  7596. | #define SIZEOF___INT64 0
  7597. | #define SIZEOF___INT128 16
  7598. | #define SIZEOF_OFF_T 8
  7599. | #define SIZEOF_VOIDP 8
  7600. | #define SIZEOF_FLOAT 4
  7601. | #define SIZEOF_DOUBLE 8
  7602. | #define SIZEOF_TIME_T 8
  7603. | #define SIZEOF_CLOCK_T 8
  7604. | #define PACKED_STRUCT(x) x __attribute__((packed))
  7605. | #define PACKED_STRUCT_UNALIGNED(x) x
  7606. | #define PRI_LL_PREFIX "ll"
  7607. | #define rb_pid_t pid_t
  7608. | #define SIGNEDNESS_OF_PID_T -1
  7609. | #define PIDT2NUM(v) INT2NUM(v)
  7610. | #define NUM2PIDT(v) NUM2INT(v)
  7611. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  7612. | #define rb_uid_t uid_t
  7613. | #define SIGNEDNESS_OF_UID_T +1
  7614. | #define UIDT2NUM(v) UINT2NUM(v)
  7615. | #define NUM2UIDT(v) NUM2UINT(v)
  7616. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  7617. | #define rb_gid_t gid_t
  7618. | #define SIGNEDNESS_OF_GID_T +1
  7619. | #define GIDT2NUM(v) UINT2NUM(v)
  7620. | #define NUM2GIDT(v) NUM2UINT(v)
  7621. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  7622. | #define rb_time_t time_t
  7623. | #define SIGNEDNESS_OF_TIME_T -1
  7624. | #define TIMET2NUM(v) LONG2NUM(v)
  7625. | #define NUM2TIMET(v) NUM2LONG(v)
  7626. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  7627. | #define rb_dev_t dev_t
  7628. | #define SIGNEDNESS_OF_DEV_T -1
  7629. | #define DEVT2NUM(v) INT2NUM(v)
  7630. | #define NUM2DEVT(v) NUM2INT(v)
  7631. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  7632. | /* end confdefs.h. */
  7633. | #include <sys/stat.h>
  7634. |
  7635. | typedef mode_t rbcv_conftest_target_type;
  7636. | typedef unsigned int rbcv_conftest_replace_type;
  7637. | extern rbcv_conftest_target_type rbcv_conftest_var;
  7638. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  7639. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  7640. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  7641. |
  7642. | int
  7643. | main ()
  7644. | {
  7645. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  7646. | test_array [0] = 0;
  7647. | return test_array [0];
  7648. |
  7649. | ;
  7650. | return 0;
  7651. | }
  7652. configure:14127: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7653. configure:14127: $? = 0
  7654. configure:14146: result: UINT
  7655. configure:14193: checking for rlim_t
  7656. configure:14193: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7657. configure:14193: $? = 0
  7658. configure:14193: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7659. conftest.c:120:21: error: expected expression
  7660. if (sizeof ((rlim_t)))
  7661. ^
  7662. 1 error generated.
  7663. configure:14193: $? = 1
  7664. configure: failed program was:
  7665. | /* confdefs.h */
  7666. | #define PACKAGE_NAME ""
  7667. | #define PACKAGE_TARNAME ""
  7668. | #define PACKAGE_VERSION ""
  7669. | #define PACKAGE_STRING ""
  7670. | #define PACKAGE_BUGREPORT ""
  7671. | #define PACKAGE_URL ""
  7672. | #define CANONICALIZATION_FOR_MATHN 1
  7673. | #define STDC_HEADERS 1
  7674. | #define HAVE_SYS_TYPES_H 1
  7675. | #define HAVE_SYS_STAT_H 1
  7676. | #define HAVE_STDLIB_H 1
  7677. | #define HAVE_STRING_H 1
  7678. | #define HAVE_MEMORY_H 1
  7679. | #define HAVE_STRINGS_H 1
  7680. | #define HAVE_INTTYPES_H 1
  7681. | #define HAVE_STDINT_H 1
  7682. | #define HAVE_UNISTD_H 1
  7683. | #define __EXTENSIONS__ 1
  7684. | #define _ALL_SOURCE 1
  7685. | #define _GNU_SOURCE 1
  7686. | #define _POSIX_PTHREAD_SEMANTICS 1
  7687. | #define _TANDEM_SOURCE 1
  7688. | #define HAVE_INFINITY 1
  7689. | #define HAVE_NAN 1
  7690. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  7691. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  7692. | #define BROKEN_CRYPT 1
  7693. | #define HAVE_CRT_EXTERNS_H 1
  7694. | #define HAVE_LIBDL 1
  7695. | #define HAVE_DIRENT_H 1
  7696. | #define HAVE__BOOL 1
  7697. | #define HAVE_STDBOOL_H 1
  7698. | #define HAVE_SYS_WAIT_H 1
  7699. | #define HAVE_GRP_H 1
  7700. | #define HAVE_FCNTL_H 1
  7701. | #define HAVE_FLOAT_H 1
  7702. | #define HAVE_LANGINFO_H 1
  7703. | #define HAVE_LIMITS_H 1
  7704. | #define HAVE_LOCALE_H 1
  7705. | #define HAVE_MALLOC_MALLOC_H 1
  7706. | #define HAVE_PWD_H 1
  7707. | #define HAVE_SYS_ATTR_H 1
  7708. | #define HAVE_SYS_FCNTL_H 1
  7709. | #define HAVE_SYS_FILE_H 1
  7710. | #define HAVE_SYS_IOCTL_H 1
  7711. | #define HAVE_SYS_PARAM_H 1
  7712. | #define HAVE_SYS_RESOURCE_H 1
  7713. | #define HAVE_SYS_SELECT_H 1
  7714. | #define HAVE_SYS_SOCKET_H 1
  7715. | #define HAVE_SYS_SYSCALL_H 1
  7716. | #define HAVE_SYS_TIME_H 1
  7717. | #define HAVE_SYS_TIMES_H 1
  7718. | #define HAVE_SYS_UIO_H 1
  7719. | #define HAVE_TIME_H 1
  7720. | #define HAVE_UCONTEXT_H 1
  7721. | #define HAVE_UTIME_H 1
  7722. | #define HAVE_TYPEOF 1
  7723. | #define HAVE_LONG_LONG 1
  7724. | #define HAVE_OFF_T 1
  7725. | #define SIZEOF_INT 4
  7726. | #define SIZEOF_SHORT 2
  7727. | #define SIZEOF_LONG 8
  7728. | #define SIZEOF_LONG_LONG 8
  7729. | #define SIZEOF___INT64 0
  7730. | #define SIZEOF___INT128 16
  7731. | #define SIZEOF_OFF_T 8
  7732. | #define SIZEOF_VOIDP 8
  7733. | #define SIZEOF_FLOAT 4
  7734. | #define SIZEOF_DOUBLE 8
  7735. | #define SIZEOF_TIME_T 8
  7736. | #define SIZEOF_CLOCK_T 8
  7737. | #define PACKED_STRUCT(x) x __attribute__((packed))
  7738. | #define PACKED_STRUCT_UNALIGNED(x) x
  7739. | #define PRI_LL_PREFIX "ll"
  7740. | #define rb_pid_t pid_t
  7741. | #define SIGNEDNESS_OF_PID_T -1
  7742. | #define PIDT2NUM(v) INT2NUM(v)
  7743. | #define NUM2PIDT(v) NUM2INT(v)
  7744. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  7745. | #define rb_uid_t uid_t
  7746. | #define SIGNEDNESS_OF_UID_T +1
  7747. | #define UIDT2NUM(v) UINT2NUM(v)
  7748. | #define NUM2UIDT(v) NUM2UINT(v)
  7749. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  7750. | #define rb_gid_t gid_t
  7751. | #define SIGNEDNESS_OF_GID_T +1
  7752. | #define GIDT2NUM(v) UINT2NUM(v)
  7753. | #define NUM2GIDT(v) NUM2UINT(v)
  7754. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  7755. | #define rb_time_t time_t
  7756. | #define SIGNEDNESS_OF_TIME_T -1
  7757. | #define TIMET2NUM(v) LONG2NUM(v)
  7758. | #define NUM2TIMET(v) NUM2LONG(v)
  7759. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  7760. | #define rb_dev_t dev_t
  7761. | #define SIGNEDNESS_OF_DEV_T -1
  7762. | #define DEVT2NUM(v) INT2NUM(v)
  7763. | #define NUM2DEVT(v) NUM2INT(v)
  7764. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  7765. | #define rb_mode_t mode_t
  7766. | #define SIGNEDNESS_OF_MODE_T +1
  7767. | #define MODET2NUM(v) UINT2NUM(v)
  7768. | #define NUM2MODET(v) NUM2UINT(v)
  7769. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  7770. | /* end confdefs.h. */
  7771. |
  7772. | #ifdef HAVE_SYS_TYPES_H
  7773. | #include <sys/types.h>
  7774. | #endif
  7775. | #ifdef HAVE_SYS_TYPES_H
  7776. | #include <sys/time.h>
  7777. | #endif
  7778. | #include <sys/resource.h>
  7779. |
  7780. |
  7781. | int
  7782. | main ()
  7783. | {
  7784. | if (sizeof ((rlim_t)))
  7785. | return 0;
  7786. | ;
  7787. | return 0;
  7788. | }
  7789. configure:14193: result: yes
  7790. configure:14209: checking for convertible type of rlim_t
  7791. configure:14246: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7792. configure:14246: $? = 0
  7793. configure:14284: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7794. configure:14284: $? = 0
  7795. configure:14303: result: ULL
  7796. configure:14350: checking for off_t
  7797. configure:14350: result: yes
  7798. configure:14357: checking for convertible type of off_t
  7799. configure:14385: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7800. conftest.c:148:24: error: 'test_array' declared as an array with a negative size
  7801. static int test_array [1 - 2 * !((off_t)-1 > 0)];
  7802. ^~~~~~~~~~~~~~~~~~~~~~~~
  7803. 1 error generated.
  7804. configure:14385: $? = 1
  7805. configure: failed program was:
  7806. | /* confdefs.h */
  7807. | #define PACKAGE_NAME ""
  7808. | #define PACKAGE_TARNAME ""
  7809. | #define PACKAGE_VERSION ""
  7810. | #define PACKAGE_STRING ""
  7811. | #define PACKAGE_BUGREPORT ""
  7812. | #define PACKAGE_URL ""
  7813. | #define CANONICALIZATION_FOR_MATHN 1
  7814. | #define STDC_HEADERS 1
  7815. | #define HAVE_SYS_TYPES_H 1
  7816. | #define HAVE_SYS_STAT_H 1
  7817. | #define HAVE_STDLIB_H 1
  7818. | #define HAVE_STRING_H 1
  7819. | #define HAVE_MEMORY_H 1
  7820. | #define HAVE_STRINGS_H 1
  7821. | #define HAVE_INTTYPES_H 1
  7822. | #define HAVE_STDINT_H 1
  7823. | #define HAVE_UNISTD_H 1
  7824. | #define __EXTENSIONS__ 1
  7825. | #define _ALL_SOURCE 1
  7826. | #define _GNU_SOURCE 1
  7827. | #define _POSIX_PTHREAD_SEMANTICS 1
  7828. | #define _TANDEM_SOURCE 1
  7829. | #define HAVE_INFINITY 1
  7830. | #define HAVE_NAN 1
  7831. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  7832. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  7833. | #define BROKEN_CRYPT 1
  7834. | #define HAVE_CRT_EXTERNS_H 1
  7835. | #define HAVE_LIBDL 1
  7836. | #define HAVE_DIRENT_H 1
  7837. | #define HAVE__BOOL 1
  7838. | #define HAVE_STDBOOL_H 1
  7839. | #define HAVE_SYS_WAIT_H 1
  7840. | #define HAVE_GRP_H 1
  7841. | #define HAVE_FCNTL_H 1
  7842. | #define HAVE_FLOAT_H 1
  7843. | #define HAVE_LANGINFO_H 1
  7844. | #define HAVE_LIMITS_H 1
  7845. | #define HAVE_LOCALE_H 1
  7846. | #define HAVE_MALLOC_MALLOC_H 1
  7847. | #define HAVE_PWD_H 1
  7848. | #define HAVE_SYS_ATTR_H 1
  7849. | #define HAVE_SYS_FCNTL_H 1
  7850. | #define HAVE_SYS_FILE_H 1
  7851. | #define HAVE_SYS_IOCTL_H 1
  7852. | #define HAVE_SYS_PARAM_H 1
  7853. | #define HAVE_SYS_RESOURCE_H 1
  7854. | #define HAVE_SYS_SELECT_H 1
  7855. | #define HAVE_SYS_SOCKET_H 1
  7856. | #define HAVE_SYS_SYSCALL_H 1
  7857. | #define HAVE_SYS_TIME_H 1
  7858. | #define HAVE_SYS_TIMES_H 1
  7859. | #define HAVE_SYS_UIO_H 1
  7860. | #define HAVE_TIME_H 1
  7861. | #define HAVE_UCONTEXT_H 1
  7862. | #define HAVE_UTIME_H 1
  7863. | #define HAVE_TYPEOF 1
  7864. | #define HAVE_LONG_LONG 1
  7865. | #define HAVE_OFF_T 1
  7866. | #define SIZEOF_INT 4
  7867. | #define SIZEOF_SHORT 2
  7868. | #define SIZEOF_LONG 8
  7869. | #define SIZEOF_LONG_LONG 8
  7870. | #define SIZEOF___INT64 0
  7871. | #define SIZEOF___INT128 16
  7872. | #define SIZEOF_OFF_T 8
  7873. | #define SIZEOF_VOIDP 8
  7874. | #define SIZEOF_FLOAT 4
  7875. | #define SIZEOF_DOUBLE 8
  7876. | #define SIZEOF_TIME_T 8
  7877. | #define SIZEOF_CLOCK_T 8
  7878. | #define PACKED_STRUCT(x) x __attribute__((packed))
  7879. | #define PACKED_STRUCT_UNALIGNED(x) x
  7880. | #define PRI_LL_PREFIX "ll"
  7881. | #define rb_pid_t pid_t
  7882. | #define SIGNEDNESS_OF_PID_T -1
  7883. | #define PIDT2NUM(v) INT2NUM(v)
  7884. | #define NUM2PIDT(v) NUM2INT(v)
  7885. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  7886. | #define rb_uid_t uid_t
  7887. | #define SIGNEDNESS_OF_UID_T +1
  7888. | #define UIDT2NUM(v) UINT2NUM(v)
  7889. | #define NUM2UIDT(v) NUM2UINT(v)
  7890. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  7891. | #define rb_gid_t gid_t
  7892. | #define SIGNEDNESS_OF_GID_T +1
  7893. | #define GIDT2NUM(v) UINT2NUM(v)
  7894. | #define NUM2GIDT(v) NUM2UINT(v)
  7895. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  7896. | #define rb_time_t time_t
  7897. | #define SIGNEDNESS_OF_TIME_T -1
  7898. | #define TIMET2NUM(v) LONG2NUM(v)
  7899. | #define NUM2TIMET(v) NUM2LONG(v)
  7900. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  7901. | #define rb_dev_t dev_t
  7902. | #define SIGNEDNESS_OF_DEV_T -1
  7903. | #define DEVT2NUM(v) INT2NUM(v)
  7904. | #define NUM2DEVT(v) NUM2INT(v)
  7905. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  7906. | #define rb_mode_t mode_t
  7907. | #define SIGNEDNESS_OF_MODE_T +1
  7908. | #define MODET2NUM(v) UINT2NUM(v)
  7909. | #define NUM2MODET(v) NUM2UINT(v)
  7910. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  7911. | #define rb_rlim_t rlim_t
  7912. | #define SIGNEDNESS_OF_RLIM_T +1
  7913. | #define RLIM2NUM(v) ULL2NUM(v)
  7914. | #define NUM2RLIM(v) NUM2ULL(v)
  7915. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  7916. | /* end confdefs.h. */
  7917. | #include <stdio.h>
  7918. | #ifdef HAVE_SYS_TYPES_H
  7919. | # include <sys/types.h>
  7920. | #endif
  7921. | #ifdef HAVE_SYS_STAT_H
  7922. | # include <sys/stat.h>
  7923. | #endif
  7924. | #ifdef STDC_HEADERS
  7925. | # include <stdlib.h>
  7926. | # include <stddef.h>
  7927. | #else
  7928. | # ifdef HAVE_STDLIB_H
  7929. | # include <stdlib.h>
  7930. | # endif
  7931. | #endif
  7932. | #ifdef HAVE_STRING_H
  7933. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  7934. | # include <memory.h>
  7935. | # endif
  7936. | # include <string.h>
  7937. | #endif
  7938. | #ifdef HAVE_STRINGS_H
  7939. | # include <strings.h>
  7940. | #endif
  7941. | #ifdef HAVE_INTTYPES_H
  7942. | # include <inttypes.h>
  7943. | #endif
  7944. | #ifdef HAVE_STDINT_H
  7945. | # include <stdint.h>
  7946. | #endif
  7947. | #ifdef HAVE_UNISTD_H
  7948. | # include <unistd.h>
  7949. | #endif
  7950. | int
  7951. | main ()
  7952. | {
  7953. | static int test_array [1 - 2 * !((off_t)-1 > 0)];
  7954. | test_array [0] = 0;
  7955. | return test_array [0];
  7956. |
  7957. | ;
  7958. | return 0;
  7959. | }
  7960. configure:14414: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7961. configure:14414: $? = 0
  7962. configure:14433: result: LL
  7963. configure:14480: checking for clockid_t
  7964. configure:14480: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7965. conftest.c:153:13: error: use of undeclared identifier 'clockid_t'
  7966. if (sizeof (clockid_t))
  7967. ^
  7968. 1 error generated.
  7969. configure:14480: $? = 1
  7970. configure: failed program was:
  7971. | /* confdefs.h */
  7972. | #define PACKAGE_NAME ""
  7973. | #define PACKAGE_TARNAME ""
  7974. | #define PACKAGE_VERSION ""
  7975. | #define PACKAGE_STRING ""
  7976. | #define PACKAGE_BUGREPORT ""
  7977. | #define PACKAGE_URL ""
  7978. | #define CANONICALIZATION_FOR_MATHN 1
  7979. | #define STDC_HEADERS 1
  7980. | #define HAVE_SYS_TYPES_H 1
  7981. | #define HAVE_SYS_STAT_H 1
  7982. | #define HAVE_STDLIB_H 1
  7983. | #define HAVE_STRING_H 1
  7984. | #define HAVE_MEMORY_H 1
  7985. | #define HAVE_STRINGS_H 1
  7986. | #define HAVE_INTTYPES_H 1
  7987. | #define HAVE_STDINT_H 1
  7988. | #define HAVE_UNISTD_H 1
  7989. | #define __EXTENSIONS__ 1
  7990. | #define _ALL_SOURCE 1
  7991. | #define _GNU_SOURCE 1
  7992. | #define _POSIX_PTHREAD_SEMANTICS 1
  7993. | #define _TANDEM_SOURCE 1
  7994. | #define HAVE_INFINITY 1
  7995. | #define HAVE_NAN 1
  7996. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  7997. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  7998. | #define BROKEN_CRYPT 1
  7999. | #define HAVE_CRT_EXTERNS_H 1
  8000. | #define HAVE_LIBDL 1
  8001. | #define HAVE_DIRENT_H 1
  8002. | #define HAVE__BOOL 1
  8003. | #define HAVE_STDBOOL_H 1
  8004. | #define HAVE_SYS_WAIT_H 1
  8005. | #define HAVE_GRP_H 1
  8006. | #define HAVE_FCNTL_H 1
  8007. | #define HAVE_FLOAT_H 1
  8008. | #define HAVE_LANGINFO_H 1
  8009. | #define HAVE_LIMITS_H 1
  8010. | #define HAVE_LOCALE_H 1
  8011. | #define HAVE_MALLOC_MALLOC_H 1
  8012. | #define HAVE_PWD_H 1
  8013. | #define HAVE_SYS_ATTR_H 1
  8014. | #define HAVE_SYS_FCNTL_H 1
  8015. | #define HAVE_SYS_FILE_H 1
  8016. | #define HAVE_SYS_IOCTL_H 1
  8017. | #define HAVE_SYS_PARAM_H 1
  8018. | #define HAVE_SYS_RESOURCE_H 1
  8019. | #define HAVE_SYS_SELECT_H 1
  8020. | #define HAVE_SYS_SOCKET_H 1
  8021. | #define HAVE_SYS_SYSCALL_H 1
  8022. | #define HAVE_SYS_TIME_H 1
  8023. | #define HAVE_SYS_TIMES_H 1
  8024. | #define HAVE_SYS_UIO_H 1
  8025. | #define HAVE_TIME_H 1
  8026. | #define HAVE_UCONTEXT_H 1
  8027. | #define HAVE_UTIME_H 1
  8028. | #define HAVE_TYPEOF 1
  8029. | #define HAVE_LONG_LONG 1
  8030. | #define HAVE_OFF_T 1
  8031. | #define SIZEOF_INT 4
  8032. | #define SIZEOF_SHORT 2
  8033. | #define SIZEOF_LONG 8
  8034. | #define SIZEOF_LONG_LONG 8
  8035. | #define SIZEOF___INT64 0
  8036. | #define SIZEOF___INT128 16
  8037. | #define SIZEOF_OFF_T 8
  8038. | #define SIZEOF_VOIDP 8
  8039. | #define SIZEOF_FLOAT 4
  8040. | #define SIZEOF_DOUBLE 8
  8041. | #define SIZEOF_TIME_T 8
  8042. | #define SIZEOF_CLOCK_T 8
  8043. | #define PACKED_STRUCT(x) x __attribute__((packed))
  8044. | #define PACKED_STRUCT_UNALIGNED(x) x
  8045. | #define PRI_LL_PREFIX "ll"
  8046. | #define rb_pid_t pid_t
  8047. | #define SIGNEDNESS_OF_PID_T -1
  8048. | #define PIDT2NUM(v) INT2NUM(v)
  8049. | #define NUM2PIDT(v) NUM2INT(v)
  8050. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  8051. | #define rb_uid_t uid_t
  8052. | #define SIGNEDNESS_OF_UID_T +1
  8053. | #define UIDT2NUM(v) UINT2NUM(v)
  8054. | #define NUM2UIDT(v) NUM2UINT(v)
  8055. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  8056. | #define rb_gid_t gid_t
  8057. | #define SIGNEDNESS_OF_GID_T +1
  8058. | #define GIDT2NUM(v) UINT2NUM(v)
  8059. | #define NUM2GIDT(v) NUM2UINT(v)
  8060. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  8061. | #define rb_time_t time_t
  8062. | #define SIGNEDNESS_OF_TIME_T -1
  8063. | #define TIMET2NUM(v) LONG2NUM(v)
  8064. | #define NUM2TIMET(v) NUM2LONG(v)
  8065. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  8066. | #define rb_dev_t dev_t
  8067. | #define SIGNEDNESS_OF_DEV_T -1
  8068. | #define DEVT2NUM(v) INT2NUM(v)
  8069. | #define NUM2DEVT(v) NUM2INT(v)
  8070. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  8071. | #define rb_mode_t mode_t
  8072. | #define SIGNEDNESS_OF_MODE_T +1
  8073. | #define MODET2NUM(v) UINT2NUM(v)
  8074. | #define NUM2MODET(v) NUM2UINT(v)
  8075. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  8076. | #define rb_rlim_t rlim_t
  8077. | #define SIGNEDNESS_OF_RLIM_T +1
  8078. | #define RLIM2NUM(v) ULL2NUM(v)
  8079. | #define NUM2RLIM(v) NUM2ULL(v)
  8080. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  8081. | #define rb_off_t off_t
  8082. | #define SIGNEDNESS_OF_OFF_T -1
  8083. | #define OFFT2NUM(v) LL2NUM(v)
  8084. | #define NUM2OFFT(v) NUM2LL(v)
  8085. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  8086. | /* end confdefs.h. */
  8087. | #include <stdio.h>
  8088. | #ifdef HAVE_SYS_TYPES_H
  8089. | # include <sys/types.h>
  8090. | #endif
  8091. | #ifdef HAVE_SYS_STAT_H
  8092. | # include <sys/stat.h>
  8093. | #endif
  8094. | #ifdef STDC_HEADERS
  8095. | # include <stdlib.h>
  8096. | # include <stddef.h>
  8097. | #else
  8098. | # ifdef HAVE_STDLIB_H
  8099. | # include <stdlib.h>
  8100. | # endif
  8101. | #endif
  8102. | #ifdef HAVE_STRING_H
  8103. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  8104. | # include <memory.h>
  8105. | # endif
  8106. | # include <string.h>
  8107. | #endif
  8108. | #ifdef HAVE_STRINGS_H
  8109. | # include <strings.h>
  8110. | #endif
  8111. | #ifdef HAVE_INTTYPES_H
  8112. | # include <inttypes.h>
  8113. | #endif
  8114. | #ifdef HAVE_STDINT_H
  8115. | # include <stdint.h>
  8116. | #endif
  8117. | #ifdef HAVE_UNISTD_H
  8118. | # include <unistd.h>
  8119. | #endif
  8120. | int
  8121. | main ()
  8122. | {
  8123. | if (sizeof (clockid_t))
  8124. | return 0;
  8125. | ;
  8126. | return 0;
  8127. | }
  8128. configure:14480: result: no
  8129. configure:14487: checking for convertible type of clockid_t
  8130. configure:14515: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8131. conftest.c:153:35: error: expected expression
  8132. static int test_array [1 - 2 * !(()-1 > 0)];
  8133. ^
  8134. 1 error generated.
  8135. configure:14515: $? = 1
  8136. configure: failed program was:
  8137. | /* confdefs.h */
  8138. | #define PACKAGE_NAME ""
  8139. | #define PACKAGE_TARNAME ""
  8140. | #define PACKAGE_VERSION ""
  8141. | #define PACKAGE_STRING ""
  8142. | #define PACKAGE_BUGREPORT ""
  8143. | #define PACKAGE_URL ""
  8144. | #define CANONICALIZATION_FOR_MATHN 1
  8145. | #define STDC_HEADERS 1
  8146. | #define HAVE_SYS_TYPES_H 1
  8147. | #define HAVE_SYS_STAT_H 1
  8148. | #define HAVE_STDLIB_H 1
  8149. | #define HAVE_STRING_H 1
  8150. | #define HAVE_MEMORY_H 1
  8151. | #define HAVE_STRINGS_H 1
  8152. | #define HAVE_INTTYPES_H 1
  8153. | #define HAVE_STDINT_H 1
  8154. | #define HAVE_UNISTD_H 1
  8155. | #define __EXTENSIONS__ 1
  8156. | #define _ALL_SOURCE 1
  8157. | #define _GNU_SOURCE 1
  8158. | #define _POSIX_PTHREAD_SEMANTICS 1
  8159. | #define _TANDEM_SOURCE 1
  8160. | #define HAVE_INFINITY 1
  8161. | #define HAVE_NAN 1
  8162. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  8163. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  8164. | #define BROKEN_CRYPT 1
  8165. | #define HAVE_CRT_EXTERNS_H 1
  8166. | #define HAVE_LIBDL 1
  8167. | #define HAVE_DIRENT_H 1
  8168. | #define HAVE__BOOL 1
  8169. | #define HAVE_STDBOOL_H 1
  8170. | #define HAVE_SYS_WAIT_H 1
  8171. | #define HAVE_GRP_H 1
  8172. | #define HAVE_FCNTL_H 1
  8173. | #define HAVE_FLOAT_H 1
  8174. | #define HAVE_LANGINFO_H 1
  8175. | #define HAVE_LIMITS_H 1
  8176. | #define HAVE_LOCALE_H 1
  8177. | #define HAVE_MALLOC_MALLOC_H 1
  8178. | #define HAVE_PWD_H 1
  8179. | #define HAVE_SYS_ATTR_H 1
  8180. | #define HAVE_SYS_FCNTL_H 1
  8181. | #define HAVE_SYS_FILE_H 1
  8182. | #define HAVE_SYS_IOCTL_H 1
  8183. | #define HAVE_SYS_PARAM_H 1
  8184. | #define HAVE_SYS_RESOURCE_H 1
  8185. | #define HAVE_SYS_SELECT_H 1
  8186. | #define HAVE_SYS_SOCKET_H 1
  8187. | #define HAVE_SYS_SYSCALL_H 1
  8188. | #define HAVE_SYS_TIME_H 1
  8189. | #define HAVE_SYS_TIMES_H 1
  8190. | #define HAVE_SYS_UIO_H 1
  8191. | #define HAVE_TIME_H 1
  8192. | #define HAVE_UCONTEXT_H 1
  8193. | #define HAVE_UTIME_H 1
  8194. | #define HAVE_TYPEOF 1
  8195. | #define HAVE_LONG_LONG 1
  8196. | #define HAVE_OFF_T 1
  8197. | #define SIZEOF_INT 4
  8198. | #define SIZEOF_SHORT 2
  8199. | #define SIZEOF_LONG 8
  8200. | #define SIZEOF_LONG_LONG 8
  8201. | #define SIZEOF___INT64 0
  8202. | #define SIZEOF___INT128 16
  8203. | #define SIZEOF_OFF_T 8
  8204. | #define SIZEOF_VOIDP 8
  8205. | #define SIZEOF_FLOAT 4
  8206. | #define SIZEOF_DOUBLE 8
  8207. | #define SIZEOF_TIME_T 8
  8208. | #define SIZEOF_CLOCK_T 8
  8209. | #define PACKED_STRUCT(x) x __attribute__((packed))
  8210. | #define PACKED_STRUCT_UNALIGNED(x) x
  8211. | #define PRI_LL_PREFIX "ll"
  8212. | #define rb_pid_t pid_t
  8213. | #define SIGNEDNESS_OF_PID_T -1
  8214. | #define PIDT2NUM(v) INT2NUM(v)
  8215. | #define NUM2PIDT(v) NUM2INT(v)
  8216. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  8217. | #define rb_uid_t uid_t
  8218. | #define SIGNEDNESS_OF_UID_T +1
  8219. | #define UIDT2NUM(v) UINT2NUM(v)
  8220. | #define NUM2UIDT(v) NUM2UINT(v)
  8221. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  8222. | #define rb_gid_t gid_t
  8223. | #define SIGNEDNESS_OF_GID_T +1
  8224. | #define GIDT2NUM(v) UINT2NUM(v)
  8225. | #define NUM2GIDT(v) NUM2UINT(v)
  8226. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  8227. | #define rb_time_t time_t
  8228. | #define SIGNEDNESS_OF_TIME_T -1
  8229. | #define TIMET2NUM(v) LONG2NUM(v)
  8230. | #define NUM2TIMET(v) NUM2LONG(v)
  8231. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  8232. | #define rb_dev_t dev_t
  8233. | #define SIGNEDNESS_OF_DEV_T -1
  8234. | #define DEVT2NUM(v) INT2NUM(v)
  8235. | #define NUM2DEVT(v) NUM2INT(v)
  8236. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  8237. | #define rb_mode_t mode_t
  8238. | #define SIGNEDNESS_OF_MODE_T +1
  8239. | #define MODET2NUM(v) UINT2NUM(v)
  8240. | #define NUM2MODET(v) NUM2UINT(v)
  8241. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  8242. | #define rb_rlim_t rlim_t
  8243. | #define SIGNEDNESS_OF_RLIM_T +1
  8244. | #define RLIM2NUM(v) ULL2NUM(v)
  8245. | #define NUM2RLIM(v) NUM2ULL(v)
  8246. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  8247. | #define rb_off_t off_t
  8248. | #define SIGNEDNESS_OF_OFF_T -1
  8249. | #define OFFT2NUM(v) LL2NUM(v)
  8250. | #define NUM2OFFT(v) NUM2LL(v)
  8251. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  8252. | /* end confdefs.h. */
  8253. | #include <stdio.h>
  8254. | #ifdef HAVE_SYS_TYPES_H
  8255. | # include <sys/types.h>
  8256. | #endif
  8257. | #ifdef HAVE_SYS_STAT_H
  8258. | # include <sys/stat.h>
  8259. | #endif
  8260. | #ifdef STDC_HEADERS
  8261. | # include <stdlib.h>
  8262. | # include <stddef.h>
  8263. | #else
  8264. | # ifdef HAVE_STDLIB_H
  8265. | # include <stdlib.h>
  8266. | # endif
  8267. | #endif
  8268. | #ifdef HAVE_STRING_H
  8269. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  8270. | # include <memory.h>
  8271. | # endif
  8272. | # include <string.h>
  8273. | #endif
  8274. | #ifdef HAVE_STRINGS_H
  8275. | # include <strings.h>
  8276. | #endif
  8277. | #ifdef HAVE_INTTYPES_H
  8278. | # include <inttypes.h>
  8279. | #endif
  8280. | #ifdef HAVE_STDINT_H
  8281. | # include <stdint.h>
  8282. | #endif
  8283. | #ifdef HAVE_UNISTD_H
  8284. | # include <unistd.h>
  8285. | #endif
  8286. | int
  8287. | main ()
  8288. | {
  8289. | static int test_array [1 - 2 * !(()-1 > 0)];
  8290. | test_array [0] = 0;
  8291. | return test_array [0];
  8292. |
  8293. | ;
  8294. | return 0;
  8295. | }
  8296. configure:14544: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8297. conftest.c:150:13: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  8298. typedef rbcv_conftest_target_type;
  8299. ~~~~~~~ ^
  8300. conftest.c:153:38: error: redefinition of 'rbcv_conftest_var' with a different type: 'rbcv_conftest_replace_type' (aka 'long long') vs 'rbcv_conftest_target_type' (aka 'int')
  8301. extern rbcv_conftest_replace_type rbcv_conftest_var;
  8302. ^
  8303. conftest.c:152:37: note: previous definition is here
  8304. extern rbcv_conftest_target_type rbcv_conftest_var;
  8305. ^
  8306. conftest.c:155:38: error: conflicting types for 'rbcv_conftest_func'
  8307. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  8308. ^
  8309. conftest.c:154:37: note: previous declaration is here
  8310. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  8311. ^
  8312. conftest.c:160:24: error: 'test_array' declared as an array with a negative size
  8313. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  8314. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  8315. 1 warning and 3 errors generated.
  8316. configure:14544: $? = 1
  8317. configure: failed program was:
  8318. | /* confdefs.h */
  8319. | #define PACKAGE_NAME ""
  8320. | #define PACKAGE_TARNAME ""
  8321. | #define PACKAGE_VERSION ""
  8322. | #define PACKAGE_STRING ""
  8323. | #define PACKAGE_BUGREPORT ""
  8324. | #define PACKAGE_URL ""
  8325. | #define CANONICALIZATION_FOR_MATHN 1
  8326. | #define STDC_HEADERS 1
  8327. | #define HAVE_SYS_TYPES_H 1
  8328. | #define HAVE_SYS_STAT_H 1
  8329. | #define HAVE_STDLIB_H 1
  8330. | #define HAVE_STRING_H 1
  8331. | #define HAVE_MEMORY_H 1
  8332. | #define HAVE_STRINGS_H 1
  8333. | #define HAVE_INTTYPES_H 1
  8334. | #define HAVE_STDINT_H 1
  8335. | #define HAVE_UNISTD_H 1
  8336. | #define __EXTENSIONS__ 1
  8337. | #define _ALL_SOURCE 1
  8338. | #define _GNU_SOURCE 1
  8339. | #define _POSIX_PTHREAD_SEMANTICS 1
  8340. | #define _TANDEM_SOURCE 1
  8341. | #define HAVE_INFINITY 1
  8342. | #define HAVE_NAN 1
  8343. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  8344. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  8345. | #define BROKEN_CRYPT 1
  8346. | #define HAVE_CRT_EXTERNS_H 1
  8347. | #define HAVE_LIBDL 1
  8348. | #define HAVE_DIRENT_H 1
  8349. | #define HAVE__BOOL 1
  8350. | #define HAVE_STDBOOL_H 1
  8351. | #define HAVE_SYS_WAIT_H 1
  8352. | #define HAVE_GRP_H 1
  8353. | #define HAVE_FCNTL_H 1
  8354. | #define HAVE_FLOAT_H 1
  8355. | #define HAVE_LANGINFO_H 1
  8356. | #define HAVE_LIMITS_H 1
  8357. | #define HAVE_LOCALE_H 1
  8358. | #define HAVE_MALLOC_MALLOC_H 1
  8359. | #define HAVE_PWD_H 1
  8360. | #define HAVE_SYS_ATTR_H 1
  8361. | #define HAVE_SYS_FCNTL_H 1
  8362. | #define HAVE_SYS_FILE_H 1
  8363. | #define HAVE_SYS_IOCTL_H 1
  8364. | #define HAVE_SYS_PARAM_H 1
  8365. | #define HAVE_SYS_RESOURCE_H 1
  8366. | #define HAVE_SYS_SELECT_H 1
  8367. | #define HAVE_SYS_SOCKET_H 1
  8368. | #define HAVE_SYS_SYSCALL_H 1
  8369. | #define HAVE_SYS_TIME_H 1
  8370. | #define HAVE_SYS_TIMES_H 1
  8371. | #define HAVE_SYS_UIO_H 1
  8372. | #define HAVE_TIME_H 1
  8373. | #define HAVE_UCONTEXT_H 1
  8374. | #define HAVE_UTIME_H 1
  8375. | #define HAVE_TYPEOF 1
  8376. | #define HAVE_LONG_LONG 1
  8377. | #define HAVE_OFF_T 1
  8378. | #define SIZEOF_INT 4
  8379. | #define SIZEOF_SHORT 2
  8380. | #define SIZEOF_LONG 8
  8381. | #define SIZEOF_LONG_LONG 8
  8382. | #define SIZEOF___INT64 0
  8383. | #define SIZEOF___INT128 16
  8384. | #define SIZEOF_OFF_T 8
  8385. | #define SIZEOF_VOIDP 8
  8386. | #define SIZEOF_FLOAT 4
  8387. | #define SIZEOF_DOUBLE 8
  8388. | #define SIZEOF_TIME_T 8
  8389. | #define SIZEOF_CLOCK_T 8
  8390. | #define PACKED_STRUCT(x) x __attribute__((packed))
  8391. | #define PACKED_STRUCT_UNALIGNED(x) x
  8392. | #define PRI_LL_PREFIX "ll"
  8393. | #define rb_pid_t pid_t
  8394. | #define SIGNEDNESS_OF_PID_T -1
  8395. | #define PIDT2NUM(v) INT2NUM(v)
  8396. | #define NUM2PIDT(v) NUM2INT(v)
  8397. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  8398. | #define rb_uid_t uid_t
  8399. | #define SIGNEDNESS_OF_UID_T +1
  8400. | #define UIDT2NUM(v) UINT2NUM(v)
  8401. | #define NUM2UIDT(v) NUM2UINT(v)
  8402. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  8403. | #define rb_gid_t gid_t
  8404. | #define SIGNEDNESS_OF_GID_T +1
  8405. | #define GIDT2NUM(v) UINT2NUM(v)
  8406. | #define NUM2GIDT(v) NUM2UINT(v)
  8407. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  8408. | #define rb_time_t time_t
  8409. | #define SIGNEDNESS_OF_TIME_T -1
  8410. | #define TIMET2NUM(v) LONG2NUM(v)
  8411. | #define NUM2TIMET(v) NUM2LONG(v)
  8412. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  8413. | #define rb_dev_t dev_t
  8414. | #define SIGNEDNESS_OF_DEV_T -1
  8415. | #define DEVT2NUM(v) INT2NUM(v)
  8416. | #define NUM2DEVT(v) NUM2INT(v)
  8417. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  8418. | #define rb_mode_t mode_t
  8419. | #define SIGNEDNESS_OF_MODE_T +1
  8420. | #define MODET2NUM(v) UINT2NUM(v)
  8421. | #define NUM2MODET(v) NUM2UINT(v)
  8422. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  8423. | #define rb_rlim_t rlim_t
  8424. | #define SIGNEDNESS_OF_RLIM_T +1
  8425. | #define RLIM2NUM(v) ULL2NUM(v)
  8426. | #define NUM2RLIM(v) NUM2ULL(v)
  8427. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  8428. | #define rb_off_t off_t
  8429. | #define SIGNEDNESS_OF_OFF_T -1
  8430. | #define OFFT2NUM(v) LL2NUM(v)
  8431. | #define NUM2OFFT(v) NUM2LL(v)
  8432. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  8433. | /* end confdefs.h. */
  8434. | #include <stdio.h>
  8435. | #ifdef HAVE_SYS_TYPES_H
  8436. | # include <sys/types.h>
  8437. | #endif
  8438. | #ifdef HAVE_SYS_STAT_H
  8439. | # include <sys/stat.h>
  8440. | #endif
  8441. | #ifdef STDC_HEADERS
  8442. | # include <stdlib.h>
  8443. | # include <stddef.h>
  8444. | #else
  8445. | # ifdef HAVE_STDLIB_H
  8446. | # include <stdlib.h>
  8447. | # endif
  8448. | #endif
  8449. | #ifdef HAVE_STRING_H
  8450. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  8451. | # include <memory.h>
  8452. | # endif
  8453. | # include <string.h>
  8454. | #endif
  8455. | #ifdef HAVE_STRINGS_H
  8456. | # include <strings.h>
  8457. | #endif
  8458. | #ifdef HAVE_INTTYPES_H
  8459. | # include <inttypes.h>
  8460. | #endif
  8461. | #ifdef HAVE_STDINT_H
  8462. | # include <stdint.h>
  8463. | #endif
  8464. | #ifdef HAVE_UNISTD_H
  8465. | # include <unistd.h>
  8466. | #endif
  8467. | typedef rbcv_conftest_target_type;
  8468. | typedef long long rbcv_conftest_replace_type;
  8469. | extern rbcv_conftest_target_type rbcv_conftest_var;
  8470. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  8471. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  8472. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  8473. |
  8474. | int
  8475. | main ()
  8476. | {
  8477. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  8478. | test_array [0] = 0;
  8479. | return test_array [0];
  8480. |
  8481. | ;
  8482. | return 0;
  8483. | }
  8484. configure:14544: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8485. conftest.c:150:13: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  8486. typedef rbcv_conftest_target_type;
  8487. ~~~~~~~ ^
  8488. conftest.c:153:38: error: redefinition of 'rbcv_conftest_var' with a different type: 'rbcv_conftest_replace_type' (aka 'long') vs 'rbcv_conftest_target_type' (aka 'int')
  8489. extern rbcv_conftest_replace_type rbcv_conftest_var;
  8490. ^
  8491. conftest.c:152:37: note: previous definition is here
  8492. extern rbcv_conftest_target_type rbcv_conftest_var;
  8493. ^
  8494. conftest.c:155:38: error: conflicting types for 'rbcv_conftest_func'
  8495. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  8496. ^
  8497. conftest.c:154:37: note: previous declaration is here
  8498. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  8499. ^
  8500. conftest.c:160:24: error: 'test_array' declared as an array with a negative size
  8501. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  8502. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  8503. 1 warning and 3 errors generated.
  8504. configure:14544: $? = 1
  8505. configure: failed program was:
  8506. | /* confdefs.h */
  8507. | #define PACKAGE_NAME ""
  8508. | #define PACKAGE_TARNAME ""
  8509. | #define PACKAGE_VERSION ""
  8510. | #define PACKAGE_STRING ""
  8511. | #define PACKAGE_BUGREPORT ""
  8512. | #define PACKAGE_URL ""
  8513. | #define CANONICALIZATION_FOR_MATHN 1
  8514. | #define STDC_HEADERS 1
  8515. | #define HAVE_SYS_TYPES_H 1
  8516. | #define HAVE_SYS_STAT_H 1
  8517. | #define HAVE_STDLIB_H 1
  8518. | #define HAVE_STRING_H 1
  8519. | #define HAVE_MEMORY_H 1
  8520. | #define HAVE_STRINGS_H 1
  8521. | #define HAVE_INTTYPES_H 1
  8522. | #define HAVE_STDINT_H 1
  8523. | #define HAVE_UNISTD_H 1
  8524. | #define __EXTENSIONS__ 1
  8525. | #define _ALL_SOURCE 1
  8526. | #define _GNU_SOURCE 1
  8527. | #define _POSIX_PTHREAD_SEMANTICS 1
  8528. | #define _TANDEM_SOURCE 1
  8529. | #define HAVE_INFINITY 1
  8530. | #define HAVE_NAN 1
  8531. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  8532. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  8533. | #define BROKEN_CRYPT 1
  8534. | #define HAVE_CRT_EXTERNS_H 1
  8535. | #define HAVE_LIBDL 1
  8536. | #define HAVE_DIRENT_H 1
  8537. | #define HAVE__BOOL 1
  8538. | #define HAVE_STDBOOL_H 1
  8539. | #define HAVE_SYS_WAIT_H 1
  8540. | #define HAVE_GRP_H 1
  8541. | #define HAVE_FCNTL_H 1
  8542. | #define HAVE_FLOAT_H 1
  8543. | #define HAVE_LANGINFO_H 1
  8544. | #define HAVE_LIMITS_H 1
  8545. | #define HAVE_LOCALE_H 1
  8546. | #define HAVE_MALLOC_MALLOC_H 1
  8547. | #define HAVE_PWD_H 1
  8548. | #define HAVE_SYS_ATTR_H 1
  8549. | #define HAVE_SYS_FCNTL_H 1
  8550. | #define HAVE_SYS_FILE_H 1
  8551. | #define HAVE_SYS_IOCTL_H 1
  8552. | #define HAVE_SYS_PARAM_H 1
  8553. | #define HAVE_SYS_RESOURCE_H 1
  8554. | #define HAVE_SYS_SELECT_H 1
  8555. | #define HAVE_SYS_SOCKET_H 1
  8556. | #define HAVE_SYS_SYSCALL_H 1
  8557. | #define HAVE_SYS_TIME_H 1
  8558. | #define HAVE_SYS_TIMES_H 1
  8559. | #define HAVE_SYS_UIO_H 1
  8560. | #define HAVE_TIME_H 1
  8561. | #define HAVE_UCONTEXT_H 1
  8562. | #define HAVE_UTIME_H 1
  8563. | #define HAVE_TYPEOF 1
  8564. | #define HAVE_LONG_LONG 1
  8565. | #define HAVE_OFF_T 1
  8566. | #define SIZEOF_INT 4
  8567. | #define SIZEOF_SHORT 2
  8568. | #define SIZEOF_LONG 8
  8569. | #define SIZEOF_LONG_LONG 8
  8570. | #define SIZEOF___INT64 0
  8571. | #define SIZEOF___INT128 16
  8572. | #define SIZEOF_OFF_T 8
  8573. | #define SIZEOF_VOIDP 8
  8574. | #define SIZEOF_FLOAT 4
  8575. | #define SIZEOF_DOUBLE 8
  8576. | #define SIZEOF_TIME_T 8
  8577. | #define SIZEOF_CLOCK_T 8
  8578. | #define PACKED_STRUCT(x) x __attribute__((packed))
  8579. | #define PACKED_STRUCT_UNALIGNED(x) x
  8580. | #define PRI_LL_PREFIX "ll"
  8581. | #define rb_pid_t pid_t
  8582. | #define SIGNEDNESS_OF_PID_T -1
  8583. | #define PIDT2NUM(v) INT2NUM(v)
  8584. | #define NUM2PIDT(v) NUM2INT(v)
  8585. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  8586. | #define rb_uid_t uid_t
  8587. | #define SIGNEDNESS_OF_UID_T +1
  8588. | #define UIDT2NUM(v) UINT2NUM(v)
  8589. | #define NUM2UIDT(v) NUM2UINT(v)
  8590. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  8591. | #define rb_gid_t gid_t
  8592. | #define SIGNEDNESS_OF_GID_T +1
  8593. | #define GIDT2NUM(v) UINT2NUM(v)
  8594. | #define NUM2GIDT(v) NUM2UINT(v)
  8595. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  8596. | #define rb_time_t time_t
  8597. | #define SIGNEDNESS_OF_TIME_T -1
  8598. | #define TIMET2NUM(v) LONG2NUM(v)
  8599. | #define NUM2TIMET(v) NUM2LONG(v)
  8600. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  8601. | #define rb_dev_t dev_t
  8602. | #define SIGNEDNESS_OF_DEV_T -1
  8603. | #define DEVT2NUM(v) INT2NUM(v)
  8604. | #define NUM2DEVT(v) NUM2INT(v)
  8605. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  8606. | #define rb_mode_t mode_t
  8607. | #define SIGNEDNESS_OF_MODE_T +1
  8608. | #define MODET2NUM(v) UINT2NUM(v)
  8609. | #define NUM2MODET(v) NUM2UINT(v)
  8610. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  8611. | #define rb_rlim_t rlim_t
  8612. | #define SIGNEDNESS_OF_RLIM_T +1
  8613. | #define RLIM2NUM(v) ULL2NUM(v)
  8614. | #define NUM2RLIM(v) NUM2ULL(v)
  8615. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  8616. | #define rb_off_t off_t
  8617. | #define SIGNEDNESS_OF_OFF_T -1
  8618. | #define OFFT2NUM(v) LL2NUM(v)
  8619. | #define NUM2OFFT(v) NUM2LL(v)
  8620. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  8621. | /* end confdefs.h. */
  8622. | #include <stdio.h>
  8623. | #ifdef HAVE_SYS_TYPES_H
  8624. | # include <sys/types.h>
  8625. | #endif
  8626. | #ifdef HAVE_SYS_STAT_H
  8627. | # include <sys/stat.h>
  8628. | #endif
  8629. | #ifdef STDC_HEADERS
  8630. | # include <stdlib.h>
  8631. | # include <stddef.h>
  8632. | #else
  8633. | # ifdef HAVE_STDLIB_H
  8634. | # include <stdlib.h>
  8635. | # endif
  8636. | #endif
  8637. | #ifdef HAVE_STRING_H
  8638. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  8639. | # include <memory.h>
  8640. | # endif
  8641. | # include <string.h>
  8642. | #endif
  8643. | #ifdef HAVE_STRINGS_H
  8644. | # include <strings.h>
  8645. | #endif
  8646. | #ifdef HAVE_INTTYPES_H
  8647. | # include <inttypes.h>
  8648. | #endif
  8649. | #ifdef HAVE_STDINT_H
  8650. | # include <stdint.h>
  8651. | #endif
  8652. | #ifdef HAVE_UNISTD_H
  8653. | # include <unistd.h>
  8654. | #endif
  8655. | typedef rbcv_conftest_target_type;
  8656. | typedef long rbcv_conftest_replace_type;
  8657. | extern rbcv_conftest_target_type rbcv_conftest_var;
  8658. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  8659. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  8660. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  8661. |
  8662. | int
  8663. | main ()
  8664. | {
  8665. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  8666. | test_array [0] = 0;
  8667. | return test_array [0];
  8668. |
  8669. | ;
  8670. | return 0;
  8671. | }
  8672. configure:14544: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8673. conftest.c:150:13: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  8674. typedef rbcv_conftest_target_type;
  8675. ~~~~~~~ ^
  8676. 1 warning generated.
  8677. configure:14544: $? = 0
  8678. configure:14563: result: INT
  8679. configure:14611: checking for prototypes
  8680. configure:14627: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8681. configure:14627: $? = 0
  8682. configure:14634: result: yes
  8683. configure:14641: checking token paste string
  8684. configure:14657: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8685. configure:14657: $? = 0
  8686. configure:14664: result: ansi
  8687. configure:14674: checking stringization
  8688. configure:14703: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8689. configure:14703: $? = 0
  8690. configure:14712: result: #expr
  8691. configure:14725: checking string literal concatenation
  8692. configure:14749: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8693. configure:14749: $? = 0
  8694. configure:14757: result: yes
  8695. configure:14764: checking for variable length prototypes and stdarg.h
  8696. configure:14790: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8697. configure:14790: $? = 0
  8698. configure:14797: result: yes
  8699. configure:14804: checking for variable length macro
  8700. configure:14823: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8701. configure:14823: $? = 0
  8702. configure:14830: result: yes
  8703. configure:14845: checking for CONSTFUNC function attribute
  8704. configure:14883: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8705. configure:14883: $? = 0
  8706. configure:14897: result: __attribute__ ((__const__)) x
  8707. configure:14908: checking for PUREFUNC function attribute
  8708. configure:14946: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8709. configure:14946: $? = 0
  8710. configure:14960: result: __attribute__ ((__pure__)) x
  8711. configure:14971: checking for NORETURN function attribute
  8712. configure:15009: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8713. configure:15009: $? = 0
  8714. configure:15023: result: __attribute__ ((__noreturn__)) x
  8715. configure:15034: checking for DEPRECATED function attribute
  8716. configure:15072: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8717. configure:15072: $? = 0
  8718. configure:15086: result: __attribute__ ((__deprecated__)) x
  8719. configure:15097: checking for DEPRECATED_BY function attribute
  8720. configure:15135: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8721. configure:15135: $? = 0
  8722. configure:15149: result: __attribute__ ((__deprecated__("by "#n))) x
  8723. configure:15160: checking for DEPRECATED_TYPE type attribute
  8724. configure:15199: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8725. conftest.c:139:5: warning: attribute '__deprecated__' is ignored, place it after "struct" to apply attribute to type declaration [-Wignored-attributes]
  8726. DEPRECATED_TYPE(mesg,x);
  8727. ^
  8728. conftest.c:133:49: note: expanded from macro 'DEPRECATED_TYPE'
  8729. #define DEPRECATED_TYPE(mesg,x) __attribute__ ((__deprecated__ mesg)) x
  8730. ^
  8731. 1 warning generated.
  8732. configure:15199: $? = 0
  8733. configure: failed program was:
  8734. | /* confdefs.h */
  8735. | #define PACKAGE_NAME ""
  8736. | #define PACKAGE_TARNAME ""
  8737. | #define PACKAGE_VERSION ""
  8738. | #define PACKAGE_STRING ""
  8739. | #define PACKAGE_BUGREPORT ""
  8740. | #define PACKAGE_URL ""
  8741. | #define CANONICALIZATION_FOR_MATHN 1
  8742. | #define STDC_HEADERS 1
  8743. | #define HAVE_SYS_TYPES_H 1
  8744. | #define HAVE_SYS_STAT_H 1
  8745. | #define HAVE_STDLIB_H 1
  8746. | #define HAVE_STRING_H 1
  8747. | #define HAVE_MEMORY_H 1
  8748. | #define HAVE_STRINGS_H 1
  8749. | #define HAVE_INTTYPES_H 1
  8750. | #define HAVE_STDINT_H 1
  8751. | #define HAVE_UNISTD_H 1
  8752. | #define __EXTENSIONS__ 1
  8753. | #define _ALL_SOURCE 1
  8754. | #define _GNU_SOURCE 1
  8755. | #define _POSIX_PTHREAD_SEMANTICS 1
  8756. | #define _TANDEM_SOURCE 1
  8757. | #define HAVE_INFINITY 1
  8758. | #define HAVE_NAN 1
  8759. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  8760. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  8761. | #define BROKEN_CRYPT 1
  8762. | #define HAVE_CRT_EXTERNS_H 1
  8763. | #define HAVE_LIBDL 1
  8764. | #define HAVE_DIRENT_H 1
  8765. | #define HAVE__BOOL 1
  8766. | #define HAVE_STDBOOL_H 1
  8767. | #define HAVE_SYS_WAIT_H 1
  8768. | #define HAVE_GRP_H 1
  8769. | #define HAVE_FCNTL_H 1
  8770. | #define HAVE_FLOAT_H 1
  8771. | #define HAVE_LANGINFO_H 1
  8772. | #define HAVE_LIMITS_H 1
  8773. | #define HAVE_LOCALE_H 1
  8774. | #define HAVE_MALLOC_MALLOC_H 1
  8775. | #define HAVE_PWD_H 1
  8776. | #define HAVE_SYS_ATTR_H 1
  8777. | #define HAVE_SYS_FCNTL_H 1
  8778. | #define HAVE_SYS_FILE_H 1
  8779. | #define HAVE_SYS_IOCTL_H 1
  8780. | #define HAVE_SYS_PARAM_H 1
  8781. | #define HAVE_SYS_RESOURCE_H 1
  8782. | #define HAVE_SYS_SELECT_H 1
  8783. | #define HAVE_SYS_SOCKET_H 1
  8784. | #define HAVE_SYS_SYSCALL_H 1
  8785. | #define HAVE_SYS_TIME_H 1
  8786. | #define HAVE_SYS_TIMES_H 1
  8787. | #define HAVE_SYS_UIO_H 1
  8788. | #define HAVE_TIME_H 1
  8789. | #define HAVE_UCONTEXT_H 1
  8790. | #define HAVE_UTIME_H 1
  8791. | #define HAVE_TYPEOF 1
  8792. | #define HAVE_LONG_LONG 1
  8793. | #define HAVE_OFF_T 1
  8794. | #define SIZEOF_INT 4
  8795. | #define SIZEOF_SHORT 2
  8796. | #define SIZEOF_LONG 8
  8797. | #define SIZEOF_LONG_LONG 8
  8798. | #define SIZEOF___INT64 0
  8799. | #define SIZEOF___INT128 16
  8800. | #define SIZEOF_OFF_T 8
  8801. | #define SIZEOF_VOIDP 8
  8802. | #define SIZEOF_FLOAT 4
  8803. | #define SIZEOF_DOUBLE 8
  8804. | #define SIZEOF_TIME_T 8
  8805. | #define SIZEOF_CLOCK_T 8
  8806. | #define PACKED_STRUCT(x) x __attribute__((packed))
  8807. | #define PACKED_STRUCT_UNALIGNED(x) x
  8808. | #define PRI_LL_PREFIX "ll"
  8809. | #define rb_pid_t pid_t
  8810. | #define SIGNEDNESS_OF_PID_T -1
  8811. | #define PIDT2NUM(v) INT2NUM(v)
  8812. | #define NUM2PIDT(v) NUM2INT(v)
  8813. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  8814. | #define rb_uid_t uid_t
  8815. | #define SIGNEDNESS_OF_UID_T +1
  8816. | #define UIDT2NUM(v) UINT2NUM(v)
  8817. | #define NUM2UIDT(v) NUM2UINT(v)
  8818. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  8819. | #define rb_gid_t gid_t
  8820. | #define SIGNEDNESS_OF_GID_T +1
  8821. | #define GIDT2NUM(v) UINT2NUM(v)
  8822. | #define NUM2GIDT(v) NUM2UINT(v)
  8823. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  8824. | #define rb_time_t time_t
  8825. | #define SIGNEDNESS_OF_TIME_T -1
  8826. | #define TIMET2NUM(v) LONG2NUM(v)
  8827. | #define NUM2TIMET(v) NUM2LONG(v)
  8828. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  8829. | #define rb_dev_t dev_t
  8830. | #define SIGNEDNESS_OF_DEV_T -1
  8831. | #define DEVT2NUM(v) INT2NUM(v)
  8832. | #define NUM2DEVT(v) NUM2INT(v)
  8833. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  8834. | #define rb_mode_t mode_t
  8835. | #define SIGNEDNESS_OF_MODE_T +1
  8836. | #define MODET2NUM(v) UINT2NUM(v)
  8837. | #define NUM2MODET(v) NUM2UINT(v)
  8838. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  8839. | #define rb_rlim_t rlim_t
  8840. | #define SIGNEDNESS_OF_RLIM_T +1
  8841. | #define RLIM2NUM(v) ULL2NUM(v)
  8842. | #define NUM2RLIM(v) NUM2ULL(v)
  8843. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  8844. | #define rb_off_t off_t
  8845. | #define SIGNEDNESS_OF_OFF_T -1
  8846. | #define OFFT2NUM(v) LL2NUM(v)
  8847. | #define NUM2OFFT(v) NUM2LL(v)
  8848. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  8849. | #define rb_clockid_t int
  8850. | #define SIGNEDNESS_OF_CLOCKID_T -1
  8851. | #define CLOCKID2NUM(v) INT2NUM(v)
  8852. | #define NUM2CLOCKID(v) NUM2INT(v)
  8853. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  8854. | #define HAVE_PROTOTYPES 1
  8855. | #define TOKEN_PASTE(x,y) x##y
  8856. | #define STRINGIZE(expr) STRINGIZE0(expr)
  8857. | #define HAVE_STDARG_PROTOTYPES 1
  8858. | #define HAVE_VA_ARGS_MACRO 1
  8859. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  8860. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  8861. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  8862. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  8863. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  8864. | /* end confdefs.h. */
  8865. |
  8866. | #define DEPRECATED_TYPE(mesg,x) __attribute__ ((__deprecated__ mesg)) x
  8867. |
  8868. |
  8869. | #define x struct conftest_attribute_check {int i;}
  8870. |
  8871. | #define mesg ("")
  8872. | DEPRECATED_TYPE(mesg,x);
  8873. | int
  8874. | main ()
  8875. | {
  8876. |
  8877. | ;
  8878. | return 0;
  8879. | }
  8880. configure:15199: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8881. configure:15199: $? = 0
  8882. configure:15213: result: x __attribute__ ((__deprecated__ mesg))
  8883. configure:15224: checking for NOINLINE function attribute
  8884. configure:15262: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8885. configure:15262: $? = 0
  8886. configure:15276: result: __attribute__ ((__noinline__)) x
  8887. configure:15287: checking for ALWAYS_INLINE function attribute
  8888. configure:15325: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8889. configure:15325: $? = 0
  8890. configure:15339: result: __attribute__ ((__always_inline__)) x
  8891. configure:15350: checking for WARN_UNUSED_RESULT function attribute
  8892. configure:15388: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8893. configure:15388: $? = 0
  8894. configure:15402: result: __attribute__ ((__warn_unused_result__)) x
  8895. configure:15413: checking for MAYBE_UNUSED function attribute
  8896. configure:15451: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8897. configure:15451: $? = 0
  8898. configure:15465: result: __attribute__ ((__unused__)) x
  8899. configure:15476: checking for ERRORFUNC function attribute
  8900. configure:15514: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8901. conftest.c:143:5: warning: unknown attribute '__error__' ignored [-Wunknown-attributes]
  8902. ERRORFUNC(mesg,x);
  8903. ^
  8904. conftest.c:138:43: note: expanded from macro 'ERRORFUNC'
  8905. #define ERRORFUNC(mesg,x) __attribute__ ((__error__ mesg)) x
  8906. ^
  8907. 1 warning generated.
  8908. configure:15514: $? = 0
  8909. configure: failed program was:
  8910. | /* confdefs.h */
  8911. | #define PACKAGE_NAME ""
  8912. | #define PACKAGE_TARNAME ""
  8913. | #define PACKAGE_VERSION ""
  8914. | #define PACKAGE_STRING ""
  8915. | #define PACKAGE_BUGREPORT ""
  8916. | #define PACKAGE_URL ""
  8917. | #define CANONICALIZATION_FOR_MATHN 1
  8918. | #define STDC_HEADERS 1
  8919. | #define HAVE_SYS_TYPES_H 1
  8920. | #define HAVE_SYS_STAT_H 1
  8921. | #define HAVE_STDLIB_H 1
  8922. | #define HAVE_STRING_H 1
  8923. | #define HAVE_MEMORY_H 1
  8924. | #define HAVE_STRINGS_H 1
  8925. | #define HAVE_INTTYPES_H 1
  8926. | #define HAVE_STDINT_H 1
  8927. | #define HAVE_UNISTD_H 1
  8928. | #define __EXTENSIONS__ 1
  8929. | #define _ALL_SOURCE 1
  8930. | #define _GNU_SOURCE 1
  8931. | #define _POSIX_PTHREAD_SEMANTICS 1
  8932. | #define _TANDEM_SOURCE 1
  8933. | #define HAVE_INFINITY 1
  8934. | #define HAVE_NAN 1
  8935. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  8936. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  8937. | #define BROKEN_CRYPT 1
  8938. | #define HAVE_CRT_EXTERNS_H 1
  8939. | #define HAVE_LIBDL 1
  8940. | #define HAVE_DIRENT_H 1
  8941. | #define HAVE__BOOL 1
  8942. | #define HAVE_STDBOOL_H 1
  8943. | #define HAVE_SYS_WAIT_H 1
  8944. | #define HAVE_GRP_H 1
  8945. | #define HAVE_FCNTL_H 1
  8946. | #define HAVE_FLOAT_H 1
  8947. | #define HAVE_LANGINFO_H 1
  8948. | #define HAVE_LIMITS_H 1
  8949. | #define HAVE_LOCALE_H 1
  8950. | #define HAVE_MALLOC_MALLOC_H 1
  8951. | #define HAVE_PWD_H 1
  8952. | #define HAVE_SYS_ATTR_H 1
  8953. | #define HAVE_SYS_FCNTL_H 1
  8954. | #define HAVE_SYS_FILE_H 1
  8955. | #define HAVE_SYS_IOCTL_H 1
  8956. | #define HAVE_SYS_PARAM_H 1
  8957. | #define HAVE_SYS_RESOURCE_H 1
  8958. | #define HAVE_SYS_SELECT_H 1
  8959. | #define HAVE_SYS_SOCKET_H 1
  8960. | #define HAVE_SYS_SYSCALL_H 1
  8961. | #define HAVE_SYS_TIME_H 1
  8962. | #define HAVE_SYS_TIMES_H 1
  8963. | #define HAVE_SYS_UIO_H 1
  8964. | #define HAVE_TIME_H 1
  8965. | #define HAVE_UCONTEXT_H 1
  8966. | #define HAVE_UTIME_H 1
  8967. | #define HAVE_TYPEOF 1
  8968. | #define HAVE_LONG_LONG 1
  8969. | #define HAVE_OFF_T 1
  8970. | #define SIZEOF_INT 4
  8971. | #define SIZEOF_SHORT 2
  8972. | #define SIZEOF_LONG 8
  8973. | #define SIZEOF_LONG_LONG 8
  8974. | #define SIZEOF___INT64 0
  8975. | #define SIZEOF___INT128 16
  8976. | #define SIZEOF_OFF_T 8
  8977. | #define SIZEOF_VOIDP 8
  8978. | #define SIZEOF_FLOAT 4
  8979. | #define SIZEOF_DOUBLE 8
  8980. | #define SIZEOF_TIME_T 8
  8981. | #define SIZEOF_CLOCK_T 8
  8982. | #define PACKED_STRUCT(x) x __attribute__((packed))
  8983. | #define PACKED_STRUCT_UNALIGNED(x) x
  8984. | #define PRI_LL_PREFIX "ll"
  8985. | #define rb_pid_t pid_t
  8986. | #define SIGNEDNESS_OF_PID_T -1
  8987. | #define PIDT2NUM(v) INT2NUM(v)
  8988. | #define NUM2PIDT(v) NUM2INT(v)
  8989. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  8990. | #define rb_uid_t uid_t
  8991. | #define SIGNEDNESS_OF_UID_T +1
  8992. | #define UIDT2NUM(v) UINT2NUM(v)
  8993. | #define NUM2UIDT(v) NUM2UINT(v)
  8994. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  8995. | #define rb_gid_t gid_t
  8996. | #define SIGNEDNESS_OF_GID_T +1
  8997. | #define GIDT2NUM(v) UINT2NUM(v)
  8998. | #define NUM2GIDT(v) NUM2UINT(v)
  8999. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  9000. | #define rb_time_t time_t
  9001. | #define SIGNEDNESS_OF_TIME_T -1
  9002. | #define TIMET2NUM(v) LONG2NUM(v)
  9003. | #define NUM2TIMET(v) NUM2LONG(v)
  9004. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  9005. | #define rb_dev_t dev_t
  9006. | #define SIGNEDNESS_OF_DEV_T -1
  9007. | #define DEVT2NUM(v) INT2NUM(v)
  9008. | #define NUM2DEVT(v) NUM2INT(v)
  9009. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  9010. | #define rb_mode_t mode_t
  9011. | #define SIGNEDNESS_OF_MODE_T +1
  9012. | #define MODET2NUM(v) UINT2NUM(v)
  9013. | #define NUM2MODET(v) NUM2UINT(v)
  9014. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  9015. | #define rb_rlim_t rlim_t
  9016. | #define SIGNEDNESS_OF_RLIM_T +1
  9017. | #define RLIM2NUM(v) ULL2NUM(v)
  9018. | #define NUM2RLIM(v) NUM2ULL(v)
  9019. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  9020. | #define rb_off_t off_t
  9021. | #define SIGNEDNESS_OF_OFF_T -1
  9022. | #define OFFT2NUM(v) LL2NUM(v)
  9023. | #define NUM2OFFT(v) NUM2LL(v)
  9024. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  9025. | #define rb_clockid_t int
  9026. | #define SIGNEDNESS_OF_CLOCKID_T -1
  9027. | #define CLOCKID2NUM(v) INT2NUM(v)
  9028. | #define NUM2CLOCKID(v) NUM2INT(v)
  9029. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  9030. | #define HAVE_PROTOTYPES 1
  9031. | #define TOKEN_PASTE(x,y) x##y
  9032. | #define STRINGIZE(expr) STRINGIZE0(expr)
  9033. | #define HAVE_STDARG_PROTOTYPES 1
  9034. | #define HAVE_VA_ARGS_MACRO 1
  9035. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  9036. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  9037. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  9038. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  9039. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  9040. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  9041. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  9042. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  9043. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  9044. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  9045. | /* end confdefs.h. */
  9046. |
  9047. | #define ERRORFUNC(mesg,x) __attribute__ ((__error__ mesg)) x
  9048. |
  9049. | #define x int conftest_attribute_check(void)
  9050. |
  9051. | #define mesg ("")
  9052. | ERRORFUNC(mesg,x);
  9053. | int
  9054. | main ()
  9055. | {
  9056. |
  9057. | ;
  9058. | return 0;
  9059. | }
  9060. configure:15514: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9061. conftest.c:143:5: warning: unknown attribute '__error__' ignored [-Wunknown-attributes]
  9062. ERRORFUNC(mesg,x);
  9063. ^
  9064. conftest.c:138:45: note: expanded from macro 'ERRORFUNC'
  9065. #define ERRORFUNC(mesg,x) x __attribute__ ((__error__ mesg))
  9066. ^
  9067. 1 warning generated.
  9068. configure:15514: $? = 0
  9069. configure: failed program was:
  9070. | /* confdefs.h */
  9071. | #define PACKAGE_NAME ""
  9072. | #define PACKAGE_TARNAME ""
  9073. | #define PACKAGE_VERSION ""
  9074. | #define PACKAGE_STRING ""
  9075. | #define PACKAGE_BUGREPORT ""
  9076. | #define PACKAGE_URL ""
  9077. | #define CANONICALIZATION_FOR_MATHN 1
  9078. | #define STDC_HEADERS 1
  9079. | #define HAVE_SYS_TYPES_H 1
  9080. | #define HAVE_SYS_STAT_H 1
  9081. | #define HAVE_STDLIB_H 1
  9082. | #define HAVE_STRING_H 1
  9083. | #define HAVE_MEMORY_H 1
  9084. | #define HAVE_STRINGS_H 1
  9085. | #define HAVE_INTTYPES_H 1
  9086. | #define HAVE_STDINT_H 1
  9087. | #define HAVE_UNISTD_H 1
  9088. | #define __EXTENSIONS__ 1
  9089. | #define _ALL_SOURCE 1
  9090. | #define _GNU_SOURCE 1
  9091. | #define _POSIX_PTHREAD_SEMANTICS 1
  9092. | #define _TANDEM_SOURCE 1
  9093. | #define HAVE_INFINITY 1
  9094. | #define HAVE_NAN 1
  9095. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  9096. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  9097. | #define BROKEN_CRYPT 1
  9098. | #define HAVE_CRT_EXTERNS_H 1
  9099. | #define HAVE_LIBDL 1
  9100. | #define HAVE_DIRENT_H 1
  9101. | #define HAVE__BOOL 1
  9102. | #define HAVE_STDBOOL_H 1
  9103. | #define HAVE_SYS_WAIT_H 1
  9104. | #define HAVE_GRP_H 1
  9105. | #define HAVE_FCNTL_H 1
  9106. | #define HAVE_FLOAT_H 1
  9107. | #define HAVE_LANGINFO_H 1
  9108. | #define HAVE_LIMITS_H 1
  9109. | #define HAVE_LOCALE_H 1
  9110. | #define HAVE_MALLOC_MALLOC_H 1
  9111. | #define HAVE_PWD_H 1
  9112. | #define HAVE_SYS_ATTR_H 1
  9113. | #define HAVE_SYS_FCNTL_H 1
  9114. | #define HAVE_SYS_FILE_H 1
  9115. | #define HAVE_SYS_IOCTL_H 1
  9116. | #define HAVE_SYS_PARAM_H 1
  9117. | #define HAVE_SYS_RESOURCE_H 1
  9118. | #define HAVE_SYS_SELECT_H 1
  9119. | #define HAVE_SYS_SOCKET_H 1
  9120. | #define HAVE_SYS_SYSCALL_H 1
  9121. | #define HAVE_SYS_TIME_H 1
  9122. | #define HAVE_SYS_TIMES_H 1
  9123. | #define HAVE_SYS_UIO_H 1
  9124. | #define HAVE_TIME_H 1
  9125. | #define HAVE_UCONTEXT_H 1
  9126. | #define HAVE_UTIME_H 1
  9127. | #define HAVE_TYPEOF 1
  9128. | #define HAVE_LONG_LONG 1
  9129. | #define HAVE_OFF_T 1
  9130. | #define SIZEOF_INT 4
  9131. | #define SIZEOF_SHORT 2
  9132. | #define SIZEOF_LONG 8
  9133. | #define SIZEOF_LONG_LONG 8
  9134. | #define SIZEOF___INT64 0
  9135. | #define SIZEOF___INT128 16
  9136. | #define SIZEOF_OFF_T 8
  9137. | #define SIZEOF_VOIDP 8
  9138. | #define SIZEOF_FLOAT 4
  9139. | #define SIZEOF_DOUBLE 8
  9140. | #define SIZEOF_TIME_T 8
  9141. | #define SIZEOF_CLOCK_T 8
  9142. | #define PACKED_STRUCT(x) x __attribute__((packed))
  9143. | #define PACKED_STRUCT_UNALIGNED(x) x
  9144. | #define PRI_LL_PREFIX "ll"
  9145. | #define rb_pid_t pid_t
  9146. | #define SIGNEDNESS_OF_PID_T -1
  9147. | #define PIDT2NUM(v) INT2NUM(v)
  9148. | #define NUM2PIDT(v) NUM2INT(v)
  9149. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  9150. | #define rb_uid_t uid_t
  9151. | #define SIGNEDNESS_OF_UID_T +1
  9152. | #define UIDT2NUM(v) UINT2NUM(v)
  9153. | #define NUM2UIDT(v) NUM2UINT(v)
  9154. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  9155. | #define rb_gid_t gid_t
  9156. | #define SIGNEDNESS_OF_GID_T +1
  9157. | #define GIDT2NUM(v) UINT2NUM(v)
  9158. | #define NUM2GIDT(v) NUM2UINT(v)
  9159. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  9160. | #define rb_time_t time_t
  9161. | #define SIGNEDNESS_OF_TIME_T -1
  9162. | #define TIMET2NUM(v) LONG2NUM(v)
  9163. | #define NUM2TIMET(v) NUM2LONG(v)
  9164. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  9165. | #define rb_dev_t dev_t
  9166. | #define SIGNEDNESS_OF_DEV_T -1
  9167. | #define DEVT2NUM(v) INT2NUM(v)
  9168. | #define NUM2DEVT(v) NUM2INT(v)
  9169. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  9170. | #define rb_mode_t mode_t
  9171. | #define SIGNEDNESS_OF_MODE_T +1
  9172. | #define MODET2NUM(v) UINT2NUM(v)
  9173. | #define NUM2MODET(v) NUM2UINT(v)
  9174. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  9175. | #define rb_rlim_t rlim_t
  9176. | #define SIGNEDNESS_OF_RLIM_T +1
  9177. | #define RLIM2NUM(v) ULL2NUM(v)
  9178. | #define NUM2RLIM(v) NUM2ULL(v)
  9179. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  9180. | #define rb_off_t off_t
  9181. | #define SIGNEDNESS_OF_OFF_T -1
  9182. | #define OFFT2NUM(v) LL2NUM(v)
  9183. | #define NUM2OFFT(v) NUM2LL(v)
  9184. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  9185. | #define rb_clockid_t int
  9186. | #define SIGNEDNESS_OF_CLOCKID_T -1
  9187. | #define CLOCKID2NUM(v) INT2NUM(v)
  9188. | #define NUM2CLOCKID(v) NUM2INT(v)
  9189. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  9190. | #define HAVE_PROTOTYPES 1
  9191. | #define TOKEN_PASTE(x,y) x##y
  9192. | #define STRINGIZE(expr) STRINGIZE0(expr)
  9193. | #define HAVE_STDARG_PROTOTYPES 1
  9194. | #define HAVE_VA_ARGS_MACRO 1
  9195. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  9196. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  9197. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  9198. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  9199. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  9200. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  9201. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  9202. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  9203. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  9204. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  9205. | /* end confdefs.h. */
  9206. |
  9207. | #define ERRORFUNC(mesg,x) x __attribute__ ((__error__ mesg))
  9208. |
  9209. | #define x int conftest_attribute_check(void)
  9210. |
  9211. | #define mesg ("")
  9212. | ERRORFUNC(mesg,x);
  9213. | int
  9214. | main ()
  9215. | {
  9216. |
  9217. | ;
  9218. | return 0;
  9219. | }
  9220. configure:15514: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9221. conftest.c:143:5: warning: __declspec attribute '__error__' is not supported [-Wignored-attributes]
  9222. ERRORFUNC(mesg,x);
  9223. ^
  9224. conftest.c:138:38: note: expanded from macro 'ERRORFUNC'
  9225. #define ERRORFUNC(mesg,x) __declspec(__error__ mesg) x
  9226. ^
  9227. 1 warning generated.
  9228. configure:15514: $? = 0
  9229. configure: failed program was:
  9230. | /* confdefs.h */
  9231. | #define PACKAGE_NAME ""
  9232. | #define PACKAGE_TARNAME ""
  9233. | #define PACKAGE_VERSION ""
  9234. | #define PACKAGE_STRING ""
  9235. | #define PACKAGE_BUGREPORT ""
  9236. | #define PACKAGE_URL ""
  9237. | #define CANONICALIZATION_FOR_MATHN 1
  9238. | #define STDC_HEADERS 1
  9239. | #define HAVE_SYS_TYPES_H 1
  9240. | #define HAVE_SYS_STAT_H 1
  9241. | #define HAVE_STDLIB_H 1
  9242. | #define HAVE_STRING_H 1
  9243. | #define HAVE_MEMORY_H 1
  9244. | #define HAVE_STRINGS_H 1
  9245. | #define HAVE_INTTYPES_H 1
  9246. | #define HAVE_STDINT_H 1
  9247. | #define HAVE_UNISTD_H 1
  9248. | #define __EXTENSIONS__ 1
  9249. | #define _ALL_SOURCE 1
  9250. | #define _GNU_SOURCE 1
  9251. | #define _POSIX_PTHREAD_SEMANTICS 1
  9252. | #define _TANDEM_SOURCE 1
  9253. | #define HAVE_INFINITY 1
  9254. | #define HAVE_NAN 1
  9255. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  9256. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  9257. | #define BROKEN_CRYPT 1
  9258. | #define HAVE_CRT_EXTERNS_H 1
  9259. | #define HAVE_LIBDL 1
  9260. | #define HAVE_DIRENT_H 1
  9261. | #define HAVE__BOOL 1
  9262. | #define HAVE_STDBOOL_H 1
  9263. | #define HAVE_SYS_WAIT_H 1
  9264. | #define HAVE_GRP_H 1
  9265. | #define HAVE_FCNTL_H 1
  9266. | #define HAVE_FLOAT_H 1
  9267. | #define HAVE_LANGINFO_H 1
  9268. | #define HAVE_LIMITS_H 1
  9269. | #define HAVE_LOCALE_H 1
  9270. | #define HAVE_MALLOC_MALLOC_H 1
  9271. | #define HAVE_PWD_H 1
  9272. | #define HAVE_SYS_ATTR_H 1
  9273. | #define HAVE_SYS_FCNTL_H 1
  9274. | #define HAVE_SYS_FILE_H 1
  9275. | #define HAVE_SYS_IOCTL_H 1
  9276. | #define HAVE_SYS_PARAM_H 1
  9277. | #define HAVE_SYS_RESOURCE_H 1
  9278. | #define HAVE_SYS_SELECT_H 1
  9279. | #define HAVE_SYS_SOCKET_H 1
  9280. | #define HAVE_SYS_SYSCALL_H 1
  9281. | #define HAVE_SYS_TIME_H 1
  9282. | #define HAVE_SYS_TIMES_H 1
  9283. | #define HAVE_SYS_UIO_H 1
  9284. | #define HAVE_TIME_H 1
  9285. | #define HAVE_UCONTEXT_H 1
  9286. | #define HAVE_UTIME_H 1
  9287. | #define HAVE_TYPEOF 1
  9288. | #define HAVE_LONG_LONG 1
  9289. | #define HAVE_OFF_T 1
  9290. | #define SIZEOF_INT 4
  9291. | #define SIZEOF_SHORT 2
  9292. | #define SIZEOF_LONG 8
  9293. | #define SIZEOF_LONG_LONG 8
  9294. | #define SIZEOF___INT64 0
  9295. | #define SIZEOF___INT128 16
  9296. | #define SIZEOF_OFF_T 8
  9297. | #define SIZEOF_VOIDP 8
  9298. | #define SIZEOF_FLOAT 4
  9299. | #define SIZEOF_DOUBLE 8
  9300. | #define SIZEOF_TIME_T 8
  9301. | #define SIZEOF_CLOCK_T 8
  9302. | #define PACKED_STRUCT(x) x __attribute__((packed))
  9303. | #define PACKED_STRUCT_UNALIGNED(x) x
  9304. | #define PRI_LL_PREFIX "ll"
  9305. | #define rb_pid_t pid_t
  9306. | #define SIGNEDNESS_OF_PID_T -1
  9307. | #define PIDT2NUM(v) INT2NUM(v)
  9308. | #define NUM2PIDT(v) NUM2INT(v)
  9309. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  9310. | #define rb_uid_t uid_t
  9311. | #define SIGNEDNESS_OF_UID_T +1
  9312. | #define UIDT2NUM(v) UINT2NUM(v)
  9313. | #define NUM2UIDT(v) NUM2UINT(v)
  9314. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  9315. | #define rb_gid_t gid_t
  9316. | #define SIGNEDNESS_OF_GID_T +1
  9317. | #define GIDT2NUM(v) UINT2NUM(v)
  9318. | #define NUM2GIDT(v) NUM2UINT(v)
  9319. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  9320. | #define rb_time_t time_t
  9321. | #define SIGNEDNESS_OF_TIME_T -1
  9322. | #define TIMET2NUM(v) LONG2NUM(v)
  9323. | #define NUM2TIMET(v) NUM2LONG(v)
  9324. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  9325. | #define rb_dev_t dev_t
  9326. | #define SIGNEDNESS_OF_DEV_T -1
  9327. | #define DEVT2NUM(v) INT2NUM(v)
  9328. | #define NUM2DEVT(v) NUM2INT(v)
  9329. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  9330. | #define rb_mode_t mode_t
  9331. | #define SIGNEDNESS_OF_MODE_T +1
  9332. | #define MODET2NUM(v) UINT2NUM(v)
  9333. | #define NUM2MODET(v) NUM2UINT(v)
  9334. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  9335. | #define rb_rlim_t rlim_t
  9336. | #define SIGNEDNESS_OF_RLIM_T +1
  9337. | #define RLIM2NUM(v) ULL2NUM(v)
  9338. | #define NUM2RLIM(v) NUM2ULL(v)
  9339. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  9340. | #define rb_off_t off_t
  9341. | #define SIGNEDNESS_OF_OFF_T -1
  9342. | #define OFFT2NUM(v) LL2NUM(v)
  9343. | #define NUM2OFFT(v) NUM2LL(v)
  9344. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  9345. | #define rb_clockid_t int
  9346. | #define SIGNEDNESS_OF_CLOCKID_T -1
  9347. | #define CLOCKID2NUM(v) INT2NUM(v)
  9348. | #define NUM2CLOCKID(v) NUM2INT(v)
  9349. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  9350. | #define HAVE_PROTOTYPES 1
  9351. | #define TOKEN_PASTE(x,y) x##y
  9352. | #define STRINGIZE(expr) STRINGIZE0(expr)
  9353. | #define HAVE_STDARG_PROTOTYPES 1
  9354. | #define HAVE_VA_ARGS_MACRO 1
  9355. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  9356. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  9357. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  9358. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  9359. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  9360. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  9361. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  9362. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  9363. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  9364. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  9365. | /* end confdefs.h. */
  9366. |
  9367. | #define ERRORFUNC(mesg,x) __declspec(__error__ mesg) x
  9368. |
  9369. | #define x int conftest_attribute_check(void)
  9370. |
  9371. | #define mesg ("")
  9372. | ERRORFUNC(mesg,x);
  9373. | int
  9374. | main ()
  9375. | {
  9376. |
  9377. | ;
  9378. | return 0;
  9379. | }
  9380. configure:15514: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9381. configure:15514: $? = 0
  9382. configure:15528: result: x
  9383. configure:15539: checking for WARNINGFUNC function attribute
  9384. configure:15577: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9385. conftest.c:143:5: warning: unknown attribute '__warning__' ignored [-Wunknown-attributes]
  9386. WARNINGFUNC(mesg,x);
  9387. ^
  9388. conftest.c:138:45: note: expanded from macro 'WARNINGFUNC'
  9389. #define WARNINGFUNC(mesg,x) __attribute__ ((__warning__ mesg)) x
  9390. ^
  9391. 1 warning generated.
  9392. configure:15577: $? = 0
  9393. configure: failed program was:
  9394. | /* confdefs.h */
  9395. | #define PACKAGE_NAME ""
  9396. | #define PACKAGE_TARNAME ""
  9397. | #define PACKAGE_VERSION ""
  9398. | #define PACKAGE_STRING ""
  9399. | #define PACKAGE_BUGREPORT ""
  9400. | #define PACKAGE_URL ""
  9401. | #define CANONICALIZATION_FOR_MATHN 1
  9402. | #define STDC_HEADERS 1
  9403. | #define HAVE_SYS_TYPES_H 1
  9404. | #define HAVE_SYS_STAT_H 1
  9405. | #define HAVE_STDLIB_H 1
  9406. | #define HAVE_STRING_H 1
  9407. | #define HAVE_MEMORY_H 1
  9408. | #define HAVE_STRINGS_H 1
  9409. | #define HAVE_INTTYPES_H 1
  9410. | #define HAVE_STDINT_H 1
  9411. | #define HAVE_UNISTD_H 1
  9412. | #define __EXTENSIONS__ 1
  9413. | #define _ALL_SOURCE 1
  9414. | #define _GNU_SOURCE 1
  9415. | #define _POSIX_PTHREAD_SEMANTICS 1
  9416. | #define _TANDEM_SOURCE 1
  9417. | #define HAVE_INFINITY 1
  9418. | #define HAVE_NAN 1
  9419. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  9420. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  9421. | #define BROKEN_CRYPT 1
  9422. | #define HAVE_CRT_EXTERNS_H 1
  9423. | #define HAVE_LIBDL 1
  9424. | #define HAVE_DIRENT_H 1
  9425. | #define HAVE__BOOL 1
  9426. | #define HAVE_STDBOOL_H 1
  9427. | #define HAVE_SYS_WAIT_H 1
  9428. | #define HAVE_GRP_H 1
  9429. | #define HAVE_FCNTL_H 1
  9430. | #define HAVE_FLOAT_H 1
  9431. | #define HAVE_LANGINFO_H 1
  9432. | #define HAVE_LIMITS_H 1
  9433. | #define HAVE_LOCALE_H 1
  9434. | #define HAVE_MALLOC_MALLOC_H 1
  9435. | #define HAVE_PWD_H 1
  9436. | #define HAVE_SYS_ATTR_H 1
  9437. | #define HAVE_SYS_FCNTL_H 1
  9438. | #define HAVE_SYS_FILE_H 1
  9439. | #define HAVE_SYS_IOCTL_H 1
  9440. | #define HAVE_SYS_PARAM_H 1
  9441. | #define HAVE_SYS_RESOURCE_H 1
  9442. | #define HAVE_SYS_SELECT_H 1
  9443. | #define HAVE_SYS_SOCKET_H 1
  9444. | #define HAVE_SYS_SYSCALL_H 1
  9445. | #define HAVE_SYS_TIME_H 1
  9446. | #define HAVE_SYS_TIMES_H 1
  9447. | #define HAVE_SYS_UIO_H 1
  9448. | #define HAVE_TIME_H 1
  9449. | #define HAVE_UCONTEXT_H 1
  9450. | #define HAVE_UTIME_H 1
  9451. | #define HAVE_TYPEOF 1
  9452. | #define HAVE_LONG_LONG 1
  9453. | #define HAVE_OFF_T 1
  9454. | #define SIZEOF_INT 4
  9455. | #define SIZEOF_SHORT 2
  9456. | #define SIZEOF_LONG 8
  9457. | #define SIZEOF_LONG_LONG 8
  9458. | #define SIZEOF___INT64 0
  9459. | #define SIZEOF___INT128 16
  9460. | #define SIZEOF_OFF_T 8
  9461. | #define SIZEOF_VOIDP 8
  9462. | #define SIZEOF_FLOAT 4
  9463. | #define SIZEOF_DOUBLE 8
  9464. | #define SIZEOF_TIME_T 8
  9465. | #define SIZEOF_CLOCK_T 8
  9466. | #define PACKED_STRUCT(x) x __attribute__((packed))
  9467. | #define PACKED_STRUCT_UNALIGNED(x) x
  9468. | #define PRI_LL_PREFIX "ll"
  9469. | #define rb_pid_t pid_t
  9470. | #define SIGNEDNESS_OF_PID_T -1
  9471. | #define PIDT2NUM(v) INT2NUM(v)
  9472. | #define NUM2PIDT(v) NUM2INT(v)
  9473. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  9474. | #define rb_uid_t uid_t
  9475. | #define SIGNEDNESS_OF_UID_T +1
  9476. | #define UIDT2NUM(v) UINT2NUM(v)
  9477. | #define NUM2UIDT(v) NUM2UINT(v)
  9478. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  9479. | #define rb_gid_t gid_t
  9480. | #define SIGNEDNESS_OF_GID_T +1
  9481. | #define GIDT2NUM(v) UINT2NUM(v)
  9482. | #define NUM2GIDT(v) NUM2UINT(v)
  9483. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  9484. | #define rb_time_t time_t
  9485. | #define SIGNEDNESS_OF_TIME_T -1
  9486. | #define TIMET2NUM(v) LONG2NUM(v)
  9487. | #define NUM2TIMET(v) NUM2LONG(v)
  9488. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  9489. | #define rb_dev_t dev_t
  9490. | #define SIGNEDNESS_OF_DEV_T -1
  9491. | #define DEVT2NUM(v) INT2NUM(v)
  9492. | #define NUM2DEVT(v) NUM2INT(v)
  9493. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  9494. | #define rb_mode_t mode_t
  9495. | #define SIGNEDNESS_OF_MODE_T +1
  9496. | #define MODET2NUM(v) UINT2NUM(v)
  9497. | #define NUM2MODET(v) NUM2UINT(v)
  9498. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  9499. | #define rb_rlim_t rlim_t
  9500. | #define SIGNEDNESS_OF_RLIM_T +1
  9501. | #define RLIM2NUM(v) ULL2NUM(v)
  9502. | #define NUM2RLIM(v) NUM2ULL(v)
  9503. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  9504. | #define rb_off_t off_t
  9505. | #define SIGNEDNESS_OF_OFF_T -1
  9506. | #define OFFT2NUM(v) LL2NUM(v)
  9507. | #define NUM2OFFT(v) NUM2LL(v)
  9508. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  9509. | #define rb_clockid_t int
  9510. | #define SIGNEDNESS_OF_CLOCKID_T -1
  9511. | #define CLOCKID2NUM(v) INT2NUM(v)
  9512. | #define NUM2CLOCKID(v) NUM2INT(v)
  9513. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  9514. | #define HAVE_PROTOTYPES 1
  9515. | #define TOKEN_PASTE(x,y) x##y
  9516. | #define STRINGIZE(expr) STRINGIZE0(expr)
  9517. | #define HAVE_STDARG_PROTOTYPES 1
  9518. | #define HAVE_VA_ARGS_MACRO 1
  9519. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  9520. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  9521. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  9522. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  9523. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  9524. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  9525. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  9526. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  9527. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  9528. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  9529. | /* end confdefs.h. */
  9530. |
  9531. | #define WARNINGFUNC(mesg,x) __attribute__ ((__warning__ mesg)) x
  9532. |
  9533. | #define x int conftest_attribute_check(void)
  9534. |
  9535. | #define mesg ("")
  9536. | WARNINGFUNC(mesg,x);
  9537. | int
  9538. | main ()
  9539. | {
  9540. |
  9541. | ;
  9542. | return 0;
  9543. | }
  9544. configure:15577: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9545. conftest.c:143:5: warning: unknown attribute '__warning__' ignored [-Wunknown-attributes]
  9546. WARNINGFUNC(mesg,x);
  9547. ^
  9548. conftest.c:138:47: note: expanded from macro 'WARNINGFUNC'
  9549. #define WARNINGFUNC(mesg,x) x __attribute__ ((__warning__ mesg))
  9550. ^
  9551. 1 warning generated.
  9552. configure:15577: $? = 0
  9553. configure: failed program was:
  9554. | /* confdefs.h */
  9555. | #define PACKAGE_NAME ""
  9556. | #define PACKAGE_TARNAME ""
  9557. | #define PACKAGE_VERSION ""
  9558. | #define PACKAGE_STRING ""
  9559. | #define PACKAGE_BUGREPORT ""
  9560. | #define PACKAGE_URL ""
  9561. | #define CANONICALIZATION_FOR_MATHN 1
  9562. | #define STDC_HEADERS 1
  9563. | #define HAVE_SYS_TYPES_H 1
  9564. | #define HAVE_SYS_STAT_H 1
  9565. | #define HAVE_STDLIB_H 1
  9566. | #define HAVE_STRING_H 1
  9567. | #define HAVE_MEMORY_H 1
  9568. | #define HAVE_STRINGS_H 1
  9569. | #define HAVE_INTTYPES_H 1
  9570. | #define HAVE_STDINT_H 1
  9571. | #define HAVE_UNISTD_H 1
  9572. | #define __EXTENSIONS__ 1
  9573. | #define _ALL_SOURCE 1
  9574. | #define _GNU_SOURCE 1
  9575. | #define _POSIX_PTHREAD_SEMANTICS 1
  9576. | #define _TANDEM_SOURCE 1
  9577. | #define HAVE_INFINITY 1
  9578. | #define HAVE_NAN 1
  9579. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  9580. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  9581. | #define BROKEN_CRYPT 1
  9582. | #define HAVE_CRT_EXTERNS_H 1
  9583. | #define HAVE_LIBDL 1
  9584. | #define HAVE_DIRENT_H 1
  9585. | #define HAVE__BOOL 1
  9586. | #define HAVE_STDBOOL_H 1
  9587. | #define HAVE_SYS_WAIT_H 1
  9588. | #define HAVE_GRP_H 1
  9589. | #define HAVE_FCNTL_H 1
  9590. | #define HAVE_FLOAT_H 1
  9591. | #define HAVE_LANGINFO_H 1
  9592. | #define HAVE_LIMITS_H 1
  9593. | #define HAVE_LOCALE_H 1
  9594. | #define HAVE_MALLOC_MALLOC_H 1
  9595. | #define HAVE_PWD_H 1
  9596. | #define HAVE_SYS_ATTR_H 1
  9597. | #define HAVE_SYS_FCNTL_H 1
  9598. | #define HAVE_SYS_FILE_H 1
  9599. | #define HAVE_SYS_IOCTL_H 1
  9600. | #define HAVE_SYS_PARAM_H 1
  9601. | #define HAVE_SYS_RESOURCE_H 1
  9602. | #define HAVE_SYS_SELECT_H 1
  9603. | #define HAVE_SYS_SOCKET_H 1
  9604. | #define HAVE_SYS_SYSCALL_H 1
  9605. | #define HAVE_SYS_TIME_H 1
  9606. | #define HAVE_SYS_TIMES_H 1
  9607. | #define HAVE_SYS_UIO_H 1
  9608. | #define HAVE_TIME_H 1
  9609. | #define HAVE_UCONTEXT_H 1
  9610. | #define HAVE_UTIME_H 1
  9611. | #define HAVE_TYPEOF 1
  9612. | #define HAVE_LONG_LONG 1
  9613. | #define HAVE_OFF_T 1
  9614. | #define SIZEOF_INT 4
  9615. | #define SIZEOF_SHORT 2
  9616. | #define SIZEOF_LONG 8
  9617. | #define SIZEOF_LONG_LONG 8
  9618. | #define SIZEOF___INT64 0
  9619. | #define SIZEOF___INT128 16
  9620. | #define SIZEOF_OFF_T 8
  9621. | #define SIZEOF_VOIDP 8
  9622. | #define SIZEOF_FLOAT 4
  9623. | #define SIZEOF_DOUBLE 8
  9624. | #define SIZEOF_TIME_T 8
  9625. | #define SIZEOF_CLOCK_T 8
  9626. | #define PACKED_STRUCT(x) x __attribute__((packed))
  9627. | #define PACKED_STRUCT_UNALIGNED(x) x
  9628. | #define PRI_LL_PREFIX "ll"
  9629. | #define rb_pid_t pid_t
  9630. | #define SIGNEDNESS_OF_PID_T -1
  9631. | #define PIDT2NUM(v) INT2NUM(v)
  9632. | #define NUM2PIDT(v) NUM2INT(v)
  9633. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  9634. | #define rb_uid_t uid_t
  9635. | #define SIGNEDNESS_OF_UID_T +1
  9636. | #define UIDT2NUM(v) UINT2NUM(v)
  9637. | #define NUM2UIDT(v) NUM2UINT(v)
  9638. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  9639. | #define rb_gid_t gid_t
  9640. | #define SIGNEDNESS_OF_GID_T +1
  9641. | #define GIDT2NUM(v) UINT2NUM(v)
  9642. | #define NUM2GIDT(v) NUM2UINT(v)
  9643. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  9644. | #define rb_time_t time_t
  9645. | #define SIGNEDNESS_OF_TIME_T -1
  9646. | #define TIMET2NUM(v) LONG2NUM(v)
  9647. | #define NUM2TIMET(v) NUM2LONG(v)
  9648. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  9649. | #define rb_dev_t dev_t
  9650. | #define SIGNEDNESS_OF_DEV_T -1
  9651. | #define DEVT2NUM(v) INT2NUM(v)
  9652. | #define NUM2DEVT(v) NUM2INT(v)
  9653. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  9654. | #define rb_mode_t mode_t
  9655. | #define SIGNEDNESS_OF_MODE_T +1
  9656. | #define MODET2NUM(v) UINT2NUM(v)
  9657. | #define NUM2MODET(v) NUM2UINT(v)
  9658. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  9659. | #define rb_rlim_t rlim_t
  9660. | #define SIGNEDNESS_OF_RLIM_T +1
  9661. | #define RLIM2NUM(v) ULL2NUM(v)
  9662. | #define NUM2RLIM(v) NUM2ULL(v)
  9663. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  9664. | #define rb_off_t off_t
  9665. | #define SIGNEDNESS_OF_OFF_T -1
  9666. | #define OFFT2NUM(v) LL2NUM(v)
  9667. | #define NUM2OFFT(v) NUM2LL(v)
  9668. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  9669. | #define rb_clockid_t int
  9670. | #define SIGNEDNESS_OF_CLOCKID_T -1
  9671. | #define CLOCKID2NUM(v) INT2NUM(v)
  9672. | #define NUM2CLOCKID(v) NUM2INT(v)
  9673. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  9674. | #define HAVE_PROTOTYPES 1
  9675. | #define TOKEN_PASTE(x,y) x##y
  9676. | #define STRINGIZE(expr) STRINGIZE0(expr)
  9677. | #define HAVE_STDARG_PROTOTYPES 1
  9678. | #define HAVE_VA_ARGS_MACRO 1
  9679. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  9680. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  9681. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  9682. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  9683. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  9684. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  9685. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  9686. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  9687. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  9688. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  9689. | /* end confdefs.h. */
  9690. |
  9691. | #define WARNINGFUNC(mesg,x) x __attribute__ ((__warning__ mesg))
  9692. |
  9693. | #define x int conftest_attribute_check(void)
  9694. |
  9695. | #define mesg ("")
  9696. | WARNINGFUNC(mesg,x);
  9697. | int
  9698. | main ()
  9699. | {
  9700. |
  9701. | ;
  9702. | return 0;
  9703. | }
  9704. configure:15577: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9705. conftest.c:143:5: warning: __declspec attribute '__warning__' is not supported [-Wignored-attributes]
  9706. WARNINGFUNC(mesg,x);
  9707. ^
  9708. conftest.c:138:40: note: expanded from macro 'WARNINGFUNC'
  9709. #define WARNINGFUNC(mesg,x) __declspec(__warning__ mesg) x
  9710. ^
  9711. 1 warning generated.
  9712. configure:15577: $? = 0
  9713. configure: failed program was:
  9714. | /* confdefs.h */
  9715. | #define PACKAGE_NAME ""
  9716. | #define PACKAGE_TARNAME ""
  9717. | #define PACKAGE_VERSION ""
  9718. | #define PACKAGE_STRING ""
  9719. | #define PACKAGE_BUGREPORT ""
  9720. | #define PACKAGE_URL ""
  9721. | #define CANONICALIZATION_FOR_MATHN 1
  9722. | #define STDC_HEADERS 1
  9723. | #define HAVE_SYS_TYPES_H 1
  9724. | #define HAVE_SYS_STAT_H 1
  9725. | #define HAVE_STDLIB_H 1
  9726. | #define HAVE_STRING_H 1
  9727. | #define HAVE_MEMORY_H 1
  9728. | #define HAVE_STRINGS_H 1
  9729. | #define HAVE_INTTYPES_H 1
  9730. | #define HAVE_STDINT_H 1
  9731. | #define HAVE_UNISTD_H 1
  9732. | #define __EXTENSIONS__ 1
  9733. | #define _ALL_SOURCE 1
  9734. | #define _GNU_SOURCE 1
  9735. | #define _POSIX_PTHREAD_SEMANTICS 1
  9736. | #define _TANDEM_SOURCE 1
  9737. | #define HAVE_INFINITY 1
  9738. | #define HAVE_NAN 1
  9739. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  9740. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  9741. | #define BROKEN_CRYPT 1
  9742. | #define HAVE_CRT_EXTERNS_H 1
  9743. | #define HAVE_LIBDL 1
  9744. | #define HAVE_DIRENT_H 1
  9745. | #define HAVE__BOOL 1
  9746. | #define HAVE_STDBOOL_H 1
  9747. | #define HAVE_SYS_WAIT_H 1
  9748. | #define HAVE_GRP_H 1
  9749. | #define HAVE_FCNTL_H 1
  9750. | #define HAVE_FLOAT_H 1
  9751. | #define HAVE_LANGINFO_H 1
  9752. | #define HAVE_LIMITS_H 1
  9753. | #define HAVE_LOCALE_H 1
  9754. | #define HAVE_MALLOC_MALLOC_H 1
  9755. | #define HAVE_PWD_H 1
  9756. | #define HAVE_SYS_ATTR_H 1
  9757. | #define HAVE_SYS_FCNTL_H 1
  9758. | #define HAVE_SYS_FILE_H 1
  9759. | #define HAVE_SYS_IOCTL_H 1
  9760. | #define HAVE_SYS_PARAM_H 1
  9761. | #define HAVE_SYS_RESOURCE_H 1
  9762. | #define HAVE_SYS_SELECT_H 1
  9763. | #define HAVE_SYS_SOCKET_H 1
  9764. | #define HAVE_SYS_SYSCALL_H 1
  9765. | #define HAVE_SYS_TIME_H 1
  9766. | #define HAVE_SYS_TIMES_H 1
  9767. | #define HAVE_SYS_UIO_H 1
  9768. | #define HAVE_TIME_H 1
  9769. | #define HAVE_UCONTEXT_H 1
  9770. | #define HAVE_UTIME_H 1
  9771. | #define HAVE_TYPEOF 1
  9772. | #define HAVE_LONG_LONG 1
  9773. | #define HAVE_OFF_T 1
  9774. | #define SIZEOF_INT 4
  9775. | #define SIZEOF_SHORT 2
  9776. | #define SIZEOF_LONG 8
  9777. | #define SIZEOF_LONG_LONG 8
  9778. | #define SIZEOF___INT64 0
  9779. | #define SIZEOF___INT128 16
  9780. | #define SIZEOF_OFF_T 8
  9781. | #define SIZEOF_VOIDP 8
  9782. | #define SIZEOF_FLOAT 4
  9783. | #define SIZEOF_DOUBLE 8
  9784. | #define SIZEOF_TIME_T 8
  9785. | #define SIZEOF_CLOCK_T 8
  9786. | #define PACKED_STRUCT(x) x __attribute__((packed))
  9787. | #define PACKED_STRUCT_UNALIGNED(x) x
  9788. | #define PRI_LL_PREFIX "ll"
  9789. | #define rb_pid_t pid_t
  9790. | #define SIGNEDNESS_OF_PID_T -1
  9791. | #define PIDT2NUM(v) INT2NUM(v)
  9792. | #define NUM2PIDT(v) NUM2INT(v)
  9793. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  9794. | #define rb_uid_t uid_t
  9795. | #define SIGNEDNESS_OF_UID_T +1
  9796. | #define UIDT2NUM(v) UINT2NUM(v)
  9797. | #define NUM2UIDT(v) NUM2UINT(v)
  9798. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  9799. | #define rb_gid_t gid_t
  9800. | #define SIGNEDNESS_OF_GID_T +1
  9801. | #define GIDT2NUM(v) UINT2NUM(v)
  9802. | #define NUM2GIDT(v) NUM2UINT(v)
  9803. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  9804. | #define rb_time_t time_t
  9805. | #define SIGNEDNESS_OF_TIME_T -1
  9806. | #define TIMET2NUM(v) LONG2NUM(v)
  9807. | #define NUM2TIMET(v) NUM2LONG(v)
  9808. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  9809. | #define rb_dev_t dev_t
  9810. | #define SIGNEDNESS_OF_DEV_T -1
  9811. | #define DEVT2NUM(v) INT2NUM(v)
  9812. | #define NUM2DEVT(v) NUM2INT(v)
  9813. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  9814. | #define rb_mode_t mode_t
  9815. | #define SIGNEDNESS_OF_MODE_T +1
  9816. | #define MODET2NUM(v) UINT2NUM(v)
  9817. | #define NUM2MODET(v) NUM2UINT(v)
  9818. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  9819. | #define rb_rlim_t rlim_t
  9820. | #define SIGNEDNESS_OF_RLIM_T +1
  9821. | #define RLIM2NUM(v) ULL2NUM(v)
  9822. | #define NUM2RLIM(v) NUM2ULL(v)
  9823. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  9824. | #define rb_off_t off_t
  9825. | #define SIGNEDNESS_OF_OFF_T -1
  9826. | #define OFFT2NUM(v) LL2NUM(v)
  9827. | #define NUM2OFFT(v) NUM2LL(v)
  9828. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  9829. | #define rb_clockid_t int
  9830. | #define SIGNEDNESS_OF_CLOCKID_T -1
  9831. | #define CLOCKID2NUM(v) INT2NUM(v)
  9832. | #define NUM2CLOCKID(v) NUM2INT(v)
  9833. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  9834. | #define HAVE_PROTOTYPES 1
  9835. | #define TOKEN_PASTE(x,y) x##y
  9836. | #define STRINGIZE(expr) STRINGIZE0(expr)
  9837. | #define HAVE_STDARG_PROTOTYPES 1
  9838. | #define HAVE_VA_ARGS_MACRO 1
  9839. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  9840. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  9841. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  9842. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  9843. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  9844. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  9845. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  9846. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  9847. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  9848. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  9849. | /* end confdefs.h. */
  9850. |
  9851. | #define WARNINGFUNC(mesg,x) __declspec(__warning__ mesg) x
  9852. |
  9853. | #define x int conftest_attribute_check(void)
  9854. |
  9855. | #define mesg ("")
  9856. | WARNINGFUNC(mesg,x);
  9857. | int
  9858. | main ()
  9859. | {
  9860. |
  9861. | ;
  9862. | return 0;
  9863. | }
  9864. configure:15577: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9865. configure:15577: $? = 0
  9866. configure:15591: result: x
  9867. configure:15602: checking for WEAK function attribute
  9868. configure:15640: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9869. configure:15640: $? = 0
  9870. configure:15654: result: __attribute__ ((__weak__)) x
  9871. configure:15671: checking for FUNC_STDCALL function attribute
  9872. configure:15711: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9873. conftest.c:147:5: warning: calling convention '__stdcall__' ignored for this target [-Wignored-attributes]
  9874. FUNC_STDCALL(x);
  9875. ^
  9876. conftest.c:140:41: note: expanded from macro 'FUNC_STDCALL'
  9877. #define FUNC_STDCALL(x) __attribute__ ((__stdcall__)) x
  9878. ^
  9879. 1 warning generated.
  9880. configure:15711: $? = 0
  9881. configure: failed program was:
  9882. | /* confdefs.h */
  9883. | #define PACKAGE_NAME ""
  9884. | #define PACKAGE_TARNAME ""
  9885. | #define PACKAGE_VERSION ""
  9886. | #define PACKAGE_STRING ""
  9887. | #define PACKAGE_BUGREPORT ""
  9888. | #define PACKAGE_URL ""
  9889. | #define CANONICALIZATION_FOR_MATHN 1
  9890. | #define STDC_HEADERS 1
  9891. | #define HAVE_SYS_TYPES_H 1
  9892. | #define HAVE_SYS_STAT_H 1
  9893. | #define HAVE_STDLIB_H 1
  9894. | #define HAVE_STRING_H 1
  9895. | #define HAVE_MEMORY_H 1
  9896. | #define HAVE_STRINGS_H 1
  9897. | #define HAVE_INTTYPES_H 1
  9898. | #define HAVE_STDINT_H 1
  9899. | #define HAVE_UNISTD_H 1
  9900. | #define __EXTENSIONS__ 1
  9901. | #define _ALL_SOURCE 1
  9902. | #define _GNU_SOURCE 1
  9903. | #define _POSIX_PTHREAD_SEMANTICS 1
  9904. | #define _TANDEM_SOURCE 1
  9905. | #define HAVE_INFINITY 1
  9906. | #define HAVE_NAN 1
  9907. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  9908. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  9909. | #define BROKEN_CRYPT 1
  9910. | #define HAVE_CRT_EXTERNS_H 1
  9911. | #define HAVE_LIBDL 1
  9912. | #define HAVE_DIRENT_H 1
  9913. | #define HAVE__BOOL 1
  9914. | #define HAVE_STDBOOL_H 1
  9915. | #define HAVE_SYS_WAIT_H 1
  9916. | #define HAVE_GRP_H 1
  9917. | #define HAVE_FCNTL_H 1
  9918. | #define HAVE_FLOAT_H 1
  9919. | #define HAVE_LANGINFO_H 1
  9920. | #define HAVE_LIMITS_H 1
  9921. | #define HAVE_LOCALE_H 1
  9922. | #define HAVE_MALLOC_MALLOC_H 1
  9923. | #define HAVE_PWD_H 1
  9924. | #define HAVE_SYS_ATTR_H 1
  9925. | #define HAVE_SYS_FCNTL_H 1
  9926. | #define HAVE_SYS_FILE_H 1
  9927. | #define HAVE_SYS_IOCTL_H 1
  9928. | #define HAVE_SYS_PARAM_H 1
  9929. | #define HAVE_SYS_RESOURCE_H 1
  9930. | #define HAVE_SYS_SELECT_H 1
  9931. | #define HAVE_SYS_SOCKET_H 1
  9932. | #define HAVE_SYS_SYSCALL_H 1
  9933. | #define HAVE_SYS_TIME_H 1
  9934. | #define HAVE_SYS_TIMES_H 1
  9935. | #define HAVE_SYS_UIO_H 1
  9936. | #define HAVE_TIME_H 1
  9937. | #define HAVE_UCONTEXT_H 1
  9938. | #define HAVE_UTIME_H 1
  9939. | #define HAVE_TYPEOF 1
  9940. | #define HAVE_LONG_LONG 1
  9941. | #define HAVE_OFF_T 1
  9942. | #define SIZEOF_INT 4
  9943. | #define SIZEOF_SHORT 2
  9944. | #define SIZEOF_LONG 8
  9945. | #define SIZEOF_LONG_LONG 8
  9946. | #define SIZEOF___INT64 0
  9947. | #define SIZEOF___INT128 16
  9948. | #define SIZEOF_OFF_T 8
  9949. | #define SIZEOF_VOIDP 8
  9950. | #define SIZEOF_FLOAT 4
  9951. | #define SIZEOF_DOUBLE 8
  9952. | #define SIZEOF_TIME_T 8
  9953. | #define SIZEOF_CLOCK_T 8
  9954. | #define PACKED_STRUCT(x) x __attribute__((packed))
  9955. | #define PACKED_STRUCT_UNALIGNED(x) x
  9956. | #define PRI_LL_PREFIX "ll"
  9957. | #define rb_pid_t pid_t
  9958. | #define SIGNEDNESS_OF_PID_T -1
  9959. | #define PIDT2NUM(v) INT2NUM(v)
  9960. | #define NUM2PIDT(v) NUM2INT(v)
  9961. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  9962. | #define rb_uid_t uid_t
  9963. | #define SIGNEDNESS_OF_UID_T +1
  9964. | #define UIDT2NUM(v) UINT2NUM(v)
  9965. | #define NUM2UIDT(v) NUM2UINT(v)
  9966. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  9967. | #define rb_gid_t gid_t
  9968. | #define SIGNEDNESS_OF_GID_T +1
  9969. | #define GIDT2NUM(v) UINT2NUM(v)
  9970. | #define NUM2GIDT(v) NUM2UINT(v)
  9971. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  9972. | #define rb_time_t time_t
  9973. | #define SIGNEDNESS_OF_TIME_T -1
  9974. | #define TIMET2NUM(v) LONG2NUM(v)
  9975. | #define NUM2TIMET(v) NUM2LONG(v)
  9976. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  9977. | #define rb_dev_t dev_t
  9978. | #define SIGNEDNESS_OF_DEV_T -1
  9979. | #define DEVT2NUM(v) INT2NUM(v)
  9980. | #define NUM2DEVT(v) NUM2INT(v)
  9981. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  9982. | #define rb_mode_t mode_t
  9983. | #define SIGNEDNESS_OF_MODE_T +1
  9984. | #define MODET2NUM(v) UINT2NUM(v)
  9985. | #define NUM2MODET(v) NUM2UINT(v)
  9986. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  9987. | #define rb_rlim_t rlim_t
  9988. | #define SIGNEDNESS_OF_RLIM_T +1
  9989. | #define RLIM2NUM(v) ULL2NUM(v)
  9990. | #define NUM2RLIM(v) NUM2ULL(v)
  9991. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  9992. | #define rb_off_t off_t
  9993. | #define SIGNEDNESS_OF_OFF_T -1
  9994. | #define OFFT2NUM(v) LL2NUM(v)
  9995. | #define NUM2OFFT(v) NUM2LL(v)
  9996. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  9997. | #define rb_clockid_t int
  9998. | #define SIGNEDNESS_OF_CLOCKID_T -1
  9999. | #define CLOCKID2NUM(v) INT2NUM(v)
  10000. | #define NUM2CLOCKID(v) NUM2INT(v)
  10001. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  10002. | #define HAVE_PROTOTYPES 1
  10003. | #define TOKEN_PASTE(x,y) x##y
  10004. | #define STRINGIZE(expr) STRINGIZE0(expr)
  10005. | #define HAVE_STDARG_PROTOTYPES 1
  10006. | #define HAVE_VA_ARGS_MACRO 1
  10007. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  10008. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  10009. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  10010. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  10011. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  10012. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  10013. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  10014. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  10015. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  10016. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  10017. | #define WEAK(x) __attribute__ ((__weak__)) x
  10018. | #define HAVE_FUNC_WEAK 1
  10019. | /* end confdefs.h. */
  10020. |
  10021. | #define FUNC_STDCALL(x) __attribute__ ((__stdcall__)) x
  10022. |
  10023. |
  10024. |
  10025. | #define x int conftest_attribute_check(void)
  10026. |
  10027. | #define mesg ("")
  10028. | FUNC_STDCALL(x);
  10029. | int
  10030. | main ()
  10031. | {
  10032. |
  10033. | ;
  10034. | return 0;
  10035. | }
  10036. configure:15711: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  10037. conftest.c:147:5: warning: calling convention '__stdcall__' ignored for this target [-Wignored-attributes]
  10038. FUNC_STDCALL(x);
  10039. ^
  10040. conftest.c:140:43: note: expanded from macro 'FUNC_STDCALL'
  10041. #define FUNC_STDCALL(x) x __attribute__ ((__stdcall__))
  10042. ^
  10043. 1 warning generated.
  10044. configure:15711: $? = 0
  10045. configure: failed program was:
  10046. | /* confdefs.h */
  10047. | #define PACKAGE_NAME ""
  10048. | #define PACKAGE_TARNAME ""
  10049. | #define PACKAGE_VERSION ""
  10050. | #define PACKAGE_STRING ""
  10051. | #define PACKAGE_BUGREPORT ""
  10052. | #define PACKAGE_URL ""
  10053. | #define CANONICALIZATION_FOR_MATHN 1
  10054. | #define STDC_HEADERS 1
  10055. | #define HAVE_SYS_TYPES_H 1
  10056. | #define HAVE_SYS_STAT_H 1
  10057. | #define HAVE_STDLIB_H 1
  10058. | #define HAVE_STRING_H 1
  10059. | #define HAVE_MEMORY_H 1
  10060. | #define HAVE_STRINGS_H 1
  10061. | #define HAVE_INTTYPES_H 1
  10062. | #define HAVE_STDINT_H 1
  10063. | #define HAVE_UNISTD_H 1
  10064. | #define __EXTENSIONS__ 1
  10065. | #define _ALL_SOURCE 1
  10066. | #define _GNU_SOURCE 1
  10067. | #define _POSIX_PTHREAD_SEMANTICS 1
  10068. | #define _TANDEM_SOURCE 1
  10069. | #define HAVE_INFINITY 1
  10070. | #define HAVE_NAN 1
  10071. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  10072. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  10073. | #define BROKEN_CRYPT 1
  10074. | #define HAVE_CRT_EXTERNS_H 1
  10075. | #define HAVE_LIBDL 1
  10076. | #define HAVE_DIRENT_H 1
  10077. | #define HAVE__BOOL 1
  10078. | #define HAVE_STDBOOL_H 1
  10079. | #define HAVE_SYS_WAIT_H 1
  10080. | #define HAVE_GRP_H 1
  10081. | #define HAVE_FCNTL_H 1
  10082. | #define HAVE_FLOAT_H 1
  10083. | #define HAVE_LANGINFO_H 1
  10084. | #define HAVE_LIMITS_H 1
  10085. | #define HAVE_LOCALE_H 1
  10086. | #define HAVE_MALLOC_MALLOC_H 1
  10087. | #define HAVE_PWD_H 1
  10088. | #define HAVE_SYS_ATTR_H 1
  10089. | #define HAVE_SYS_FCNTL_H 1
  10090. | #define HAVE_SYS_FILE_H 1
  10091. | #define HAVE_SYS_IOCTL_H 1
  10092. | #define HAVE_SYS_PARAM_H 1
  10093. | #define HAVE_SYS_RESOURCE_H 1
  10094. | #define HAVE_SYS_SELECT_H 1
  10095. | #define HAVE_SYS_SOCKET_H 1
  10096. | #define HAVE_SYS_SYSCALL_H 1
  10097. | #define HAVE_SYS_TIME_H 1
  10098. | #define HAVE_SYS_TIMES_H 1
  10099. | #define HAVE_SYS_UIO_H 1
  10100. | #define HAVE_TIME_H 1
  10101. | #define HAVE_UCONTEXT_H 1
  10102. | #define HAVE_UTIME_H 1
  10103. | #define HAVE_TYPEOF 1
  10104. | #define HAVE_LONG_LONG 1
  10105. | #define HAVE_OFF_T 1
  10106. | #define SIZEOF_INT 4
  10107. | #define SIZEOF_SHORT 2
  10108. | #define SIZEOF_LONG 8
  10109. | #define SIZEOF_LONG_LONG 8
  10110. | #define SIZEOF___INT64 0
  10111. | #define SIZEOF___INT128 16
  10112. | #define SIZEOF_OFF_T 8
  10113. | #define SIZEOF_VOIDP 8
  10114. | #define SIZEOF_FLOAT 4
  10115. | #define SIZEOF_DOUBLE 8
  10116. | #define SIZEOF_TIME_T 8
  10117. | #define SIZEOF_CLOCK_T 8
  10118. | #define PACKED_STRUCT(x) x __attribute__((packed))
  10119. | #define PACKED_STRUCT_UNALIGNED(x) x
  10120. | #define PRI_LL_PREFIX "ll"
  10121. | #define rb_pid_t pid_t
  10122. | #define SIGNEDNESS_OF_PID_T -1
  10123. | #define PIDT2NUM(v) INT2NUM(v)
  10124. | #define NUM2PIDT(v) NUM2INT(v)
  10125. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  10126. | #define rb_uid_t uid_t
  10127. | #define SIGNEDNESS_OF_UID_T +1
  10128. | #define UIDT2NUM(v) UINT2NUM(v)
  10129. | #define NUM2UIDT(v) NUM2UINT(v)
  10130. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  10131. | #define rb_gid_t gid_t
  10132. | #define SIGNEDNESS_OF_GID_T +1
  10133. | #define GIDT2NUM(v) UINT2NUM(v)
  10134. | #define NUM2GIDT(v) NUM2UINT(v)
  10135. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  10136. | #define rb_time_t time_t
  10137. | #define SIGNEDNESS_OF_TIME_T -1
  10138. | #define TIMET2NUM(v) LONG2NUM(v)
  10139. | #define NUM2TIMET(v) NUM2LONG(v)
  10140. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  10141. | #define rb_dev_t dev_t
  10142. | #define SIGNEDNESS_OF_DEV_T -1
  10143. | #define DEVT2NUM(v) INT2NUM(v)
  10144. | #define NUM2DEVT(v) NUM2INT(v)
  10145. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  10146. | #define rb_mode_t mode_t
  10147. | #define SIGNEDNESS_OF_MODE_T +1
  10148. | #define MODET2NUM(v) UINT2NUM(v)
  10149. | #define NUM2MODET(v) NUM2UINT(v)
  10150. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  10151. | #define rb_rlim_t rlim_t
  10152. | #define SIGNEDNESS_OF_RLIM_T +1
  10153. | #define RLIM2NUM(v) ULL2NUM(v)
  10154. | #define NUM2RLIM(v) NUM2ULL(v)
  10155. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  10156. | #define rb_off_t off_t
  10157. | #define SIGNEDNESS_OF_OFF_T -1
  10158. | #define OFFT2NUM(v) LL2NUM(v)
  10159. | #define NUM2OFFT(v) NUM2LL(v)
  10160. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  10161. | #define rb_clockid_t int
  10162. | #define SIGNEDNESS_OF_CLOCKID_T -1
  10163. | #define CLOCKID2NUM(v) INT2NUM(v)
  10164. | #define NUM2CLOCKID(v) NUM2INT(v)
  10165. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  10166. | #define HAVE_PROTOTYPES 1
  10167. | #define TOKEN_PASTE(x,y) x##y
  10168. | #define STRINGIZE(expr) STRINGIZE0(expr)
  10169. | #define HAVE_STDARG_PROTOTYPES 1
  10170. | #define HAVE_VA_ARGS_MACRO 1
  10171. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  10172. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  10173. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  10174. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  10175. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  10176. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  10177. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  10178. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  10179. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  10180. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  10181. | #define WEAK(x) __attribute__ ((__weak__)) x
  10182. | #define HAVE_FUNC_WEAK 1
  10183. | /* end confdefs.h. */
  10184. |
  10185. | #define FUNC_STDCALL(x) x __attribute__ ((__stdcall__))
  10186. |
  10187. |
  10188. |
  10189. | #define x int conftest_attribute_check(void)
  10190. |
  10191. | #define mesg ("")
  10192. | FUNC_STDCALL(x);
  10193. | int
  10194. | main ()
  10195. | {
  10196. |
  10197. | ;
  10198. | return 0;
  10199. | }
  10200. configure:15711: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  10201. conftest.c:147:5: warning: __declspec attribute '__stdcall__' is not supported [-Wignored-attributes]
  10202. FUNC_STDCALL(x);
  10203. ^
  10204. conftest.c:140:36: note: expanded from macro 'FUNC_STDCALL'
  10205. #define FUNC_STDCALL(x) __declspec(__stdcall__) x
  10206. ^
  10207. 1 warning generated.
  10208. configure:15711: $? = 0
  10209. configure: failed program was:
  10210. | /* confdefs.h */
  10211. | #define PACKAGE_NAME ""
  10212. | #define PACKAGE_TARNAME ""
  10213. | #define PACKAGE_VERSION ""
  10214. | #define PACKAGE_STRING ""
  10215. | #define PACKAGE_BUGREPORT ""
  10216. | #define PACKAGE_URL ""
  10217. | #define CANONICALIZATION_FOR_MATHN 1
  10218. | #define STDC_HEADERS 1
  10219. | #define HAVE_SYS_TYPES_H 1
  10220. | #define HAVE_SYS_STAT_H 1
  10221. | #define HAVE_STDLIB_H 1
  10222. | #define HAVE_STRING_H 1
  10223. | #define HAVE_MEMORY_H 1
  10224. | #define HAVE_STRINGS_H 1
  10225. | #define HAVE_INTTYPES_H 1
  10226. | #define HAVE_STDINT_H 1
  10227. | #define HAVE_UNISTD_H 1
  10228. | #define __EXTENSIONS__ 1
  10229. | #define _ALL_SOURCE 1
  10230. | #define _GNU_SOURCE 1
  10231. | #define _POSIX_PTHREAD_SEMANTICS 1
  10232. | #define _TANDEM_SOURCE 1
  10233. | #define HAVE_INFINITY 1
  10234. | #define HAVE_NAN 1
  10235. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  10236. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  10237. | #define BROKEN_CRYPT 1
  10238. | #define HAVE_CRT_EXTERNS_H 1
  10239. | #define HAVE_LIBDL 1
  10240. | #define HAVE_DIRENT_H 1
  10241. | #define HAVE__BOOL 1
  10242. | #define HAVE_STDBOOL_H 1
  10243. | #define HAVE_SYS_WAIT_H 1
  10244. | #define HAVE_GRP_H 1
  10245. | #define HAVE_FCNTL_H 1
  10246. | #define HAVE_FLOAT_H 1
  10247. | #define HAVE_LANGINFO_H 1
  10248. | #define HAVE_LIMITS_H 1
  10249. | #define HAVE_LOCALE_H 1
  10250. | #define HAVE_MALLOC_MALLOC_H 1
  10251. | #define HAVE_PWD_H 1
  10252. | #define HAVE_SYS_ATTR_H 1
  10253. | #define HAVE_SYS_FCNTL_H 1
  10254. | #define HAVE_SYS_FILE_H 1
  10255. | #define HAVE_SYS_IOCTL_H 1
  10256. | #define HAVE_SYS_PARAM_H 1
  10257. | #define HAVE_SYS_RESOURCE_H 1
  10258. | #define HAVE_SYS_SELECT_H 1
  10259. | #define HAVE_SYS_SOCKET_H 1
  10260. | #define HAVE_SYS_SYSCALL_H 1
  10261. | #define HAVE_SYS_TIME_H 1
  10262. | #define HAVE_SYS_TIMES_H 1
  10263. | #define HAVE_SYS_UIO_H 1
  10264. | #define HAVE_TIME_H 1
  10265. | #define HAVE_UCONTEXT_H 1
  10266. | #define HAVE_UTIME_H 1
  10267. | #define HAVE_TYPEOF 1
  10268. | #define HAVE_LONG_LONG 1
  10269. | #define HAVE_OFF_T 1
  10270. | #define SIZEOF_INT 4
  10271. | #define SIZEOF_SHORT 2
  10272. | #define SIZEOF_LONG 8
  10273. | #define SIZEOF_LONG_LONG 8
  10274. | #define SIZEOF___INT64 0
  10275. | #define SIZEOF___INT128 16
  10276. | #define SIZEOF_OFF_T 8
  10277. | #define SIZEOF_VOIDP 8
  10278. | #define SIZEOF_FLOAT 4
  10279. | #define SIZEOF_DOUBLE 8
  10280. | #define SIZEOF_TIME_T 8
  10281. | #define SIZEOF_CLOCK_T 8
  10282. | #define PACKED_STRUCT(x) x __attribute__((packed))
  10283. | #define PACKED_STRUCT_UNALIGNED(x) x
  10284. | #define PRI_LL_PREFIX "ll"
  10285. | #define rb_pid_t pid_t
  10286. | #define SIGNEDNESS_OF_PID_T -1
  10287. | #define PIDT2NUM(v) INT2NUM(v)
  10288. | #define NUM2PIDT(v) NUM2INT(v)
  10289. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  10290. | #define rb_uid_t uid_t
  10291. | #define SIGNEDNESS_OF_UID_T +1
  10292. | #define UIDT2NUM(v) UINT2NUM(v)
  10293. | #define NUM2UIDT(v) NUM2UINT(v)
  10294. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  10295. | #define rb_gid_t gid_t
  10296. | #define SIGNEDNESS_OF_GID_T +1
  10297. | #define GIDT2NUM(v) UINT2NUM(v)
  10298. | #define NUM2GIDT(v) NUM2UINT(v)
  10299. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  10300. | #define rb_time_t time_t
  10301. | #define SIGNEDNESS_OF_TIME_T -1
  10302. | #define TIMET2NUM(v) LONG2NUM(v)
  10303. | #define NUM2TIMET(v) NUM2LONG(v)
  10304. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  10305. | #define rb_dev_t dev_t
  10306. | #define SIGNEDNESS_OF_DEV_T -1
  10307. | #define DEVT2NUM(v) INT2NUM(v)
  10308. | #define NUM2DEVT(v) NUM2INT(v)
  10309. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  10310. | #define rb_mode_t mode_t
  10311. | #define SIGNEDNESS_OF_MODE_T +1
  10312. | #define MODET2NUM(v) UINT2NUM(v)
  10313. | #define NUM2MODET(v) NUM2UINT(v)
  10314. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  10315. | #define rb_rlim_t rlim_t
  10316. | #define SIGNEDNESS_OF_RLIM_T +1
  10317. | #define RLIM2NUM(v) ULL2NUM(v)
  10318. | #define NUM2RLIM(v) NUM2ULL(v)
  10319. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  10320. | #define rb_off_t off_t
  10321. | #define SIGNEDNESS_OF_OFF_T -1
  10322. | #define OFFT2NUM(v) LL2NUM(v)
  10323. | #define NUM2OFFT(v) NUM2LL(v)
  10324. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  10325. | #define rb_clockid_t int
  10326. | #define SIGNEDNESS_OF_CLOCKID_T -1
  10327. | #define CLOCKID2NUM(v) INT2NUM(v)
  10328. | #define NUM2CLOCKID(v) NUM2INT(v)
  10329. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  10330. | #define HAVE_PROTOTYPES 1
  10331. | #define TOKEN_PASTE(x,y) x##y
  10332. | #define STRINGIZE(expr) STRINGIZE0(expr)
  10333. | #define HAVE_STDARG_PROTOTYPES 1
  10334. | #define HAVE_VA_ARGS_MACRO 1
  10335. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  10336. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  10337. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  10338. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  10339. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  10340. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  10341. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  10342. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  10343. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  10344. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  10345. | #define WEAK(x) __attribute__ ((__weak__)) x
  10346. | #define HAVE_FUNC_WEAK 1
  10347. | /* end confdefs.h. */
  10348. |
  10349. | #define FUNC_STDCALL(x) __declspec(__stdcall__) x
  10350. |
  10351. |
  10352. |
  10353. | #define x int conftest_attribute_check(void)
  10354. |
  10355. | #define mesg ("")
  10356. | FUNC_STDCALL(x);
  10357. | int
  10358. | main ()
  10359. | {
  10360. |
  10361. | ;
  10362. | return 0;
  10363. | }
  10364. configure:15711: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  10365. configure:15711: $? = 0
  10366. configure:15725: result: x
  10367. configure:15742: checking for FUNC_CDECL function attribute
  10368. configure:15782: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  10369. configure:15782: $? = 0
  10370. configure:15796: result: __attribute__ ((__cdecl__)) x
  10371. configure:15813: checking for FUNC_FASTCALL function attribute
  10372. configure:15853: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  10373. conftest.c:148:5: warning: calling convention '__fastcall__' ignored for this target [-Wignored-attributes]
  10374. FUNC_FASTCALL(x);
  10375. ^
  10376. conftest.c:141:42: note: expanded from macro 'FUNC_FASTCALL'
  10377. #define FUNC_FASTCALL(x) __attribute__ ((__fastcall__)) x
  10378. ^
  10379. 1 warning generated.
  10380. configure:15853: $? = 0
  10381. configure: failed program was:
  10382. | /* confdefs.h */
  10383. | #define PACKAGE_NAME ""
  10384. | #define PACKAGE_TARNAME ""
  10385. | #define PACKAGE_VERSION ""
  10386. | #define PACKAGE_STRING ""
  10387. | #define PACKAGE_BUGREPORT ""
  10388. | #define PACKAGE_URL ""
  10389. | #define CANONICALIZATION_FOR_MATHN 1
  10390. | #define STDC_HEADERS 1
  10391. | #define HAVE_SYS_TYPES_H 1
  10392. | #define HAVE_SYS_STAT_H 1
  10393. | #define HAVE_STDLIB_H 1
  10394. | #define HAVE_STRING_H 1
  10395. | #define HAVE_MEMORY_H 1
  10396. | #define HAVE_STRINGS_H 1
  10397. | #define HAVE_INTTYPES_H 1
  10398. | #define HAVE_STDINT_H 1
  10399. | #define HAVE_UNISTD_H 1
  10400. | #define __EXTENSIONS__ 1
  10401. | #define _ALL_SOURCE 1
  10402. | #define _GNU_SOURCE 1
  10403. | #define _POSIX_PTHREAD_SEMANTICS 1
  10404. | #define _TANDEM_SOURCE 1
  10405. | #define HAVE_INFINITY 1
  10406. | #define HAVE_NAN 1
  10407. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  10408. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  10409. | #define BROKEN_CRYPT 1
  10410. | #define HAVE_CRT_EXTERNS_H 1
  10411. | #define HAVE_LIBDL 1
  10412. | #define HAVE_DIRENT_H 1
  10413. | #define HAVE__BOOL 1
  10414. | #define HAVE_STDBOOL_H 1
  10415. | #define HAVE_SYS_WAIT_H 1
  10416. | #define HAVE_GRP_H 1
  10417. | #define HAVE_FCNTL_H 1
  10418. | #define HAVE_FLOAT_H 1
  10419. | #define HAVE_LANGINFO_H 1
  10420. | #define HAVE_LIMITS_H 1
  10421. | #define HAVE_LOCALE_H 1
  10422. | #define HAVE_MALLOC_MALLOC_H 1
  10423. | #define HAVE_PWD_H 1
  10424. | #define HAVE_SYS_ATTR_H 1
  10425. | #define HAVE_SYS_FCNTL_H 1
  10426. | #define HAVE_SYS_FILE_H 1
  10427. | #define HAVE_SYS_IOCTL_H 1
  10428. | #define HAVE_SYS_PARAM_H 1
  10429. | #define HAVE_SYS_RESOURCE_H 1
  10430. | #define HAVE_SYS_SELECT_H 1
  10431. | #define HAVE_SYS_SOCKET_H 1
  10432. | #define HAVE_SYS_SYSCALL_H 1
  10433. | #define HAVE_SYS_TIME_H 1
  10434. | #define HAVE_SYS_TIMES_H 1
  10435. | #define HAVE_SYS_UIO_H 1
  10436. | #define HAVE_TIME_H 1
  10437. | #define HAVE_UCONTEXT_H 1
  10438. | #define HAVE_UTIME_H 1
  10439. | #define HAVE_TYPEOF 1
  10440. | #define HAVE_LONG_LONG 1
  10441. | #define HAVE_OFF_T 1
  10442. | #define SIZEOF_INT 4
  10443. | #define SIZEOF_SHORT 2
  10444. | #define SIZEOF_LONG 8
  10445. | #define SIZEOF_LONG_LONG 8
  10446. | #define SIZEOF___INT64 0
  10447. | #define SIZEOF___INT128 16
  10448. | #define SIZEOF_OFF_T 8
  10449. | #define SIZEOF_VOIDP 8
  10450. | #define SIZEOF_FLOAT 4
  10451. | #define SIZEOF_DOUBLE 8
  10452. | #define SIZEOF_TIME_T 8
  10453. | #define SIZEOF_CLOCK_T 8
  10454. | #define PACKED_STRUCT(x) x __attribute__((packed))
  10455. | #define PACKED_STRUCT_UNALIGNED(x) x
  10456. | #define PRI_LL_PREFIX "ll"
  10457. | #define rb_pid_t pid_t
  10458. | #define SIGNEDNESS_OF_PID_T -1
  10459. | #define PIDT2NUM(v) INT2NUM(v)
  10460. | #define NUM2PIDT(v) NUM2INT(v)
  10461. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  10462. | #define rb_uid_t uid_t
  10463. | #define SIGNEDNESS_OF_UID_T +1
  10464. | #define UIDT2NUM(v) UINT2NUM(v)
  10465. | #define NUM2UIDT(v) NUM2UINT(v)
  10466. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  10467. | #define rb_gid_t gid_t
  10468. | #define SIGNEDNESS_OF_GID_T +1
  10469. | #define GIDT2NUM(v) UINT2NUM(v)
  10470. | #define NUM2GIDT(v) NUM2UINT(v)
  10471. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  10472. | #define rb_time_t time_t
  10473. | #define SIGNEDNESS_OF_TIME_T -1
  10474. | #define TIMET2NUM(v) LONG2NUM(v)
  10475. | #define NUM2TIMET(v) NUM2LONG(v)
  10476. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  10477. | #define rb_dev_t dev_t
  10478. | #define SIGNEDNESS_OF_DEV_T -1
  10479. | #define DEVT2NUM(v) INT2NUM(v)
  10480. | #define NUM2DEVT(v) NUM2INT(v)
  10481. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  10482. | #define rb_mode_t mode_t
  10483. | #define SIGNEDNESS_OF_MODE_T +1
  10484. | #define MODET2NUM(v) UINT2NUM(v)
  10485. | #define NUM2MODET(v) NUM2UINT(v)
  10486. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  10487. | #define rb_rlim_t rlim_t
  10488. | #define SIGNEDNESS_OF_RLIM_T +1
  10489. | #define RLIM2NUM(v) ULL2NUM(v)
  10490. | #define NUM2RLIM(v) NUM2ULL(v)
  10491. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  10492. | #define rb_off_t off_t
  10493. | #define SIGNEDNESS_OF_OFF_T -1
  10494. | #define OFFT2NUM(v) LL2NUM(v)
  10495. | #define NUM2OFFT(v) NUM2LL(v)
  10496. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  10497. | #define rb_clockid_t int
  10498. | #define SIGNEDNESS_OF_CLOCKID_T -1
  10499. | #define CLOCKID2NUM(v) INT2NUM(v)
  10500. | #define NUM2CLOCKID(v) NUM2INT(v)
  10501. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  10502. | #define HAVE_PROTOTYPES 1
  10503. | #define TOKEN_PASTE(x,y) x##y
  10504. | #define STRINGIZE(expr) STRINGIZE0(expr)
  10505. | #define HAVE_STDARG_PROTOTYPES 1
  10506. | #define HAVE_VA_ARGS_MACRO 1
  10507. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  10508. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  10509. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  10510. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  10511. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  10512. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  10513. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  10514. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  10515. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  10516. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  10517. | #define WEAK(x) __attribute__ ((__weak__)) x
  10518. | #define HAVE_FUNC_WEAK 1
  10519. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  10520. | /* end confdefs.h. */
  10521. |
  10522. | #define FUNC_FASTCALL(x) __attribute__ ((__fastcall__)) x
  10523. |
  10524. |
  10525. |
  10526. | #define x int conftest_attribute_check(void)
  10527. |
  10528. | #define mesg ("")
  10529. | FUNC_FASTCALL(x);
  10530. | int
  10531. | main ()
  10532. | {
  10533. |
  10534. | ;
  10535. | return 0;
  10536. | }
  10537. configure:15853: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  10538. conftest.c:148:5: warning: calling convention '__fastcall__' ignored for this target [-Wignored-attributes]
  10539. FUNC_FASTCALL(x);
  10540. ^
  10541. conftest.c:141:44: note: expanded from macro 'FUNC_FASTCALL'
  10542. #define FUNC_FASTCALL(x) x __attribute__ ((__fastcall__))
  10543. ^
  10544. 1 warning generated.
  10545. configure:15853: $? = 0
  10546. configure: failed program was:
  10547. | /* confdefs.h */
  10548. | #define PACKAGE_NAME ""
  10549. | #define PACKAGE_TARNAME ""
  10550. | #define PACKAGE_VERSION ""
  10551. | #define PACKAGE_STRING ""
  10552. | #define PACKAGE_BUGREPORT ""
  10553. | #define PACKAGE_URL ""
  10554. | #define CANONICALIZATION_FOR_MATHN 1
  10555. | #define STDC_HEADERS 1
  10556. | #define HAVE_SYS_TYPES_H 1
  10557. | #define HAVE_SYS_STAT_H 1
  10558. | #define HAVE_STDLIB_H 1
  10559. | #define HAVE_STRING_H 1
  10560. | #define HAVE_MEMORY_H 1
  10561. | #define HAVE_STRINGS_H 1
  10562. | #define HAVE_INTTYPES_H 1
  10563. | #define HAVE_STDINT_H 1
  10564. | #define HAVE_UNISTD_H 1
  10565. | #define __EXTENSIONS__ 1
  10566. | #define _ALL_SOURCE 1
  10567. | #define _GNU_SOURCE 1
  10568. | #define _POSIX_PTHREAD_SEMANTICS 1
  10569. | #define _TANDEM_SOURCE 1
  10570. | #define HAVE_INFINITY 1
  10571. | #define HAVE_NAN 1
  10572. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  10573. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  10574. | #define BROKEN_CRYPT 1
  10575. | #define HAVE_CRT_EXTERNS_H 1
  10576. | #define HAVE_LIBDL 1
  10577. | #define HAVE_DIRENT_H 1
  10578. | #define HAVE__BOOL 1
  10579. | #define HAVE_STDBOOL_H 1
  10580. | #define HAVE_SYS_WAIT_H 1
  10581. | #define HAVE_GRP_H 1
  10582. | #define HAVE_FCNTL_H 1
  10583. | #define HAVE_FLOAT_H 1
  10584. | #define HAVE_LANGINFO_H 1
  10585. | #define HAVE_LIMITS_H 1
  10586. | #define HAVE_LOCALE_H 1
  10587. | #define HAVE_MALLOC_MALLOC_H 1
  10588. | #define HAVE_PWD_H 1
  10589. | #define HAVE_SYS_ATTR_H 1
  10590. | #define HAVE_SYS_FCNTL_H 1
  10591. | #define HAVE_SYS_FILE_H 1
  10592. | #define HAVE_SYS_IOCTL_H 1
  10593. | #define HAVE_SYS_PARAM_H 1
  10594. | #define HAVE_SYS_RESOURCE_H 1
  10595. | #define HAVE_SYS_SELECT_H 1
  10596. | #define HAVE_SYS_SOCKET_H 1
  10597. | #define HAVE_SYS_SYSCALL_H 1
  10598. | #define HAVE_SYS_TIME_H 1
  10599. | #define HAVE_SYS_TIMES_H 1
  10600. | #define HAVE_SYS_UIO_H 1
  10601. | #define HAVE_TIME_H 1
  10602. | #define HAVE_UCONTEXT_H 1
  10603. | #define HAVE_UTIME_H 1
  10604. | #define HAVE_TYPEOF 1
  10605. | #define HAVE_LONG_LONG 1
  10606. | #define HAVE_OFF_T 1
  10607. | #define SIZEOF_INT 4
  10608. | #define SIZEOF_SHORT 2
  10609. | #define SIZEOF_LONG 8
  10610. | #define SIZEOF_LONG_LONG 8
  10611. | #define SIZEOF___INT64 0
  10612. | #define SIZEOF___INT128 16
  10613. | #define SIZEOF_OFF_T 8
  10614. | #define SIZEOF_VOIDP 8
  10615. | #define SIZEOF_FLOAT 4
  10616. | #define SIZEOF_DOUBLE 8
  10617. | #define SIZEOF_TIME_T 8
  10618. | #define SIZEOF_CLOCK_T 8
  10619. | #define PACKED_STRUCT(x) x __attribute__((packed))
  10620. | #define PACKED_STRUCT_UNALIGNED(x) x
  10621. | #define PRI_LL_PREFIX "ll"
  10622. | #define rb_pid_t pid_t
  10623. | #define SIGNEDNESS_OF_PID_T -1
  10624. | #define PIDT2NUM(v) INT2NUM(v)
  10625. | #define NUM2PIDT(v) NUM2INT(v)
  10626. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  10627. | #define rb_uid_t uid_t
  10628. | #define SIGNEDNESS_OF_UID_T +1
  10629. | #define UIDT2NUM(v) UINT2NUM(v)
  10630. | #define NUM2UIDT(v) NUM2UINT(v)
  10631. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  10632. | #define rb_gid_t gid_t
  10633. | #define SIGNEDNESS_OF_GID_T +1
  10634. | #define GIDT2NUM(v) UINT2NUM(v)
  10635. | #define NUM2GIDT(v) NUM2UINT(v)
  10636. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  10637. | #define rb_time_t time_t
  10638. | #define SIGNEDNESS_OF_TIME_T -1
  10639. | #define TIMET2NUM(v) LONG2NUM(v)
  10640. | #define NUM2TIMET(v) NUM2LONG(v)
  10641. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  10642. | #define rb_dev_t dev_t
  10643. | #define SIGNEDNESS_OF_DEV_T -1
  10644. | #define DEVT2NUM(v) INT2NUM(v)
  10645. | #define NUM2DEVT(v) NUM2INT(v)
  10646. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  10647. | #define rb_mode_t mode_t
  10648. | #define SIGNEDNESS_OF_MODE_T +1
  10649. | #define MODET2NUM(v) UINT2NUM(v)
  10650. | #define NUM2MODET(v) NUM2UINT(v)
  10651. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  10652. | #define rb_rlim_t rlim_t
  10653. | #define SIGNEDNESS_OF_RLIM_T +1
  10654. | #define RLIM2NUM(v) ULL2NUM(v)
  10655. | #define NUM2RLIM(v) NUM2ULL(v)
  10656. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  10657. | #define rb_off_t off_t
  10658. | #define SIGNEDNESS_OF_OFF_T -1
  10659. | #define OFFT2NUM(v) LL2NUM(v)
  10660. | #define NUM2OFFT(v) NUM2LL(v)
  10661. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  10662. | #define rb_clockid_t int
  10663. | #define SIGNEDNESS_OF_CLOCKID_T -1
  10664. | #define CLOCKID2NUM(v) INT2NUM(v)
  10665. | #define NUM2CLOCKID(v) NUM2INT(v)
  10666. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  10667. | #define HAVE_PROTOTYPES 1
  10668. | #define TOKEN_PASTE(x,y) x##y
  10669. | #define STRINGIZE(expr) STRINGIZE0(expr)
  10670. | #define HAVE_STDARG_PROTOTYPES 1
  10671. | #define HAVE_VA_ARGS_MACRO 1
  10672. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  10673. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  10674. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  10675. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  10676. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  10677. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  10678. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  10679. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  10680. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  10681. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  10682. | #define WEAK(x) __attribute__ ((__weak__)) x
  10683. | #define HAVE_FUNC_WEAK 1
  10684. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  10685. | /* end confdefs.h. */
  10686. |
  10687. | #define FUNC_FASTCALL(x) x __attribute__ ((__fastcall__))
  10688. |
  10689. |
  10690. |
  10691. | #define x int conftest_attribute_check(void)
  10692. |
  10693. | #define mesg ("")
  10694. | FUNC_FASTCALL(x);
  10695. | int
  10696. | main ()
  10697. | {
  10698. |
  10699. | ;
  10700. | return 0;
  10701. | }
  10702. configure:15853: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  10703. conftest.c:148:5: warning: __declspec attribute '__fastcall__' is not supported [-Wignored-attributes]
  10704. FUNC_FASTCALL(x);
  10705. ^
  10706. conftest.c:141:37: note: expanded from macro 'FUNC_FASTCALL'
  10707. #define FUNC_FASTCALL(x) __declspec(__fastcall__) x
  10708. ^
  10709. 1 warning generated.
  10710. configure:15853: $? = 0
  10711. configure: failed program was:
  10712. | /* confdefs.h */
  10713. | #define PACKAGE_NAME ""
  10714. | #define PACKAGE_TARNAME ""
  10715. | #define PACKAGE_VERSION ""
  10716. | #define PACKAGE_STRING ""
  10717. | #define PACKAGE_BUGREPORT ""
  10718. | #define PACKAGE_URL ""
  10719. | #define CANONICALIZATION_FOR_MATHN 1
  10720. | #define STDC_HEADERS 1
  10721. | #define HAVE_SYS_TYPES_H 1
  10722. | #define HAVE_SYS_STAT_H 1
  10723. | #define HAVE_STDLIB_H 1
  10724. | #define HAVE_STRING_H 1
  10725. | #define HAVE_MEMORY_H 1
  10726. | #define HAVE_STRINGS_H 1
  10727. | #define HAVE_INTTYPES_H 1
  10728. | #define HAVE_STDINT_H 1
  10729. | #define HAVE_UNISTD_H 1
  10730. | #define __EXTENSIONS__ 1
  10731. | #define _ALL_SOURCE 1
  10732. | #define _GNU_SOURCE 1
  10733. | #define _POSIX_PTHREAD_SEMANTICS 1
  10734. | #define _TANDEM_SOURCE 1
  10735. | #define HAVE_INFINITY 1
  10736. | #define HAVE_NAN 1
  10737. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  10738. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  10739. | #define BROKEN_CRYPT 1
  10740. | #define HAVE_CRT_EXTERNS_H 1
  10741. | #define HAVE_LIBDL 1
  10742. | #define HAVE_DIRENT_H 1
  10743. | #define HAVE__BOOL 1
  10744. | #define HAVE_STDBOOL_H 1
  10745. | #define HAVE_SYS_WAIT_H 1
  10746. | #define HAVE_GRP_H 1
  10747. | #define HAVE_FCNTL_H 1
  10748. | #define HAVE_FLOAT_H 1
  10749. | #define HAVE_LANGINFO_H 1
  10750. | #define HAVE_LIMITS_H 1
  10751. | #define HAVE_LOCALE_H 1
  10752. | #define HAVE_MALLOC_MALLOC_H 1
  10753. | #define HAVE_PWD_H 1
  10754. | #define HAVE_SYS_ATTR_H 1
  10755. | #define HAVE_SYS_FCNTL_H 1
  10756. | #define HAVE_SYS_FILE_H 1
  10757. | #define HAVE_SYS_IOCTL_H 1
  10758. | #define HAVE_SYS_PARAM_H 1
  10759. | #define HAVE_SYS_RESOURCE_H 1
  10760. | #define HAVE_SYS_SELECT_H 1
  10761. | #define HAVE_SYS_SOCKET_H 1
  10762. | #define HAVE_SYS_SYSCALL_H 1
  10763. | #define HAVE_SYS_TIME_H 1
  10764. | #define HAVE_SYS_TIMES_H 1
  10765. | #define HAVE_SYS_UIO_H 1
  10766. | #define HAVE_TIME_H 1
  10767. | #define HAVE_UCONTEXT_H 1
  10768. | #define HAVE_UTIME_H 1
  10769. | #define HAVE_TYPEOF 1
  10770. | #define HAVE_LONG_LONG 1
  10771. | #define HAVE_OFF_T 1
  10772. | #define SIZEOF_INT 4
  10773. | #define SIZEOF_SHORT 2
  10774. | #define SIZEOF_LONG 8
  10775. | #define SIZEOF_LONG_LONG 8
  10776. | #define SIZEOF___INT64 0
  10777. | #define SIZEOF___INT128 16
  10778. | #define SIZEOF_OFF_T 8
  10779. | #define SIZEOF_VOIDP 8
  10780. | #define SIZEOF_FLOAT 4
  10781. | #define SIZEOF_DOUBLE 8
  10782. | #define SIZEOF_TIME_T 8
  10783. | #define SIZEOF_CLOCK_T 8
  10784. | #define PACKED_STRUCT(x) x __attribute__((packed))
  10785. | #define PACKED_STRUCT_UNALIGNED(x) x
  10786. | #define PRI_LL_PREFIX "ll"
  10787. | #define rb_pid_t pid_t
  10788. | #define SIGNEDNESS_OF_PID_T -1
  10789. | #define PIDT2NUM(v) INT2NUM(v)
  10790. | #define NUM2PIDT(v) NUM2INT(v)
  10791. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  10792. | #define rb_uid_t uid_t
  10793. | #define SIGNEDNESS_OF_UID_T +1
  10794. | #define UIDT2NUM(v) UINT2NUM(v)
  10795. | #define NUM2UIDT(v) NUM2UINT(v)
  10796. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  10797. | #define rb_gid_t gid_t
  10798. | #define SIGNEDNESS_OF_GID_T +1
  10799. | #define GIDT2NUM(v) UINT2NUM(v)
  10800. | #define NUM2GIDT(v) NUM2UINT(v)
  10801. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  10802. | #define rb_time_t time_t
  10803. | #define SIGNEDNESS_OF_TIME_T -1
  10804. | #define TIMET2NUM(v) LONG2NUM(v)
  10805. | #define NUM2TIMET(v) NUM2LONG(v)
  10806. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  10807. | #define rb_dev_t dev_t
  10808. | #define SIGNEDNESS_OF_DEV_T -1
  10809. | #define DEVT2NUM(v) INT2NUM(v)
  10810. | #define NUM2DEVT(v) NUM2INT(v)
  10811. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  10812. | #define rb_mode_t mode_t
  10813. | #define SIGNEDNESS_OF_MODE_T +1
  10814. | #define MODET2NUM(v) UINT2NUM(v)
  10815. | #define NUM2MODET(v) NUM2UINT(v)
  10816. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  10817. | #define rb_rlim_t rlim_t
  10818. | #define SIGNEDNESS_OF_RLIM_T +1
  10819. | #define RLIM2NUM(v) ULL2NUM(v)
  10820. | #define NUM2RLIM(v) NUM2ULL(v)
  10821. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  10822. | #define rb_off_t off_t
  10823. | #define SIGNEDNESS_OF_OFF_T -1
  10824. | #define OFFT2NUM(v) LL2NUM(v)
  10825. | #define NUM2OFFT(v) NUM2LL(v)
  10826. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  10827. | #define rb_clockid_t int
  10828. | #define SIGNEDNESS_OF_CLOCKID_T -1
  10829. | #define CLOCKID2NUM(v) INT2NUM(v)
  10830. | #define NUM2CLOCKID(v) NUM2INT(v)
  10831. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  10832. | #define HAVE_PROTOTYPES 1
  10833. | #define TOKEN_PASTE(x,y) x##y
  10834. | #define STRINGIZE(expr) STRINGIZE0(expr)
  10835. | #define HAVE_STDARG_PROTOTYPES 1
  10836. | #define HAVE_VA_ARGS_MACRO 1
  10837. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  10838. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  10839. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  10840. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  10841. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  10842. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  10843. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  10844. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  10845. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  10846. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  10847. | #define WEAK(x) __attribute__ ((__weak__)) x
  10848. | #define HAVE_FUNC_WEAK 1
  10849. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  10850. | /* end confdefs.h. */
  10851. |
  10852. | #define FUNC_FASTCALL(x) __declspec(__fastcall__) x
  10853. |
  10854. |
  10855. |
  10856. | #define x int conftest_attribute_check(void)
  10857. |
  10858. | #define mesg ("")
  10859. | FUNC_FASTCALL(x);
  10860. | int
  10861. | main ()
  10862. | {
  10863. |
  10864. | ;
  10865. | return 0;
  10866. | }
  10867. configure:15853: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  10868. configure:15853: $? = 0
  10869. configure:15867: result: x
  10870. configure:15884: checking for FUNC_UNOPTIMIZED function attribute
  10871. configure:15922: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  10872. conftest.c:146:5: warning: unknown attribute '__optimize__' ignored [-Wunknown-attributes]
  10873. FUNC_UNOPTIMIZED(x);
  10874. ^
  10875. conftest.c:141:45: note: expanded from macro 'FUNC_UNOPTIMIZED'
  10876. #define FUNC_UNOPTIMIZED(x) __attribute__ ((__optimize__("O0"))) x
  10877. ^
  10878. 1 warning generated.
  10879. configure:15922: $? = 0
  10880. configure: failed program was:
  10881. | /* confdefs.h */
  10882. | #define PACKAGE_NAME ""
  10883. | #define PACKAGE_TARNAME ""
  10884. | #define PACKAGE_VERSION ""
  10885. | #define PACKAGE_STRING ""
  10886. | #define PACKAGE_BUGREPORT ""
  10887. | #define PACKAGE_URL ""
  10888. | #define CANONICALIZATION_FOR_MATHN 1
  10889. | #define STDC_HEADERS 1
  10890. | #define HAVE_SYS_TYPES_H 1
  10891. | #define HAVE_SYS_STAT_H 1
  10892. | #define HAVE_STDLIB_H 1
  10893. | #define HAVE_STRING_H 1
  10894. | #define HAVE_MEMORY_H 1
  10895. | #define HAVE_STRINGS_H 1
  10896. | #define HAVE_INTTYPES_H 1
  10897. | #define HAVE_STDINT_H 1
  10898. | #define HAVE_UNISTD_H 1
  10899. | #define __EXTENSIONS__ 1
  10900. | #define _ALL_SOURCE 1
  10901. | #define _GNU_SOURCE 1
  10902. | #define _POSIX_PTHREAD_SEMANTICS 1
  10903. | #define _TANDEM_SOURCE 1
  10904. | #define HAVE_INFINITY 1
  10905. | #define HAVE_NAN 1
  10906. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  10907. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  10908. | #define BROKEN_CRYPT 1
  10909. | #define HAVE_CRT_EXTERNS_H 1
  10910. | #define HAVE_LIBDL 1
  10911. | #define HAVE_DIRENT_H 1
  10912. | #define HAVE__BOOL 1
  10913. | #define HAVE_STDBOOL_H 1
  10914. | #define HAVE_SYS_WAIT_H 1
  10915. | #define HAVE_GRP_H 1
  10916. | #define HAVE_FCNTL_H 1
  10917. | #define HAVE_FLOAT_H 1
  10918. | #define HAVE_LANGINFO_H 1
  10919. | #define HAVE_LIMITS_H 1
  10920. | #define HAVE_LOCALE_H 1
  10921. | #define HAVE_MALLOC_MALLOC_H 1
  10922. | #define HAVE_PWD_H 1
  10923. | #define HAVE_SYS_ATTR_H 1
  10924. | #define HAVE_SYS_FCNTL_H 1
  10925. | #define HAVE_SYS_FILE_H 1
  10926. | #define HAVE_SYS_IOCTL_H 1
  10927. | #define HAVE_SYS_PARAM_H 1
  10928. | #define HAVE_SYS_RESOURCE_H 1
  10929. | #define HAVE_SYS_SELECT_H 1
  10930. | #define HAVE_SYS_SOCKET_H 1
  10931. | #define HAVE_SYS_SYSCALL_H 1
  10932. | #define HAVE_SYS_TIME_H 1
  10933. | #define HAVE_SYS_TIMES_H 1
  10934. | #define HAVE_SYS_UIO_H 1
  10935. | #define HAVE_TIME_H 1
  10936. | #define HAVE_UCONTEXT_H 1
  10937. | #define HAVE_UTIME_H 1
  10938. | #define HAVE_TYPEOF 1
  10939. | #define HAVE_LONG_LONG 1
  10940. | #define HAVE_OFF_T 1
  10941. | #define SIZEOF_INT 4
  10942. | #define SIZEOF_SHORT 2
  10943. | #define SIZEOF_LONG 8
  10944. | #define SIZEOF_LONG_LONG 8
  10945. | #define SIZEOF___INT64 0
  10946. | #define SIZEOF___INT128 16
  10947. | #define SIZEOF_OFF_T 8
  10948. | #define SIZEOF_VOIDP 8
  10949. | #define SIZEOF_FLOAT 4
  10950. | #define SIZEOF_DOUBLE 8
  10951. | #define SIZEOF_TIME_T 8
  10952. | #define SIZEOF_CLOCK_T 8
  10953. | #define PACKED_STRUCT(x) x __attribute__((packed))
  10954. | #define PACKED_STRUCT_UNALIGNED(x) x
  10955. | #define PRI_LL_PREFIX "ll"
  10956. | #define rb_pid_t pid_t
  10957. | #define SIGNEDNESS_OF_PID_T -1
  10958. | #define PIDT2NUM(v) INT2NUM(v)
  10959. | #define NUM2PIDT(v) NUM2INT(v)
  10960. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  10961. | #define rb_uid_t uid_t
  10962. | #define SIGNEDNESS_OF_UID_T +1
  10963. | #define UIDT2NUM(v) UINT2NUM(v)
  10964. | #define NUM2UIDT(v) NUM2UINT(v)
  10965. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  10966. | #define rb_gid_t gid_t
  10967. | #define SIGNEDNESS_OF_GID_T +1
  10968. | #define GIDT2NUM(v) UINT2NUM(v)
  10969. | #define NUM2GIDT(v) NUM2UINT(v)
  10970. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  10971. | #define rb_time_t time_t
  10972. | #define SIGNEDNESS_OF_TIME_T -1
  10973. | #define TIMET2NUM(v) LONG2NUM(v)
  10974. | #define NUM2TIMET(v) NUM2LONG(v)
  10975. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  10976. | #define rb_dev_t dev_t
  10977. | #define SIGNEDNESS_OF_DEV_T -1
  10978. | #define DEVT2NUM(v) INT2NUM(v)
  10979. | #define NUM2DEVT(v) NUM2INT(v)
  10980. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  10981. | #define rb_mode_t mode_t
  10982. | #define SIGNEDNESS_OF_MODE_T +1
  10983. | #define MODET2NUM(v) UINT2NUM(v)
  10984. | #define NUM2MODET(v) NUM2UINT(v)
  10985. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  10986. | #define rb_rlim_t rlim_t
  10987. | #define SIGNEDNESS_OF_RLIM_T +1
  10988. | #define RLIM2NUM(v) ULL2NUM(v)
  10989. | #define NUM2RLIM(v) NUM2ULL(v)
  10990. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  10991. | #define rb_off_t off_t
  10992. | #define SIGNEDNESS_OF_OFF_T -1
  10993. | #define OFFT2NUM(v) LL2NUM(v)
  10994. | #define NUM2OFFT(v) NUM2LL(v)
  10995. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  10996. | #define rb_clockid_t int
  10997. | #define SIGNEDNESS_OF_CLOCKID_T -1
  10998. | #define CLOCKID2NUM(v) INT2NUM(v)
  10999. | #define NUM2CLOCKID(v) NUM2INT(v)
  11000. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  11001. | #define HAVE_PROTOTYPES 1
  11002. | #define TOKEN_PASTE(x,y) x##y
  11003. | #define STRINGIZE(expr) STRINGIZE0(expr)
  11004. | #define HAVE_STDARG_PROTOTYPES 1
  11005. | #define HAVE_VA_ARGS_MACRO 1
  11006. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  11007. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  11008. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  11009. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  11010. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  11011. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  11012. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  11013. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  11014. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  11015. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  11016. | #define WEAK(x) __attribute__ ((__weak__)) x
  11017. | #define HAVE_FUNC_WEAK 1
  11018. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  11019. | /* end confdefs.h. */
  11020. |
  11021. | #define FUNC_UNOPTIMIZED(x) __attribute__ ((__optimize__("O0"))) x
  11022. |
  11023. | #define x int conftest_attribute_check(void)
  11024. |
  11025. | #define mesg ("")
  11026. | FUNC_UNOPTIMIZED(x);
  11027. | int
  11028. | main ()
  11029. | {
  11030. |
  11031. | ;
  11032. | return 0;
  11033. | }
  11034. configure:15922: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  11035. conftest.c:146:5: warning: unknown attribute '__optimize__' ignored [-Wunknown-attributes]
  11036. FUNC_UNOPTIMIZED(x);
  11037. ^
  11038. conftest.c:141:47: note: expanded from macro 'FUNC_UNOPTIMIZED'
  11039. #define FUNC_UNOPTIMIZED(x) x __attribute__ ((__optimize__("O0")))
  11040. ^
  11041. 1 warning generated.
  11042. configure:15922: $? = 0
  11043. configure: failed program was:
  11044. | /* confdefs.h */
  11045. | #define PACKAGE_NAME ""
  11046. | #define PACKAGE_TARNAME ""
  11047. | #define PACKAGE_VERSION ""
  11048. | #define PACKAGE_STRING ""
  11049. | #define PACKAGE_BUGREPORT ""
  11050. | #define PACKAGE_URL ""
  11051. | #define CANONICALIZATION_FOR_MATHN 1
  11052. | #define STDC_HEADERS 1
  11053. | #define HAVE_SYS_TYPES_H 1
  11054. | #define HAVE_SYS_STAT_H 1
  11055. | #define HAVE_STDLIB_H 1
  11056. | #define HAVE_STRING_H 1
  11057. | #define HAVE_MEMORY_H 1
  11058. | #define HAVE_STRINGS_H 1
  11059. | #define HAVE_INTTYPES_H 1
  11060. | #define HAVE_STDINT_H 1
  11061. | #define HAVE_UNISTD_H 1
  11062. | #define __EXTENSIONS__ 1
  11063. | #define _ALL_SOURCE 1
  11064. | #define _GNU_SOURCE 1
  11065. | #define _POSIX_PTHREAD_SEMANTICS 1
  11066. | #define _TANDEM_SOURCE 1
  11067. | #define HAVE_INFINITY 1
  11068. | #define HAVE_NAN 1
  11069. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  11070. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  11071. | #define BROKEN_CRYPT 1
  11072. | #define HAVE_CRT_EXTERNS_H 1
  11073. | #define HAVE_LIBDL 1
  11074. | #define HAVE_DIRENT_H 1
  11075. | #define HAVE__BOOL 1
  11076. | #define HAVE_STDBOOL_H 1
  11077. | #define HAVE_SYS_WAIT_H 1
  11078. | #define HAVE_GRP_H 1
  11079. | #define HAVE_FCNTL_H 1
  11080. | #define HAVE_FLOAT_H 1
  11081. | #define HAVE_LANGINFO_H 1
  11082. | #define HAVE_LIMITS_H 1
  11083. | #define HAVE_LOCALE_H 1
  11084. | #define HAVE_MALLOC_MALLOC_H 1
  11085. | #define HAVE_PWD_H 1
  11086. | #define HAVE_SYS_ATTR_H 1
  11087. | #define HAVE_SYS_FCNTL_H 1
  11088. | #define HAVE_SYS_FILE_H 1
  11089. | #define HAVE_SYS_IOCTL_H 1
  11090. | #define HAVE_SYS_PARAM_H 1
  11091. | #define HAVE_SYS_RESOURCE_H 1
  11092. | #define HAVE_SYS_SELECT_H 1
  11093. | #define HAVE_SYS_SOCKET_H 1
  11094. | #define HAVE_SYS_SYSCALL_H 1
  11095. | #define HAVE_SYS_TIME_H 1
  11096. | #define HAVE_SYS_TIMES_H 1
  11097. | #define HAVE_SYS_UIO_H 1
  11098. | #define HAVE_TIME_H 1
  11099. | #define HAVE_UCONTEXT_H 1
  11100. | #define HAVE_UTIME_H 1
  11101. | #define HAVE_TYPEOF 1
  11102. | #define HAVE_LONG_LONG 1
  11103. | #define HAVE_OFF_T 1
  11104. | #define SIZEOF_INT 4
  11105. | #define SIZEOF_SHORT 2
  11106. | #define SIZEOF_LONG 8
  11107. | #define SIZEOF_LONG_LONG 8
  11108. | #define SIZEOF___INT64 0
  11109. | #define SIZEOF___INT128 16
  11110. | #define SIZEOF_OFF_T 8
  11111. | #define SIZEOF_VOIDP 8
  11112. | #define SIZEOF_FLOAT 4
  11113. | #define SIZEOF_DOUBLE 8
  11114. | #define SIZEOF_TIME_T 8
  11115. | #define SIZEOF_CLOCK_T 8
  11116. | #define PACKED_STRUCT(x) x __attribute__((packed))
  11117. | #define PACKED_STRUCT_UNALIGNED(x) x
  11118. | #define PRI_LL_PREFIX "ll"
  11119. | #define rb_pid_t pid_t
  11120. | #define SIGNEDNESS_OF_PID_T -1
  11121. | #define PIDT2NUM(v) INT2NUM(v)
  11122. | #define NUM2PIDT(v) NUM2INT(v)
  11123. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  11124. | #define rb_uid_t uid_t
  11125. | #define SIGNEDNESS_OF_UID_T +1
  11126. | #define UIDT2NUM(v) UINT2NUM(v)
  11127. | #define NUM2UIDT(v) NUM2UINT(v)
  11128. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  11129. | #define rb_gid_t gid_t
  11130. | #define SIGNEDNESS_OF_GID_T +1
  11131. | #define GIDT2NUM(v) UINT2NUM(v)
  11132. | #define NUM2GIDT(v) NUM2UINT(v)
  11133. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  11134. | #define rb_time_t time_t
  11135. | #define SIGNEDNESS_OF_TIME_T -1
  11136. | #define TIMET2NUM(v) LONG2NUM(v)
  11137. | #define NUM2TIMET(v) NUM2LONG(v)
  11138. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  11139. | #define rb_dev_t dev_t
  11140. | #define SIGNEDNESS_OF_DEV_T -1
  11141. | #define DEVT2NUM(v) INT2NUM(v)
  11142. | #define NUM2DEVT(v) NUM2INT(v)
  11143. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  11144. | #define rb_mode_t mode_t
  11145. | #define SIGNEDNESS_OF_MODE_T +1
  11146. | #define MODET2NUM(v) UINT2NUM(v)
  11147. | #define NUM2MODET(v) NUM2UINT(v)
  11148. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  11149. | #define rb_rlim_t rlim_t
  11150. | #define SIGNEDNESS_OF_RLIM_T +1
  11151. | #define RLIM2NUM(v) ULL2NUM(v)
  11152. | #define NUM2RLIM(v) NUM2ULL(v)
  11153. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  11154. | #define rb_off_t off_t
  11155. | #define SIGNEDNESS_OF_OFF_T -1
  11156. | #define OFFT2NUM(v) LL2NUM(v)
  11157. | #define NUM2OFFT(v) NUM2LL(v)
  11158. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  11159. | #define rb_clockid_t int
  11160. | #define SIGNEDNESS_OF_CLOCKID_T -1
  11161. | #define CLOCKID2NUM(v) INT2NUM(v)
  11162. | #define NUM2CLOCKID(v) NUM2INT(v)
  11163. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  11164. | #define HAVE_PROTOTYPES 1
  11165. | #define TOKEN_PASTE(x,y) x##y
  11166. | #define STRINGIZE(expr) STRINGIZE0(expr)
  11167. | #define HAVE_STDARG_PROTOTYPES 1
  11168. | #define HAVE_VA_ARGS_MACRO 1
  11169. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  11170. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  11171. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  11172. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  11173. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  11174. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  11175. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  11176. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  11177. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  11178. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  11179. | #define WEAK(x) __attribute__ ((__weak__)) x
  11180. | #define HAVE_FUNC_WEAK 1
  11181. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  11182. | /* end confdefs.h. */
  11183. |
  11184. | #define FUNC_UNOPTIMIZED(x) x __attribute__ ((__optimize__("O0")))
  11185. |
  11186. | #define x int conftest_attribute_check(void)
  11187. |
  11188. | #define mesg ("")
  11189. | FUNC_UNOPTIMIZED(x);
  11190. | int
  11191. | main ()
  11192. | {
  11193. |
  11194. | ;
  11195. | return 0;
  11196. | }
  11197. configure:15922: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  11198. conftest.c:146:5: warning: __declspec attribute '__optimize__' is not supported [-Wignored-attributes]
  11199. FUNC_UNOPTIMIZED(x);
  11200. ^
  11201. conftest.c:141:40: note: expanded from macro 'FUNC_UNOPTIMIZED'
  11202. #define FUNC_UNOPTIMIZED(x) __declspec(__optimize__("O0")) x
  11203. ^
  11204. 1 warning generated.
  11205. configure:15922: $? = 0
  11206. configure: failed program was:
  11207. | /* confdefs.h */
  11208. | #define PACKAGE_NAME ""
  11209. | #define PACKAGE_TARNAME ""
  11210. | #define PACKAGE_VERSION ""
  11211. | #define PACKAGE_STRING ""
  11212. | #define PACKAGE_BUGREPORT ""
  11213. | #define PACKAGE_URL ""
  11214. | #define CANONICALIZATION_FOR_MATHN 1
  11215. | #define STDC_HEADERS 1
  11216. | #define HAVE_SYS_TYPES_H 1
  11217. | #define HAVE_SYS_STAT_H 1
  11218. | #define HAVE_STDLIB_H 1
  11219. | #define HAVE_STRING_H 1
  11220. | #define HAVE_MEMORY_H 1
  11221. | #define HAVE_STRINGS_H 1
  11222. | #define HAVE_INTTYPES_H 1
  11223. | #define HAVE_STDINT_H 1
  11224. | #define HAVE_UNISTD_H 1
  11225. | #define __EXTENSIONS__ 1
  11226. | #define _ALL_SOURCE 1
  11227. | #define _GNU_SOURCE 1
  11228. | #define _POSIX_PTHREAD_SEMANTICS 1
  11229. | #define _TANDEM_SOURCE 1
  11230. | #define HAVE_INFINITY 1
  11231. | #define HAVE_NAN 1
  11232. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  11233. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  11234. | #define BROKEN_CRYPT 1
  11235. | #define HAVE_CRT_EXTERNS_H 1
  11236. | #define HAVE_LIBDL 1
  11237. | #define HAVE_DIRENT_H 1
  11238. | #define HAVE__BOOL 1
  11239. | #define HAVE_STDBOOL_H 1
  11240. | #define HAVE_SYS_WAIT_H 1
  11241. | #define HAVE_GRP_H 1
  11242. | #define HAVE_FCNTL_H 1
  11243. | #define HAVE_FLOAT_H 1
  11244. | #define HAVE_LANGINFO_H 1
  11245. | #define HAVE_LIMITS_H 1
  11246. | #define HAVE_LOCALE_H 1
  11247. | #define HAVE_MALLOC_MALLOC_H 1
  11248. | #define HAVE_PWD_H 1
  11249. | #define HAVE_SYS_ATTR_H 1
  11250. | #define HAVE_SYS_FCNTL_H 1
  11251. | #define HAVE_SYS_FILE_H 1
  11252. | #define HAVE_SYS_IOCTL_H 1
  11253. | #define HAVE_SYS_PARAM_H 1
  11254. | #define HAVE_SYS_RESOURCE_H 1
  11255. | #define HAVE_SYS_SELECT_H 1
  11256. | #define HAVE_SYS_SOCKET_H 1
  11257. | #define HAVE_SYS_SYSCALL_H 1
  11258. | #define HAVE_SYS_TIME_H 1
  11259. | #define HAVE_SYS_TIMES_H 1
  11260. | #define HAVE_SYS_UIO_H 1
  11261. | #define HAVE_TIME_H 1
  11262. | #define HAVE_UCONTEXT_H 1
  11263. | #define HAVE_UTIME_H 1
  11264. | #define HAVE_TYPEOF 1
  11265. | #define HAVE_LONG_LONG 1
  11266. | #define HAVE_OFF_T 1
  11267. | #define SIZEOF_INT 4
  11268. | #define SIZEOF_SHORT 2
  11269. | #define SIZEOF_LONG 8
  11270. | #define SIZEOF_LONG_LONG 8
  11271. | #define SIZEOF___INT64 0
  11272. | #define SIZEOF___INT128 16
  11273. | #define SIZEOF_OFF_T 8
  11274. | #define SIZEOF_VOIDP 8
  11275. | #define SIZEOF_FLOAT 4
  11276. | #define SIZEOF_DOUBLE 8
  11277. | #define SIZEOF_TIME_T 8
  11278. | #define SIZEOF_CLOCK_T 8
  11279. | #define PACKED_STRUCT(x) x __attribute__((packed))
  11280. | #define PACKED_STRUCT_UNALIGNED(x) x
  11281. | #define PRI_LL_PREFIX "ll"
  11282. | #define rb_pid_t pid_t
  11283. | #define SIGNEDNESS_OF_PID_T -1
  11284. | #define PIDT2NUM(v) INT2NUM(v)
  11285. | #define NUM2PIDT(v) NUM2INT(v)
  11286. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  11287. | #define rb_uid_t uid_t
  11288. | #define SIGNEDNESS_OF_UID_T +1
  11289. | #define UIDT2NUM(v) UINT2NUM(v)
  11290. | #define NUM2UIDT(v) NUM2UINT(v)
  11291. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  11292. | #define rb_gid_t gid_t
  11293. | #define SIGNEDNESS_OF_GID_T +1
  11294. | #define GIDT2NUM(v) UINT2NUM(v)
  11295. | #define NUM2GIDT(v) NUM2UINT(v)
  11296. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  11297. | #define rb_time_t time_t
  11298. | #define SIGNEDNESS_OF_TIME_T -1
  11299. | #define TIMET2NUM(v) LONG2NUM(v)
  11300. | #define NUM2TIMET(v) NUM2LONG(v)
  11301. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  11302. | #define rb_dev_t dev_t
  11303. | #define SIGNEDNESS_OF_DEV_T -1
  11304. | #define DEVT2NUM(v) INT2NUM(v)
  11305. | #define NUM2DEVT(v) NUM2INT(v)
  11306. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  11307. | #define rb_mode_t mode_t
  11308. | #define SIGNEDNESS_OF_MODE_T +1
  11309. | #define MODET2NUM(v) UINT2NUM(v)
  11310. | #define NUM2MODET(v) NUM2UINT(v)
  11311. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  11312. | #define rb_rlim_t rlim_t
  11313. | #define SIGNEDNESS_OF_RLIM_T +1
  11314. | #define RLIM2NUM(v) ULL2NUM(v)
  11315. | #define NUM2RLIM(v) NUM2ULL(v)
  11316. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  11317. | #define rb_off_t off_t
  11318. | #define SIGNEDNESS_OF_OFF_T -1
  11319. | #define OFFT2NUM(v) LL2NUM(v)
  11320. | #define NUM2OFFT(v) NUM2LL(v)
  11321. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  11322. | #define rb_clockid_t int
  11323. | #define SIGNEDNESS_OF_CLOCKID_T -1
  11324. | #define CLOCKID2NUM(v) INT2NUM(v)
  11325. | #define NUM2CLOCKID(v) NUM2INT(v)
  11326. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  11327. | #define HAVE_PROTOTYPES 1
  11328. | #define TOKEN_PASTE(x,y) x##y
  11329. | #define STRINGIZE(expr) STRINGIZE0(expr)
  11330. | #define HAVE_STDARG_PROTOTYPES 1
  11331. | #define HAVE_VA_ARGS_MACRO 1
  11332. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  11333. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  11334. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  11335. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  11336. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  11337. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  11338. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  11339. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  11340. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  11341. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  11342. | #define WEAK(x) __attribute__ ((__weak__)) x
  11343. | #define HAVE_FUNC_WEAK 1
  11344. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  11345. | /* end confdefs.h. */
  11346. |
  11347. | #define FUNC_UNOPTIMIZED(x) __declspec(__optimize__("O0")) x
  11348. |
  11349. | #define x int conftest_attribute_check(void)
  11350. |
  11351. | #define mesg ("")
  11352. | FUNC_UNOPTIMIZED(x);
  11353. | int
  11354. | main ()
  11355. | {
  11356. |
  11357. | ;
  11358. | return 0;
  11359. | }
  11360. configure:15922: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  11361. configure:15922: $? = 0
  11362. configure:15936: result: x
  11363. configure:15947: checking for FUNC_MINIMIZED function attribute
  11364. configure:15985: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  11365. conftest.c:146:5: warning: unknown attribute '__optimize__' ignored [-Wunknown-attributes]
  11366. FUNC_MINIMIZED(x);
  11367. ^
  11368. conftest.c:141:43: note: expanded from macro 'FUNC_MINIMIZED'
  11369. #define FUNC_MINIMIZED(x) __attribute__ ((__optimize__("-Os","-fomit-frame-pointer"))) x
  11370. ^
  11371. 1 warning generated.
  11372. configure:15985: $? = 0
  11373. configure: failed program was:
  11374. | /* confdefs.h */
  11375. | #define PACKAGE_NAME ""
  11376. | #define PACKAGE_TARNAME ""
  11377. | #define PACKAGE_VERSION ""
  11378. | #define PACKAGE_STRING ""
  11379. | #define PACKAGE_BUGREPORT ""
  11380. | #define PACKAGE_URL ""
  11381. | #define CANONICALIZATION_FOR_MATHN 1
  11382. | #define STDC_HEADERS 1
  11383. | #define HAVE_SYS_TYPES_H 1
  11384. | #define HAVE_SYS_STAT_H 1
  11385. | #define HAVE_STDLIB_H 1
  11386. | #define HAVE_STRING_H 1
  11387. | #define HAVE_MEMORY_H 1
  11388. | #define HAVE_STRINGS_H 1
  11389. | #define HAVE_INTTYPES_H 1
  11390. | #define HAVE_STDINT_H 1
  11391. | #define HAVE_UNISTD_H 1
  11392. | #define __EXTENSIONS__ 1
  11393. | #define _ALL_SOURCE 1
  11394. | #define _GNU_SOURCE 1
  11395. | #define _POSIX_PTHREAD_SEMANTICS 1
  11396. | #define _TANDEM_SOURCE 1
  11397. | #define HAVE_INFINITY 1
  11398. | #define HAVE_NAN 1
  11399. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  11400. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  11401. | #define BROKEN_CRYPT 1
  11402. | #define HAVE_CRT_EXTERNS_H 1
  11403. | #define HAVE_LIBDL 1
  11404. | #define HAVE_DIRENT_H 1
  11405. | #define HAVE__BOOL 1
  11406. | #define HAVE_STDBOOL_H 1
  11407. | #define HAVE_SYS_WAIT_H 1
  11408. | #define HAVE_GRP_H 1
  11409. | #define HAVE_FCNTL_H 1
  11410. | #define HAVE_FLOAT_H 1
  11411. | #define HAVE_LANGINFO_H 1
  11412. | #define HAVE_LIMITS_H 1
  11413. | #define HAVE_LOCALE_H 1
  11414. | #define HAVE_MALLOC_MALLOC_H 1
  11415. | #define HAVE_PWD_H 1
  11416. | #define HAVE_SYS_ATTR_H 1
  11417. | #define HAVE_SYS_FCNTL_H 1
  11418. | #define HAVE_SYS_FILE_H 1
  11419. | #define HAVE_SYS_IOCTL_H 1
  11420. | #define HAVE_SYS_PARAM_H 1
  11421. | #define HAVE_SYS_RESOURCE_H 1
  11422. | #define HAVE_SYS_SELECT_H 1
  11423. | #define HAVE_SYS_SOCKET_H 1
  11424. | #define HAVE_SYS_SYSCALL_H 1
  11425. | #define HAVE_SYS_TIME_H 1
  11426. | #define HAVE_SYS_TIMES_H 1
  11427. | #define HAVE_SYS_UIO_H 1
  11428. | #define HAVE_TIME_H 1
  11429. | #define HAVE_UCONTEXT_H 1
  11430. | #define HAVE_UTIME_H 1
  11431. | #define HAVE_TYPEOF 1
  11432. | #define HAVE_LONG_LONG 1
  11433. | #define HAVE_OFF_T 1
  11434. | #define SIZEOF_INT 4
  11435. | #define SIZEOF_SHORT 2
  11436. | #define SIZEOF_LONG 8
  11437. | #define SIZEOF_LONG_LONG 8
  11438. | #define SIZEOF___INT64 0
  11439. | #define SIZEOF___INT128 16
  11440. | #define SIZEOF_OFF_T 8
  11441. | #define SIZEOF_VOIDP 8
  11442. | #define SIZEOF_FLOAT 4
  11443. | #define SIZEOF_DOUBLE 8
  11444. | #define SIZEOF_TIME_T 8
  11445. | #define SIZEOF_CLOCK_T 8
  11446. | #define PACKED_STRUCT(x) x __attribute__((packed))
  11447. | #define PACKED_STRUCT_UNALIGNED(x) x
  11448. | #define PRI_LL_PREFIX "ll"
  11449. | #define rb_pid_t pid_t
  11450. | #define SIGNEDNESS_OF_PID_T -1
  11451. | #define PIDT2NUM(v) INT2NUM(v)
  11452. | #define NUM2PIDT(v) NUM2INT(v)
  11453. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  11454. | #define rb_uid_t uid_t
  11455. | #define SIGNEDNESS_OF_UID_T +1
  11456. | #define UIDT2NUM(v) UINT2NUM(v)
  11457. | #define NUM2UIDT(v) NUM2UINT(v)
  11458. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  11459. | #define rb_gid_t gid_t
  11460. | #define SIGNEDNESS_OF_GID_T +1
  11461. | #define GIDT2NUM(v) UINT2NUM(v)
  11462. | #define NUM2GIDT(v) NUM2UINT(v)
  11463. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  11464. | #define rb_time_t time_t
  11465. | #define SIGNEDNESS_OF_TIME_T -1
  11466. | #define TIMET2NUM(v) LONG2NUM(v)
  11467. | #define NUM2TIMET(v) NUM2LONG(v)
  11468. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  11469. | #define rb_dev_t dev_t
  11470. | #define SIGNEDNESS_OF_DEV_T -1
  11471. | #define DEVT2NUM(v) INT2NUM(v)
  11472. | #define NUM2DEVT(v) NUM2INT(v)
  11473. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  11474. | #define rb_mode_t mode_t
  11475. | #define SIGNEDNESS_OF_MODE_T +1
  11476. | #define MODET2NUM(v) UINT2NUM(v)
  11477. | #define NUM2MODET(v) NUM2UINT(v)
  11478. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  11479. | #define rb_rlim_t rlim_t
  11480. | #define SIGNEDNESS_OF_RLIM_T +1
  11481. | #define RLIM2NUM(v) ULL2NUM(v)
  11482. | #define NUM2RLIM(v) NUM2ULL(v)
  11483. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  11484. | #define rb_off_t off_t
  11485. | #define SIGNEDNESS_OF_OFF_T -1
  11486. | #define OFFT2NUM(v) LL2NUM(v)
  11487. | #define NUM2OFFT(v) NUM2LL(v)
  11488. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  11489. | #define rb_clockid_t int
  11490. | #define SIGNEDNESS_OF_CLOCKID_T -1
  11491. | #define CLOCKID2NUM(v) INT2NUM(v)
  11492. | #define NUM2CLOCKID(v) NUM2INT(v)
  11493. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  11494. | #define HAVE_PROTOTYPES 1
  11495. | #define TOKEN_PASTE(x,y) x##y
  11496. | #define STRINGIZE(expr) STRINGIZE0(expr)
  11497. | #define HAVE_STDARG_PROTOTYPES 1
  11498. | #define HAVE_VA_ARGS_MACRO 1
  11499. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  11500. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  11501. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  11502. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  11503. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  11504. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  11505. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  11506. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  11507. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  11508. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  11509. | #define WEAK(x) __attribute__ ((__weak__)) x
  11510. | #define HAVE_FUNC_WEAK 1
  11511. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  11512. | /* end confdefs.h. */
  11513. |
  11514. | #define FUNC_MINIMIZED(x) __attribute__ ((__optimize__("-Os","-fomit-frame-pointer"))) x
  11515. |
  11516. | #define x int conftest_attribute_check(void)
  11517. |
  11518. | #define mesg ("")
  11519. | FUNC_MINIMIZED(x);
  11520. | int
  11521. | main ()
  11522. | {
  11523. |
  11524. | ;
  11525. | return 0;
  11526. | }
  11527. configure:15985: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  11528. conftest.c:146:5: warning: unknown attribute '__optimize__' ignored [-Wunknown-attributes]
  11529. FUNC_MINIMIZED(x);
  11530. ^
  11531. conftest.c:141:45: note: expanded from macro 'FUNC_MINIMIZED'
  11532. #define FUNC_MINIMIZED(x) x __attribute__ ((__optimize__("-Os","-fomit-frame-pointer")))
  11533. ^
  11534. 1 warning generated.
  11535. configure:15985: $? = 0
  11536. configure: failed program was:
  11537. | /* confdefs.h */
  11538. | #define PACKAGE_NAME ""
  11539. | #define PACKAGE_TARNAME ""
  11540. | #define PACKAGE_VERSION ""
  11541. | #define PACKAGE_STRING ""
  11542. | #define PACKAGE_BUGREPORT ""
  11543. | #define PACKAGE_URL ""
  11544. | #define CANONICALIZATION_FOR_MATHN 1
  11545. | #define STDC_HEADERS 1
  11546. | #define HAVE_SYS_TYPES_H 1
  11547. | #define HAVE_SYS_STAT_H 1
  11548. | #define HAVE_STDLIB_H 1
  11549. | #define HAVE_STRING_H 1
  11550. | #define HAVE_MEMORY_H 1
  11551. | #define HAVE_STRINGS_H 1
  11552. | #define HAVE_INTTYPES_H 1
  11553. | #define HAVE_STDINT_H 1
  11554. | #define HAVE_UNISTD_H 1
  11555. | #define __EXTENSIONS__ 1
  11556. | #define _ALL_SOURCE 1
  11557. | #define _GNU_SOURCE 1
  11558. | #define _POSIX_PTHREAD_SEMANTICS 1
  11559. | #define _TANDEM_SOURCE 1
  11560. | #define HAVE_INFINITY 1
  11561. | #define HAVE_NAN 1
  11562. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  11563. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  11564. | #define BROKEN_CRYPT 1
  11565. | #define HAVE_CRT_EXTERNS_H 1
  11566. | #define HAVE_LIBDL 1
  11567. | #define HAVE_DIRENT_H 1
  11568. | #define HAVE__BOOL 1
  11569. | #define HAVE_STDBOOL_H 1
  11570. | #define HAVE_SYS_WAIT_H 1
  11571. | #define HAVE_GRP_H 1
  11572. | #define HAVE_FCNTL_H 1
  11573. | #define HAVE_FLOAT_H 1
  11574. | #define HAVE_LANGINFO_H 1
  11575. | #define HAVE_LIMITS_H 1
  11576. | #define HAVE_LOCALE_H 1
  11577. | #define HAVE_MALLOC_MALLOC_H 1
  11578. | #define HAVE_PWD_H 1
  11579. | #define HAVE_SYS_ATTR_H 1
  11580. | #define HAVE_SYS_FCNTL_H 1
  11581. | #define HAVE_SYS_FILE_H 1
  11582. | #define HAVE_SYS_IOCTL_H 1
  11583. | #define HAVE_SYS_PARAM_H 1
  11584. | #define HAVE_SYS_RESOURCE_H 1
  11585. | #define HAVE_SYS_SELECT_H 1
  11586. | #define HAVE_SYS_SOCKET_H 1
  11587. | #define HAVE_SYS_SYSCALL_H 1
  11588. | #define HAVE_SYS_TIME_H 1
  11589. | #define HAVE_SYS_TIMES_H 1
  11590. | #define HAVE_SYS_UIO_H 1
  11591. | #define HAVE_TIME_H 1
  11592. | #define HAVE_UCONTEXT_H 1
  11593. | #define HAVE_UTIME_H 1
  11594. | #define HAVE_TYPEOF 1
  11595. | #define HAVE_LONG_LONG 1
  11596. | #define HAVE_OFF_T 1
  11597. | #define SIZEOF_INT 4
  11598. | #define SIZEOF_SHORT 2
  11599. | #define SIZEOF_LONG 8
  11600. | #define SIZEOF_LONG_LONG 8
  11601. | #define SIZEOF___INT64 0
  11602. | #define SIZEOF___INT128 16
  11603. | #define SIZEOF_OFF_T 8
  11604. | #define SIZEOF_VOIDP 8
  11605. | #define SIZEOF_FLOAT 4
  11606. | #define SIZEOF_DOUBLE 8
  11607. | #define SIZEOF_TIME_T 8
  11608. | #define SIZEOF_CLOCK_T 8
  11609. | #define PACKED_STRUCT(x) x __attribute__((packed))
  11610. | #define PACKED_STRUCT_UNALIGNED(x) x
  11611. | #define PRI_LL_PREFIX "ll"
  11612. | #define rb_pid_t pid_t
  11613. | #define SIGNEDNESS_OF_PID_T -1
  11614. | #define PIDT2NUM(v) INT2NUM(v)
  11615. | #define NUM2PIDT(v) NUM2INT(v)
  11616. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  11617. | #define rb_uid_t uid_t
  11618. | #define SIGNEDNESS_OF_UID_T +1
  11619. | #define UIDT2NUM(v) UINT2NUM(v)
  11620. | #define NUM2UIDT(v) NUM2UINT(v)
  11621. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  11622. | #define rb_gid_t gid_t
  11623. | #define SIGNEDNESS_OF_GID_T +1
  11624. | #define GIDT2NUM(v) UINT2NUM(v)
  11625. | #define NUM2GIDT(v) NUM2UINT(v)
  11626. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  11627. | #define rb_time_t time_t
  11628. | #define SIGNEDNESS_OF_TIME_T -1
  11629. | #define TIMET2NUM(v) LONG2NUM(v)
  11630. | #define NUM2TIMET(v) NUM2LONG(v)
  11631. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  11632. | #define rb_dev_t dev_t
  11633. | #define SIGNEDNESS_OF_DEV_T -1
  11634. | #define DEVT2NUM(v) INT2NUM(v)
  11635. | #define NUM2DEVT(v) NUM2INT(v)
  11636. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  11637. | #define rb_mode_t mode_t
  11638. | #define SIGNEDNESS_OF_MODE_T +1
  11639. | #define MODET2NUM(v) UINT2NUM(v)
  11640. | #define NUM2MODET(v) NUM2UINT(v)
  11641. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  11642. | #define rb_rlim_t rlim_t
  11643. | #define SIGNEDNESS_OF_RLIM_T +1
  11644. | #define RLIM2NUM(v) ULL2NUM(v)
  11645. | #define NUM2RLIM(v) NUM2ULL(v)
  11646. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  11647. | #define rb_off_t off_t
  11648. | #define SIGNEDNESS_OF_OFF_T -1
  11649. | #define OFFT2NUM(v) LL2NUM(v)
  11650. | #define NUM2OFFT(v) NUM2LL(v)
  11651. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  11652. | #define rb_clockid_t int
  11653. | #define SIGNEDNESS_OF_CLOCKID_T -1
  11654. | #define CLOCKID2NUM(v) INT2NUM(v)
  11655. | #define NUM2CLOCKID(v) NUM2INT(v)
  11656. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  11657. | #define HAVE_PROTOTYPES 1
  11658. | #define TOKEN_PASTE(x,y) x##y
  11659. | #define STRINGIZE(expr) STRINGIZE0(expr)
  11660. | #define HAVE_STDARG_PROTOTYPES 1
  11661. | #define HAVE_VA_ARGS_MACRO 1
  11662. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  11663. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  11664. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  11665. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  11666. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  11667. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  11668. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  11669. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  11670. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  11671. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  11672. | #define WEAK(x) __attribute__ ((__weak__)) x
  11673. | #define HAVE_FUNC_WEAK 1
  11674. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  11675. | /* end confdefs.h. */
  11676. |
  11677. | #define FUNC_MINIMIZED(x) x __attribute__ ((__optimize__("-Os","-fomit-frame-pointer")))
  11678. |
  11679. | #define x int conftest_attribute_check(void)
  11680. |
  11681. | #define mesg ("")
  11682. | FUNC_MINIMIZED(x);
  11683. | int
  11684. | main ()
  11685. | {
  11686. |
  11687. | ;
  11688. | return 0;
  11689. | }
  11690. configure:15985: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  11691. conftest.c:146:5: warning: __declspec attribute '__optimize__' is not supported [-Wignored-attributes]
  11692. FUNC_MINIMIZED(x);
  11693. ^
  11694. conftest.c:141:38: note: expanded from macro 'FUNC_MINIMIZED'
  11695. #define FUNC_MINIMIZED(x) __declspec(__optimize__("-Os","-fomit-frame-pointer")) x
  11696. ^
  11697. 1 warning generated.
  11698. configure:15985: $? = 0
  11699. configure: failed program was:
  11700. | /* confdefs.h */
  11701. | #define PACKAGE_NAME ""
  11702. | #define PACKAGE_TARNAME ""
  11703. | #define PACKAGE_VERSION ""
  11704. | #define PACKAGE_STRING ""
  11705. | #define PACKAGE_BUGREPORT ""
  11706. | #define PACKAGE_URL ""
  11707. | #define CANONICALIZATION_FOR_MATHN 1
  11708. | #define STDC_HEADERS 1
  11709. | #define HAVE_SYS_TYPES_H 1
  11710. | #define HAVE_SYS_STAT_H 1
  11711. | #define HAVE_STDLIB_H 1
  11712. | #define HAVE_STRING_H 1
  11713. | #define HAVE_MEMORY_H 1
  11714. | #define HAVE_STRINGS_H 1
  11715. | #define HAVE_INTTYPES_H 1
  11716. | #define HAVE_STDINT_H 1
  11717. | #define HAVE_UNISTD_H 1
  11718. | #define __EXTENSIONS__ 1
  11719. | #define _ALL_SOURCE 1
  11720. | #define _GNU_SOURCE 1
  11721. | #define _POSIX_PTHREAD_SEMANTICS 1
  11722. | #define _TANDEM_SOURCE 1
  11723. | #define HAVE_INFINITY 1
  11724. | #define HAVE_NAN 1
  11725. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  11726. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  11727. | #define BROKEN_CRYPT 1
  11728. | #define HAVE_CRT_EXTERNS_H 1
  11729. | #define HAVE_LIBDL 1
  11730. | #define HAVE_DIRENT_H 1
  11731. | #define HAVE__BOOL 1
  11732. | #define HAVE_STDBOOL_H 1
  11733. | #define HAVE_SYS_WAIT_H 1
  11734. | #define HAVE_GRP_H 1
  11735. | #define HAVE_FCNTL_H 1
  11736. | #define HAVE_FLOAT_H 1
  11737. | #define HAVE_LANGINFO_H 1
  11738. | #define HAVE_LIMITS_H 1
  11739. | #define HAVE_LOCALE_H 1
  11740. | #define HAVE_MALLOC_MALLOC_H 1
  11741. | #define HAVE_PWD_H 1
  11742. | #define HAVE_SYS_ATTR_H 1
  11743. | #define HAVE_SYS_FCNTL_H 1
  11744. | #define HAVE_SYS_FILE_H 1
  11745. | #define HAVE_SYS_IOCTL_H 1
  11746. | #define HAVE_SYS_PARAM_H 1
  11747. | #define HAVE_SYS_RESOURCE_H 1
  11748. | #define HAVE_SYS_SELECT_H 1
  11749. | #define HAVE_SYS_SOCKET_H 1
  11750. | #define HAVE_SYS_SYSCALL_H 1
  11751. | #define HAVE_SYS_TIME_H 1
  11752. | #define HAVE_SYS_TIMES_H 1
  11753. | #define HAVE_SYS_UIO_H 1
  11754. | #define HAVE_TIME_H 1
  11755. | #define HAVE_UCONTEXT_H 1
  11756. | #define HAVE_UTIME_H 1
  11757. | #define HAVE_TYPEOF 1
  11758. | #define HAVE_LONG_LONG 1
  11759. | #define HAVE_OFF_T 1
  11760. | #define SIZEOF_INT 4
  11761. | #define SIZEOF_SHORT 2
  11762. | #define SIZEOF_LONG 8
  11763. | #define SIZEOF_LONG_LONG 8
  11764. | #define SIZEOF___INT64 0
  11765. | #define SIZEOF___INT128 16
  11766. | #define SIZEOF_OFF_T 8
  11767. | #define SIZEOF_VOIDP 8
  11768. | #define SIZEOF_FLOAT 4
  11769. | #define SIZEOF_DOUBLE 8
  11770. | #define SIZEOF_TIME_T 8
  11771. | #define SIZEOF_CLOCK_T 8
  11772. | #define PACKED_STRUCT(x) x __attribute__((packed))
  11773. | #define PACKED_STRUCT_UNALIGNED(x) x
  11774. | #define PRI_LL_PREFIX "ll"
  11775. | #define rb_pid_t pid_t
  11776. | #define SIGNEDNESS_OF_PID_T -1
  11777. | #define PIDT2NUM(v) INT2NUM(v)
  11778. | #define NUM2PIDT(v) NUM2INT(v)
  11779. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  11780. | #define rb_uid_t uid_t
  11781. | #define SIGNEDNESS_OF_UID_T +1
  11782. | #define UIDT2NUM(v) UINT2NUM(v)
  11783. | #define NUM2UIDT(v) NUM2UINT(v)
  11784. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  11785. | #define rb_gid_t gid_t
  11786. | #define SIGNEDNESS_OF_GID_T +1
  11787. | #define GIDT2NUM(v) UINT2NUM(v)
  11788. | #define NUM2GIDT(v) NUM2UINT(v)
  11789. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  11790. | #define rb_time_t time_t
  11791. | #define SIGNEDNESS_OF_TIME_T -1
  11792. | #define TIMET2NUM(v) LONG2NUM(v)
  11793. | #define NUM2TIMET(v) NUM2LONG(v)
  11794. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  11795. | #define rb_dev_t dev_t
  11796. | #define SIGNEDNESS_OF_DEV_T -1
  11797. | #define DEVT2NUM(v) INT2NUM(v)
  11798. | #define NUM2DEVT(v) NUM2INT(v)
  11799. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  11800. | #define rb_mode_t mode_t
  11801. | #define SIGNEDNESS_OF_MODE_T +1
  11802. | #define MODET2NUM(v) UINT2NUM(v)
  11803. | #define NUM2MODET(v) NUM2UINT(v)
  11804. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  11805. | #define rb_rlim_t rlim_t
  11806. | #define SIGNEDNESS_OF_RLIM_T +1
  11807. | #define RLIM2NUM(v) ULL2NUM(v)
  11808. | #define NUM2RLIM(v) NUM2ULL(v)
  11809. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  11810. | #define rb_off_t off_t
  11811. | #define SIGNEDNESS_OF_OFF_T -1
  11812. | #define OFFT2NUM(v) LL2NUM(v)
  11813. | #define NUM2OFFT(v) NUM2LL(v)
  11814. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  11815. | #define rb_clockid_t int
  11816. | #define SIGNEDNESS_OF_CLOCKID_T -1
  11817. | #define CLOCKID2NUM(v) INT2NUM(v)
  11818. | #define NUM2CLOCKID(v) NUM2INT(v)
  11819. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  11820. | #define HAVE_PROTOTYPES 1
  11821. | #define TOKEN_PASTE(x,y) x##y
  11822. | #define STRINGIZE(expr) STRINGIZE0(expr)
  11823. | #define HAVE_STDARG_PROTOTYPES 1
  11824. | #define HAVE_VA_ARGS_MACRO 1
  11825. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  11826. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  11827. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  11828. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  11829. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  11830. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  11831. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  11832. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  11833. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  11834. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  11835. | #define WEAK(x) __attribute__ ((__weak__)) x
  11836. | #define HAVE_FUNC_WEAK 1
  11837. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  11838. | /* end confdefs.h. */
  11839. |
  11840. | #define FUNC_MINIMIZED(x) __declspec(__optimize__("-Os","-fomit-frame-pointer")) x
  11841. |
  11842. | #define x int conftest_attribute_check(void)
  11843. |
  11844. | #define mesg ("")
  11845. | FUNC_MINIMIZED(x);
  11846. | int
  11847. | main ()
  11848. | {
  11849. |
  11850. | ;
  11851. | return 0;
  11852. | }
  11853. configure:15985: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  11854. configure:15985: $? = 0
  11855. configure:15999: result: x
  11856. configure:16011: checking for function alias
  11857. configure:16030: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  11858. conftest.c:141:33: error: only weak aliases are supported on darwin
  11859. void bar(void) __attribute__((alias("foo")));
  11860. ^
  11861. 1 error generated.
  11862. configure:16030: $? = 1
  11863. configure: failed program was:
  11864. | /* confdefs.h */
  11865. | #define PACKAGE_NAME ""
  11866. | #define PACKAGE_TARNAME ""
  11867. | #define PACKAGE_VERSION ""
  11868. | #define PACKAGE_STRING ""
  11869. | #define PACKAGE_BUGREPORT ""
  11870. | #define PACKAGE_URL ""
  11871. | #define CANONICALIZATION_FOR_MATHN 1
  11872. | #define STDC_HEADERS 1
  11873. | #define HAVE_SYS_TYPES_H 1
  11874. | #define HAVE_SYS_STAT_H 1
  11875. | #define HAVE_STDLIB_H 1
  11876. | #define HAVE_STRING_H 1
  11877. | #define HAVE_MEMORY_H 1
  11878. | #define HAVE_STRINGS_H 1
  11879. | #define HAVE_INTTYPES_H 1
  11880. | #define HAVE_STDINT_H 1
  11881. | #define HAVE_UNISTD_H 1
  11882. | #define __EXTENSIONS__ 1
  11883. | #define _ALL_SOURCE 1
  11884. | #define _GNU_SOURCE 1
  11885. | #define _POSIX_PTHREAD_SEMANTICS 1
  11886. | #define _TANDEM_SOURCE 1
  11887. | #define HAVE_INFINITY 1
  11888. | #define HAVE_NAN 1
  11889. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  11890. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  11891. | #define BROKEN_CRYPT 1
  11892. | #define HAVE_CRT_EXTERNS_H 1
  11893. | #define HAVE_LIBDL 1
  11894. | #define HAVE_DIRENT_H 1
  11895. | #define HAVE__BOOL 1
  11896. | #define HAVE_STDBOOL_H 1
  11897. | #define HAVE_SYS_WAIT_H 1
  11898. | #define HAVE_GRP_H 1
  11899. | #define HAVE_FCNTL_H 1
  11900. | #define HAVE_FLOAT_H 1
  11901. | #define HAVE_LANGINFO_H 1
  11902. | #define HAVE_LIMITS_H 1
  11903. | #define HAVE_LOCALE_H 1
  11904. | #define HAVE_MALLOC_MALLOC_H 1
  11905. | #define HAVE_PWD_H 1
  11906. | #define HAVE_SYS_ATTR_H 1
  11907. | #define HAVE_SYS_FCNTL_H 1
  11908. | #define HAVE_SYS_FILE_H 1
  11909. | #define HAVE_SYS_IOCTL_H 1
  11910. | #define HAVE_SYS_PARAM_H 1
  11911. | #define HAVE_SYS_RESOURCE_H 1
  11912. | #define HAVE_SYS_SELECT_H 1
  11913. | #define HAVE_SYS_SOCKET_H 1
  11914. | #define HAVE_SYS_SYSCALL_H 1
  11915. | #define HAVE_SYS_TIME_H 1
  11916. | #define HAVE_SYS_TIMES_H 1
  11917. | #define HAVE_SYS_UIO_H 1
  11918. | #define HAVE_TIME_H 1
  11919. | #define HAVE_UCONTEXT_H 1
  11920. | #define HAVE_UTIME_H 1
  11921. | #define HAVE_TYPEOF 1
  11922. | #define HAVE_LONG_LONG 1
  11923. | #define HAVE_OFF_T 1
  11924. | #define SIZEOF_INT 4
  11925. | #define SIZEOF_SHORT 2
  11926. | #define SIZEOF_LONG 8
  11927. | #define SIZEOF_LONG_LONG 8
  11928. | #define SIZEOF___INT64 0
  11929. | #define SIZEOF___INT128 16
  11930. | #define SIZEOF_OFF_T 8
  11931. | #define SIZEOF_VOIDP 8
  11932. | #define SIZEOF_FLOAT 4
  11933. | #define SIZEOF_DOUBLE 8
  11934. | #define SIZEOF_TIME_T 8
  11935. | #define SIZEOF_CLOCK_T 8
  11936. | #define PACKED_STRUCT(x) x __attribute__((packed))
  11937. | #define PACKED_STRUCT_UNALIGNED(x) x
  11938. | #define PRI_LL_PREFIX "ll"
  11939. | #define rb_pid_t pid_t
  11940. | #define SIGNEDNESS_OF_PID_T -1
  11941. | #define PIDT2NUM(v) INT2NUM(v)
  11942. | #define NUM2PIDT(v) NUM2INT(v)
  11943. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  11944. | #define rb_uid_t uid_t
  11945. | #define SIGNEDNESS_OF_UID_T +1
  11946. | #define UIDT2NUM(v) UINT2NUM(v)
  11947. | #define NUM2UIDT(v) NUM2UINT(v)
  11948. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  11949. | #define rb_gid_t gid_t
  11950. | #define SIGNEDNESS_OF_GID_T +1
  11951. | #define GIDT2NUM(v) UINT2NUM(v)
  11952. | #define NUM2GIDT(v) NUM2UINT(v)
  11953. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  11954. | #define rb_time_t time_t
  11955. | #define SIGNEDNESS_OF_TIME_T -1
  11956. | #define TIMET2NUM(v) LONG2NUM(v)
  11957. | #define NUM2TIMET(v) NUM2LONG(v)
  11958. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  11959. | #define rb_dev_t dev_t
  11960. | #define SIGNEDNESS_OF_DEV_T -1
  11961. | #define DEVT2NUM(v) INT2NUM(v)
  11962. | #define NUM2DEVT(v) NUM2INT(v)
  11963. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  11964. | #define rb_mode_t mode_t
  11965. | #define SIGNEDNESS_OF_MODE_T +1
  11966. | #define MODET2NUM(v) UINT2NUM(v)
  11967. | #define NUM2MODET(v) NUM2UINT(v)
  11968. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  11969. | #define rb_rlim_t rlim_t
  11970. | #define SIGNEDNESS_OF_RLIM_T +1
  11971. | #define RLIM2NUM(v) ULL2NUM(v)
  11972. | #define NUM2RLIM(v) NUM2ULL(v)
  11973. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  11974. | #define rb_off_t off_t
  11975. | #define SIGNEDNESS_OF_OFF_T -1
  11976. | #define OFFT2NUM(v) LL2NUM(v)
  11977. | #define NUM2OFFT(v) NUM2LL(v)
  11978. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  11979. | #define rb_clockid_t int
  11980. | #define SIGNEDNESS_OF_CLOCKID_T -1
  11981. | #define CLOCKID2NUM(v) INT2NUM(v)
  11982. | #define NUM2CLOCKID(v) NUM2INT(v)
  11983. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  11984. | #define HAVE_PROTOTYPES 1
  11985. | #define TOKEN_PASTE(x,y) x##y
  11986. | #define STRINGIZE(expr) STRINGIZE0(expr)
  11987. | #define HAVE_STDARG_PROTOTYPES 1
  11988. | #define HAVE_VA_ARGS_MACRO 1
  11989. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  11990. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  11991. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  11992. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  11993. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  11994. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  11995. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  11996. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  11997. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  11998. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  11999. | #define WEAK(x) __attribute__ ((__weak__)) x
  12000. | #define HAVE_FUNC_WEAK 1
  12001. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  12002. | /* end confdefs.h. */
  12003. | void foo(void) {}
  12004. | void bar(void) __attribute__((alias("foo")));
  12005. | int
  12006. | main ()
  12007. | {
  12008. | bar()
  12009. | ;
  12010. | return 0;
  12011. | }
  12012. configure:16030: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  12013. conftest.c:141:38: error: only weak aliases are supported on darwin
  12014. void bar(void) __attribute__((weak,alias("foo")));
  12015. ^
  12016. 1 error generated.
  12017. configure:16030: $? = 1
  12018. configure: failed program was:
  12019. | /* confdefs.h */
  12020. | #define PACKAGE_NAME ""
  12021. | #define PACKAGE_TARNAME ""
  12022. | #define PACKAGE_VERSION ""
  12023. | #define PACKAGE_STRING ""
  12024. | #define PACKAGE_BUGREPORT ""
  12025. | #define PACKAGE_URL ""
  12026. | #define CANONICALIZATION_FOR_MATHN 1
  12027. | #define STDC_HEADERS 1
  12028. | #define HAVE_SYS_TYPES_H 1
  12029. | #define HAVE_SYS_STAT_H 1
  12030. | #define HAVE_STDLIB_H 1
  12031. | #define HAVE_STRING_H 1
  12032. | #define HAVE_MEMORY_H 1
  12033. | #define HAVE_STRINGS_H 1
  12034. | #define HAVE_INTTYPES_H 1
  12035. | #define HAVE_STDINT_H 1
  12036. | #define HAVE_UNISTD_H 1
  12037. | #define __EXTENSIONS__ 1
  12038. | #define _ALL_SOURCE 1
  12039. | #define _GNU_SOURCE 1
  12040. | #define _POSIX_PTHREAD_SEMANTICS 1
  12041. | #define _TANDEM_SOURCE 1
  12042. | #define HAVE_INFINITY 1
  12043. | #define HAVE_NAN 1
  12044. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  12045. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  12046. | #define BROKEN_CRYPT 1
  12047. | #define HAVE_CRT_EXTERNS_H 1
  12048. | #define HAVE_LIBDL 1
  12049. | #define HAVE_DIRENT_H 1
  12050. | #define HAVE__BOOL 1
  12051. | #define HAVE_STDBOOL_H 1
  12052. | #define HAVE_SYS_WAIT_H 1
  12053. | #define HAVE_GRP_H 1
  12054. | #define HAVE_FCNTL_H 1
  12055. | #define HAVE_FLOAT_H 1
  12056. | #define HAVE_LANGINFO_H 1
  12057. | #define HAVE_LIMITS_H 1
  12058. | #define HAVE_LOCALE_H 1
  12059. | #define HAVE_MALLOC_MALLOC_H 1
  12060. | #define HAVE_PWD_H 1
  12061. | #define HAVE_SYS_ATTR_H 1
  12062. | #define HAVE_SYS_FCNTL_H 1
  12063. | #define HAVE_SYS_FILE_H 1
  12064. | #define HAVE_SYS_IOCTL_H 1
  12065. | #define HAVE_SYS_PARAM_H 1
  12066. | #define HAVE_SYS_RESOURCE_H 1
  12067. | #define HAVE_SYS_SELECT_H 1
  12068. | #define HAVE_SYS_SOCKET_H 1
  12069. | #define HAVE_SYS_SYSCALL_H 1
  12070. | #define HAVE_SYS_TIME_H 1
  12071. | #define HAVE_SYS_TIMES_H 1
  12072. | #define HAVE_SYS_UIO_H 1
  12073. | #define HAVE_TIME_H 1
  12074. | #define HAVE_UCONTEXT_H 1
  12075. | #define HAVE_UTIME_H 1
  12076. | #define HAVE_TYPEOF 1
  12077. | #define HAVE_LONG_LONG 1
  12078. | #define HAVE_OFF_T 1
  12079. | #define SIZEOF_INT 4
  12080. | #define SIZEOF_SHORT 2
  12081. | #define SIZEOF_LONG 8
  12082. | #define SIZEOF_LONG_LONG 8
  12083. | #define SIZEOF___INT64 0
  12084. | #define SIZEOF___INT128 16
  12085. | #define SIZEOF_OFF_T 8
  12086. | #define SIZEOF_VOIDP 8
  12087. | #define SIZEOF_FLOAT 4
  12088. | #define SIZEOF_DOUBLE 8
  12089. | #define SIZEOF_TIME_T 8
  12090. | #define SIZEOF_CLOCK_T 8
  12091. | #define PACKED_STRUCT(x) x __attribute__((packed))
  12092. | #define PACKED_STRUCT_UNALIGNED(x) x
  12093. | #define PRI_LL_PREFIX "ll"
  12094. | #define rb_pid_t pid_t
  12095. | #define SIGNEDNESS_OF_PID_T -1
  12096. | #define PIDT2NUM(v) INT2NUM(v)
  12097. | #define NUM2PIDT(v) NUM2INT(v)
  12098. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  12099. | #define rb_uid_t uid_t
  12100. | #define SIGNEDNESS_OF_UID_T +1
  12101. | #define UIDT2NUM(v) UINT2NUM(v)
  12102. | #define NUM2UIDT(v) NUM2UINT(v)
  12103. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  12104. | #define rb_gid_t gid_t
  12105. | #define SIGNEDNESS_OF_GID_T +1
  12106. | #define GIDT2NUM(v) UINT2NUM(v)
  12107. | #define NUM2GIDT(v) NUM2UINT(v)
  12108. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  12109. | #define rb_time_t time_t
  12110. | #define SIGNEDNESS_OF_TIME_T -1
  12111. | #define TIMET2NUM(v) LONG2NUM(v)
  12112. | #define NUM2TIMET(v) NUM2LONG(v)
  12113. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  12114. | #define rb_dev_t dev_t
  12115. | #define SIGNEDNESS_OF_DEV_T -1
  12116. | #define DEVT2NUM(v) INT2NUM(v)
  12117. | #define NUM2DEVT(v) NUM2INT(v)
  12118. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  12119. | #define rb_mode_t mode_t
  12120. | #define SIGNEDNESS_OF_MODE_T +1
  12121. | #define MODET2NUM(v) UINT2NUM(v)
  12122. | #define NUM2MODET(v) NUM2UINT(v)
  12123. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  12124. | #define rb_rlim_t rlim_t
  12125. | #define SIGNEDNESS_OF_RLIM_T +1
  12126. | #define RLIM2NUM(v) ULL2NUM(v)
  12127. | #define NUM2RLIM(v) NUM2ULL(v)
  12128. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  12129. | #define rb_off_t off_t
  12130. | #define SIGNEDNESS_OF_OFF_T -1
  12131. | #define OFFT2NUM(v) LL2NUM(v)
  12132. | #define NUM2OFFT(v) NUM2LL(v)
  12133. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  12134. | #define rb_clockid_t int
  12135. | #define SIGNEDNESS_OF_CLOCKID_T -1
  12136. | #define CLOCKID2NUM(v) INT2NUM(v)
  12137. | #define NUM2CLOCKID(v) NUM2INT(v)
  12138. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  12139. | #define HAVE_PROTOTYPES 1
  12140. | #define TOKEN_PASTE(x,y) x##y
  12141. | #define STRINGIZE(expr) STRINGIZE0(expr)
  12142. | #define HAVE_STDARG_PROTOTYPES 1
  12143. | #define HAVE_VA_ARGS_MACRO 1
  12144. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  12145. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  12146. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  12147. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  12148. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  12149. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  12150. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  12151. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  12152. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  12153. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  12154. | #define WEAK(x) __attribute__ ((__weak__)) x
  12155. | #define HAVE_FUNC_WEAK 1
  12156. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  12157. | /* end confdefs.h. */
  12158. | void foo(void) {}
  12159. | void bar(void) __attribute__((weak,alias("foo")));
  12160. | int
  12161. | main ()
  12162. | {
  12163. | bar()
  12164. | ;
  12165. | return 0;
  12166. | }
  12167. configure:16037: result: no
  12168. configure:16052: checking for __atomic builtins
  12169. configure:16075: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  12170. configure:16075: $? = 0
  12171. configure:16083: result: yes
  12172. configure:16090: checking for __sync builtins
  12173. configure:16114: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  12174. configure:16114: $? = 0
  12175. configure:16122: result: yes
  12176. configure:16129: checking for __builtin_unreachable
  12177. configure:16153: gcc -o conftest -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  12178. configure:16153: $? = 0
  12179. configure:16170: result: yes
  12180. configure:16180: checking for exported function attribute
  12181. configure:16209: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12182. configure:16209: $? = 0
  12183. configure:16223: result: __attribute__ ((__visibility__("default")))
  12184. configure:16242: checking for function name string predefined identifier
  12185. configure:16269: gcc -o conftest -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  12186. configure:16269: $? = 0
  12187. configure:16286: result: __func__
  12188. configure:16295: checking if enum over int is allowed
  12189. configure:16338: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12190. configure:16338: $? = 0
  12191. configure:16355: result: yes
  12192. configure:16362: checking whether sys_nerr is declared
  12193. configure:16362: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12194. configure:16362: $? = 0
  12195. configure:16362: result: yes
  12196. configure:16376: checking whether getenv is declared
  12197. configure:16376: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12198. configure:16376: $? = 0
  12199. configure:16376: result: yes
  12200. configure:16419: checking for size_t
  12201. configure:16419: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12202. configure:16419: $? = 0
  12203. configure:16419: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12204. conftest.c:184:21: error: expected expression
  12205. if (sizeof ((size_t)))
  12206. ^
  12207. 1 error generated.
  12208. configure:16419: $? = 1
  12209. configure: failed program was:
  12210. | /* confdefs.h */
  12211. | #define PACKAGE_NAME ""
  12212. | #define PACKAGE_TARNAME ""
  12213. | #define PACKAGE_VERSION ""
  12214. | #define PACKAGE_STRING ""
  12215. | #define PACKAGE_BUGREPORT ""
  12216. | #define PACKAGE_URL ""
  12217. | #define CANONICALIZATION_FOR_MATHN 1
  12218. | #define STDC_HEADERS 1
  12219. | #define HAVE_SYS_TYPES_H 1
  12220. | #define HAVE_SYS_STAT_H 1
  12221. | #define HAVE_STDLIB_H 1
  12222. | #define HAVE_STRING_H 1
  12223. | #define HAVE_MEMORY_H 1
  12224. | #define HAVE_STRINGS_H 1
  12225. | #define HAVE_INTTYPES_H 1
  12226. | #define HAVE_STDINT_H 1
  12227. | #define HAVE_UNISTD_H 1
  12228. | #define __EXTENSIONS__ 1
  12229. | #define _ALL_SOURCE 1
  12230. | #define _GNU_SOURCE 1
  12231. | #define _POSIX_PTHREAD_SEMANTICS 1
  12232. | #define _TANDEM_SOURCE 1
  12233. | #define HAVE_INFINITY 1
  12234. | #define HAVE_NAN 1
  12235. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  12236. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  12237. | #define BROKEN_CRYPT 1
  12238. | #define HAVE_CRT_EXTERNS_H 1
  12239. | #define HAVE_LIBDL 1
  12240. | #define HAVE_DIRENT_H 1
  12241. | #define HAVE__BOOL 1
  12242. | #define HAVE_STDBOOL_H 1
  12243. | #define HAVE_SYS_WAIT_H 1
  12244. | #define HAVE_GRP_H 1
  12245. | #define HAVE_FCNTL_H 1
  12246. | #define HAVE_FLOAT_H 1
  12247. | #define HAVE_LANGINFO_H 1
  12248. | #define HAVE_LIMITS_H 1
  12249. | #define HAVE_LOCALE_H 1
  12250. | #define HAVE_MALLOC_MALLOC_H 1
  12251. | #define HAVE_PWD_H 1
  12252. | #define HAVE_SYS_ATTR_H 1
  12253. | #define HAVE_SYS_FCNTL_H 1
  12254. | #define HAVE_SYS_FILE_H 1
  12255. | #define HAVE_SYS_IOCTL_H 1
  12256. | #define HAVE_SYS_PARAM_H 1
  12257. | #define HAVE_SYS_RESOURCE_H 1
  12258. | #define HAVE_SYS_SELECT_H 1
  12259. | #define HAVE_SYS_SOCKET_H 1
  12260. | #define HAVE_SYS_SYSCALL_H 1
  12261. | #define HAVE_SYS_TIME_H 1
  12262. | #define HAVE_SYS_TIMES_H 1
  12263. | #define HAVE_SYS_UIO_H 1
  12264. | #define HAVE_TIME_H 1
  12265. | #define HAVE_UCONTEXT_H 1
  12266. | #define HAVE_UTIME_H 1
  12267. | #define HAVE_TYPEOF 1
  12268. | #define HAVE_LONG_LONG 1
  12269. | #define HAVE_OFF_T 1
  12270. | #define SIZEOF_INT 4
  12271. | #define SIZEOF_SHORT 2
  12272. | #define SIZEOF_LONG 8
  12273. | #define SIZEOF_LONG_LONG 8
  12274. | #define SIZEOF___INT64 0
  12275. | #define SIZEOF___INT128 16
  12276. | #define SIZEOF_OFF_T 8
  12277. | #define SIZEOF_VOIDP 8
  12278. | #define SIZEOF_FLOAT 4
  12279. | #define SIZEOF_DOUBLE 8
  12280. | #define SIZEOF_TIME_T 8
  12281. | #define SIZEOF_CLOCK_T 8
  12282. | #define PACKED_STRUCT(x) x __attribute__((packed))
  12283. | #define PACKED_STRUCT_UNALIGNED(x) x
  12284. | #define PRI_LL_PREFIX "ll"
  12285. | #define rb_pid_t pid_t
  12286. | #define SIGNEDNESS_OF_PID_T -1
  12287. | #define PIDT2NUM(v) INT2NUM(v)
  12288. | #define NUM2PIDT(v) NUM2INT(v)
  12289. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  12290. | #define rb_uid_t uid_t
  12291. | #define SIGNEDNESS_OF_UID_T +1
  12292. | #define UIDT2NUM(v) UINT2NUM(v)
  12293. | #define NUM2UIDT(v) NUM2UINT(v)
  12294. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  12295. | #define rb_gid_t gid_t
  12296. | #define SIGNEDNESS_OF_GID_T +1
  12297. | #define GIDT2NUM(v) UINT2NUM(v)
  12298. | #define NUM2GIDT(v) NUM2UINT(v)
  12299. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  12300. | #define rb_time_t time_t
  12301. | #define SIGNEDNESS_OF_TIME_T -1
  12302. | #define TIMET2NUM(v) LONG2NUM(v)
  12303. | #define NUM2TIMET(v) NUM2LONG(v)
  12304. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  12305. | #define rb_dev_t dev_t
  12306. | #define SIGNEDNESS_OF_DEV_T -1
  12307. | #define DEVT2NUM(v) INT2NUM(v)
  12308. | #define NUM2DEVT(v) NUM2INT(v)
  12309. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  12310. | #define rb_mode_t mode_t
  12311. | #define SIGNEDNESS_OF_MODE_T +1
  12312. | #define MODET2NUM(v) UINT2NUM(v)
  12313. | #define NUM2MODET(v) NUM2UINT(v)
  12314. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  12315. | #define rb_rlim_t rlim_t
  12316. | #define SIGNEDNESS_OF_RLIM_T +1
  12317. | #define RLIM2NUM(v) ULL2NUM(v)
  12318. | #define NUM2RLIM(v) NUM2ULL(v)
  12319. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  12320. | #define rb_off_t off_t
  12321. | #define SIGNEDNESS_OF_OFF_T -1
  12322. | #define OFFT2NUM(v) LL2NUM(v)
  12323. | #define NUM2OFFT(v) NUM2LL(v)
  12324. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  12325. | #define rb_clockid_t int
  12326. | #define SIGNEDNESS_OF_CLOCKID_T -1
  12327. | #define CLOCKID2NUM(v) INT2NUM(v)
  12328. | #define NUM2CLOCKID(v) NUM2INT(v)
  12329. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  12330. | #define HAVE_PROTOTYPES 1
  12331. | #define TOKEN_PASTE(x,y) x##y
  12332. | #define STRINGIZE(expr) STRINGIZE0(expr)
  12333. | #define HAVE_STDARG_PROTOTYPES 1
  12334. | #define HAVE_VA_ARGS_MACRO 1
  12335. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  12336. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  12337. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  12338. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  12339. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  12340. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  12341. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  12342. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  12343. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  12344. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  12345. | #define WEAK(x) __attribute__ ((__weak__)) x
  12346. | #define HAVE_FUNC_WEAK 1
  12347. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  12348. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  12349. | #define HAVE_GCC_SYNC_BUILTINS 1
  12350. | #define UNREACHABLE __builtin_unreachable()
  12351. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  12352. | #define RUBY_FUNCTION_NAME_STRING __func__
  12353. | #define ENUM_OVER_INT 1
  12354. | #define HAVE_DECL_SYS_NERR 1
  12355. | #define HAVE_DECL_GETENV 1
  12356. | /* end confdefs.h. */
  12357. | #include <stdio.h>
  12358. | #ifdef HAVE_SYS_TYPES_H
  12359. | # include <sys/types.h>
  12360. | #endif
  12361. | #ifdef HAVE_SYS_STAT_H
  12362. | # include <sys/stat.h>
  12363. | #endif
  12364. | #ifdef STDC_HEADERS
  12365. | # include <stdlib.h>
  12366. | # include <stddef.h>
  12367. | #else
  12368. | # ifdef HAVE_STDLIB_H
  12369. | # include <stdlib.h>
  12370. | # endif
  12371. | #endif
  12372. | #ifdef HAVE_STRING_H
  12373. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  12374. | # include <memory.h>
  12375. | # endif
  12376. | # include <string.h>
  12377. | #endif
  12378. | #ifdef HAVE_STRINGS_H
  12379. | # include <strings.h>
  12380. | #endif
  12381. | #ifdef HAVE_INTTYPES_H
  12382. | # include <inttypes.h>
  12383. | #endif
  12384. | #ifdef HAVE_STDINT_H
  12385. | # include <stdint.h>
  12386. | #endif
  12387. | #ifdef HAVE_UNISTD_H
  12388. | # include <unistd.h>
  12389. | #endif
  12390. | int
  12391. | main ()
  12392. | {
  12393. | if (sizeof ((size_t)))
  12394. | return 0;
  12395. | ;
  12396. | return 0;
  12397. | }
  12398. configure:16419: result: yes
  12399. configure:16445: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12400. configure:16445: $? = 0
  12401. configure:16552: checking size of size_t
  12402. configure:16557: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  12403. configure:16557: $? = 0
  12404. configure:16557: ./conftest
  12405. configure:16557: $? = 0
  12406. configure:16572: result: 8
  12407. configure:16685: checking size of ptrdiff_t
  12408. configure:16690: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  12409. configure:16690: $? = 0
  12410. configure:16690: ./conftest
  12411. configure:16690: $? = 0
  12412. configure:16705: result: 8
  12413. configure:16718: checking for printf prefix for size_t
  12414. configure:16765: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -Qunused-arguments -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12415. configure:16765: $? = 0
  12416. configure:16778: result: z
  12417. configure:16788: checking for printf prefix for ptrdiff_t
  12418. configure:16835: gcc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -Qunused-arguments -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12419. configure:16835: $? = 0
  12420. configure:16848: result: t
  12421. configure:16857: checking for struct stat.st_blksize
  12422. configure:16857: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12423. configure:16857: $? = 0
  12424. configure:16857: result: yes
  12425. configure:16870: checking for struct stat.st_blocks
  12426. configure:16870: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12427. configure:16870: $? = 0
  12428. configure:16870: result: yes
  12429. configure:16890: checking for struct stat.st_rdev
  12430. configure:16890: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12431. configure:16890: $? = 0
  12432. configure:16890: result: yes
  12433. configure:16905: checking size of struct stat.st_size
  12434. configure:16935: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12435. configure:16935: $? = 0
  12436. configure:16970: result: SIZEOF_OFF_T
  12437. configure:17004: checking size of struct stat.st_blocks
  12438. configure:17034: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12439. configure:17034: $? = 0
  12440. configure:17069: result: SIZEOF_OFF_T
  12441. configure:17103: checking size of struct stat.st_ino
  12442. configure:17133: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12443. configure:17133: $? = 0
  12444. configure:17168: result: SIZEOF_LONG
  12445. configure:17199: checking for struct stat.st_atim
  12446. configure:17199: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12447. conftest.c:198:13: error: no member named 'st_atim' in 'struct stat'
  12448. if (ac_aggr.st_atim)
  12449. ~~~~~~~ ^
  12450. 1 error generated.
  12451. configure:17199: $? = 1
  12452. configure: failed program was:
  12453. | /* confdefs.h */
  12454. | #define PACKAGE_NAME ""
  12455. | #define PACKAGE_TARNAME ""
  12456. | #define PACKAGE_VERSION ""
  12457. | #define PACKAGE_STRING ""
  12458. | #define PACKAGE_BUGREPORT ""
  12459. | #define PACKAGE_URL ""
  12460. | #define CANONICALIZATION_FOR_MATHN 1
  12461. | #define STDC_HEADERS 1
  12462. | #define HAVE_SYS_TYPES_H 1
  12463. | #define HAVE_SYS_STAT_H 1
  12464. | #define HAVE_STDLIB_H 1
  12465. | #define HAVE_STRING_H 1
  12466. | #define HAVE_MEMORY_H 1
  12467. | #define HAVE_STRINGS_H 1
  12468. | #define HAVE_INTTYPES_H 1
  12469. | #define HAVE_STDINT_H 1
  12470. | #define HAVE_UNISTD_H 1
  12471. | #define __EXTENSIONS__ 1
  12472. | #define _ALL_SOURCE 1
  12473. | #define _GNU_SOURCE 1
  12474. | #define _POSIX_PTHREAD_SEMANTICS 1
  12475. | #define _TANDEM_SOURCE 1
  12476. | #define HAVE_INFINITY 1
  12477. | #define HAVE_NAN 1
  12478. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  12479. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  12480. | #define BROKEN_CRYPT 1
  12481. | #define HAVE_CRT_EXTERNS_H 1
  12482. | #define HAVE_LIBDL 1
  12483. | #define HAVE_DIRENT_H 1
  12484. | #define HAVE__BOOL 1
  12485. | #define HAVE_STDBOOL_H 1
  12486. | #define HAVE_SYS_WAIT_H 1
  12487. | #define HAVE_GRP_H 1
  12488. | #define HAVE_FCNTL_H 1
  12489. | #define HAVE_FLOAT_H 1
  12490. | #define HAVE_LANGINFO_H 1
  12491. | #define HAVE_LIMITS_H 1
  12492. | #define HAVE_LOCALE_H 1
  12493. | #define HAVE_MALLOC_MALLOC_H 1
  12494. | #define HAVE_PWD_H 1
  12495. | #define HAVE_SYS_ATTR_H 1
  12496. | #define HAVE_SYS_FCNTL_H 1
  12497. | #define HAVE_SYS_FILE_H 1
  12498. | #define HAVE_SYS_IOCTL_H 1
  12499. | #define HAVE_SYS_PARAM_H 1
  12500. | #define HAVE_SYS_RESOURCE_H 1
  12501. | #define HAVE_SYS_SELECT_H 1
  12502. | #define HAVE_SYS_SOCKET_H 1
  12503. | #define HAVE_SYS_SYSCALL_H 1
  12504. | #define HAVE_SYS_TIME_H 1
  12505. | #define HAVE_SYS_TIMES_H 1
  12506. | #define HAVE_SYS_UIO_H 1
  12507. | #define HAVE_TIME_H 1
  12508. | #define HAVE_UCONTEXT_H 1
  12509. | #define HAVE_UTIME_H 1
  12510. | #define HAVE_TYPEOF 1
  12511. | #define HAVE_LONG_LONG 1
  12512. | #define HAVE_OFF_T 1
  12513. | #define SIZEOF_INT 4
  12514. | #define SIZEOF_SHORT 2
  12515. | #define SIZEOF_LONG 8
  12516. | #define SIZEOF_LONG_LONG 8
  12517. | #define SIZEOF___INT64 0
  12518. | #define SIZEOF___INT128 16
  12519. | #define SIZEOF_OFF_T 8
  12520. | #define SIZEOF_VOIDP 8
  12521. | #define SIZEOF_FLOAT 4
  12522. | #define SIZEOF_DOUBLE 8
  12523. | #define SIZEOF_TIME_T 8
  12524. | #define SIZEOF_CLOCK_T 8
  12525. | #define PACKED_STRUCT(x) x __attribute__((packed))
  12526. | #define PACKED_STRUCT_UNALIGNED(x) x
  12527. | #define PRI_LL_PREFIX "ll"
  12528. | #define rb_pid_t pid_t
  12529. | #define SIGNEDNESS_OF_PID_T -1
  12530. | #define PIDT2NUM(v) INT2NUM(v)
  12531. | #define NUM2PIDT(v) NUM2INT(v)
  12532. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  12533. | #define rb_uid_t uid_t
  12534. | #define SIGNEDNESS_OF_UID_T +1
  12535. | #define UIDT2NUM(v) UINT2NUM(v)
  12536. | #define NUM2UIDT(v) NUM2UINT(v)
  12537. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  12538. | #define rb_gid_t gid_t
  12539. | #define SIGNEDNESS_OF_GID_T +1
  12540. | #define GIDT2NUM(v) UINT2NUM(v)
  12541. | #define NUM2GIDT(v) NUM2UINT(v)
  12542. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  12543. | #define rb_time_t time_t
  12544. | #define SIGNEDNESS_OF_TIME_T -1
  12545. | #define TIMET2NUM(v) LONG2NUM(v)
  12546. | #define NUM2TIMET(v) NUM2LONG(v)
  12547. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  12548. | #define rb_dev_t dev_t
  12549. | #define SIGNEDNESS_OF_DEV_T -1
  12550. | #define DEVT2NUM(v) INT2NUM(v)
  12551. | #define NUM2DEVT(v) NUM2INT(v)
  12552. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  12553. | #define rb_mode_t mode_t
  12554. | #define SIGNEDNESS_OF_MODE_T +1
  12555. | #define MODET2NUM(v) UINT2NUM(v)
  12556. | #define NUM2MODET(v) NUM2UINT(v)
  12557. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  12558. | #define rb_rlim_t rlim_t
  12559. | #define SIGNEDNESS_OF_RLIM_T +1
  12560. | #define RLIM2NUM(v) ULL2NUM(v)
  12561. | #define NUM2RLIM(v) NUM2ULL(v)
  12562. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  12563. | #define rb_off_t off_t
  12564. | #define SIGNEDNESS_OF_OFF_T -1
  12565. | #define OFFT2NUM(v) LL2NUM(v)
  12566. | #define NUM2OFFT(v) NUM2LL(v)
  12567. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  12568. | #define rb_clockid_t int
  12569. | #define SIGNEDNESS_OF_CLOCKID_T -1
  12570. | #define CLOCKID2NUM(v) INT2NUM(v)
  12571. | #define NUM2CLOCKID(v) NUM2INT(v)
  12572. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  12573. | #define HAVE_PROTOTYPES 1
  12574. | #define TOKEN_PASTE(x,y) x##y
  12575. | #define STRINGIZE(expr) STRINGIZE0(expr)
  12576. | #define HAVE_STDARG_PROTOTYPES 1
  12577. | #define HAVE_VA_ARGS_MACRO 1
  12578. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  12579. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  12580. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  12581. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  12582. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  12583. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  12584. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  12585. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  12586. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  12587. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  12588. | #define WEAK(x) __attribute__ ((__weak__)) x
  12589. | #define HAVE_FUNC_WEAK 1
  12590. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  12591. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  12592. | #define HAVE_GCC_SYNC_BUILTINS 1
  12593. | #define UNREACHABLE __builtin_unreachable()
  12594. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  12595. | #define RUBY_FUNCTION_NAME_STRING __func__
  12596. | #define ENUM_OVER_INT 1
  12597. | #define HAVE_DECL_SYS_NERR 1
  12598. | #define HAVE_DECL_GETENV 1
  12599. | #define SIZEOF_SIZE_T 8
  12600. | #define SIZEOF_PTRDIFF_T 8
  12601. | #define PRI_SIZE_PREFIX "z"
  12602. | #define PRI_PTRDIFF_PREFIX "t"
  12603. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  12604. | #define HAVE_ST_BLKSIZE 1
  12605. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  12606. | #define HAVE_ST_BLOCKS 1
  12607. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  12608. | #define HAVE_ST_RDEV 1
  12609. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  12610. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  12611. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  12612. | /* end confdefs.h. */
  12613. | #include <stdio.h>
  12614. | #ifdef HAVE_SYS_TYPES_H
  12615. | # include <sys/types.h>
  12616. | #endif
  12617. | #ifdef HAVE_SYS_STAT_H
  12618. | # include <sys/stat.h>
  12619. | #endif
  12620. | #ifdef STDC_HEADERS
  12621. | # include <stdlib.h>
  12622. | # include <stddef.h>
  12623. | #else
  12624. | # ifdef HAVE_STDLIB_H
  12625. | # include <stdlib.h>
  12626. | # endif
  12627. | #endif
  12628. | #ifdef HAVE_STRING_H
  12629. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  12630. | # include <memory.h>
  12631. | # endif
  12632. | # include <string.h>
  12633. | #endif
  12634. | #ifdef HAVE_STRINGS_H
  12635. | # include <strings.h>
  12636. | #endif
  12637. | #ifdef HAVE_INTTYPES_H
  12638. | # include <inttypes.h>
  12639. | #endif
  12640. | #ifdef HAVE_STDINT_H
  12641. | # include <stdint.h>
  12642. | #endif
  12643. | #ifdef HAVE_UNISTD_H
  12644. | # include <unistd.h>
  12645. | #endif
  12646. | int
  12647. | main ()
  12648. | {
  12649. | static struct stat ac_aggr;
  12650. | if (ac_aggr.st_atim)
  12651. | return 0;
  12652. | ;
  12653. | return 0;
  12654. | }
  12655. configure:17199: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12656. conftest.c:198:20: error: no member named 'st_atim' in 'struct stat'
  12657. if (sizeof ac_aggr.st_atim)
  12658. ~~~~~~~ ^
  12659. 1 error generated.
  12660. configure:17199: $? = 1
  12661. configure: failed program was:
  12662. | /* confdefs.h */
  12663. | #define PACKAGE_NAME ""
  12664. | #define PACKAGE_TARNAME ""
  12665. | #define PACKAGE_VERSION ""
  12666. | #define PACKAGE_STRING ""
  12667. | #define PACKAGE_BUGREPORT ""
  12668. | #define PACKAGE_URL ""
  12669. | #define CANONICALIZATION_FOR_MATHN 1
  12670. | #define STDC_HEADERS 1
  12671. | #define HAVE_SYS_TYPES_H 1
  12672. | #define HAVE_SYS_STAT_H 1
  12673. | #define HAVE_STDLIB_H 1
  12674. | #define HAVE_STRING_H 1
  12675. | #define HAVE_MEMORY_H 1
  12676. | #define HAVE_STRINGS_H 1
  12677. | #define HAVE_INTTYPES_H 1
  12678. | #define HAVE_STDINT_H 1
  12679. | #define HAVE_UNISTD_H 1
  12680. | #define __EXTENSIONS__ 1
  12681. | #define _ALL_SOURCE 1
  12682. | #define _GNU_SOURCE 1
  12683. | #define _POSIX_PTHREAD_SEMANTICS 1
  12684. | #define _TANDEM_SOURCE 1
  12685. | #define HAVE_INFINITY 1
  12686. | #define HAVE_NAN 1
  12687. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  12688. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  12689. | #define BROKEN_CRYPT 1
  12690. | #define HAVE_CRT_EXTERNS_H 1
  12691. | #define HAVE_LIBDL 1
  12692. | #define HAVE_DIRENT_H 1
  12693. | #define HAVE__BOOL 1
  12694. | #define HAVE_STDBOOL_H 1
  12695. | #define HAVE_SYS_WAIT_H 1
  12696. | #define HAVE_GRP_H 1
  12697. | #define HAVE_FCNTL_H 1
  12698. | #define HAVE_FLOAT_H 1
  12699. | #define HAVE_LANGINFO_H 1
  12700. | #define HAVE_LIMITS_H 1
  12701. | #define HAVE_LOCALE_H 1
  12702. | #define HAVE_MALLOC_MALLOC_H 1
  12703. | #define HAVE_PWD_H 1
  12704. | #define HAVE_SYS_ATTR_H 1
  12705. | #define HAVE_SYS_FCNTL_H 1
  12706. | #define HAVE_SYS_FILE_H 1
  12707. | #define HAVE_SYS_IOCTL_H 1
  12708. | #define HAVE_SYS_PARAM_H 1
  12709. | #define HAVE_SYS_RESOURCE_H 1
  12710. | #define HAVE_SYS_SELECT_H 1
  12711. | #define HAVE_SYS_SOCKET_H 1
  12712. | #define HAVE_SYS_SYSCALL_H 1
  12713. | #define HAVE_SYS_TIME_H 1
  12714. | #define HAVE_SYS_TIMES_H 1
  12715. | #define HAVE_SYS_UIO_H 1
  12716. | #define HAVE_TIME_H 1
  12717. | #define HAVE_UCONTEXT_H 1
  12718. | #define HAVE_UTIME_H 1
  12719. | #define HAVE_TYPEOF 1
  12720. | #define HAVE_LONG_LONG 1
  12721. | #define HAVE_OFF_T 1
  12722. | #define SIZEOF_INT 4
  12723. | #define SIZEOF_SHORT 2
  12724. | #define SIZEOF_LONG 8
  12725. | #define SIZEOF_LONG_LONG 8
  12726. | #define SIZEOF___INT64 0
  12727. | #define SIZEOF___INT128 16
  12728. | #define SIZEOF_OFF_T 8
  12729. | #define SIZEOF_VOIDP 8
  12730. | #define SIZEOF_FLOAT 4
  12731. | #define SIZEOF_DOUBLE 8
  12732. | #define SIZEOF_TIME_T 8
  12733. | #define SIZEOF_CLOCK_T 8
  12734. | #define PACKED_STRUCT(x) x __attribute__((packed))
  12735. | #define PACKED_STRUCT_UNALIGNED(x) x
  12736. | #define PRI_LL_PREFIX "ll"
  12737. | #define rb_pid_t pid_t
  12738. | #define SIGNEDNESS_OF_PID_T -1
  12739. | #define PIDT2NUM(v) INT2NUM(v)
  12740. | #define NUM2PIDT(v) NUM2INT(v)
  12741. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  12742. | #define rb_uid_t uid_t
  12743. | #define SIGNEDNESS_OF_UID_T +1
  12744. | #define UIDT2NUM(v) UINT2NUM(v)
  12745. | #define NUM2UIDT(v) NUM2UINT(v)
  12746. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  12747. | #define rb_gid_t gid_t
  12748. | #define SIGNEDNESS_OF_GID_T +1
  12749. | #define GIDT2NUM(v) UINT2NUM(v)
  12750. | #define NUM2GIDT(v) NUM2UINT(v)
  12751. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  12752. | #define rb_time_t time_t
  12753. | #define SIGNEDNESS_OF_TIME_T -1
  12754. | #define TIMET2NUM(v) LONG2NUM(v)
  12755. | #define NUM2TIMET(v) NUM2LONG(v)
  12756. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  12757. | #define rb_dev_t dev_t
  12758. | #define SIGNEDNESS_OF_DEV_T -1
  12759. | #define DEVT2NUM(v) INT2NUM(v)
  12760. | #define NUM2DEVT(v) NUM2INT(v)
  12761. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  12762. | #define rb_mode_t mode_t
  12763. | #define SIGNEDNESS_OF_MODE_T +1
  12764. | #define MODET2NUM(v) UINT2NUM(v)
  12765. | #define NUM2MODET(v) NUM2UINT(v)
  12766. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  12767. | #define rb_rlim_t rlim_t
  12768. | #define SIGNEDNESS_OF_RLIM_T +1
  12769. | #define RLIM2NUM(v) ULL2NUM(v)
  12770. | #define NUM2RLIM(v) NUM2ULL(v)
  12771. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  12772. | #define rb_off_t off_t
  12773. | #define SIGNEDNESS_OF_OFF_T -1
  12774. | #define OFFT2NUM(v) LL2NUM(v)
  12775. | #define NUM2OFFT(v) NUM2LL(v)
  12776. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  12777. | #define rb_clockid_t int
  12778. | #define SIGNEDNESS_OF_CLOCKID_T -1
  12779. | #define CLOCKID2NUM(v) INT2NUM(v)
  12780. | #define NUM2CLOCKID(v) NUM2INT(v)
  12781. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  12782. | #define HAVE_PROTOTYPES 1
  12783. | #define TOKEN_PASTE(x,y) x##y
  12784. | #define STRINGIZE(expr) STRINGIZE0(expr)
  12785. | #define HAVE_STDARG_PROTOTYPES 1
  12786. | #define HAVE_VA_ARGS_MACRO 1
  12787. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  12788. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  12789. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  12790. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  12791. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  12792. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  12793. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  12794. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  12795. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  12796. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  12797. | #define WEAK(x) __attribute__ ((__weak__)) x
  12798. | #define HAVE_FUNC_WEAK 1
  12799. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  12800. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  12801. | #define HAVE_GCC_SYNC_BUILTINS 1
  12802. | #define UNREACHABLE __builtin_unreachable()
  12803. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  12804. | #define RUBY_FUNCTION_NAME_STRING __func__
  12805. | #define ENUM_OVER_INT 1
  12806. | #define HAVE_DECL_SYS_NERR 1
  12807. | #define HAVE_DECL_GETENV 1
  12808. | #define SIZEOF_SIZE_T 8
  12809. | #define SIZEOF_PTRDIFF_T 8
  12810. | #define PRI_SIZE_PREFIX "z"
  12811. | #define PRI_PTRDIFF_PREFIX "t"
  12812. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  12813. | #define HAVE_ST_BLKSIZE 1
  12814. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  12815. | #define HAVE_ST_BLOCKS 1
  12816. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  12817. | #define HAVE_ST_RDEV 1
  12818. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  12819. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  12820. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  12821. | /* end confdefs.h. */
  12822. | #include <stdio.h>
  12823. | #ifdef HAVE_SYS_TYPES_H
  12824. | # include <sys/types.h>
  12825. | #endif
  12826. | #ifdef HAVE_SYS_STAT_H
  12827. | # include <sys/stat.h>
  12828. | #endif
  12829. | #ifdef STDC_HEADERS
  12830. | # include <stdlib.h>
  12831. | # include <stddef.h>
  12832. | #else
  12833. | # ifdef HAVE_STDLIB_H
  12834. | # include <stdlib.h>
  12835. | # endif
  12836. | #endif
  12837. | #ifdef HAVE_STRING_H
  12838. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  12839. | # include <memory.h>
  12840. | # endif
  12841. | # include <string.h>
  12842. | #endif
  12843. | #ifdef HAVE_STRINGS_H
  12844. | # include <strings.h>
  12845. | #endif
  12846. | #ifdef HAVE_INTTYPES_H
  12847. | # include <inttypes.h>
  12848. | #endif
  12849. | #ifdef HAVE_STDINT_H
  12850. | # include <stdint.h>
  12851. | #endif
  12852. | #ifdef HAVE_UNISTD_H
  12853. | # include <unistd.h>
  12854. | #endif
  12855. | int
  12856. | main ()
  12857. | {
  12858. | static struct stat ac_aggr;
  12859. | if (sizeof ac_aggr.st_atim)
  12860. | return 0;
  12861. | ;
  12862. | return 0;
  12863. | }
  12864. configure:17199: result: no
  12865. configure:17209: checking for struct stat.st_atimespec
  12866. configure:17209: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12867. conftest.c:198:1: error: statement requires expression of scalar type ('struct timespec' invalid)
  12868. if (ac_aggr.st_atimespec)
  12869. ^ ~~~~~~~~~~~~~~~~~~~~
  12870. 1 error generated.
  12871. configure:17209: $? = 1
  12872. configure: failed program was:
  12873. | /* confdefs.h */
  12874. | #define PACKAGE_NAME ""
  12875. | #define PACKAGE_TARNAME ""
  12876. | #define PACKAGE_VERSION ""
  12877. | #define PACKAGE_STRING ""
  12878. | #define PACKAGE_BUGREPORT ""
  12879. | #define PACKAGE_URL ""
  12880. | #define CANONICALIZATION_FOR_MATHN 1
  12881. | #define STDC_HEADERS 1
  12882. | #define HAVE_SYS_TYPES_H 1
  12883. | #define HAVE_SYS_STAT_H 1
  12884. | #define HAVE_STDLIB_H 1
  12885. | #define HAVE_STRING_H 1
  12886. | #define HAVE_MEMORY_H 1
  12887. | #define HAVE_STRINGS_H 1
  12888. | #define HAVE_INTTYPES_H 1
  12889. | #define HAVE_STDINT_H 1
  12890. | #define HAVE_UNISTD_H 1
  12891. | #define __EXTENSIONS__ 1
  12892. | #define _ALL_SOURCE 1
  12893. | #define _GNU_SOURCE 1
  12894. | #define _POSIX_PTHREAD_SEMANTICS 1
  12895. | #define _TANDEM_SOURCE 1
  12896. | #define HAVE_INFINITY 1
  12897. | #define HAVE_NAN 1
  12898. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  12899. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  12900. | #define BROKEN_CRYPT 1
  12901. | #define HAVE_CRT_EXTERNS_H 1
  12902. | #define HAVE_LIBDL 1
  12903. | #define HAVE_DIRENT_H 1
  12904. | #define HAVE__BOOL 1
  12905. | #define HAVE_STDBOOL_H 1
  12906. | #define HAVE_SYS_WAIT_H 1
  12907. | #define HAVE_GRP_H 1
  12908. | #define HAVE_FCNTL_H 1
  12909. | #define HAVE_FLOAT_H 1
  12910. | #define HAVE_LANGINFO_H 1
  12911. | #define HAVE_LIMITS_H 1
  12912. | #define HAVE_LOCALE_H 1
  12913. | #define HAVE_MALLOC_MALLOC_H 1
  12914. | #define HAVE_PWD_H 1
  12915. | #define HAVE_SYS_ATTR_H 1
  12916. | #define HAVE_SYS_FCNTL_H 1
  12917. | #define HAVE_SYS_FILE_H 1
  12918. | #define HAVE_SYS_IOCTL_H 1
  12919. | #define HAVE_SYS_PARAM_H 1
  12920. | #define HAVE_SYS_RESOURCE_H 1
  12921. | #define HAVE_SYS_SELECT_H 1
  12922. | #define HAVE_SYS_SOCKET_H 1
  12923. | #define HAVE_SYS_SYSCALL_H 1
  12924. | #define HAVE_SYS_TIME_H 1
  12925. | #define HAVE_SYS_TIMES_H 1
  12926. | #define HAVE_SYS_UIO_H 1
  12927. | #define HAVE_TIME_H 1
  12928. | #define HAVE_UCONTEXT_H 1
  12929. | #define HAVE_UTIME_H 1
  12930. | #define HAVE_TYPEOF 1
  12931. | #define HAVE_LONG_LONG 1
  12932. | #define HAVE_OFF_T 1
  12933. | #define SIZEOF_INT 4
  12934. | #define SIZEOF_SHORT 2
  12935. | #define SIZEOF_LONG 8
  12936. | #define SIZEOF_LONG_LONG 8
  12937. | #define SIZEOF___INT64 0
  12938. | #define SIZEOF___INT128 16
  12939. | #define SIZEOF_OFF_T 8
  12940. | #define SIZEOF_VOIDP 8
  12941. | #define SIZEOF_FLOAT 4
  12942. | #define SIZEOF_DOUBLE 8
  12943. | #define SIZEOF_TIME_T 8
  12944. | #define SIZEOF_CLOCK_T 8
  12945. | #define PACKED_STRUCT(x) x __attribute__((packed))
  12946. | #define PACKED_STRUCT_UNALIGNED(x) x
  12947. | #define PRI_LL_PREFIX "ll"
  12948. | #define rb_pid_t pid_t
  12949. | #define SIGNEDNESS_OF_PID_T -1
  12950. | #define PIDT2NUM(v) INT2NUM(v)
  12951. | #define NUM2PIDT(v) NUM2INT(v)
  12952. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  12953. | #define rb_uid_t uid_t
  12954. | #define SIGNEDNESS_OF_UID_T +1
  12955. | #define UIDT2NUM(v) UINT2NUM(v)
  12956. | #define NUM2UIDT(v) NUM2UINT(v)
  12957. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  12958. | #define rb_gid_t gid_t
  12959. | #define SIGNEDNESS_OF_GID_T +1
  12960. | #define GIDT2NUM(v) UINT2NUM(v)
  12961. | #define NUM2GIDT(v) NUM2UINT(v)
  12962. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  12963. | #define rb_time_t time_t
  12964. | #define SIGNEDNESS_OF_TIME_T -1
  12965. | #define TIMET2NUM(v) LONG2NUM(v)
  12966. | #define NUM2TIMET(v) NUM2LONG(v)
  12967. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  12968. | #define rb_dev_t dev_t
  12969. | #define SIGNEDNESS_OF_DEV_T -1
  12970. | #define DEVT2NUM(v) INT2NUM(v)
  12971. | #define NUM2DEVT(v) NUM2INT(v)
  12972. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  12973. | #define rb_mode_t mode_t
  12974. | #define SIGNEDNESS_OF_MODE_T +1
  12975. | #define MODET2NUM(v) UINT2NUM(v)
  12976. | #define NUM2MODET(v) NUM2UINT(v)
  12977. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  12978. | #define rb_rlim_t rlim_t
  12979. | #define SIGNEDNESS_OF_RLIM_T +1
  12980. | #define RLIM2NUM(v) ULL2NUM(v)
  12981. | #define NUM2RLIM(v) NUM2ULL(v)
  12982. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  12983. | #define rb_off_t off_t
  12984. | #define SIGNEDNESS_OF_OFF_T -1
  12985. | #define OFFT2NUM(v) LL2NUM(v)
  12986. | #define NUM2OFFT(v) NUM2LL(v)
  12987. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  12988. | #define rb_clockid_t int
  12989. | #define SIGNEDNESS_OF_CLOCKID_T -1
  12990. | #define CLOCKID2NUM(v) INT2NUM(v)
  12991. | #define NUM2CLOCKID(v) NUM2INT(v)
  12992. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  12993. | #define HAVE_PROTOTYPES 1
  12994. | #define TOKEN_PASTE(x,y) x##y
  12995. | #define STRINGIZE(expr) STRINGIZE0(expr)
  12996. | #define HAVE_STDARG_PROTOTYPES 1
  12997. | #define HAVE_VA_ARGS_MACRO 1
  12998. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  12999. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  13000. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  13001. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  13002. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  13003. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  13004. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  13005. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  13006. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  13007. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  13008. | #define WEAK(x) __attribute__ ((__weak__)) x
  13009. | #define HAVE_FUNC_WEAK 1
  13010. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  13011. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  13012. | #define HAVE_GCC_SYNC_BUILTINS 1
  13013. | #define UNREACHABLE __builtin_unreachable()
  13014. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  13015. | #define RUBY_FUNCTION_NAME_STRING __func__
  13016. | #define ENUM_OVER_INT 1
  13017. | #define HAVE_DECL_SYS_NERR 1
  13018. | #define HAVE_DECL_GETENV 1
  13019. | #define SIZEOF_SIZE_T 8
  13020. | #define SIZEOF_PTRDIFF_T 8
  13021. | #define PRI_SIZE_PREFIX "z"
  13022. | #define PRI_PTRDIFF_PREFIX "t"
  13023. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  13024. | #define HAVE_ST_BLKSIZE 1
  13025. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  13026. | #define HAVE_ST_BLOCKS 1
  13027. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  13028. | #define HAVE_ST_RDEV 1
  13029. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  13030. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  13031. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  13032. | /* end confdefs.h. */
  13033. | #include <stdio.h>
  13034. | #ifdef HAVE_SYS_TYPES_H
  13035. | # include <sys/types.h>
  13036. | #endif
  13037. | #ifdef HAVE_SYS_STAT_H
  13038. | # include <sys/stat.h>
  13039. | #endif
  13040. | #ifdef STDC_HEADERS
  13041. | # include <stdlib.h>
  13042. | # include <stddef.h>
  13043. | #else
  13044. | # ifdef HAVE_STDLIB_H
  13045. | # include <stdlib.h>
  13046. | # endif
  13047. | #endif
  13048. | #ifdef HAVE_STRING_H
  13049. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  13050. | # include <memory.h>
  13051. | # endif
  13052. | # include <string.h>
  13053. | #endif
  13054. | #ifdef HAVE_STRINGS_H
  13055. | # include <strings.h>
  13056. | #endif
  13057. | #ifdef HAVE_INTTYPES_H
  13058. | # include <inttypes.h>
  13059. | #endif
  13060. | #ifdef HAVE_STDINT_H
  13061. | # include <stdint.h>
  13062. | #endif
  13063. | #ifdef HAVE_UNISTD_H
  13064. | # include <unistd.h>
  13065. | #endif
  13066. | int
  13067. | main ()
  13068. | {
  13069. | static struct stat ac_aggr;
  13070. | if (ac_aggr.st_atimespec)
  13071. | return 0;
  13072. | ;
  13073. | return 0;
  13074. | }
  13075. configure:17209: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  13076. configure:17209: $? = 0
  13077. configure:17209: result: yes
  13078. configure:17219: checking for struct stat.st_atimensec
  13079. configure:17219: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  13080. conftest.c:199:13: error: no member named 'st_atimensec' in 'struct stat'; did you mean 'st_atimespec'?
  13081. if (ac_aggr.st_atimensec)
  13082. ^~~~~~~~~~~~
  13083. st_atimespec
  13084. /usr/include/sys/stat.h:182:13: note: 'st_atimespec' declared here
  13085. struct stat __DARWIN_STRUCT_STAT64;
  13086. ^
  13087. /usr/include/sys/stat.h:166:2: note: expanded from macro '__DARWIN_STRUCT_STAT64'
  13088. __DARWIN_STRUCT_STAT64_TIMES \
  13089. ^
  13090. /usr/include/sys/stat.h:129:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES'
  13091. struct timespec st_atimespec; /* time of last access */ \
  13092. ^
  13093. conftest.c:199:1: error: statement requires expression of scalar type ('struct timespec' invalid)
  13094. if (ac_aggr.st_atimensec)
  13095. ^ ~~~~~~~~~~~~~~~~~~~~
  13096. 2 errors generated.
  13097. configure:17219: $? = 1
  13098. configure: failed program was:
  13099. | /* confdefs.h */
  13100. | #define PACKAGE_NAME ""
  13101. | #define PACKAGE_TARNAME ""
  13102. | #define PACKAGE_VERSION ""
  13103. | #define PACKAGE_STRING ""
  13104. | #define PACKAGE_BUGREPORT ""
  13105. | #define PACKAGE_URL ""
  13106. | #define CANONICALIZATION_FOR_MATHN 1
  13107. | #define STDC_HEADERS 1
  13108. | #define HAVE_SYS_TYPES_H 1
  13109. | #define HAVE_SYS_STAT_H 1
  13110. | #define HAVE_STDLIB_H 1
  13111. | #define HAVE_STRING_H 1
  13112. | #define HAVE_MEMORY_H 1
  13113. | #define HAVE_STRINGS_H 1
  13114. | #define HAVE_INTTYPES_H 1
  13115. | #define HAVE_STDINT_H 1
  13116. | #define HAVE_UNISTD_H 1
  13117. | #define __EXTENSIONS__ 1
  13118. | #define _ALL_SOURCE 1
  13119. | #define _GNU_SOURCE 1
  13120. | #define _POSIX_PTHREAD_SEMANTICS 1
  13121. | #define _TANDEM_SOURCE 1
  13122. | #define HAVE_INFINITY 1
  13123. | #define HAVE_NAN 1
  13124. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  13125. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  13126. | #define BROKEN_CRYPT 1
  13127. | #define HAVE_CRT_EXTERNS_H 1
  13128. | #define HAVE_LIBDL 1
  13129. | #define HAVE_DIRENT_H 1
  13130. | #define HAVE__BOOL 1
  13131. | #define HAVE_STDBOOL_H 1
  13132. | #define HAVE_SYS_WAIT_H 1
  13133. | #define HAVE_GRP_H 1
  13134. | #define HAVE_FCNTL_H 1
  13135. | #define HAVE_FLOAT_H 1
  13136. | #define HAVE_LANGINFO_H 1
  13137. | #define HAVE_LIMITS_H 1
  13138. | #define HAVE_LOCALE_H 1
  13139. | #define HAVE_MALLOC_MALLOC_H 1
  13140. | #define HAVE_PWD_H 1
  13141. | #define HAVE_SYS_ATTR_H 1
  13142. | #define HAVE_SYS_FCNTL_H 1
  13143. | #define HAVE_SYS_FILE_H 1
  13144. | #define HAVE_SYS_IOCTL_H 1
  13145. | #define HAVE_SYS_PARAM_H 1
  13146. | #define HAVE_SYS_RESOURCE_H 1
  13147. | #define HAVE_SYS_SELECT_H 1
  13148. | #define HAVE_SYS_SOCKET_H 1
  13149. | #define HAVE_SYS_SYSCALL_H 1
  13150. | #define HAVE_SYS_TIME_H 1
  13151. | #define HAVE_SYS_TIMES_H 1
  13152. | #define HAVE_SYS_UIO_H 1
  13153. | #define HAVE_TIME_H 1
  13154. | #define HAVE_UCONTEXT_H 1
  13155. | #define HAVE_UTIME_H 1
  13156. | #define HAVE_TYPEOF 1
  13157. | #define HAVE_LONG_LONG 1
  13158. | #define HAVE_OFF_T 1
  13159. | #define SIZEOF_INT 4
  13160. | #define SIZEOF_SHORT 2
  13161. | #define SIZEOF_LONG 8
  13162. | #define SIZEOF_LONG_LONG 8
  13163. | #define SIZEOF___INT64 0
  13164. | #define SIZEOF___INT128 16
  13165. | #define SIZEOF_OFF_T 8
  13166. | #define SIZEOF_VOIDP 8
  13167. | #define SIZEOF_FLOAT 4
  13168. | #define SIZEOF_DOUBLE 8
  13169. | #define SIZEOF_TIME_T 8
  13170. | #define SIZEOF_CLOCK_T 8
  13171. | #define PACKED_STRUCT(x) x __attribute__((packed))
  13172. | #define PACKED_STRUCT_UNALIGNED(x) x
  13173. | #define PRI_LL_PREFIX "ll"
  13174. | #define rb_pid_t pid_t
  13175. | #define SIGNEDNESS_OF_PID_T -1
  13176. | #define PIDT2NUM(v) INT2NUM(v)
  13177. | #define NUM2PIDT(v) NUM2INT(v)
  13178. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  13179. | #define rb_uid_t uid_t
  13180. | #define SIGNEDNESS_OF_UID_T +1
  13181. | #define UIDT2NUM(v) UINT2NUM(v)
  13182. | #define NUM2UIDT(v) NUM2UINT(v)
  13183. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  13184. | #define rb_gid_t gid_t
  13185. | #define SIGNEDNESS_OF_GID_T +1
  13186. | #define GIDT2NUM(v) UINT2NUM(v)
  13187. | #define NUM2GIDT(v) NUM2UINT(v)
  13188. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  13189. | #define rb_time_t time_t
  13190. | #define SIGNEDNESS_OF_TIME_T -1
  13191. | #define TIMET2NUM(v) LONG2NUM(v)
  13192. | #define NUM2TIMET(v) NUM2LONG(v)
  13193. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  13194. | #define rb_dev_t dev_t
  13195. | #define SIGNEDNESS_OF_DEV_T -1
  13196. | #define DEVT2NUM(v) INT2NUM(v)
  13197. | #define NUM2DEVT(v) NUM2INT(v)
  13198. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  13199. | #define rb_mode_t mode_t
  13200. | #define SIGNEDNESS_OF_MODE_T +1
  13201. | #define MODET2NUM(v) UINT2NUM(v)
  13202. | #define NUM2MODET(v) NUM2UINT(v)
  13203. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  13204. | #define rb_rlim_t rlim_t
  13205. | #define SIGNEDNESS_OF_RLIM_T +1
  13206. | #define RLIM2NUM(v) ULL2NUM(v)
  13207. | #define NUM2RLIM(v) NUM2ULL(v)
  13208. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  13209. | #define rb_off_t off_t
  13210. | #define SIGNEDNESS_OF_OFF_T -1
  13211. | #define OFFT2NUM(v) LL2NUM(v)
  13212. | #define NUM2OFFT(v) NUM2LL(v)
  13213. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  13214. | #define rb_clockid_t int
  13215. | #define SIGNEDNESS_OF_CLOCKID_T -1
  13216. | #define CLOCKID2NUM(v) INT2NUM(v)
  13217. | #define NUM2CLOCKID(v) NUM2INT(v)
  13218. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  13219. | #define HAVE_PROTOTYPES 1
  13220. | #define TOKEN_PASTE(x,y) x##y
  13221. | #define STRINGIZE(expr) STRINGIZE0(expr)
  13222. | #define HAVE_STDARG_PROTOTYPES 1
  13223. | #define HAVE_VA_ARGS_MACRO 1
  13224. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  13225. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  13226. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  13227. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  13228. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  13229. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  13230. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  13231. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  13232. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  13233. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  13234. | #define WEAK(x) __attribute__ ((__weak__)) x
  13235. | #define HAVE_FUNC_WEAK 1
  13236. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  13237. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  13238. | #define HAVE_GCC_SYNC_BUILTINS 1
  13239. | #define UNREACHABLE __builtin_unreachable()
  13240. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  13241. | #define RUBY_FUNCTION_NAME_STRING __func__
  13242. | #define ENUM_OVER_INT 1
  13243. | #define HAVE_DECL_SYS_NERR 1
  13244. | #define HAVE_DECL_GETENV 1
  13245. | #define SIZEOF_SIZE_T 8
  13246. | #define SIZEOF_PTRDIFF_T 8
  13247. | #define PRI_SIZE_PREFIX "z"
  13248. | #define PRI_PTRDIFF_PREFIX "t"
  13249. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  13250. | #define HAVE_ST_BLKSIZE 1
  13251. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  13252. | #define HAVE_ST_BLOCKS 1
  13253. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  13254. | #define HAVE_ST_RDEV 1
  13255. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  13256. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  13257. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  13258. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  13259. | /* end confdefs.h. */
  13260. | #include <stdio.h>
  13261. | #ifdef HAVE_SYS_TYPES_H
  13262. | # include <sys/types.h>
  13263. | #endif
  13264. | #ifdef HAVE_SYS_STAT_H
  13265. | # include <sys/stat.h>
  13266. | #endif
  13267. | #ifdef STDC_HEADERS
  13268. | # include <stdlib.h>
  13269. | # include <stddef.h>
  13270. | #else
  13271. | # ifdef HAVE_STDLIB_H
  13272. | # include <stdlib.h>
  13273. | # endif
  13274. | #endif
  13275. | #ifdef HAVE_STRING_H
  13276. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  13277. | # include <memory.h>
  13278. | # endif
  13279. | # include <string.h>
  13280. | #endif
  13281. | #ifdef HAVE_STRINGS_H
  13282. | # include <strings.h>
  13283. | #endif
  13284. | #ifdef HAVE_INTTYPES_H
  13285. | # include <inttypes.h>
  13286. | #endif
  13287. | #ifdef HAVE_STDINT_H
  13288. | # include <stdint.h>
  13289. | #endif
  13290. | #ifdef HAVE_UNISTD_H
  13291. | # include <unistd.h>
  13292. | #endif
  13293. | int
  13294. | main ()
  13295. | {
  13296. | static struct stat ac_aggr;
  13297. | if (ac_aggr.st_atimensec)
  13298. | return 0;
  13299. | ;
  13300. | return 0;
  13301. | }
  13302. configure:17219: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  13303. conftest.c:199:20: error: no member named 'st_atimensec' in 'struct stat'; did you mean 'st_atimespec'?
  13304. if (sizeof ac_aggr.st_atimensec)
  13305. ^~~~~~~~~~~~
  13306. st_atimespec
  13307. /usr/include/sys/stat.h:182:13: note: 'st_atimespec' declared here
  13308. struct stat __DARWIN_STRUCT_STAT64;
  13309. ^
  13310. /usr/include/sys/stat.h:166:2: note: expanded from macro '__DARWIN_STRUCT_STAT64'
  13311. __DARWIN_STRUCT_STAT64_TIMES \
  13312. ^
  13313. /usr/include/sys/stat.h:129:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES'
  13314. struct timespec st_atimespec; /* time of last access */ \
  13315. ^
  13316. 1 error generated.
  13317. configure:17219: $? = 1
  13318. configure: failed program was:
  13319. | /* confdefs.h */
  13320. | #define PACKAGE_NAME ""
  13321. | #define PACKAGE_TARNAME ""
  13322. | #define PACKAGE_VERSION ""
  13323. | #define PACKAGE_STRING ""
  13324. | #define PACKAGE_BUGREPORT ""
  13325. | #define PACKAGE_URL ""
  13326. | #define CANONICALIZATION_FOR_MATHN 1
  13327. | #define STDC_HEADERS 1
  13328. | #define HAVE_SYS_TYPES_H 1
  13329. | #define HAVE_SYS_STAT_H 1
  13330. | #define HAVE_STDLIB_H 1
  13331. | #define HAVE_STRING_H 1
  13332. | #define HAVE_MEMORY_H 1
  13333. | #define HAVE_STRINGS_H 1
  13334. | #define HAVE_INTTYPES_H 1
  13335. | #define HAVE_STDINT_H 1
  13336. | #define HAVE_UNISTD_H 1
  13337. | #define __EXTENSIONS__ 1
  13338. | #define _ALL_SOURCE 1
  13339. | #define _GNU_SOURCE 1
  13340. | #define _POSIX_PTHREAD_SEMANTICS 1
  13341. | #define _TANDEM_SOURCE 1
  13342. | #define HAVE_INFINITY 1
  13343. | #define HAVE_NAN 1
  13344. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  13345. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  13346. | #define BROKEN_CRYPT 1
  13347. | #define HAVE_CRT_EXTERNS_H 1
  13348. | #define HAVE_LIBDL 1
  13349. | #define HAVE_DIRENT_H 1
  13350. | #define HAVE__BOOL 1
  13351. | #define HAVE_STDBOOL_H 1
  13352. | #define HAVE_SYS_WAIT_H 1
  13353. | #define HAVE_GRP_H 1
  13354. | #define HAVE_FCNTL_H 1
  13355. | #define HAVE_FLOAT_H 1
  13356. | #define HAVE_LANGINFO_H 1
  13357. | #define HAVE_LIMITS_H 1
  13358. | #define HAVE_LOCALE_H 1
  13359. | #define HAVE_MALLOC_MALLOC_H 1
  13360. | #define HAVE_PWD_H 1
  13361. | #define HAVE_SYS_ATTR_H 1
  13362. | #define HAVE_SYS_FCNTL_H 1
  13363. | #define HAVE_SYS_FILE_H 1
  13364. | #define HAVE_SYS_IOCTL_H 1
  13365. | #define HAVE_SYS_PARAM_H 1
  13366. | #define HAVE_SYS_RESOURCE_H 1
  13367. | #define HAVE_SYS_SELECT_H 1
  13368. | #define HAVE_SYS_SOCKET_H 1
  13369. | #define HAVE_SYS_SYSCALL_H 1
  13370. | #define HAVE_SYS_TIME_H 1
  13371. | #define HAVE_SYS_TIMES_H 1
  13372. | #define HAVE_SYS_UIO_H 1
  13373. | #define HAVE_TIME_H 1
  13374. | #define HAVE_UCONTEXT_H 1
  13375. | #define HAVE_UTIME_H 1
  13376. | #define HAVE_TYPEOF 1
  13377. | #define HAVE_LONG_LONG 1
  13378. | #define HAVE_OFF_T 1
  13379. | #define SIZEOF_INT 4
  13380. | #define SIZEOF_SHORT 2
  13381. | #define SIZEOF_LONG 8
  13382. | #define SIZEOF_LONG_LONG 8
  13383. | #define SIZEOF___INT64 0
  13384. | #define SIZEOF___INT128 16
  13385. | #define SIZEOF_OFF_T 8
  13386. | #define SIZEOF_VOIDP 8
  13387. | #define SIZEOF_FLOAT 4
  13388. | #define SIZEOF_DOUBLE 8
  13389. | #define SIZEOF_TIME_T 8
  13390. | #define SIZEOF_CLOCK_T 8
  13391. | #define PACKED_STRUCT(x) x __attribute__((packed))
  13392. | #define PACKED_STRUCT_UNALIGNED(x) x
  13393. | #define PRI_LL_PREFIX "ll"
  13394. | #define rb_pid_t pid_t
  13395. | #define SIGNEDNESS_OF_PID_T -1
  13396. | #define PIDT2NUM(v) INT2NUM(v)
  13397. | #define NUM2PIDT(v) NUM2INT(v)
  13398. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  13399. | #define rb_uid_t uid_t
  13400. | #define SIGNEDNESS_OF_UID_T +1
  13401. | #define UIDT2NUM(v) UINT2NUM(v)
  13402. | #define NUM2UIDT(v) NUM2UINT(v)
  13403. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  13404. | #define rb_gid_t gid_t
  13405. | #define SIGNEDNESS_OF_GID_T +1
  13406. | #define GIDT2NUM(v) UINT2NUM(v)
  13407. | #define NUM2GIDT(v) NUM2UINT(v)
  13408. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  13409. | #define rb_time_t time_t
  13410. | #define SIGNEDNESS_OF_TIME_T -1
  13411. | #define TIMET2NUM(v) LONG2NUM(v)
  13412. | #define NUM2TIMET(v) NUM2LONG(v)
  13413. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  13414. | #define rb_dev_t dev_t
  13415. | #define SIGNEDNESS_OF_DEV_T -1
  13416. | #define DEVT2NUM(v) INT2NUM(v)
  13417. | #define NUM2DEVT(v) NUM2INT(v)
  13418. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  13419. | #define rb_mode_t mode_t
  13420. | #define SIGNEDNESS_OF_MODE_T +1
  13421. | #define MODET2NUM(v) UINT2NUM(v)
  13422. | #define NUM2MODET(v) NUM2UINT(v)
  13423. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  13424. | #define rb_rlim_t rlim_t
  13425. | #define SIGNEDNESS_OF_RLIM_T +1
  13426. | #define RLIM2NUM(v) ULL2NUM(v)
  13427. | #define NUM2RLIM(v) NUM2ULL(v)
  13428. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  13429. | #define rb_off_t off_t
  13430. | #define SIGNEDNESS_OF_OFF_T -1
  13431. | #define OFFT2NUM(v) LL2NUM(v)
  13432. | #define NUM2OFFT(v) NUM2LL(v)
  13433. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  13434. | #define rb_clockid_t int
  13435. | #define SIGNEDNESS_OF_CLOCKID_T -1
  13436. | #define CLOCKID2NUM(v) INT2NUM(v)
  13437. | #define NUM2CLOCKID(v) NUM2INT(v)
  13438. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  13439. | #define HAVE_PROTOTYPES 1
  13440. | #define TOKEN_PASTE(x,y) x##y
  13441. | #define STRINGIZE(expr) STRINGIZE0(expr)
  13442. | #define HAVE_STDARG_PROTOTYPES 1
  13443. | #define HAVE_VA_ARGS_MACRO 1
  13444. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  13445. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  13446. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  13447. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  13448. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  13449. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  13450. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  13451. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  13452. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  13453. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  13454. | #define WEAK(x) __attribute__ ((__weak__)) x
  13455. | #define HAVE_FUNC_WEAK 1
  13456. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  13457. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  13458. | #define HAVE_GCC_SYNC_BUILTINS 1
  13459. | #define UNREACHABLE __builtin_unreachable()
  13460. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  13461. | #define RUBY_FUNCTION_NAME_STRING __func__
  13462. | #define ENUM_OVER_INT 1
  13463. | #define HAVE_DECL_SYS_NERR 1
  13464. | #define HAVE_DECL_GETENV 1
  13465. | #define SIZEOF_SIZE_T 8
  13466. | #define SIZEOF_PTRDIFF_T 8
  13467. | #define PRI_SIZE_PREFIX "z"
  13468. | #define PRI_PTRDIFF_PREFIX "t"
  13469. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  13470. | #define HAVE_ST_BLKSIZE 1
  13471. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  13472. | #define HAVE_ST_BLOCKS 1
  13473. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  13474. | #define HAVE_ST_RDEV 1
  13475. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  13476. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  13477. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  13478. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  13479. | /* end confdefs.h. */
  13480. | #include <stdio.h>
  13481. | #ifdef HAVE_SYS_TYPES_H
  13482. | # include <sys/types.h>
  13483. | #endif
  13484. | #ifdef HAVE_SYS_STAT_H
  13485. | # include <sys/stat.h>
  13486. | #endif
  13487. | #ifdef STDC_HEADERS
  13488. | # include <stdlib.h>
  13489. | # include <stddef.h>
  13490. | #else
  13491. | # ifdef HAVE_STDLIB_H
  13492. | # include <stdlib.h>
  13493. | # endif
  13494. | #endif
  13495. | #ifdef HAVE_STRING_H
  13496. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  13497. | # include <memory.h>
  13498. | # endif
  13499. | # include <string.h>
  13500. | #endif
  13501. | #ifdef HAVE_STRINGS_H
  13502. | # include <strings.h>
  13503. | #endif
  13504. | #ifdef HAVE_INTTYPES_H
  13505. | # include <inttypes.h>
  13506. | #endif
  13507. | #ifdef HAVE_STDINT_H
  13508. | # include <stdint.h>
  13509. | #endif
  13510. | #ifdef HAVE_UNISTD_H
  13511. | # include <unistd.h>
  13512. | #endif
  13513. | int
  13514. | main ()
  13515. | {
  13516. | static struct stat ac_aggr;
  13517. | if (sizeof ac_aggr.st_atimensec)
  13518. | return 0;
  13519. | ;
  13520. | return 0;
  13521. | }
  13522. configure:17219: result: no
  13523. configure:17229: checking for struct stat.st_mtim
  13524. configure:17229: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  13525. conftest.c:199:13: error: no member named 'st_mtim' in 'struct stat'
  13526. if (ac_aggr.st_mtim)
  13527. ~~~~~~~ ^
  13528. 1 error generated.
  13529. configure:17229: $? = 1
  13530. configure: failed program was:
  13531. | /* confdefs.h */
  13532. | #define PACKAGE_NAME ""
  13533. | #define PACKAGE_TARNAME ""
  13534. | #define PACKAGE_VERSION ""
  13535. | #define PACKAGE_STRING ""
  13536. | #define PACKAGE_BUGREPORT ""
  13537. | #define PACKAGE_URL ""
  13538. | #define CANONICALIZATION_FOR_MATHN 1
  13539. | #define STDC_HEADERS 1
  13540. | #define HAVE_SYS_TYPES_H 1
  13541. | #define HAVE_SYS_STAT_H 1
  13542. | #define HAVE_STDLIB_H 1
  13543. | #define HAVE_STRING_H 1
  13544. | #define HAVE_MEMORY_H 1
  13545. | #define HAVE_STRINGS_H 1
  13546. | #define HAVE_INTTYPES_H 1
  13547. | #define HAVE_STDINT_H 1
  13548. | #define HAVE_UNISTD_H 1
  13549. | #define __EXTENSIONS__ 1
  13550. | #define _ALL_SOURCE 1
  13551. | #define _GNU_SOURCE 1
  13552. | #define _POSIX_PTHREAD_SEMANTICS 1
  13553. | #define _TANDEM_SOURCE 1
  13554. | #define HAVE_INFINITY 1
  13555. | #define HAVE_NAN 1
  13556. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  13557. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  13558. | #define BROKEN_CRYPT 1
  13559. | #define HAVE_CRT_EXTERNS_H 1
  13560. | #define HAVE_LIBDL 1
  13561. | #define HAVE_DIRENT_H 1
  13562. | #define HAVE__BOOL 1
  13563. | #define HAVE_STDBOOL_H 1
  13564. | #define HAVE_SYS_WAIT_H 1
  13565. | #define HAVE_GRP_H 1
  13566. | #define HAVE_FCNTL_H 1
  13567. | #define HAVE_FLOAT_H 1
  13568. | #define HAVE_LANGINFO_H 1
  13569. | #define HAVE_LIMITS_H 1
  13570. | #define HAVE_LOCALE_H 1
  13571. | #define HAVE_MALLOC_MALLOC_H 1
  13572. | #define HAVE_PWD_H 1
  13573. | #define HAVE_SYS_ATTR_H 1
  13574. | #define HAVE_SYS_FCNTL_H 1
  13575. | #define HAVE_SYS_FILE_H 1
  13576. | #define HAVE_SYS_IOCTL_H 1
  13577. | #define HAVE_SYS_PARAM_H 1
  13578. | #define HAVE_SYS_RESOURCE_H 1
  13579. | #define HAVE_SYS_SELECT_H 1
  13580. | #define HAVE_SYS_SOCKET_H 1
  13581. | #define HAVE_SYS_SYSCALL_H 1
  13582. | #define HAVE_SYS_TIME_H 1
  13583. | #define HAVE_SYS_TIMES_H 1
  13584. | #define HAVE_SYS_UIO_H 1
  13585. | #define HAVE_TIME_H 1
  13586. | #define HAVE_UCONTEXT_H 1
  13587. | #define HAVE_UTIME_H 1
  13588. | #define HAVE_TYPEOF 1
  13589. | #define HAVE_LONG_LONG 1
  13590. | #define HAVE_OFF_T 1
  13591. | #define SIZEOF_INT 4
  13592. | #define SIZEOF_SHORT 2
  13593. | #define SIZEOF_LONG 8
  13594. | #define SIZEOF_LONG_LONG 8
  13595. | #define SIZEOF___INT64 0
  13596. | #define SIZEOF___INT128 16
  13597. | #define SIZEOF_OFF_T 8
  13598. | #define SIZEOF_VOIDP 8
  13599. | #define SIZEOF_FLOAT 4
  13600. | #define SIZEOF_DOUBLE 8
  13601. | #define SIZEOF_TIME_T 8
  13602. | #define SIZEOF_CLOCK_T 8
  13603. | #define PACKED_STRUCT(x) x __attribute__((packed))
  13604. | #define PACKED_STRUCT_UNALIGNED(x) x
  13605. | #define PRI_LL_PREFIX "ll"
  13606. | #define rb_pid_t pid_t
  13607. | #define SIGNEDNESS_OF_PID_T -1
  13608. | #define PIDT2NUM(v) INT2NUM(v)
  13609. | #define NUM2PIDT(v) NUM2INT(v)
  13610. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  13611. | #define rb_uid_t uid_t
  13612. | #define SIGNEDNESS_OF_UID_T +1
  13613. | #define UIDT2NUM(v) UINT2NUM(v)
  13614. | #define NUM2UIDT(v) NUM2UINT(v)
  13615. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  13616. | #define rb_gid_t gid_t
  13617. | #define SIGNEDNESS_OF_GID_T +1
  13618. | #define GIDT2NUM(v) UINT2NUM(v)
  13619. | #define NUM2GIDT(v) NUM2UINT(v)
  13620. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  13621. | #define rb_time_t time_t
  13622. | #define SIGNEDNESS_OF_TIME_T -1
  13623. | #define TIMET2NUM(v) LONG2NUM(v)
  13624. | #define NUM2TIMET(v) NUM2LONG(v)
  13625. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  13626. | #define rb_dev_t dev_t
  13627. | #define SIGNEDNESS_OF_DEV_T -1
  13628. | #define DEVT2NUM(v) INT2NUM(v)
  13629. | #define NUM2DEVT(v) NUM2INT(v)
  13630. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  13631. | #define rb_mode_t mode_t
  13632. | #define SIGNEDNESS_OF_MODE_T +1
  13633. | #define MODET2NUM(v) UINT2NUM(v)
  13634. | #define NUM2MODET(v) NUM2UINT(v)
  13635. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  13636. | #define rb_rlim_t rlim_t
  13637. | #define SIGNEDNESS_OF_RLIM_T +1
  13638. | #define RLIM2NUM(v) ULL2NUM(v)
  13639. | #define NUM2RLIM(v) NUM2ULL(v)
  13640. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  13641. | #define rb_off_t off_t
  13642. | #define SIGNEDNESS_OF_OFF_T -1
  13643. | #define OFFT2NUM(v) LL2NUM(v)
  13644. | #define NUM2OFFT(v) NUM2LL(v)
  13645. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  13646. | #define rb_clockid_t int
  13647. | #define SIGNEDNESS_OF_CLOCKID_T -1
  13648. | #define CLOCKID2NUM(v) INT2NUM(v)
  13649. | #define NUM2CLOCKID(v) NUM2INT(v)
  13650. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  13651. | #define HAVE_PROTOTYPES 1
  13652. | #define TOKEN_PASTE(x,y) x##y
  13653. | #define STRINGIZE(expr) STRINGIZE0(expr)
  13654. | #define HAVE_STDARG_PROTOTYPES 1
  13655. | #define HAVE_VA_ARGS_MACRO 1
  13656. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  13657. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  13658. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  13659. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  13660. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  13661. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  13662. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  13663. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  13664. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  13665. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  13666. | #define WEAK(x) __attribute__ ((__weak__)) x
  13667. | #define HAVE_FUNC_WEAK 1
  13668. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  13669. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  13670. | #define HAVE_GCC_SYNC_BUILTINS 1
  13671. | #define UNREACHABLE __builtin_unreachable()
  13672. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  13673. | #define RUBY_FUNCTION_NAME_STRING __func__
  13674. | #define ENUM_OVER_INT 1
  13675. | #define HAVE_DECL_SYS_NERR 1
  13676. | #define HAVE_DECL_GETENV 1
  13677. | #define SIZEOF_SIZE_T 8
  13678. | #define SIZEOF_PTRDIFF_T 8
  13679. | #define PRI_SIZE_PREFIX "z"
  13680. | #define PRI_PTRDIFF_PREFIX "t"
  13681. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  13682. | #define HAVE_ST_BLKSIZE 1
  13683. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  13684. | #define HAVE_ST_BLOCKS 1
  13685. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  13686. | #define HAVE_ST_RDEV 1
  13687. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  13688. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  13689. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  13690. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  13691. | /* end confdefs.h. */
  13692. | #include <stdio.h>
  13693. | #ifdef HAVE_SYS_TYPES_H
  13694. | # include <sys/types.h>
  13695. | #endif
  13696. | #ifdef HAVE_SYS_STAT_H
  13697. | # include <sys/stat.h>
  13698. | #endif
  13699. | #ifdef STDC_HEADERS
  13700. | # include <stdlib.h>
  13701. | # include <stddef.h>
  13702. | #else
  13703. | # ifdef HAVE_STDLIB_H
  13704. | # include <stdlib.h>
  13705. | # endif
  13706. | #endif
  13707. | #ifdef HAVE_STRING_H
  13708. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  13709. | # include <memory.h>
  13710. | # endif
  13711. | # include <string.h>
  13712. | #endif
  13713. | #ifdef HAVE_STRINGS_H
  13714. | # include <strings.h>
  13715. | #endif
  13716. | #ifdef HAVE_INTTYPES_H
  13717. | # include <inttypes.h>
  13718. | #endif
  13719. | #ifdef HAVE_STDINT_H
  13720. | # include <stdint.h>
  13721. | #endif
  13722. | #ifdef HAVE_UNISTD_H
  13723. | # include <unistd.h>
  13724. | #endif
  13725. | int
  13726. | main ()
  13727. | {
  13728. | static struct stat ac_aggr;
  13729. | if (ac_aggr.st_mtim)
  13730. | return 0;
  13731. | ;
  13732. | return 0;
  13733. | }
  13734. configure:17229: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  13735. conftest.c:199:20: error: no member named 'st_mtim' in 'struct stat'
  13736. if (sizeof ac_aggr.st_mtim)
  13737. ~~~~~~~ ^
  13738. 1 error generated.
  13739. configure:17229: $? = 1
  13740. configure: failed program was:
  13741. | /* confdefs.h */
  13742. | #define PACKAGE_NAME ""
  13743. | #define PACKAGE_TARNAME ""
  13744. | #define PACKAGE_VERSION ""
  13745. | #define PACKAGE_STRING ""
  13746. | #define PACKAGE_BUGREPORT ""
  13747. | #define PACKAGE_URL ""
  13748. | #define CANONICALIZATION_FOR_MATHN 1
  13749. | #define STDC_HEADERS 1
  13750. | #define HAVE_SYS_TYPES_H 1
  13751. | #define HAVE_SYS_STAT_H 1
  13752. | #define HAVE_STDLIB_H 1
  13753. | #define HAVE_STRING_H 1
  13754. | #define HAVE_MEMORY_H 1
  13755. | #define HAVE_STRINGS_H 1
  13756. | #define HAVE_INTTYPES_H 1
  13757. | #define HAVE_STDINT_H 1
  13758. | #define HAVE_UNISTD_H 1
  13759. | #define __EXTENSIONS__ 1
  13760. | #define _ALL_SOURCE 1
  13761. | #define _GNU_SOURCE 1
  13762. | #define _POSIX_PTHREAD_SEMANTICS 1
  13763. | #define _TANDEM_SOURCE 1
  13764. | #define HAVE_INFINITY 1
  13765. | #define HAVE_NAN 1
  13766. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  13767. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  13768. | #define BROKEN_CRYPT 1
  13769. | #define HAVE_CRT_EXTERNS_H 1
  13770. | #define HAVE_LIBDL 1
  13771. | #define HAVE_DIRENT_H 1
  13772. | #define HAVE__BOOL 1
  13773. | #define HAVE_STDBOOL_H 1
  13774. | #define HAVE_SYS_WAIT_H 1
  13775. | #define HAVE_GRP_H 1
  13776. | #define HAVE_FCNTL_H 1
  13777. | #define HAVE_FLOAT_H 1
  13778. | #define HAVE_LANGINFO_H 1
  13779. | #define HAVE_LIMITS_H 1
  13780. | #define HAVE_LOCALE_H 1
  13781. | #define HAVE_MALLOC_MALLOC_H 1
  13782. | #define HAVE_PWD_H 1
  13783. | #define HAVE_SYS_ATTR_H 1
  13784. | #define HAVE_SYS_FCNTL_H 1
  13785. | #define HAVE_SYS_FILE_H 1
  13786. | #define HAVE_SYS_IOCTL_H 1
  13787. | #define HAVE_SYS_PARAM_H 1
  13788. | #define HAVE_SYS_RESOURCE_H 1
  13789. | #define HAVE_SYS_SELECT_H 1
  13790. | #define HAVE_SYS_SOCKET_H 1
  13791. | #define HAVE_SYS_SYSCALL_H 1
  13792. | #define HAVE_SYS_TIME_H 1
  13793. | #define HAVE_SYS_TIMES_H 1
  13794. | #define HAVE_SYS_UIO_H 1
  13795. | #define HAVE_TIME_H 1
  13796. | #define HAVE_UCONTEXT_H 1
  13797. | #define HAVE_UTIME_H 1
  13798. | #define HAVE_TYPEOF 1
  13799. | #define HAVE_LONG_LONG 1
  13800. | #define HAVE_OFF_T 1
  13801. | #define SIZEOF_INT 4
  13802. | #define SIZEOF_SHORT 2
  13803. | #define SIZEOF_LONG 8
  13804. | #define SIZEOF_LONG_LONG 8
  13805. | #define SIZEOF___INT64 0
  13806. | #define SIZEOF___INT128 16
  13807. | #define SIZEOF_OFF_T 8
  13808. | #define SIZEOF_VOIDP 8
  13809. | #define SIZEOF_FLOAT 4
  13810. | #define SIZEOF_DOUBLE 8
  13811. | #define SIZEOF_TIME_T 8
  13812. | #define SIZEOF_CLOCK_T 8
  13813. | #define PACKED_STRUCT(x) x __attribute__((packed))
  13814. | #define PACKED_STRUCT_UNALIGNED(x) x
  13815. | #define PRI_LL_PREFIX "ll"
  13816. | #define rb_pid_t pid_t
  13817. | #define SIGNEDNESS_OF_PID_T -1
  13818. | #define PIDT2NUM(v) INT2NUM(v)
  13819. | #define NUM2PIDT(v) NUM2INT(v)
  13820. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  13821. | #define rb_uid_t uid_t
  13822. | #define SIGNEDNESS_OF_UID_T +1
  13823. | #define UIDT2NUM(v) UINT2NUM(v)
  13824. | #define NUM2UIDT(v) NUM2UINT(v)
  13825. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  13826. | #define rb_gid_t gid_t
  13827. | #define SIGNEDNESS_OF_GID_T +1
  13828. | #define GIDT2NUM(v) UINT2NUM(v)
  13829. | #define NUM2GIDT(v) NUM2UINT(v)
  13830. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  13831. | #define rb_time_t time_t
  13832. | #define SIGNEDNESS_OF_TIME_T -1
  13833. | #define TIMET2NUM(v) LONG2NUM(v)
  13834. | #define NUM2TIMET(v) NUM2LONG(v)
  13835. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  13836. | #define rb_dev_t dev_t
  13837. | #define SIGNEDNESS_OF_DEV_T -1
  13838. | #define DEVT2NUM(v) INT2NUM(v)
  13839. | #define NUM2DEVT(v) NUM2INT(v)
  13840. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  13841. | #define rb_mode_t mode_t
  13842. | #define SIGNEDNESS_OF_MODE_T +1
  13843. | #define MODET2NUM(v) UINT2NUM(v)
  13844. | #define NUM2MODET(v) NUM2UINT(v)
  13845. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  13846. | #define rb_rlim_t rlim_t
  13847. | #define SIGNEDNESS_OF_RLIM_T +1
  13848. | #define RLIM2NUM(v) ULL2NUM(v)
  13849. | #define NUM2RLIM(v) NUM2ULL(v)
  13850. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  13851. | #define rb_off_t off_t
  13852. | #define SIGNEDNESS_OF_OFF_T -1
  13853. | #define OFFT2NUM(v) LL2NUM(v)
  13854. | #define NUM2OFFT(v) NUM2LL(v)
  13855. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  13856. | #define rb_clockid_t int
  13857. | #define SIGNEDNESS_OF_CLOCKID_T -1
  13858. | #define CLOCKID2NUM(v) INT2NUM(v)
  13859. | #define NUM2CLOCKID(v) NUM2INT(v)
  13860. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  13861. | #define HAVE_PROTOTYPES 1
  13862. | #define TOKEN_PASTE(x,y) x##y
  13863. | #define STRINGIZE(expr) STRINGIZE0(expr)
  13864. | #define HAVE_STDARG_PROTOTYPES 1
  13865. | #define HAVE_VA_ARGS_MACRO 1
  13866. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  13867. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  13868. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  13869. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  13870. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  13871. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  13872. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  13873. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  13874. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  13875. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  13876. | #define WEAK(x) __attribute__ ((__weak__)) x
  13877. | #define HAVE_FUNC_WEAK 1
  13878. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  13879. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  13880. | #define HAVE_GCC_SYNC_BUILTINS 1
  13881. | #define UNREACHABLE __builtin_unreachable()
  13882. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  13883. | #define RUBY_FUNCTION_NAME_STRING __func__
  13884. | #define ENUM_OVER_INT 1
  13885. | #define HAVE_DECL_SYS_NERR 1
  13886. | #define HAVE_DECL_GETENV 1
  13887. | #define SIZEOF_SIZE_T 8
  13888. | #define SIZEOF_PTRDIFF_T 8
  13889. | #define PRI_SIZE_PREFIX "z"
  13890. | #define PRI_PTRDIFF_PREFIX "t"
  13891. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  13892. | #define HAVE_ST_BLKSIZE 1
  13893. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  13894. | #define HAVE_ST_BLOCKS 1
  13895. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  13896. | #define HAVE_ST_RDEV 1
  13897. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  13898. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  13899. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  13900. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  13901. | /* end confdefs.h. */
  13902. | #include <stdio.h>
  13903. | #ifdef HAVE_SYS_TYPES_H
  13904. | # include <sys/types.h>
  13905. | #endif
  13906. | #ifdef HAVE_SYS_STAT_H
  13907. | # include <sys/stat.h>
  13908. | #endif
  13909. | #ifdef STDC_HEADERS
  13910. | # include <stdlib.h>
  13911. | # include <stddef.h>
  13912. | #else
  13913. | # ifdef HAVE_STDLIB_H
  13914. | # include <stdlib.h>
  13915. | # endif
  13916. | #endif
  13917. | #ifdef HAVE_STRING_H
  13918. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  13919. | # include <memory.h>
  13920. | # endif
  13921. | # include <string.h>
  13922. | #endif
  13923. | #ifdef HAVE_STRINGS_H
  13924. | # include <strings.h>
  13925. | #endif
  13926. | #ifdef HAVE_INTTYPES_H
  13927. | # include <inttypes.h>
  13928. | #endif
  13929. | #ifdef HAVE_STDINT_H
  13930. | # include <stdint.h>
  13931. | #endif
  13932. | #ifdef HAVE_UNISTD_H
  13933. | # include <unistd.h>
  13934. | #endif
  13935. | int
  13936. | main ()
  13937. | {
  13938. | static struct stat ac_aggr;
  13939. | if (sizeof ac_aggr.st_mtim)
  13940. | return 0;
  13941. | ;
  13942. | return 0;
  13943. | }
  13944. configure:17229: result: no
  13945. configure:17239: checking for struct stat.st_mtimespec
  13946. configure:17239: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  13947. conftest.c:199:1: error: statement requires expression of scalar type ('struct timespec' invalid)
  13948. if (ac_aggr.st_mtimespec)
  13949. ^ ~~~~~~~~~~~~~~~~~~~~
  13950. 1 error generated.
  13951. configure:17239: $? = 1
  13952. configure: failed program was:
  13953. | /* confdefs.h */
  13954. | #define PACKAGE_NAME ""
  13955. | #define PACKAGE_TARNAME ""
  13956. | #define PACKAGE_VERSION ""
  13957. | #define PACKAGE_STRING ""
  13958. | #define PACKAGE_BUGREPORT ""
  13959. | #define PACKAGE_URL ""
  13960. | #define CANONICALIZATION_FOR_MATHN 1
  13961. | #define STDC_HEADERS 1
  13962. | #define HAVE_SYS_TYPES_H 1
  13963. | #define HAVE_SYS_STAT_H 1
  13964. | #define HAVE_STDLIB_H 1
  13965. | #define HAVE_STRING_H 1
  13966. | #define HAVE_MEMORY_H 1
  13967. | #define HAVE_STRINGS_H 1
  13968. | #define HAVE_INTTYPES_H 1
  13969. | #define HAVE_STDINT_H 1
  13970. | #define HAVE_UNISTD_H 1
  13971. | #define __EXTENSIONS__ 1
  13972. | #define _ALL_SOURCE 1
  13973. | #define _GNU_SOURCE 1
  13974. | #define _POSIX_PTHREAD_SEMANTICS 1
  13975. | #define _TANDEM_SOURCE 1
  13976. | #define HAVE_INFINITY 1
  13977. | #define HAVE_NAN 1
  13978. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  13979. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  13980. | #define BROKEN_CRYPT 1
  13981. | #define HAVE_CRT_EXTERNS_H 1
  13982. | #define HAVE_LIBDL 1
  13983. | #define HAVE_DIRENT_H 1
  13984. | #define HAVE__BOOL 1
  13985. | #define HAVE_STDBOOL_H 1
  13986. | #define HAVE_SYS_WAIT_H 1
  13987. | #define HAVE_GRP_H 1
  13988. | #define HAVE_FCNTL_H 1
  13989. | #define HAVE_FLOAT_H 1
  13990. | #define HAVE_LANGINFO_H 1
  13991. | #define HAVE_LIMITS_H 1
  13992. | #define HAVE_LOCALE_H 1
  13993. | #define HAVE_MALLOC_MALLOC_H 1
  13994. | #define HAVE_PWD_H 1
  13995. | #define HAVE_SYS_ATTR_H 1
  13996. | #define HAVE_SYS_FCNTL_H 1
  13997. | #define HAVE_SYS_FILE_H 1
  13998. | #define HAVE_SYS_IOCTL_H 1
  13999. | #define HAVE_SYS_PARAM_H 1
  14000. | #define HAVE_SYS_RESOURCE_H 1
  14001. | #define HAVE_SYS_SELECT_H 1
  14002. | #define HAVE_SYS_SOCKET_H 1
  14003. | #define HAVE_SYS_SYSCALL_H 1
  14004. | #define HAVE_SYS_TIME_H 1
  14005. | #define HAVE_SYS_TIMES_H 1
  14006. | #define HAVE_SYS_UIO_H 1
  14007. | #define HAVE_TIME_H 1
  14008. | #define HAVE_UCONTEXT_H 1
  14009. | #define HAVE_UTIME_H 1
  14010. | #define HAVE_TYPEOF 1
  14011. | #define HAVE_LONG_LONG 1
  14012. | #define HAVE_OFF_T 1
  14013. | #define SIZEOF_INT 4
  14014. | #define SIZEOF_SHORT 2
  14015. | #define SIZEOF_LONG 8
  14016. | #define SIZEOF_LONG_LONG 8
  14017. | #define SIZEOF___INT64 0
  14018. | #define SIZEOF___INT128 16
  14019. | #define SIZEOF_OFF_T 8
  14020. | #define SIZEOF_VOIDP 8
  14021. | #define SIZEOF_FLOAT 4
  14022. | #define SIZEOF_DOUBLE 8
  14023. | #define SIZEOF_TIME_T 8
  14024. | #define SIZEOF_CLOCK_T 8
  14025. | #define PACKED_STRUCT(x) x __attribute__((packed))
  14026. | #define PACKED_STRUCT_UNALIGNED(x) x
  14027. | #define PRI_LL_PREFIX "ll"
  14028. | #define rb_pid_t pid_t
  14029. | #define SIGNEDNESS_OF_PID_T -1
  14030. | #define PIDT2NUM(v) INT2NUM(v)
  14031. | #define NUM2PIDT(v) NUM2INT(v)
  14032. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  14033. | #define rb_uid_t uid_t
  14034. | #define SIGNEDNESS_OF_UID_T +1
  14035. | #define UIDT2NUM(v) UINT2NUM(v)
  14036. | #define NUM2UIDT(v) NUM2UINT(v)
  14037. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  14038. | #define rb_gid_t gid_t
  14039. | #define SIGNEDNESS_OF_GID_T +1
  14040. | #define GIDT2NUM(v) UINT2NUM(v)
  14041. | #define NUM2GIDT(v) NUM2UINT(v)
  14042. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  14043. | #define rb_time_t time_t
  14044. | #define SIGNEDNESS_OF_TIME_T -1
  14045. | #define TIMET2NUM(v) LONG2NUM(v)
  14046. | #define NUM2TIMET(v) NUM2LONG(v)
  14047. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  14048. | #define rb_dev_t dev_t
  14049. | #define SIGNEDNESS_OF_DEV_T -1
  14050. | #define DEVT2NUM(v) INT2NUM(v)
  14051. | #define NUM2DEVT(v) NUM2INT(v)
  14052. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  14053. | #define rb_mode_t mode_t
  14054. | #define SIGNEDNESS_OF_MODE_T +1
  14055. | #define MODET2NUM(v) UINT2NUM(v)
  14056. | #define NUM2MODET(v) NUM2UINT(v)
  14057. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  14058. | #define rb_rlim_t rlim_t
  14059. | #define SIGNEDNESS_OF_RLIM_T +1
  14060. | #define RLIM2NUM(v) ULL2NUM(v)
  14061. | #define NUM2RLIM(v) NUM2ULL(v)
  14062. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  14063. | #define rb_off_t off_t
  14064. | #define SIGNEDNESS_OF_OFF_T -1
  14065. | #define OFFT2NUM(v) LL2NUM(v)
  14066. | #define NUM2OFFT(v) NUM2LL(v)
  14067. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  14068. | #define rb_clockid_t int
  14069. | #define SIGNEDNESS_OF_CLOCKID_T -1
  14070. | #define CLOCKID2NUM(v) INT2NUM(v)
  14071. | #define NUM2CLOCKID(v) NUM2INT(v)
  14072. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  14073. | #define HAVE_PROTOTYPES 1
  14074. | #define TOKEN_PASTE(x,y) x##y
  14075. | #define STRINGIZE(expr) STRINGIZE0(expr)
  14076. | #define HAVE_STDARG_PROTOTYPES 1
  14077. | #define HAVE_VA_ARGS_MACRO 1
  14078. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  14079. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  14080. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  14081. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  14082. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  14083. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  14084. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  14085. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  14086. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  14087. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  14088. | #define WEAK(x) __attribute__ ((__weak__)) x
  14089. | #define HAVE_FUNC_WEAK 1
  14090. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  14091. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  14092. | #define HAVE_GCC_SYNC_BUILTINS 1
  14093. | #define UNREACHABLE __builtin_unreachable()
  14094. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  14095. | #define RUBY_FUNCTION_NAME_STRING __func__
  14096. | #define ENUM_OVER_INT 1
  14097. | #define HAVE_DECL_SYS_NERR 1
  14098. | #define HAVE_DECL_GETENV 1
  14099. | #define SIZEOF_SIZE_T 8
  14100. | #define SIZEOF_PTRDIFF_T 8
  14101. | #define PRI_SIZE_PREFIX "z"
  14102. | #define PRI_PTRDIFF_PREFIX "t"
  14103. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  14104. | #define HAVE_ST_BLKSIZE 1
  14105. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  14106. | #define HAVE_ST_BLOCKS 1
  14107. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  14108. | #define HAVE_ST_RDEV 1
  14109. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  14110. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  14111. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  14112. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  14113. | /* end confdefs.h. */
  14114. | #include <stdio.h>
  14115. | #ifdef HAVE_SYS_TYPES_H
  14116. | # include <sys/types.h>
  14117. | #endif
  14118. | #ifdef HAVE_SYS_STAT_H
  14119. | # include <sys/stat.h>
  14120. | #endif
  14121. | #ifdef STDC_HEADERS
  14122. | # include <stdlib.h>
  14123. | # include <stddef.h>
  14124. | #else
  14125. | # ifdef HAVE_STDLIB_H
  14126. | # include <stdlib.h>
  14127. | # endif
  14128. | #endif
  14129. | #ifdef HAVE_STRING_H
  14130. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  14131. | # include <memory.h>
  14132. | # endif
  14133. | # include <string.h>
  14134. | #endif
  14135. | #ifdef HAVE_STRINGS_H
  14136. | # include <strings.h>
  14137. | #endif
  14138. | #ifdef HAVE_INTTYPES_H
  14139. | # include <inttypes.h>
  14140. | #endif
  14141. | #ifdef HAVE_STDINT_H
  14142. | # include <stdint.h>
  14143. | #endif
  14144. | #ifdef HAVE_UNISTD_H
  14145. | # include <unistd.h>
  14146. | #endif
  14147. | int
  14148. | main ()
  14149. | {
  14150. | static struct stat ac_aggr;
  14151. | if (ac_aggr.st_mtimespec)
  14152. | return 0;
  14153. | ;
  14154. | return 0;
  14155. | }
  14156. configure:17239: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  14157. configure:17239: $? = 0
  14158. configure:17239: result: yes
  14159. configure:17249: checking for struct stat.st_mtimensec
  14160. configure:17249: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  14161. conftest.c:200:13: error: no member named 'st_mtimensec' in 'struct stat'; did you mean 'st_mtimespec'?
  14162. if (ac_aggr.st_mtimensec)
  14163. ^~~~~~~~~~~~
  14164. st_mtimespec
  14165. /usr/include/sys/stat.h:182:13: note: 'st_mtimespec' declared here
  14166. struct stat __DARWIN_STRUCT_STAT64;
  14167. ^
  14168. /usr/include/sys/stat.h:166:2: note: expanded from macro '__DARWIN_STRUCT_STAT64'
  14169. __DARWIN_STRUCT_STAT64_TIMES \
  14170. ^
  14171. /usr/include/sys/stat.h:130:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES'
  14172. struct timespec st_mtimespec; /* time of last data modification */ \
  14173. ^
  14174. conftest.c:200:1: error: statement requires expression of scalar type ('struct timespec' invalid)
  14175. if (ac_aggr.st_mtimensec)
  14176. ^ ~~~~~~~~~~~~~~~~~~~~
  14177. 2 errors generated.
  14178. configure:17249: $? = 1
  14179. configure: failed program was:
  14180. | /* confdefs.h */
  14181. | #define PACKAGE_NAME ""
  14182. | #define PACKAGE_TARNAME ""
  14183. | #define PACKAGE_VERSION ""
  14184. | #define PACKAGE_STRING ""
  14185. | #define PACKAGE_BUGREPORT ""
  14186. | #define PACKAGE_URL ""
  14187. | #define CANONICALIZATION_FOR_MATHN 1
  14188. | #define STDC_HEADERS 1
  14189. | #define HAVE_SYS_TYPES_H 1
  14190. | #define HAVE_SYS_STAT_H 1
  14191. | #define HAVE_STDLIB_H 1
  14192. | #define HAVE_STRING_H 1
  14193. | #define HAVE_MEMORY_H 1
  14194. | #define HAVE_STRINGS_H 1
  14195. | #define HAVE_INTTYPES_H 1
  14196. | #define HAVE_STDINT_H 1
  14197. | #define HAVE_UNISTD_H 1
  14198. | #define __EXTENSIONS__ 1
  14199. | #define _ALL_SOURCE 1
  14200. | #define _GNU_SOURCE 1
  14201. | #define _POSIX_PTHREAD_SEMANTICS 1
  14202. | #define _TANDEM_SOURCE 1
  14203. | #define HAVE_INFINITY 1
  14204. | #define HAVE_NAN 1
  14205. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  14206. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  14207. | #define BROKEN_CRYPT 1
  14208. | #define HAVE_CRT_EXTERNS_H 1
  14209. | #define HAVE_LIBDL 1
  14210. | #define HAVE_DIRENT_H 1
  14211. | #define HAVE__BOOL 1
  14212. | #define HAVE_STDBOOL_H 1
  14213. | #define HAVE_SYS_WAIT_H 1
  14214. | #define HAVE_GRP_H 1
  14215. | #define HAVE_FCNTL_H 1
  14216. | #define HAVE_FLOAT_H 1
  14217. | #define HAVE_LANGINFO_H 1
  14218. | #define HAVE_LIMITS_H 1
  14219. | #define HAVE_LOCALE_H 1
  14220. | #define HAVE_MALLOC_MALLOC_H 1
  14221. | #define HAVE_PWD_H 1
  14222. | #define HAVE_SYS_ATTR_H 1
  14223. | #define HAVE_SYS_FCNTL_H 1
  14224. | #define HAVE_SYS_FILE_H 1
  14225. | #define HAVE_SYS_IOCTL_H 1
  14226. | #define HAVE_SYS_PARAM_H 1
  14227. | #define HAVE_SYS_RESOURCE_H 1
  14228. | #define HAVE_SYS_SELECT_H 1
  14229. | #define HAVE_SYS_SOCKET_H 1
  14230. | #define HAVE_SYS_SYSCALL_H 1
  14231. | #define HAVE_SYS_TIME_H 1
  14232. | #define HAVE_SYS_TIMES_H 1
  14233. | #define HAVE_SYS_UIO_H 1
  14234. | #define HAVE_TIME_H 1
  14235. | #define HAVE_UCONTEXT_H 1
  14236. | #define HAVE_UTIME_H 1
  14237. | #define HAVE_TYPEOF 1
  14238. | #define HAVE_LONG_LONG 1
  14239. | #define HAVE_OFF_T 1
  14240. | #define SIZEOF_INT 4
  14241. | #define SIZEOF_SHORT 2
  14242. | #define SIZEOF_LONG 8
  14243. | #define SIZEOF_LONG_LONG 8
  14244. | #define SIZEOF___INT64 0
  14245. | #define SIZEOF___INT128 16
  14246. | #define SIZEOF_OFF_T 8
  14247. | #define SIZEOF_VOIDP 8
  14248. | #define SIZEOF_FLOAT 4
  14249. | #define SIZEOF_DOUBLE 8
  14250. | #define SIZEOF_TIME_T 8
  14251. | #define SIZEOF_CLOCK_T 8
  14252. | #define PACKED_STRUCT(x) x __attribute__((packed))
  14253. | #define PACKED_STRUCT_UNALIGNED(x) x
  14254. | #define PRI_LL_PREFIX "ll"
  14255. | #define rb_pid_t pid_t
  14256. | #define SIGNEDNESS_OF_PID_T -1
  14257. | #define PIDT2NUM(v) INT2NUM(v)
  14258. | #define NUM2PIDT(v) NUM2INT(v)
  14259. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  14260. | #define rb_uid_t uid_t
  14261. | #define SIGNEDNESS_OF_UID_T +1
  14262. | #define UIDT2NUM(v) UINT2NUM(v)
  14263. | #define NUM2UIDT(v) NUM2UINT(v)
  14264. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  14265. | #define rb_gid_t gid_t
  14266. | #define SIGNEDNESS_OF_GID_T +1
  14267. | #define GIDT2NUM(v) UINT2NUM(v)
  14268. | #define NUM2GIDT(v) NUM2UINT(v)
  14269. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  14270. | #define rb_time_t time_t
  14271. | #define SIGNEDNESS_OF_TIME_T -1
  14272. | #define TIMET2NUM(v) LONG2NUM(v)
  14273. | #define NUM2TIMET(v) NUM2LONG(v)
  14274. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  14275. | #define rb_dev_t dev_t
  14276. | #define SIGNEDNESS_OF_DEV_T -1
  14277. | #define DEVT2NUM(v) INT2NUM(v)
  14278. | #define NUM2DEVT(v) NUM2INT(v)
  14279. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  14280. | #define rb_mode_t mode_t
  14281. | #define SIGNEDNESS_OF_MODE_T +1
  14282. | #define MODET2NUM(v) UINT2NUM(v)
  14283. | #define NUM2MODET(v) NUM2UINT(v)
  14284. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  14285. | #define rb_rlim_t rlim_t
  14286. | #define SIGNEDNESS_OF_RLIM_T +1
  14287. | #define RLIM2NUM(v) ULL2NUM(v)
  14288. | #define NUM2RLIM(v) NUM2ULL(v)
  14289. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  14290. | #define rb_off_t off_t
  14291. | #define SIGNEDNESS_OF_OFF_T -1
  14292. | #define OFFT2NUM(v) LL2NUM(v)
  14293. | #define NUM2OFFT(v) NUM2LL(v)
  14294. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  14295. | #define rb_clockid_t int
  14296. | #define SIGNEDNESS_OF_CLOCKID_T -1
  14297. | #define CLOCKID2NUM(v) INT2NUM(v)
  14298. | #define NUM2CLOCKID(v) NUM2INT(v)
  14299. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  14300. | #define HAVE_PROTOTYPES 1
  14301. | #define TOKEN_PASTE(x,y) x##y
  14302. | #define STRINGIZE(expr) STRINGIZE0(expr)
  14303. | #define HAVE_STDARG_PROTOTYPES 1
  14304. | #define HAVE_VA_ARGS_MACRO 1
  14305. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  14306. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  14307. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  14308. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  14309. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  14310. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  14311. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  14312. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  14313. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  14314. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  14315. | #define WEAK(x) __attribute__ ((__weak__)) x
  14316. | #define HAVE_FUNC_WEAK 1
  14317. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  14318. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  14319. | #define HAVE_GCC_SYNC_BUILTINS 1
  14320. | #define UNREACHABLE __builtin_unreachable()
  14321. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  14322. | #define RUBY_FUNCTION_NAME_STRING __func__
  14323. | #define ENUM_OVER_INT 1
  14324. | #define HAVE_DECL_SYS_NERR 1
  14325. | #define HAVE_DECL_GETENV 1
  14326. | #define SIZEOF_SIZE_T 8
  14327. | #define SIZEOF_PTRDIFF_T 8
  14328. | #define PRI_SIZE_PREFIX "z"
  14329. | #define PRI_PTRDIFF_PREFIX "t"
  14330. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  14331. | #define HAVE_ST_BLKSIZE 1
  14332. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  14333. | #define HAVE_ST_BLOCKS 1
  14334. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  14335. | #define HAVE_ST_RDEV 1
  14336. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  14337. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  14338. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  14339. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  14340. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  14341. | /* end confdefs.h. */
  14342. | #include <stdio.h>
  14343. | #ifdef HAVE_SYS_TYPES_H
  14344. | # include <sys/types.h>
  14345. | #endif
  14346. | #ifdef HAVE_SYS_STAT_H
  14347. | # include <sys/stat.h>
  14348. | #endif
  14349. | #ifdef STDC_HEADERS
  14350. | # include <stdlib.h>
  14351. | # include <stddef.h>
  14352. | #else
  14353. | # ifdef HAVE_STDLIB_H
  14354. | # include <stdlib.h>
  14355. | # endif
  14356. | #endif
  14357. | #ifdef HAVE_STRING_H
  14358. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  14359. | # include <memory.h>
  14360. | # endif
  14361. | # include <string.h>
  14362. | #endif
  14363. | #ifdef HAVE_STRINGS_H
  14364. | # include <strings.h>
  14365. | #endif
  14366. | #ifdef HAVE_INTTYPES_H
  14367. | # include <inttypes.h>
  14368. | #endif
  14369. | #ifdef HAVE_STDINT_H
  14370. | # include <stdint.h>
  14371. | #endif
  14372. | #ifdef HAVE_UNISTD_H
  14373. | # include <unistd.h>
  14374. | #endif
  14375. | int
  14376. | main ()
  14377. | {
  14378. | static struct stat ac_aggr;
  14379. | if (ac_aggr.st_mtimensec)
  14380. | return 0;
  14381. | ;
  14382. | return 0;
  14383. | }
  14384. configure:17249: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  14385. conftest.c:200:20: error: no member named 'st_mtimensec' in 'struct stat'; did you mean 'st_mtimespec'?
  14386. if (sizeof ac_aggr.st_mtimensec)
  14387. ^~~~~~~~~~~~
  14388. st_mtimespec
  14389. /usr/include/sys/stat.h:182:13: note: 'st_mtimespec' declared here
  14390. struct stat __DARWIN_STRUCT_STAT64;
  14391. ^
  14392. /usr/include/sys/stat.h:166:2: note: expanded from macro '__DARWIN_STRUCT_STAT64'
  14393. __DARWIN_STRUCT_STAT64_TIMES \
  14394. ^
  14395. /usr/include/sys/stat.h:130:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES'
  14396. struct timespec st_mtimespec; /* time of last data modification */ \
  14397. ^
  14398. 1 error generated.
  14399. configure:17249: $? = 1
  14400. configure: failed program was:
  14401. | /* confdefs.h */
  14402. | #define PACKAGE_NAME ""
  14403. | #define PACKAGE_TARNAME ""
  14404. | #define PACKAGE_VERSION ""
  14405. | #define PACKAGE_STRING ""
  14406. | #define PACKAGE_BUGREPORT ""
  14407. | #define PACKAGE_URL ""
  14408. | #define CANONICALIZATION_FOR_MATHN 1
  14409. | #define STDC_HEADERS 1
  14410. | #define HAVE_SYS_TYPES_H 1
  14411. | #define HAVE_SYS_STAT_H 1
  14412. | #define HAVE_STDLIB_H 1
  14413. | #define HAVE_STRING_H 1
  14414. | #define HAVE_MEMORY_H 1
  14415. | #define HAVE_STRINGS_H 1
  14416. | #define HAVE_INTTYPES_H 1
  14417. | #define HAVE_STDINT_H 1
  14418. | #define HAVE_UNISTD_H 1
  14419. | #define __EXTENSIONS__ 1
  14420. | #define _ALL_SOURCE 1
  14421. | #define _GNU_SOURCE 1
  14422. | #define _POSIX_PTHREAD_SEMANTICS 1
  14423. | #define _TANDEM_SOURCE 1
  14424. | #define HAVE_INFINITY 1
  14425. | #define HAVE_NAN 1
  14426. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  14427. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  14428. | #define BROKEN_CRYPT 1
  14429. | #define HAVE_CRT_EXTERNS_H 1
  14430. | #define HAVE_LIBDL 1
  14431. | #define HAVE_DIRENT_H 1
  14432. | #define HAVE__BOOL 1
  14433. | #define HAVE_STDBOOL_H 1
  14434. | #define HAVE_SYS_WAIT_H 1
  14435. | #define HAVE_GRP_H 1
  14436. | #define HAVE_FCNTL_H 1
  14437. | #define HAVE_FLOAT_H 1
  14438. | #define HAVE_LANGINFO_H 1
  14439. | #define HAVE_LIMITS_H 1
  14440. | #define HAVE_LOCALE_H 1
  14441. | #define HAVE_MALLOC_MALLOC_H 1
  14442. | #define HAVE_PWD_H 1
  14443. | #define HAVE_SYS_ATTR_H 1
  14444. | #define HAVE_SYS_FCNTL_H 1
  14445. | #define HAVE_SYS_FILE_H 1
  14446. | #define HAVE_SYS_IOCTL_H 1
  14447. | #define HAVE_SYS_PARAM_H 1
  14448. | #define HAVE_SYS_RESOURCE_H 1
  14449. | #define HAVE_SYS_SELECT_H 1
  14450. | #define HAVE_SYS_SOCKET_H 1
  14451. | #define HAVE_SYS_SYSCALL_H 1
  14452. | #define HAVE_SYS_TIME_H 1
  14453. | #define HAVE_SYS_TIMES_H 1
  14454. | #define HAVE_SYS_UIO_H 1
  14455. | #define HAVE_TIME_H 1
  14456. | #define HAVE_UCONTEXT_H 1
  14457. | #define HAVE_UTIME_H 1
  14458. | #define HAVE_TYPEOF 1
  14459. | #define HAVE_LONG_LONG 1
  14460. | #define HAVE_OFF_T 1
  14461. | #define SIZEOF_INT 4
  14462. | #define SIZEOF_SHORT 2
  14463. | #define SIZEOF_LONG 8
  14464. | #define SIZEOF_LONG_LONG 8
  14465. | #define SIZEOF___INT64 0
  14466. | #define SIZEOF___INT128 16
  14467. | #define SIZEOF_OFF_T 8
  14468. | #define SIZEOF_VOIDP 8
  14469. | #define SIZEOF_FLOAT 4
  14470. | #define SIZEOF_DOUBLE 8
  14471. | #define SIZEOF_TIME_T 8
  14472. | #define SIZEOF_CLOCK_T 8
  14473. | #define PACKED_STRUCT(x) x __attribute__((packed))
  14474. | #define PACKED_STRUCT_UNALIGNED(x) x
  14475. | #define PRI_LL_PREFIX "ll"
  14476. | #define rb_pid_t pid_t
  14477. | #define SIGNEDNESS_OF_PID_T -1
  14478. | #define PIDT2NUM(v) INT2NUM(v)
  14479. | #define NUM2PIDT(v) NUM2INT(v)
  14480. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  14481. | #define rb_uid_t uid_t
  14482. | #define SIGNEDNESS_OF_UID_T +1
  14483. | #define UIDT2NUM(v) UINT2NUM(v)
  14484. | #define NUM2UIDT(v) NUM2UINT(v)
  14485. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  14486. | #define rb_gid_t gid_t
  14487. | #define SIGNEDNESS_OF_GID_T +1
  14488. | #define GIDT2NUM(v) UINT2NUM(v)
  14489. | #define NUM2GIDT(v) NUM2UINT(v)
  14490. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  14491. | #define rb_time_t time_t
  14492. | #define SIGNEDNESS_OF_TIME_T -1
  14493. | #define TIMET2NUM(v) LONG2NUM(v)
  14494. | #define NUM2TIMET(v) NUM2LONG(v)
  14495. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  14496. | #define rb_dev_t dev_t
  14497. | #define SIGNEDNESS_OF_DEV_T -1
  14498. | #define DEVT2NUM(v) INT2NUM(v)
  14499. | #define NUM2DEVT(v) NUM2INT(v)
  14500. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  14501. | #define rb_mode_t mode_t
  14502. | #define SIGNEDNESS_OF_MODE_T +1
  14503. | #define MODET2NUM(v) UINT2NUM(v)
  14504. | #define NUM2MODET(v) NUM2UINT(v)
  14505. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  14506. | #define rb_rlim_t rlim_t
  14507. | #define SIGNEDNESS_OF_RLIM_T +1
  14508. | #define RLIM2NUM(v) ULL2NUM(v)
  14509. | #define NUM2RLIM(v) NUM2ULL(v)
  14510. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  14511. | #define rb_off_t off_t
  14512. | #define SIGNEDNESS_OF_OFF_T -1
  14513. | #define OFFT2NUM(v) LL2NUM(v)
  14514. | #define NUM2OFFT(v) NUM2LL(v)
  14515. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  14516. | #define rb_clockid_t int
  14517. | #define SIGNEDNESS_OF_CLOCKID_T -1
  14518. | #define CLOCKID2NUM(v) INT2NUM(v)
  14519. | #define NUM2CLOCKID(v) NUM2INT(v)
  14520. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  14521. | #define HAVE_PROTOTYPES 1
  14522. | #define TOKEN_PASTE(x,y) x##y
  14523. | #define STRINGIZE(expr) STRINGIZE0(expr)
  14524. | #define HAVE_STDARG_PROTOTYPES 1
  14525. | #define HAVE_VA_ARGS_MACRO 1
  14526. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  14527. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  14528. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  14529. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  14530. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  14531. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  14532. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  14533. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  14534. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  14535. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  14536. | #define WEAK(x) __attribute__ ((__weak__)) x
  14537. | #define HAVE_FUNC_WEAK 1
  14538. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  14539. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  14540. | #define HAVE_GCC_SYNC_BUILTINS 1
  14541. | #define UNREACHABLE __builtin_unreachable()
  14542. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  14543. | #define RUBY_FUNCTION_NAME_STRING __func__
  14544. | #define ENUM_OVER_INT 1
  14545. | #define HAVE_DECL_SYS_NERR 1
  14546. | #define HAVE_DECL_GETENV 1
  14547. | #define SIZEOF_SIZE_T 8
  14548. | #define SIZEOF_PTRDIFF_T 8
  14549. | #define PRI_SIZE_PREFIX "z"
  14550. | #define PRI_PTRDIFF_PREFIX "t"
  14551. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  14552. | #define HAVE_ST_BLKSIZE 1
  14553. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  14554. | #define HAVE_ST_BLOCKS 1
  14555. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  14556. | #define HAVE_ST_RDEV 1
  14557. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  14558. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  14559. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  14560. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  14561. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  14562. | /* end confdefs.h. */
  14563. | #include <stdio.h>
  14564. | #ifdef HAVE_SYS_TYPES_H
  14565. | # include <sys/types.h>
  14566. | #endif
  14567. | #ifdef HAVE_SYS_STAT_H
  14568. | # include <sys/stat.h>
  14569. | #endif
  14570. | #ifdef STDC_HEADERS
  14571. | # include <stdlib.h>
  14572. | # include <stddef.h>
  14573. | #else
  14574. | # ifdef HAVE_STDLIB_H
  14575. | # include <stdlib.h>
  14576. | # endif
  14577. | #endif
  14578. | #ifdef HAVE_STRING_H
  14579. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  14580. | # include <memory.h>
  14581. | # endif
  14582. | # include <string.h>
  14583. | #endif
  14584. | #ifdef HAVE_STRINGS_H
  14585. | # include <strings.h>
  14586. | #endif
  14587. | #ifdef HAVE_INTTYPES_H
  14588. | # include <inttypes.h>
  14589. | #endif
  14590. | #ifdef HAVE_STDINT_H
  14591. | # include <stdint.h>
  14592. | #endif
  14593. | #ifdef HAVE_UNISTD_H
  14594. | # include <unistd.h>
  14595. | #endif
  14596. | int
  14597. | main ()
  14598. | {
  14599. | static struct stat ac_aggr;
  14600. | if (sizeof ac_aggr.st_mtimensec)
  14601. | return 0;
  14602. | ;
  14603. | return 0;
  14604. | }
  14605. configure:17249: result: no
  14606. configure:17259: checking for struct stat.st_ctim
  14607. configure:17259: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  14608. conftest.c:200:13: error: no member named 'st_ctim' in 'struct stat'
  14609. if (ac_aggr.st_ctim)
  14610. ~~~~~~~ ^
  14611. 1 error generated.
  14612. configure:17259: $? = 1
  14613. configure: failed program was:
  14614. | /* confdefs.h */
  14615. | #define PACKAGE_NAME ""
  14616. | #define PACKAGE_TARNAME ""
  14617. | #define PACKAGE_VERSION ""
  14618. | #define PACKAGE_STRING ""
  14619. | #define PACKAGE_BUGREPORT ""
  14620. | #define PACKAGE_URL ""
  14621. | #define CANONICALIZATION_FOR_MATHN 1
  14622. | #define STDC_HEADERS 1
  14623. | #define HAVE_SYS_TYPES_H 1
  14624. | #define HAVE_SYS_STAT_H 1
  14625. | #define HAVE_STDLIB_H 1
  14626. | #define HAVE_STRING_H 1
  14627. | #define HAVE_MEMORY_H 1
  14628. | #define HAVE_STRINGS_H 1
  14629. | #define HAVE_INTTYPES_H 1
  14630. | #define HAVE_STDINT_H 1
  14631. | #define HAVE_UNISTD_H 1
  14632. | #define __EXTENSIONS__ 1
  14633. | #define _ALL_SOURCE 1
  14634. | #define _GNU_SOURCE 1
  14635. | #define _POSIX_PTHREAD_SEMANTICS 1
  14636. | #define _TANDEM_SOURCE 1
  14637. | #define HAVE_INFINITY 1
  14638. | #define HAVE_NAN 1
  14639. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  14640. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  14641. | #define BROKEN_CRYPT 1
  14642. | #define HAVE_CRT_EXTERNS_H 1
  14643. | #define HAVE_LIBDL 1
  14644. | #define HAVE_DIRENT_H 1
  14645. | #define HAVE__BOOL 1
  14646. | #define HAVE_STDBOOL_H 1
  14647. | #define HAVE_SYS_WAIT_H 1
  14648. | #define HAVE_GRP_H 1
  14649. | #define HAVE_FCNTL_H 1
  14650. | #define HAVE_FLOAT_H 1
  14651. | #define HAVE_LANGINFO_H 1
  14652. | #define HAVE_LIMITS_H 1
  14653. | #define HAVE_LOCALE_H 1
  14654. | #define HAVE_MALLOC_MALLOC_H 1
  14655. | #define HAVE_PWD_H 1
  14656. | #define HAVE_SYS_ATTR_H 1
  14657. | #define HAVE_SYS_FCNTL_H 1
  14658. | #define HAVE_SYS_FILE_H 1
  14659. | #define HAVE_SYS_IOCTL_H 1
  14660. | #define HAVE_SYS_PARAM_H 1
  14661. | #define HAVE_SYS_RESOURCE_H 1
  14662. | #define HAVE_SYS_SELECT_H 1
  14663. | #define HAVE_SYS_SOCKET_H 1
  14664. | #define HAVE_SYS_SYSCALL_H 1
  14665. | #define HAVE_SYS_TIME_H 1
  14666. | #define HAVE_SYS_TIMES_H 1
  14667. | #define HAVE_SYS_UIO_H 1
  14668. | #define HAVE_TIME_H 1
  14669. | #define HAVE_UCONTEXT_H 1
  14670. | #define HAVE_UTIME_H 1
  14671. | #define HAVE_TYPEOF 1
  14672. | #define HAVE_LONG_LONG 1
  14673. | #define HAVE_OFF_T 1
  14674. | #define SIZEOF_INT 4
  14675. | #define SIZEOF_SHORT 2
  14676. | #define SIZEOF_LONG 8
  14677. | #define SIZEOF_LONG_LONG 8
  14678. | #define SIZEOF___INT64 0
  14679. | #define SIZEOF___INT128 16
  14680. | #define SIZEOF_OFF_T 8
  14681. | #define SIZEOF_VOIDP 8
  14682. | #define SIZEOF_FLOAT 4
  14683. | #define SIZEOF_DOUBLE 8
  14684. | #define SIZEOF_TIME_T 8
  14685. | #define SIZEOF_CLOCK_T 8
  14686. | #define PACKED_STRUCT(x) x __attribute__((packed))
  14687. | #define PACKED_STRUCT_UNALIGNED(x) x
  14688. | #define PRI_LL_PREFIX "ll"
  14689. | #define rb_pid_t pid_t
  14690. | #define SIGNEDNESS_OF_PID_T -1
  14691. | #define PIDT2NUM(v) INT2NUM(v)
  14692. | #define NUM2PIDT(v) NUM2INT(v)
  14693. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  14694. | #define rb_uid_t uid_t
  14695. | #define SIGNEDNESS_OF_UID_T +1
  14696. | #define UIDT2NUM(v) UINT2NUM(v)
  14697. | #define NUM2UIDT(v) NUM2UINT(v)
  14698. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  14699. | #define rb_gid_t gid_t
  14700. | #define SIGNEDNESS_OF_GID_T +1
  14701. | #define GIDT2NUM(v) UINT2NUM(v)
  14702. | #define NUM2GIDT(v) NUM2UINT(v)
  14703. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  14704. | #define rb_time_t time_t
  14705. | #define SIGNEDNESS_OF_TIME_T -1
  14706. | #define TIMET2NUM(v) LONG2NUM(v)
  14707. | #define NUM2TIMET(v) NUM2LONG(v)
  14708. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  14709. | #define rb_dev_t dev_t
  14710. | #define SIGNEDNESS_OF_DEV_T -1
  14711. | #define DEVT2NUM(v) INT2NUM(v)
  14712. | #define NUM2DEVT(v) NUM2INT(v)
  14713. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  14714. | #define rb_mode_t mode_t
  14715. | #define SIGNEDNESS_OF_MODE_T +1
  14716. | #define MODET2NUM(v) UINT2NUM(v)
  14717. | #define NUM2MODET(v) NUM2UINT(v)
  14718. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  14719. | #define rb_rlim_t rlim_t
  14720. | #define SIGNEDNESS_OF_RLIM_T +1
  14721. | #define RLIM2NUM(v) ULL2NUM(v)
  14722. | #define NUM2RLIM(v) NUM2ULL(v)
  14723. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  14724. | #define rb_off_t off_t
  14725. | #define SIGNEDNESS_OF_OFF_T -1
  14726. | #define OFFT2NUM(v) LL2NUM(v)
  14727. | #define NUM2OFFT(v) NUM2LL(v)
  14728. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  14729. | #define rb_clockid_t int
  14730. | #define SIGNEDNESS_OF_CLOCKID_T -1
  14731. | #define CLOCKID2NUM(v) INT2NUM(v)
  14732. | #define NUM2CLOCKID(v) NUM2INT(v)
  14733. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  14734. | #define HAVE_PROTOTYPES 1
  14735. | #define TOKEN_PASTE(x,y) x##y
  14736. | #define STRINGIZE(expr) STRINGIZE0(expr)
  14737. | #define HAVE_STDARG_PROTOTYPES 1
  14738. | #define HAVE_VA_ARGS_MACRO 1
  14739. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  14740. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  14741. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  14742. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  14743. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  14744. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  14745. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  14746. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  14747. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  14748. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  14749. | #define WEAK(x) __attribute__ ((__weak__)) x
  14750. | #define HAVE_FUNC_WEAK 1
  14751. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  14752. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  14753. | #define HAVE_GCC_SYNC_BUILTINS 1
  14754. | #define UNREACHABLE __builtin_unreachable()
  14755. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  14756. | #define RUBY_FUNCTION_NAME_STRING __func__
  14757. | #define ENUM_OVER_INT 1
  14758. | #define HAVE_DECL_SYS_NERR 1
  14759. | #define HAVE_DECL_GETENV 1
  14760. | #define SIZEOF_SIZE_T 8
  14761. | #define SIZEOF_PTRDIFF_T 8
  14762. | #define PRI_SIZE_PREFIX "z"
  14763. | #define PRI_PTRDIFF_PREFIX "t"
  14764. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  14765. | #define HAVE_ST_BLKSIZE 1
  14766. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  14767. | #define HAVE_ST_BLOCKS 1
  14768. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  14769. | #define HAVE_ST_RDEV 1
  14770. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  14771. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  14772. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  14773. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  14774. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  14775. | /* end confdefs.h. */
  14776. | #include <stdio.h>
  14777. | #ifdef HAVE_SYS_TYPES_H
  14778. | # include <sys/types.h>
  14779. | #endif
  14780. | #ifdef HAVE_SYS_STAT_H
  14781. | # include <sys/stat.h>
  14782. | #endif
  14783. | #ifdef STDC_HEADERS
  14784. | # include <stdlib.h>
  14785. | # include <stddef.h>
  14786. | #else
  14787. | # ifdef HAVE_STDLIB_H
  14788. | # include <stdlib.h>
  14789. | # endif
  14790. | #endif
  14791. | #ifdef HAVE_STRING_H
  14792. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  14793. | # include <memory.h>
  14794. | # endif
  14795. | # include <string.h>
  14796. | #endif
  14797. | #ifdef HAVE_STRINGS_H
  14798. | # include <strings.h>
  14799. | #endif
  14800. | #ifdef HAVE_INTTYPES_H
  14801. | # include <inttypes.h>
  14802. | #endif
  14803. | #ifdef HAVE_STDINT_H
  14804. | # include <stdint.h>
  14805. | #endif
  14806. | #ifdef HAVE_UNISTD_H
  14807. | # include <unistd.h>
  14808. | #endif
  14809. | int
  14810. | main ()
  14811. | {
  14812. | static struct stat ac_aggr;
  14813. | if (ac_aggr.st_ctim)
  14814. | return 0;
  14815. | ;
  14816. | return 0;
  14817. | }
  14818. configure:17259: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  14819. conftest.c:200:20: error: no member named 'st_ctim' in 'struct stat'
  14820. if (sizeof ac_aggr.st_ctim)
  14821. ~~~~~~~ ^
  14822. 1 error generated.
  14823. configure:17259: $? = 1
  14824. configure: failed program was:
  14825. | /* confdefs.h */
  14826. | #define PACKAGE_NAME ""
  14827. | #define PACKAGE_TARNAME ""
  14828. | #define PACKAGE_VERSION ""
  14829. | #define PACKAGE_STRING ""
  14830. | #define PACKAGE_BUGREPORT ""
  14831. | #define PACKAGE_URL ""
  14832. | #define CANONICALIZATION_FOR_MATHN 1
  14833. | #define STDC_HEADERS 1
  14834. | #define HAVE_SYS_TYPES_H 1
  14835. | #define HAVE_SYS_STAT_H 1
  14836. | #define HAVE_STDLIB_H 1
  14837. | #define HAVE_STRING_H 1
  14838. | #define HAVE_MEMORY_H 1
  14839. | #define HAVE_STRINGS_H 1
  14840. | #define HAVE_INTTYPES_H 1
  14841. | #define HAVE_STDINT_H 1
  14842. | #define HAVE_UNISTD_H 1
  14843. | #define __EXTENSIONS__ 1
  14844. | #define _ALL_SOURCE 1
  14845. | #define _GNU_SOURCE 1
  14846. | #define _POSIX_PTHREAD_SEMANTICS 1
  14847. | #define _TANDEM_SOURCE 1
  14848. | #define HAVE_INFINITY 1
  14849. | #define HAVE_NAN 1
  14850. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  14851. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  14852. | #define BROKEN_CRYPT 1
  14853. | #define HAVE_CRT_EXTERNS_H 1
  14854. | #define HAVE_LIBDL 1
  14855. | #define HAVE_DIRENT_H 1
  14856. | #define HAVE__BOOL 1
  14857. | #define HAVE_STDBOOL_H 1
  14858. | #define HAVE_SYS_WAIT_H 1
  14859. | #define HAVE_GRP_H 1
  14860. | #define HAVE_FCNTL_H 1
  14861. | #define HAVE_FLOAT_H 1
  14862. | #define HAVE_LANGINFO_H 1
  14863. | #define HAVE_LIMITS_H 1
  14864. | #define HAVE_LOCALE_H 1
  14865. | #define HAVE_MALLOC_MALLOC_H 1
  14866. | #define HAVE_PWD_H 1
  14867. | #define HAVE_SYS_ATTR_H 1
  14868. | #define HAVE_SYS_FCNTL_H 1
  14869. | #define HAVE_SYS_FILE_H 1
  14870. | #define HAVE_SYS_IOCTL_H 1
  14871. | #define HAVE_SYS_PARAM_H 1
  14872. | #define HAVE_SYS_RESOURCE_H 1
  14873. | #define HAVE_SYS_SELECT_H 1
  14874. | #define HAVE_SYS_SOCKET_H 1
  14875. | #define HAVE_SYS_SYSCALL_H 1
  14876. | #define HAVE_SYS_TIME_H 1
  14877. | #define HAVE_SYS_TIMES_H 1
  14878. | #define HAVE_SYS_UIO_H 1
  14879. | #define HAVE_TIME_H 1
  14880. | #define HAVE_UCONTEXT_H 1
  14881. | #define HAVE_UTIME_H 1
  14882. | #define HAVE_TYPEOF 1
  14883. | #define HAVE_LONG_LONG 1
  14884. | #define HAVE_OFF_T 1
  14885. | #define SIZEOF_INT 4
  14886. | #define SIZEOF_SHORT 2
  14887. | #define SIZEOF_LONG 8
  14888. | #define SIZEOF_LONG_LONG 8
  14889. | #define SIZEOF___INT64 0
  14890. | #define SIZEOF___INT128 16
  14891. | #define SIZEOF_OFF_T 8
  14892. | #define SIZEOF_VOIDP 8
  14893. | #define SIZEOF_FLOAT 4
  14894. | #define SIZEOF_DOUBLE 8
  14895. | #define SIZEOF_TIME_T 8
  14896. | #define SIZEOF_CLOCK_T 8
  14897. | #define PACKED_STRUCT(x) x __attribute__((packed))
  14898. | #define PACKED_STRUCT_UNALIGNED(x) x
  14899. | #define PRI_LL_PREFIX "ll"
  14900. | #define rb_pid_t pid_t
  14901. | #define SIGNEDNESS_OF_PID_T -1
  14902. | #define PIDT2NUM(v) INT2NUM(v)
  14903. | #define NUM2PIDT(v) NUM2INT(v)
  14904. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  14905. | #define rb_uid_t uid_t
  14906. | #define SIGNEDNESS_OF_UID_T +1
  14907. | #define UIDT2NUM(v) UINT2NUM(v)
  14908. | #define NUM2UIDT(v) NUM2UINT(v)
  14909. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  14910. | #define rb_gid_t gid_t
  14911. | #define SIGNEDNESS_OF_GID_T +1
  14912. | #define GIDT2NUM(v) UINT2NUM(v)
  14913. | #define NUM2GIDT(v) NUM2UINT(v)
  14914. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  14915. | #define rb_time_t time_t
  14916. | #define SIGNEDNESS_OF_TIME_T -1
  14917. | #define TIMET2NUM(v) LONG2NUM(v)
  14918. | #define NUM2TIMET(v) NUM2LONG(v)
  14919. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  14920. | #define rb_dev_t dev_t
  14921. | #define SIGNEDNESS_OF_DEV_T -1
  14922. | #define DEVT2NUM(v) INT2NUM(v)
  14923. | #define NUM2DEVT(v) NUM2INT(v)
  14924. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  14925. | #define rb_mode_t mode_t
  14926. | #define SIGNEDNESS_OF_MODE_T +1
  14927. | #define MODET2NUM(v) UINT2NUM(v)
  14928. | #define NUM2MODET(v) NUM2UINT(v)
  14929. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  14930. | #define rb_rlim_t rlim_t
  14931. | #define SIGNEDNESS_OF_RLIM_T +1
  14932. | #define RLIM2NUM(v) ULL2NUM(v)
  14933. | #define NUM2RLIM(v) NUM2ULL(v)
  14934. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  14935. | #define rb_off_t off_t
  14936. | #define SIGNEDNESS_OF_OFF_T -1
  14937. | #define OFFT2NUM(v) LL2NUM(v)
  14938. | #define NUM2OFFT(v) NUM2LL(v)
  14939. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  14940. | #define rb_clockid_t int
  14941. | #define SIGNEDNESS_OF_CLOCKID_T -1
  14942. | #define CLOCKID2NUM(v) INT2NUM(v)
  14943. | #define NUM2CLOCKID(v) NUM2INT(v)
  14944. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  14945. | #define HAVE_PROTOTYPES 1
  14946. | #define TOKEN_PASTE(x,y) x##y
  14947. | #define STRINGIZE(expr) STRINGIZE0(expr)
  14948. | #define HAVE_STDARG_PROTOTYPES 1
  14949. | #define HAVE_VA_ARGS_MACRO 1
  14950. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  14951. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  14952. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  14953. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  14954. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  14955. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  14956. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  14957. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  14958. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  14959. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  14960. | #define WEAK(x) __attribute__ ((__weak__)) x
  14961. | #define HAVE_FUNC_WEAK 1
  14962. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  14963. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  14964. | #define HAVE_GCC_SYNC_BUILTINS 1
  14965. | #define UNREACHABLE __builtin_unreachable()
  14966. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  14967. | #define RUBY_FUNCTION_NAME_STRING __func__
  14968. | #define ENUM_OVER_INT 1
  14969. | #define HAVE_DECL_SYS_NERR 1
  14970. | #define HAVE_DECL_GETENV 1
  14971. | #define SIZEOF_SIZE_T 8
  14972. | #define SIZEOF_PTRDIFF_T 8
  14973. | #define PRI_SIZE_PREFIX "z"
  14974. | #define PRI_PTRDIFF_PREFIX "t"
  14975. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  14976. | #define HAVE_ST_BLKSIZE 1
  14977. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  14978. | #define HAVE_ST_BLOCKS 1
  14979. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  14980. | #define HAVE_ST_RDEV 1
  14981. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  14982. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  14983. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  14984. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  14985. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  14986. | /* end confdefs.h. */
  14987. | #include <stdio.h>
  14988. | #ifdef HAVE_SYS_TYPES_H
  14989. | # include <sys/types.h>
  14990. | #endif
  14991. | #ifdef HAVE_SYS_STAT_H
  14992. | # include <sys/stat.h>
  14993. | #endif
  14994. | #ifdef STDC_HEADERS
  14995. | # include <stdlib.h>
  14996. | # include <stddef.h>
  14997. | #else
  14998. | # ifdef HAVE_STDLIB_H
  14999. | # include <stdlib.h>
  15000. | # endif
  15001. | #endif
  15002. | #ifdef HAVE_STRING_H
  15003. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  15004. | # include <memory.h>
  15005. | # endif
  15006. | # include <string.h>
  15007. | #endif
  15008. | #ifdef HAVE_STRINGS_H
  15009. | # include <strings.h>
  15010. | #endif
  15011. | #ifdef HAVE_INTTYPES_H
  15012. | # include <inttypes.h>
  15013. | #endif
  15014. | #ifdef HAVE_STDINT_H
  15015. | # include <stdint.h>
  15016. | #endif
  15017. | #ifdef HAVE_UNISTD_H
  15018. | # include <unistd.h>
  15019. | #endif
  15020. | int
  15021. | main ()
  15022. | {
  15023. | static struct stat ac_aggr;
  15024. | if (sizeof ac_aggr.st_ctim)
  15025. | return 0;
  15026. | ;
  15027. | return 0;
  15028. | }
  15029. configure:17259: result: no
  15030. configure:17269: checking for struct stat.st_ctimespec
  15031. configure:17269: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  15032. conftest.c:200:1: error: statement requires expression of scalar type ('struct timespec' invalid)
  15033. if (ac_aggr.st_ctimespec)
  15034. ^ ~~~~~~~~~~~~~~~~~~~~
  15035. 1 error generated.
  15036. configure:17269: $? = 1
  15037. configure: failed program was:
  15038. | /* confdefs.h */
  15039. | #define PACKAGE_NAME ""
  15040. | #define PACKAGE_TARNAME ""
  15041. | #define PACKAGE_VERSION ""
  15042. | #define PACKAGE_STRING ""
  15043. | #define PACKAGE_BUGREPORT ""
  15044. | #define PACKAGE_URL ""
  15045. | #define CANONICALIZATION_FOR_MATHN 1
  15046. | #define STDC_HEADERS 1
  15047. | #define HAVE_SYS_TYPES_H 1
  15048. | #define HAVE_SYS_STAT_H 1
  15049. | #define HAVE_STDLIB_H 1
  15050. | #define HAVE_STRING_H 1
  15051. | #define HAVE_MEMORY_H 1
  15052. | #define HAVE_STRINGS_H 1
  15053. | #define HAVE_INTTYPES_H 1
  15054. | #define HAVE_STDINT_H 1
  15055. | #define HAVE_UNISTD_H 1
  15056. | #define __EXTENSIONS__ 1
  15057. | #define _ALL_SOURCE 1
  15058. | #define _GNU_SOURCE 1
  15059. | #define _POSIX_PTHREAD_SEMANTICS 1
  15060. | #define _TANDEM_SOURCE 1
  15061. | #define HAVE_INFINITY 1
  15062. | #define HAVE_NAN 1
  15063. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  15064. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  15065. | #define BROKEN_CRYPT 1
  15066. | #define HAVE_CRT_EXTERNS_H 1
  15067. | #define HAVE_LIBDL 1
  15068. | #define HAVE_DIRENT_H 1
  15069. | #define HAVE__BOOL 1
  15070. | #define HAVE_STDBOOL_H 1
  15071. | #define HAVE_SYS_WAIT_H 1
  15072. | #define HAVE_GRP_H 1
  15073. | #define HAVE_FCNTL_H 1
  15074. | #define HAVE_FLOAT_H 1
  15075. | #define HAVE_LANGINFO_H 1
  15076. | #define HAVE_LIMITS_H 1
  15077. | #define HAVE_LOCALE_H 1
  15078. | #define HAVE_MALLOC_MALLOC_H 1
  15079. | #define HAVE_PWD_H 1
  15080. | #define HAVE_SYS_ATTR_H 1
  15081. | #define HAVE_SYS_FCNTL_H 1
  15082. | #define HAVE_SYS_FILE_H 1
  15083. | #define HAVE_SYS_IOCTL_H 1
  15084. | #define HAVE_SYS_PARAM_H 1
  15085. | #define HAVE_SYS_RESOURCE_H 1
  15086. | #define HAVE_SYS_SELECT_H 1
  15087. | #define HAVE_SYS_SOCKET_H 1
  15088. | #define HAVE_SYS_SYSCALL_H 1
  15089. | #define HAVE_SYS_TIME_H 1
  15090. | #define HAVE_SYS_TIMES_H 1
  15091. | #define HAVE_SYS_UIO_H 1
  15092. | #define HAVE_TIME_H 1
  15093. | #define HAVE_UCONTEXT_H 1
  15094. | #define HAVE_UTIME_H 1
  15095. | #define HAVE_TYPEOF 1
  15096. | #define HAVE_LONG_LONG 1
  15097. | #define HAVE_OFF_T 1
  15098. | #define SIZEOF_INT 4
  15099. | #define SIZEOF_SHORT 2
  15100. | #define SIZEOF_LONG 8
  15101. | #define SIZEOF_LONG_LONG 8
  15102. | #define SIZEOF___INT64 0
  15103. | #define SIZEOF___INT128 16
  15104. | #define SIZEOF_OFF_T 8
  15105. | #define SIZEOF_VOIDP 8
  15106. | #define SIZEOF_FLOAT 4
  15107. | #define SIZEOF_DOUBLE 8
  15108. | #define SIZEOF_TIME_T 8
  15109. | #define SIZEOF_CLOCK_T 8
  15110. | #define PACKED_STRUCT(x) x __attribute__((packed))
  15111. | #define PACKED_STRUCT_UNALIGNED(x) x
  15112. | #define PRI_LL_PREFIX "ll"
  15113. | #define rb_pid_t pid_t
  15114. | #define SIGNEDNESS_OF_PID_T -1
  15115. | #define PIDT2NUM(v) INT2NUM(v)
  15116. | #define NUM2PIDT(v) NUM2INT(v)
  15117. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  15118. | #define rb_uid_t uid_t
  15119. | #define SIGNEDNESS_OF_UID_T +1
  15120. | #define UIDT2NUM(v) UINT2NUM(v)
  15121. | #define NUM2UIDT(v) NUM2UINT(v)
  15122. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  15123. | #define rb_gid_t gid_t
  15124. | #define SIGNEDNESS_OF_GID_T +1
  15125. | #define GIDT2NUM(v) UINT2NUM(v)
  15126. | #define NUM2GIDT(v) NUM2UINT(v)
  15127. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  15128. | #define rb_time_t time_t
  15129. | #define SIGNEDNESS_OF_TIME_T -1
  15130. | #define TIMET2NUM(v) LONG2NUM(v)
  15131. | #define NUM2TIMET(v) NUM2LONG(v)
  15132. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  15133. | #define rb_dev_t dev_t
  15134. | #define SIGNEDNESS_OF_DEV_T -1
  15135. | #define DEVT2NUM(v) INT2NUM(v)
  15136. | #define NUM2DEVT(v) NUM2INT(v)
  15137. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  15138. | #define rb_mode_t mode_t
  15139. | #define SIGNEDNESS_OF_MODE_T +1
  15140. | #define MODET2NUM(v) UINT2NUM(v)
  15141. | #define NUM2MODET(v) NUM2UINT(v)
  15142. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  15143. | #define rb_rlim_t rlim_t
  15144. | #define SIGNEDNESS_OF_RLIM_T +1
  15145. | #define RLIM2NUM(v) ULL2NUM(v)
  15146. | #define NUM2RLIM(v) NUM2ULL(v)
  15147. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  15148. | #define rb_off_t off_t
  15149. | #define SIGNEDNESS_OF_OFF_T -1
  15150. | #define OFFT2NUM(v) LL2NUM(v)
  15151. | #define NUM2OFFT(v) NUM2LL(v)
  15152. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  15153. | #define rb_clockid_t int
  15154. | #define SIGNEDNESS_OF_CLOCKID_T -1
  15155. | #define CLOCKID2NUM(v) INT2NUM(v)
  15156. | #define NUM2CLOCKID(v) NUM2INT(v)
  15157. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  15158. | #define HAVE_PROTOTYPES 1
  15159. | #define TOKEN_PASTE(x,y) x##y
  15160. | #define STRINGIZE(expr) STRINGIZE0(expr)
  15161. | #define HAVE_STDARG_PROTOTYPES 1
  15162. | #define HAVE_VA_ARGS_MACRO 1
  15163. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  15164. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  15165. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  15166. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  15167. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  15168. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  15169. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  15170. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  15171. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  15172. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  15173. | #define WEAK(x) __attribute__ ((__weak__)) x
  15174. | #define HAVE_FUNC_WEAK 1
  15175. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  15176. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  15177. | #define HAVE_GCC_SYNC_BUILTINS 1
  15178. | #define UNREACHABLE __builtin_unreachable()
  15179. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  15180. | #define RUBY_FUNCTION_NAME_STRING __func__
  15181. | #define ENUM_OVER_INT 1
  15182. | #define HAVE_DECL_SYS_NERR 1
  15183. | #define HAVE_DECL_GETENV 1
  15184. | #define SIZEOF_SIZE_T 8
  15185. | #define SIZEOF_PTRDIFF_T 8
  15186. | #define PRI_SIZE_PREFIX "z"
  15187. | #define PRI_PTRDIFF_PREFIX "t"
  15188. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  15189. | #define HAVE_ST_BLKSIZE 1
  15190. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  15191. | #define HAVE_ST_BLOCKS 1
  15192. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  15193. | #define HAVE_ST_RDEV 1
  15194. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  15195. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  15196. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  15197. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  15198. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  15199. | /* end confdefs.h. */
  15200. | #include <stdio.h>
  15201. | #ifdef HAVE_SYS_TYPES_H
  15202. | # include <sys/types.h>
  15203. | #endif
  15204. | #ifdef HAVE_SYS_STAT_H
  15205. | # include <sys/stat.h>
  15206. | #endif
  15207. | #ifdef STDC_HEADERS
  15208. | # include <stdlib.h>
  15209. | # include <stddef.h>
  15210. | #else
  15211. | # ifdef HAVE_STDLIB_H
  15212. | # include <stdlib.h>
  15213. | # endif
  15214. | #endif
  15215. | #ifdef HAVE_STRING_H
  15216. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  15217. | # include <memory.h>
  15218. | # endif
  15219. | # include <string.h>
  15220. | #endif
  15221. | #ifdef HAVE_STRINGS_H
  15222. | # include <strings.h>
  15223. | #endif
  15224. | #ifdef HAVE_INTTYPES_H
  15225. | # include <inttypes.h>
  15226. | #endif
  15227. | #ifdef HAVE_STDINT_H
  15228. | # include <stdint.h>
  15229. | #endif
  15230. | #ifdef HAVE_UNISTD_H
  15231. | # include <unistd.h>
  15232. | #endif
  15233. | int
  15234. | main ()
  15235. | {
  15236. | static struct stat ac_aggr;
  15237. | if (ac_aggr.st_ctimespec)
  15238. | return 0;
  15239. | ;
  15240. | return 0;
  15241. | }
  15242. configure:17269: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  15243. configure:17269: $? = 0
  15244. configure:17269: result: yes
  15245. configure:17279: checking for struct stat.st_ctimensec
  15246. configure:17279: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  15247. conftest.c:201:13: error: no member named 'st_ctimensec' in 'struct stat'; did you mean 'st_ctimespec'?
  15248. if (ac_aggr.st_ctimensec)
  15249. ^~~~~~~~~~~~
  15250. st_ctimespec
  15251. /usr/include/sys/stat.h:182:13: note: 'st_ctimespec' declared here
  15252. struct stat __DARWIN_STRUCT_STAT64;
  15253. ^
  15254. /usr/include/sys/stat.h:166:2: note: expanded from macro '__DARWIN_STRUCT_STAT64'
  15255. __DARWIN_STRUCT_STAT64_TIMES \
  15256. ^
  15257. /usr/include/sys/stat.h:131:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES'
  15258. struct timespec st_ctimespec; /* time of last status change */ \
  15259. ^
  15260. conftest.c:201:1: error: statement requires expression of scalar type ('struct timespec' invalid)
  15261. if (ac_aggr.st_ctimensec)
  15262. ^ ~~~~~~~~~~~~~~~~~~~~
  15263. 2 errors generated.
  15264. configure:17279: $? = 1
  15265. configure: failed program was:
  15266. | /* confdefs.h */
  15267. | #define PACKAGE_NAME ""
  15268. | #define PACKAGE_TARNAME ""
  15269. | #define PACKAGE_VERSION ""
  15270. | #define PACKAGE_STRING ""
  15271. | #define PACKAGE_BUGREPORT ""
  15272. | #define PACKAGE_URL ""
  15273. | #define CANONICALIZATION_FOR_MATHN 1
  15274. | #define STDC_HEADERS 1
  15275. | #define HAVE_SYS_TYPES_H 1
  15276. | #define HAVE_SYS_STAT_H 1
  15277. | #define HAVE_STDLIB_H 1
  15278. | #define HAVE_STRING_H 1
  15279. | #define HAVE_MEMORY_H 1
  15280. | #define HAVE_STRINGS_H 1
  15281. | #define HAVE_INTTYPES_H 1
  15282. | #define HAVE_STDINT_H 1
  15283. | #define HAVE_UNISTD_H 1
  15284. | #define __EXTENSIONS__ 1
  15285. | #define _ALL_SOURCE 1
  15286. | #define _GNU_SOURCE 1
  15287. | #define _POSIX_PTHREAD_SEMANTICS 1
  15288. | #define _TANDEM_SOURCE 1
  15289. | #define HAVE_INFINITY 1
  15290. | #define HAVE_NAN 1
  15291. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  15292. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  15293. | #define BROKEN_CRYPT 1
  15294. | #define HAVE_CRT_EXTERNS_H 1
  15295. | #define HAVE_LIBDL 1
  15296. | #define HAVE_DIRENT_H 1
  15297. | #define HAVE__BOOL 1
  15298. | #define HAVE_STDBOOL_H 1
  15299. | #define HAVE_SYS_WAIT_H 1
  15300. | #define HAVE_GRP_H 1
  15301. | #define HAVE_FCNTL_H 1
  15302. | #define HAVE_FLOAT_H 1
  15303. | #define HAVE_LANGINFO_H 1
  15304. | #define HAVE_LIMITS_H 1
  15305. | #define HAVE_LOCALE_H 1
  15306. | #define HAVE_MALLOC_MALLOC_H 1
  15307. | #define HAVE_PWD_H 1
  15308. | #define HAVE_SYS_ATTR_H 1
  15309. | #define HAVE_SYS_FCNTL_H 1
  15310. | #define HAVE_SYS_FILE_H 1
  15311. | #define HAVE_SYS_IOCTL_H 1
  15312. | #define HAVE_SYS_PARAM_H 1
  15313. | #define HAVE_SYS_RESOURCE_H 1
  15314. | #define HAVE_SYS_SELECT_H 1
  15315. | #define HAVE_SYS_SOCKET_H 1
  15316. | #define HAVE_SYS_SYSCALL_H 1
  15317. | #define HAVE_SYS_TIME_H 1
  15318. | #define HAVE_SYS_TIMES_H 1
  15319. | #define HAVE_SYS_UIO_H 1
  15320. | #define HAVE_TIME_H 1
  15321. | #define HAVE_UCONTEXT_H 1
  15322. | #define HAVE_UTIME_H 1
  15323. | #define HAVE_TYPEOF 1
  15324. | #define HAVE_LONG_LONG 1
  15325. | #define HAVE_OFF_T 1
  15326. | #define SIZEOF_INT 4
  15327. | #define SIZEOF_SHORT 2
  15328. | #define SIZEOF_LONG 8
  15329. | #define SIZEOF_LONG_LONG 8
  15330. | #define SIZEOF___INT64 0
  15331. | #define SIZEOF___INT128 16
  15332. | #define SIZEOF_OFF_T 8
  15333. | #define SIZEOF_VOIDP 8
  15334. | #define SIZEOF_FLOAT 4
  15335. | #define SIZEOF_DOUBLE 8
  15336. | #define SIZEOF_TIME_T 8
  15337. | #define SIZEOF_CLOCK_T 8
  15338. | #define PACKED_STRUCT(x) x __attribute__((packed))
  15339. | #define PACKED_STRUCT_UNALIGNED(x) x
  15340. | #define PRI_LL_PREFIX "ll"
  15341. | #define rb_pid_t pid_t
  15342. | #define SIGNEDNESS_OF_PID_T -1
  15343. | #define PIDT2NUM(v) INT2NUM(v)
  15344. | #define NUM2PIDT(v) NUM2INT(v)
  15345. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  15346. | #define rb_uid_t uid_t
  15347. | #define SIGNEDNESS_OF_UID_T +1
  15348. | #define UIDT2NUM(v) UINT2NUM(v)
  15349. | #define NUM2UIDT(v) NUM2UINT(v)
  15350. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  15351. | #define rb_gid_t gid_t
  15352. | #define SIGNEDNESS_OF_GID_T +1
  15353. | #define GIDT2NUM(v) UINT2NUM(v)
  15354. | #define NUM2GIDT(v) NUM2UINT(v)
  15355. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  15356. | #define rb_time_t time_t
  15357. | #define SIGNEDNESS_OF_TIME_T -1
  15358. | #define TIMET2NUM(v) LONG2NUM(v)
  15359. | #define NUM2TIMET(v) NUM2LONG(v)
  15360. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  15361. | #define rb_dev_t dev_t
  15362. | #define SIGNEDNESS_OF_DEV_T -1
  15363. | #define DEVT2NUM(v) INT2NUM(v)
  15364. | #define NUM2DEVT(v) NUM2INT(v)
  15365. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  15366. | #define rb_mode_t mode_t
  15367. | #define SIGNEDNESS_OF_MODE_T +1
  15368. | #define MODET2NUM(v) UINT2NUM(v)
  15369. | #define NUM2MODET(v) NUM2UINT(v)
  15370. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  15371. | #define rb_rlim_t rlim_t
  15372. | #define SIGNEDNESS_OF_RLIM_T +1
  15373. | #define RLIM2NUM(v) ULL2NUM(v)
  15374. | #define NUM2RLIM(v) NUM2ULL(v)
  15375. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  15376. | #define rb_off_t off_t
  15377. | #define SIGNEDNESS_OF_OFF_T -1
  15378. | #define OFFT2NUM(v) LL2NUM(v)
  15379. | #define NUM2OFFT(v) NUM2LL(v)
  15380. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  15381. | #define rb_clockid_t int
  15382. | #define SIGNEDNESS_OF_CLOCKID_T -1
  15383. | #define CLOCKID2NUM(v) INT2NUM(v)
  15384. | #define NUM2CLOCKID(v) NUM2INT(v)
  15385. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  15386. | #define HAVE_PROTOTYPES 1
  15387. | #define TOKEN_PASTE(x,y) x##y
  15388. | #define STRINGIZE(expr) STRINGIZE0(expr)
  15389. | #define HAVE_STDARG_PROTOTYPES 1
  15390. | #define HAVE_VA_ARGS_MACRO 1
  15391. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  15392. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  15393. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  15394. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  15395. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  15396. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  15397. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  15398. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  15399. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  15400. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  15401. | #define WEAK(x) __attribute__ ((__weak__)) x
  15402. | #define HAVE_FUNC_WEAK 1
  15403. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  15404. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  15405. | #define HAVE_GCC_SYNC_BUILTINS 1
  15406. | #define UNREACHABLE __builtin_unreachable()
  15407. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  15408. | #define RUBY_FUNCTION_NAME_STRING __func__
  15409. | #define ENUM_OVER_INT 1
  15410. | #define HAVE_DECL_SYS_NERR 1
  15411. | #define HAVE_DECL_GETENV 1
  15412. | #define SIZEOF_SIZE_T 8
  15413. | #define SIZEOF_PTRDIFF_T 8
  15414. | #define PRI_SIZE_PREFIX "z"
  15415. | #define PRI_PTRDIFF_PREFIX "t"
  15416. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  15417. | #define HAVE_ST_BLKSIZE 1
  15418. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  15419. | #define HAVE_ST_BLOCKS 1
  15420. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  15421. | #define HAVE_ST_RDEV 1
  15422. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  15423. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  15424. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  15425. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  15426. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  15427. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  15428. | /* end confdefs.h. */
  15429. | #include <stdio.h>
  15430. | #ifdef HAVE_SYS_TYPES_H
  15431. | # include <sys/types.h>
  15432. | #endif
  15433. | #ifdef HAVE_SYS_STAT_H
  15434. | # include <sys/stat.h>
  15435. | #endif
  15436. | #ifdef STDC_HEADERS
  15437. | # include <stdlib.h>
  15438. | # include <stddef.h>
  15439. | #else
  15440. | # ifdef HAVE_STDLIB_H
  15441. | # include <stdlib.h>
  15442. | # endif
  15443. | #endif
  15444. | #ifdef HAVE_STRING_H
  15445. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  15446. | # include <memory.h>
  15447. | # endif
  15448. | # include <string.h>
  15449. | #endif
  15450. | #ifdef HAVE_STRINGS_H
  15451. | # include <strings.h>
  15452. | #endif
  15453. | #ifdef HAVE_INTTYPES_H
  15454. | # include <inttypes.h>
  15455. | #endif
  15456. | #ifdef HAVE_STDINT_H
  15457. | # include <stdint.h>
  15458. | #endif
  15459. | #ifdef HAVE_UNISTD_H
  15460. | # include <unistd.h>
  15461. | #endif
  15462. | int
  15463. | main ()
  15464. | {
  15465. | static struct stat ac_aggr;
  15466. | if (ac_aggr.st_ctimensec)
  15467. | return 0;
  15468. | ;
  15469. | return 0;
  15470. | }
  15471. configure:17279: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  15472. conftest.c:201:20: error: no member named 'st_ctimensec' in 'struct stat'; did you mean 'st_ctimespec'?
  15473. if (sizeof ac_aggr.st_ctimensec)
  15474. ^~~~~~~~~~~~
  15475. st_ctimespec
  15476. /usr/include/sys/stat.h:182:13: note: 'st_ctimespec' declared here
  15477. struct stat __DARWIN_STRUCT_STAT64;
  15478. ^
  15479. /usr/include/sys/stat.h:166:2: note: expanded from macro '__DARWIN_STRUCT_STAT64'
  15480. __DARWIN_STRUCT_STAT64_TIMES \
  15481. ^
  15482. /usr/include/sys/stat.h:131:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES'
  15483. struct timespec st_ctimespec; /* time of last status change */ \
  15484. ^
  15485. 1 error generated.
  15486. configure:17279: $? = 1
  15487. configure: failed program was:
  15488. | /* confdefs.h */
  15489. | #define PACKAGE_NAME ""
  15490. | #define PACKAGE_TARNAME ""
  15491. | #define PACKAGE_VERSION ""
  15492. | #define PACKAGE_STRING ""
  15493. | #define PACKAGE_BUGREPORT ""
  15494. | #define PACKAGE_URL ""
  15495. | #define CANONICALIZATION_FOR_MATHN 1
  15496. | #define STDC_HEADERS 1
  15497. | #define HAVE_SYS_TYPES_H 1
  15498. | #define HAVE_SYS_STAT_H 1
  15499. | #define HAVE_STDLIB_H 1
  15500. | #define HAVE_STRING_H 1
  15501. | #define HAVE_MEMORY_H 1
  15502. | #define HAVE_STRINGS_H 1
  15503. | #define HAVE_INTTYPES_H 1
  15504. | #define HAVE_STDINT_H 1
  15505. | #define HAVE_UNISTD_H 1
  15506. | #define __EXTENSIONS__ 1
  15507. | #define _ALL_SOURCE 1
  15508. | #define _GNU_SOURCE 1
  15509. | #define _POSIX_PTHREAD_SEMANTICS 1
  15510. | #define _TANDEM_SOURCE 1
  15511. | #define HAVE_INFINITY 1
  15512. | #define HAVE_NAN 1
  15513. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  15514. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  15515. | #define BROKEN_CRYPT 1
  15516. | #define HAVE_CRT_EXTERNS_H 1
  15517. | #define HAVE_LIBDL 1
  15518. | #define HAVE_DIRENT_H 1
  15519. | #define HAVE__BOOL 1
  15520. | #define HAVE_STDBOOL_H 1
  15521. | #define HAVE_SYS_WAIT_H 1
  15522. | #define HAVE_GRP_H 1
  15523. | #define HAVE_FCNTL_H 1
  15524. | #define HAVE_FLOAT_H 1
  15525. | #define HAVE_LANGINFO_H 1
  15526. | #define HAVE_LIMITS_H 1
  15527. | #define HAVE_LOCALE_H 1
  15528. | #define HAVE_MALLOC_MALLOC_H 1
  15529. | #define HAVE_PWD_H 1
  15530. | #define HAVE_SYS_ATTR_H 1
  15531. | #define HAVE_SYS_FCNTL_H 1
  15532. | #define HAVE_SYS_FILE_H 1
  15533. | #define HAVE_SYS_IOCTL_H 1
  15534. | #define HAVE_SYS_PARAM_H 1
  15535. | #define HAVE_SYS_RESOURCE_H 1
  15536. | #define HAVE_SYS_SELECT_H 1
  15537. | #define HAVE_SYS_SOCKET_H 1
  15538. | #define HAVE_SYS_SYSCALL_H 1
  15539. | #define HAVE_SYS_TIME_H 1
  15540. | #define HAVE_SYS_TIMES_H 1
  15541. | #define HAVE_SYS_UIO_H 1
  15542. | #define HAVE_TIME_H 1
  15543. | #define HAVE_UCONTEXT_H 1
  15544. | #define HAVE_UTIME_H 1
  15545. | #define HAVE_TYPEOF 1
  15546. | #define HAVE_LONG_LONG 1
  15547. | #define HAVE_OFF_T 1
  15548. | #define SIZEOF_INT 4
  15549. | #define SIZEOF_SHORT 2
  15550. | #define SIZEOF_LONG 8
  15551. | #define SIZEOF_LONG_LONG 8
  15552. | #define SIZEOF___INT64 0
  15553. | #define SIZEOF___INT128 16
  15554. | #define SIZEOF_OFF_T 8
  15555. | #define SIZEOF_VOIDP 8
  15556. | #define SIZEOF_FLOAT 4
  15557. | #define SIZEOF_DOUBLE 8
  15558. | #define SIZEOF_TIME_T 8
  15559. | #define SIZEOF_CLOCK_T 8
  15560. | #define PACKED_STRUCT(x) x __attribute__((packed))
  15561. | #define PACKED_STRUCT_UNALIGNED(x) x
  15562. | #define PRI_LL_PREFIX "ll"
  15563. | #define rb_pid_t pid_t
  15564. | #define SIGNEDNESS_OF_PID_T -1
  15565. | #define PIDT2NUM(v) INT2NUM(v)
  15566. | #define NUM2PIDT(v) NUM2INT(v)
  15567. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  15568. | #define rb_uid_t uid_t
  15569. | #define SIGNEDNESS_OF_UID_T +1
  15570. | #define UIDT2NUM(v) UINT2NUM(v)
  15571. | #define NUM2UIDT(v) NUM2UINT(v)
  15572. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  15573. | #define rb_gid_t gid_t
  15574. | #define SIGNEDNESS_OF_GID_T +1
  15575. | #define GIDT2NUM(v) UINT2NUM(v)
  15576. | #define NUM2GIDT(v) NUM2UINT(v)
  15577. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  15578. | #define rb_time_t time_t
  15579. | #define SIGNEDNESS_OF_TIME_T -1
  15580. | #define TIMET2NUM(v) LONG2NUM(v)
  15581. | #define NUM2TIMET(v) NUM2LONG(v)
  15582. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  15583. | #define rb_dev_t dev_t
  15584. | #define SIGNEDNESS_OF_DEV_T -1
  15585. | #define DEVT2NUM(v) INT2NUM(v)
  15586. | #define NUM2DEVT(v) NUM2INT(v)
  15587. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  15588. | #define rb_mode_t mode_t
  15589. | #define SIGNEDNESS_OF_MODE_T +1
  15590. | #define MODET2NUM(v) UINT2NUM(v)
  15591. | #define NUM2MODET(v) NUM2UINT(v)
  15592. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  15593. | #define rb_rlim_t rlim_t
  15594. | #define SIGNEDNESS_OF_RLIM_T +1
  15595. | #define RLIM2NUM(v) ULL2NUM(v)
  15596. | #define NUM2RLIM(v) NUM2ULL(v)
  15597. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  15598. | #define rb_off_t off_t
  15599. | #define SIGNEDNESS_OF_OFF_T -1
  15600. | #define OFFT2NUM(v) LL2NUM(v)
  15601. | #define NUM2OFFT(v) NUM2LL(v)
  15602. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  15603. | #define rb_clockid_t int
  15604. | #define SIGNEDNESS_OF_CLOCKID_T -1
  15605. | #define CLOCKID2NUM(v) INT2NUM(v)
  15606. | #define NUM2CLOCKID(v) NUM2INT(v)
  15607. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  15608. | #define HAVE_PROTOTYPES 1
  15609. | #define TOKEN_PASTE(x,y) x##y
  15610. | #define STRINGIZE(expr) STRINGIZE0(expr)
  15611. | #define HAVE_STDARG_PROTOTYPES 1
  15612. | #define HAVE_VA_ARGS_MACRO 1
  15613. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  15614. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  15615. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  15616. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  15617. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  15618. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  15619. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  15620. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  15621. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  15622. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  15623. | #define WEAK(x) __attribute__ ((__weak__)) x
  15624. | #define HAVE_FUNC_WEAK 1
  15625. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  15626. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  15627. | #define HAVE_GCC_SYNC_BUILTINS 1
  15628. | #define UNREACHABLE __builtin_unreachable()
  15629. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  15630. | #define RUBY_FUNCTION_NAME_STRING __func__
  15631. | #define ENUM_OVER_INT 1
  15632. | #define HAVE_DECL_SYS_NERR 1
  15633. | #define HAVE_DECL_GETENV 1
  15634. | #define SIZEOF_SIZE_T 8
  15635. | #define SIZEOF_PTRDIFF_T 8
  15636. | #define PRI_SIZE_PREFIX "z"
  15637. | #define PRI_PTRDIFF_PREFIX "t"
  15638. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  15639. | #define HAVE_ST_BLKSIZE 1
  15640. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  15641. | #define HAVE_ST_BLOCKS 1
  15642. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  15643. | #define HAVE_ST_RDEV 1
  15644. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  15645. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  15646. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  15647. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  15648. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  15649. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  15650. | /* end confdefs.h. */
  15651. | #include <stdio.h>
  15652. | #ifdef HAVE_SYS_TYPES_H
  15653. | # include <sys/types.h>
  15654. | #endif
  15655. | #ifdef HAVE_SYS_STAT_H
  15656. | # include <sys/stat.h>
  15657. | #endif
  15658. | #ifdef STDC_HEADERS
  15659. | # include <stdlib.h>
  15660. | # include <stddef.h>
  15661. | #else
  15662. | # ifdef HAVE_STDLIB_H
  15663. | # include <stdlib.h>
  15664. | # endif
  15665. | #endif
  15666. | #ifdef HAVE_STRING_H
  15667. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  15668. | # include <memory.h>
  15669. | # endif
  15670. | # include <string.h>
  15671. | #endif
  15672. | #ifdef HAVE_STRINGS_H
  15673. | # include <strings.h>
  15674. | #endif
  15675. | #ifdef HAVE_INTTYPES_H
  15676. | # include <inttypes.h>
  15677. | #endif
  15678. | #ifdef HAVE_STDINT_H
  15679. | # include <stdint.h>
  15680. | #endif
  15681. | #ifdef HAVE_UNISTD_H
  15682. | # include <unistd.h>
  15683. | #endif
  15684. | int
  15685. | main ()
  15686. | {
  15687. | static struct stat ac_aggr;
  15688. | if (sizeof ac_aggr.st_ctimensec)
  15689. | return 0;
  15690. | ;
  15691. | return 0;
  15692. | }
  15693. configure:17279: result: no
  15694. configure:17289: checking for struct stat.st_birthtimespec
  15695. configure:17289: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  15696. conftest.c:201:1: error: statement requires expression of scalar type ('struct timespec' invalid)
  15697. if (ac_aggr.st_birthtimespec)
  15698. ^ ~~~~~~~~~~~~~~~~~~~~~~~~
  15699. 1 error generated.
  15700. configure:17289: $? = 1
  15701. configure: failed program was:
  15702. | /* confdefs.h */
  15703. | #define PACKAGE_NAME ""
  15704. | #define PACKAGE_TARNAME ""
  15705. | #define PACKAGE_VERSION ""
  15706. | #define PACKAGE_STRING ""
  15707. | #define PACKAGE_BUGREPORT ""
  15708. | #define PACKAGE_URL ""
  15709. | #define CANONICALIZATION_FOR_MATHN 1
  15710. | #define STDC_HEADERS 1
  15711. | #define HAVE_SYS_TYPES_H 1
  15712. | #define HAVE_SYS_STAT_H 1
  15713. | #define HAVE_STDLIB_H 1
  15714. | #define HAVE_STRING_H 1
  15715. | #define HAVE_MEMORY_H 1
  15716. | #define HAVE_STRINGS_H 1
  15717. | #define HAVE_INTTYPES_H 1
  15718. | #define HAVE_STDINT_H 1
  15719. | #define HAVE_UNISTD_H 1
  15720. | #define __EXTENSIONS__ 1
  15721. | #define _ALL_SOURCE 1
  15722. | #define _GNU_SOURCE 1
  15723. | #define _POSIX_PTHREAD_SEMANTICS 1
  15724. | #define _TANDEM_SOURCE 1
  15725. | #define HAVE_INFINITY 1
  15726. | #define HAVE_NAN 1
  15727. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  15728. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  15729. | #define BROKEN_CRYPT 1
  15730. | #define HAVE_CRT_EXTERNS_H 1
  15731. | #define HAVE_LIBDL 1
  15732. | #define HAVE_DIRENT_H 1
  15733. | #define HAVE__BOOL 1
  15734. | #define HAVE_STDBOOL_H 1
  15735. | #define HAVE_SYS_WAIT_H 1
  15736. | #define HAVE_GRP_H 1
  15737. | #define HAVE_FCNTL_H 1
  15738. | #define HAVE_FLOAT_H 1
  15739. | #define HAVE_LANGINFO_H 1
  15740. | #define HAVE_LIMITS_H 1
  15741. | #define HAVE_LOCALE_H 1
  15742. | #define HAVE_MALLOC_MALLOC_H 1
  15743. | #define HAVE_PWD_H 1
  15744. | #define HAVE_SYS_ATTR_H 1
  15745. | #define HAVE_SYS_FCNTL_H 1
  15746. | #define HAVE_SYS_FILE_H 1
  15747. | #define HAVE_SYS_IOCTL_H 1
  15748. | #define HAVE_SYS_PARAM_H 1
  15749. | #define HAVE_SYS_RESOURCE_H 1
  15750. | #define HAVE_SYS_SELECT_H 1
  15751. | #define HAVE_SYS_SOCKET_H 1
  15752. | #define HAVE_SYS_SYSCALL_H 1
  15753. | #define HAVE_SYS_TIME_H 1
  15754. | #define HAVE_SYS_TIMES_H 1
  15755. | #define HAVE_SYS_UIO_H 1
  15756. | #define HAVE_TIME_H 1
  15757. | #define HAVE_UCONTEXT_H 1
  15758. | #define HAVE_UTIME_H 1
  15759. | #define HAVE_TYPEOF 1
  15760. | #define HAVE_LONG_LONG 1
  15761. | #define HAVE_OFF_T 1
  15762. | #define SIZEOF_INT 4
  15763. | #define SIZEOF_SHORT 2
  15764. | #define SIZEOF_LONG 8
  15765. | #define SIZEOF_LONG_LONG 8
  15766. | #define SIZEOF___INT64 0
  15767. | #define SIZEOF___INT128 16
  15768. | #define SIZEOF_OFF_T 8
  15769. | #define SIZEOF_VOIDP 8
  15770. | #define SIZEOF_FLOAT 4
  15771. | #define SIZEOF_DOUBLE 8
  15772. | #define SIZEOF_TIME_T 8
  15773. | #define SIZEOF_CLOCK_T 8
  15774. | #define PACKED_STRUCT(x) x __attribute__((packed))
  15775. | #define PACKED_STRUCT_UNALIGNED(x) x
  15776. | #define PRI_LL_PREFIX "ll"
  15777. | #define rb_pid_t pid_t
  15778. | #define SIGNEDNESS_OF_PID_T -1
  15779. | #define PIDT2NUM(v) INT2NUM(v)
  15780. | #define NUM2PIDT(v) NUM2INT(v)
  15781. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  15782. | #define rb_uid_t uid_t
  15783. | #define SIGNEDNESS_OF_UID_T +1
  15784. | #define UIDT2NUM(v) UINT2NUM(v)
  15785. | #define NUM2UIDT(v) NUM2UINT(v)
  15786. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  15787. | #define rb_gid_t gid_t
  15788. | #define SIGNEDNESS_OF_GID_T +1
  15789. | #define GIDT2NUM(v) UINT2NUM(v)
  15790. | #define NUM2GIDT(v) NUM2UINT(v)
  15791. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  15792. | #define rb_time_t time_t
  15793. | #define SIGNEDNESS_OF_TIME_T -1
  15794. | #define TIMET2NUM(v) LONG2NUM(v)
  15795. | #define NUM2TIMET(v) NUM2LONG(v)
  15796. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  15797. | #define rb_dev_t dev_t
  15798. | #define SIGNEDNESS_OF_DEV_T -1
  15799. | #define DEVT2NUM(v) INT2NUM(v)
  15800. | #define NUM2DEVT(v) NUM2INT(v)
  15801. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  15802. | #define rb_mode_t mode_t
  15803. | #define SIGNEDNESS_OF_MODE_T +1
  15804. | #define MODET2NUM(v) UINT2NUM(v)
  15805. | #define NUM2MODET(v) NUM2UINT(v)
  15806. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  15807. | #define rb_rlim_t rlim_t
  15808. | #define SIGNEDNESS_OF_RLIM_T +1
  15809. | #define RLIM2NUM(v) ULL2NUM(v)
  15810. | #define NUM2RLIM(v) NUM2ULL(v)
  15811. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  15812. | #define rb_off_t off_t
  15813. | #define SIGNEDNESS_OF_OFF_T -1
  15814. | #define OFFT2NUM(v) LL2NUM(v)
  15815. | #define NUM2OFFT(v) NUM2LL(v)
  15816. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  15817. | #define rb_clockid_t int
  15818. | #define SIGNEDNESS_OF_CLOCKID_T -1
  15819. | #define CLOCKID2NUM(v) INT2NUM(v)
  15820. | #define NUM2CLOCKID(v) NUM2INT(v)
  15821. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  15822. | #define HAVE_PROTOTYPES 1
  15823. | #define TOKEN_PASTE(x,y) x##y
  15824. | #define STRINGIZE(expr) STRINGIZE0(expr)
  15825. | #define HAVE_STDARG_PROTOTYPES 1
  15826. | #define HAVE_VA_ARGS_MACRO 1
  15827. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  15828. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  15829. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  15830. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  15831. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  15832. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  15833. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  15834. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  15835. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  15836. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  15837. | #define WEAK(x) __attribute__ ((__weak__)) x
  15838. | #define HAVE_FUNC_WEAK 1
  15839. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  15840. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  15841. | #define HAVE_GCC_SYNC_BUILTINS 1
  15842. | #define UNREACHABLE __builtin_unreachable()
  15843. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  15844. | #define RUBY_FUNCTION_NAME_STRING __func__
  15845. | #define ENUM_OVER_INT 1
  15846. | #define HAVE_DECL_SYS_NERR 1
  15847. | #define HAVE_DECL_GETENV 1
  15848. | #define SIZEOF_SIZE_T 8
  15849. | #define SIZEOF_PTRDIFF_T 8
  15850. | #define PRI_SIZE_PREFIX "z"
  15851. | #define PRI_PTRDIFF_PREFIX "t"
  15852. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  15853. | #define HAVE_ST_BLKSIZE 1
  15854. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  15855. | #define HAVE_ST_BLOCKS 1
  15856. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  15857. | #define HAVE_ST_RDEV 1
  15858. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  15859. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  15860. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  15861. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  15862. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  15863. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  15864. | /* end confdefs.h. */
  15865. | #include <stdio.h>
  15866. | #ifdef HAVE_SYS_TYPES_H
  15867. | # include <sys/types.h>
  15868. | #endif
  15869. | #ifdef HAVE_SYS_STAT_H
  15870. | # include <sys/stat.h>
  15871. | #endif
  15872. | #ifdef STDC_HEADERS
  15873. | # include <stdlib.h>
  15874. | # include <stddef.h>
  15875. | #else
  15876. | # ifdef HAVE_STDLIB_H
  15877. | # include <stdlib.h>
  15878. | # endif
  15879. | #endif
  15880. | #ifdef HAVE_STRING_H
  15881. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  15882. | # include <memory.h>
  15883. | # endif
  15884. | # include <string.h>
  15885. | #endif
  15886. | #ifdef HAVE_STRINGS_H
  15887. | # include <strings.h>
  15888. | #endif
  15889. | #ifdef HAVE_INTTYPES_H
  15890. | # include <inttypes.h>
  15891. | #endif
  15892. | #ifdef HAVE_STDINT_H
  15893. | # include <stdint.h>
  15894. | #endif
  15895. | #ifdef HAVE_UNISTD_H
  15896. | # include <unistd.h>
  15897. | #endif
  15898. | int
  15899. | main ()
  15900. | {
  15901. | static struct stat ac_aggr;
  15902. | if (ac_aggr.st_birthtimespec)
  15903. | return 0;
  15904. | ;
  15905. | return 0;
  15906. | }
  15907. configure:17289: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  15908. configure:17289: $? = 0
  15909. configure:17289: result: yes
  15910. configure:17300: checking for struct timeval
  15911. configure:17300: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  15912. configure:17300: $? = 0
  15913. configure:17300: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  15914. conftest.c:175:29: error: expected expression
  15915. if (sizeof ((struct timeval)))
  15916. ^
  15917. 1 error generated.
  15918. configure:17300: $? = 1
  15919. configure: failed program was:
  15920. | /* confdefs.h */
  15921. | #define PACKAGE_NAME ""
  15922. | #define PACKAGE_TARNAME ""
  15923. | #define PACKAGE_VERSION ""
  15924. | #define PACKAGE_STRING ""
  15925. | #define PACKAGE_BUGREPORT ""
  15926. | #define PACKAGE_URL ""
  15927. | #define CANONICALIZATION_FOR_MATHN 1
  15928. | #define STDC_HEADERS 1
  15929. | #define HAVE_SYS_TYPES_H 1
  15930. | #define HAVE_SYS_STAT_H 1
  15931. | #define HAVE_STDLIB_H 1
  15932. | #define HAVE_STRING_H 1
  15933. | #define HAVE_MEMORY_H 1
  15934. | #define HAVE_STRINGS_H 1
  15935. | #define HAVE_INTTYPES_H 1
  15936. | #define HAVE_STDINT_H 1
  15937. | #define HAVE_UNISTD_H 1
  15938. | #define __EXTENSIONS__ 1
  15939. | #define _ALL_SOURCE 1
  15940. | #define _GNU_SOURCE 1
  15941. | #define _POSIX_PTHREAD_SEMANTICS 1
  15942. | #define _TANDEM_SOURCE 1
  15943. | #define HAVE_INFINITY 1
  15944. | #define HAVE_NAN 1
  15945. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  15946. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  15947. | #define BROKEN_CRYPT 1
  15948. | #define HAVE_CRT_EXTERNS_H 1
  15949. | #define HAVE_LIBDL 1
  15950. | #define HAVE_DIRENT_H 1
  15951. | #define HAVE__BOOL 1
  15952. | #define HAVE_STDBOOL_H 1
  15953. | #define HAVE_SYS_WAIT_H 1
  15954. | #define HAVE_GRP_H 1
  15955. | #define HAVE_FCNTL_H 1
  15956. | #define HAVE_FLOAT_H 1
  15957. | #define HAVE_LANGINFO_H 1
  15958. | #define HAVE_LIMITS_H 1
  15959. | #define HAVE_LOCALE_H 1
  15960. | #define HAVE_MALLOC_MALLOC_H 1
  15961. | #define HAVE_PWD_H 1
  15962. | #define HAVE_SYS_ATTR_H 1
  15963. | #define HAVE_SYS_FCNTL_H 1
  15964. | #define HAVE_SYS_FILE_H 1
  15965. | #define HAVE_SYS_IOCTL_H 1
  15966. | #define HAVE_SYS_PARAM_H 1
  15967. | #define HAVE_SYS_RESOURCE_H 1
  15968. | #define HAVE_SYS_SELECT_H 1
  15969. | #define HAVE_SYS_SOCKET_H 1
  15970. | #define HAVE_SYS_SYSCALL_H 1
  15971. | #define HAVE_SYS_TIME_H 1
  15972. | #define HAVE_SYS_TIMES_H 1
  15973. | #define HAVE_SYS_UIO_H 1
  15974. | #define HAVE_TIME_H 1
  15975. | #define HAVE_UCONTEXT_H 1
  15976. | #define HAVE_UTIME_H 1
  15977. | #define HAVE_TYPEOF 1
  15978. | #define HAVE_LONG_LONG 1
  15979. | #define HAVE_OFF_T 1
  15980. | #define SIZEOF_INT 4
  15981. | #define SIZEOF_SHORT 2
  15982. | #define SIZEOF_LONG 8
  15983. | #define SIZEOF_LONG_LONG 8
  15984. | #define SIZEOF___INT64 0
  15985. | #define SIZEOF___INT128 16
  15986. | #define SIZEOF_OFF_T 8
  15987. | #define SIZEOF_VOIDP 8
  15988. | #define SIZEOF_FLOAT 4
  15989. | #define SIZEOF_DOUBLE 8
  15990. | #define SIZEOF_TIME_T 8
  15991. | #define SIZEOF_CLOCK_T 8
  15992. | #define PACKED_STRUCT(x) x __attribute__((packed))
  15993. | #define PACKED_STRUCT_UNALIGNED(x) x
  15994. | #define PRI_LL_PREFIX "ll"
  15995. | #define rb_pid_t pid_t
  15996. | #define SIGNEDNESS_OF_PID_T -1
  15997. | #define PIDT2NUM(v) INT2NUM(v)
  15998. | #define NUM2PIDT(v) NUM2INT(v)
  15999. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  16000. | #define rb_uid_t uid_t
  16001. | #define SIGNEDNESS_OF_UID_T +1
  16002. | #define UIDT2NUM(v) UINT2NUM(v)
  16003. | #define NUM2UIDT(v) NUM2UINT(v)
  16004. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  16005. | #define rb_gid_t gid_t
  16006. | #define SIGNEDNESS_OF_GID_T +1
  16007. | #define GIDT2NUM(v) UINT2NUM(v)
  16008. | #define NUM2GIDT(v) NUM2UINT(v)
  16009. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  16010. | #define rb_time_t time_t
  16011. | #define SIGNEDNESS_OF_TIME_T -1
  16012. | #define TIMET2NUM(v) LONG2NUM(v)
  16013. | #define NUM2TIMET(v) NUM2LONG(v)
  16014. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  16015. | #define rb_dev_t dev_t
  16016. | #define SIGNEDNESS_OF_DEV_T -1
  16017. | #define DEVT2NUM(v) INT2NUM(v)
  16018. | #define NUM2DEVT(v) NUM2INT(v)
  16019. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  16020. | #define rb_mode_t mode_t
  16021. | #define SIGNEDNESS_OF_MODE_T +1
  16022. | #define MODET2NUM(v) UINT2NUM(v)
  16023. | #define NUM2MODET(v) NUM2UINT(v)
  16024. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  16025. | #define rb_rlim_t rlim_t
  16026. | #define SIGNEDNESS_OF_RLIM_T +1
  16027. | #define RLIM2NUM(v) ULL2NUM(v)
  16028. | #define NUM2RLIM(v) NUM2ULL(v)
  16029. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  16030. | #define rb_off_t off_t
  16031. | #define SIGNEDNESS_OF_OFF_T -1
  16032. | #define OFFT2NUM(v) LL2NUM(v)
  16033. | #define NUM2OFFT(v) NUM2LL(v)
  16034. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  16035. | #define rb_clockid_t int
  16036. | #define SIGNEDNESS_OF_CLOCKID_T -1
  16037. | #define CLOCKID2NUM(v) INT2NUM(v)
  16038. | #define NUM2CLOCKID(v) NUM2INT(v)
  16039. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  16040. | #define HAVE_PROTOTYPES 1
  16041. | #define TOKEN_PASTE(x,y) x##y
  16042. | #define STRINGIZE(expr) STRINGIZE0(expr)
  16043. | #define HAVE_STDARG_PROTOTYPES 1
  16044. | #define HAVE_VA_ARGS_MACRO 1
  16045. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  16046. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  16047. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  16048. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  16049. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  16050. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  16051. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  16052. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  16053. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  16054. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  16055. | #define WEAK(x) __attribute__ ((__weak__)) x
  16056. | #define HAVE_FUNC_WEAK 1
  16057. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  16058. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  16059. | #define HAVE_GCC_SYNC_BUILTINS 1
  16060. | #define UNREACHABLE __builtin_unreachable()
  16061. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  16062. | #define RUBY_FUNCTION_NAME_STRING __func__
  16063. | #define ENUM_OVER_INT 1
  16064. | #define HAVE_DECL_SYS_NERR 1
  16065. | #define HAVE_DECL_GETENV 1
  16066. | #define SIZEOF_SIZE_T 8
  16067. | #define SIZEOF_PTRDIFF_T 8
  16068. | #define PRI_SIZE_PREFIX "z"
  16069. | #define PRI_PTRDIFF_PREFIX "t"
  16070. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  16071. | #define HAVE_ST_BLKSIZE 1
  16072. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  16073. | #define HAVE_ST_BLOCKS 1
  16074. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  16075. | #define HAVE_ST_RDEV 1
  16076. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  16077. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  16078. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  16079. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  16080. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  16081. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  16082. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  16083. | /* end confdefs.h. */
  16084. | #ifdef HAVE_TIME_H
  16085. | #include <time.h>
  16086. | #endif
  16087. | #ifdef HAVE_SYS_TIME_H
  16088. | #include <sys/time.h>
  16089. | #endif
  16090. |
  16091. | int
  16092. | main ()
  16093. | {
  16094. | if (sizeof ((struct timeval)))
  16095. | return 0;
  16096. | ;
  16097. | return 0;
  16098. | }
  16099. configure:17300: result: yes
  16100. configure:17320: checking size of struct timeval.tv_sec
  16101. configure:17355: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16102. configure:17355: $? = 0
  16103. configure:17395: result: SIZEOF_TIME_T
  16104. configure:17444: checking for struct timespec
  16105. configure:17444: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16106. configure:17444: $? = 0
  16107. configure:17444: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16108. conftest.c:177:30: error: expected expression
  16109. if (sizeof ((struct timespec)))
  16110. ^
  16111. 1 error generated.
  16112. configure:17444: $? = 1
  16113. configure: failed program was:
  16114. | /* confdefs.h */
  16115. | #define PACKAGE_NAME ""
  16116. | #define PACKAGE_TARNAME ""
  16117. | #define PACKAGE_VERSION ""
  16118. | #define PACKAGE_STRING ""
  16119. | #define PACKAGE_BUGREPORT ""
  16120. | #define PACKAGE_URL ""
  16121. | #define CANONICALIZATION_FOR_MATHN 1
  16122. | #define STDC_HEADERS 1
  16123. | #define HAVE_SYS_TYPES_H 1
  16124. | #define HAVE_SYS_STAT_H 1
  16125. | #define HAVE_STDLIB_H 1
  16126. | #define HAVE_STRING_H 1
  16127. | #define HAVE_MEMORY_H 1
  16128. | #define HAVE_STRINGS_H 1
  16129. | #define HAVE_INTTYPES_H 1
  16130. | #define HAVE_STDINT_H 1
  16131. | #define HAVE_UNISTD_H 1
  16132. | #define __EXTENSIONS__ 1
  16133. | #define _ALL_SOURCE 1
  16134. | #define _GNU_SOURCE 1
  16135. | #define _POSIX_PTHREAD_SEMANTICS 1
  16136. | #define _TANDEM_SOURCE 1
  16137. | #define HAVE_INFINITY 1
  16138. | #define HAVE_NAN 1
  16139. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  16140. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  16141. | #define BROKEN_CRYPT 1
  16142. | #define HAVE_CRT_EXTERNS_H 1
  16143. | #define HAVE_LIBDL 1
  16144. | #define HAVE_DIRENT_H 1
  16145. | #define HAVE__BOOL 1
  16146. | #define HAVE_STDBOOL_H 1
  16147. | #define HAVE_SYS_WAIT_H 1
  16148. | #define HAVE_GRP_H 1
  16149. | #define HAVE_FCNTL_H 1
  16150. | #define HAVE_FLOAT_H 1
  16151. | #define HAVE_LANGINFO_H 1
  16152. | #define HAVE_LIMITS_H 1
  16153. | #define HAVE_LOCALE_H 1
  16154. | #define HAVE_MALLOC_MALLOC_H 1
  16155. | #define HAVE_PWD_H 1
  16156. | #define HAVE_SYS_ATTR_H 1
  16157. | #define HAVE_SYS_FCNTL_H 1
  16158. | #define HAVE_SYS_FILE_H 1
  16159. | #define HAVE_SYS_IOCTL_H 1
  16160. | #define HAVE_SYS_PARAM_H 1
  16161. | #define HAVE_SYS_RESOURCE_H 1
  16162. | #define HAVE_SYS_SELECT_H 1
  16163. | #define HAVE_SYS_SOCKET_H 1
  16164. | #define HAVE_SYS_SYSCALL_H 1
  16165. | #define HAVE_SYS_TIME_H 1
  16166. | #define HAVE_SYS_TIMES_H 1
  16167. | #define HAVE_SYS_UIO_H 1
  16168. | #define HAVE_TIME_H 1
  16169. | #define HAVE_UCONTEXT_H 1
  16170. | #define HAVE_UTIME_H 1
  16171. | #define HAVE_TYPEOF 1
  16172. | #define HAVE_LONG_LONG 1
  16173. | #define HAVE_OFF_T 1
  16174. | #define SIZEOF_INT 4
  16175. | #define SIZEOF_SHORT 2
  16176. | #define SIZEOF_LONG 8
  16177. | #define SIZEOF_LONG_LONG 8
  16178. | #define SIZEOF___INT64 0
  16179. | #define SIZEOF___INT128 16
  16180. | #define SIZEOF_OFF_T 8
  16181. | #define SIZEOF_VOIDP 8
  16182. | #define SIZEOF_FLOAT 4
  16183. | #define SIZEOF_DOUBLE 8
  16184. | #define SIZEOF_TIME_T 8
  16185. | #define SIZEOF_CLOCK_T 8
  16186. | #define PACKED_STRUCT(x) x __attribute__((packed))
  16187. | #define PACKED_STRUCT_UNALIGNED(x) x
  16188. | #define PRI_LL_PREFIX "ll"
  16189. | #define rb_pid_t pid_t
  16190. | #define SIGNEDNESS_OF_PID_T -1
  16191. | #define PIDT2NUM(v) INT2NUM(v)
  16192. | #define NUM2PIDT(v) NUM2INT(v)
  16193. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  16194. | #define rb_uid_t uid_t
  16195. | #define SIGNEDNESS_OF_UID_T +1
  16196. | #define UIDT2NUM(v) UINT2NUM(v)
  16197. | #define NUM2UIDT(v) NUM2UINT(v)
  16198. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  16199. | #define rb_gid_t gid_t
  16200. | #define SIGNEDNESS_OF_GID_T +1
  16201. | #define GIDT2NUM(v) UINT2NUM(v)
  16202. | #define NUM2GIDT(v) NUM2UINT(v)
  16203. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  16204. | #define rb_time_t time_t
  16205. | #define SIGNEDNESS_OF_TIME_T -1
  16206. | #define TIMET2NUM(v) LONG2NUM(v)
  16207. | #define NUM2TIMET(v) NUM2LONG(v)
  16208. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  16209. | #define rb_dev_t dev_t
  16210. | #define SIGNEDNESS_OF_DEV_T -1
  16211. | #define DEVT2NUM(v) INT2NUM(v)
  16212. | #define NUM2DEVT(v) NUM2INT(v)
  16213. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  16214. | #define rb_mode_t mode_t
  16215. | #define SIGNEDNESS_OF_MODE_T +1
  16216. | #define MODET2NUM(v) UINT2NUM(v)
  16217. | #define NUM2MODET(v) NUM2UINT(v)
  16218. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  16219. | #define rb_rlim_t rlim_t
  16220. | #define SIGNEDNESS_OF_RLIM_T +1
  16221. | #define RLIM2NUM(v) ULL2NUM(v)
  16222. | #define NUM2RLIM(v) NUM2ULL(v)
  16223. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  16224. | #define rb_off_t off_t
  16225. | #define SIGNEDNESS_OF_OFF_T -1
  16226. | #define OFFT2NUM(v) LL2NUM(v)
  16227. | #define NUM2OFFT(v) NUM2LL(v)
  16228. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  16229. | #define rb_clockid_t int
  16230. | #define SIGNEDNESS_OF_CLOCKID_T -1
  16231. | #define CLOCKID2NUM(v) INT2NUM(v)
  16232. | #define NUM2CLOCKID(v) NUM2INT(v)
  16233. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  16234. | #define HAVE_PROTOTYPES 1
  16235. | #define TOKEN_PASTE(x,y) x##y
  16236. | #define STRINGIZE(expr) STRINGIZE0(expr)
  16237. | #define HAVE_STDARG_PROTOTYPES 1
  16238. | #define HAVE_VA_ARGS_MACRO 1
  16239. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  16240. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  16241. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  16242. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  16243. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  16244. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  16245. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  16246. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  16247. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  16248. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  16249. | #define WEAK(x) __attribute__ ((__weak__)) x
  16250. | #define HAVE_FUNC_WEAK 1
  16251. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  16252. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  16253. | #define HAVE_GCC_SYNC_BUILTINS 1
  16254. | #define UNREACHABLE __builtin_unreachable()
  16255. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  16256. | #define RUBY_FUNCTION_NAME_STRING __func__
  16257. | #define ENUM_OVER_INT 1
  16258. | #define HAVE_DECL_SYS_NERR 1
  16259. | #define HAVE_DECL_GETENV 1
  16260. | #define SIZEOF_SIZE_T 8
  16261. | #define SIZEOF_PTRDIFF_T 8
  16262. | #define PRI_SIZE_PREFIX "z"
  16263. | #define PRI_PTRDIFF_PREFIX "t"
  16264. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  16265. | #define HAVE_ST_BLKSIZE 1
  16266. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  16267. | #define HAVE_ST_BLOCKS 1
  16268. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  16269. | #define HAVE_ST_RDEV 1
  16270. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  16271. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  16272. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  16273. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  16274. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  16275. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  16276. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  16277. | #define HAVE_STRUCT_TIMEVAL 1
  16278. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  16279. | /* end confdefs.h. */
  16280. | #ifdef HAVE_TIME_H
  16281. | #include <time.h>
  16282. | #endif
  16283. | #ifdef HAVE_SYS_TIME_H
  16284. | #include <sys/time.h>
  16285. | #endif
  16286. |
  16287. | int
  16288. | main ()
  16289. | {
  16290. | if (sizeof ((struct timespec)))
  16291. | return 0;
  16292. | ;
  16293. | return 0;
  16294. | }
  16295. configure:17444: result: yes
  16296. configure:17461: checking for struct timezone
  16297. configure:17461: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16298. configure:17461: $? = 0
  16299. configure:17461: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16300. conftest.c:178:30: error: expected expression
  16301. if (sizeof ((struct timezone)))
  16302. ^
  16303. 1 error generated.
  16304. configure:17461: $? = 1
  16305. configure: failed program was:
  16306. | /* confdefs.h */
  16307. | #define PACKAGE_NAME ""
  16308. | #define PACKAGE_TARNAME ""
  16309. | #define PACKAGE_VERSION ""
  16310. | #define PACKAGE_STRING ""
  16311. | #define PACKAGE_BUGREPORT ""
  16312. | #define PACKAGE_URL ""
  16313. | #define CANONICALIZATION_FOR_MATHN 1
  16314. | #define STDC_HEADERS 1
  16315. | #define HAVE_SYS_TYPES_H 1
  16316. | #define HAVE_SYS_STAT_H 1
  16317. | #define HAVE_STDLIB_H 1
  16318. | #define HAVE_STRING_H 1
  16319. | #define HAVE_MEMORY_H 1
  16320. | #define HAVE_STRINGS_H 1
  16321. | #define HAVE_INTTYPES_H 1
  16322. | #define HAVE_STDINT_H 1
  16323. | #define HAVE_UNISTD_H 1
  16324. | #define __EXTENSIONS__ 1
  16325. | #define _ALL_SOURCE 1
  16326. | #define _GNU_SOURCE 1
  16327. | #define _POSIX_PTHREAD_SEMANTICS 1
  16328. | #define _TANDEM_SOURCE 1
  16329. | #define HAVE_INFINITY 1
  16330. | #define HAVE_NAN 1
  16331. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  16332. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  16333. | #define BROKEN_CRYPT 1
  16334. | #define HAVE_CRT_EXTERNS_H 1
  16335. | #define HAVE_LIBDL 1
  16336. | #define HAVE_DIRENT_H 1
  16337. | #define HAVE__BOOL 1
  16338. | #define HAVE_STDBOOL_H 1
  16339. | #define HAVE_SYS_WAIT_H 1
  16340. | #define HAVE_GRP_H 1
  16341. | #define HAVE_FCNTL_H 1
  16342. | #define HAVE_FLOAT_H 1
  16343. | #define HAVE_LANGINFO_H 1
  16344. | #define HAVE_LIMITS_H 1
  16345. | #define HAVE_LOCALE_H 1
  16346. | #define HAVE_MALLOC_MALLOC_H 1
  16347. | #define HAVE_PWD_H 1
  16348. | #define HAVE_SYS_ATTR_H 1
  16349. | #define HAVE_SYS_FCNTL_H 1
  16350. | #define HAVE_SYS_FILE_H 1
  16351. | #define HAVE_SYS_IOCTL_H 1
  16352. | #define HAVE_SYS_PARAM_H 1
  16353. | #define HAVE_SYS_RESOURCE_H 1
  16354. | #define HAVE_SYS_SELECT_H 1
  16355. | #define HAVE_SYS_SOCKET_H 1
  16356. | #define HAVE_SYS_SYSCALL_H 1
  16357. | #define HAVE_SYS_TIME_H 1
  16358. | #define HAVE_SYS_TIMES_H 1
  16359. | #define HAVE_SYS_UIO_H 1
  16360. | #define HAVE_TIME_H 1
  16361. | #define HAVE_UCONTEXT_H 1
  16362. | #define HAVE_UTIME_H 1
  16363. | #define HAVE_TYPEOF 1
  16364. | #define HAVE_LONG_LONG 1
  16365. | #define HAVE_OFF_T 1
  16366. | #define SIZEOF_INT 4
  16367. | #define SIZEOF_SHORT 2
  16368. | #define SIZEOF_LONG 8
  16369. | #define SIZEOF_LONG_LONG 8
  16370. | #define SIZEOF___INT64 0
  16371. | #define SIZEOF___INT128 16
  16372. | #define SIZEOF_OFF_T 8
  16373. | #define SIZEOF_VOIDP 8
  16374. | #define SIZEOF_FLOAT 4
  16375. | #define SIZEOF_DOUBLE 8
  16376. | #define SIZEOF_TIME_T 8
  16377. | #define SIZEOF_CLOCK_T 8
  16378. | #define PACKED_STRUCT(x) x __attribute__((packed))
  16379. | #define PACKED_STRUCT_UNALIGNED(x) x
  16380. | #define PRI_LL_PREFIX "ll"
  16381. | #define rb_pid_t pid_t
  16382. | #define SIGNEDNESS_OF_PID_T -1
  16383. | #define PIDT2NUM(v) INT2NUM(v)
  16384. | #define NUM2PIDT(v) NUM2INT(v)
  16385. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  16386. | #define rb_uid_t uid_t
  16387. | #define SIGNEDNESS_OF_UID_T +1
  16388. | #define UIDT2NUM(v) UINT2NUM(v)
  16389. | #define NUM2UIDT(v) NUM2UINT(v)
  16390. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  16391. | #define rb_gid_t gid_t
  16392. | #define SIGNEDNESS_OF_GID_T +1
  16393. | #define GIDT2NUM(v) UINT2NUM(v)
  16394. | #define NUM2GIDT(v) NUM2UINT(v)
  16395. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  16396. | #define rb_time_t time_t
  16397. | #define SIGNEDNESS_OF_TIME_T -1
  16398. | #define TIMET2NUM(v) LONG2NUM(v)
  16399. | #define NUM2TIMET(v) NUM2LONG(v)
  16400. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  16401. | #define rb_dev_t dev_t
  16402. | #define SIGNEDNESS_OF_DEV_T -1
  16403. | #define DEVT2NUM(v) INT2NUM(v)
  16404. | #define NUM2DEVT(v) NUM2INT(v)
  16405. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  16406. | #define rb_mode_t mode_t
  16407. | #define SIGNEDNESS_OF_MODE_T +1
  16408. | #define MODET2NUM(v) UINT2NUM(v)
  16409. | #define NUM2MODET(v) NUM2UINT(v)
  16410. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  16411. | #define rb_rlim_t rlim_t
  16412. | #define SIGNEDNESS_OF_RLIM_T +1
  16413. | #define RLIM2NUM(v) ULL2NUM(v)
  16414. | #define NUM2RLIM(v) NUM2ULL(v)
  16415. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  16416. | #define rb_off_t off_t
  16417. | #define SIGNEDNESS_OF_OFF_T -1
  16418. | #define OFFT2NUM(v) LL2NUM(v)
  16419. | #define NUM2OFFT(v) NUM2LL(v)
  16420. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  16421. | #define rb_clockid_t int
  16422. | #define SIGNEDNESS_OF_CLOCKID_T -1
  16423. | #define CLOCKID2NUM(v) INT2NUM(v)
  16424. | #define NUM2CLOCKID(v) NUM2INT(v)
  16425. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  16426. | #define HAVE_PROTOTYPES 1
  16427. | #define TOKEN_PASTE(x,y) x##y
  16428. | #define STRINGIZE(expr) STRINGIZE0(expr)
  16429. | #define HAVE_STDARG_PROTOTYPES 1
  16430. | #define HAVE_VA_ARGS_MACRO 1
  16431. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  16432. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  16433. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  16434. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  16435. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  16436. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  16437. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  16438. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  16439. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  16440. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  16441. | #define WEAK(x) __attribute__ ((__weak__)) x
  16442. | #define HAVE_FUNC_WEAK 1
  16443. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  16444. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  16445. | #define HAVE_GCC_SYNC_BUILTINS 1
  16446. | #define UNREACHABLE __builtin_unreachable()
  16447. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  16448. | #define RUBY_FUNCTION_NAME_STRING __func__
  16449. | #define ENUM_OVER_INT 1
  16450. | #define HAVE_DECL_SYS_NERR 1
  16451. | #define HAVE_DECL_GETENV 1
  16452. | #define SIZEOF_SIZE_T 8
  16453. | #define SIZEOF_PTRDIFF_T 8
  16454. | #define PRI_SIZE_PREFIX "z"
  16455. | #define PRI_PTRDIFF_PREFIX "t"
  16456. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  16457. | #define HAVE_ST_BLKSIZE 1
  16458. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  16459. | #define HAVE_ST_BLOCKS 1
  16460. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  16461. | #define HAVE_ST_RDEV 1
  16462. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  16463. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  16464. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  16465. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  16466. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  16467. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  16468. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  16469. | #define HAVE_STRUCT_TIMEVAL 1
  16470. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  16471. | #define HAVE_STRUCT_TIMESPEC 1
  16472. | /* end confdefs.h. */
  16473. | #ifdef HAVE_TIME_H
  16474. | # include <time.h>
  16475. | #endif
  16476. | #ifdef HAVE_SYS_TIME_H
  16477. | # include <sys/time.h>
  16478. | #endif
  16479. |
  16480. | int
  16481. | main ()
  16482. | {
  16483. | if (sizeof ((struct timezone)))
  16484. | return 0;
  16485. | ;
  16486. | return 0;
  16487. | }
  16488. configure:17461: result: yes
  16489. configure:17478: checking for clockid_t
  16490. configure:17478: result: no
  16491. configure:17498: checking for fd_mask
  16492. configure:17498: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16493. configure:17498: $? = 0
  16494. configure:17498: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16495. conftest.c:205:22: error: expected expression
  16496. if (sizeof ((fd_mask)))
  16497. ^
  16498. 1 error generated.
  16499. configure:17498: $? = 1
  16500. configure: failed program was:
  16501. | /* confdefs.h */
  16502. | #define PACKAGE_NAME ""
  16503. | #define PACKAGE_TARNAME ""
  16504. | #define PACKAGE_VERSION ""
  16505. | #define PACKAGE_STRING ""
  16506. | #define PACKAGE_BUGREPORT ""
  16507. | #define PACKAGE_URL ""
  16508. | #define CANONICALIZATION_FOR_MATHN 1
  16509. | #define STDC_HEADERS 1
  16510. | #define HAVE_SYS_TYPES_H 1
  16511. | #define HAVE_SYS_STAT_H 1
  16512. | #define HAVE_STDLIB_H 1
  16513. | #define HAVE_STRING_H 1
  16514. | #define HAVE_MEMORY_H 1
  16515. | #define HAVE_STRINGS_H 1
  16516. | #define HAVE_INTTYPES_H 1
  16517. | #define HAVE_STDINT_H 1
  16518. | #define HAVE_UNISTD_H 1
  16519. | #define __EXTENSIONS__ 1
  16520. | #define _ALL_SOURCE 1
  16521. | #define _GNU_SOURCE 1
  16522. | #define _POSIX_PTHREAD_SEMANTICS 1
  16523. | #define _TANDEM_SOURCE 1
  16524. | #define HAVE_INFINITY 1
  16525. | #define HAVE_NAN 1
  16526. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  16527. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  16528. | #define BROKEN_CRYPT 1
  16529. | #define HAVE_CRT_EXTERNS_H 1
  16530. | #define HAVE_LIBDL 1
  16531. | #define HAVE_DIRENT_H 1
  16532. | #define HAVE__BOOL 1
  16533. | #define HAVE_STDBOOL_H 1
  16534. | #define HAVE_SYS_WAIT_H 1
  16535. | #define HAVE_GRP_H 1
  16536. | #define HAVE_FCNTL_H 1
  16537. | #define HAVE_FLOAT_H 1
  16538. | #define HAVE_LANGINFO_H 1
  16539. | #define HAVE_LIMITS_H 1
  16540. | #define HAVE_LOCALE_H 1
  16541. | #define HAVE_MALLOC_MALLOC_H 1
  16542. | #define HAVE_PWD_H 1
  16543. | #define HAVE_SYS_ATTR_H 1
  16544. | #define HAVE_SYS_FCNTL_H 1
  16545. | #define HAVE_SYS_FILE_H 1
  16546. | #define HAVE_SYS_IOCTL_H 1
  16547. | #define HAVE_SYS_PARAM_H 1
  16548. | #define HAVE_SYS_RESOURCE_H 1
  16549. | #define HAVE_SYS_SELECT_H 1
  16550. | #define HAVE_SYS_SOCKET_H 1
  16551. | #define HAVE_SYS_SYSCALL_H 1
  16552. | #define HAVE_SYS_TIME_H 1
  16553. | #define HAVE_SYS_TIMES_H 1
  16554. | #define HAVE_SYS_UIO_H 1
  16555. | #define HAVE_TIME_H 1
  16556. | #define HAVE_UCONTEXT_H 1
  16557. | #define HAVE_UTIME_H 1
  16558. | #define HAVE_TYPEOF 1
  16559. | #define HAVE_LONG_LONG 1
  16560. | #define HAVE_OFF_T 1
  16561. | #define SIZEOF_INT 4
  16562. | #define SIZEOF_SHORT 2
  16563. | #define SIZEOF_LONG 8
  16564. | #define SIZEOF_LONG_LONG 8
  16565. | #define SIZEOF___INT64 0
  16566. | #define SIZEOF___INT128 16
  16567. | #define SIZEOF_OFF_T 8
  16568. | #define SIZEOF_VOIDP 8
  16569. | #define SIZEOF_FLOAT 4
  16570. | #define SIZEOF_DOUBLE 8
  16571. | #define SIZEOF_TIME_T 8
  16572. | #define SIZEOF_CLOCK_T 8
  16573. | #define PACKED_STRUCT(x) x __attribute__((packed))
  16574. | #define PACKED_STRUCT_UNALIGNED(x) x
  16575. | #define PRI_LL_PREFIX "ll"
  16576. | #define rb_pid_t pid_t
  16577. | #define SIGNEDNESS_OF_PID_T -1
  16578. | #define PIDT2NUM(v) INT2NUM(v)
  16579. | #define NUM2PIDT(v) NUM2INT(v)
  16580. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  16581. | #define rb_uid_t uid_t
  16582. | #define SIGNEDNESS_OF_UID_T +1
  16583. | #define UIDT2NUM(v) UINT2NUM(v)
  16584. | #define NUM2UIDT(v) NUM2UINT(v)
  16585. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  16586. | #define rb_gid_t gid_t
  16587. | #define SIGNEDNESS_OF_GID_T +1
  16588. | #define GIDT2NUM(v) UINT2NUM(v)
  16589. | #define NUM2GIDT(v) NUM2UINT(v)
  16590. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  16591. | #define rb_time_t time_t
  16592. | #define SIGNEDNESS_OF_TIME_T -1
  16593. | #define TIMET2NUM(v) LONG2NUM(v)
  16594. | #define NUM2TIMET(v) NUM2LONG(v)
  16595. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  16596. | #define rb_dev_t dev_t
  16597. | #define SIGNEDNESS_OF_DEV_T -1
  16598. | #define DEVT2NUM(v) INT2NUM(v)
  16599. | #define NUM2DEVT(v) NUM2INT(v)
  16600. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  16601. | #define rb_mode_t mode_t
  16602. | #define SIGNEDNESS_OF_MODE_T +1
  16603. | #define MODET2NUM(v) UINT2NUM(v)
  16604. | #define NUM2MODET(v) NUM2UINT(v)
  16605. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  16606. | #define rb_rlim_t rlim_t
  16607. | #define SIGNEDNESS_OF_RLIM_T +1
  16608. | #define RLIM2NUM(v) ULL2NUM(v)
  16609. | #define NUM2RLIM(v) NUM2ULL(v)
  16610. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  16611. | #define rb_off_t off_t
  16612. | #define SIGNEDNESS_OF_OFF_T -1
  16613. | #define OFFT2NUM(v) LL2NUM(v)
  16614. | #define NUM2OFFT(v) NUM2LL(v)
  16615. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  16616. | #define rb_clockid_t int
  16617. | #define SIGNEDNESS_OF_CLOCKID_T -1
  16618. | #define CLOCKID2NUM(v) INT2NUM(v)
  16619. | #define NUM2CLOCKID(v) NUM2INT(v)
  16620. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  16621. | #define HAVE_PROTOTYPES 1
  16622. | #define TOKEN_PASTE(x,y) x##y
  16623. | #define STRINGIZE(expr) STRINGIZE0(expr)
  16624. | #define HAVE_STDARG_PROTOTYPES 1
  16625. | #define HAVE_VA_ARGS_MACRO 1
  16626. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  16627. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  16628. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  16629. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  16630. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  16631. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  16632. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  16633. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  16634. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  16635. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  16636. | #define WEAK(x) __attribute__ ((__weak__)) x
  16637. | #define HAVE_FUNC_WEAK 1
  16638. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  16639. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  16640. | #define HAVE_GCC_SYNC_BUILTINS 1
  16641. | #define UNREACHABLE __builtin_unreachable()
  16642. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  16643. | #define RUBY_FUNCTION_NAME_STRING __func__
  16644. | #define ENUM_OVER_INT 1
  16645. | #define HAVE_DECL_SYS_NERR 1
  16646. | #define HAVE_DECL_GETENV 1
  16647. | #define SIZEOF_SIZE_T 8
  16648. | #define SIZEOF_PTRDIFF_T 8
  16649. | #define PRI_SIZE_PREFIX "z"
  16650. | #define PRI_PTRDIFF_PREFIX "t"
  16651. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  16652. | #define HAVE_ST_BLKSIZE 1
  16653. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  16654. | #define HAVE_ST_BLOCKS 1
  16655. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  16656. | #define HAVE_ST_RDEV 1
  16657. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  16658. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  16659. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  16660. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  16661. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  16662. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  16663. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  16664. | #define HAVE_STRUCT_TIMEVAL 1
  16665. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  16666. | #define HAVE_STRUCT_TIMESPEC 1
  16667. | #define HAVE_STRUCT_TIMEZONE 1
  16668. | /* end confdefs.h. */
  16669. | #include <stdio.h>
  16670. | #ifdef HAVE_SYS_TYPES_H
  16671. | # include <sys/types.h>
  16672. | #endif
  16673. | #ifdef HAVE_SYS_STAT_H
  16674. | # include <sys/stat.h>
  16675. | #endif
  16676. | #ifdef STDC_HEADERS
  16677. | # include <stdlib.h>
  16678. | # include <stddef.h>
  16679. | #else
  16680. | # ifdef HAVE_STDLIB_H
  16681. | # include <stdlib.h>
  16682. | # endif
  16683. | #endif
  16684. | #ifdef HAVE_STRING_H
  16685. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  16686. | # include <memory.h>
  16687. | # endif
  16688. | # include <string.h>
  16689. | #endif
  16690. | #ifdef HAVE_STRINGS_H
  16691. | # include <strings.h>
  16692. | #endif
  16693. | #ifdef HAVE_INTTYPES_H
  16694. | # include <inttypes.h>
  16695. | #endif
  16696. | #ifdef HAVE_STDINT_H
  16697. | # include <stdint.h>
  16698. | #endif
  16699. | #ifdef HAVE_UNISTD_H
  16700. | # include <unistd.h>
  16701. | #endif
  16702. | int
  16703. | main ()
  16704. | {
  16705. | if (sizeof ((fd_mask)))
  16706. | return 0;
  16707. | ;
  16708. | return 0;
  16709. | }
  16710. configure:17498: result: yes
  16711. configure:17514: checking for int8_t
  16712. configure:17531: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16713. configure:17531: $? = 0
  16714. configure:17555: result: yes
  16715. configure:17582: checking size of int8_t
  16716. configure:17587: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  16717. configure:17587: $? = 0
  16718. configure:17587: ./conftest
  16719. configure:17587: $? = 0
  16720. configure:17602: result: 1
  16721. configure:17625: checking for uint8_t
  16722. configure:17642: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16723. configure:17642: $? = 0
  16724. configure:17666: result: yes
  16725. configure:17693: checking size of uint8_t
  16726. configure:17698: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  16727. configure:17698: $? = 0
  16728. configure:17698: ./conftest
  16729. configure:17698: $? = 0
  16730. configure:17713: result: 1
  16731. configure:17736: checking for int16_t
  16732. configure:17753: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16733. configure:17753: $? = 0
  16734. configure:17777: result: yes
  16735. configure:17804: checking size of int16_t
  16736. configure:17809: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  16737. configure:17809: $? = 0
  16738. configure:17809: ./conftest
  16739. configure:17809: $? = 0
  16740. configure:17824: result: 2
  16741. configure:17847: checking for uint16_t
  16742. configure:17864: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16743. configure:17864: $? = 0
  16744. configure:17888: result: yes
  16745. configure:17915: checking size of uint16_t
  16746. configure:17920: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  16747. configure:17920: $? = 0
  16748. configure:17920: ./conftest
  16749. configure:17920: $? = 0
  16750. configure:17935: result: 2
  16751. configure:17958: checking for int32_t
  16752. configure:17975: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16753. configure:17975: $? = 0
  16754. configure:17999: result: yes
  16755. configure:18026: checking size of int32_t
  16756. configure:18031: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  16757. configure:18031: $? = 0
  16758. configure:18031: ./conftest
  16759. configure:18031: $? = 0
  16760. configure:18046: result: 4
  16761. configure:18069: checking for uint32_t
  16762. configure:18086: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16763. configure:18086: $? = 0
  16764. configure:18110: result: yes
  16765. configure:18137: checking size of uint32_t
  16766. configure:18142: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  16767. configure:18142: $? = 0
  16768. configure:18142: ./conftest
  16769. configure:18142: $? = 0
  16770. configure:18157: result: 4
  16771. configure:18180: checking for int64_t
  16772. configure:18197: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16773. configure:18197: $? = 0
  16774. configure:18221: result: yes
  16775. configure:18248: checking size of int64_t
  16776. configure:18253: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  16777. configure:18253: $? = 0
  16778. configure:18253: ./conftest
  16779. configure:18253: $? = 0
  16780. configure:18268: result: 8
  16781. configure:18291: checking for uint64_t
  16782. configure:18308: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16783. configure:18308: $? = 0
  16784. configure:18332: result: yes
  16785. configure:18359: checking size of uint64_t
  16786. configure:18364: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  16787. configure:18364: $? = 0
  16788. configure:18364: ./conftest
  16789. configure:18364: $? = 0
  16790. configure:18379: result: 8
  16791. configure:18402: checking for int128_t
  16792. configure:18419: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16793. conftest.c:219:9: error: unknown type name 'int128_t'
  16794. typedef int128_t t; int s = sizeof(t) == 42;
  16795. ^
  16796. 1 error generated.
  16797. configure:18419: $? = 1
  16798. configure: failed program was:
  16799. | /* confdefs.h */
  16800. | #define PACKAGE_NAME ""
  16801. | #define PACKAGE_TARNAME ""
  16802. | #define PACKAGE_VERSION ""
  16803. | #define PACKAGE_STRING ""
  16804. | #define PACKAGE_BUGREPORT ""
  16805. | #define PACKAGE_URL ""
  16806. | #define CANONICALIZATION_FOR_MATHN 1
  16807. | #define STDC_HEADERS 1
  16808. | #define HAVE_SYS_TYPES_H 1
  16809. | #define HAVE_SYS_STAT_H 1
  16810. | #define HAVE_STDLIB_H 1
  16811. | #define HAVE_STRING_H 1
  16812. | #define HAVE_MEMORY_H 1
  16813. | #define HAVE_STRINGS_H 1
  16814. | #define HAVE_INTTYPES_H 1
  16815. | #define HAVE_STDINT_H 1
  16816. | #define HAVE_UNISTD_H 1
  16817. | #define __EXTENSIONS__ 1
  16818. | #define _ALL_SOURCE 1
  16819. | #define _GNU_SOURCE 1
  16820. | #define _POSIX_PTHREAD_SEMANTICS 1
  16821. | #define _TANDEM_SOURCE 1
  16822. | #define HAVE_INFINITY 1
  16823. | #define HAVE_NAN 1
  16824. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  16825. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  16826. | #define BROKEN_CRYPT 1
  16827. | #define HAVE_CRT_EXTERNS_H 1
  16828. | #define HAVE_LIBDL 1
  16829. | #define HAVE_DIRENT_H 1
  16830. | #define HAVE__BOOL 1
  16831. | #define HAVE_STDBOOL_H 1
  16832. | #define HAVE_SYS_WAIT_H 1
  16833. | #define HAVE_GRP_H 1
  16834. | #define HAVE_FCNTL_H 1
  16835. | #define HAVE_FLOAT_H 1
  16836. | #define HAVE_LANGINFO_H 1
  16837. | #define HAVE_LIMITS_H 1
  16838. | #define HAVE_LOCALE_H 1
  16839. | #define HAVE_MALLOC_MALLOC_H 1
  16840. | #define HAVE_PWD_H 1
  16841. | #define HAVE_SYS_ATTR_H 1
  16842. | #define HAVE_SYS_FCNTL_H 1
  16843. | #define HAVE_SYS_FILE_H 1
  16844. | #define HAVE_SYS_IOCTL_H 1
  16845. | #define HAVE_SYS_PARAM_H 1
  16846. | #define HAVE_SYS_RESOURCE_H 1
  16847. | #define HAVE_SYS_SELECT_H 1
  16848. | #define HAVE_SYS_SOCKET_H 1
  16849. | #define HAVE_SYS_SYSCALL_H 1
  16850. | #define HAVE_SYS_TIME_H 1
  16851. | #define HAVE_SYS_TIMES_H 1
  16852. | #define HAVE_SYS_UIO_H 1
  16853. | #define HAVE_TIME_H 1
  16854. | #define HAVE_UCONTEXT_H 1
  16855. | #define HAVE_UTIME_H 1
  16856. | #define HAVE_TYPEOF 1
  16857. | #define HAVE_LONG_LONG 1
  16858. | #define HAVE_OFF_T 1
  16859. | #define SIZEOF_INT 4
  16860. | #define SIZEOF_SHORT 2
  16861. | #define SIZEOF_LONG 8
  16862. | #define SIZEOF_LONG_LONG 8
  16863. | #define SIZEOF___INT64 0
  16864. | #define SIZEOF___INT128 16
  16865. | #define SIZEOF_OFF_T 8
  16866. | #define SIZEOF_VOIDP 8
  16867. | #define SIZEOF_FLOAT 4
  16868. | #define SIZEOF_DOUBLE 8
  16869. | #define SIZEOF_TIME_T 8
  16870. | #define SIZEOF_CLOCK_T 8
  16871. | #define PACKED_STRUCT(x) x __attribute__((packed))
  16872. | #define PACKED_STRUCT_UNALIGNED(x) x
  16873. | #define PRI_LL_PREFIX "ll"
  16874. | #define rb_pid_t pid_t
  16875. | #define SIGNEDNESS_OF_PID_T -1
  16876. | #define PIDT2NUM(v) INT2NUM(v)
  16877. | #define NUM2PIDT(v) NUM2INT(v)
  16878. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  16879. | #define rb_uid_t uid_t
  16880. | #define SIGNEDNESS_OF_UID_T +1
  16881. | #define UIDT2NUM(v) UINT2NUM(v)
  16882. | #define NUM2UIDT(v) NUM2UINT(v)
  16883. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  16884. | #define rb_gid_t gid_t
  16885. | #define SIGNEDNESS_OF_GID_T +1
  16886. | #define GIDT2NUM(v) UINT2NUM(v)
  16887. | #define NUM2GIDT(v) NUM2UINT(v)
  16888. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  16889. | #define rb_time_t time_t
  16890. | #define SIGNEDNESS_OF_TIME_T -1
  16891. | #define TIMET2NUM(v) LONG2NUM(v)
  16892. | #define NUM2TIMET(v) NUM2LONG(v)
  16893. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  16894. | #define rb_dev_t dev_t
  16895. | #define SIGNEDNESS_OF_DEV_T -1
  16896. | #define DEVT2NUM(v) INT2NUM(v)
  16897. | #define NUM2DEVT(v) NUM2INT(v)
  16898. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  16899. | #define rb_mode_t mode_t
  16900. | #define SIGNEDNESS_OF_MODE_T +1
  16901. | #define MODET2NUM(v) UINT2NUM(v)
  16902. | #define NUM2MODET(v) NUM2UINT(v)
  16903. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  16904. | #define rb_rlim_t rlim_t
  16905. | #define SIGNEDNESS_OF_RLIM_T +1
  16906. | #define RLIM2NUM(v) ULL2NUM(v)
  16907. | #define NUM2RLIM(v) NUM2ULL(v)
  16908. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  16909. | #define rb_off_t off_t
  16910. | #define SIGNEDNESS_OF_OFF_T -1
  16911. | #define OFFT2NUM(v) LL2NUM(v)
  16912. | #define NUM2OFFT(v) NUM2LL(v)
  16913. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  16914. | #define rb_clockid_t int
  16915. | #define SIGNEDNESS_OF_CLOCKID_T -1
  16916. | #define CLOCKID2NUM(v) INT2NUM(v)
  16917. | #define NUM2CLOCKID(v) NUM2INT(v)
  16918. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  16919. | #define HAVE_PROTOTYPES 1
  16920. | #define TOKEN_PASTE(x,y) x##y
  16921. | #define STRINGIZE(expr) STRINGIZE0(expr)
  16922. | #define HAVE_STDARG_PROTOTYPES 1
  16923. | #define HAVE_VA_ARGS_MACRO 1
  16924. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  16925. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  16926. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  16927. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  16928. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  16929. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  16930. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  16931. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  16932. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  16933. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  16934. | #define WEAK(x) __attribute__ ((__weak__)) x
  16935. | #define HAVE_FUNC_WEAK 1
  16936. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  16937. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  16938. | #define HAVE_GCC_SYNC_BUILTINS 1
  16939. | #define UNREACHABLE __builtin_unreachable()
  16940. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  16941. | #define RUBY_FUNCTION_NAME_STRING __func__
  16942. | #define ENUM_OVER_INT 1
  16943. | #define HAVE_DECL_SYS_NERR 1
  16944. | #define HAVE_DECL_GETENV 1
  16945. | #define SIZEOF_SIZE_T 8
  16946. | #define SIZEOF_PTRDIFF_T 8
  16947. | #define PRI_SIZE_PREFIX "z"
  16948. | #define PRI_PTRDIFF_PREFIX "t"
  16949. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  16950. | #define HAVE_ST_BLKSIZE 1
  16951. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  16952. | #define HAVE_ST_BLOCKS 1
  16953. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  16954. | #define HAVE_ST_RDEV 1
  16955. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  16956. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  16957. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  16958. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  16959. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  16960. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  16961. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  16962. | #define HAVE_STRUCT_TIMEVAL 1
  16963. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  16964. | #define HAVE_STRUCT_TIMESPEC 1
  16965. | #define HAVE_STRUCT_TIMEZONE 1
  16966. | #define HAVE_RB_FD_INIT 1
  16967. | #define HAVE_INT8_T 1
  16968. | #define SIZEOF_INT8_T 1
  16969. | #define HAVE_UINT8_T 1
  16970. | #define SIZEOF_UINT8_T 1
  16971. | #define HAVE_INT16_T 1
  16972. | #define SIZEOF_INT16_T 2
  16973. | #define HAVE_UINT16_T 1
  16974. | #define SIZEOF_UINT16_T 2
  16975. | #define HAVE_INT32_T 1
  16976. | #define SIZEOF_INT32_T 4
  16977. | #define HAVE_UINT32_T 1
  16978. | #define SIZEOF_UINT32_T 4
  16979. | #define HAVE_INT64_T 1
  16980. | #define SIZEOF_INT64_T 8
  16981. | #define HAVE_UINT64_T 1
  16982. | #define SIZEOF_UINT64_T 8
  16983. | /* end confdefs.h. */
  16984. | #include <stdio.h>
  16985. | #ifdef HAVE_SYS_TYPES_H
  16986. | # include <sys/types.h>
  16987. | #endif
  16988. | #ifdef HAVE_SYS_STAT_H
  16989. | # include <sys/stat.h>
  16990. | #endif
  16991. | #ifdef STDC_HEADERS
  16992. | # include <stdlib.h>
  16993. | # include <stddef.h>
  16994. | #else
  16995. | # ifdef HAVE_STDLIB_H
  16996. | # include <stdlib.h>
  16997. | # endif
  16998. | #endif
  16999. | #ifdef HAVE_STRING_H
  17000. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  17001. | # include <memory.h>
  17002. | # endif
  17003. | # include <string.h>
  17004. | #endif
  17005. | #ifdef HAVE_STRINGS_H
  17006. | # include <strings.h>
  17007. | #endif
  17008. | #ifdef HAVE_INTTYPES_H
  17009. | # include <inttypes.h>
  17010. | #endif
  17011. | #ifdef HAVE_STDINT_H
  17012. | # include <stdint.h>
  17013. | #endif
  17014. | #ifdef HAVE_UNISTD_H
  17015. | # include <unistd.h>
  17016. | #endif
  17017. | typedef int128_t t; int s = sizeof(t) == 42;
  17018. | int
  17019. | main ()
  17020. | {
  17021. |
  17022. | ;
  17023. | return 0;
  17024. | }
  17025. configure:18443: result: __int128
  17026. configure:18513: checking for uint128_t
  17027. configure:18530: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  17028. conftest.c:222:9: error: unknown type name 'uint128_t'
  17029. typedef uint128_t t; int s = sizeof(t) == 42;
  17030. ^
  17031. 1 error generated.
  17032. configure:18530: $? = 1
  17033. configure: failed program was:
  17034. | /* confdefs.h */
  17035. | #define PACKAGE_NAME ""
  17036. | #define PACKAGE_TARNAME ""
  17037. | #define PACKAGE_VERSION ""
  17038. | #define PACKAGE_STRING ""
  17039. | #define PACKAGE_BUGREPORT ""
  17040. | #define PACKAGE_URL ""
  17041. | #define CANONICALIZATION_FOR_MATHN 1
  17042. | #define STDC_HEADERS 1
  17043. | #define HAVE_SYS_TYPES_H 1
  17044. | #define HAVE_SYS_STAT_H 1
  17045. | #define HAVE_STDLIB_H 1
  17046. | #define HAVE_STRING_H 1
  17047. | #define HAVE_MEMORY_H 1
  17048. | #define HAVE_STRINGS_H 1
  17049. | #define HAVE_INTTYPES_H 1
  17050. | #define HAVE_STDINT_H 1
  17051. | #define HAVE_UNISTD_H 1
  17052. | #define __EXTENSIONS__ 1
  17053. | #define _ALL_SOURCE 1
  17054. | #define _GNU_SOURCE 1
  17055. | #define _POSIX_PTHREAD_SEMANTICS 1
  17056. | #define _TANDEM_SOURCE 1
  17057. | #define HAVE_INFINITY 1
  17058. | #define HAVE_NAN 1
  17059. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  17060. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  17061. | #define BROKEN_CRYPT 1
  17062. | #define HAVE_CRT_EXTERNS_H 1
  17063. | #define HAVE_LIBDL 1
  17064. | #define HAVE_DIRENT_H 1
  17065. | #define HAVE__BOOL 1
  17066. | #define HAVE_STDBOOL_H 1
  17067. | #define HAVE_SYS_WAIT_H 1
  17068. | #define HAVE_GRP_H 1
  17069. | #define HAVE_FCNTL_H 1
  17070. | #define HAVE_FLOAT_H 1
  17071. | #define HAVE_LANGINFO_H 1
  17072. | #define HAVE_LIMITS_H 1
  17073. | #define HAVE_LOCALE_H 1
  17074. | #define HAVE_MALLOC_MALLOC_H 1
  17075. | #define HAVE_PWD_H 1
  17076. | #define HAVE_SYS_ATTR_H 1
  17077. | #define HAVE_SYS_FCNTL_H 1
  17078. | #define HAVE_SYS_FILE_H 1
  17079. | #define HAVE_SYS_IOCTL_H 1
  17080. | #define HAVE_SYS_PARAM_H 1
  17081. | #define HAVE_SYS_RESOURCE_H 1
  17082. | #define HAVE_SYS_SELECT_H 1
  17083. | #define HAVE_SYS_SOCKET_H 1
  17084. | #define HAVE_SYS_SYSCALL_H 1
  17085. | #define HAVE_SYS_TIME_H 1
  17086. | #define HAVE_SYS_TIMES_H 1
  17087. | #define HAVE_SYS_UIO_H 1
  17088. | #define HAVE_TIME_H 1
  17089. | #define HAVE_UCONTEXT_H 1
  17090. | #define HAVE_UTIME_H 1
  17091. | #define HAVE_TYPEOF 1
  17092. | #define HAVE_LONG_LONG 1
  17093. | #define HAVE_OFF_T 1
  17094. | #define SIZEOF_INT 4
  17095. | #define SIZEOF_SHORT 2
  17096. | #define SIZEOF_LONG 8
  17097. | #define SIZEOF_LONG_LONG 8
  17098. | #define SIZEOF___INT64 0
  17099. | #define SIZEOF___INT128 16
  17100. | #define SIZEOF_OFF_T 8
  17101. | #define SIZEOF_VOIDP 8
  17102. | #define SIZEOF_FLOAT 4
  17103. | #define SIZEOF_DOUBLE 8
  17104. | #define SIZEOF_TIME_T 8
  17105. | #define SIZEOF_CLOCK_T 8
  17106. | #define PACKED_STRUCT(x) x __attribute__((packed))
  17107. | #define PACKED_STRUCT_UNALIGNED(x) x
  17108. | #define PRI_LL_PREFIX "ll"
  17109. | #define rb_pid_t pid_t
  17110. | #define SIGNEDNESS_OF_PID_T -1
  17111. | #define PIDT2NUM(v) INT2NUM(v)
  17112. | #define NUM2PIDT(v) NUM2INT(v)
  17113. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  17114. | #define rb_uid_t uid_t
  17115. | #define SIGNEDNESS_OF_UID_T +1
  17116. | #define UIDT2NUM(v) UINT2NUM(v)
  17117. | #define NUM2UIDT(v) NUM2UINT(v)
  17118. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  17119. | #define rb_gid_t gid_t
  17120. | #define SIGNEDNESS_OF_GID_T +1
  17121. | #define GIDT2NUM(v) UINT2NUM(v)
  17122. | #define NUM2GIDT(v) NUM2UINT(v)
  17123. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  17124. | #define rb_time_t time_t
  17125. | #define SIGNEDNESS_OF_TIME_T -1
  17126. | #define TIMET2NUM(v) LONG2NUM(v)
  17127. | #define NUM2TIMET(v) NUM2LONG(v)
  17128. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  17129. | #define rb_dev_t dev_t
  17130. | #define SIGNEDNESS_OF_DEV_T -1
  17131. | #define DEVT2NUM(v) INT2NUM(v)
  17132. | #define NUM2DEVT(v) NUM2INT(v)
  17133. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  17134. | #define rb_mode_t mode_t
  17135. | #define SIGNEDNESS_OF_MODE_T +1
  17136. | #define MODET2NUM(v) UINT2NUM(v)
  17137. | #define NUM2MODET(v) NUM2UINT(v)
  17138. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  17139. | #define rb_rlim_t rlim_t
  17140. | #define SIGNEDNESS_OF_RLIM_T +1
  17141. | #define RLIM2NUM(v) ULL2NUM(v)
  17142. | #define NUM2RLIM(v) NUM2ULL(v)
  17143. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  17144. | #define rb_off_t off_t
  17145. | #define SIGNEDNESS_OF_OFF_T -1
  17146. | #define OFFT2NUM(v) LL2NUM(v)
  17147. | #define NUM2OFFT(v) NUM2LL(v)
  17148. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  17149. | #define rb_clockid_t int
  17150. | #define SIGNEDNESS_OF_CLOCKID_T -1
  17151. | #define CLOCKID2NUM(v) INT2NUM(v)
  17152. | #define NUM2CLOCKID(v) NUM2INT(v)
  17153. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  17154. | #define HAVE_PROTOTYPES 1
  17155. | #define TOKEN_PASTE(x,y) x##y
  17156. | #define STRINGIZE(expr) STRINGIZE0(expr)
  17157. | #define HAVE_STDARG_PROTOTYPES 1
  17158. | #define HAVE_VA_ARGS_MACRO 1
  17159. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  17160. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  17161. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  17162. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  17163. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  17164. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  17165. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  17166. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  17167. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  17168. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  17169. | #define WEAK(x) __attribute__ ((__weak__)) x
  17170. | #define HAVE_FUNC_WEAK 1
  17171. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  17172. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  17173. | #define HAVE_GCC_SYNC_BUILTINS 1
  17174. | #define UNREACHABLE __builtin_unreachable()
  17175. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  17176. | #define RUBY_FUNCTION_NAME_STRING __func__
  17177. | #define ENUM_OVER_INT 1
  17178. | #define HAVE_DECL_SYS_NERR 1
  17179. | #define HAVE_DECL_GETENV 1
  17180. | #define SIZEOF_SIZE_T 8
  17181. | #define SIZEOF_PTRDIFF_T 8
  17182. | #define PRI_SIZE_PREFIX "z"
  17183. | #define PRI_PTRDIFF_PREFIX "t"
  17184. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  17185. | #define HAVE_ST_BLKSIZE 1
  17186. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  17187. | #define HAVE_ST_BLOCKS 1
  17188. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  17189. | #define HAVE_ST_RDEV 1
  17190. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  17191. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  17192. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  17193. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  17194. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  17195. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  17196. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  17197. | #define HAVE_STRUCT_TIMEVAL 1
  17198. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  17199. | #define HAVE_STRUCT_TIMESPEC 1
  17200. | #define HAVE_STRUCT_TIMEZONE 1
  17201. | #define HAVE_RB_FD_INIT 1
  17202. | #define HAVE_INT8_T 1
  17203. | #define SIZEOF_INT8_T 1
  17204. | #define HAVE_UINT8_T 1
  17205. | #define SIZEOF_UINT8_T 1
  17206. | #define HAVE_INT16_T 1
  17207. | #define SIZEOF_INT16_T 2
  17208. | #define HAVE_UINT16_T 1
  17209. | #define SIZEOF_UINT16_T 2
  17210. | #define HAVE_INT32_T 1
  17211. | #define SIZEOF_INT32_T 4
  17212. | #define HAVE_UINT32_T 1
  17213. | #define SIZEOF_UINT32_T 4
  17214. | #define HAVE_INT64_T 1
  17215. | #define SIZEOF_INT64_T 8
  17216. | #define HAVE_UINT64_T 1
  17217. | #define SIZEOF_UINT64_T 8
  17218. | #define HAVE_INT128_T 1
  17219. | #define int128_t __int128
  17220. | #define SIZEOF_INT128_T SIZEOF___INT128
  17221. | /* end confdefs.h. */
  17222. | #include <stdio.h>
  17223. | #ifdef HAVE_SYS_TYPES_H
  17224. | # include <sys/types.h>
  17225. | #endif
  17226. | #ifdef HAVE_SYS_STAT_H
  17227. | # include <sys/stat.h>
  17228. | #endif
  17229. | #ifdef STDC_HEADERS
  17230. | # include <stdlib.h>
  17231. | # include <stddef.h>
  17232. | #else
  17233. | # ifdef HAVE_STDLIB_H
  17234. | # include <stdlib.h>
  17235. | # endif
  17236. | #endif
  17237. | #ifdef HAVE_STRING_H
  17238. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  17239. | # include <memory.h>
  17240. | # endif
  17241. | # include <string.h>
  17242. | #endif
  17243. | #ifdef HAVE_STRINGS_H
  17244. | # include <strings.h>
  17245. | #endif
  17246. | #ifdef HAVE_INTTYPES_H
  17247. | # include <inttypes.h>
  17248. | #endif
  17249. | #ifdef HAVE_STDINT_H
  17250. | # include <stdint.h>
  17251. | #endif
  17252. | #ifdef HAVE_UNISTD_H
  17253. | # include <unistd.h>
  17254. | #endif
  17255. | typedef uint128_t t; int s = sizeof(t) == 42;
  17256. | int
  17257. | main ()
  17258. | {
  17259. |
  17260. | ;
  17261. | return 0;
  17262. | }
  17263. configure:18554: result: unsigned __int128
  17264. configure:18624: checking for intptr_t
  17265. configure:18641: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  17266. configure:18641: $? = 0
  17267. configure:18665: result: yes
  17268. configure:18789: checking size of intptr_t
  17269. configure:18794: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  17270. configure:18794: $? = 0
  17271. configure:18794: ./conftest
  17272. configure:18794: $? = 0
  17273. configure:18809: result: 8
  17274. configure:18834: checking for uintptr_t
  17275. configure:18851: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  17276. configure:18851: $? = 0
  17277. configure:18875: result: yes
  17278. configure:18999: checking size of uintptr_t
  17279. configure:19004: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  17280. configure:19004: $? = 0
  17281. configure:19004: ./conftest
  17282. configure:19004: $? = 0
  17283. configure:19019: result: 8
  17284. configure:19044: checking for ssize_t
  17285. configure:19062: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  17286. configure:19062: $? = 0
  17287. configure:19086: result: yes
  17288. configure:19212: checking size of ssize_t
  17289. configure:19217: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  17290. configure:19217: $? = 0
  17291. configure:19217: ./conftest
  17292. configure:19217: $? = 0
  17293. configure:19233: result: 8
  17294. configure:19340: checking for stack end address
  17295. configure:19357: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  17296. Undefined symbols for architecture x86_64:
  17297. "___libc_stack_end", referenced from:
  17298. _main in conftest-1921c0.o
  17299. ld: symbol(s) not found for architecture x86_64
  17300. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  17301. configure:19357: $? = 1
  17302. configure: failed program was:
  17303. | /* confdefs.h */
  17304. | #define PACKAGE_NAME ""
  17305. | #define PACKAGE_TARNAME ""
  17306. | #define PACKAGE_VERSION ""
  17307. | #define PACKAGE_STRING ""
  17308. | #define PACKAGE_BUGREPORT ""
  17309. | #define PACKAGE_URL ""
  17310. | #define CANONICALIZATION_FOR_MATHN 1
  17311. | #define STDC_HEADERS 1
  17312. | #define HAVE_SYS_TYPES_H 1
  17313. | #define HAVE_SYS_STAT_H 1
  17314. | #define HAVE_STDLIB_H 1
  17315. | #define HAVE_STRING_H 1
  17316. | #define HAVE_MEMORY_H 1
  17317. | #define HAVE_STRINGS_H 1
  17318. | #define HAVE_INTTYPES_H 1
  17319. | #define HAVE_STDINT_H 1
  17320. | #define HAVE_UNISTD_H 1
  17321. | #define __EXTENSIONS__ 1
  17322. | #define _ALL_SOURCE 1
  17323. | #define _GNU_SOURCE 1
  17324. | #define _POSIX_PTHREAD_SEMANTICS 1
  17325. | #define _TANDEM_SOURCE 1
  17326. | #define HAVE_INFINITY 1
  17327. | #define HAVE_NAN 1
  17328. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  17329. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  17330. | #define BROKEN_CRYPT 1
  17331. | #define HAVE_CRT_EXTERNS_H 1
  17332. | #define HAVE_LIBDL 1
  17333. | #define HAVE_DIRENT_H 1
  17334. | #define HAVE__BOOL 1
  17335. | #define HAVE_STDBOOL_H 1
  17336. | #define HAVE_SYS_WAIT_H 1
  17337. | #define HAVE_GRP_H 1
  17338. | #define HAVE_FCNTL_H 1
  17339. | #define HAVE_FLOAT_H 1
  17340. | #define HAVE_LANGINFO_H 1
  17341. | #define HAVE_LIMITS_H 1
  17342. | #define HAVE_LOCALE_H 1
  17343. | #define HAVE_MALLOC_MALLOC_H 1
  17344. | #define HAVE_PWD_H 1
  17345. | #define HAVE_SYS_ATTR_H 1
  17346. | #define HAVE_SYS_FCNTL_H 1
  17347. | #define HAVE_SYS_FILE_H 1
  17348. | #define HAVE_SYS_IOCTL_H 1
  17349. | #define HAVE_SYS_PARAM_H 1
  17350. | #define HAVE_SYS_RESOURCE_H 1
  17351. | #define HAVE_SYS_SELECT_H 1
  17352. | #define HAVE_SYS_SOCKET_H 1
  17353. | #define HAVE_SYS_SYSCALL_H 1
  17354. | #define HAVE_SYS_TIME_H 1
  17355. | #define HAVE_SYS_TIMES_H 1
  17356. | #define HAVE_SYS_UIO_H 1
  17357. | #define HAVE_TIME_H 1
  17358. | #define HAVE_UCONTEXT_H 1
  17359. | #define HAVE_UTIME_H 1
  17360. | #define HAVE_TYPEOF 1
  17361. | #define HAVE_LONG_LONG 1
  17362. | #define HAVE_OFF_T 1
  17363. | #define SIZEOF_INT 4
  17364. | #define SIZEOF_SHORT 2
  17365. | #define SIZEOF_LONG 8
  17366. | #define SIZEOF_LONG_LONG 8
  17367. | #define SIZEOF___INT64 0
  17368. | #define SIZEOF___INT128 16
  17369. | #define SIZEOF_OFF_T 8
  17370. | #define SIZEOF_VOIDP 8
  17371. | #define SIZEOF_FLOAT 4
  17372. | #define SIZEOF_DOUBLE 8
  17373. | #define SIZEOF_TIME_T 8
  17374. | #define SIZEOF_CLOCK_T 8
  17375. | #define PACKED_STRUCT(x) x __attribute__((packed))
  17376. | #define PACKED_STRUCT_UNALIGNED(x) x
  17377. | #define PRI_LL_PREFIX "ll"
  17378. | #define rb_pid_t pid_t
  17379. | #define SIGNEDNESS_OF_PID_T -1
  17380. | #define PIDT2NUM(v) INT2NUM(v)
  17381. | #define NUM2PIDT(v) NUM2INT(v)
  17382. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  17383. | #define rb_uid_t uid_t
  17384. | #define SIGNEDNESS_OF_UID_T +1
  17385. | #define UIDT2NUM(v) UINT2NUM(v)
  17386. | #define NUM2UIDT(v) NUM2UINT(v)
  17387. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  17388. | #define rb_gid_t gid_t
  17389. | #define SIGNEDNESS_OF_GID_T +1
  17390. | #define GIDT2NUM(v) UINT2NUM(v)
  17391. | #define NUM2GIDT(v) NUM2UINT(v)
  17392. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  17393. | #define rb_time_t time_t
  17394. | #define SIGNEDNESS_OF_TIME_T -1
  17395. | #define TIMET2NUM(v) LONG2NUM(v)
  17396. | #define NUM2TIMET(v) NUM2LONG(v)
  17397. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  17398. | #define rb_dev_t dev_t
  17399. | #define SIGNEDNESS_OF_DEV_T -1
  17400. | #define DEVT2NUM(v) INT2NUM(v)
  17401. | #define NUM2DEVT(v) NUM2INT(v)
  17402. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  17403. | #define rb_mode_t mode_t
  17404. | #define SIGNEDNESS_OF_MODE_T +1
  17405. | #define MODET2NUM(v) UINT2NUM(v)
  17406. | #define NUM2MODET(v) NUM2UINT(v)
  17407. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  17408. | #define rb_rlim_t rlim_t
  17409. | #define SIGNEDNESS_OF_RLIM_T +1
  17410. | #define RLIM2NUM(v) ULL2NUM(v)
  17411. | #define NUM2RLIM(v) NUM2ULL(v)
  17412. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  17413. | #define rb_off_t off_t
  17414. | #define SIGNEDNESS_OF_OFF_T -1
  17415. | #define OFFT2NUM(v) LL2NUM(v)
  17416. | #define NUM2OFFT(v) NUM2LL(v)
  17417. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  17418. | #define rb_clockid_t int
  17419. | #define SIGNEDNESS_OF_CLOCKID_T -1
  17420. | #define CLOCKID2NUM(v) INT2NUM(v)
  17421. | #define NUM2CLOCKID(v) NUM2INT(v)
  17422. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  17423. | #define HAVE_PROTOTYPES 1
  17424. | #define TOKEN_PASTE(x,y) x##y
  17425. | #define STRINGIZE(expr) STRINGIZE0(expr)
  17426. | #define HAVE_STDARG_PROTOTYPES 1
  17427. | #define HAVE_VA_ARGS_MACRO 1
  17428. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  17429. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  17430. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  17431. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  17432. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  17433. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  17434. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  17435. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  17436. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  17437. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  17438. | #define WEAK(x) __attribute__ ((__weak__)) x
  17439. | #define HAVE_FUNC_WEAK 1
  17440. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  17441. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  17442. | #define HAVE_GCC_SYNC_BUILTINS 1
  17443. | #define UNREACHABLE __builtin_unreachable()
  17444. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  17445. | #define RUBY_FUNCTION_NAME_STRING __func__
  17446. | #define ENUM_OVER_INT 1
  17447. | #define HAVE_DECL_SYS_NERR 1
  17448. | #define HAVE_DECL_GETENV 1
  17449. | #define SIZEOF_SIZE_T 8
  17450. | #define SIZEOF_PTRDIFF_T 8
  17451. | #define PRI_SIZE_PREFIX "z"
  17452. | #define PRI_PTRDIFF_PREFIX "t"
  17453. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  17454. | #define HAVE_ST_BLKSIZE 1
  17455. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  17456. | #define HAVE_ST_BLOCKS 1
  17457. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  17458. | #define HAVE_ST_RDEV 1
  17459. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  17460. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  17461. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  17462. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  17463. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  17464. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  17465. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  17466. | #define HAVE_STRUCT_TIMEVAL 1
  17467. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  17468. | #define HAVE_STRUCT_TIMESPEC 1
  17469. | #define HAVE_STRUCT_TIMEZONE 1
  17470. | #define HAVE_RB_FD_INIT 1
  17471. | #define HAVE_INT8_T 1
  17472. | #define SIZEOF_INT8_T 1
  17473. | #define HAVE_UINT8_T 1
  17474. | #define SIZEOF_UINT8_T 1
  17475. | #define HAVE_INT16_T 1
  17476. | #define SIZEOF_INT16_T 2
  17477. | #define HAVE_UINT16_T 1
  17478. | #define SIZEOF_UINT16_T 2
  17479. | #define HAVE_INT32_T 1
  17480. | #define SIZEOF_INT32_T 4
  17481. | #define HAVE_UINT32_T 1
  17482. | #define SIZEOF_UINT32_T 4
  17483. | #define HAVE_INT64_T 1
  17484. | #define SIZEOF_INT64_T 8
  17485. | #define HAVE_UINT64_T 1
  17486. | #define SIZEOF_UINT64_T 8
  17487. | #define HAVE_INT128_T 1
  17488. | #define int128_t __int128
  17489. | #define SIZEOF_INT128_T SIZEOF___INT128
  17490. | #define HAVE_UINT128_T 1
  17491. | #define uint128_t unsigned __int128
  17492. | #define SIZEOF_UINT128_T SIZEOF___INT128
  17493. | #define HAVE_INTPTR_T 1
  17494. | #define SIZEOF_INTPTR_T 8
  17495. | #define HAVE_UINTPTR_T 1
  17496. | #define SIZEOF_UINTPTR_T 8
  17497. | #define HAVE_SSIZE_T 1
  17498. | #define SIZEOF_SSIZE_T 8
  17499. | /* end confdefs.h. */
  17500. | extern void *__libc_stack_end;
  17501. | int
  17502. | main ()
  17503. | {
  17504. | if (!__libc_stack_end) return 1;
  17505. | ;
  17506. | return 0;
  17507. | }
  17508. configure:19364: result: no
  17509. configure:19433: checking for uid_t in sys/types.h
  17510. configure:19452: result: yes
  17511. configure:19463: checking type of array argument to getgroups
  17512. configure:19522: result: gid_t
  17513. configure:19530: checking return type of signal handlers
  17514. configure:19548: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  17515. conftest.c:205:8: error: indirection requires pointer operand ('void' invalid)
  17516. return *(signal (0, 0)) (0) == 1;
  17517. ^~~~~~~~~~~~~~~~~~~~
  17518. 1 error generated.
  17519. configure:19548: $? = 1
  17520. configure: failed program was:
  17521. | /* confdefs.h */
  17522. | #define PACKAGE_NAME ""
  17523. | #define PACKAGE_TARNAME ""
  17524. | #define PACKAGE_VERSION ""
  17525. | #define PACKAGE_STRING ""
  17526. | #define PACKAGE_BUGREPORT ""
  17527. | #define PACKAGE_URL ""
  17528. | #define CANONICALIZATION_FOR_MATHN 1
  17529. | #define STDC_HEADERS 1
  17530. | #define HAVE_SYS_TYPES_H 1
  17531. | #define HAVE_SYS_STAT_H 1
  17532. | #define HAVE_STDLIB_H 1
  17533. | #define HAVE_STRING_H 1
  17534. | #define HAVE_MEMORY_H 1
  17535. | #define HAVE_STRINGS_H 1
  17536. | #define HAVE_INTTYPES_H 1
  17537. | #define HAVE_STDINT_H 1
  17538. | #define HAVE_UNISTD_H 1
  17539. | #define __EXTENSIONS__ 1
  17540. | #define _ALL_SOURCE 1
  17541. | #define _GNU_SOURCE 1
  17542. | #define _POSIX_PTHREAD_SEMANTICS 1
  17543. | #define _TANDEM_SOURCE 1
  17544. | #define HAVE_INFINITY 1
  17545. | #define HAVE_NAN 1
  17546. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  17547. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  17548. | #define BROKEN_CRYPT 1
  17549. | #define HAVE_CRT_EXTERNS_H 1
  17550. | #define HAVE_LIBDL 1
  17551. | #define HAVE_DIRENT_H 1
  17552. | #define HAVE__BOOL 1
  17553. | #define HAVE_STDBOOL_H 1
  17554. | #define HAVE_SYS_WAIT_H 1
  17555. | #define HAVE_GRP_H 1
  17556. | #define HAVE_FCNTL_H 1
  17557. | #define HAVE_FLOAT_H 1
  17558. | #define HAVE_LANGINFO_H 1
  17559. | #define HAVE_LIMITS_H 1
  17560. | #define HAVE_LOCALE_H 1
  17561. | #define HAVE_MALLOC_MALLOC_H 1
  17562. | #define HAVE_PWD_H 1
  17563. | #define HAVE_SYS_ATTR_H 1
  17564. | #define HAVE_SYS_FCNTL_H 1
  17565. | #define HAVE_SYS_FILE_H 1
  17566. | #define HAVE_SYS_IOCTL_H 1
  17567. | #define HAVE_SYS_PARAM_H 1
  17568. | #define HAVE_SYS_RESOURCE_H 1
  17569. | #define HAVE_SYS_SELECT_H 1
  17570. | #define HAVE_SYS_SOCKET_H 1
  17571. | #define HAVE_SYS_SYSCALL_H 1
  17572. | #define HAVE_SYS_TIME_H 1
  17573. | #define HAVE_SYS_TIMES_H 1
  17574. | #define HAVE_SYS_UIO_H 1
  17575. | #define HAVE_TIME_H 1
  17576. | #define HAVE_UCONTEXT_H 1
  17577. | #define HAVE_UTIME_H 1
  17578. | #define HAVE_TYPEOF 1
  17579. | #define HAVE_LONG_LONG 1
  17580. | #define HAVE_OFF_T 1
  17581. | #define SIZEOF_INT 4
  17582. | #define SIZEOF_SHORT 2
  17583. | #define SIZEOF_LONG 8
  17584. | #define SIZEOF_LONG_LONG 8
  17585. | #define SIZEOF___INT64 0
  17586. | #define SIZEOF___INT128 16
  17587. | #define SIZEOF_OFF_T 8
  17588. | #define SIZEOF_VOIDP 8
  17589. | #define SIZEOF_FLOAT 4
  17590. | #define SIZEOF_DOUBLE 8
  17591. | #define SIZEOF_TIME_T 8
  17592. | #define SIZEOF_CLOCK_T 8
  17593. | #define PACKED_STRUCT(x) x __attribute__((packed))
  17594. | #define PACKED_STRUCT_UNALIGNED(x) x
  17595. | #define PRI_LL_PREFIX "ll"
  17596. | #define rb_pid_t pid_t
  17597. | #define SIGNEDNESS_OF_PID_T -1
  17598. | #define PIDT2NUM(v) INT2NUM(v)
  17599. | #define NUM2PIDT(v) NUM2INT(v)
  17600. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  17601. | #define rb_uid_t uid_t
  17602. | #define SIGNEDNESS_OF_UID_T +1
  17603. | #define UIDT2NUM(v) UINT2NUM(v)
  17604. | #define NUM2UIDT(v) NUM2UINT(v)
  17605. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  17606. | #define rb_gid_t gid_t
  17607. | #define SIGNEDNESS_OF_GID_T +1
  17608. | #define GIDT2NUM(v) UINT2NUM(v)
  17609. | #define NUM2GIDT(v) NUM2UINT(v)
  17610. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  17611. | #define rb_time_t time_t
  17612. | #define SIGNEDNESS_OF_TIME_T -1
  17613. | #define TIMET2NUM(v) LONG2NUM(v)
  17614. | #define NUM2TIMET(v) NUM2LONG(v)
  17615. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  17616. | #define rb_dev_t dev_t
  17617. | #define SIGNEDNESS_OF_DEV_T -1
  17618. | #define DEVT2NUM(v) INT2NUM(v)
  17619. | #define NUM2DEVT(v) NUM2INT(v)
  17620. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  17621. | #define rb_mode_t mode_t
  17622. | #define SIGNEDNESS_OF_MODE_T +1
  17623. | #define MODET2NUM(v) UINT2NUM(v)
  17624. | #define NUM2MODET(v) NUM2UINT(v)
  17625. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  17626. | #define rb_rlim_t rlim_t
  17627. | #define SIGNEDNESS_OF_RLIM_T +1
  17628. | #define RLIM2NUM(v) ULL2NUM(v)
  17629. | #define NUM2RLIM(v) NUM2ULL(v)
  17630. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  17631. | #define rb_off_t off_t
  17632. | #define SIGNEDNESS_OF_OFF_T -1
  17633. | #define OFFT2NUM(v) LL2NUM(v)
  17634. | #define NUM2OFFT(v) NUM2LL(v)
  17635. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  17636. | #define rb_clockid_t int
  17637. | #define SIGNEDNESS_OF_CLOCKID_T -1
  17638. | #define CLOCKID2NUM(v) INT2NUM(v)
  17639. | #define NUM2CLOCKID(v) NUM2INT(v)
  17640. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  17641. | #define HAVE_PROTOTYPES 1
  17642. | #define TOKEN_PASTE(x,y) x##y
  17643. | #define STRINGIZE(expr) STRINGIZE0(expr)
  17644. | #define HAVE_STDARG_PROTOTYPES 1
  17645. | #define HAVE_VA_ARGS_MACRO 1
  17646. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  17647. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  17648. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  17649. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  17650. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  17651. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  17652. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  17653. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  17654. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  17655. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  17656. | #define WEAK(x) __attribute__ ((__weak__)) x
  17657. | #define HAVE_FUNC_WEAK 1
  17658. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  17659. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  17660. | #define HAVE_GCC_SYNC_BUILTINS 1
  17661. | #define UNREACHABLE __builtin_unreachable()
  17662. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  17663. | #define RUBY_FUNCTION_NAME_STRING __func__
  17664. | #define ENUM_OVER_INT 1
  17665. | #define HAVE_DECL_SYS_NERR 1
  17666. | #define HAVE_DECL_GETENV 1
  17667. | #define SIZEOF_SIZE_T 8
  17668. | #define SIZEOF_PTRDIFF_T 8
  17669. | #define PRI_SIZE_PREFIX "z"
  17670. | #define PRI_PTRDIFF_PREFIX "t"
  17671. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  17672. | #define HAVE_ST_BLKSIZE 1
  17673. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  17674. | #define HAVE_ST_BLOCKS 1
  17675. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  17676. | #define HAVE_ST_RDEV 1
  17677. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  17678. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  17679. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  17680. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  17681. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  17682. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  17683. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  17684. | #define HAVE_STRUCT_TIMEVAL 1
  17685. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  17686. | #define HAVE_STRUCT_TIMESPEC 1
  17687. | #define HAVE_STRUCT_TIMEZONE 1
  17688. | #define HAVE_RB_FD_INIT 1
  17689. | #define HAVE_INT8_T 1
  17690. | #define SIZEOF_INT8_T 1
  17691. | #define HAVE_UINT8_T 1
  17692. | #define SIZEOF_UINT8_T 1
  17693. | #define HAVE_INT16_T 1
  17694. | #define SIZEOF_INT16_T 2
  17695. | #define HAVE_UINT16_T 1
  17696. | #define SIZEOF_UINT16_T 2
  17697. | #define HAVE_INT32_T 1
  17698. | #define SIZEOF_INT32_T 4
  17699. | #define HAVE_UINT32_T 1
  17700. | #define SIZEOF_UINT32_T 4
  17701. | #define HAVE_INT64_T 1
  17702. | #define SIZEOF_INT64_T 8
  17703. | #define HAVE_UINT64_T 1
  17704. | #define SIZEOF_UINT64_T 8
  17705. | #define HAVE_INT128_T 1
  17706. | #define int128_t __int128
  17707. | #define SIZEOF_INT128_T SIZEOF___INT128
  17708. | #define HAVE_UINT128_T 1
  17709. | #define uint128_t unsigned __int128
  17710. | #define SIZEOF_UINT128_T SIZEOF___INT128
  17711. | #define HAVE_INTPTR_T 1
  17712. | #define SIZEOF_INTPTR_T 8
  17713. | #define HAVE_UINTPTR_T 1
  17714. | #define SIZEOF_UINTPTR_T 8
  17715. | #define HAVE_SSIZE_T 1
  17716. | #define SIZEOF_SSIZE_T 8
  17717. | #define GETGROUPS_T gid_t
  17718. | /* end confdefs.h. */
  17719. | #include <sys/types.h>
  17720. | #include <signal.h>
  17721. |
  17722. | int
  17723. | main ()
  17724. | {
  17725. | return *(signal (0, 0)) (0) == 1;
  17726. | ;
  17727. | return 0;
  17728. | }
  17729. configure:19555: result: void
  17730. configure:19606: checking for working alloca.h
  17731. configure:19623: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  17732. configure:19623: $? = 0
  17733. configure:19631: result: yes
  17734. configure:19639: checking for alloca
  17735. configure:19676: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  17736. configure:19676: $? = 0
  17737. configure:19684: result: yes
  17738. configure:19793: checking for dynamic size alloca
  17739. configure:19817: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  17740. configure:19817: $? = 0
  17741. configure:19824: result: ok
  17742. configure:19842: checking for working memcmp
  17743. configure:19885: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  17744. configure:19885: $? = 0
  17745. configure:19885: ./conftest
  17746. configure:19885: $? = 0
  17747. configure:19895: result: yes
  17748. configure:19908: checking for broken erfc of glibc-2.3.6 on IA64
  17749. configure:19928: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  17750. conftest.c:207:4: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  17751. erfc(10000.0);
  17752. ^~~~ ~~~~~~~
  17753. 1 warning generated.
  17754. configure:19928: $? = 0
  17755. configure:19928: ./conftest
  17756. configure:19928: $? = 0
  17757. configure:19938: result: no
  17758. configure:19971: checking for acosh
  17759. configure:19971: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  17760. conftest.c:225:6: warning: incompatible redeclaration of library function 'acosh' [-Wincompatible-library-redeclaration]
  17761. char acosh ();
  17762. ^
  17763. conftest.c:225:6: note: 'acosh' is a builtin with type 'double (double)'
  17764. 1 warning generated.
  17765. configure:19971: $? = 0
  17766. configure:19971: result: yes
  17767. configure:19985: checking for cbrt
  17768. configure:19985: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  17769. conftest.c:226:6: warning: incompatible redeclaration of library function 'cbrt' [-Wincompatible-library-redeclaration]
  17770. char cbrt ();
  17771. ^
  17772. conftest.c:226:6: note: 'cbrt' is a builtin with type 'double (double)'
  17773. 1 warning generated.
  17774. configure:19985: $? = 0
  17775. configure:19985: result: yes
  17776. configure:19999: checking for crypt
  17777. configure:19999: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  17778. configure:19999: $? = 0
  17779. configure:19999: result: yes
  17780. configure:20013: checking for dup2
  17781. configure:20013: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  17782. configure:20013: $? = 0
  17783. configure:20013: result: yes
  17784. configure:20027: checking for erf
  17785. configure:20027: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  17786. conftest.c:229:6: warning: incompatible redeclaration of library function 'erf' [-Wincompatible-library-redeclaration]
  17787. char erf ();
  17788. ^
  17789. conftest.c:229:6: note: 'erf' is a builtin with type 'double (double)'
  17790. 1 warning generated.
  17791. configure:20027: $? = 0
  17792. configure:20027: result: yes
  17793. configure:20041: checking for explicit_bzero
  17794. configure:20041: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  17795. Undefined symbols for architecture x86_64:
  17796. "_explicit_bzero", referenced from:
  17797. _main in conftest-69ce62.o
  17798. ld: symbol(s) not found for architecture x86_64
  17799. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  17800. configure:20041: $? = 1
  17801. configure: failed program was:
  17802. | /* confdefs.h */
  17803. | #define PACKAGE_NAME ""
  17804. | #define PACKAGE_TARNAME ""
  17805. | #define PACKAGE_VERSION ""
  17806. | #define PACKAGE_STRING ""
  17807. | #define PACKAGE_BUGREPORT ""
  17808. | #define PACKAGE_URL ""
  17809. | #define CANONICALIZATION_FOR_MATHN 1
  17810. | #define STDC_HEADERS 1
  17811. | #define HAVE_SYS_TYPES_H 1
  17812. | #define HAVE_SYS_STAT_H 1
  17813. | #define HAVE_STDLIB_H 1
  17814. | #define HAVE_STRING_H 1
  17815. | #define HAVE_MEMORY_H 1
  17816. | #define HAVE_STRINGS_H 1
  17817. | #define HAVE_INTTYPES_H 1
  17818. | #define HAVE_STDINT_H 1
  17819. | #define HAVE_UNISTD_H 1
  17820. | #define __EXTENSIONS__ 1
  17821. | #define _ALL_SOURCE 1
  17822. | #define _GNU_SOURCE 1
  17823. | #define _POSIX_PTHREAD_SEMANTICS 1
  17824. | #define _TANDEM_SOURCE 1
  17825. | #define HAVE_INFINITY 1
  17826. | #define HAVE_NAN 1
  17827. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  17828. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  17829. | #define BROKEN_CRYPT 1
  17830. | #define HAVE_CRT_EXTERNS_H 1
  17831. | #define HAVE_LIBDL 1
  17832. | #define HAVE_DIRENT_H 1
  17833. | #define HAVE__BOOL 1
  17834. | #define HAVE_STDBOOL_H 1
  17835. | #define HAVE_SYS_WAIT_H 1
  17836. | #define HAVE_GRP_H 1
  17837. | #define HAVE_FCNTL_H 1
  17838. | #define HAVE_FLOAT_H 1
  17839. | #define HAVE_LANGINFO_H 1
  17840. | #define HAVE_LIMITS_H 1
  17841. | #define HAVE_LOCALE_H 1
  17842. | #define HAVE_MALLOC_MALLOC_H 1
  17843. | #define HAVE_PWD_H 1
  17844. | #define HAVE_SYS_ATTR_H 1
  17845. | #define HAVE_SYS_FCNTL_H 1
  17846. | #define HAVE_SYS_FILE_H 1
  17847. | #define HAVE_SYS_IOCTL_H 1
  17848. | #define HAVE_SYS_PARAM_H 1
  17849. | #define HAVE_SYS_RESOURCE_H 1
  17850. | #define HAVE_SYS_SELECT_H 1
  17851. | #define HAVE_SYS_SOCKET_H 1
  17852. | #define HAVE_SYS_SYSCALL_H 1
  17853. | #define HAVE_SYS_TIME_H 1
  17854. | #define HAVE_SYS_TIMES_H 1
  17855. | #define HAVE_SYS_UIO_H 1
  17856. | #define HAVE_TIME_H 1
  17857. | #define HAVE_UCONTEXT_H 1
  17858. | #define HAVE_UTIME_H 1
  17859. | #define HAVE_TYPEOF 1
  17860. | #define HAVE_LONG_LONG 1
  17861. | #define HAVE_OFF_T 1
  17862. | #define SIZEOF_INT 4
  17863. | #define SIZEOF_SHORT 2
  17864. | #define SIZEOF_LONG 8
  17865. | #define SIZEOF_LONG_LONG 8
  17866. | #define SIZEOF___INT64 0
  17867. | #define SIZEOF___INT128 16
  17868. | #define SIZEOF_OFF_T 8
  17869. | #define SIZEOF_VOIDP 8
  17870. | #define SIZEOF_FLOAT 4
  17871. | #define SIZEOF_DOUBLE 8
  17872. | #define SIZEOF_TIME_T 8
  17873. | #define SIZEOF_CLOCK_T 8
  17874. | #define PACKED_STRUCT(x) x __attribute__((packed))
  17875. | #define PACKED_STRUCT_UNALIGNED(x) x
  17876. | #define PRI_LL_PREFIX "ll"
  17877. | #define rb_pid_t pid_t
  17878. | #define SIGNEDNESS_OF_PID_T -1
  17879. | #define PIDT2NUM(v) INT2NUM(v)
  17880. | #define NUM2PIDT(v) NUM2INT(v)
  17881. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  17882. | #define rb_uid_t uid_t
  17883. | #define SIGNEDNESS_OF_UID_T +1
  17884. | #define UIDT2NUM(v) UINT2NUM(v)
  17885. | #define NUM2UIDT(v) NUM2UINT(v)
  17886. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  17887. | #define rb_gid_t gid_t
  17888. | #define SIGNEDNESS_OF_GID_T +1
  17889. | #define GIDT2NUM(v) UINT2NUM(v)
  17890. | #define NUM2GIDT(v) NUM2UINT(v)
  17891. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  17892. | #define rb_time_t time_t
  17893. | #define SIGNEDNESS_OF_TIME_T -1
  17894. | #define TIMET2NUM(v) LONG2NUM(v)
  17895. | #define NUM2TIMET(v) NUM2LONG(v)
  17896. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  17897. | #define rb_dev_t dev_t
  17898. | #define SIGNEDNESS_OF_DEV_T -1
  17899. | #define DEVT2NUM(v) INT2NUM(v)
  17900. | #define NUM2DEVT(v) NUM2INT(v)
  17901. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  17902. | #define rb_mode_t mode_t
  17903. | #define SIGNEDNESS_OF_MODE_T +1
  17904. | #define MODET2NUM(v) UINT2NUM(v)
  17905. | #define NUM2MODET(v) NUM2UINT(v)
  17906. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  17907. | #define rb_rlim_t rlim_t
  17908. | #define SIGNEDNESS_OF_RLIM_T +1
  17909. | #define RLIM2NUM(v) ULL2NUM(v)
  17910. | #define NUM2RLIM(v) NUM2ULL(v)
  17911. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  17912. | #define rb_off_t off_t
  17913. | #define SIGNEDNESS_OF_OFF_T -1
  17914. | #define OFFT2NUM(v) LL2NUM(v)
  17915. | #define NUM2OFFT(v) NUM2LL(v)
  17916. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  17917. | #define rb_clockid_t int
  17918. | #define SIGNEDNESS_OF_CLOCKID_T -1
  17919. | #define CLOCKID2NUM(v) INT2NUM(v)
  17920. | #define NUM2CLOCKID(v) NUM2INT(v)
  17921. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  17922. | #define HAVE_PROTOTYPES 1
  17923. | #define TOKEN_PASTE(x,y) x##y
  17924. | #define STRINGIZE(expr) STRINGIZE0(expr)
  17925. | #define HAVE_STDARG_PROTOTYPES 1
  17926. | #define HAVE_VA_ARGS_MACRO 1
  17927. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  17928. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  17929. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  17930. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  17931. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  17932. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  17933. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  17934. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  17935. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  17936. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  17937. | #define WEAK(x) __attribute__ ((__weak__)) x
  17938. | #define HAVE_FUNC_WEAK 1
  17939. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  17940. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  17941. | #define HAVE_GCC_SYNC_BUILTINS 1
  17942. | #define UNREACHABLE __builtin_unreachable()
  17943. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  17944. | #define RUBY_FUNCTION_NAME_STRING __func__
  17945. | #define ENUM_OVER_INT 1
  17946. | #define HAVE_DECL_SYS_NERR 1
  17947. | #define HAVE_DECL_GETENV 1
  17948. | #define SIZEOF_SIZE_T 8
  17949. | #define SIZEOF_PTRDIFF_T 8
  17950. | #define PRI_SIZE_PREFIX "z"
  17951. | #define PRI_PTRDIFF_PREFIX "t"
  17952. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  17953. | #define HAVE_ST_BLKSIZE 1
  17954. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  17955. | #define HAVE_ST_BLOCKS 1
  17956. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  17957. | #define HAVE_ST_RDEV 1
  17958. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  17959. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  17960. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  17961. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  17962. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  17963. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  17964. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  17965. | #define HAVE_STRUCT_TIMEVAL 1
  17966. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  17967. | #define HAVE_STRUCT_TIMESPEC 1
  17968. | #define HAVE_STRUCT_TIMEZONE 1
  17969. | #define HAVE_RB_FD_INIT 1
  17970. | #define HAVE_INT8_T 1
  17971. | #define SIZEOF_INT8_T 1
  17972. | #define HAVE_UINT8_T 1
  17973. | #define SIZEOF_UINT8_T 1
  17974. | #define HAVE_INT16_T 1
  17975. | #define SIZEOF_INT16_T 2
  17976. | #define HAVE_UINT16_T 1
  17977. | #define SIZEOF_UINT16_T 2
  17978. | #define HAVE_INT32_T 1
  17979. | #define SIZEOF_INT32_T 4
  17980. | #define HAVE_UINT32_T 1
  17981. | #define SIZEOF_UINT32_T 4
  17982. | #define HAVE_INT64_T 1
  17983. | #define SIZEOF_INT64_T 8
  17984. | #define HAVE_UINT64_T 1
  17985. | #define SIZEOF_UINT64_T 8
  17986. | #define HAVE_INT128_T 1
  17987. | #define int128_t __int128
  17988. | #define SIZEOF_INT128_T SIZEOF___INT128
  17989. | #define HAVE_UINT128_T 1
  17990. | #define uint128_t unsigned __int128
  17991. | #define SIZEOF_UINT128_T SIZEOF___INT128
  17992. | #define HAVE_INTPTR_T 1
  17993. | #define SIZEOF_INTPTR_T 8
  17994. | #define HAVE_UINTPTR_T 1
  17995. | #define SIZEOF_UINTPTR_T 8
  17996. | #define HAVE_SSIZE_T 1
  17997. | #define SIZEOF_SSIZE_T 8
  17998. | #define GETGROUPS_T gid_t
  17999. | #define RETSIGTYPE void
  18000. | #define HAVE_ALLOCA_H 1
  18001. | #define HAVE_ALLOCA 1
  18002. | #define HAVE_ACOSH 1
  18003. | #define HAVE_CBRT 1
  18004. | #define HAVE_CRYPT 1
  18005. | #define HAVE_DUP2 1
  18006. | #define HAVE_ERF 1
  18007. | /* end confdefs.h. */
  18008. | /* Define explicit_bzero to an innocuous variant, in case <limits.h> declares explicit_bzero.
  18009. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  18010. | #define explicit_bzero innocuous_explicit_bzero
  18011. |
  18012. | /* System header to define __stub macros and hopefully few prototypes,
  18013. | which can conflict with char explicit_bzero (); below.
  18014. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  18015. | <limits.h> exists even on freestanding compilers. */
  18016. |
  18017. | #ifdef __STDC__
  18018. | # include <limits.h>
  18019. | #else
  18020. | # include <assert.h>
  18021. | #endif
  18022. |
  18023. | #undef explicit_bzero
  18024. |
  18025. | /* Override any GCC internal prototype to avoid an error.
  18026. | Use char because int might match the return type of a GCC
  18027. | builtin and then its argument prototype would still apply. */
  18028. | #ifdef __cplusplus
  18029. | extern "C"
  18030. | #endif
  18031. | char explicit_bzero ();
  18032. | /* The GNU C library defines this for functions which it implements
  18033. | to always fail with ENOSYS. Some functions are actually named
  18034. | something starting with __ and the normal name is an alias. */
  18035. | #if defined __stub_explicit_bzero || defined __stub___explicit_bzero
  18036. | choke me
  18037. | #endif
  18038. |
  18039. | int
  18040. | main ()
  18041. | {
  18042. | return explicit_bzero ();
  18043. | ;
  18044. | return 0;
  18045. | }
  18046. configure:20041: result: no
  18047. configure:20055: checking for ffs
  18048. configure:20055: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  18049. configure:20055: $? = 0
  18050. configure:20055: result: yes
  18051. configure:20069: checking for finite
  18052. configure:20069: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  18053. configure:20069: $? = 0
  18054. configure:20069: result: yes
  18055. configure:20083: checking for flock
  18056. configure:20083: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  18057. configure:20083: $? = 0
  18058. configure:20083: result: yes
  18059. configure:20097: checking for hypot
  18060. configure:20097: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  18061. conftest.c:233:6: warning: incompatible redeclaration of library function 'hypot' [-Wincompatible-library-redeclaration]
  18062. char hypot ();
  18063. ^
  18064. conftest.c:233:6: note: 'hypot' is a builtin with type 'double (double, double)'
  18065. 1 warning generated.
  18066. configure:20097: $? = 0
  18067. configure:20097: result: yes
  18068. configure:20111: checking for isinf
  18069. configure:20111: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  18070. configure:20111: $? = 0
  18071. configure:20111: result: yes
  18072. configure:20125: checking for isnan
  18073. configure:20125: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  18074. configure:20125: $? = 0
  18075. configure:20125: result: yes
  18076. configure:20139: checking for lgamma_r
  18077. configure:20139: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  18078. configure:20139: $? = 0
  18079. configure:20139: result: yes
  18080. configure:20153: checking for memmove
  18081. configure:20153: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  18082. conftest.c:237:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
  18083. char memmove ();
  18084. ^
  18085. conftest.c:237:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
  18086. 1 warning generated.
  18087. configure:20153: $? = 0
  18088. configure:20153: result: yes
  18089. configure:20167: checking for nextafter
  18090. configure:20167: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  18091. conftest.c:238:6: warning: incompatible redeclaration of library function 'nextafter' [-Wincompatible-library-redeclaration]
  18092. char nextafter ();
  18093. ^
  18094. conftest.c:238:6: note: 'nextafter' is a builtin with type 'double (double, double)'
  18095. 1 warning generated.
  18096. configure:20167: $? = 0
  18097. configure:20167: result: yes
  18098. configure:20181: checking for setproctitle
  18099. configure:20181: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  18100. Undefined symbols for architecture x86_64:
  18101. "_setproctitle", referenced from:
  18102. _main in conftest-81a001.o
  18103. ld: symbol(s) not found for architecture x86_64
  18104. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  18105. configure:20181: $? = 1
  18106. configure: failed program was:
  18107. | /* confdefs.h */
  18108. | #define PACKAGE_NAME ""
  18109. | #define PACKAGE_TARNAME ""
  18110. | #define PACKAGE_VERSION ""
  18111. | #define PACKAGE_STRING ""
  18112. | #define PACKAGE_BUGREPORT ""
  18113. | #define PACKAGE_URL ""
  18114. | #define CANONICALIZATION_FOR_MATHN 1
  18115. | #define STDC_HEADERS 1
  18116. | #define HAVE_SYS_TYPES_H 1
  18117. | #define HAVE_SYS_STAT_H 1
  18118. | #define HAVE_STDLIB_H 1
  18119. | #define HAVE_STRING_H 1
  18120. | #define HAVE_MEMORY_H 1
  18121. | #define HAVE_STRINGS_H 1
  18122. | #define HAVE_INTTYPES_H 1
  18123. | #define HAVE_STDINT_H 1
  18124. | #define HAVE_UNISTD_H 1
  18125. | #define __EXTENSIONS__ 1
  18126. | #define _ALL_SOURCE 1
  18127. | #define _GNU_SOURCE 1
  18128. | #define _POSIX_PTHREAD_SEMANTICS 1
  18129. | #define _TANDEM_SOURCE 1
  18130. | #define HAVE_INFINITY 1
  18131. | #define HAVE_NAN 1
  18132. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  18133. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  18134. | #define BROKEN_CRYPT 1
  18135. | #define HAVE_CRT_EXTERNS_H 1
  18136. | #define HAVE_LIBDL 1
  18137. | #define HAVE_DIRENT_H 1
  18138. | #define HAVE__BOOL 1
  18139. | #define HAVE_STDBOOL_H 1
  18140. | #define HAVE_SYS_WAIT_H 1
  18141. | #define HAVE_GRP_H 1
  18142. | #define HAVE_FCNTL_H 1
  18143. | #define HAVE_FLOAT_H 1
  18144. | #define HAVE_LANGINFO_H 1
  18145. | #define HAVE_LIMITS_H 1
  18146. | #define HAVE_LOCALE_H 1
  18147. | #define HAVE_MALLOC_MALLOC_H 1
  18148. | #define HAVE_PWD_H 1
  18149. | #define HAVE_SYS_ATTR_H 1
  18150. | #define HAVE_SYS_FCNTL_H 1
  18151. | #define HAVE_SYS_FILE_H 1
  18152. | #define HAVE_SYS_IOCTL_H 1
  18153. | #define HAVE_SYS_PARAM_H 1
  18154. | #define HAVE_SYS_RESOURCE_H 1
  18155. | #define HAVE_SYS_SELECT_H 1
  18156. | #define HAVE_SYS_SOCKET_H 1
  18157. | #define HAVE_SYS_SYSCALL_H 1
  18158. | #define HAVE_SYS_TIME_H 1
  18159. | #define HAVE_SYS_TIMES_H 1
  18160. | #define HAVE_SYS_UIO_H 1
  18161. | #define HAVE_TIME_H 1
  18162. | #define HAVE_UCONTEXT_H 1
  18163. | #define HAVE_UTIME_H 1
  18164. | #define HAVE_TYPEOF 1
  18165. | #define HAVE_LONG_LONG 1
  18166. | #define HAVE_OFF_T 1
  18167. | #define SIZEOF_INT 4
  18168. | #define SIZEOF_SHORT 2
  18169. | #define SIZEOF_LONG 8
  18170. | #define SIZEOF_LONG_LONG 8
  18171. | #define SIZEOF___INT64 0
  18172. | #define SIZEOF___INT128 16
  18173. | #define SIZEOF_OFF_T 8
  18174. | #define SIZEOF_VOIDP 8
  18175. | #define SIZEOF_FLOAT 4
  18176. | #define SIZEOF_DOUBLE 8
  18177. | #define SIZEOF_TIME_T 8
  18178. | #define SIZEOF_CLOCK_T 8
  18179. | #define PACKED_STRUCT(x) x __attribute__((packed))
  18180. | #define PACKED_STRUCT_UNALIGNED(x) x
  18181. | #define PRI_LL_PREFIX "ll"
  18182. | #define rb_pid_t pid_t
  18183. | #define SIGNEDNESS_OF_PID_T -1
  18184. | #define PIDT2NUM(v) INT2NUM(v)
  18185. | #define NUM2PIDT(v) NUM2INT(v)
  18186. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  18187. | #define rb_uid_t uid_t
  18188. | #define SIGNEDNESS_OF_UID_T +1
  18189. | #define UIDT2NUM(v) UINT2NUM(v)
  18190. | #define NUM2UIDT(v) NUM2UINT(v)
  18191. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  18192. | #define rb_gid_t gid_t
  18193. | #define SIGNEDNESS_OF_GID_T +1
  18194. | #define GIDT2NUM(v) UINT2NUM(v)
  18195. | #define NUM2GIDT(v) NUM2UINT(v)
  18196. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  18197. | #define rb_time_t time_t
  18198. | #define SIGNEDNESS_OF_TIME_T -1
  18199. | #define TIMET2NUM(v) LONG2NUM(v)
  18200. | #define NUM2TIMET(v) NUM2LONG(v)
  18201. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  18202. | #define rb_dev_t dev_t
  18203. | #define SIGNEDNESS_OF_DEV_T -1
  18204. | #define DEVT2NUM(v) INT2NUM(v)
  18205. | #define NUM2DEVT(v) NUM2INT(v)
  18206. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  18207. | #define rb_mode_t mode_t
  18208. | #define SIGNEDNESS_OF_MODE_T +1
  18209. | #define MODET2NUM(v) UINT2NUM(v)
  18210. | #define NUM2MODET(v) NUM2UINT(v)
  18211. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  18212. | #define rb_rlim_t rlim_t
  18213. | #define SIGNEDNESS_OF_RLIM_T +1
  18214. | #define RLIM2NUM(v) ULL2NUM(v)
  18215. | #define NUM2RLIM(v) NUM2ULL(v)
  18216. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  18217. | #define rb_off_t off_t
  18218. | #define SIGNEDNESS_OF_OFF_T -1
  18219. | #define OFFT2NUM(v) LL2NUM(v)
  18220. | #define NUM2OFFT(v) NUM2LL(v)
  18221. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  18222. | #define rb_clockid_t int
  18223. | #define SIGNEDNESS_OF_CLOCKID_T -1
  18224. | #define CLOCKID2NUM(v) INT2NUM(v)
  18225. | #define NUM2CLOCKID(v) NUM2INT(v)
  18226. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  18227. | #define HAVE_PROTOTYPES 1
  18228. | #define TOKEN_PASTE(x,y) x##y
  18229. | #define STRINGIZE(expr) STRINGIZE0(expr)
  18230. | #define HAVE_STDARG_PROTOTYPES 1
  18231. | #define HAVE_VA_ARGS_MACRO 1
  18232. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  18233. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  18234. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  18235. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  18236. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  18237. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  18238. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  18239. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  18240. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  18241. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  18242. | #define WEAK(x) __attribute__ ((__weak__)) x
  18243. | #define HAVE_FUNC_WEAK 1
  18244. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  18245. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  18246. | #define HAVE_GCC_SYNC_BUILTINS 1
  18247. | #define UNREACHABLE __builtin_unreachable()
  18248. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  18249. | #define RUBY_FUNCTION_NAME_STRING __func__
  18250. | #define ENUM_OVER_INT 1
  18251. | #define HAVE_DECL_SYS_NERR 1
  18252. | #define HAVE_DECL_GETENV 1
  18253. | #define SIZEOF_SIZE_T 8
  18254. | #define SIZEOF_PTRDIFF_T 8
  18255. | #define PRI_SIZE_PREFIX "z"
  18256. | #define PRI_PTRDIFF_PREFIX "t"
  18257. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  18258. | #define HAVE_ST_BLKSIZE 1
  18259. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  18260. | #define HAVE_ST_BLOCKS 1
  18261. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  18262. | #define HAVE_ST_RDEV 1
  18263. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  18264. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  18265. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  18266. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  18267. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  18268. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  18269. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  18270. | #define HAVE_STRUCT_TIMEVAL 1
  18271. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  18272. | #define HAVE_STRUCT_TIMESPEC 1
  18273. | #define HAVE_STRUCT_TIMEZONE 1
  18274. | #define HAVE_RB_FD_INIT 1
  18275. | #define HAVE_INT8_T 1
  18276. | #define SIZEOF_INT8_T 1
  18277. | #define HAVE_UINT8_T 1
  18278. | #define SIZEOF_UINT8_T 1
  18279. | #define HAVE_INT16_T 1
  18280. | #define SIZEOF_INT16_T 2
  18281. | #define HAVE_UINT16_T 1
  18282. | #define SIZEOF_UINT16_T 2
  18283. | #define HAVE_INT32_T 1
  18284. | #define SIZEOF_INT32_T 4
  18285. | #define HAVE_UINT32_T 1
  18286. | #define SIZEOF_UINT32_T 4
  18287. | #define HAVE_INT64_T 1
  18288. | #define SIZEOF_INT64_T 8
  18289. | #define HAVE_UINT64_T 1
  18290. | #define SIZEOF_UINT64_T 8
  18291. | #define HAVE_INT128_T 1
  18292. | #define int128_t __int128
  18293. | #define SIZEOF_INT128_T SIZEOF___INT128
  18294. | #define HAVE_UINT128_T 1
  18295. | #define uint128_t unsigned __int128
  18296. | #define SIZEOF_UINT128_T SIZEOF___INT128
  18297. | #define HAVE_INTPTR_T 1
  18298. | #define SIZEOF_INTPTR_T 8
  18299. | #define HAVE_UINTPTR_T 1
  18300. | #define SIZEOF_UINTPTR_T 8
  18301. | #define HAVE_SSIZE_T 1
  18302. | #define SIZEOF_SSIZE_T 8
  18303. | #define GETGROUPS_T gid_t
  18304. | #define RETSIGTYPE void
  18305. | #define HAVE_ALLOCA_H 1
  18306. | #define HAVE_ALLOCA 1
  18307. | #define HAVE_ACOSH 1
  18308. | #define HAVE_CBRT 1
  18309. | #define HAVE_CRYPT 1
  18310. | #define HAVE_DUP2 1
  18311. | #define HAVE_ERF 1
  18312. | #define HAVE_FFS 1
  18313. | #define HAVE_FINITE 1
  18314. | #define HAVE_FLOCK 1
  18315. | #define HAVE_HYPOT 1
  18316. | #define HAVE_ISINF 1
  18317. | #define HAVE_ISNAN 1
  18318. | #define HAVE_LGAMMA_R 1
  18319. | #define HAVE_MEMMOVE 1
  18320. | #define HAVE_NEXTAFTER 1
  18321. | /* end confdefs.h. */
  18322. | /* Define setproctitle to an innocuous variant, in case <limits.h> declares setproctitle.
  18323. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  18324. | #define setproctitle innocuous_setproctitle
  18325. |
  18326. | /* System header to define __stub macros and hopefully few prototypes,
  18327. | which can conflict with char setproctitle (); below.
  18328. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  18329. | <limits.h> exists even on freestanding compilers. */
  18330. |
  18331. | #ifdef __STDC__
  18332. | # include <limits.h>
  18333. | #else
  18334. | # include <assert.h>
  18335. | #endif
  18336. |
  18337. | #undef setproctitle
  18338. |
  18339. | /* Override any GCC internal prototype to avoid an error.
  18340. | Use char because int might match the return type of a GCC
  18341. | builtin and then its argument prototype would still apply. */
  18342. | #ifdef __cplusplus
  18343. | extern "C"
  18344. | #endif
  18345. | char setproctitle ();
  18346. | /* The GNU C library defines this for functions which it implements
  18347. | to always fail with ENOSYS. Some functions are actually named
  18348. | something starting with __ and the normal name is an alias. */
  18349. | #if defined __stub_setproctitle || defined __stub___setproctitle
  18350. | choke me
  18351. | #endif
  18352. |
  18353. | int
  18354. | main ()
  18355. | {
  18356. | return setproctitle ();
  18357. | ;
  18358. | return 0;
  18359. | }
  18360. configure:20181: result: no
  18361. configure:20195: checking for strchr
  18362. configure:20195: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  18363. conftest.c:239:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
  18364. char strchr ();
  18365. ^
  18366. conftest.c:239:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
  18367. 1 warning generated.
  18368. configure:20195: $? = 0
  18369. configure:20195: result: yes
  18370. configure:20209: checking for strerror
  18371. configure:20209: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  18372. conftest.c:240:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
  18373. char strerror ();
  18374. ^
  18375. conftest.c:240:6: note: 'strerror' is a builtin with type 'char *(int)'
  18376. 1 warning generated.
  18377. configure:20209: $? = 0
  18378. configure:20209: result: yes
  18379. configure:20223: checking for strlcat
  18380. configure:20223: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  18381. conftest.c:241:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
  18382. char strlcat ();
  18383. ^
  18384. conftest.c:241:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
  18385. 1 warning generated.
  18386. configure:20223: $? = 0
  18387. configure:20223: result: yes
  18388. configure:20237: checking for strlcpy
  18389. configure:20237: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  18390. conftest.c:242:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
  18391. char strlcpy ();
  18392. ^
  18393. conftest.c:242:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
  18394. 1 warning generated.
  18395. configure:20237: $? = 0
  18396. configure:20237: result: yes
  18397. configure:20251: checking for strstr
  18398. configure:20251: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  18399. conftest.c:243:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]
  18400. char strstr ();
  18401. ^
  18402. conftest.c:243:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
  18403. 1 warning generated.
  18404. configure:20251: $? = 0
  18405. configure:20251: result: yes
  18406. configure:20265: checking for tgamma
  18407. configure:20265: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  18408. conftest.c:244:6: warning: incompatible redeclaration of library function 'tgamma' [-Wincompatible-library-redeclaration]
  18409. char tgamma ();
  18410. ^
  18411. conftest.c:244:6: note: 'tgamma' is a builtin with type 'double (double)'
  18412. 1 warning generated.
  18413. configure:20265: $? = 0
  18414. configure:20265: result: yes
  18415. configure:20293: checking sys/pstat.h usability
  18416. configure:20293: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  18417. conftest.c:256:10: fatal error: 'sys/pstat.h' file not found
  18418. #include <sys/pstat.h>
  18419. ^
  18420. 1 error generated.
  18421. configure:20293: $? = 1
  18422. configure: failed program was:
  18423. | /* confdefs.h */
  18424. | #define PACKAGE_NAME ""
  18425. | #define PACKAGE_TARNAME ""
  18426. | #define PACKAGE_VERSION ""
  18427. | #define PACKAGE_STRING ""
  18428. | #define PACKAGE_BUGREPORT ""
  18429. | #define PACKAGE_URL ""
  18430. | #define CANONICALIZATION_FOR_MATHN 1
  18431. | #define STDC_HEADERS 1
  18432. | #define HAVE_SYS_TYPES_H 1
  18433. | #define HAVE_SYS_STAT_H 1
  18434. | #define HAVE_STDLIB_H 1
  18435. | #define HAVE_STRING_H 1
  18436. | #define HAVE_MEMORY_H 1
  18437. | #define HAVE_STRINGS_H 1
  18438. | #define HAVE_INTTYPES_H 1
  18439. | #define HAVE_STDINT_H 1
  18440. | #define HAVE_UNISTD_H 1
  18441. | #define __EXTENSIONS__ 1
  18442. | #define _ALL_SOURCE 1
  18443. | #define _GNU_SOURCE 1
  18444. | #define _POSIX_PTHREAD_SEMANTICS 1
  18445. | #define _TANDEM_SOURCE 1
  18446. | #define HAVE_INFINITY 1
  18447. | #define HAVE_NAN 1
  18448. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  18449. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  18450. | #define BROKEN_CRYPT 1
  18451. | #define HAVE_CRT_EXTERNS_H 1
  18452. | #define HAVE_LIBDL 1
  18453. | #define HAVE_DIRENT_H 1
  18454. | #define HAVE__BOOL 1
  18455. | #define HAVE_STDBOOL_H 1
  18456. | #define HAVE_SYS_WAIT_H 1
  18457. | #define HAVE_GRP_H 1
  18458. | #define HAVE_FCNTL_H 1
  18459. | #define HAVE_FLOAT_H 1
  18460. | #define HAVE_LANGINFO_H 1
  18461. | #define HAVE_LIMITS_H 1
  18462. | #define HAVE_LOCALE_H 1
  18463. | #define HAVE_MALLOC_MALLOC_H 1
  18464. | #define HAVE_PWD_H 1
  18465. | #define HAVE_SYS_ATTR_H 1
  18466. | #define HAVE_SYS_FCNTL_H 1
  18467. | #define HAVE_SYS_FILE_H 1
  18468. | #define HAVE_SYS_IOCTL_H 1
  18469. | #define HAVE_SYS_PARAM_H 1
  18470. | #define HAVE_SYS_RESOURCE_H 1
  18471. | #define HAVE_SYS_SELECT_H 1
  18472. | #define HAVE_SYS_SOCKET_H 1
  18473. | #define HAVE_SYS_SYSCALL_H 1
  18474. | #define HAVE_SYS_TIME_H 1
  18475. | #define HAVE_SYS_TIMES_H 1
  18476. | #define HAVE_SYS_UIO_H 1
  18477. | #define HAVE_TIME_H 1
  18478. | #define HAVE_UCONTEXT_H 1
  18479. | #define HAVE_UTIME_H 1
  18480. | #define HAVE_TYPEOF 1
  18481. | #define HAVE_LONG_LONG 1
  18482. | #define HAVE_OFF_T 1
  18483. | #define SIZEOF_INT 4
  18484. | #define SIZEOF_SHORT 2
  18485. | #define SIZEOF_LONG 8
  18486. | #define SIZEOF_LONG_LONG 8
  18487. | #define SIZEOF___INT64 0
  18488. | #define SIZEOF___INT128 16
  18489. | #define SIZEOF_OFF_T 8
  18490. | #define SIZEOF_VOIDP 8
  18491. | #define SIZEOF_FLOAT 4
  18492. | #define SIZEOF_DOUBLE 8
  18493. | #define SIZEOF_TIME_T 8
  18494. | #define SIZEOF_CLOCK_T 8
  18495. | #define PACKED_STRUCT(x) x __attribute__((packed))
  18496. | #define PACKED_STRUCT_UNALIGNED(x) x
  18497. | #define PRI_LL_PREFIX "ll"
  18498. | #define rb_pid_t pid_t
  18499. | #define SIGNEDNESS_OF_PID_T -1
  18500. | #define PIDT2NUM(v) INT2NUM(v)
  18501. | #define NUM2PIDT(v) NUM2INT(v)
  18502. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  18503. | #define rb_uid_t uid_t
  18504. | #define SIGNEDNESS_OF_UID_T +1
  18505. | #define UIDT2NUM(v) UINT2NUM(v)
  18506. | #define NUM2UIDT(v) NUM2UINT(v)
  18507. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  18508. | #define rb_gid_t gid_t
  18509. | #define SIGNEDNESS_OF_GID_T +1
  18510. | #define GIDT2NUM(v) UINT2NUM(v)
  18511. | #define NUM2GIDT(v) NUM2UINT(v)
  18512. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  18513. | #define rb_time_t time_t
  18514. | #define SIGNEDNESS_OF_TIME_T -1
  18515. | #define TIMET2NUM(v) LONG2NUM(v)
  18516. | #define NUM2TIMET(v) NUM2LONG(v)
  18517. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  18518. | #define rb_dev_t dev_t
  18519. | #define SIGNEDNESS_OF_DEV_T -1
  18520. | #define DEVT2NUM(v) INT2NUM(v)
  18521. | #define NUM2DEVT(v) NUM2INT(v)
  18522. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  18523. | #define rb_mode_t mode_t
  18524. | #define SIGNEDNESS_OF_MODE_T +1
  18525. | #define MODET2NUM(v) UINT2NUM(v)
  18526. | #define NUM2MODET(v) NUM2UINT(v)
  18527. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  18528. | #define rb_rlim_t rlim_t
  18529. | #define SIGNEDNESS_OF_RLIM_T +1
  18530. | #define RLIM2NUM(v) ULL2NUM(v)
  18531. | #define NUM2RLIM(v) NUM2ULL(v)
  18532. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  18533. | #define rb_off_t off_t
  18534. | #define SIGNEDNESS_OF_OFF_T -1
  18535. | #define OFFT2NUM(v) LL2NUM(v)
  18536. | #define NUM2OFFT(v) NUM2LL(v)
  18537. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  18538. | #define rb_clockid_t int
  18539. | #define SIGNEDNESS_OF_CLOCKID_T -1
  18540. | #define CLOCKID2NUM(v) INT2NUM(v)
  18541. | #define NUM2CLOCKID(v) NUM2INT(v)
  18542. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  18543. | #define HAVE_PROTOTYPES 1
  18544. | #define TOKEN_PASTE(x,y) x##y
  18545. | #define STRINGIZE(expr) STRINGIZE0(expr)
  18546. | #define HAVE_STDARG_PROTOTYPES 1
  18547. | #define HAVE_VA_ARGS_MACRO 1
  18548. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  18549. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  18550. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  18551. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  18552. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  18553. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  18554. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  18555. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  18556. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  18557. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  18558. | #define WEAK(x) __attribute__ ((__weak__)) x
  18559. | #define HAVE_FUNC_WEAK 1
  18560. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  18561. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  18562. | #define HAVE_GCC_SYNC_BUILTINS 1
  18563. | #define UNREACHABLE __builtin_unreachable()
  18564. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  18565. | #define RUBY_FUNCTION_NAME_STRING __func__
  18566. | #define ENUM_OVER_INT 1
  18567. | #define HAVE_DECL_SYS_NERR 1
  18568. | #define HAVE_DECL_GETENV 1
  18569. | #define SIZEOF_SIZE_T 8
  18570. | #define SIZEOF_PTRDIFF_T 8
  18571. | #define PRI_SIZE_PREFIX "z"
  18572. | #define PRI_PTRDIFF_PREFIX "t"
  18573. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  18574. | #define HAVE_ST_BLKSIZE 1
  18575. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  18576. | #define HAVE_ST_BLOCKS 1
  18577. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  18578. | #define HAVE_ST_RDEV 1
  18579. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  18580. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  18581. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  18582. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  18583. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  18584. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  18585. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  18586. | #define HAVE_STRUCT_TIMEVAL 1
  18587. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  18588. | #define HAVE_STRUCT_TIMESPEC 1
  18589. | #define HAVE_STRUCT_TIMEZONE 1
  18590. | #define HAVE_RB_FD_INIT 1
  18591. | #define HAVE_INT8_T 1
  18592. | #define SIZEOF_INT8_T 1
  18593. | #define HAVE_UINT8_T 1
  18594. | #define SIZEOF_UINT8_T 1
  18595. | #define HAVE_INT16_T 1
  18596. | #define SIZEOF_INT16_T 2
  18597. | #define HAVE_UINT16_T 1
  18598. | #define SIZEOF_UINT16_T 2
  18599. | #define HAVE_INT32_T 1
  18600. | #define SIZEOF_INT32_T 4
  18601. | #define HAVE_UINT32_T 1
  18602. | #define SIZEOF_UINT32_T 4
  18603. | #define HAVE_INT64_T 1
  18604. | #define SIZEOF_INT64_T 8
  18605. | #define HAVE_UINT64_T 1
  18606. | #define SIZEOF_UINT64_T 8
  18607. | #define HAVE_INT128_T 1
  18608. | #define int128_t __int128
  18609. | #define SIZEOF_INT128_T SIZEOF___INT128
  18610. | #define HAVE_UINT128_T 1
  18611. | #define uint128_t unsigned __int128
  18612. | #define SIZEOF_UINT128_T SIZEOF___INT128
  18613. | #define HAVE_INTPTR_T 1
  18614. | #define SIZEOF_INTPTR_T 8
  18615. | #define HAVE_UINTPTR_T 1
  18616. | #define SIZEOF_UINTPTR_T 8
  18617. | #define HAVE_SSIZE_T 1
  18618. | #define SIZEOF_SSIZE_T 8
  18619. | #define GETGROUPS_T gid_t
  18620. | #define RETSIGTYPE void
  18621. | #define HAVE_ALLOCA_H 1
  18622. | #define HAVE_ALLOCA 1
  18623. | #define HAVE_ACOSH 1
  18624. | #define HAVE_CBRT 1
  18625. | #define HAVE_CRYPT 1
  18626. | #define HAVE_DUP2 1
  18627. | #define HAVE_ERF 1
  18628. | #define HAVE_FFS 1
  18629. | #define HAVE_FINITE 1
  18630. | #define HAVE_FLOCK 1
  18631. | #define HAVE_HYPOT 1
  18632. | #define HAVE_ISINF 1
  18633. | #define HAVE_ISNAN 1
  18634. | #define HAVE_LGAMMA_R 1
  18635. | #define HAVE_MEMMOVE 1
  18636. | #define HAVE_NEXTAFTER 1
  18637. | #define HAVE_STRCHR 1
  18638. | #define HAVE_STRERROR 1
  18639. | #define HAVE_STRLCAT 1
  18640. | #define HAVE_STRLCPY 1
  18641. | #define HAVE_STRSTR 1
  18642. | #define HAVE_TGAMMA 1
  18643. | #define SPT_TYPE SPT_REUSEARGV
  18644. | /* end confdefs.h. */
  18645. | #include <stdio.h>
  18646. | #ifdef HAVE_SYS_TYPES_H
  18647. | # include <sys/types.h>
  18648. | #endif
  18649. | #ifdef HAVE_SYS_STAT_H
  18650. | # include <sys/stat.h>
  18651. | #endif
  18652. | #ifdef STDC_HEADERS
  18653. | # include <stdlib.h>
  18654. | # include <stddef.h>
  18655. | #else
  18656. | # ifdef HAVE_STDLIB_H
  18657. | # include <stdlib.h>
  18658. | # endif
  18659. | #endif
  18660. | #ifdef HAVE_STRING_H
  18661. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  18662. | # include <memory.h>
  18663. | # endif
  18664. | # include <string.h>
  18665. | #endif
  18666. | #ifdef HAVE_STRINGS_H
  18667. | # include <strings.h>
  18668. | #endif
  18669. | #ifdef HAVE_INTTYPES_H
  18670. | # include <inttypes.h>
  18671. | #endif
  18672. | #ifdef HAVE_STDINT_H
  18673. | # include <stdint.h>
  18674. | #endif
  18675. | #ifdef HAVE_UNISTD_H
  18676. | # include <unistd.h>
  18677. | #endif
  18678. | #include <sys/pstat.h>
  18679. configure:20293: result: no
  18680. configure:20293: checking sys/pstat.h presence
  18681. configure:20293: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  18682. conftest.c:223:10: fatal error: 'sys/pstat.h' file not found
  18683. #include <sys/pstat.h>
  18684. ^
  18685. 1 error generated.
  18686. configure:20293: $? = 1
  18687. configure: failed program was:
  18688. | /* confdefs.h */
  18689. | #define PACKAGE_NAME ""
  18690. | #define PACKAGE_TARNAME ""
  18691. | #define PACKAGE_VERSION ""
  18692. | #define PACKAGE_STRING ""
  18693. | #define PACKAGE_BUGREPORT ""
  18694. | #define PACKAGE_URL ""
  18695. | #define CANONICALIZATION_FOR_MATHN 1
  18696. | #define STDC_HEADERS 1
  18697. | #define HAVE_SYS_TYPES_H 1
  18698. | #define HAVE_SYS_STAT_H 1
  18699. | #define HAVE_STDLIB_H 1
  18700. | #define HAVE_STRING_H 1
  18701. | #define HAVE_MEMORY_H 1
  18702. | #define HAVE_STRINGS_H 1
  18703. | #define HAVE_INTTYPES_H 1
  18704. | #define HAVE_STDINT_H 1
  18705. | #define HAVE_UNISTD_H 1
  18706. | #define __EXTENSIONS__ 1
  18707. | #define _ALL_SOURCE 1
  18708. | #define _GNU_SOURCE 1
  18709. | #define _POSIX_PTHREAD_SEMANTICS 1
  18710. | #define _TANDEM_SOURCE 1
  18711. | #define HAVE_INFINITY 1
  18712. | #define HAVE_NAN 1
  18713. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  18714. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  18715. | #define BROKEN_CRYPT 1
  18716. | #define HAVE_CRT_EXTERNS_H 1
  18717. | #define HAVE_LIBDL 1
  18718. | #define HAVE_DIRENT_H 1
  18719. | #define HAVE__BOOL 1
  18720. | #define HAVE_STDBOOL_H 1
  18721. | #define HAVE_SYS_WAIT_H 1
  18722. | #define HAVE_GRP_H 1
  18723. | #define HAVE_FCNTL_H 1
  18724. | #define HAVE_FLOAT_H 1
  18725. | #define HAVE_LANGINFO_H 1
  18726. | #define HAVE_LIMITS_H 1
  18727. | #define HAVE_LOCALE_H 1
  18728. | #define HAVE_MALLOC_MALLOC_H 1
  18729. | #define HAVE_PWD_H 1
  18730. | #define HAVE_SYS_ATTR_H 1
  18731. | #define HAVE_SYS_FCNTL_H 1
  18732. | #define HAVE_SYS_FILE_H 1
  18733. | #define HAVE_SYS_IOCTL_H 1
  18734. | #define HAVE_SYS_PARAM_H 1
  18735. | #define HAVE_SYS_RESOURCE_H 1
  18736. | #define HAVE_SYS_SELECT_H 1
  18737. | #define HAVE_SYS_SOCKET_H 1
  18738. | #define HAVE_SYS_SYSCALL_H 1
  18739. | #define HAVE_SYS_TIME_H 1
  18740. | #define HAVE_SYS_TIMES_H 1
  18741. | #define HAVE_SYS_UIO_H 1
  18742. | #define HAVE_TIME_H 1
  18743. | #define HAVE_UCONTEXT_H 1
  18744. | #define HAVE_UTIME_H 1
  18745. | #define HAVE_TYPEOF 1
  18746. | #define HAVE_LONG_LONG 1
  18747. | #define HAVE_OFF_T 1
  18748. | #define SIZEOF_INT 4
  18749. | #define SIZEOF_SHORT 2
  18750. | #define SIZEOF_LONG 8
  18751. | #define SIZEOF_LONG_LONG 8
  18752. | #define SIZEOF___INT64 0
  18753. | #define SIZEOF___INT128 16
  18754. | #define SIZEOF_OFF_T 8
  18755. | #define SIZEOF_VOIDP 8
  18756. | #define SIZEOF_FLOAT 4
  18757. | #define SIZEOF_DOUBLE 8
  18758. | #define SIZEOF_TIME_T 8
  18759. | #define SIZEOF_CLOCK_T 8
  18760. | #define PACKED_STRUCT(x) x __attribute__((packed))
  18761. | #define PACKED_STRUCT_UNALIGNED(x) x
  18762. | #define PRI_LL_PREFIX "ll"
  18763. | #define rb_pid_t pid_t
  18764. | #define SIGNEDNESS_OF_PID_T -1
  18765. | #define PIDT2NUM(v) INT2NUM(v)
  18766. | #define NUM2PIDT(v) NUM2INT(v)
  18767. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  18768. | #define rb_uid_t uid_t
  18769. | #define SIGNEDNESS_OF_UID_T +1
  18770. | #define UIDT2NUM(v) UINT2NUM(v)
  18771. | #define NUM2UIDT(v) NUM2UINT(v)
  18772. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  18773. | #define rb_gid_t gid_t
  18774. | #define SIGNEDNESS_OF_GID_T +1
  18775. | #define GIDT2NUM(v) UINT2NUM(v)
  18776. | #define NUM2GIDT(v) NUM2UINT(v)
  18777. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  18778. | #define rb_time_t time_t
  18779. | #define SIGNEDNESS_OF_TIME_T -1
  18780. | #define TIMET2NUM(v) LONG2NUM(v)
  18781. | #define NUM2TIMET(v) NUM2LONG(v)
  18782. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  18783. | #define rb_dev_t dev_t
  18784. | #define SIGNEDNESS_OF_DEV_T -1
  18785. | #define DEVT2NUM(v) INT2NUM(v)
  18786. | #define NUM2DEVT(v) NUM2INT(v)
  18787. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  18788. | #define rb_mode_t mode_t
  18789. | #define SIGNEDNESS_OF_MODE_T +1
  18790. | #define MODET2NUM(v) UINT2NUM(v)
  18791. | #define NUM2MODET(v) NUM2UINT(v)
  18792. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  18793. | #define rb_rlim_t rlim_t
  18794. | #define SIGNEDNESS_OF_RLIM_T +1
  18795. | #define RLIM2NUM(v) ULL2NUM(v)
  18796. | #define NUM2RLIM(v) NUM2ULL(v)
  18797. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  18798. | #define rb_off_t off_t
  18799. | #define SIGNEDNESS_OF_OFF_T -1
  18800. | #define OFFT2NUM(v) LL2NUM(v)
  18801. | #define NUM2OFFT(v) NUM2LL(v)
  18802. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  18803. | #define rb_clockid_t int
  18804. | #define SIGNEDNESS_OF_CLOCKID_T -1
  18805. | #define CLOCKID2NUM(v) INT2NUM(v)
  18806. | #define NUM2CLOCKID(v) NUM2INT(v)
  18807. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  18808. | #define HAVE_PROTOTYPES 1
  18809. | #define TOKEN_PASTE(x,y) x##y
  18810. | #define STRINGIZE(expr) STRINGIZE0(expr)
  18811. | #define HAVE_STDARG_PROTOTYPES 1
  18812. | #define HAVE_VA_ARGS_MACRO 1
  18813. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  18814. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  18815. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  18816. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  18817. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  18818. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  18819. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  18820. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  18821. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  18822. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  18823. | #define WEAK(x) __attribute__ ((__weak__)) x
  18824. | #define HAVE_FUNC_WEAK 1
  18825. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  18826. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  18827. | #define HAVE_GCC_SYNC_BUILTINS 1
  18828. | #define UNREACHABLE __builtin_unreachable()
  18829. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  18830. | #define RUBY_FUNCTION_NAME_STRING __func__
  18831. | #define ENUM_OVER_INT 1
  18832. | #define HAVE_DECL_SYS_NERR 1
  18833. | #define HAVE_DECL_GETENV 1
  18834. | #define SIZEOF_SIZE_T 8
  18835. | #define SIZEOF_PTRDIFF_T 8
  18836. | #define PRI_SIZE_PREFIX "z"
  18837. | #define PRI_PTRDIFF_PREFIX "t"
  18838. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  18839. | #define HAVE_ST_BLKSIZE 1
  18840. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  18841. | #define HAVE_ST_BLOCKS 1
  18842. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  18843. | #define HAVE_ST_RDEV 1
  18844. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  18845. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  18846. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  18847. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  18848. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  18849. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  18850. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  18851. | #define HAVE_STRUCT_TIMEVAL 1
  18852. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  18853. | #define HAVE_STRUCT_TIMESPEC 1
  18854. | #define HAVE_STRUCT_TIMEZONE 1
  18855. | #define HAVE_RB_FD_INIT 1
  18856. | #define HAVE_INT8_T 1
  18857. | #define SIZEOF_INT8_T 1
  18858. | #define HAVE_UINT8_T 1
  18859. | #define SIZEOF_UINT8_T 1
  18860. | #define HAVE_INT16_T 1
  18861. | #define SIZEOF_INT16_T 2
  18862. | #define HAVE_UINT16_T 1
  18863. | #define SIZEOF_UINT16_T 2
  18864. | #define HAVE_INT32_T 1
  18865. | #define SIZEOF_INT32_T 4
  18866. | #define HAVE_UINT32_T 1
  18867. | #define SIZEOF_UINT32_T 4
  18868. | #define HAVE_INT64_T 1
  18869. | #define SIZEOF_INT64_T 8
  18870. | #define HAVE_UINT64_T 1
  18871. | #define SIZEOF_UINT64_T 8
  18872. | #define HAVE_INT128_T 1
  18873. | #define int128_t __int128
  18874. | #define SIZEOF_INT128_T SIZEOF___INT128
  18875. | #define HAVE_UINT128_T 1
  18876. | #define uint128_t unsigned __int128
  18877. | #define SIZEOF_UINT128_T SIZEOF___INT128
  18878. | #define HAVE_INTPTR_T 1
  18879. | #define SIZEOF_INTPTR_T 8
  18880. | #define HAVE_UINTPTR_T 1
  18881. | #define SIZEOF_UINTPTR_T 8
  18882. | #define HAVE_SSIZE_T 1
  18883. | #define SIZEOF_SSIZE_T 8
  18884. | #define GETGROUPS_T gid_t
  18885. | #define RETSIGTYPE void
  18886. | #define HAVE_ALLOCA_H 1
  18887. | #define HAVE_ALLOCA 1
  18888. | #define HAVE_ACOSH 1
  18889. | #define HAVE_CBRT 1
  18890. | #define HAVE_CRYPT 1
  18891. | #define HAVE_DUP2 1
  18892. | #define HAVE_ERF 1
  18893. | #define HAVE_FFS 1
  18894. | #define HAVE_FINITE 1
  18895. | #define HAVE_FLOCK 1
  18896. | #define HAVE_HYPOT 1
  18897. | #define HAVE_ISINF 1
  18898. | #define HAVE_ISNAN 1
  18899. | #define HAVE_LGAMMA_R 1
  18900. | #define HAVE_MEMMOVE 1
  18901. | #define HAVE_NEXTAFTER 1
  18902. | #define HAVE_STRCHR 1
  18903. | #define HAVE_STRERROR 1
  18904. | #define HAVE_STRLCAT 1
  18905. | #define HAVE_STRLCPY 1
  18906. | #define HAVE_STRSTR 1
  18907. | #define HAVE_TGAMMA 1
  18908. | #define SPT_TYPE SPT_REUSEARGV
  18909. | /* end confdefs.h. */
  18910. | #include <sys/pstat.h>
  18911. configure:20293: result: no
  18912. configure:20293: checking for sys/pstat.h
  18913. configure:20293: result: no
  18914. configure:20305: checking for signbit
  18915. configure:20323: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  18916. configure:20323: $? = 0
  18917. configure:20331: result: yes
  18918. configure:20345: checking for broken memmem
  18919. configure:20377: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  18920. configure:20377: $? = 0
  18921. configure:20377: ./conftest
  18922. configure:20377: $? = 1
  18923. configure: program exited with status 1
  18924. configure: failed program was:
  18925. | /* confdefs.h */
  18926. | #define PACKAGE_NAME ""
  18927. | #define PACKAGE_TARNAME ""
  18928. | #define PACKAGE_VERSION ""
  18929. | #define PACKAGE_STRING ""
  18930. | #define PACKAGE_BUGREPORT ""
  18931. | #define PACKAGE_URL ""
  18932. | #define CANONICALIZATION_FOR_MATHN 1
  18933. | #define STDC_HEADERS 1
  18934. | #define HAVE_SYS_TYPES_H 1
  18935. | #define HAVE_SYS_STAT_H 1
  18936. | #define HAVE_STDLIB_H 1
  18937. | #define HAVE_STRING_H 1
  18938. | #define HAVE_MEMORY_H 1
  18939. | #define HAVE_STRINGS_H 1
  18940. | #define HAVE_INTTYPES_H 1
  18941. | #define HAVE_STDINT_H 1
  18942. | #define HAVE_UNISTD_H 1
  18943. | #define __EXTENSIONS__ 1
  18944. | #define _ALL_SOURCE 1
  18945. | #define _GNU_SOURCE 1
  18946. | #define _POSIX_PTHREAD_SEMANTICS 1
  18947. | #define _TANDEM_SOURCE 1
  18948. | #define HAVE_INFINITY 1
  18949. | #define HAVE_NAN 1
  18950. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  18951. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  18952. | #define BROKEN_CRYPT 1
  18953. | #define HAVE_CRT_EXTERNS_H 1
  18954. | #define HAVE_LIBDL 1
  18955. | #define HAVE_DIRENT_H 1
  18956. | #define HAVE__BOOL 1
  18957. | #define HAVE_STDBOOL_H 1
  18958. | #define HAVE_SYS_WAIT_H 1
  18959. | #define HAVE_GRP_H 1
  18960. | #define HAVE_FCNTL_H 1
  18961. | #define HAVE_FLOAT_H 1
  18962. | #define HAVE_LANGINFO_H 1
  18963. | #define HAVE_LIMITS_H 1
  18964. | #define HAVE_LOCALE_H 1
  18965. | #define HAVE_MALLOC_MALLOC_H 1
  18966. | #define HAVE_PWD_H 1
  18967. | #define HAVE_SYS_ATTR_H 1
  18968. | #define HAVE_SYS_FCNTL_H 1
  18969. | #define HAVE_SYS_FILE_H 1
  18970. | #define HAVE_SYS_IOCTL_H 1
  18971. | #define HAVE_SYS_PARAM_H 1
  18972. | #define HAVE_SYS_RESOURCE_H 1
  18973. | #define HAVE_SYS_SELECT_H 1
  18974. | #define HAVE_SYS_SOCKET_H 1
  18975. | #define HAVE_SYS_SYSCALL_H 1
  18976. | #define HAVE_SYS_TIME_H 1
  18977. | #define HAVE_SYS_TIMES_H 1
  18978. | #define HAVE_SYS_UIO_H 1
  18979. | #define HAVE_TIME_H 1
  18980. | #define HAVE_UCONTEXT_H 1
  18981. | #define HAVE_UTIME_H 1
  18982. | #define HAVE_TYPEOF 1
  18983. | #define HAVE_LONG_LONG 1
  18984. | #define HAVE_OFF_T 1
  18985. | #define SIZEOF_INT 4
  18986. | #define SIZEOF_SHORT 2
  18987. | #define SIZEOF_LONG 8
  18988. | #define SIZEOF_LONG_LONG 8
  18989. | #define SIZEOF___INT64 0
  18990. | #define SIZEOF___INT128 16
  18991. | #define SIZEOF_OFF_T 8
  18992. | #define SIZEOF_VOIDP 8
  18993. | #define SIZEOF_FLOAT 4
  18994. | #define SIZEOF_DOUBLE 8
  18995. | #define SIZEOF_TIME_T 8
  18996. | #define SIZEOF_CLOCK_T 8
  18997. | #define PACKED_STRUCT(x) x __attribute__((packed))
  18998. | #define PACKED_STRUCT_UNALIGNED(x) x
  18999. | #define PRI_LL_PREFIX "ll"
  19000. | #define rb_pid_t pid_t
  19001. | #define SIGNEDNESS_OF_PID_T -1
  19002. | #define PIDT2NUM(v) INT2NUM(v)
  19003. | #define NUM2PIDT(v) NUM2INT(v)
  19004. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  19005. | #define rb_uid_t uid_t
  19006. | #define SIGNEDNESS_OF_UID_T +1
  19007. | #define UIDT2NUM(v) UINT2NUM(v)
  19008. | #define NUM2UIDT(v) NUM2UINT(v)
  19009. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  19010. | #define rb_gid_t gid_t
  19011. | #define SIGNEDNESS_OF_GID_T +1
  19012. | #define GIDT2NUM(v) UINT2NUM(v)
  19013. | #define NUM2GIDT(v) NUM2UINT(v)
  19014. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  19015. | #define rb_time_t time_t
  19016. | #define SIGNEDNESS_OF_TIME_T -1
  19017. | #define TIMET2NUM(v) LONG2NUM(v)
  19018. | #define NUM2TIMET(v) NUM2LONG(v)
  19019. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  19020. | #define rb_dev_t dev_t
  19021. | #define SIGNEDNESS_OF_DEV_T -1
  19022. | #define DEVT2NUM(v) INT2NUM(v)
  19023. | #define NUM2DEVT(v) NUM2INT(v)
  19024. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  19025. | #define rb_mode_t mode_t
  19026. | #define SIGNEDNESS_OF_MODE_T +1
  19027. | #define MODET2NUM(v) UINT2NUM(v)
  19028. | #define NUM2MODET(v) NUM2UINT(v)
  19029. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  19030. | #define rb_rlim_t rlim_t
  19031. | #define SIGNEDNESS_OF_RLIM_T +1
  19032. | #define RLIM2NUM(v) ULL2NUM(v)
  19033. | #define NUM2RLIM(v) NUM2ULL(v)
  19034. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  19035. | #define rb_off_t off_t
  19036. | #define SIGNEDNESS_OF_OFF_T -1
  19037. | #define OFFT2NUM(v) LL2NUM(v)
  19038. | #define NUM2OFFT(v) NUM2LL(v)
  19039. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  19040. | #define rb_clockid_t int
  19041. | #define SIGNEDNESS_OF_CLOCKID_T -1
  19042. | #define CLOCKID2NUM(v) INT2NUM(v)
  19043. | #define NUM2CLOCKID(v) NUM2INT(v)
  19044. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  19045. | #define HAVE_PROTOTYPES 1
  19046. | #define TOKEN_PASTE(x,y) x##y
  19047. | #define STRINGIZE(expr) STRINGIZE0(expr)
  19048. | #define HAVE_STDARG_PROTOTYPES 1
  19049. | #define HAVE_VA_ARGS_MACRO 1
  19050. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  19051. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  19052. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  19053. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  19054. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  19055. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  19056. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  19057. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  19058. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  19059. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  19060. | #define WEAK(x) __attribute__ ((__weak__)) x
  19061. | #define HAVE_FUNC_WEAK 1
  19062. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  19063. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  19064. | #define HAVE_GCC_SYNC_BUILTINS 1
  19065. | #define UNREACHABLE __builtin_unreachable()
  19066. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  19067. | #define RUBY_FUNCTION_NAME_STRING __func__
  19068. | #define ENUM_OVER_INT 1
  19069. | #define HAVE_DECL_SYS_NERR 1
  19070. | #define HAVE_DECL_GETENV 1
  19071. | #define SIZEOF_SIZE_T 8
  19072. | #define SIZEOF_PTRDIFF_T 8
  19073. | #define PRI_SIZE_PREFIX "z"
  19074. | #define PRI_PTRDIFF_PREFIX "t"
  19075. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  19076. | #define HAVE_ST_BLKSIZE 1
  19077. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  19078. | #define HAVE_ST_BLOCKS 1
  19079. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  19080. | #define HAVE_ST_RDEV 1
  19081. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  19082. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  19083. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  19084. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  19085. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  19086. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  19087. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  19088. | #define HAVE_STRUCT_TIMEVAL 1
  19089. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  19090. | #define HAVE_STRUCT_TIMESPEC 1
  19091. | #define HAVE_STRUCT_TIMEZONE 1
  19092. | #define HAVE_RB_FD_INIT 1
  19093. | #define HAVE_INT8_T 1
  19094. | #define SIZEOF_INT8_T 1
  19095. | #define HAVE_UINT8_T 1
  19096. | #define SIZEOF_UINT8_T 1
  19097. | #define HAVE_INT16_T 1
  19098. | #define SIZEOF_INT16_T 2
  19099. | #define HAVE_UINT16_T 1
  19100. | #define SIZEOF_UINT16_T 2
  19101. | #define HAVE_INT32_T 1
  19102. | #define SIZEOF_INT32_T 4
  19103. | #define HAVE_UINT32_T 1
  19104. | #define SIZEOF_UINT32_T 4
  19105. | #define HAVE_INT64_T 1
  19106. | #define SIZEOF_INT64_T 8
  19107. | #define HAVE_UINT64_T 1
  19108. | #define SIZEOF_UINT64_T 8
  19109. | #define HAVE_INT128_T 1
  19110. | #define int128_t __int128
  19111. | #define SIZEOF_INT128_T SIZEOF___INT128
  19112. | #define HAVE_UINT128_T 1
  19113. | #define uint128_t unsigned __int128
  19114. | #define SIZEOF_UINT128_T SIZEOF___INT128
  19115. | #define HAVE_INTPTR_T 1
  19116. | #define SIZEOF_INTPTR_T 8
  19117. | #define HAVE_UINTPTR_T 1
  19118. | #define SIZEOF_UINTPTR_T 8
  19119. | #define HAVE_SSIZE_T 1
  19120. | #define SIZEOF_SSIZE_T 8
  19121. | #define GETGROUPS_T gid_t
  19122. | #define RETSIGTYPE void
  19123. | #define HAVE_ALLOCA_H 1
  19124. | #define HAVE_ALLOCA 1
  19125. | #define HAVE_ACOSH 1
  19126. | #define HAVE_CBRT 1
  19127. | #define HAVE_CRYPT 1
  19128. | #define HAVE_DUP2 1
  19129. | #define HAVE_ERF 1
  19130. | #define HAVE_FFS 1
  19131. | #define HAVE_FINITE 1
  19132. | #define HAVE_FLOCK 1
  19133. | #define HAVE_HYPOT 1
  19134. | #define HAVE_ISINF 1
  19135. | #define HAVE_ISNAN 1
  19136. | #define HAVE_LGAMMA_R 1
  19137. | #define HAVE_MEMMOVE 1
  19138. | #define HAVE_NEXTAFTER 1
  19139. | #define HAVE_STRCHR 1
  19140. | #define HAVE_STRERROR 1
  19141. | #define HAVE_STRLCAT 1
  19142. | #define HAVE_STRLCPY 1
  19143. | #define HAVE_STRSTR 1
  19144. | #define HAVE_TGAMMA 1
  19145. | #define SPT_TYPE SPT_REUSEARGV
  19146. | #define HAVE_SIGNBIT 1
  19147. | /* end confdefs.h. */
  19148. |
  19149. | #include <string.h>
  19150. |
  19151. | int
  19152. | main(int argc, char **argv)
  19153. | {
  19154. | const char *str = "hogefugafoobar";
  19155. | const char *rs = "foo";
  19156. | const char *empty = "";
  19157. | char *p;
  19158. |
  19159. | p = memmem(str, strlen(str), rs, strlen(rs));
  19160. | if (p == str+8) {
  19161. | p = memmem(str, strlen(str), empty, strlen(empty));
  19162. | if (p == str)
  19163. | return 0;
  19164. | }
  19165. | return 1;
  19166. | }
  19167. |
  19168. configure:20388: result: yes
  19169. configure:20392: checking for pid_t
  19170. configure:20392: result: yes
  19171. configure:20405: checking vfork.h usability
  19172. configure:20405: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  19173. conftest.c:257:10: fatal error: 'vfork.h' file not found
  19174. #include <vfork.h>
  19175. ^
  19176. 1 error generated.
  19177. configure:20405: $? = 1
  19178. configure: failed program was:
  19179. | /* confdefs.h */
  19180. | #define PACKAGE_NAME ""
  19181. | #define PACKAGE_TARNAME ""
  19182. | #define PACKAGE_VERSION ""
  19183. | #define PACKAGE_STRING ""
  19184. | #define PACKAGE_BUGREPORT ""
  19185. | #define PACKAGE_URL ""
  19186. | #define CANONICALIZATION_FOR_MATHN 1
  19187. | #define STDC_HEADERS 1
  19188. | #define HAVE_SYS_TYPES_H 1
  19189. | #define HAVE_SYS_STAT_H 1
  19190. | #define HAVE_STDLIB_H 1
  19191. | #define HAVE_STRING_H 1
  19192. | #define HAVE_MEMORY_H 1
  19193. | #define HAVE_STRINGS_H 1
  19194. | #define HAVE_INTTYPES_H 1
  19195. | #define HAVE_STDINT_H 1
  19196. | #define HAVE_UNISTD_H 1
  19197. | #define __EXTENSIONS__ 1
  19198. | #define _ALL_SOURCE 1
  19199. | #define _GNU_SOURCE 1
  19200. | #define _POSIX_PTHREAD_SEMANTICS 1
  19201. | #define _TANDEM_SOURCE 1
  19202. | #define HAVE_INFINITY 1
  19203. | #define HAVE_NAN 1
  19204. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  19205. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  19206. | #define BROKEN_CRYPT 1
  19207. | #define HAVE_CRT_EXTERNS_H 1
  19208. | #define HAVE_LIBDL 1
  19209. | #define HAVE_DIRENT_H 1
  19210. | #define HAVE__BOOL 1
  19211. | #define HAVE_STDBOOL_H 1
  19212. | #define HAVE_SYS_WAIT_H 1
  19213. | #define HAVE_GRP_H 1
  19214. | #define HAVE_FCNTL_H 1
  19215. | #define HAVE_FLOAT_H 1
  19216. | #define HAVE_LANGINFO_H 1
  19217. | #define HAVE_LIMITS_H 1
  19218. | #define HAVE_LOCALE_H 1
  19219. | #define HAVE_MALLOC_MALLOC_H 1
  19220. | #define HAVE_PWD_H 1
  19221. | #define HAVE_SYS_ATTR_H 1
  19222. | #define HAVE_SYS_FCNTL_H 1
  19223. | #define HAVE_SYS_FILE_H 1
  19224. | #define HAVE_SYS_IOCTL_H 1
  19225. | #define HAVE_SYS_PARAM_H 1
  19226. | #define HAVE_SYS_RESOURCE_H 1
  19227. | #define HAVE_SYS_SELECT_H 1
  19228. | #define HAVE_SYS_SOCKET_H 1
  19229. | #define HAVE_SYS_SYSCALL_H 1
  19230. | #define HAVE_SYS_TIME_H 1
  19231. | #define HAVE_SYS_TIMES_H 1
  19232. | #define HAVE_SYS_UIO_H 1
  19233. | #define HAVE_TIME_H 1
  19234. | #define HAVE_UCONTEXT_H 1
  19235. | #define HAVE_UTIME_H 1
  19236. | #define HAVE_TYPEOF 1
  19237. | #define HAVE_LONG_LONG 1
  19238. | #define HAVE_OFF_T 1
  19239. | #define SIZEOF_INT 4
  19240. | #define SIZEOF_SHORT 2
  19241. | #define SIZEOF_LONG 8
  19242. | #define SIZEOF_LONG_LONG 8
  19243. | #define SIZEOF___INT64 0
  19244. | #define SIZEOF___INT128 16
  19245. | #define SIZEOF_OFF_T 8
  19246. | #define SIZEOF_VOIDP 8
  19247. | #define SIZEOF_FLOAT 4
  19248. | #define SIZEOF_DOUBLE 8
  19249. | #define SIZEOF_TIME_T 8
  19250. | #define SIZEOF_CLOCK_T 8
  19251. | #define PACKED_STRUCT(x) x __attribute__((packed))
  19252. | #define PACKED_STRUCT_UNALIGNED(x) x
  19253. | #define PRI_LL_PREFIX "ll"
  19254. | #define rb_pid_t pid_t
  19255. | #define SIGNEDNESS_OF_PID_T -1
  19256. | #define PIDT2NUM(v) INT2NUM(v)
  19257. | #define NUM2PIDT(v) NUM2INT(v)
  19258. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  19259. | #define rb_uid_t uid_t
  19260. | #define SIGNEDNESS_OF_UID_T +1
  19261. | #define UIDT2NUM(v) UINT2NUM(v)
  19262. | #define NUM2UIDT(v) NUM2UINT(v)
  19263. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  19264. | #define rb_gid_t gid_t
  19265. | #define SIGNEDNESS_OF_GID_T +1
  19266. | #define GIDT2NUM(v) UINT2NUM(v)
  19267. | #define NUM2GIDT(v) NUM2UINT(v)
  19268. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  19269. | #define rb_time_t time_t
  19270. | #define SIGNEDNESS_OF_TIME_T -1
  19271. | #define TIMET2NUM(v) LONG2NUM(v)
  19272. | #define NUM2TIMET(v) NUM2LONG(v)
  19273. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  19274. | #define rb_dev_t dev_t
  19275. | #define SIGNEDNESS_OF_DEV_T -1
  19276. | #define DEVT2NUM(v) INT2NUM(v)
  19277. | #define NUM2DEVT(v) NUM2INT(v)
  19278. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  19279. | #define rb_mode_t mode_t
  19280. | #define SIGNEDNESS_OF_MODE_T +1
  19281. | #define MODET2NUM(v) UINT2NUM(v)
  19282. | #define NUM2MODET(v) NUM2UINT(v)
  19283. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  19284. | #define rb_rlim_t rlim_t
  19285. | #define SIGNEDNESS_OF_RLIM_T +1
  19286. | #define RLIM2NUM(v) ULL2NUM(v)
  19287. | #define NUM2RLIM(v) NUM2ULL(v)
  19288. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  19289. | #define rb_off_t off_t
  19290. | #define SIGNEDNESS_OF_OFF_T -1
  19291. | #define OFFT2NUM(v) LL2NUM(v)
  19292. | #define NUM2OFFT(v) NUM2LL(v)
  19293. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  19294. | #define rb_clockid_t int
  19295. | #define SIGNEDNESS_OF_CLOCKID_T -1
  19296. | #define CLOCKID2NUM(v) INT2NUM(v)
  19297. | #define NUM2CLOCKID(v) NUM2INT(v)
  19298. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  19299. | #define HAVE_PROTOTYPES 1
  19300. | #define TOKEN_PASTE(x,y) x##y
  19301. | #define STRINGIZE(expr) STRINGIZE0(expr)
  19302. | #define HAVE_STDARG_PROTOTYPES 1
  19303. | #define HAVE_VA_ARGS_MACRO 1
  19304. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  19305. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  19306. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  19307. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  19308. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  19309. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  19310. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  19311. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  19312. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  19313. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  19314. | #define WEAK(x) __attribute__ ((__weak__)) x
  19315. | #define HAVE_FUNC_WEAK 1
  19316. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  19317. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  19318. | #define HAVE_GCC_SYNC_BUILTINS 1
  19319. | #define UNREACHABLE __builtin_unreachable()
  19320. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  19321. | #define RUBY_FUNCTION_NAME_STRING __func__
  19322. | #define ENUM_OVER_INT 1
  19323. | #define HAVE_DECL_SYS_NERR 1
  19324. | #define HAVE_DECL_GETENV 1
  19325. | #define SIZEOF_SIZE_T 8
  19326. | #define SIZEOF_PTRDIFF_T 8
  19327. | #define PRI_SIZE_PREFIX "z"
  19328. | #define PRI_PTRDIFF_PREFIX "t"
  19329. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  19330. | #define HAVE_ST_BLKSIZE 1
  19331. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  19332. | #define HAVE_ST_BLOCKS 1
  19333. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  19334. | #define HAVE_ST_RDEV 1
  19335. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  19336. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  19337. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  19338. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  19339. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  19340. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  19341. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  19342. | #define HAVE_STRUCT_TIMEVAL 1
  19343. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  19344. | #define HAVE_STRUCT_TIMESPEC 1
  19345. | #define HAVE_STRUCT_TIMEZONE 1
  19346. | #define HAVE_RB_FD_INIT 1
  19347. | #define HAVE_INT8_T 1
  19348. | #define SIZEOF_INT8_T 1
  19349. | #define HAVE_UINT8_T 1
  19350. | #define SIZEOF_UINT8_T 1
  19351. | #define HAVE_INT16_T 1
  19352. | #define SIZEOF_INT16_T 2
  19353. | #define HAVE_UINT16_T 1
  19354. | #define SIZEOF_UINT16_T 2
  19355. | #define HAVE_INT32_T 1
  19356. | #define SIZEOF_INT32_T 4
  19357. | #define HAVE_UINT32_T 1
  19358. | #define SIZEOF_UINT32_T 4
  19359. | #define HAVE_INT64_T 1
  19360. | #define SIZEOF_INT64_T 8
  19361. | #define HAVE_UINT64_T 1
  19362. | #define SIZEOF_UINT64_T 8
  19363. | #define HAVE_INT128_T 1
  19364. | #define int128_t __int128
  19365. | #define SIZEOF_INT128_T SIZEOF___INT128
  19366. | #define HAVE_UINT128_T 1
  19367. | #define uint128_t unsigned __int128
  19368. | #define SIZEOF_UINT128_T SIZEOF___INT128
  19369. | #define HAVE_INTPTR_T 1
  19370. | #define SIZEOF_INTPTR_T 8
  19371. | #define HAVE_UINTPTR_T 1
  19372. | #define SIZEOF_UINTPTR_T 8
  19373. | #define HAVE_SSIZE_T 1
  19374. | #define SIZEOF_SSIZE_T 8
  19375. | #define GETGROUPS_T gid_t
  19376. | #define RETSIGTYPE void
  19377. | #define HAVE_ALLOCA_H 1
  19378. | #define HAVE_ALLOCA 1
  19379. | #define HAVE_ACOSH 1
  19380. | #define HAVE_CBRT 1
  19381. | #define HAVE_CRYPT 1
  19382. | #define HAVE_DUP2 1
  19383. | #define HAVE_ERF 1
  19384. | #define HAVE_FFS 1
  19385. | #define HAVE_FINITE 1
  19386. | #define HAVE_FLOCK 1
  19387. | #define HAVE_HYPOT 1
  19388. | #define HAVE_ISINF 1
  19389. | #define HAVE_ISNAN 1
  19390. | #define HAVE_LGAMMA_R 1
  19391. | #define HAVE_MEMMOVE 1
  19392. | #define HAVE_NEXTAFTER 1
  19393. | #define HAVE_STRCHR 1
  19394. | #define HAVE_STRERROR 1
  19395. | #define HAVE_STRLCAT 1
  19396. | #define HAVE_STRLCPY 1
  19397. | #define HAVE_STRSTR 1
  19398. | #define HAVE_TGAMMA 1
  19399. | #define SPT_TYPE SPT_REUSEARGV
  19400. | #define HAVE_SIGNBIT 1
  19401. | /* end confdefs.h. */
  19402. | #include <stdio.h>
  19403. | #ifdef HAVE_SYS_TYPES_H
  19404. | # include <sys/types.h>
  19405. | #endif
  19406. | #ifdef HAVE_SYS_STAT_H
  19407. | # include <sys/stat.h>
  19408. | #endif
  19409. | #ifdef STDC_HEADERS
  19410. | # include <stdlib.h>
  19411. | # include <stddef.h>
  19412. | #else
  19413. | # ifdef HAVE_STDLIB_H
  19414. | # include <stdlib.h>
  19415. | # endif
  19416. | #endif
  19417. | #ifdef HAVE_STRING_H
  19418. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  19419. | # include <memory.h>
  19420. | # endif
  19421. | # include <string.h>
  19422. | #endif
  19423. | #ifdef HAVE_STRINGS_H
  19424. | # include <strings.h>
  19425. | #endif
  19426. | #ifdef HAVE_INTTYPES_H
  19427. | # include <inttypes.h>
  19428. | #endif
  19429. | #ifdef HAVE_STDINT_H
  19430. | # include <stdint.h>
  19431. | #endif
  19432. | #ifdef HAVE_UNISTD_H
  19433. | # include <unistd.h>
  19434. | #endif
  19435. | #include <vfork.h>
  19436. configure:20405: result: no
  19437. configure:20405: checking vfork.h presence
  19438. configure:20405: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  19439. conftest.c:224:10: fatal error: 'vfork.h' file not found
  19440. #include <vfork.h>
  19441. ^
  19442. 1 error generated.
  19443. configure:20405: $? = 1
  19444. configure: failed program was:
  19445. | /* confdefs.h */
  19446. | #define PACKAGE_NAME ""
  19447. | #define PACKAGE_TARNAME ""
  19448. | #define PACKAGE_VERSION ""
  19449. | #define PACKAGE_STRING ""
  19450. | #define PACKAGE_BUGREPORT ""
  19451. | #define PACKAGE_URL ""
  19452. | #define CANONICALIZATION_FOR_MATHN 1
  19453. | #define STDC_HEADERS 1
  19454. | #define HAVE_SYS_TYPES_H 1
  19455. | #define HAVE_SYS_STAT_H 1
  19456. | #define HAVE_STDLIB_H 1
  19457. | #define HAVE_STRING_H 1
  19458. | #define HAVE_MEMORY_H 1
  19459. | #define HAVE_STRINGS_H 1
  19460. | #define HAVE_INTTYPES_H 1
  19461. | #define HAVE_STDINT_H 1
  19462. | #define HAVE_UNISTD_H 1
  19463. | #define __EXTENSIONS__ 1
  19464. | #define _ALL_SOURCE 1
  19465. | #define _GNU_SOURCE 1
  19466. | #define _POSIX_PTHREAD_SEMANTICS 1
  19467. | #define _TANDEM_SOURCE 1
  19468. | #define HAVE_INFINITY 1
  19469. | #define HAVE_NAN 1
  19470. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  19471. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  19472. | #define BROKEN_CRYPT 1
  19473. | #define HAVE_CRT_EXTERNS_H 1
  19474. | #define HAVE_LIBDL 1
  19475. | #define HAVE_DIRENT_H 1
  19476. | #define HAVE__BOOL 1
  19477. | #define HAVE_STDBOOL_H 1
  19478. | #define HAVE_SYS_WAIT_H 1
  19479. | #define HAVE_GRP_H 1
  19480. | #define HAVE_FCNTL_H 1
  19481. | #define HAVE_FLOAT_H 1
  19482. | #define HAVE_LANGINFO_H 1
  19483. | #define HAVE_LIMITS_H 1
  19484. | #define HAVE_LOCALE_H 1
  19485. | #define HAVE_MALLOC_MALLOC_H 1
  19486. | #define HAVE_PWD_H 1
  19487. | #define HAVE_SYS_ATTR_H 1
  19488. | #define HAVE_SYS_FCNTL_H 1
  19489. | #define HAVE_SYS_FILE_H 1
  19490. | #define HAVE_SYS_IOCTL_H 1
  19491. | #define HAVE_SYS_PARAM_H 1
  19492. | #define HAVE_SYS_RESOURCE_H 1
  19493. | #define HAVE_SYS_SELECT_H 1
  19494. | #define HAVE_SYS_SOCKET_H 1
  19495. | #define HAVE_SYS_SYSCALL_H 1
  19496. | #define HAVE_SYS_TIME_H 1
  19497. | #define HAVE_SYS_TIMES_H 1
  19498. | #define HAVE_SYS_UIO_H 1
  19499. | #define HAVE_TIME_H 1
  19500. | #define HAVE_UCONTEXT_H 1
  19501. | #define HAVE_UTIME_H 1
  19502. | #define HAVE_TYPEOF 1
  19503. | #define HAVE_LONG_LONG 1
  19504. | #define HAVE_OFF_T 1
  19505. | #define SIZEOF_INT 4
  19506. | #define SIZEOF_SHORT 2
  19507. | #define SIZEOF_LONG 8
  19508. | #define SIZEOF_LONG_LONG 8
  19509. | #define SIZEOF___INT64 0
  19510. | #define SIZEOF___INT128 16
  19511. | #define SIZEOF_OFF_T 8
  19512. | #define SIZEOF_VOIDP 8
  19513. | #define SIZEOF_FLOAT 4
  19514. | #define SIZEOF_DOUBLE 8
  19515. | #define SIZEOF_TIME_T 8
  19516. | #define SIZEOF_CLOCK_T 8
  19517. | #define PACKED_STRUCT(x) x __attribute__((packed))
  19518. | #define PACKED_STRUCT_UNALIGNED(x) x
  19519. | #define PRI_LL_PREFIX "ll"
  19520. | #define rb_pid_t pid_t
  19521. | #define SIGNEDNESS_OF_PID_T -1
  19522. | #define PIDT2NUM(v) INT2NUM(v)
  19523. | #define NUM2PIDT(v) NUM2INT(v)
  19524. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  19525. | #define rb_uid_t uid_t
  19526. | #define SIGNEDNESS_OF_UID_T +1
  19527. | #define UIDT2NUM(v) UINT2NUM(v)
  19528. | #define NUM2UIDT(v) NUM2UINT(v)
  19529. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  19530. | #define rb_gid_t gid_t
  19531. | #define SIGNEDNESS_OF_GID_T +1
  19532. | #define GIDT2NUM(v) UINT2NUM(v)
  19533. | #define NUM2GIDT(v) NUM2UINT(v)
  19534. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  19535. | #define rb_time_t time_t
  19536. | #define SIGNEDNESS_OF_TIME_T -1
  19537. | #define TIMET2NUM(v) LONG2NUM(v)
  19538. | #define NUM2TIMET(v) NUM2LONG(v)
  19539. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  19540. | #define rb_dev_t dev_t
  19541. | #define SIGNEDNESS_OF_DEV_T -1
  19542. | #define DEVT2NUM(v) INT2NUM(v)
  19543. | #define NUM2DEVT(v) NUM2INT(v)
  19544. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  19545. | #define rb_mode_t mode_t
  19546. | #define SIGNEDNESS_OF_MODE_T +1
  19547. | #define MODET2NUM(v) UINT2NUM(v)
  19548. | #define NUM2MODET(v) NUM2UINT(v)
  19549. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  19550. | #define rb_rlim_t rlim_t
  19551. | #define SIGNEDNESS_OF_RLIM_T +1
  19552. | #define RLIM2NUM(v) ULL2NUM(v)
  19553. | #define NUM2RLIM(v) NUM2ULL(v)
  19554. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  19555. | #define rb_off_t off_t
  19556. | #define SIGNEDNESS_OF_OFF_T -1
  19557. | #define OFFT2NUM(v) LL2NUM(v)
  19558. | #define NUM2OFFT(v) NUM2LL(v)
  19559. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  19560. | #define rb_clockid_t int
  19561. | #define SIGNEDNESS_OF_CLOCKID_T -1
  19562. | #define CLOCKID2NUM(v) INT2NUM(v)
  19563. | #define NUM2CLOCKID(v) NUM2INT(v)
  19564. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  19565. | #define HAVE_PROTOTYPES 1
  19566. | #define TOKEN_PASTE(x,y) x##y
  19567. | #define STRINGIZE(expr) STRINGIZE0(expr)
  19568. | #define HAVE_STDARG_PROTOTYPES 1
  19569. | #define HAVE_VA_ARGS_MACRO 1
  19570. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  19571. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  19572. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  19573. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  19574. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  19575. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  19576. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  19577. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  19578. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  19579. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  19580. | #define WEAK(x) __attribute__ ((__weak__)) x
  19581. | #define HAVE_FUNC_WEAK 1
  19582. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  19583. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  19584. | #define HAVE_GCC_SYNC_BUILTINS 1
  19585. | #define UNREACHABLE __builtin_unreachable()
  19586. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  19587. | #define RUBY_FUNCTION_NAME_STRING __func__
  19588. | #define ENUM_OVER_INT 1
  19589. | #define HAVE_DECL_SYS_NERR 1
  19590. | #define HAVE_DECL_GETENV 1
  19591. | #define SIZEOF_SIZE_T 8
  19592. | #define SIZEOF_PTRDIFF_T 8
  19593. | #define PRI_SIZE_PREFIX "z"
  19594. | #define PRI_PTRDIFF_PREFIX "t"
  19595. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  19596. | #define HAVE_ST_BLKSIZE 1
  19597. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  19598. | #define HAVE_ST_BLOCKS 1
  19599. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  19600. | #define HAVE_ST_RDEV 1
  19601. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  19602. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  19603. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  19604. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  19605. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  19606. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  19607. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  19608. | #define HAVE_STRUCT_TIMEVAL 1
  19609. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  19610. | #define HAVE_STRUCT_TIMESPEC 1
  19611. | #define HAVE_STRUCT_TIMEZONE 1
  19612. | #define HAVE_RB_FD_INIT 1
  19613. | #define HAVE_INT8_T 1
  19614. | #define SIZEOF_INT8_T 1
  19615. | #define HAVE_UINT8_T 1
  19616. | #define SIZEOF_UINT8_T 1
  19617. | #define HAVE_INT16_T 1
  19618. | #define SIZEOF_INT16_T 2
  19619. | #define HAVE_UINT16_T 1
  19620. | #define SIZEOF_UINT16_T 2
  19621. | #define HAVE_INT32_T 1
  19622. | #define SIZEOF_INT32_T 4
  19623. | #define HAVE_UINT32_T 1
  19624. | #define SIZEOF_UINT32_T 4
  19625. | #define HAVE_INT64_T 1
  19626. | #define SIZEOF_INT64_T 8
  19627. | #define HAVE_UINT64_T 1
  19628. | #define SIZEOF_UINT64_T 8
  19629. | #define HAVE_INT128_T 1
  19630. | #define int128_t __int128
  19631. | #define SIZEOF_INT128_T SIZEOF___INT128
  19632. | #define HAVE_UINT128_T 1
  19633. | #define uint128_t unsigned __int128
  19634. | #define SIZEOF_UINT128_T SIZEOF___INT128
  19635. | #define HAVE_INTPTR_T 1
  19636. | #define SIZEOF_INTPTR_T 8
  19637. | #define HAVE_UINTPTR_T 1
  19638. | #define SIZEOF_UINTPTR_T 8
  19639. | #define HAVE_SSIZE_T 1
  19640. | #define SIZEOF_SSIZE_T 8
  19641. | #define GETGROUPS_T gid_t
  19642. | #define RETSIGTYPE void
  19643. | #define HAVE_ALLOCA_H 1
  19644. | #define HAVE_ALLOCA 1
  19645. | #define HAVE_ACOSH 1
  19646. | #define HAVE_CBRT 1
  19647. | #define HAVE_CRYPT 1
  19648. | #define HAVE_DUP2 1
  19649. | #define HAVE_ERF 1
  19650. | #define HAVE_FFS 1
  19651. | #define HAVE_FINITE 1
  19652. | #define HAVE_FLOCK 1
  19653. | #define HAVE_HYPOT 1
  19654. | #define HAVE_ISINF 1
  19655. | #define HAVE_ISNAN 1
  19656. | #define HAVE_LGAMMA_R 1
  19657. | #define HAVE_MEMMOVE 1
  19658. | #define HAVE_NEXTAFTER 1
  19659. | #define HAVE_STRCHR 1
  19660. | #define HAVE_STRERROR 1
  19661. | #define HAVE_STRLCAT 1
  19662. | #define HAVE_STRLCPY 1
  19663. | #define HAVE_STRSTR 1
  19664. | #define HAVE_TGAMMA 1
  19665. | #define SPT_TYPE SPT_REUSEARGV
  19666. | #define HAVE_SIGNBIT 1
  19667. | /* end confdefs.h. */
  19668. | #include <vfork.h>
  19669. configure:20405: result: no
  19670. configure:20405: checking for vfork.h
  19671. configure:20405: result: no
  19672. configure:20418: checking for fork
  19673. configure:20418: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  19674. configure:20418: $? = 0
  19675. configure:20418: result: yes
  19676. configure:20418: checking for vfork
  19677. configure:20418: result: no
  19678. configure:20428: checking for working fork
  19679. configure:20450: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  19680. configure:20450: $? = 0
  19681. configure:20450: ./conftest
  19682. configure:20450: $? = 0
  19683. configure:20460: result: yes
  19684. configure:20619: checking for __syscall
  19685. configure:20619: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  19686. configure:20619: $? = 0
  19687. configure:20619: result: yes
  19688. configure:20630: checking for _longjmp
  19689. configure:20630: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  19690. conftest.c:251:6: warning: declaration of built-in function '_longjmp' requires inclusion of the header <setjmp.h> [-Wbuiltin-requires-header]
  19691. char _longjmp ();
  19692. ^
  19693. 1 warning generated.
  19694. configure:20630: $? = 0
  19695. configure:20630: result: yes
  19696. configure:20643: checking for arc4random_buf
  19697. configure:20643: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  19698. configure:20643: $? = 0
  19699. configure:20643: result: yes
  19700. configure:20655: checking for atan2l
  19701. configure:20655: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  19702. conftest.c:253:6: warning: incompatible redeclaration of library function 'atan2l' [-Wincompatible-library-redeclaration]
  19703. char atan2l ();
  19704. ^
  19705. conftest.c:253:6: note: 'atan2l' is a builtin with type 'long double (long double, long double)'
  19706. 1 warning generated.
  19707. configure:20655: $? = 0
  19708. configure:20655: result: yes
  19709. configure:20655: checking for atan2f
  19710. configure:20655: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  19711. conftest.c:254:6: warning: incompatible redeclaration of library function 'atan2f' [-Wincompatible-library-redeclaration]
  19712. char atan2f ();
  19713. ^
  19714. conftest.c:254:6: note: 'atan2f' is a builtin with type 'float (float, float)'
  19715. 1 warning generated.
  19716. configure:20655: $? = 0
  19717. configure:20655: result: yes
  19718. configure:20666: checking for chroot
  19719. configure:20666: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  19720. configure:20666: $? = 0
  19721. configure:20666: result: yes
  19722. configure:20677: checking for chsize
  19723. configure:20677: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  19724. Undefined symbols for architecture x86_64:
  19725. "_chsize", referenced from:
  19726. _main in conftest-501278.o
  19727. ld: symbol(s) not found for architecture x86_64
  19728. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  19729. configure:20677: $? = 1
  19730. configure: failed program was:
  19731. | /* confdefs.h */
  19732. | #define PACKAGE_NAME ""
  19733. | #define PACKAGE_TARNAME ""
  19734. | #define PACKAGE_VERSION ""
  19735. | #define PACKAGE_STRING ""
  19736. | #define PACKAGE_BUGREPORT ""
  19737. | #define PACKAGE_URL ""
  19738. | #define CANONICALIZATION_FOR_MATHN 1
  19739. | #define STDC_HEADERS 1
  19740. | #define HAVE_SYS_TYPES_H 1
  19741. | #define HAVE_SYS_STAT_H 1
  19742. | #define HAVE_STDLIB_H 1
  19743. | #define HAVE_STRING_H 1
  19744. | #define HAVE_MEMORY_H 1
  19745. | #define HAVE_STRINGS_H 1
  19746. | #define HAVE_INTTYPES_H 1
  19747. | #define HAVE_STDINT_H 1
  19748. | #define HAVE_UNISTD_H 1
  19749. | #define __EXTENSIONS__ 1
  19750. | #define _ALL_SOURCE 1
  19751. | #define _GNU_SOURCE 1
  19752. | #define _POSIX_PTHREAD_SEMANTICS 1
  19753. | #define _TANDEM_SOURCE 1
  19754. | #define HAVE_INFINITY 1
  19755. | #define HAVE_NAN 1
  19756. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  19757. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  19758. | #define BROKEN_CRYPT 1
  19759. | #define HAVE_CRT_EXTERNS_H 1
  19760. | #define HAVE_LIBDL 1
  19761. | #define HAVE_DIRENT_H 1
  19762. | #define HAVE__BOOL 1
  19763. | #define HAVE_STDBOOL_H 1
  19764. | #define HAVE_SYS_WAIT_H 1
  19765. | #define HAVE_GRP_H 1
  19766. | #define HAVE_FCNTL_H 1
  19767. | #define HAVE_FLOAT_H 1
  19768. | #define HAVE_LANGINFO_H 1
  19769. | #define HAVE_LIMITS_H 1
  19770. | #define HAVE_LOCALE_H 1
  19771. | #define HAVE_MALLOC_MALLOC_H 1
  19772. | #define HAVE_PWD_H 1
  19773. | #define HAVE_SYS_ATTR_H 1
  19774. | #define HAVE_SYS_FCNTL_H 1
  19775. | #define HAVE_SYS_FILE_H 1
  19776. | #define HAVE_SYS_IOCTL_H 1
  19777. | #define HAVE_SYS_PARAM_H 1
  19778. | #define HAVE_SYS_RESOURCE_H 1
  19779. | #define HAVE_SYS_SELECT_H 1
  19780. | #define HAVE_SYS_SOCKET_H 1
  19781. | #define HAVE_SYS_SYSCALL_H 1
  19782. | #define HAVE_SYS_TIME_H 1
  19783. | #define HAVE_SYS_TIMES_H 1
  19784. | #define HAVE_SYS_UIO_H 1
  19785. | #define HAVE_TIME_H 1
  19786. | #define HAVE_UCONTEXT_H 1
  19787. | #define HAVE_UTIME_H 1
  19788. | #define HAVE_TYPEOF 1
  19789. | #define HAVE_LONG_LONG 1
  19790. | #define HAVE_OFF_T 1
  19791. | #define SIZEOF_INT 4
  19792. | #define SIZEOF_SHORT 2
  19793. | #define SIZEOF_LONG 8
  19794. | #define SIZEOF_LONG_LONG 8
  19795. | #define SIZEOF___INT64 0
  19796. | #define SIZEOF___INT128 16
  19797. | #define SIZEOF_OFF_T 8
  19798. | #define SIZEOF_VOIDP 8
  19799. | #define SIZEOF_FLOAT 4
  19800. | #define SIZEOF_DOUBLE 8
  19801. | #define SIZEOF_TIME_T 8
  19802. | #define SIZEOF_CLOCK_T 8
  19803. | #define PACKED_STRUCT(x) x __attribute__((packed))
  19804. | #define PACKED_STRUCT_UNALIGNED(x) x
  19805. | #define PRI_LL_PREFIX "ll"
  19806. | #define rb_pid_t pid_t
  19807. | #define SIGNEDNESS_OF_PID_T -1
  19808. | #define PIDT2NUM(v) INT2NUM(v)
  19809. | #define NUM2PIDT(v) NUM2INT(v)
  19810. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  19811. | #define rb_uid_t uid_t
  19812. | #define SIGNEDNESS_OF_UID_T +1
  19813. | #define UIDT2NUM(v) UINT2NUM(v)
  19814. | #define NUM2UIDT(v) NUM2UINT(v)
  19815. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  19816. | #define rb_gid_t gid_t
  19817. | #define SIGNEDNESS_OF_GID_T +1
  19818. | #define GIDT2NUM(v) UINT2NUM(v)
  19819. | #define NUM2GIDT(v) NUM2UINT(v)
  19820. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  19821. | #define rb_time_t time_t
  19822. | #define SIGNEDNESS_OF_TIME_T -1
  19823. | #define TIMET2NUM(v) LONG2NUM(v)
  19824. | #define NUM2TIMET(v) NUM2LONG(v)
  19825. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  19826. | #define rb_dev_t dev_t
  19827. | #define SIGNEDNESS_OF_DEV_T -1
  19828. | #define DEVT2NUM(v) INT2NUM(v)
  19829. | #define NUM2DEVT(v) NUM2INT(v)
  19830. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  19831. | #define rb_mode_t mode_t
  19832. | #define SIGNEDNESS_OF_MODE_T +1
  19833. | #define MODET2NUM(v) UINT2NUM(v)
  19834. | #define NUM2MODET(v) NUM2UINT(v)
  19835. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  19836. | #define rb_rlim_t rlim_t
  19837. | #define SIGNEDNESS_OF_RLIM_T +1
  19838. | #define RLIM2NUM(v) ULL2NUM(v)
  19839. | #define NUM2RLIM(v) NUM2ULL(v)
  19840. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  19841. | #define rb_off_t off_t
  19842. | #define SIGNEDNESS_OF_OFF_T -1
  19843. | #define OFFT2NUM(v) LL2NUM(v)
  19844. | #define NUM2OFFT(v) NUM2LL(v)
  19845. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  19846. | #define rb_clockid_t int
  19847. | #define SIGNEDNESS_OF_CLOCKID_T -1
  19848. | #define CLOCKID2NUM(v) INT2NUM(v)
  19849. | #define NUM2CLOCKID(v) NUM2INT(v)
  19850. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  19851. | #define HAVE_PROTOTYPES 1
  19852. | #define TOKEN_PASTE(x,y) x##y
  19853. | #define STRINGIZE(expr) STRINGIZE0(expr)
  19854. | #define HAVE_STDARG_PROTOTYPES 1
  19855. | #define HAVE_VA_ARGS_MACRO 1
  19856. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  19857. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  19858. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  19859. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  19860. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  19861. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  19862. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  19863. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  19864. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  19865. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  19866. | #define WEAK(x) __attribute__ ((__weak__)) x
  19867. | #define HAVE_FUNC_WEAK 1
  19868. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  19869. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  19870. | #define HAVE_GCC_SYNC_BUILTINS 1
  19871. | #define UNREACHABLE __builtin_unreachable()
  19872. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  19873. | #define RUBY_FUNCTION_NAME_STRING __func__
  19874. | #define ENUM_OVER_INT 1
  19875. | #define HAVE_DECL_SYS_NERR 1
  19876. | #define HAVE_DECL_GETENV 1
  19877. | #define SIZEOF_SIZE_T 8
  19878. | #define SIZEOF_PTRDIFF_T 8
  19879. | #define PRI_SIZE_PREFIX "z"
  19880. | #define PRI_PTRDIFF_PREFIX "t"
  19881. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  19882. | #define HAVE_ST_BLKSIZE 1
  19883. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  19884. | #define HAVE_ST_BLOCKS 1
  19885. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  19886. | #define HAVE_ST_RDEV 1
  19887. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  19888. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  19889. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  19890. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  19891. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  19892. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  19893. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  19894. | #define HAVE_STRUCT_TIMEVAL 1
  19895. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  19896. | #define HAVE_STRUCT_TIMESPEC 1
  19897. | #define HAVE_STRUCT_TIMEZONE 1
  19898. | #define HAVE_RB_FD_INIT 1
  19899. | #define HAVE_INT8_T 1
  19900. | #define SIZEOF_INT8_T 1
  19901. | #define HAVE_UINT8_T 1
  19902. | #define SIZEOF_UINT8_T 1
  19903. | #define HAVE_INT16_T 1
  19904. | #define SIZEOF_INT16_T 2
  19905. | #define HAVE_UINT16_T 1
  19906. | #define SIZEOF_UINT16_T 2
  19907. | #define HAVE_INT32_T 1
  19908. | #define SIZEOF_INT32_T 4
  19909. | #define HAVE_UINT32_T 1
  19910. | #define SIZEOF_UINT32_T 4
  19911. | #define HAVE_INT64_T 1
  19912. | #define SIZEOF_INT64_T 8
  19913. | #define HAVE_UINT64_T 1
  19914. | #define SIZEOF_UINT64_T 8
  19915. | #define HAVE_INT128_T 1
  19916. | #define int128_t __int128
  19917. | #define SIZEOF_INT128_T SIZEOF___INT128
  19918. | #define HAVE_UINT128_T 1
  19919. | #define uint128_t unsigned __int128
  19920. | #define SIZEOF_UINT128_T SIZEOF___INT128
  19921. | #define HAVE_INTPTR_T 1
  19922. | #define SIZEOF_INTPTR_T 8
  19923. | #define HAVE_UINTPTR_T 1
  19924. | #define SIZEOF_UINTPTR_T 8
  19925. | #define HAVE_SSIZE_T 1
  19926. | #define SIZEOF_SSIZE_T 8
  19927. | #define GETGROUPS_T gid_t
  19928. | #define RETSIGTYPE void
  19929. | #define HAVE_ALLOCA_H 1
  19930. | #define HAVE_ALLOCA 1
  19931. | #define HAVE_ACOSH 1
  19932. | #define HAVE_CBRT 1
  19933. | #define HAVE_CRYPT 1
  19934. | #define HAVE_DUP2 1
  19935. | #define HAVE_ERF 1
  19936. | #define HAVE_FFS 1
  19937. | #define HAVE_FINITE 1
  19938. | #define HAVE_FLOCK 1
  19939. | #define HAVE_HYPOT 1
  19940. | #define HAVE_ISINF 1
  19941. | #define HAVE_ISNAN 1
  19942. | #define HAVE_LGAMMA_R 1
  19943. | #define HAVE_MEMMOVE 1
  19944. | #define HAVE_NEXTAFTER 1
  19945. | #define HAVE_STRCHR 1
  19946. | #define HAVE_STRERROR 1
  19947. | #define HAVE_STRLCAT 1
  19948. | #define HAVE_STRLCPY 1
  19949. | #define HAVE_STRSTR 1
  19950. | #define HAVE_TGAMMA 1
  19951. | #define SPT_TYPE SPT_REUSEARGV
  19952. | #define HAVE_SIGNBIT 1
  19953. | #define HAVE_FORK 1
  19954. | #define vfork fork
  19955. | #define HAVE_WORKING_FORK 1
  19956. | #define HAVE___SYSCALL 1
  19957. | #define HAVE__LONGJMP 1
  19958. | #define HAVE_ARC4RANDOM_BUF 1
  19959. | #define HAVE_ATAN2L 1
  19960. | #define HAVE_ATAN2F 1
  19961. | #define HAVE_CHROOT 1
  19962. | /* end confdefs.h. */
  19963. | /* Define chsize to an innocuous variant, in case <limits.h> declares chsize.
  19964. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  19965. | #define chsize innocuous_chsize
  19966. |
  19967. | /* System header to define __stub macros and hopefully few prototypes,
  19968. | which can conflict with char chsize (); below.
  19969. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  19970. | <limits.h> exists even on freestanding compilers. */
  19971. |
  19972. | #ifdef __STDC__
  19973. | # include <limits.h>
  19974. | #else
  19975. | # include <assert.h>
  19976. | #endif
  19977. |
  19978. | #undef chsize
  19979. |
  19980. | /* Override any GCC internal prototype to avoid an error.
  19981. | Use char because int might match the return type of a GCC
  19982. | builtin and then its argument prototype would still apply. */
  19983. | #ifdef __cplusplus
  19984. | extern "C"
  19985. | #endif
  19986. | char chsize ();
  19987. | /* The GNU C library defines this for functions which it implements
  19988. | to always fail with ENOSYS. Some functions are actually named
  19989. | something starting with __ and the normal name is an alias. */
  19990. | #if defined __stub_chsize || defined __stub___chsize
  19991. | choke me
  19992. | #endif
  19993. |
  19994. | int
  19995. | main ()
  19996. | {
  19997. | return chsize ();
  19998. | ;
  19999. | return 0;
  20000. | }
  20001. configure:20677: result: no
  20002. configure:20688: checking for clock_gettime
  20003. configure:20688: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  20004. Undefined symbols for architecture x86_64:
  20005. "_clock_gettime", referenced from:
  20006. _main in conftest-f01d8c.o
  20007. ld: symbol(s) not found for architecture x86_64
  20008. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  20009. configure:20688: $? = 1
  20010. configure: failed program was:
  20011. | /* confdefs.h */
  20012. | #define PACKAGE_NAME ""
  20013. | #define PACKAGE_TARNAME ""
  20014. | #define PACKAGE_VERSION ""
  20015. | #define PACKAGE_STRING ""
  20016. | #define PACKAGE_BUGREPORT ""
  20017. | #define PACKAGE_URL ""
  20018. | #define CANONICALIZATION_FOR_MATHN 1
  20019. | #define STDC_HEADERS 1
  20020. | #define HAVE_SYS_TYPES_H 1
  20021. | #define HAVE_SYS_STAT_H 1
  20022. | #define HAVE_STDLIB_H 1
  20023. | #define HAVE_STRING_H 1
  20024. | #define HAVE_MEMORY_H 1
  20025. | #define HAVE_STRINGS_H 1
  20026. | #define HAVE_INTTYPES_H 1
  20027. | #define HAVE_STDINT_H 1
  20028. | #define HAVE_UNISTD_H 1
  20029. | #define __EXTENSIONS__ 1
  20030. | #define _ALL_SOURCE 1
  20031. | #define _GNU_SOURCE 1
  20032. | #define _POSIX_PTHREAD_SEMANTICS 1
  20033. | #define _TANDEM_SOURCE 1
  20034. | #define HAVE_INFINITY 1
  20035. | #define HAVE_NAN 1
  20036. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  20037. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  20038. | #define BROKEN_CRYPT 1
  20039. | #define HAVE_CRT_EXTERNS_H 1
  20040. | #define HAVE_LIBDL 1
  20041. | #define HAVE_DIRENT_H 1
  20042. | #define HAVE__BOOL 1
  20043. | #define HAVE_STDBOOL_H 1
  20044. | #define HAVE_SYS_WAIT_H 1
  20045. | #define HAVE_GRP_H 1
  20046. | #define HAVE_FCNTL_H 1
  20047. | #define HAVE_FLOAT_H 1
  20048. | #define HAVE_LANGINFO_H 1
  20049. | #define HAVE_LIMITS_H 1
  20050. | #define HAVE_LOCALE_H 1
  20051. | #define HAVE_MALLOC_MALLOC_H 1
  20052. | #define HAVE_PWD_H 1
  20053. | #define HAVE_SYS_ATTR_H 1
  20054. | #define HAVE_SYS_FCNTL_H 1
  20055. | #define HAVE_SYS_FILE_H 1
  20056. | #define HAVE_SYS_IOCTL_H 1
  20057. | #define HAVE_SYS_PARAM_H 1
  20058. | #define HAVE_SYS_RESOURCE_H 1
  20059. | #define HAVE_SYS_SELECT_H 1
  20060. | #define HAVE_SYS_SOCKET_H 1
  20061. | #define HAVE_SYS_SYSCALL_H 1
  20062. | #define HAVE_SYS_TIME_H 1
  20063. | #define HAVE_SYS_TIMES_H 1
  20064. | #define HAVE_SYS_UIO_H 1
  20065. | #define HAVE_TIME_H 1
  20066. | #define HAVE_UCONTEXT_H 1
  20067. | #define HAVE_UTIME_H 1
  20068. | #define HAVE_TYPEOF 1
  20069. | #define HAVE_LONG_LONG 1
  20070. | #define HAVE_OFF_T 1
  20071. | #define SIZEOF_INT 4
  20072. | #define SIZEOF_SHORT 2
  20073. | #define SIZEOF_LONG 8
  20074. | #define SIZEOF_LONG_LONG 8
  20075. | #define SIZEOF___INT64 0
  20076. | #define SIZEOF___INT128 16
  20077. | #define SIZEOF_OFF_T 8
  20078. | #define SIZEOF_VOIDP 8
  20079. | #define SIZEOF_FLOAT 4
  20080. | #define SIZEOF_DOUBLE 8
  20081. | #define SIZEOF_TIME_T 8
  20082. | #define SIZEOF_CLOCK_T 8
  20083. | #define PACKED_STRUCT(x) x __attribute__((packed))
  20084. | #define PACKED_STRUCT_UNALIGNED(x) x
  20085. | #define PRI_LL_PREFIX "ll"
  20086. | #define rb_pid_t pid_t
  20087. | #define SIGNEDNESS_OF_PID_T -1
  20088. | #define PIDT2NUM(v) INT2NUM(v)
  20089. | #define NUM2PIDT(v) NUM2INT(v)
  20090. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  20091. | #define rb_uid_t uid_t
  20092. | #define SIGNEDNESS_OF_UID_T +1
  20093. | #define UIDT2NUM(v) UINT2NUM(v)
  20094. | #define NUM2UIDT(v) NUM2UINT(v)
  20095. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  20096. | #define rb_gid_t gid_t
  20097. | #define SIGNEDNESS_OF_GID_T +1
  20098. | #define GIDT2NUM(v) UINT2NUM(v)
  20099. | #define NUM2GIDT(v) NUM2UINT(v)
  20100. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  20101. | #define rb_time_t time_t
  20102. | #define SIGNEDNESS_OF_TIME_T -1
  20103. | #define TIMET2NUM(v) LONG2NUM(v)
  20104. | #define NUM2TIMET(v) NUM2LONG(v)
  20105. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  20106. | #define rb_dev_t dev_t
  20107. | #define SIGNEDNESS_OF_DEV_T -1
  20108. | #define DEVT2NUM(v) INT2NUM(v)
  20109. | #define NUM2DEVT(v) NUM2INT(v)
  20110. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  20111. | #define rb_mode_t mode_t
  20112. | #define SIGNEDNESS_OF_MODE_T +1
  20113. | #define MODET2NUM(v) UINT2NUM(v)
  20114. | #define NUM2MODET(v) NUM2UINT(v)
  20115. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  20116. | #define rb_rlim_t rlim_t
  20117. | #define SIGNEDNESS_OF_RLIM_T +1
  20118. | #define RLIM2NUM(v) ULL2NUM(v)
  20119. | #define NUM2RLIM(v) NUM2ULL(v)
  20120. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  20121. | #define rb_off_t off_t
  20122. | #define SIGNEDNESS_OF_OFF_T -1
  20123. | #define OFFT2NUM(v) LL2NUM(v)
  20124. | #define NUM2OFFT(v) NUM2LL(v)
  20125. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  20126. | #define rb_clockid_t int
  20127. | #define SIGNEDNESS_OF_CLOCKID_T -1
  20128. | #define CLOCKID2NUM(v) INT2NUM(v)
  20129. | #define NUM2CLOCKID(v) NUM2INT(v)
  20130. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  20131. | #define HAVE_PROTOTYPES 1
  20132. | #define TOKEN_PASTE(x,y) x##y
  20133. | #define STRINGIZE(expr) STRINGIZE0(expr)
  20134. | #define HAVE_STDARG_PROTOTYPES 1
  20135. | #define HAVE_VA_ARGS_MACRO 1
  20136. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  20137. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  20138. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  20139. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  20140. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  20141. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  20142. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  20143. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  20144. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  20145. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  20146. | #define WEAK(x) __attribute__ ((__weak__)) x
  20147. | #define HAVE_FUNC_WEAK 1
  20148. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  20149. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  20150. | #define HAVE_GCC_SYNC_BUILTINS 1
  20151. | #define UNREACHABLE __builtin_unreachable()
  20152. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  20153. | #define RUBY_FUNCTION_NAME_STRING __func__
  20154. | #define ENUM_OVER_INT 1
  20155. | #define HAVE_DECL_SYS_NERR 1
  20156. | #define HAVE_DECL_GETENV 1
  20157. | #define SIZEOF_SIZE_T 8
  20158. | #define SIZEOF_PTRDIFF_T 8
  20159. | #define PRI_SIZE_PREFIX "z"
  20160. | #define PRI_PTRDIFF_PREFIX "t"
  20161. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  20162. | #define HAVE_ST_BLKSIZE 1
  20163. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  20164. | #define HAVE_ST_BLOCKS 1
  20165. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  20166. | #define HAVE_ST_RDEV 1
  20167. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  20168. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  20169. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  20170. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  20171. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  20172. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  20173. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  20174. | #define HAVE_STRUCT_TIMEVAL 1
  20175. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  20176. | #define HAVE_STRUCT_TIMESPEC 1
  20177. | #define HAVE_STRUCT_TIMEZONE 1
  20178. | #define HAVE_RB_FD_INIT 1
  20179. | #define HAVE_INT8_T 1
  20180. | #define SIZEOF_INT8_T 1
  20181. | #define HAVE_UINT8_T 1
  20182. | #define SIZEOF_UINT8_T 1
  20183. | #define HAVE_INT16_T 1
  20184. | #define SIZEOF_INT16_T 2
  20185. | #define HAVE_UINT16_T 1
  20186. | #define SIZEOF_UINT16_T 2
  20187. | #define HAVE_INT32_T 1
  20188. | #define SIZEOF_INT32_T 4
  20189. | #define HAVE_UINT32_T 1
  20190. | #define SIZEOF_UINT32_T 4
  20191. | #define HAVE_INT64_T 1
  20192. | #define SIZEOF_INT64_T 8
  20193. | #define HAVE_UINT64_T 1
  20194. | #define SIZEOF_UINT64_T 8
  20195. | #define HAVE_INT128_T 1
  20196. | #define int128_t __int128
  20197. | #define SIZEOF_INT128_T SIZEOF___INT128
  20198. | #define HAVE_UINT128_T 1
  20199. | #define uint128_t unsigned __int128
  20200. | #define SIZEOF_UINT128_T SIZEOF___INT128
  20201. | #define HAVE_INTPTR_T 1
  20202. | #define SIZEOF_INTPTR_T 8
  20203. | #define HAVE_UINTPTR_T 1
  20204. | #define SIZEOF_UINTPTR_T 8
  20205. | #define HAVE_SSIZE_T 1
  20206. | #define SIZEOF_SSIZE_T 8
  20207. | #define GETGROUPS_T gid_t
  20208. | #define RETSIGTYPE void
  20209. | #define HAVE_ALLOCA_H 1
  20210. | #define HAVE_ALLOCA 1
  20211. | #define HAVE_ACOSH 1
  20212. | #define HAVE_CBRT 1
  20213. | #define HAVE_CRYPT 1
  20214. | #define HAVE_DUP2 1
  20215. | #define HAVE_ERF 1
  20216. | #define HAVE_FFS 1
  20217. | #define HAVE_FINITE 1
  20218. | #define HAVE_FLOCK 1
  20219. | #define HAVE_HYPOT 1
  20220. | #define HAVE_ISINF 1
  20221. | #define HAVE_ISNAN 1
  20222. | #define HAVE_LGAMMA_R 1
  20223. | #define HAVE_MEMMOVE 1
  20224. | #define HAVE_NEXTAFTER 1
  20225. | #define HAVE_STRCHR 1
  20226. | #define HAVE_STRERROR 1
  20227. | #define HAVE_STRLCAT 1
  20228. | #define HAVE_STRLCPY 1
  20229. | #define HAVE_STRSTR 1
  20230. | #define HAVE_TGAMMA 1
  20231. | #define SPT_TYPE SPT_REUSEARGV
  20232. | #define HAVE_SIGNBIT 1
  20233. | #define HAVE_FORK 1
  20234. | #define vfork fork
  20235. | #define HAVE_WORKING_FORK 1
  20236. | #define HAVE___SYSCALL 1
  20237. | #define HAVE__LONGJMP 1
  20238. | #define HAVE_ARC4RANDOM_BUF 1
  20239. | #define HAVE_ATAN2L 1
  20240. | #define HAVE_ATAN2F 1
  20241. | #define HAVE_CHROOT 1
  20242. | /* end confdefs.h. */
  20243. | /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
  20244. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  20245. | #define clock_gettime innocuous_clock_gettime
  20246. |
  20247. | /* System header to define __stub macros and hopefully few prototypes,
  20248. | which can conflict with char clock_gettime (); below.
  20249. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  20250. | <limits.h> exists even on freestanding compilers. */
  20251. |
  20252. | #ifdef __STDC__
  20253. | # include <limits.h>
  20254. | #else
  20255. | # include <assert.h>
  20256. | #endif
  20257. |
  20258. | #undef clock_gettime
  20259. |
  20260. | /* Override any GCC internal prototype to avoid an error.
  20261. | Use char because int might match the return type of a GCC
  20262. | builtin and then its argument prototype would still apply. */
  20263. | #ifdef __cplusplus
  20264. | extern "C"
  20265. | #endif
  20266. | char clock_gettime ();
  20267. | /* The GNU C library defines this for functions which it implements
  20268. | to always fail with ENOSYS. Some functions are actually named
  20269. | something starting with __ and the normal name is an alias. */
  20270. | #if defined __stub_clock_gettime || defined __stub___clock_gettime
  20271. | choke me
  20272. | #endif
  20273. |
  20274. | int
  20275. | main ()
  20276. | {
  20277. | return clock_gettime ();
  20278. | ;
  20279. | return 0;
  20280. | }
  20281. configure:20688: result: no
  20282. configure:20699: checking for cosh
  20283. configure:20699: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  20284. conftest.c:256:6: warning: incompatible redeclaration of library function 'cosh' [-Wincompatible-library-redeclaration]
  20285. char cosh ();
  20286. ^
  20287. conftest.c:256:6: note: 'cosh' is a builtin with type 'double (double)'
  20288. 1 warning generated.
  20289. configure:20699: $? = 0
  20290. configure:20699: result: yes
  20291. configure:20710: checking for crypt_r
  20292. configure:20710: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  20293. Undefined symbols for architecture x86_64:
  20294. "_crypt_r", referenced from:
  20295. _main in conftest-769634.o
  20296. ld: symbol(s) not found for architecture x86_64
  20297. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  20298. configure:20710: $? = 1
  20299. configure: failed program was:
  20300. | /* confdefs.h */
  20301. | #define PACKAGE_NAME ""
  20302. | #define PACKAGE_TARNAME ""
  20303. | #define PACKAGE_VERSION ""
  20304. | #define PACKAGE_STRING ""
  20305. | #define PACKAGE_BUGREPORT ""
  20306. | #define PACKAGE_URL ""
  20307. | #define CANONICALIZATION_FOR_MATHN 1
  20308. | #define STDC_HEADERS 1
  20309. | #define HAVE_SYS_TYPES_H 1
  20310. | #define HAVE_SYS_STAT_H 1
  20311. | #define HAVE_STDLIB_H 1
  20312. | #define HAVE_STRING_H 1
  20313. | #define HAVE_MEMORY_H 1
  20314. | #define HAVE_STRINGS_H 1
  20315. | #define HAVE_INTTYPES_H 1
  20316. | #define HAVE_STDINT_H 1
  20317. | #define HAVE_UNISTD_H 1
  20318. | #define __EXTENSIONS__ 1
  20319. | #define _ALL_SOURCE 1
  20320. | #define _GNU_SOURCE 1
  20321. | #define _POSIX_PTHREAD_SEMANTICS 1
  20322. | #define _TANDEM_SOURCE 1
  20323. | #define HAVE_INFINITY 1
  20324. | #define HAVE_NAN 1
  20325. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  20326. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  20327. | #define BROKEN_CRYPT 1
  20328. | #define HAVE_CRT_EXTERNS_H 1
  20329. | #define HAVE_LIBDL 1
  20330. | #define HAVE_DIRENT_H 1
  20331. | #define HAVE__BOOL 1
  20332. | #define HAVE_STDBOOL_H 1
  20333. | #define HAVE_SYS_WAIT_H 1
  20334. | #define HAVE_GRP_H 1
  20335. | #define HAVE_FCNTL_H 1
  20336. | #define HAVE_FLOAT_H 1
  20337. | #define HAVE_LANGINFO_H 1
  20338. | #define HAVE_LIMITS_H 1
  20339. | #define HAVE_LOCALE_H 1
  20340. | #define HAVE_MALLOC_MALLOC_H 1
  20341. | #define HAVE_PWD_H 1
  20342. | #define HAVE_SYS_ATTR_H 1
  20343. | #define HAVE_SYS_FCNTL_H 1
  20344. | #define HAVE_SYS_FILE_H 1
  20345. | #define HAVE_SYS_IOCTL_H 1
  20346. | #define HAVE_SYS_PARAM_H 1
  20347. | #define HAVE_SYS_RESOURCE_H 1
  20348. | #define HAVE_SYS_SELECT_H 1
  20349. | #define HAVE_SYS_SOCKET_H 1
  20350. | #define HAVE_SYS_SYSCALL_H 1
  20351. | #define HAVE_SYS_TIME_H 1
  20352. | #define HAVE_SYS_TIMES_H 1
  20353. | #define HAVE_SYS_UIO_H 1
  20354. | #define HAVE_TIME_H 1
  20355. | #define HAVE_UCONTEXT_H 1
  20356. | #define HAVE_UTIME_H 1
  20357. | #define HAVE_TYPEOF 1
  20358. | #define HAVE_LONG_LONG 1
  20359. | #define HAVE_OFF_T 1
  20360. | #define SIZEOF_INT 4
  20361. | #define SIZEOF_SHORT 2
  20362. | #define SIZEOF_LONG 8
  20363. | #define SIZEOF_LONG_LONG 8
  20364. | #define SIZEOF___INT64 0
  20365. | #define SIZEOF___INT128 16
  20366. | #define SIZEOF_OFF_T 8
  20367. | #define SIZEOF_VOIDP 8
  20368. | #define SIZEOF_FLOAT 4
  20369. | #define SIZEOF_DOUBLE 8
  20370. | #define SIZEOF_TIME_T 8
  20371. | #define SIZEOF_CLOCK_T 8
  20372. | #define PACKED_STRUCT(x) x __attribute__((packed))
  20373. | #define PACKED_STRUCT_UNALIGNED(x) x
  20374. | #define PRI_LL_PREFIX "ll"
  20375. | #define rb_pid_t pid_t
  20376. | #define SIGNEDNESS_OF_PID_T -1
  20377. | #define PIDT2NUM(v) INT2NUM(v)
  20378. | #define NUM2PIDT(v) NUM2INT(v)
  20379. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  20380. | #define rb_uid_t uid_t
  20381. | #define SIGNEDNESS_OF_UID_T +1
  20382. | #define UIDT2NUM(v) UINT2NUM(v)
  20383. | #define NUM2UIDT(v) NUM2UINT(v)
  20384. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  20385. | #define rb_gid_t gid_t
  20386. | #define SIGNEDNESS_OF_GID_T +1
  20387. | #define GIDT2NUM(v) UINT2NUM(v)
  20388. | #define NUM2GIDT(v) NUM2UINT(v)
  20389. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  20390. | #define rb_time_t time_t
  20391. | #define SIGNEDNESS_OF_TIME_T -1
  20392. | #define TIMET2NUM(v) LONG2NUM(v)
  20393. | #define NUM2TIMET(v) NUM2LONG(v)
  20394. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  20395. | #define rb_dev_t dev_t
  20396. | #define SIGNEDNESS_OF_DEV_T -1
  20397. | #define DEVT2NUM(v) INT2NUM(v)
  20398. | #define NUM2DEVT(v) NUM2INT(v)
  20399. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  20400. | #define rb_mode_t mode_t
  20401. | #define SIGNEDNESS_OF_MODE_T +1
  20402. | #define MODET2NUM(v) UINT2NUM(v)
  20403. | #define NUM2MODET(v) NUM2UINT(v)
  20404. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  20405. | #define rb_rlim_t rlim_t
  20406. | #define SIGNEDNESS_OF_RLIM_T +1
  20407. | #define RLIM2NUM(v) ULL2NUM(v)
  20408. | #define NUM2RLIM(v) NUM2ULL(v)
  20409. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  20410. | #define rb_off_t off_t
  20411. | #define SIGNEDNESS_OF_OFF_T -1
  20412. | #define OFFT2NUM(v) LL2NUM(v)
  20413. | #define NUM2OFFT(v) NUM2LL(v)
  20414. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  20415. | #define rb_clockid_t int
  20416. | #define SIGNEDNESS_OF_CLOCKID_T -1
  20417. | #define CLOCKID2NUM(v) INT2NUM(v)
  20418. | #define NUM2CLOCKID(v) NUM2INT(v)
  20419. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  20420. | #define HAVE_PROTOTYPES 1
  20421. | #define TOKEN_PASTE(x,y) x##y
  20422. | #define STRINGIZE(expr) STRINGIZE0(expr)
  20423. | #define HAVE_STDARG_PROTOTYPES 1
  20424. | #define HAVE_VA_ARGS_MACRO 1
  20425. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  20426. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  20427. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  20428. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  20429. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  20430. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  20431. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  20432. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  20433. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  20434. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  20435. | #define WEAK(x) __attribute__ ((__weak__)) x
  20436. | #define HAVE_FUNC_WEAK 1
  20437. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  20438. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  20439. | #define HAVE_GCC_SYNC_BUILTINS 1
  20440. | #define UNREACHABLE __builtin_unreachable()
  20441. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  20442. | #define RUBY_FUNCTION_NAME_STRING __func__
  20443. | #define ENUM_OVER_INT 1
  20444. | #define HAVE_DECL_SYS_NERR 1
  20445. | #define HAVE_DECL_GETENV 1
  20446. | #define SIZEOF_SIZE_T 8
  20447. | #define SIZEOF_PTRDIFF_T 8
  20448. | #define PRI_SIZE_PREFIX "z"
  20449. | #define PRI_PTRDIFF_PREFIX "t"
  20450. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  20451. | #define HAVE_ST_BLKSIZE 1
  20452. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  20453. | #define HAVE_ST_BLOCKS 1
  20454. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  20455. | #define HAVE_ST_RDEV 1
  20456. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  20457. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  20458. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  20459. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  20460. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  20461. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  20462. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  20463. | #define HAVE_STRUCT_TIMEVAL 1
  20464. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  20465. | #define HAVE_STRUCT_TIMESPEC 1
  20466. | #define HAVE_STRUCT_TIMEZONE 1
  20467. | #define HAVE_RB_FD_INIT 1
  20468. | #define HAVE_INT8_T 1
  20469. | #define SIZEOF_INT8_T 1
  20470. | #define HAVE_UINT8_T 1
  20471. | #define SIZEOF_UINT8_T 1
  20472. | #define HAVE_INT16_T 1
  20473. | #define SIZEOF_INT16_T 2
  20474. | #define HAVE_UINT16_T 1
  20475. | #define SIZEOF_UINT16_T 2
  20476. | #define HAVE_INT32_T 1
  20477. | #define SIZEOF_INT32_T 4
  20478. | #define HAVE_UINT32_T 1
  20479. | #define SIZEOF_UINT32_T 4
  20480. | #define HAVE_INT64_T 1
  20481. | #define SIZEOF_INT64_T 8
  20482. | #define HAVE_UINT64_T 1
  20483. | #define SIZEOF_UINT64_T 8
  20484. | #define HAVE_INT128_T 1
  20485. | #define int128_t __int128
  20486. | #define SIZEOF_INT128_T SIZEOF___INT128
  20487. | #define HAVE_UINT128_T 1
  20488. | #define uint128_t unsigned __int128
  20489. | #define SIZEOF_UINT128_T SIZEOF___INT128
  20490. | #define HAVE_INTPTR_T 1
  20491. | #define SIZEOF_INTPTR_T 8
  20492. | #define HAVE_UINTPTR_T 1
  20493. | #define SIZEOF_UINTPTR_T 8
  20494. | #define HAVE_SSIZE_T 1
  20495. | #define SIZEOF_SSIZE_T 8
  20496. | #define GETGROUPS_T gid_t
  20497. | #define RETSIGTYPE void
  20498. | #define HAVE_ALLOCA_H 1
  20499. | #define HAVE_ALLOCA 1
  20500. | #define HAVE_ACOSH 1
  20501. | #define HAVE_CBRT 1
  20502. | #define HAVE_CRYPT 1
  20503. | #define HAVE_DUP2 1
  20504. | #define HAVE_ERF 1
  20505. | #define HAVE_FFS 1
  20506. | #define HAVE_FINITE 1
  20507. | #define HAVE_FLOCK 1
  20508. | #define HAVE_HYPOT 1
  20509. | #define HAVE_ISINF 1
  20510. | #define HAVE_ISNAN 1
  20511. | #define HAVE_LGAMMA_R 1
  20512. | #define HAVE_MEMMOVE 1
  20513. | #define HAVE_NEXTAFTER 1
  20514. | #define HAVE_STRCHR 1
  20515. | #define HAVE_STRERROR 1
  20516. | #define HAVE_STRLCAT 1
  20517. | #define HAVE_STRLCPY 1
  20518. | #define HAVE_STRSTR 1
  20519. | #define HAVE_TGAMMA 1
  20520. | #define SPT_TYPE SPT_REUSEARGV
  20521. | #define HAVE_SIGNBIT 1
  20522. | #define HAVE_FORK 1
  20523. | #define vfork fork
  20524. | #define HAVE_WORKING_FORK 1
  20525. | #define HAVE___SYSCALL 1
  20526. | #define HAVE__LONGJMP 1
  20527. | #define HAVE_ARC4RANDOM_BUF 1
  20528. | #define HAVE_ATAN2L 1
  20529. | #define HAVE_ATAN2F 1
  20530. | #define HAVE_CHROOT 1
  20531. | #define HAVE_COSH 1
  20532. | /* end confdefs.h. */
  20533. | /* Define crypt_r to an innocuous variant, in case <limits.h> declares crypt_r.
  20534. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  20535. | #define crypt_r innocuous_crypt_r
  20536. |
  20537. | /* System header to define __stub macros and hopefully few prototypes,
  20538. | which can conflict with char crypt_r (); below.
  20539. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  20540. | <limits.h> exists even on freestanding compilers. */
  20541. |
  20542. | #ifdef __STDC__
  20543. | # include <limits.h>
  20544. | #else
  20545. | # include <assert.h>
  20546. | #endif
  20547. |
  20548. | #undef crypt_r
  20549. |
  20550. | /* Override any GCC internal prototype to avoid an error.
  20551. | Use char because int might match the return type of a GCC
  20552. | builtin and then its argument prototype would still apply. */
  20553. | #ifdef __cplusplus
  20554. | extern "C"
  20555. | #endif
  20556. | char crypt_r ();
  20557. | /* The GNU C library defines this for functions which it implements
  20558. | to always fail with ENOSYS. Some functions are actually named
  20559. | something starting with __ and the normal name is an alias. */
  20560. | #if defined __stub_crypt_r || defined __stub___crypt_r
  20561. | choke me
  20562. | #endif
  20563. |
  20564. | int
  20565. | main ()
  20566. | {
  20567. | return crypt_r ();
  20568. | ;
  20569. | return 0;
  20570. | }
  20571. configure:20710: result: no
  20572. configure:20721: checking for daemon
  20573. configure:20721: result: no
  20574. configure:20732: checking for dirfd
  20575. configure:20732: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  20576. configure:20732: $? = 0
  20577. configure:20732: result: yes
  20578. configure:20743: checking for dl_iterate_phdr
  20579. configure:20743: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  20580. Undefined symbols for architecture x86_64:
  20581. "_dl_iterate_phdr", referenced from:
  20582. _main in conftest-dc9e36.o
  20583. ld: symbol(s) not found for architecture x86_64
  20584. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  20585. configure:20743: $? = 1
  20586. configure: failed program was:
  20587. | /* confdefs.h */
  20588. | #define PACKAGE_NAME ""
  20589. | #define PACKAGE_TARNAME ""
  20590. | #define PACKAGE_VERSION ""
  20591. | #define PACKAGE_STRING ""
  20592. | #define PACKAGE_BUGREPORT ""
  20593. | #define PACKAGE_URL ""
  20594. | #define CANONICALIZATION_FOR_MATHN 1
  20595. | #define STDC_HEADERS 1
  20596. | #define HAVE_SYS_TYPES_H 1
  20597. | #define HAVE_SYS_STAT_H 1
  20598. | #define HAVE_STDLIB_H 1
  20599. | #define HAVE_STRING_H 1
  20600. | #define HAVE_MEMORY_H 1
  20601. | #define HAVE_STRINGS_H 1
  20602. | #define HAVE_INTTYPES_H 1
  20603. | #define HAVE_STDINT_H 1
  20604. | #define HAVE_UNISTD_H 1
  20605. | #define __EXTENSIONS__ 1
  20606. | #define _ALL_SOURCE 1
  20607. | #define _GNU_SOURCE 1
  20608. | #define _POSIX_PTHREAD_SEMANTICS 1
  20609. | #define _TANDEM_SOURCE 1
  20610. | #define HAVE_INFINITY 1
  20611. | #define HAVE_NAN 1
  20612. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  20613. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  20614. | #define BROKEN_CRYPT 1
  20615. | #define HAVE_CRT_EXTERNS_H 1
  20616. | #define HAVE_LIBDL 1
  20617. | #define HAVE_DIRENT_H 1
  20618. | #define HAVE__BOOL 1
  20619. | #define HAVE_STDBOOL_H 1
  20620. | #define HAVE_SYS_WAIT_H 1
  20621. | #define HAVE_GRP_H 1
  20622. | #define HAVE_FCNTL_H 1
  20623. | #define HAVE_FLOAT_H 1
  20624. | #define HAVE_LANGINFO_H 1
  20625. | #define HAVE_LIMITS_H 1
  20626. | #define HAVE_LOCALE_H 1
  20627. | #define HAVE_MALLOC_MALLOC_H 1
  20628. | #define HAVE_PWD_H 1
  20629. | #define HAVE_SYS_ATTR_H 1
  20630. | #define HAVE_SYS_FCNTL_H 1
  20631. | #define HAVE_SYS_FILE_H 1
  20632. | #define HAVE_SYS_IOCTL_H 1
  20633. | #define HAVE_SYS_PARAM_H 1
  20634. | #define HAVE_SYS_RESOURCE_H 1
  20635. | #define HAVE_SYS_SELECT_H 1
  20636. | #define HAVE_SYS_SOCKET_H 1
  20637. | #define HAVE_SYS_SYSCALL_H 1
  20638. | #define HAVE_SYS_TIME_H 1
  20639. | #define HAVE_SYS_TIMES_H 1
  20640. | #define HAVE_SYS_UIO_H 1
  20641. | #define HAVE_TIME_H 1
  20642. | #define HAVE_UCONTEXT_H 1
  20643. | #define HAVE_UTIME_H 1
  20644. | #define HAVE_TYPEOF 1
  20645. | #define HAVE_LONG_LONG 1
  20646. | #define HAVE_OFF_T 1
  20647. | #define SIZEOF_INT 4
  20648. | #define SIZEOF_SHORT 2
  20649. | #define SIZEOF_LONG 8
  20650. | #define SIZEOF_LONG_LONG 8
  20651. | #define SIZEOF___INT64 0
  20652. | #define SIZEOF___INT128 16
  20653. | #define SIZEOF_OFF_T 8
  20654. | #define SIZEOF_VOIDP 8
  20655. | #define SIZEOF_FLOAT 4
  20656. | #define SIZEOF_DOUBLE 8
  20657. | #define SIZEOF_TIME_T 8
  20658. | #define SIZEOF_CLOCK_T 8
  20659. | #define PACKED_STRUCT(x) x __attribute__((packed))
  20660. | #define PACKED_STRUCT_UNALIGNED(x) x
  20661. | #define PRI_LL_PREFIX "ll"
  20662. | #define rb_pid_t pid_t
  20663. | #define SIGNEDNESS_OF_PID_T -1
  20664. | #define PIDT2NUM(v) INT2NUM(v)
  20665. | #define NUM2PIDT(v) NUM2INT(v)
  20666. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  20667. | #define rb_uid_t uid_t
  20668. | #define SIGNEDNESS_OF_UID_T +1
  20669. | #define UIDT2NUM(v) UINT2NUM(v)
  20670. | #define NUM2UIDT(v) NUM2UINT(v)
  20671. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  20672. | #define rb_gid_t gid_t
  20673. | #define SIGNEDNESS_OF_GID_T +1
  20674. | #define GIDT2NUM(v) UINT2NUM(v)
  20675. | #define NUM2GIDT(v) NUM2UINT(v)
  20676. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  20677. | #define rb_time_t time_t
  20678. | #define SIGNEDNESS_OF_TIME_T -1
  20679. | #define TIMET2NUM(v) LONG2NUM(v)
  20680. | #define NUM2TIMET(v) NUM2LONG(v)
  20681. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  20682. | #define rb_dev_t dev_t
  20683. | #define SIGNEDNESS_OF_DEV_T -1
  20684. | #define DEVT2NUM(v) INT2NUM(v)
  20685. | #define NUM2DEVT(v) NUM2INT(v)
  20686. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  20687. | #define rb_mode_t mode_t
  20688. | #define SIGNEDNESS_OF_MODE_T +1
  20689. | #define MODET2NUM(v) UINT2NUM(v)
  20690. | #define NUM2MODET(v) NUM2UINT(v)
  20691. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  20692. | #define rb_rlim_t rlim_t
  20693. | #define SIGNEDNESS_OF_RLIM_T +1
  20694. | #define RLIM2NUM(v) ULL2NUM(v)
  20695. | #define NUM2RLIM(v) NUM2ULL(v)
  20696. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  20697. | #define rb_off_t off_t
  20698. | #define SIGNEDNESS_OF_OFF_T -1
  20699. | #define OFFT2NUM(v) LL2NUM(v)
  20700. | #define NUM2OFFT(v) NUM2LL(v)
  20701. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  20702. | #define rb_clockid_t int
  20703. | #define SIGNEDNESS_OF_CLOCKID_T -1
  20704. | #define CLOCKID2NUM(v) INT2NUM(v)
  20705. | #define NUM2CLOCKID(v) NUM2INT(v)
  20706. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  20707. | #define HAVE_PROTOTYPES 1
  20708. | #define TOKEN_PASTE(x,y) x##y
  20709. | #define STRINGIZE(expr) STRINGIZE0(expr)
  20710. | #define HAVE_STDARG_PROTOTYPES 1
  20711. | #define HAVE_VA_ARGS_MACRO 1
  20712. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  20713. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  20714. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  20715. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  20716. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  20717. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  20718. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  20719. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  20720. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  20721. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  20722. | #define WEAK(x) __attribute__ ((__weak__)) x
  20723. | #define HAVE_FUNC_WEAK 1
  20724. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  20725. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  20726. | #define HAVE_GCC_SYNC_BUILTINS 1
  20727. | #define UNREACHABLE __builtin_unreachable()
  20728. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  20729. | #define RUBY_FUNCTION_NAME_STRING __func__
  20730. | #define ENUM_OVER_INT 1
  20731. | #define HAVE_DECL_SYS_NERR 1
  20732. | #define HAVE_DECL_GETENV 1
  20733. | #define SIZEOF_SIZE_T 8
  20734. | #define SIZEOF_PTRDIFF_T 8
  20735. | #define PRI_SIZE_PREFIX "z"
  20736. | #define PRI_PTRDIFF_PREFIX "t"
  20737. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  20738. | #define HAVE_ST_BLKSIZE 1
  20739. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  20740. | #define HAVE_ST_BLOCKS 1
  20741. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  20742. | #define HAVE_ST_RDEV 1
  20743. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  20744. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  20745. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  20746. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  20747. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  20748. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  20749. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  20750. | #define HAVE_STRUCT_TIMEVAL 1
  20751. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  20752. | #define HAVE_STRUCT_TIMESPEC 1
  20753. | #define HAVE_STRUCT_TIMEZONE 1
  20754. | #define HAVE_RB_FD_INIT 1
  20755. | #define HAVE_INT8_T 1
  20756. | #define SIZEOF_INT8_T 1
  20757. | #define HAVE_UINT8_T 1
  20758. | #define SIZEOF_UINT8_T 1
  20759. | #define HAVE_INT16_T 1
  20760. | #define SIZEOF_INT16_T 2
  20761. | #define HAVE_UINT16_T 1
  20762. | #define SIZEOF_UINT16_T 2
  20763. | #define HAVE_INT32_T 1
  20764. | #define SIZEOF_INT32_T 4
  20765. | #define HAVE_UINT32_T 1
  20766. | #define SIZEOF_UINT32_T 4
  20767. | #define HAVE_INT64_T 1
  20768. | #define SIZEOF_INT64_T 8
  20769. | #define HAVE_UINT64_T 1
  20770. | #define SIZEOF_UINT64_T 8
  20771. | #define HAVE_INT128_T 1
  20772. | #define int128_t __int128
  20773. | #define SIZEOF_INT128_T SIZEOF___INT128
  20774. | #define HAVE_UINT128_T 1
  20775. | #define uint128_t unsigned __int128
  20776. | #define SIZEOF_UINT128_T SIZEOF___INT128
  20777. | #define HAVE_INTPTR_T 1
  20778. | #define SIZEOF_INTPTR_T 8
  20779. | #define HAVE_UINTPTR_T 1
  20780. | #define SIZEOF_UINTPTR_T 8
  20781. | #define HAVE_SSIZE_T 1
  20782. | #define SIZEOF_SSIZE_T 8
  20783. | #define GETGROUPS_T gid_t
  20784. | #define RETSIGTYPE void
  20785. | #define HAVE_ALLOCA_H 1
  20786. | #define HAVE_ALLOCA 1
  20787. | #define HAVE_ACOSH 1
  20788. | #define HAVE_CBRT 1
  20789. | #define HAVE_CRYPT 1
  20790. | #define HAVE_DUP2 1
  20791. | #define HAVE_ERF 1
  20792. | #define HAVE_FFS 1
  20793. | #define HAVE_FINITE 1
  20794. | #define HAVE_FLOCK 1
  20795. | #define HAVE_HYPOT 1
  20796. | #define HAVE_ISINF 1
  20797. | #define HAVE_ISNAN 1
  20798. | #define HAVE_LGAMMA_R 1
  20799. | #define HAVE_MEMMOVE 1
  20800. | #define HAVE_NEXTAFTER 1
  20801. | #define HAVE_STRCHR 1
  20802. | #define HAVE_STRERROR 1
  20803. | #define HAVE_STRLCAT 1
  20804. | #define HAVE_STRLCPY 1
  20805. | #define HAVE_STRSTR 1
  20806. | #define HAVE_TGAMMA 1
  20807. | #define SPT_TYPE SPT_REUSEARGV
  20808. | #define HAVE_SIGNBIT 1
  20809. | #define HAVE_FORK 1
  20810. | #define vfork fork
  20811. | #define HAVE_WORKING_FORK 1
  20812. | #define HAVE___SYSCALL 1
  20813. | #define HAVE__LONGJMP 1
  20814. | #define HAVE_ARC4RANDOM_BUF 1
  20815. | #define HAVE_ATAN2L 1
  20816. | #define HAVE_ATAN2F 1
  20817. | #define HAVE_CHROOT 1
  20818. | #define HAVE_COSH 1
  20819. | #define HAVE_DIRFD 1
  20820. | /* end confdefs.h. */
  20821. | /* Define dl_iterate_phdr to an innocuous variant, in case <limits.h> declares dl_iterate_phdr.
  20822. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  20823. | #define dl_iterate_phdr innocuous_dl_iterate_phdr
  20824. |
  20825. | /* System header to define __stub macros and hopefully few prototypes,
  20826. | which can conflict with char dl_iterate_phdr (); below.
  20827. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  20828. | <limits.h> exists even on freestanding compilers. */
  20829. |
  20830. | #ifdef __STDC__
  20831. | # include <limits.h>
  20832. | #else
  20833. | # include <assert.h>
  20834. | #endif
  20835. |
  20836. | #undef dl_iterate_phdr
  20837. |
  20838. | /* Override any GCC internal prototype to avoid an error.
  20839. | Use char because int might match the return type of a GCC
  20840. | builtin and then its argument prototype would still apply. */
  20841. | #ifdef __cplusplus
  20842. | extern "C"
  20843. | #endif
  20844. | char dl_iterate_phdr ();
  20845. | /* The GNU C library defines this for functions which it implements
  20846. | to always fail with ENOSYS. Some functions are actually named
  20847. | something starting with __ and the normal name is an alias. */
  20848. | #if defined __stub_dl_iterate_phdr || defined __stub___dl_iterate_phdr
  20849. | choke me
  20850. | #endif
  20851. |
  20852. | int
  20853. | main ()
  20854. | {
  20855. | return dl_iterate_phdr ();
  20856. | ;
  20857. | return 0;
  20858. | }
  20859. configure:20743: result: no
  20860. configure:20754: checking for dlopen
  20861. configure:20754: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  20862. configure:20754: $? = 0
  20863. configure:20754: result: yes
  20864. configure:20765: checking for dladdr
  20865. configure:20765: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  20866. configure:20765: $? = 0
  20867. configure:20765: result: yes
  20868. configure:20776: checking for dup
  20869. configure:20776: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  20870. configure:20776: $? = 0
  20871. configure:20776: result: yes
  20872. configure:20787: checking for dup3
  20873. configure:20787: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  20874. Undefined symbols for architecture x86_64:
  20875. "_dup3", referenced from:
  20876. _main in conftest-feed19.o
  20877. ld: symbol(s) not found for architecture x86_64
  20878. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  20879. configure:20787: $? = 1
  20880. configure: failed program was:
  20881. | /* confdefs.h */
  20882. | #define PACKAGE_NAME ""
  20883. | #define PACKAGE_TARNAME ""
  20884. | #define PACKAGE_VERSION ""
  20885. | #define PACKAGE_STRING ""
  20886. | #define PACKAGE_BUGREPORT ""
  20887. | #define PACKAGE_URL ""
  20888. | #define CANONICALIZATION_FOR_MATHN 1
  20889. | #define STDC_HEADERS 1
  20890. | #define HAVE_SYS_TYPES_H 1
  20891. | #define HAVE_SYS_STAT_H 1
  20892. | #define HAVE_STDLIB_H 1
  20893. | #define HAVE_STRING_H 1
  20894. | #define HAVE_MEMORY_H 1
  20895. | #define HAVE_STRINGS_H 1
  20896. | #define HAVE_INTTYPES_H 1
  20897. | #define HAVE_STDINT_H 1
  20898. | #define HAVE_UNISTD_H 1
  20899. | #define __EXTENSIONS__ 1
  20900. | #define _ALL_SOURCE 1
  20901. | #define _GNU_SOURCE 1
  20902. | #define _POSIX_PTHREAD_SEMANTICS 1
  20903. | #define _TANDEM_SOURCE 1
  20904. | #define HAVE_INFINITY 1
  20905. | #define HAVE_NAN 1
  20906. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  20907. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  20908. | #define BROKEN_CRYPT 1
  20909. | #define HAVE_CRT_EXTERNS_H 1
  20910. | #define HAVE_LIBDL 1
  20911. | #define HAVE_DIRENT_H 1
  20912. | #define HAVE__BOOL 1
  20913. | #define HAVE_STDBOOL_H 1
  20914. | #define HAVE_SYS_WAIT_H 1
  20915. | #define HAVE_GRP_H 1
  20916. | #define HAVE_FCNTL_H 1
  20917. | #define HAVE_FLOAT_H 1
  20918. | #define HAVE_LANGINFO_H 1
  20919. | #define HAVE_LIMITS_H 1
  20920. | #define HAVE_LOCALE_H 1
  20921. | #define HAVE_MALLOC_MALLOC_H 1
  20922. | #define HAVE_PWD_H 1
  20923. | #define HAVE_SYS_ATTR_H 1
  20924. | #define HAVE_SYS_FCNTL_H 1
  20925. | #define HAVE_SYS_FILE_H 1
  20926. | #define HAVE_SYS_IOCTL_H 1
  20927. | #define HAVE_SYS_PARAM_H 1
  20928. | #define HAVE_SYS_RESOURCE_H 1
  20929. | #define HAVE_SYS_SELECT_H 1
  20930. | #define HAVE_SYS_SOCKET_H 1
  20931. | #define HAVE_SYS_SYSCALL_H 1
  20932. | #define HAVE_SYS_TIME_H 1
  20933. | #define HAVE_SYS_TIMES_H 1
  20934. | #define HAVE_SYS_UIO_H 1
  20935. | #define HAVE_TIME_H 1
  20936. | #define HAVE_UCONTEXT_H 1
  20937. | #define HAVE_UTIME_H 1
  20938. | #define HAVE_TYPEOF 1
  20939. | #define HAVE_LONG_LONG 1
  20940. | #define HAVE_OFF_T 1
  20941. | #define SIZEOF_INT 4
  20942. | #define SIZEOF_SHORT 2
  20943. | #define SIZEOF_LONG 8
  20944. | #define SIZEOF_LONG_LONG 8
  20945. | #define SIZEOF___INT64 0
  20946. | #define SIZEOF___INT128 16
  20947. | #define SIZEOF_OFF_T 8
  20948. | #define SIZEOF_VOIDP 8
  20949. | #define SIZEOF_FLOAT 4
  20950. | #define SIZEOF_DOUBLE 8
  20951. | #define SIZEOF_TIME_T 8
  20952. | #define SIZEOF_CLOCK_T 8
  20953. | #define PACKED_STRUCT(x) x __attribute__((packed))
  20954. | #define PACKED_STRUCT_UNALIGNED(x) x
  20955. | #define PRI_LL_PREFIX "ll"
  20956. | #define rb_pid_t pid_t
  20957. | #define SIGNEDNESS_OF_PID_T -1
  20958. | #define PIDT2NUM(v) INT2NUM(v)
  20959. | #define NUM2PIDT(v) NUM2INT(v)
  20960. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  20961. | #define rb_uid_t uid_t
  20962. | #define SIGNEDNESS_OF_UID_T +1
  20963. | #define UIDT2NUM(v) UINT2NUM(v)
  20964. | #define NUM2UIDT(v) NUM2UINT(v)
  20965. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  20966. | #define rb_gid_t gid_t
  20967. | #define SIGNEDNESS_OF_GID_T +1
  20968. | #define GIDT2NUM(v) UINT2NUM(v)
  20969. | #define NUM2GIDT(v) NUM2UINT(v)
  20970. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  20971. | #define rb_time_t time_t
  20972. | #define SIGNEDNESS_OF_TIME_T -1
  20973. | #define TIMET2NUM(v) LONG2NUM(v)
  20974. | #define NUM2TIMET(v) NUM2LONG(v)
  20975. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  20976. | #define rb_dev_t dev_t
  20977. | #define SIGNEDNESS_OF_DEV_T -1
  20978. | #define DEVT2NUM(v) INT2NUM(v)
  20979. | #define NUM2DEVT(v) NUM2INT(v)
  20980. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  20981. | #define rb_mode_t mode_t
  20982. | #define SIGNEDNESS_OF_MODE_T +1
  20983. | #define MODET2NUM(v) UINT2NUM(v)
  20984. | #define NUM2MODET(v) NUM2UINT(v)
  20985. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  20986. | #define rb_rlim_t rlim_t
  20987. | #define SIGNEDNESS_OF_RLIM_T +1
  20988. | #define RLIM2NUM(v) ULL2NUM(v)
  20989. | #define NUM2RLIM(v) NUM2ULL(v)
  20990. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  20991. | #define rb_off_t off_t
  20992. | #define SIGNEDNESS_OF_OFF_T -1
  20993. | #define OFFT2NUM(v) LL2NUM(v)
  20994. | #define NUM2OFFT(v) NUM2LL(v)
  20995. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  20996. | #define rb_clockid_t int
  20997. | #define SIGNEDNESS_OF_CLOCKID_T -1
  20998. | #define CLOCKID2NUM(v) INT2NUM(v)
  20999. | #define NUM2CLOCKID(v) NUM2INT(v)
  21000. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  21001. | #define HAVE_PROTOTYPES 1
  21002. | #define TOKEN_PASTE(x,y) x##y
  21003. | #define STRINGIZE(expr) STRINGIZE0(expr)
  21004. | #define HAVE_STDARG_PROTOTYPES 1
  21005. | #define HAVE_VA_ARGS_MACRO 1
  21006. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  21007. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  21008. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  21009. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  21010. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  21011. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  21012. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  21013. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  21014. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  21015. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  21016. | #define WEAK(x) __attribute__ ((__weak__)) x
  21017. | #define HAVE_FUNC_WEAK 1
  21018. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  21019. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  21020. | #define HAVE_GCC_SYNC_BUILTINS 1
  21021. | #define UNREACHABLE __builtin_unreachable()
  21022. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  21023. | #define RUBY_FUNCTION_NAME_STRING __func__
  21024. | #define ENUM_OVER_INT 1
  21025. | #define HAVE_DECL_SYS_NERR 1
  21026. | #define HAVE_DECL_GETENV 1
  21027. | #define SIZEOF_SIZE_T 8
  21028. | #define SIZEOF_PTRDIFF_T 8
  21029. | #define PRI_SIZE_PREFIX "z"
  21030. | #define PRI_PTRDIFF_PREFIX "t"
  21031. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  21032. | #define HAVE_ST_BLKSIZE 1
  21033. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  21034. | #define HAVE_ST_BLOCKS 1
  21035. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  21036. | #define HAVE_ST_RDEV 1
  21037. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  21038. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  21039. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  21040. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  21041. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  21042. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  21043. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  21044. | #define HAVE_STRUCT_TIMEVAL 1
  21045. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  21046. | #define HAVE_STRUCT_TIMESPEC 1
  21047. | #define HAVE_STRUCT_TIMEZONE 1
  21048. | #define HAVE_RB_FD_INIT 1
  21049. | #define HAVE_INT8_T 1
  21050. | #define SIZEOF_INT8_T 1
  21051. | #define HAVE_UINT8_T 1
  21052. | #define SIZEOF_UINT8_T 1
  21053. | #define HAVE_INT16_T 1
  21054. | #define SIZEOF_INT16_T 2
  21055. | #define HAVE_UINT16_T 1
  21056. | #define SIZEOF_UINT16_T 2
  21057. | #define HAVE_INT32_T 1
  21058. | #define SIZEOF_INT32_T 4
  21059. | #define HAVE_UINT32_T 1
  21060. | #define SIZEOF_UINT32_T 4
  21061. | #define HAVE_INT64_T 1
  21062. | #define SIZEOF_INT64_T 8
  21063. | #define HAVE_UINT64_T 1
  21064. | #define SIZEOF_UINT64_T 8
  21065. | #define HAVE_INT128_T 1
  21066. | #define int128_t __int128
  21067. | #define SIZEOF_INT128_T SIZEOF___INT128
  21068. | #define HAVE_UINT128_T 1
  21069. | #define uint128_t unsigned __int128
  21070. | #define SIZEOF_UINT128_T SIZEOF___INT128
  21071. | #define HAVE_INTPTR_T 1
  21072. | #define SIZEOF_INTPTR_T 8
  21073. | #define HAVE_UINTPTR_T 1
  21074. | #define SIZEOF_UINTPTR_T 8
  21075. | #define HAVE_SSIZE_T 1
  21076. | #define SIZEOF_SSIZE_T 8
  21077. | #define GETGROUPS_T gid_t
  21078. | #define RETSIGTYPE void
  21079. | #define HAVE_ALLOCA_H 1
  21080. | #define HAVE_ALLOCA 1
  21081. | #define HAVE_ACOSH 1
  21082. | #define HAVE_CBRT 1
  21083. | #define HAVE_CRYPT 1
  21084. | #define HAVE_DUP2 1
  21085. | #define HAVE_ERF 1
  21086. | #define HAVE_FFS 1
  21087. | #define HAVE_FINITE 1
  21088. | #define HAVE_FLOCK 1
  21089. | #define HAVE_HYPOT 1
  21090. | #define HAVE_ISINF 1
  21091. | #define HAVE_ISNAN 1
  21092. | #define HAVE_LGAMMA_R 1
  21093. | #define HAVE_MEMMOVE 1
  21094. | #define HAVE_NEXTAFTER 1
  21095. | #define HAVE_STRCHR 1
  21096. | #define HAVE_STRERROR 1
  21097. | #define HAVE_STRLCAT 1
  21098. | #define HAVE_STRLCPY 1
  21099. | #define HAVE_STRSTR 1
  21100. | #define HAVE_TGAMMA 1
  21101. | #define SPT_TYPE SPT_REUSEARGV
  21102. | #define HAVE_SIGNBIT 1
  21103. | #define HAVE_FORK 1
  21104. | #define vfork fork
  21105. | #define HAVE_WORKING_FORK 1
  21106. | #define HAVE___SYSCALL 1
  21107. | #define HAVE__LONGJMP 1
  21108. | #define HAVE_ARC4RANDOM_BUF 1
  21109. | #define HAVE_ATAN2L 1
  21110. | #define HAVE_ATAN2F 1
  21111. | #define HAVE_CHROOT 1
  21112. | #define HAVE_COSH 1
  21113. | #define HAVE_DIRFD 1
  21114. | #define HAVE_DLOPEN 1
  21115. | #define HAVE_DLADDR 1
  21116. | #define HAVE_DUP 1
  21117. | /* end confdefs.h. */
  21118. | /* Define dup3 to an innocuous variant, in case <limits.h> declares dup3.
  21119. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  21120. | #define dup3 innocuous_dup3
  21121. |
  21122. | /* System header to define __stub macros and hopefully few prototypes,
  21123. | which can conflict with char dup3 (); below.
  21124. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  21125. | <limits.h> exists even on freestanding compilers. */
  21126. |
  21127. | #ifdef __STDC__
  21128. | # include <limits.h>
  21129. | #else
  21130. | # include <assert.h>
  21131. | #endif
  21132. |
  21133. | #undef dup3
  21134. |
  21135. | /* Override any GCC internal prototype to avoid an error.
  21136. | Use char because int might match the return type of a GCC
  21137. | builtin and then its argument prototype would still apply. */
  21138. | #ifdef __cplusplus
  21139. | extern "C"
  21140. | #endif
  21141. | char dup3 ();
  21142. | /* The GNU C library defines this for functions which it implements
  21143. | to always fail with ENOSYS. Some functions are actually named
  21144. | something starting with __ and the normal name is an alias. */
  21145. | #if defined __stub_dup3 || defined __stub___dup3
  21146. | choke me
  21147. | #endif
  21148. |
  21149. | int
  21150. | main ()
  21151. | {
  21152. | return dup3 ();
  21153. | ;
  21154. | return 0;
  21155. | }
  21156. configure:20787: result: no
  21157. configure:20798: checking for eaccess
  21158. configure:20798: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  21159. Undefined symbols for architecture x86_64:
  21160. "_eaccess", referenced from:
  21161. _main in conftest-126f53.o
  21162. ld: symbol(s) not found for architecture x86_64
  21163. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  21164. configure:20798: $? = 1
  21165. configure: failed program was:
  21166. | /* confdefs.h */
  21167. | #define PACKAGE_NAME ""
  21168. | #define PACKAGE_TARNAME ""
  21169. | #define PACKAGE_VERSION ""
  21170. | #define PACKAGE_STRING ""
  21171. | #define PACKAGE_BUGREPORT ""
  21172. | #define PACKAGE_URL ""
  21173. | #define CANONICALIZATION_FOR_MATHN 1
  21174. | #define STDC_HEADERS 1
  21175. | #define HAVE_SYS_TYPES_H 1
  21176. | #define HAVE_SYS_STAT_H 1
  21177. | #define HAVE_STDLIB_H 1
  21178. | #define HAVE_STRING_H 1
  21179. | #define HAVE_MEMORY_H 1
  21180. | #define HAVE_STRINGS_H 1
  21181. | #define HAVE_INTTYPES_H 1
  21182. | #define HAVE_STDINT_H 1
  21183. | #define HAVE_UNISTD_H 1
  21184. | #define __EXTENSIONS__ 1
  21185. | #define _ALL_SOURCE 1
  21186. | #define _GNU_SOURCE 1
  21187. | #define _POSIX_PTHREAD_SEMANTICS 1
  21188. | #define _TANDEM_SOURCE 1
  21189. | #define HAVE_INFINITY 1
  21190. | #define HAVE_NAN 1
  21191. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  21192. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  21193. | #define BROKEN_CRYPT 1
  21194. | #define HAVE_CRT_EXTERNS_H 1
  21195. | #define HAVE_LIBDL 1
  21196. | #define HAVE_DIRENT_H 1
  21197. | #define HAVE__BOOL 1
  21198. | #define HAVE_STDBOOL_H 1
  21199. | #define HAVE_SYS_WAIT_H 1
  21200. | #define HAVE_GRP_H 1
  21201. | #define HAVE_FCNTL_H 1
  21202. | #define HAVE_FLOAT_H 1
  21203. | #define HAVE_LANGINFO_H 1
  21204. | #define HAVE_LIMITS_H 1
  21205. | #define HAVE_LOCALE_H 1
  21206. | #define HAVE_MALLOC_MALLOC_H 1
  21207. | #define HAVE_PWD_H 1
  21208. | #define HAVE_SYS_ATTR_H 1
  21209. | #define HAVE_SYS_FCNTL_H 1
  21210. | #define HAVE_SYS_FILE_H 1
  21211. | #define HAVE_SYS_IOCTL_H 1
  21212. | #define HAVE_SYS_PARAM_H 1
  21213. | #define HAVE_SYS_RESOURCE_H 1
  21214. | #define HAVE_SYS_SELECT_H 1
  21215. | #define HAVE_SYS_SOCKET_H 1
  21216. | #define HAVE_SYS_SYSCALL_H 1
  21217. | #define HAVE_SYS_TIME_H 1
  21218. | #define HAVE_SYS_TIMES_H 1
  21219. | #define HAVE_SYS_UIO_H 1
  21220. | #define HAVE_TIME_H 1
  21221. | #define HAVE_UCONTEXT_H 1
  21222. | #define HAVE_UTIME_H 1
  21223. | #define HAVE_TYPEOF 1
  21224. | #define HAVE_LONG_LONG 1
  21225. | #define HAVE_OFF_T 1
  21226. | #define SIZEOF_INT 4
  21227. | #define SIZEOF_SHORT 2
  21228. | #define SIZEOF_LONG 8
  21229. | #define SIZEOF_LONG_LONG 8
  21230. | #define SIZEOF___INT64 0
  21231. | #define SIZEOF___INT128 16
  21232. | #define SIZEOF_OFF_T 8
  21233. | #define SIZEOF_VOIDP 8
  21234. | #define SIZEOF_FLOAT 4
  21235. | #define SIZEOF_DOUBLE 8
  21236. | #define SIZEOF_TIME_T 8
  21237. | #define SIZEOF_CLOCK_T 8
  21238. | #define PACKED_STRUCT(x) x __attribute__((packed))
  21239. | #define PACKED_STRUCT_UNALIGNED(x) x
  21240. | #define PRI_LL_PREFIX "ll"
  21241. | #define rb_pid_t pid_t
  21242. | #define SIGNEDNESS_OF_PID_T -1
  21243. | #define PIDT2NUM(v) INT2NUM(v)
  21244. | #define NUM2PIDT(v) NUM2INT(v)
  21245. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  21246. | #define rb_uid_t uid_t
  21247. | #define SIGNEDNESS_OF_UID_T +1
  21248. | #define UIDT2NUM(v) UINT2NUM(v)
  21249. | #define NUM2UIDT(v) NUM2UINT(v)
  21250. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  21251. | #define rb_gid_t gid_t
  21252. | #define SIGNEDNESS_OF_GID_T +1
  21253. | #define GIDT2NUM(v) UINT2NUM(v)
  21254. | #define NUM2GIDT(v) NUM2UINT(v)
  21255. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  21256. | #define rb_time_t time_t
  21257. | #define SIGNEDNESS_OF_TIME_T -1
  21258. | #define TIMET2NUM(v) LONG2NUM(v)
  21259. | #define NUM2TIMET(v) NUM2LONG(v)
  21260. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  21261. | #define rb_dev_t dev_t
  21262. | #define SIGNEDNESS_OF_DEV_T -1
  21263. | #define DEVT2NUM(v) INT2NUM(v)
  21264. | #define NUM2DEVT(v) NUM2INT(v)
  21265. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  21266. | #define rb_mode_t mode_t
  21267. | #define SIGNEDNESS_OF_MODE_T +1
  21268. | #define MODET2NUM(v) UINT2NUM(v)
  21269. | #define NUM2MODET(v) NUM2UINT(v)
  21270. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  21271. | #define rb_rlim_t rlim_t
  21272. | #define SIGNEDNESS_OF_RLIM_T +1
  21273. | #define RLIM2NUM(v) ULL2NUM(v)
  21274. | #define NUM2RLIM(v) NUM2ULL(v)
  21275. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  21276. | #define rb_off_t off_t
  21277. | #define SIGNEDNESS_OF_OFF_T -1
  21278. | #define OFFT2NUM(v) LL2NUM(v)
  21279. | #define NUM2OFFT(v) NUM2LL(v)
  21280. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  21281. | #define rb_clockid_t int
  21282. | #define SIGNEDNESS_OF_CLOCKID_T -1
  21283. | #define CLOCKID2NUM(v) INT2NUM(v)
  21284. | #define NUM2CLOCKID(v) NUM2INT(v)
  21285. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  21286. | #define HAVE_PROTOTYPES 1
  21287. | #define TOKEN_PASTE(x,y) x##y
  21288. | #define STRINGIZE(expr) STRINGIZE0(expr)
  21289. | #define HAVE_STDARG_PROTOTYPES 1
  21290. | #define HAVE_VA_ARGS_MACRO 1
  21291. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  21292. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  21293. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  21294. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  21295. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  21296. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  21297. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  21298. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  21299. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  21300. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  21301. | #define WEAK(x) __attribute__ ((__weak__)) x
  21302. | #define HAVE_FUNC_WEAK 1
  21303. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  21304. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  21305. | #define HAVE_GCC_SYNC_BUILTINS 1
  21306. | #define UNREACHABLE __builtin_unreachable()
  21307. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  21308. | #define RUBY_FUNCTION_NAME_STRING __func__
  21309. | #define ENUM_OVER_INT 1
  21310. | #define HAVE_DECL_SYS_NERR 1
  21311. | #define HAVE_DECL_GETENV 1
  21312. | #define SIZEOF_SIZE_T 8
  21313. | #define SIZEOF_PTRDIFF_T 8
  21314. | #define PRI_SIZE_PREFIX "z"
  21315. | #define PRI_PTRDIFF_PREFIX "t"
  21316. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  21317. | #define HAVE_ST_BLKSIZE 1
  21318. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  21319. | #define HAVE_ST_BLOCKS 1
  21320. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  21321. | #define HAVE_ST_RDEV 1
  21322. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  21323. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  21324. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  21325. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  21326. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  21327. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  21328. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  21329. | #define HAVE_STRUCT_TIMEVAL 1
  21330. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  21331. | #define HAVE_STRUCT_TIMESPEC 1
  21332. | #define HAVE_STRUCT_TIMEZONE 1
  21333. | #define HAVE_RB_FD_INIT 1
  21334. | #define HAVE_INT8_T 1
  21335. | #define SIZEOF_INT8_T 1
  21336. | #define HAVE_UINT8_T 1
  21337. | #define SIZEOF_UINT8_T 1
  21338. | #define HAVE_INT16_T 1
  21339. | #define SIZEOF_INT16_T 2
  21340. | #define HAVE_UINT16_T 1
  21341. | #define SIZEOF_UINT16_T 2
  21342. | #define HAVE_INT32_T 1
  21343. | #define SIZEOF_INT32_T 4
  21344. | #define HAVE_UINT32_T 1
  21345. | #define SIZEOF_UINT32_T 4
  21346. | #define HAVE_INT64_T 1
  21347. | #define SIZEOF_INT64_T 8
  21348. | #define HAVE_UINT64_T 1
  21349. | #define SIZEOF_UINT64_T 8
  21350. | #define HAVE_INT128_T 1
  21351. | #define int128_t __int128
  21352. | #define SIZEOF_INT128_T SIZEOF___INT128
  21353. | #define HAVE_UINT128_T 1
  21354. | #define uint128_t unsigned __int128
  21355. | #define SIZEOF_UINT128_T SIZEOF___INT128
  21356. | #define HAVE_INTPTR_T 1
  21357. | #define SIZEOF_INTPTR_T 8
  21358. | #define HAVE_UINTPTR_T 1
  21359. | #define SIZEOF_UINTPTR_T 8
  21360. | #define HAVE_SSIZE_T 1
  21361. | #define SIZEOF_SSIZE_T 8
  21362. | #define GETGROUPS_T gid_t
  21363. | #define RETSIGTYPE void
  21364. | #define HAVE_ALLOCA_H 1
  21365. | #define HAVE_ALLOCA 1
  21366. | #define HAVE_ACOSH 1
  21367. | #define HAVE_CBRT 1
  21368. | #define HAVE_CRYPT 1
  21369. | #define HAVE_DUP2 1
  21370. | #define HAVE_ERF 1
  21371. | #define HAVE_FFS 1
  21372. | #define HAVE_FINITE 1
  21373. | #define HAVE_FLOCK 1
  21374. | #define HAVE_HYPOT 1
  21375. | #define HAVE_ISINF 1
  21376. | #define HAVE_ISNAN 1
  21377. | #define HAVE_LGAMMA_R 1
  21378. | #define HAVE_MEMMOVE 1
  21379. | #define HAVE_NEXTAFTER 1
  21380. | #define HAVE_STRCHR 1
  21381. | #define HAVE_STRERROR 1
  21382. | #define HAVE_STRLCAT 1
  21383. | #define HAVE_STRLCPY 1
  21384. | #define HAVE_STRSTR 1
  21385. | #define HAVE_TGAMMA 1
  21386. | #define SPT_TYPE SPT_REUSEARGV
  21387. | #define HAVE_SIGNBIT 1
  21388. | #define HAVE_FORK 1
  21389. | #define vfork fork
  21390. | #define HAVE_WORKING_FORK 1
  21391. | #define HAVE___SYSCALL 1
  21392. | #define HAVE__LONGJMP 1
  21393. | #define HAVE_ARC4RANDOM_BUF 1
  21394. | #define HAVE_ATAN2L 1
  21395. | #define HAVE_ATAN2F 1
  21396. | #define HAVE_CHROOT 1
  21397. | #define HAVE_COSH 1
  21398. | #define HAVE_DIRFD 1
  21399. | #define HAVE_DLOPEN 1
  21400. | #define HAVE_DLADDR 1
  21401. | #define HAVE_DUP 1
  21402. | /* end confdefs.h. */
  21403. | /* Define eaccess to an innocuous variant, in case <limits.h> declares eaccess.
  21404. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  21405. | #define eaccess innocuous_eaccess
  21406. |
  21407. | /* System header to define __stub macros and hopefully few prototypes,
  21408. | which can conflict with char eaccess (); below.
  21409. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  21410. | <limits.h> exists even on freestanding compilers. */
  21411. |
  21412. | #ifdef __STDC__
  21413. | # include <limits.h>
  21414. | #else
  21415. | # include <assert.h>
  21416. | #endif
  21417. |
  21418. | #undef eaccess
  21419. |
  21420. | /* Override any GCC internal prototype to avoid an error.
  21421. | Use char because int might match the return type of a GCC
  21422. | builtin and then its argument prototype would still apply. */
  21423. | #ifdef __cplusplus
  21424. | extern "C"
  21425. | #endif
  21426. | char eaccess ();
  21427. | /* The GNU C library defines this for functions which it implements
  21428. | to always fail with ENOSYS. Some functions are actually named
  21429. | something starting with __ and the normal name is an alias. */
  21430. | #if defined __stub_eaccess || defined __stub___eaccess
  21431. | choke me
  21432. | #endif
  21433. |
  21434. | int
  21435. | main ()
  21436. | {
  21437. | return eaccess ();
  21438. | ;
  21439. | return 0;
  21440. | }
  21441. configure:20798: result: no
  21442. configure:20809: checking for endgrent
  21443. configure:20809: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  21444. configure:20809: $? = 0
  21445. configure:20809: result: yes
  21446. configure:20820: checking for fchmod
  21447. configure:20820: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  21448. configure:20820: $? = 0
  21449. configure:20820: result: yes
  21450. configure:20831: checking for fchown
  21451. configure:20831: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  21452. configure:20831: $? = 0
  21453. configure:20831: result: yes
  21454. configure:20842: checking for fcntl
  21455. configure:20842: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  21456. configure:20842: $? = 0
  21457. configure:20842: result: yes
  21458. configure:20853: checking for fdatasync
  21459. configure:20853: result: no
  21460. configure:20864: checking for fgetattrlist
  21461. configure:20864: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  21462. configure:20864: $? = 0
  21463. configure:20864: result: yes
  21464. configure:20875: checking for fmod
  21465. configure:20875: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  21466. conftest.c:266:6: warning: incompatible redeclaration of library function 'fmod' [-Wincompatible-library-redeclaration]
  21467. char fmod ();
  21468. ^
  21469. conftest.c:266:6: note: 'fmod' is a builtin with type 'double (double, double)'
  21470. 1 warning generated.
  21471. configure:20875: $? = 0
  21472. configure:20875: result: yes
  21473. configure:20886: checking for fsync
  21474. configure:20886: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  21475. configure:20886: $? = 0
  21476. configure:20886: result: yes
  21477. configure:20897: checking for ftruncate
  21478. configure:20897: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  21479. configure:20897: $? = 0
  21480. configure:20897: result: yes
  21481. configure:20908: checking for ftruncate64
  21482. configure:20908: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  21483. Undefined symbols for architecture x86_64:
  21484. "_ftruncate64", referenced from:
  21485. _main in conftest-ec82b2.o
  21486. ld: symbol(s) not found for architecture x86_64
  21487. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  21488. configure:20908: $? = 1
  21489. configure: failed program was:
  21490. | /* confdefs.h */
  21491. | #define PACKAGE_NAME ""
  21492. | #define PACKAGE_TARNAME ""
  21493. | #define PACKAGE_VERSION ""
  21494. | #define PACKAGE_STRING ""
  21495. | #define PACKAGE_BUGREPORT ""
  21496. | #define PACKAGE_URL ""
  21497. | #define CANONICALIZATION_FOR_MATHN 1
  21498. | #define STDC_HEADERS 1
  21499. | #define HAVE_SYS_TYPES_H 1
  21500. | #define HAVE_SYS_STAT_H 1
  21501. | #define HAVE_STDLIB_H 1
  21502. | #define HAVE_STRING_H 1
  21503. | #define HAVE_MEMORY_H 1
  21504. | #define HAVE_STRINGS_H 1
  21505. | #define HAVE_INTTYPES_H 1
  21506. | #define HAVE_STDINT_H 1
  21507. | #define HAVE_UNISTD_H 1
  21508. | #define __EXTENSIONS__ 1
  21509. | #define _ALL_SOURCE 1
  21510. | #define _GNU_SOURCE 1
  21511. | #define _POSIX_PTHREAD_SEMANTICS 1
  21512. | #define _TANDEM_SOURCE 1
  21513. | #define HAVE_INFINITY 1
  21514. | #define HAVE_NAN 1
  21515. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  21516. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  21517. | #define BROKEN_CRYPT 1
  21518. | #define HAVE_CRT_EXTERNS_H 1
  21519. | #define HAVE_LIBDL 1
  21520. | #define HAVE_DIRENT_H 1
  21521. | #define HAVE__BOOL 1
  21522. | #define HAVE_STDBOOL_H 1
  21523. | #define HAVE_SYS_WAIT_H 1
  21524. | #define HAVE_GRP_H 1
  21525. | #define HAVE_FCNTL_H 1
  21526. | #define HAVE_FLOAT_H 1
  21527. | #define HAVE_LANGINFO_H 1
  21528. | #define HAVE_LIMITS_H 1
  21529. | #define HAVE_LOCALE_H 1
  21530. | #define HAVE_MALLOC_MALLOC_H 1
  21531. | #define HAVE_PWD_H 1
  21532. | #define HAVE_SYS_ATTR_H 1
  21533. | #define HAVE_SYS_FCNTL_H 1
  21534. | #define HAVE_SYS_FILE_H 1
  21535. | #define HAVE_SYS_IOCTL_H 1
  21536. | #define HAVE_SYS_PARAM_H 1
  21537. | #define HAVE_SYS_RESOURCE_H 1
  21538. | #define HAVE_SYS_SELECT_H 1
  21539. | #define HAVE_SYS_SOCKET_H 1
  21540. | #define HAVE_SYS_SYSCALL_H 1
  21541. | #define HAVE_SYS_TIME_H 1
  21542. | #define HAVE_SYS_TIMES_H 1
  21543. | #define HAVE_SYS_UIO_H 1
  21544. | #define HAVE_TIME_H 1
  21545. | #define HAVE_UCONTEXT_H 1
  21546. | #define HAVE_UTIME_H 1
  21547. | #define HAVE_TYPEOF 1
  21548. | #define HAVE_LONG_LONG 1
  21549. | #define HAVE_OFF_T 1
  21550. | #define SIZEOF_INT 4
  21551. | #define SIZEOF_SHORT 2
  21552. | #define SIZEOF_LONG 8
  21553. | #define SIZEOF_LONG_LONG 8
  21554. | #define SIZEOF___INT64 0
  21555. | #define SIZEOF___INT128 16
  21556. | #define SIZEOF_OFF_T 8
  21557. | #define SIZEOF_VOIDP 8
  21558. | #define SIZEOF_FLOAT 4
  21559. | #define SIZEOF_DOUBLE 8
  21560. | #define SIZEOF_TIME_T 8
  21561. | #define SIZEOF_CLOCK_T 8
  21562. | #define PACKED_STRUCT(x) x __attribute__((packed))
  21563. | #define PACKED_STRUCT_UNALIGNED(x) x
  21564. | #define PRI_LL_PREFIX "ll"
  21565. | #define rb_pid_t pid_t
  21566. | #define SIGNEDNESS_OF_PID_T -1
  21567. | #define PIDT2NUM(v) INT2NUM(v)
  21568. | #define NUM2PIDT(v) NUM2INT(v)
  21569. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  21570. | #define rb_uid_t uid_t
  21571. | #define SIGNEDNESS_OF_UID_T +1
  21572. | #define UIDT2NUM(v) UINT2NUM(v)
  21573. | #define NUM2UIDT(v) NUM2UINT(v)
  21574. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  21575. | #define rb_gid_t gid_t
  21576. | #define SIGNEDNESS_OF_GID_T +1
  21577. | #define GIDT2NUM(v) UINT2NUM(v)
  21578. | #define NUM2GIDT(v) NUM2UINT(v)
  21579. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  21580. | #define rb_time_t time_t
  21581. | #define SIGNEDNESS_OF_TIME_T -1
  21582. | #define TIMET2NUM(v) LONG2NUM(v)
  21583. | #define NUM2TIMET(v) NUM2LONG(v)
  21584. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  21585. | #define rb_dev_t dev_t
  21586. | #define SIGNEDNESS_OF_DEV_T -1
  21587. | #define DEVT2NUM(v) INT2NUM(v)
  21588. | #define NUM2DEVT(v) NUM2INT(v)
  21589. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  21590. | #define rb_mode_t mode_t
  21591. | #define SIGNEDNESS_OF_MODE_T +1
  21592. | #define MODET2NUM(v) UINT2NUM(v)
  21593. | #define NUM2MODET(v) NUM2UINT(v)
  21594. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  21595. | #define rb_rlim_t rlim_t
  21596. | #define SIGNEDNESS_OF_RLIM_T +1
  21597. | #define RLIM2NUM(v) ULL2NUM(v)
  21598. | #define NUM2RLIM(v) NUM2ULL(v)
  21599. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  21600. | #define rb_off_t off_t
  21601. | #define SIGNEDNESS_OF_OFF_T -1
  21602. | #define OFFT2NUM(v) LL2NUM(v)
  21603. | #define NUM2OFFT(v) NUM2LL(v)
  21604. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  21605. | #define rb_clockid_t int
  21606. | #define SIGNEDNESS_OF_CLOCKID_T -1
  21607. | #define CLOCKID2NUM(v) INT2NUM(v)
  21608. | #define NUM2CLOCKID(v) NUM2INT(v)
  21609. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  21610. | #define HAVE_PROTOTYPES 1
  21611. | #define TOKEN_PASTE(x,y) x##y
  21612. | #define STRINGIZE(expr) STRINGIZE0(expr)
  21613. | #define HAVE_STDARG_PROTOTYPES 1
  21614. | #define HAVE_VA_ARGS_MACRO 1
  21615. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  21616. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  21617. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  21618. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  21619. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  21620. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  21621. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  21622. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  21623. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  21624. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  21625. | #define WEAK(x) __attribute__ ((__weak__)) x
  21626. | #define HAVE_FUNC_WEAK 1
  21627. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  21628. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  21629. | #define HAVE_GCC_SYNC_BUILTINS 1
  21630. | #define UNREACHABLE __builtin_unreachable()
  21631. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  21632. | #define RUBY_FUNCTION_NAME_STRING __func__
  21633. | #define ENUM_OVER_INT 1
  21634. | #define HAVE_DECL_SYS_NERR 1
  21635. | #define HAVE_DECL_GETENV 1
  21636. | #define SIZEOF_SIZE_T 8
  21637. | #define SIZEOF_PTRDIFF_T 8
  21638. | #define PRI_SIZE_PREFIX "z"
  21639. | #define PRI_PTRDIFF_PREFIX "t"
  21640. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  21641. | #define HAVE_ST_BLKSIZE 1
  21642. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  21643. | #define HAVE_ST_BLOCKS 1
  21644. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  21645. | #define HAVE_ST_RDEV 1
  21646. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  21647. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  21648. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  21649. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  21650. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  21651. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  21652. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  21653. | #define HAVE_STRUCT_TIMEVAL 1
  21654. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  21655. | #define HAVE_STRUCT_TIMESPEC 1
  21656. | #define HAVE_STRUCT_TIMEZONE 1
  21657. | #define HAVE_RB_FD_INIT 1
  21658. | #define HAVE_INT8_T 1
  21659. | #define SIZEOF_INT8_T 1
  21660. | #define HAVE_UINT8_T 1
  21661. | #define SIZEOF_UINT8_T 1
  21662. | #define HAVE_INT16_T 1
  21663. | #define SIZEOF_INT16_T 2
  21664. | #define HAVE_UINT16_T 1
  21665. | #define SIZEOF_UINT16_T 2
  21666. | #define HAVE_INT32_T 1
  21667. | #define SIZEOF_INT32_T 4
  21668. | #define HAVE_UINT32_T 1
  21669. | #define SIZEOF_UINT32_T 4
  21670. | #define HAVE_INT64_T 1
  21671. | #define SIZEOF_INT64_T 8
  21672. | #define HAVE_UINT64_T 1
  21673. | #define SIZEOF_UINT64_T 8
  21674. | #define HAVE_INT128_T 1
  21675. | #define int128_t __int128
  21676. | #define SIZEOF_INT128_T SIZEOF___INT128
  21677. | #define HAVE_UINT128_T 1
  21678. | #define uint128_t unsigned __int128
  21679. | #define SIZEOF_UINT128_T SIZEOF___INT128
  21680. | #define HAVE_INTPTR_T 1
  21681. | #define SIZEOF_INTPTR_T 8
  21682. | #define HAVE_UINTPTR_T 1
  21683. | #define SIZEOF_UINTPTR_T 8
  21684. | #define HAVE_SSIZE_T 1
  21685. | #define SIZEOF_SSIZE_T 8
  21686. | #define GETGROUPS_T gid_t
  21687. | #define RETSIGTYPE void
  21688. | #define HAVE_ALLOCA_H 1
  21689. | #define HAVE_ALLOCA 1
  21690. | #define HAVE_ACOSH 1
  21691. | #define HAVE_CBRT 1
  21692. | #define HAVE_CRYPT 1
  21693. | #define HAVE_DUP2 1
  21694. | #define HAVE_ERF 1
  21695. | #define HAVE_FFS 1
  21696. | #define HAVE_FINITE 1
  21697. | #define HAVE_FLOCK 1
  21698. | #define HAVE_HYPOT 1
  21699. | #define HAVE_ISINF 1
  21700. | #define HAVE_ISNAN 1
  21701. | #define HAVE_LGAMMA_R 1
  21702. | #define HAVE_MEMMOVE 1
  21703. | #define HAVE_NEXTAFTER 1
  21704. | #define HAVE_STRCHR 1
  21705. | #define HAVE_STRERROR 1
  21706. | #define HAVE_STRLCAT 1
  21707. | #define HAVE_STRLCPY 1
  21708. | #define HAVE_STRSTR 1
  21709. | #define HAVE_TGAMMA 1
  21710. | #define SPT_TYPE SPT_REUSEARGV
  21711. | #define HAVE_SIGNBIT 1
  21712. | #define HAVE_FORK 1
  21713. | #define vfork fork
  21714. | #define HAVE_WORKING_FORK 1
  21715. | #define HAVE___SYSCALL 1
  21716. | #define HAVE__LONGJMP 1
  21717. | #define HAVE_ARC4RANDOM_BUF 1
  21718. | #define HAVE_ATAN2L 1
  21719. | #define HAVE_ATAN2F 1
  21720. | #define HAVE_CHROOT 1
  21721. | #define HAVE_COSH 1
  21722. | #define HAVE_DIRFD 1
  21723. | #define HAVE_DLOPEN 1
  21724. | #define HAVE_DLADDR 1
  21725. | #define HAVE_DUP 1
  21726. | #define HAVE_ENDGRENT 1
  21727. | #define HAVE_FCHMOD 1
  21728. | #define HAVE_FCHOWN 1
  21729. | #define HAVE_FCNTL 1
  21730. | #define HAVE_FGETATTRLIST 1
  21731. | #define HAVE_FMOD 1
  21732. | #define HAVE_FSYNC 1
  21733. | #define HAVE_FTRUNCATE 1
  21734. | /* end confdefs.h. */
  21735. | /* Define ftruncate64 to an innocuous variant, in case <limits.h> declares ftruncate64.
  21736. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  21737. | #define ftruncate64 innocuous_ftruncate64
  21738. |
  21739. | /* System header to define __stub macros and hopefully few prototypes,
  21740. | which can conflict with char ftruncate64 (); below.
  21741. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  21742. | <limits.h> exists even on freestanding compilers. */
  21743. |
  21744. | #ifdef __STDC__
  21745. | # include <limits.h>
  21746. | #else
  21747. | # include <assert.h>
  21748. | #endif
  21749. |
  21750. | #undef ftruncate64
  21751. |
  21752. | /* Override any GCC internal prototype to avoid an error.
  21753. | Use char because int might match the return type of a GCC
  21754. | builtin and then its argument prototype would still apply. */
  21755. | #ifdef __cplusplus
  21756. | extern "C"
  21757. | #endif
  21758. | char ftruncate64 ();
  21759. | /* The GNU C library defines this for functions which it implements
  21760. | to always fail with ENOSYS. Some functions are actually named
  21761. | something starting with __ and the normal name is an alias. */
  21762. | #if defined __stub_ftruncate64 || defined __stub___ftruncate64
  21763. | choke me
  21764. | #endif
  21765. |
  21766. | int
  21767. | main ()
  21768. | {
  21769. | return ftruncate64 ();
  21770. | ;
  21771. | return 0;
  21772. | }
  21773. configure:20908: result: no
  21774. configure:20919: checking for getattrlist
  21775. configure:20919: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  21776. configure:20919: $? = 0
  21777. configure:20919: result: yes
  21778. configure:20930: checking for getcwd
  21779. configure:20930: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  21780. configure:20930: $? = 0
  21781. configure:20930: result: yes
  21782. configure:20941: checking for getgidx
  21783. configure:20941: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  21784. Undefined symbols for architecture x86_64:
  21785. "_getgidx", referenced from:
  21786. _main in conftest-155f97.o
  21787. ld: symbol(s) not found for architecture x86_64
  21788. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  21789. configure:20941: $? = 1
  21790. configure: failed program was:
  21791. | /* confdefs.h */
  21792. | #define PACKAGE_NAME ""
  21793. | #define PACKAGE_TARNAME ""
  21794. | #define PACKAGE_VERSION ""
  21795. | #define PACKAGE_STRING ""
  21796. | #define PACKAGE_BUGREPORT ""
  21797. | #define PACKAGE_URL ""
  21798. | #define CANONICALIZATION_FOR_MATHN 1
  21799. | #define STDC_HEADERS 1
  21800. | #define HAVE_SYS_TYPES_H 1
  21801. | #define HAVE_SYS_STAT_H 1
  21802. | #define HAVE_STDLIB_H 1
  21803. | #define HAVE_STRING_H 1
  21804. | #define HAVE_MEMORY_H 1
  21805. | #define HAVE_STRINGS_H 1
  21806. | #define HAVE_INTTYPES_H 1
  21807. | #define HAVE_STDINT_H 1
  21808. | #define HAVE_UNISTD_H 1
  21809. | #define __EXTENSIONS__ 1
  21810. | #define _ALL_SOURCE 1
  21811. | #define _GNU_SOURCE 1
  21812. | #define _POSIX_PTHREAD_SEMANTICS 1
  21813. | #define _TANDEM_SOURCE 1
  21814. | #define HAVE_INFINITY 1
  21815. | #define HAVE_NAN 1
  21816. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  21817. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  21818. | #define BROKEN_CRYPT 1
  21819. | #define HAVE_CRT_EXTERNS_H 1
  21820. | #define HAVE_LIBDL 1
  21821. | #define HAVE_DIRENT_H 1
  21822. | #define HAVE__BOOL 1
  21823. | #define HAVE_STDBOOL_H 1
  21824. | #define HAVE_SYS_WAIT_H 1
  21825. | #define HAVE_GRP_H 1
  21826. | #define HAVE_FCNTL_H 1
  21827. | #define HAVE_FLOAT_H 1
  21828. | #define HAVE_LANGINFO_H 1
  21829. | #define HAVE_LIMITS_H 1
  21830. | #define HAVE_LOCALE_H 1
  21831. | #define HAVE_MALLOC_MALLOC_H 1
  21832. | #define HAVE_PWD_H 1
  21833. | #define HAVE_SYS_ATTR_H 1
  21834. | #define HAVE_SYS_FCNTL_H 1
  21835. | #define HAVE_SYS_FILE_H 1
  21836. | #define HAVE_SYS_IOCTL_H 1
  21837. | #define HAVE_SYS_PARAM_H 1
  21838. | #define HAVE_SYS_RESOURCE_H 1
  21839. | #define HAVE_SYS_SELECT_H 1
  21840. | #define HAVE_SYS_SOCKET_H 1
  21841. | #define HAVE_SYS_SYSCALL_H 1
  21842. | #define HAVE_SYS_TIME_H 1
  21843. | #define HAVE_SYS_TIMES_H 1
  21844. | #define HAVE_SYS_UIO_H 1
  21845. | #define HAVE_TIME_H 1
  21846. | #define HAVE_UCONTEXT_H 1
  21847. | #define HAVE_UTIME_H 1
  21848. | #define HAVE_TYPEOF 1
  21849. | #define HAVE_LONG_LONG 1
  21850. | #define HAVE_OFF_T 1
  21851. | #define SIZEOF_INT 4
  21852. | #define SIZEOF_SHORT 2
  21853. | #define SIZEOF_LONG 8
  21854. | #define SIZEOF_LONG_LONG 8
  21855. | #define SIZEOF___INT64 0
  21856. | #define SIZEOF___INT128 16
  21857. | #define SIZEOF_OFF_T 8
  21858. | #define SIZEOF_VOIDP 8
  21859. | #define SIZEOF_FLOAT 4
  21860. | #define SIZEOF_DOUBLE 8
  21861. | #define SIZEOF_TIME_T 8
  21862. | #define SIZEOF_CLOCK_T 8
  21863. | #define PACKED_STRUCT(x) x __attribute__((packed))
  21864. | #define PACKED_STRUCT_UNALIGNED(x) x
  21865. | #define PRI_LL_PREFIX "ll"
  21866. | #define rb_pid_t pid_t
  21867. | #define SIGNEDNESS_OF_PID_T -1
  21868. | #define PIDT2NUM(v) INT2NUM(v)
  21869. | #define NUM2PIDT(v) NUM2INT(v)
  21870. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  21871. | #define rb_uid_t uid_t
  21872. | #define SIGNEDNESS_OF_UID_T +1
  21873. | #define UIDT2NUM(v) UINT2NUM(v)
  21874. | #define NUM2UIDT(v) NUM2UINT(v)
  21875. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  21876. | #define rb_gid_t gid_t
  21877. | #define SIGNEDNESS_OF_GID_T +1
  21878. | #define GIDT2NUM(v) UINT2NUM(v)
  21879. | #define NUM2GIDT(v) NUM2UINT(v)
  21880. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  21881. | #define rb_time_t time_t
  21882. | #define SIGNEDNESS_OF_TIME_T -1
  21883. | #define TIMET2NUM(v) LONG2NUM(v)
  21884. | #define NUM2TIMET(v) NUM2LONG(v)
  21885. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  21886. | #define rb_dev_t dev_t
  21887. | #define SIGNEDNESS_OF_DEV_T -1
  21888. | #define DEVT2NUM(v) INT2NUM(v)
  21889. | #define NUM2DEVT(v) NUM2INT(v)
  21890. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  21891. | #define rb_mode_t mode_t
  21892. | #define SIGNEDNESS_OF_MODE_T +1
  21893. | #define MODET2NUM(v) UINT2NUM(v)
  21894. | #define NUM2MODET(v) NUM2UINT(v)
  21895. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  21896. | #define rb_rlim_t rlim_t
  21897. | #define SIGNEDNESS_OF_RLIM_T +1
  21898. | #define RLIM2NUM(v) ULL2NUM(v)
  21899. | #define NUM2RLIM(v) NUM2ULL(v)
  21900. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  21901. | #define rb_off_t off_t
  21902. | #define SIGNEDNESS_OF_OFF_T -1
  21903. | #define OFFT2NUM(v) LL2NUM(v)
  21904. | #define NUM2OFFT(v) NUM2LL(v)
  21905. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  21906. | #define rb_clockid_t int
  21907. | #define SIGNEDNESS_OF_CLOCKID_T -1
  21908. | #define CLOCKID2NUM(v) INT2NUM(v)
  21909. | #define NUM2CLOCKID(v) NUM2INT(v)
  21910. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  21911. | #define HAVE_PROTOTYPES 1
  21912. | #define TOKEN_PASTE(x,y) x##y
  21913. | #define STRINGIZE(expr) STRINGIZE0(expr)
  21914. | #define HAVE_STDARG_PROTOTYPES 1
  21915. | #define HAVE_VA_ARGS_MACRO 1
  21916. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  21917. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  21918. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  21919. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  21920. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  21921. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  21922. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  21923. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  21924. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  21925. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  21926. | #define WEAK(x) __attribute__ ((__weak__)) x
  21927. | #define HAVE_FUNC_WEAK 1
  21928. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  21929. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  21930. | #define HAVE_GCC_SYNC_BUILTINS 1
  21931. | #define UNREACHABLE __builtin_unreachable()
  21932. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  21933. | #define RUBY_FUNCTION_NAME_STRING __func__
  21934. | #define ENUM_OVER_INT 1
  21935. | #define HAVE_DECL_SYS_NERR 1
  21936. | #define HAVE_DECL_GETENV 1
  21937. | #define SIZEOF_SIZE_T 8
  21938. | #define SIZEOF_PTRDIFF_T 8
  21939. | #define PRI_SIZE_PREFIX "z"
  21940. | #define PRI_PTRDIFF_PREFIX "t"
  21941. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  21942. | #define HAVE_ST_BLKSIZE 1
  21943. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  21944. | #define HAVE_ST_BLOCKS 1
  21945. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  21946. | #define HAVE_ST_RDEV 1
  21947. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  21948. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  21949. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  21950. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  21951. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  21952. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  21953. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  21954. | #define HAVE_STRUCT_TIMEVAL 1
  21955. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  21956. | #define HAVE_STRUCT_TIMESPEC 1
  21957. | #define HAVE_STRUCT_TIMEZONE 1
  21958. | #define HAVE_RB_FD_INIT 1
  21959. | #define HAVE_INT8_T 1
  21960. | #define SIZEOF_INT8_T 1
  21961. | #define HAVE_UINT8_T 1
  21962. | #define SIZEOF_UINT8_T 1
  21963. | #define HAVE_INT16_T 1
  21964. | #define SIZEOF_INT16_T 2
  21965. | #define HAVE_UINT16_T 1
  21966. | #define SIZEOF_UINT16_T 2
  21967. | #define HAVE_INT32_T 1
  21968. | #define SIZEOF_INT32_T 4
  21969. | #define HAVE_UINT32_T 1
  21970. | #define SIZEOF_UINT32_T 4
  21971. | #define HAVE_INT64_T 1
  21972. | #define SIZEOF_INT64_T 8
  21973. | #define HAVE_UINT64_T 1
  21974. | #define SIZEOF_UINT64_T 8
  21975. | #define HAVE_INT128_T 1
  21976. | #define int128_t __int128
  21977. | #define SIZEOF_INT128_T SIZEOF___INT128
  21978. | #define HAVE_UINT128_T 1
  21979. | #define uint128_t unsigned __int128
  21980. | #define SIZEOF_UINT128_T SIZEOF___INT128
  21981. | #define HAVE_INTPTR_T 1
  21982. | #define SIZEOF_INTPTR_T 8
  21983. | #define HAVE_UINTPTR_T 1
  21984. | #define SIZEOF_UINTPTR_T 8
  21985. | #define HAVE_SSIZE_T 1
  21986. | #define SIZEOF_SSIZE_T 8
  21987. | #define GETGROUPS_T gid_t
  21988. | #define RETSIGTYPE void
  21989. | #define HAVE_ALLOCA_H 1
  21990. | #define HAVE_ALLOCA 1
  21991. | #define HAVE_ACOSH 1
  21992. | #define HAVE_CBRT 1
  21993. | #define HAVE_CRYPT 1
  21994. | #define HAVE_DUP2 1
  21995. | #define HAVE_ERF 1
  21996. | #define HAVE_FFS 1
  21997. | #define HAVE_FINITE 1
  21998. | #define HAVE_FLOCK 1
  21999. | #define HAVE_HYPOT 1
  22000. | #define HAVE_ISINF 1
  22001. | #define HAVE_ISNAN 1
  22002. | #define HAVE_LGAMMA_R 1
  22003. | #define HAVE_MEMMOVE 1
  22004. | #define HAVE_NEXTAFTER 1
  22005. | #define HAVE_STRCHR 1
  22006. | #define HAVE_STRERROR 1
  22007. | #define HAVE_STRLCAT 1
  22008. | #define HAVE_STRLCPY 1
  22009. | #define HAVE_STRSTR 1
  22010. | #define HAVE_TGAMMA 1
  22011. | #define SPT_TYPE SPT_REUSEARGV
  22012. | #define HAVE_SIGNBIT 1
  22013. | #define HAVE_FORK 1
  22014. | #define vfork fork
  22015. | #define HAVE_WORKING_FORK 1
  22016. | #define HAVE___SYSCALL 1
  22017. | #define HAVE__LONGJMP 1
  22018. | #define HAVE_ARC4RANDOM_BUF 1
  22019. | #define HAVE_ATAN2L 1
  22020. | #define HAVE_ATAN2F 1
  22021. | #define HAVE_CHROOT 1
  22022. | #define HAVE_COSH 1
  22023. | #define HAVE_DIRFD 1
  22024. | #define HAVE_DLOPEN 1
  22025. | #define HAVE_DLADDR 1
  22026. | #define HAVE_DUP 1
  22027. | #define HAVE_ENDGRENT 1
  22028. | #define HAVE_FCHMOD 1
  22029. | #define HAVE_FCHOWN 1
  22030. | #define HAVE_FCNTL 1
  22031. | #define HAVE_FGETATTRLIST 1
  22032. | #define HAVE_FMOD 1
  22033. | #define HAVE_FSYNC 1
  22034. | #define HAVE_FTRUNCATE 1
  22035. | #define HAVE_GETATTRLIST 1
  22036. | #define HAVE_GETCWD 1
  22037. | /* end confdefs.h. */
  22038. | /* Define getgidx to an innocuous variant, in case <limits.h> declares getgidx.
  22039. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  22040. | #define getgidx innocuous_getgidx
  22041. |
  22042. | /* System header to define __stub macros and hopefully few prototypes,
  22043. | which can conflict with char getgidx (); below.
  22044. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  22045. | <limits.h> exists even on freestanding compilers. */
  22046. |
  22047. | #ifdef __STDC__
  22048. | # include <limits.h>
  22049. | #else
  22050. | # include <assert.h>
  22051. | #endif
  22052. |
  22053. | #undef getgidx
  22054. |
  22055. | /* Override any GCC internal prototype to avoid an error.
  22056. | Use char because int might match the return type of a GCC
  22057. | builtin and then its argument prototype would still apply. */
  22058. | #ifdef __cplusplus
  22059. | extern "C"
  22060. | #endif
  22061. | char getgidx ();
  22062. | /* The GNU C library defines this for functions which it implements
  22063. | to always fail with ENOSYS. Some functions are actually named
  22064. | something starting with __ and the normal name is an alias. */
  22065. | #if defined __stub_getgidx || defined __stub___getgidx
  22066. | choke me
  22067. | #endif
  22068. |
  22069. | int
  22070. | main ()
  22071. | {
  22072. | return getgidx ();
  22073. | ;
  22074. | return 0;
  22075. | }
  22076. configure:20941: result: no
  22077. configure:20952: checking for getgrnam
  22078. configure:20952: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  22079. configure:20952: $? = 0
  22080. configure:20952: result: yes
  22081. configure:20963: checking for getgrnam_r
  22082. configure:20963: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  22083. configure:20963: $? = 0
  22084. configure:20963: result: yes
  22085. configure:20974: checking for getgroups
  22086. configure:20974: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  22087. configure:20974: $? = 0
  22088. configure:20974: result: yes
  22089. configure:20985: checking for getpgid
  22090. configure:20985: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  22091. configure:20985: $? = 0
  22092. configure:20985: result: yes
  22093. configure:20996: checking for getpgrp
  22094. configure:20996: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  22095. configure:20996: $? = 0
  22096. configure:20996: result: yes
  22097. configure:21007: checking for getpriority
  22098. configure:21007: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  22099. configure:21007: $? = 0
  22100. configure:21007: result: yes
  22101. configure:21018: checking for getpwnam_r
  22102. configure:21018: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  22103. configure:21018: $? = 0
  22104. configure:21018: result: yes
  22105. configure:21029: checking for getresgid
  22106. configure:21029: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  22107. Undefined symbols for architecture x86_64:
  22108. "_getresgid", referenced from:
  22109. _main in conftest-bba0a1.o
  22110. ld: symbol(s) not found for architecture x86_64
  22111. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  22112. configure:21029: $? = 1
  22113. configure: failed program was:
  22114. | /* confdefs.h */
  22115. | #define PACKAGE_NAME ""
  22116. | #define PACKAGE_TARNAME ""
  22117. | #define PACKAGE_VERSION ""
  22118. | #define PACKAGE_STRING ""
  22119. | #define PACKAGE_BUGREPORT ""
  22120. | #define PACKAGE_URL ""
  22121. | #define CANONICALIZATION_FOR_MATHN 1
  22122. | #define STDC_HEADERS 1
  22123. | #define HAVE_SYS_TYPES_H 1
  22124. | #define HAVE_SYS_STAT_H 1
  22125. | #define HAVE_STDLIB_H 1
  22126. | #define HAVE_STRING_H 1
  22127. | #define HAVE_MEMORY_H 1
  22128. | #define HAVE_STRINGS_H 1
  22129. | #define HAVE_INTTYPES_H 1
  22130. | #define HAVE_STDINT_H 1
  22131. | #define HAVE_UNISTD_H 1
  22132. | #define __EXTENSIONS__ 1
  22133. | #define _ALL_SOURCE 1
  22134. | #define _GNU_SOURCE 1
  22135. | #define _POSIX_PTHREAD_SEMANTICS 1
  22136. | #define _TANDEM_SOURCE 1
  22137. | #define HAVE_INFINITY 1
  22138. | #define HAVE_NAN 1
  22139. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  22140. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  22141. | #define BROKEN_CRYPT 1
  22142. | #define HAVE_CRT_EXTERNS_H 1
  22143. | #define HAVE_LIBDL 1
  22144. | #define HAVE_DIRENT_H 1
  22145. | #define HAVE__BOOL 1
  22146. | #define HAVE_STDBOOL_H 1
  22147. | #define HAVE_SYS_WAIT_H 1
  22148. | #define HAVE_GRP_H 1
  22149. | #define HAVE_FCNTL_H 1
  22150. | #define HAVE_FLOAT_H 1
  22151. | #define HAVE_LANGINFO_H 1
  22152. | #define HAVE_LIMITS_H 1
  22153. | #define HAVE_LOCALE_H 1
  22154. | #define HAVE_MALLOC_MALLOC_H 1
  22155. | #define HAVE_PWD_H 1
  22156. | #define HAVE_SYS_ATTR_H 1
  22157. | #define HAVE_SYS_FCNTL_H 1
  22158. | #define HAVE_SYS_FILE_H 1
  22159. | #define HAVE_SYS_IOCTL_H 1
  22160. | #define HAVE_SYS_PARAM_H 1
  22161. | #define HAVE_SYS_RESOURCE_H 1
  22162. | #define HAVE_SYS_SELECT_H 1
  22163. | #define HAVE_SYS_SOCKET_H 1
  22164. | #define HAVE_SYS_SYSCALL_H 1
  22165. | #define HAVE_SYS_TIME_H 1
  22166. | #define HAVE_SYS_TIMES_H 1
  22167. | #define HAVE_SYS_UIO_H 1
  22168. | #define HAVE_TIME_H 1
  22169. | #define HAVE_UCONTEXT_H 1
  22170. | #define HAVE_UTIME_H 1
  22171. | #define HAVE_TYPEOF 1
  22172. | #define HAVE_LONG_LONG 1
  22173. | #define HAVE_OFF_T 1
  22174. | #define SIZEOF_INT 4
  22175. | #define SIZEOF_SHORT 2
  22176. | #define SIZEOF_LONG 8
  22177. | #define SIZEOF_LONG_LONG 8
  22178. | #define SIZEOF___INT64 0
  22179. | #define SIZEOF___INT128 16
  22180. | #define SIZEOF_OFF_T 8
  22181. | #define SIZEOF_VOIDP 8
  22182. | #define SIZEOF_FLOAT 4
  22183. | #define SIZEOF_DOUBLE 8
  22184. | #define SIZEOF_TIME_T 8
  22185. | #define SIZEOF_CLOCK_T 8
  22186. | #define PACKED_STRUCT(x) x __attribute__((packed))
  22187. | #define PACKED_STRUCT_UNALIGNED(x) x
  22188. | #define PRI_LL_PREFIX "ll"
  22189. | #define rb_pid_t pid_t
  22190. | #define SIGNEDNESS_OF_PID_T -1
  22191. | #define PIDT2NUM(v) INT2NUM(v)
  22192. | #define NUM2PIDT(v) NUM2INT(v)
  22193. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  22194. | #define rb_uid_t uid_t
  22195. | #define SIGNEDNESS_OF_UID_T +1
  22196. | #define UIDT2NUM(v) UINT2NUM(v)
  22197. | #define NUM2UIDT(v) NUM2UINT(v)
  22198. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  22199. | #define rb_gid_t gid_t
  22200. | #define SIGNEDNESS_OF_GID_T +1
  22201. | #define GIDT2NUM(v) UINT2NUM(v)
  22202. | #define NUM2GIDT(v) NUM2UINT(v)
  22203. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  22204. | #define rb_time_t time_t
  22205. | #define SIGNEDNESS_OF_TIME_T -1
  22206. | #define TIMET2NUM(v) LONG2NUM(v)
  22207. | #define NUM2TIMET(v) NUM2LONG(v)
  22208. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  22209. | #define rb_dev_t dev_t
  22210. | #define SIGNEDNESS_OF_DEV_T -1
  22211. | #define DEVT2NUM(v) INT2NUM(v)
  22212. | #define NUM2DEVT(v) NUM2INT(v)
  22213. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  22214. | #define rb_mode_t mode_t
  22215. | #define SIGNEDNESS_OF_MODE_T +1
  22216. | #define MODET2NUM(v) UINT2NUM(v)
  22217. | #define NUM2MODET(v) NUM2UINT(v)
  22218. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  22219. | #define rb_rlim_t rlim_t
  22220. | #define SIGNEDNESS_OF_RLIM_T +1
  22221. | #define RLIM2NUM(v) ULL2NUM(v)
  22222. | #define NUM2RLIM(v) NUM2ULL(v)
  22223. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  22224. | #define rb_off_t off_t
  22225. | #define SIGNEDNESS_OF_OFF_T -1
  22226. | #define OFFT2NUM(v) LL2NUM(v)
  22227. | #define NUM2OFFT(v) NUM2LL(v)
  22228. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  22229. | #define rb_clockid_t int
  22230. | #define SIGNEDNESS_OF_CLOCKID_T -1
  22231. | #define CLOCKID2NUM(v) INT2NUM(v)
  22232. | #define NUM2CLOCKID(v) NUM2INT(v)
  22233. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  22234. | #define HAVE_PROTOTYPES 1
  22235. | #define TOKEN_PASTE(x,y) x##y
  22236. | #define STRINGIZE(expr) STRINGIZE0(expr)
  22237. | #define HAVE_STDARG_PROTOTYPES 1
  22238. | #define HAVE_VA_ARGS_MACRO 1
  22239. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  22240. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  22241. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  22242. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  22243. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  22244. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  22245. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  22246. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  22247. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  22248. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  22249. | #define WEAK(x) __attribute__ ((__weak__)) x
  22250. | #define HAVE_FUNC_WEAK 1
  22251. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  22252. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  22253. | #define HAVE_GCC_SYNC_BUILTINS 1
  22254. | #define UNREACHABLE __builtin_unreachable()
  22255. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  22256. | #define RUBY_FUNCTION_NAME_STRING __func__
  22257. | #define ENUM_OVER_INT 1
  22258. | #define HAVE_DECL_SYS_NERR 1
  22259. | #define HAVE_DECL_GETENV 1
  22260. | #define SIZEOF_SIZE_T 8
  22261. | #define SIZEOF_PTRDIFF_T 8
  22262. | #define PRI_SIZE_PREFIX "z"
  22263. | #define PRI_PTRDIFF_PREFIX "t"
  22264. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  22265. | #define HAVE_ST_BLKSIZE 1
  22266. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  22267. | #define HAVE_ST_BLOCKS 1
  22268. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  22269. | #define HAVE_ST_RDEV 1
  22270. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  22271. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  22272. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  22273. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  22274. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  22275. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  22276. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  22277. | #define HAVE_STRUCT_TIMEVAL 1
  22278. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  22279. | #define HAVE_STRUCT_TIMESPEC 1
  22280. | #define HAVE_STRUCT_TIMEZONE 1
  22281. | #define HAVE_RB_FD_INIT 1
  22282. | #define HAVE_INT8_T 1
  22283. | #define SIZEOF_INT8_T 1
  22284. | #define HAVE_UINT8_T 1
  22285. | #define SIZEOF_UINT8_T 1
  22286. | #define HAVE_INT16_T 1
  22287. | #define SIZEOF_INT16_T 2
  22288. | #define HAVE_UINT16_T 1
  22289. | #define SIZEOF_UINT16_T 2
  22290. | #define HAVE_INT32_T 1
  22291. | #define SIZEOF_INT32_T 4
  22292. | #define HAVE_UINT32_T 1
  22293. | #define SIZEOF_UINT32_T 4
  22294. | #define HAVE_INT64_T 1
  22295. | #define SIZEOF_INT64_T 8
  22296. | #define HAVE_UINT64_T 1
  22297. | #define SIZEOF_UINT64_T 8
  22298. | #define HAVE_INT128_T 1
  22299. | #define int128_t __int128
  22300. | #define SIZEOF_INT128_T SIZEOF___INT128
  22301. | #define HAVE_UINT128_T 1
  22302. | #define uint128_t unsigned __int128
  22303. | #define SIZEOF_UINT128_T SIZEOF___INT128
  22304. | #define HAVE_INTPTR_T 1
  22305. | #define SIZEOF_INTPTR_T 8
  22306. | #define HAVE_UINTPTR_T 1
  22307. | #define SIZEOF_UINTPTR_T 8
  22308. | #define HAVE_SSIZE_T 1
  22309. | #define SIZEOF_SSIZE_T 8
  22310. | #define GETGROUPS_T gid_t
  22311. | #define RETSIGTYPE void
  22312. | #define HAVE_ALLOCA_H 1
  22313. | #define HAVE_ALLOCA 1
  22314. | #define HAVE_ACOSH 1
  22315. | #define HAVE_CBRT 1
  22316. | #define HAVE_CRYPT 1
  22317. | #define HAVE_DUP2 1
  22318. | #define HAVE_ERF 1
  22319. | #define HAVE_FFS 1
  22320. | #define HAVE_FINITE 1
  22321. | #define HAVE_FLOCK 1
  22322. | #define HAVE_HYPOT 1
  22323. | #define HAVE_ISINF 1
  22324. | #define HAVE_ISNAN 1
  22325. | #define HAVE_LGAMMA_R 1
  22326. | #define HAVE_MEMMOVE 1
  22327. | #define HAVE_NEXTAFTER 1
  22328. | #define HAVE_STRCHR 1
  22329. | #define HAVE_STRERROR 1
  22330. | #define HAVE_STRLCAT 1
  22331. | #define HAVE_STRLCPY 1
  22332. | #define HAVE_STRSTR 1
  22333. | #define HAVE_TGAMMA 1
  22334. | #define SPT_TYPE SPT_REUSEARGV
  22335. | #define HAVE_SIGNBIT 1
  22336. | #define HAVE_FORK 1
  22337. | #define vfork fork
  22338. | #define HAVE_WORKING_FORK 1
  22339. | #define HAVE___SYSCALL 1
  22340. | #define HAVE__LONGJMP 1
  22341. | #define HAVE_ARC4RANDOM_BUF 1
  22342. | #define HAVE_ATAN2L 1
  22343. | #define HAVE_ATAN2F 1
  22344. | #define HAVE_CHROOT 1
  22345. | #define HAVE_COSH 1
  22346. | #define HAVE_DIRFD 1
  22347. | #define HAVE_DLOPEN 1
  22348. | #define HAVE_DLADDR 1
  22349. | #define HAVE_DUP 1
  22350. | #define HAVE_ENDGRENT 1
  22351. | #define HAVE_FCHMOD 1
  22352. | #define HAVE_FCHOWN 1
  22353. | #define HAVE_FCNTL 1
  22354. | #define HAVE_FGETATTRLIST 1
  22355. | #define HAVE_FMOD 1
  22356. | #define HAVE_FSYNC 1
  22357. | #define HAVE_FTRUNCATE 1
  22358. | #define HAVE_GETATTRLIST 1
  22359. | #define HAVE_GETCWD 1
  22360. | #define HAVE_GETGRNAM 1
  22361. | #define HAVE_GETGRNAM_R 1
  22362. | #define HAVE_GETGROUPS 1
  22363. | #define HAVE_GETPGID 1
  22364. | #define HAVE_GETPGRP 1
  22365. | #define HAVE_GETPRIORITY 1
  22366. | #define HAVE_GETPWNAM_R 1
  22367. | /* end confdefs.h. */
  22368. | /* Define getresgid to an innocuous variant, in case <limits.h> declares getresgid.
  22369. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  22370. | #define getresgid innocuous_getresgid
  22371. |
  22372. | /* System header to define __stub macros and hopefully few prototypes,
  22373. | which can conflict with char getresgid (); below.
  22374. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  22375. | <limits.h> exists even on freestanding compilers. */
  22376. |
  22377. | #ifdef __STDC__
  22378. | # include <limits.h>
  22379. | #else
  22380. | # include <assert.h>
  22381. | #endif
  22382. |
  22383. | #undef getresgid
  22384. |
  22385. | /* Override any GCC internal prototype to avoid an error.
  22386. | Use char because int might match the return type of a GCC
  22387. | builtin and then its argument prototype would still apply. */
  22388. | #ifdef __cplusplus
  22389. | extern "C"
  22390. | #endif
  22391. | char getresgid ();
  22392. | /* The GNU C library defines this for functions which it implements
  22393. | to always fail with ENOSYS. Some functions are actually named
  22394. | something starting with __ and the normal name is an alias. */
  22395. | #if defined __stub_getresgid || defined __stub___getresgid
  22396. | choke me
  22397. | #endif
  22398. |
  22399. | int
  22400. | main ()
  22401. | {
  22402. | return getresgid ();
  22403. | ;
  22404. | return 0;
  22405. | }
  22406. configure:21029: result: no
  22407. configure:21040: checking for getresuid
  22408. configure:21040: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  22409. Undefined symbols for architecture x86_64:
  22410. "_getresuid", referenced from:
  22411. _main in conftest-b1cc88.o
  22412. ld: symbol(s) not found for architecture x86_64
  22413. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  22414. configure:21040: $? = 1
  22415. configure: failed program was:
  22416. | /* confdefs.h */
  22417. | #define PACKAGE_NAME ""
  22418. | #define PACKAGE_TARNAME ""
  22419. | #define PACKAGE_VERSION ""
  22420. | #define PACKAGE_STRING ""
  22421. | #define PACKAGE_BUGREPORT ""
  22422. | #define PACKAGE_URL ""
  22423. | #define CANONICALIZATION_FOR_MATHN 1
  22424. | #define STDC_HEADERS 1
  22425. | #define HAVE_SYS_TYPES_H 1
  22426. | #define HAVE_SYS_STAT_H 1
  22427. | #define HAVE_STDLIB_H 1
  22428. | #define HAVE_STRING_H 1
  22429. | #define HAVE_MEMORY_H 1
  22430. | #define HAVE_STRINGS_H 1
  22431. | #define HAVE_INTTYPES_H 1
  22432. | #define HAVE_STDINT_H 1
  22433. | #define HAVE_UNISTD_H 1
  22434. | #define __EXTENSIONS__ 1
  22435. | #define _ALL_SOURCE 1
  22436. | #define _GNU_SOURCE 1
  22437. | #define _POSIX_PTHREAD_SEMANTICS 1
  22438. | #define _TANDEM_SOURCE 1
  22439. | #define HAVE_INFINITY 1
  22440. | #define HAVE_NAN 1
  22441. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  22442. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  22443. | #define BROKEN_CRYPT 1
  22444. | #define HAVE_CRT_EXTERNS_H 1
  22445. | #define HAVE_LIBDL 1
  22446. | #define HAVE_DIRENT_H 1
  22447. | #define HAVE__BOOL 1
  22448. | #define HAVE_STDBOOL_H 1
  22449. | #define HAVE_SYS_WAIT_H 1
  22450. | #define HAVE_GRP_H 1
  22451. | #define HAVE_FCNTL_H 1
  22452. | #define HAVE_FLOAT_H 1
  22453. | #define HAVE_LANGINFO_H 1
  22454. | #define HAVE_LIMITS_H 1
  22455. | #define HAVE_LOCALE_H 1
  22456. | #define HAVE_MALLOC_MALLOC_H 1
  22457. | #define HAVE_PWD_H 1
  22458. | #define HAVE_SYS_ATTR_H 1
  22459. | #define HAVE_SYS_FCNTL_H 1
  22460. | #define HAVE_SYS_FILE_H 1
  22461. | #define HAVE_SYS_IOCTL_H 1
  22462. | #define HAVE_SYS_PARAM_H 1
  22463. | #define HAVE_SYS_RESOURCE_H 1
  22464. | #define HAVE_SYS_SELECT_H 1
  22465. | #define HAVE_SYS_SOCKET_H 1
  22466. | #define HAVE_SYS_SYSCALL_H 1
  22467. | #define HAVE_SYS_TIME_H 1
  22468. | #define HAVE_SYS_TIMES_H 1
  22469. | #define HAVE_SYS_UIO_H 1
  22470. | #define HAVE_TIME_H 1
  22471. | #define HAVE_UCONTEXT_H 1
  22472. | #define HAVE_UTIME_H 1
  22473. | #define HAVE_TYPEOF 1
  22474. | #define HAVE_LONG_LONG 1
  22475. | #define HAVE_OFF_T 1
  22476. | #define SIZEOF_INT 4
  22477. | #define SIZEOF_SHORT 2
  22478. | #define SIZEOF_LONG 8
  22479. | #define SIZEOF_LONG_LONG 8
  22480. | #define SIZEOF___INT64 0
  22481. | #define SIZEOF___INT128 16
  22482. | #define SIZEOF_OFF_T 8
  22483. | #define SIZEOF_VOIDP 8
  22484. | #define SIZEOF_FLOAT 4
  22485. | #define SIZEOF_DOUBLE 8
  22486. | #define SIZEOF_TIME_T 8
  22487. | #define SIZEOF_CLOCK_T 8
  22488. | #define PACKED_STRUCT(x) x __attribute__((packed))
  22489. | #define PACKED_STRUCT_UNALIGNED(x) x
  22490. | #define PRI_LL_PREFIX "ll"
  22491. | #define rb_pid_t pid_t
  22492. | #define SIGNEDNESS_OF_PID_T -1
  22493. | #define PIDT2NUM(v) INT2NUM(v)
  22494. | #define NUM2PIDT(v) NUM2INT(v)
  22495. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  22496. | #define rb_uid_t uid_t
  22497. | #define SIGNEDNESS_OF_UID_T +1
  22498. | #define UIDT2NUM(v) UINT2NUM(v)
  22499. | #define NUM2UIDT(v) NUM2UINT(v)
  22500. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  22501. | #define rb_gid_t gid_t
  22502. | #define SIGNEDNESS_OF_GID_T +1
  22503. | #define GIDT2NUM(v) UINT2NUM(v)
  22504. | #define NUM2GIDT(v) NUM2UINT(v)
  22505. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  22506. | #define rb_time_t time_t
  22507. | #define SIGNEDNESS_OF_TIME_T -1
  22508. | #define TIMET2NUM(v) LONG2NUM(v)
  22509. | #define NUM2TIMET(v) NUM2LONG(v)
  22510. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  22511. | #define rb_dev_t dev_t
  22512. | #define SIGNEDNESS_OF_DEV_T -1
  22513. | #define DEVT2NUM(v) INT2NUM(v)
  22514. | #define NUM2DEVT(v) NUM2INT(v)
  22515. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  22516. | #define rb_mode_t mode_t
  22517. | #define SIGNEDNESS_OF_MODE_T +1
  22518. | #define MODET2NUM(v) UINT2NUM(v)
  22519. | #define NUM2MODET(v) NUM2UINT(v)
  22520. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  22521. | #define rb_rlim_t rlim_t
  22522. | #define SIGNEDNESS_OF_RLIM_T +1
  22523. | #define RLIM2NUM(v) ULL2NUM(v)
  22524. | #define NUM2RLIM(v) NUM2ULL(v)
  22525. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  22526. | #define rb_off_t off_t
  22527. | #define SIGNEDNESS_OF_OFF_T -1
  22528. | #define OFFT2NUM(v) LL2NUM(v)
  22529. | #define NUM2OFFT(v) NUM2LL(v)
  22530. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  22531. | #define rb_clockid_t int
  22532. | #define SIGNEDNESS_OF_CLOCKID_T -1
  22533. | #define CLOCKID2NUM(v) INT2NUM(v)
  22534. | #define NUM2CLOCKID(v) NUM2INT(v)
  22535. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  22536. | #define HAVE_PROTOTYPES 1
  22537. | #define TOKEN_PASTE(x,y) x##y
  22538. | #define STRINGIZE(expr) STRINGIZE0(expr)
  22539. | #define HAVE_STDARG_PROTOTYPES 1
  22540. | #define HAVE_VA_ARGS_MACRO 1
  22541. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  22542. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  22543. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  22544. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  22545. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  22546. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  22547. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  22548. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  22549. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  22550. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  22551. | #define WEAK(x) __attribute__ ((__weak__)) x
  22552. | #define HAVE_FUNC_WEAK 1
  22553. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  22554. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  22555. | #define HAVE_GCC_SYNC_BUILTINS 1
  22556. | #define UNREACHABLE __builtin_unreachable()
  22557. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  22558. | #define RUBY_FUNCTION_NAME_STRING __func__
  22559. | #define ENUM_OVER_INT 1
  22560. | #define HAVE_DECL_SYS_NERR 1
  22561. | #define HAVE_DECL_GETENV 1
  22562. | #define SIZEOF_SIZE_T 8
  22563. | #define SIZEOF_PTRDIFF_T 8
  22564. | #define PRI_SIZE_PREFIX "z"
  22565. | #define PRI_PTRDIFF_PREFIX "t"
  22566. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  22567. | #define HAVE_ST_BLKSIZE 1
  22568. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  22569. | #define HAVE_ST_BLOCKS 1
  22570. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  22571. | #define HAVE_ST_RDEV 1
  22572. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  22573. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  22574. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  22575. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  22576. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  22577. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  22578. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  22579. | #define HAVE_STRUCT_TIMEVAL 1
  22580. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  22581. | #define HAVE_STRUCT_TIMESPEC 1
  22582. | #define HAVE_STRUCT_TIMEZONE 1
  22583. | #define HAVE_RB_FD_INIT 1
  22584. | #define HAVE_INT8_T 1
  22585. | #define SIZEOF_INT8_T 1
  22586. | #define HAVE_UINT8_T 1
  22587. | #define SIZEOF_UINT8_T 1
  22588. | #define HAVE_INT16_T 1
  22589. | #define SIZEOF_INT16_T 2
  22590. | #define HAVE_UINT16_T 1
  22591. | #define SIZEOF_UINT16_T 2
  22592. | #define HAVE_INT32_T 1
  22593. | #define SIZEOF_INT32_T 4
  22594. | #define HAVE_UINT32_T 1
  22595. | #define SIZEOF_UINT32_T 4
  22596. | #define HAVE_INT64_T 1
  22597. | #define SIZEOF_INT64_T 8
  22598. | #define HAVE_UINT64_T 1
  22599. | #define SIZEOF_UINT64_T 8
  22600. | #define HAVE_INT128_T 1
  22601. | #define int128_t __int128
  22602. | #define SIZEOF_INT128_T SIZEOF___INT128
  22603. | #define HAVE_UINT128_T 1
  22604. | #define uint128_t unsigned __int128
  22605. | #define SIZEOF_UINT128_T SIZEOF___INT128
  22606. | #define HAVE_INTPTR_T 1
  22607. | #define SIZEOF_INTPTR_T 8
  22608. | #define HAVE_UINTPTR_T 1
  22609. | #define SIZEOF_UINTPTR_T 8
  22610. | #define HAVE_SSIZE_T 1
  22611. | #define SIZEOF_SSIZE_T 8
  22612. | #define GETGROUPS_T gid_t
  22613. | #define RETSIGTYPE void
  22614. | #define HAVE_ALLOCA_H 1
  22615. | #define HAVE_ALLOCA 1
  22616. | #define HAVE_ACOSH 1
  22617. | #define HAVE_CBRT 1
  22618. | #define HAVE_CRYPT 1
  22619. | #define HAVE_DUP2 1
  22620. | #define HAVE_ERF 1
  22621. | #define HAVE_FFS 1
  22622. | #define HAVE_FINITE 1
  22623. | #define HAVE_FLOCK 1
  22624. | #define HAVE_HYPOT 1
  22625. | #define HAVE_ISINF 1
  22626. | #define HAVE_ISNAN 1
  22627. | #define HAVE_LGAMMA_R 1
  22628. | #define HAVE_MEMMOVE 1
  22629. | #define HAVE_NEXTAFTER 1
  22630. | #define HAVE_STRCHR 1
  22631. | #define HAVE_STRERROR 1
  22632. | #define HAVE_STRLCAT 1
  22633. | #define HAVE_STRLCPY 1
  22634. | #define HAVE_STRSTR 1
  22635. | #define HAVE_TGAMMA 1
  22636. | #define SPT_TYPE SPT_REUSEARGV
  22637. | #define HAVE_SIGNBIT 1
  22638. | #define HAVE_FORK 1
  22639. | #define vfork fork
  22640. | #define HAVE_WORKING_FORK 1
  22641. | #define HAVE___SYSCALL 1
  22642. | #define HAVE__LONGJMP 1
  22643. | #define HAVE_ARC4RANDOM_BUF 1
  22644. | #define HAVE_ATAN2L 1
  22645. | #define HAVE_ATAN2F 1
  22646. | #define HAVE_CHROOT 1
  22647. | #define HAVE_COSH 1
  22648. | #define HAVE_DIRFD 1
  22649. | #define HAVE_DLOPEN 1
  22650. | #define HAVE_DLADDR 1
  22651. | #define HAVE_DUP 1
  22652. | #define HAVE_ENDGRENT 1
  22653. | #define HAVE_FCHMOD 1
  22654. | #define HAVE_FCHOWN 1
  22655. | #define HAVE_FCNTL 1
  22656. | #define HAVE_FGETATTRLIST 1
  22657. | #define HAVE_FMOD 1
  22658. | #define HAVE_FSYNC 1
  22659. | #define HAVE_FTRUNCATE 1
  22660. | #define HAVE_GETATTRLIST 1
  22661. | #define HAVE_GETCWD 1
  22662. | #define HAVE_GETGRNAM 1
  22663. | #define HAVE_GETGRNAM_R 1
  22664. | #define HAVE_GETGROUPS 1
  22665. | #define HAVE_GETPGID 1
  22666. | #define HAVE_GETPGRP 1
  22667. | #define HAVE_GETPRIORITY 1
  22668. | #define HAVE_GETPWNAM_R 1
  22669. | /* end confdefs.h. */
  22670. | /* Define getresuid to an innocuous variant, in case <limits.h> declares getresuid.
  22671. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  22672. | #define getresuid innocuous_getresuid
  22673. |
  22674. | /* System header to define __stub macros and hopefully few prototypes,
  22675. | which can conflict with char getresuid (); below.
  22676. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  22677. | <limits.h> exists even on freestanding compilers. */
  22678. |
  22679. | #ifdef __STDC__
  22680. | # include <limits.h>
  22681. | #else
  22682. | # include <assert.h>
  22683. | #endif
  22684. |
  22685. | #undef getresuid
  22686. |
  22687. | /* Override any GCC internal prototype to avoid an error.
  22688. | Use char because int might match the return type of a GCC
  22689. | builtin and then its argument prototype would still apply. */
  22690. | #ifdef __cplusplus
  22691. | extern "C"
  22692. | #endif
  22693. | char getresuid ();
  22694. | /* The GNU C library defines this for functions which it implements
  22695. | to always fail with ENOSYS. Some functions are actually named
  22696. | something starting with __ and the normal name is an alias. */
  22697. | #if defined __stub_getresuid || defined __stub___getresuid
  22698. | choke me
  22699. | #endif
  22700. |
  22701. | int
  22702. | main ()
  22703. | {
  22704. | return getresuid ();
  22705. | ;
  22706. | return 0;
  22707. | }
  22708. configure:21040: result: no
  22709. configure:21051: checking for getrlimit
  22710. configure:21051: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  22711. configure:21051: $? = 0
  22712. configure:21051: result: yes
  22713. configure:21062: checking for getsid
  22714. configure:21062: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  22715. configure:21062: $? = 0
  22716. configure:21062: result: yes
  22717. configure:21073: checking for gettimeofday
  22718. configure:21073: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  22719. configure:21073: $? = 0
  22720. configure:21073: result: yes
  22721. configure:21084: checking for getuidx
  22722. configure:21084: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  22723. Undefined symbols for architecture x86_64:
  22724. "_getuidx", referenced from:
  22725. _main in conftest-8abdc9.o
  22726. ld: symbol(s) not found for architecture x86_64
  22727. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  22728. configure:21084: $? = 1
  22729. configure: failed program was:
  22730. | /* confdefs.h */
  22731. | #define PACKAGE_NAME ""
  22732. | #define PACKAGE_TARNAME ""
  22733. | #define PACKAGE_VERSION ""
  22734. | #define PACKAGE_STRING ""
  22735. | #define PACKAGE_BUGREPORT ""
  22736. | #define PACKAGE_URL ""
  22737. | #define CANONICALIZATION_FOR_MATHN 1
  22738. | #define STDC_HEADERS 1
  22739. | #define HAVE_SYS_TYPES_H 1
  22740. | #define HAVE_SYS_STAT_H 1
  22741. | #define HAVE_STDLIB_H 1
  22742. | #define HAVE_STRING_H 1
  22743. | #define HAVE_MEMORY_H 1
  22744. | #define HAVE_STRINGS_H 1
  22745. | #define HAVE_INTTYPES_H 1
  22746. | #define HAVE_STDINT_H 1
  22747. | #define HAVE_UNISTD_H 1
  22748. | #define __EXTENSIONS__ 1
  22749. | #define _ALL_SOURCE 1
  22750. | #define _GNU_SOURCE 1
  22751. | #define _POSIX_PTHREAD_SEMANTICS 1
  22752. | #define _TANDEM_SOURCE 1
  22753. | #define HAVE_INFINITY 1
  22754. | #define HAVE_NAN 1
  22755. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  22756. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  22757. | #define BROKEN_CRYPT 1
  22758. | #define HAVE_CRT_EXTERNS_H 1
  22759. | #define HAVE_LIBDL 1
  22760. | #define HAVE_DIRENT_H 1
  22761. | #define HAVE__BOOL 1
  22762. | #define HAVE_STDBOOL_H 1
  22763. | #define HAVE_SYS_WAIT_H 1
  22764. | #define HAVE_GRP_H 1
  22765. | #define HAVE_FCNTL_H 1
  22766. | #define HAVE_FLOAT_H 1
  22767. | #define HAVE_LANGINFO_H 1
  22768. | #define HAVE_LIMITS_H 1
  22769. | #define HAVE_LOCALE_H 1
  22770. | #define HAVE_MALLOC_MALLOC_H 1
  22771. | #define HAVE_PWD_H 1
  22772. | #define HAVE_SYS_ATTR_H 1
  22773. | #define HAVE_SYS_FCNTL_H 1
  22774. | #define HAVE_SYS_FILE_H 1
  22775. | #define HAVE_SYS_IOCTL_H 1
  22776. | #define HAVE_SYS_PARAM_H 1
  22777. | #define HAVE_SYS_RESOURCE_H 1
  22778. | #define HAVE_SYS_SELECT_H 1
  22779. | #define HAVE_SYS_SOCKET_H 1
  22780. | #define HAVE_SYS_SYSCALL_H 1
  22781. | #define HAVE_SYS_TIME_H 1
  22782. | #define HAVE_SYS_TIMES_H 1
  22783. | #define HAVE_SYS_UIO_H 1
  22784. | #define HAVE_TIME_H 1
  22785. | #define HAVE_UCONTEXT_H 1
  22786. | #define HAVE_UTIME_H 1
  22787. | #define HAVE_TYPEOF 1
  22788. | #define HAVE_LONG_LONG 1
  22789. | #define HAVE_OFF_T 1
  22790. | #define SIZEOF_INT 4
  22791. | #define SIZEOF_SHORT 2
  22792. | #define SIZEOF_LONG 8
  22793. | #define SIZEOF_LONG_LONG 8
  22794. | #define SIZEOF___INT64 0
  22795. | #define SIZEOF___INT128 16
  22796. | #define SIZEOF_OFF_T 8
  22797. | #define SIZEOF_VOIDP 8
  22798. | #define SIZEOF_FLOAT 4
  22799. | #define SIZEOF_DOUBLE 8
  22800. | #define SIZEOF_TIME_T 8
  22801. | #define SIZEOF_CLOCK_T 8
  22802. | #define PACKED_STRUCT(x) x __attribute__((packed))
  22803. | #define PACKED_STRUCT_UNALIGNED(x) x
  22804. | #define PRI_LL_PREFIX "ll"
  22805. | #define rb_pid_t pid_t
  22806. | #define SIGNEDNESS_OF_PID_T -1
  22807. | #define PIDT2NUM(v) INT2NUM(v)
  22808. | #define NUM2PIDT(v) NUM2INT(v)
  22809. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  22810. | #define rb_uid_t uid_t
  22811. | #define SIGNEDNESS_OF_UID_T +1
  22812. | #define UIDT2NUM(v) UINT2NUM(v)
  22813. | #define NUM2UIDT(v) NUM2UINT(v)
  22814. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  22815. | #define rb_gid_t gid_t
  22816. | #define SIGNEDNESS_OF_GID_T +1
  22817. | #define GIDT2NUM(v) UINT2NUM(v)
  22818. | #define NUM2GIDT(v) NUM2UINT(v)
  22819. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  22820. | #define rb_time_t time_t
  22821. | #define SIGNEDNESS_OF_TIME_T -1
  22822. | #define TIMET2NUM(v) LONG2NUM(v)
  22823. | #define NUM2TIMET(v) NUM2LONG(v)
  22824. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  22825. | #define rb_dev_t dev_t
  22826. | #define SIGNEDNESS_OF_DEV_T -1
  22827. | #define DEVT2NUM(v) INT2NUM(v)
  22828. | #define NUM2DEVT(v) NUM2INT(v)
  22829. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  22830. | #define rb_mode_t mode_t
  22831. | #define SIGNEDNESS_OF_MODE_T +1
  22832. | #define MODET2NUM(v) UINT2NUM(v)
  22833. | #define NUM2MODET(v) NUM2UINT(v)
  22834. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  22835. | #define rb_rlim_t rlim_t
  22836. | #define SIGNEDNESS_OF_RLIM_T +1
  22837. | #define RLIM2NUM(v) ULL2NUM(v)
  22838. | #define NUM2RLIM(v) NUM2ULL(v)
  22839. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  22840. | #define rb_off_t off_t
  22841. | #define SIGNEDNESS_OF_OFF_T -1
  22842. | #define OFFT2NUM(v) LL2NUM(v)
  22843. | #define NUM2OFFT(v) NUM2LL(v)
  22844. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  22845. | #define rb_clockid_t int
  22846. | #define SIGNEDNESS_OF_CLOCKID_T -1
  22847. | #define CLOCKID2NUM(v) INT2NUM(v)
  22848. | #define NUM2CLOCKID(v) NUM2INT(v)
  22849. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  22850. | #define HAVE_PROTOTYPES 1
  22851. | #define TOKEN_PASTE(x,y) x##y
  22852. | #define STRINGIZE(expr) STRINGIZE0(expr)
  22853. | #define HAVE_STDARG_PROTOTYPES 1
  22854. | #define HAVE_VA_ARGS_MACRO 1
  22855. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  22856. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  22857. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  22858. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  22859. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  22860. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  22861. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  22862. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  22863. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  22864. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  22865. | #define WEAK(x) __attribute__ ((__weak__)) x
  22866. | #define HAVE_FUNC_WEAK 1
  22867. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  22868. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  22869. | #define HAVE_GCC_SYNC_BUILTINS 1
  22870. | #define UNREACHABLE __builtin_unreachable()
  22871. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  22872. | #define RUBY_FUNCTION_NAME_STRING __func__
  22873. | #define ENUM_OVER_INT 1
  22874. | #define HAVE_DECL_SYS_NERR 1
  22875. | #define HAVE_DECL_GETENV 1
  22876. | #define SIZEOF_SIZE_T 8
  22877. | #define SIZEOF_PTRDIFF_T 8
  22878. | #define PRI_SIZE_PREFIX "z"
  22879. | #define PRI_PTRDIFF_PREFIX "t"
  22880. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  22881. | #define HAVE_ST_BLKSIZE 1
  22882. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  22883. | #define HAVE_ST_BLOCKS 1
  22884. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  22885. | #define HAVE_ST_RDEV 1
  22886. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  22887. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  22888. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  22889. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  22890. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  22891. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  22892. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  22893. | #define HAVE_STRUCT_TIMEVAL 1
  22894. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  22895. | #define HAVE_STRUCT_TIMESPEC 1
  22896. | #define HAVE_STRUCT_TIMEZONE 1
  22897. | #define HAVE_RB_FD_INIT 1
  22898. | #define HAVE_INT8_T 1
  22899. | #define SIZEOF_INT8_T 1
  22900. | #define HAVE_UINT8_T 1
  22901. | #define SIZEOF_UINT8_T 1
  22902. | #define HAVE_INT16_T 1
  22903. | #define SIZEOF_INT16_T 2
  22904. | #define HAVE_UINT16_T 1
  22905. | #define SIZEOF_UINT16_T 2
  22906. | #define HAVE_INT32_T 1
  22907. | #define SIZEOF_INT32_T 4
  22908. | #define HAVE_UINT32_T 1
  22909. | #define SIZEOF_UINT32_T 4
  22910. | #define HAVE_INT64_T 1
  22911. | #define SIZEOF_INT64_T 8
  22912. | #define HAVE_UINT64_T 1
  22913. | #define SIZEOF_UINT64_T 8
  22914. | #define HAVE_INT128_T 1
  22915. | #define int128_t __int128
  22916. | #define SIZEOF_INT128_T SIZEOF___INT128
  22917. | #define HAVE_UINT128_T 1
  22918. | #define uint128_t unsigned __int128
  22919. | #define SIZEOF_UINT128_T SIZEOF___INT128
  22920. | #define HAVE_INTPTR_T 1
  22921. | #define SIZEOF_INTPTR_T 8
  22922. | #define HAVE_UINTPTR_T 1
  22923. | #define SIZEOF_UINTPTR_T 8
  22924. | #define HAVE_SSIZE_T 1
  22925. | #define SIZEOF_SSIZE_T 8
  22926. | #define GETGROUPS_T gid_t
  22927. | #define RETSIGTYPE void
  22928. | #define HAVE_ALLOCA_H 1
  22929. | #define HAVE_ALLOCA 1
  22930. | #define HAVE_ACOSH 1
  22931. | #define HAVE_CBRT 1
  22932. | #define HAVE_CRYPT 1
  22933. | #define HAVE_DUP2 1
  22934. | #define HAVE_ERF 1
  22935. | #define HAVE_FFS 1
  22936. | #define HAVE_FINITE 1
  22937. | #define HAVE_FLOCK 1
  22938. | #define HAVE_HYPOT 1
  22939. | #define HAVE_ISINF 1
  22940. | #define HAVE_ISNAN 1
  22941. | #define HAVE_LGAMMA_R 1
  22942. | #define HAVE_MEMMOVE 1
  22943. | #define HAVE_NEXTAFTER 1
  22944. | #define HAVE_STRCHR 1
  22945. | #define HAVE_STRERROR 1
  22946. | #define HAVE_STRLCAT 1
  22947. | #define HAVE_STRLCPY 1
  22948. | #define HAVE_STRSTR 1
  22949. | #define HAVE_TGAMMA 1
  22950. | #define SPT_TYPE SPT_REUSEARGV
  22951. | #define HAVE_SIGNBIT 1
  22952. | #define HAVE_FORK 1
  22953. | #define vfork fork
  22954. | #define HAVE_WORKING_FORK 1
  22955. | #define HAVE___SYSCALL 1
  22956. | #define HAVE__LONGJMP 1
  22957. | #define HAVE_ARC4RANDOM_BUF 1
  22958. | #define HAVE_ATAN2L 1
  22959. | #define HAVE_ATAN2F 1
  22960. | #define HAVE_CHROOT 1
  22961. | #define HAVE_COSH 1
  22962. | #define HAVE_DIRFD 1
  22963. | #define HAVE_DLOPEN 1
  22964. | #define HAVE_DLADDR 1
  22965. | #define HAVE_DUP 1
  22966. | #define HAVE_ENDGRENT 1
  22967. | #define HAVE_FCHMOD 1
  22968. | #define HAVE_FCHOWN 1
  22969. | #define HAVE_FCNTL 1
  22970. | #define HAVE_FGETATTRLIST 1
  22971. | #define HAVE_FMOD 1
  22972. | #define HAVE_FSYNC 1
  22973. | #define HAVE_FTRUNCATE 1
  22974. | #define HAVE_GETATTRLIST 1
  22975. | #define HAVE_GETCWD 1
  22976. | #define HAVE_GETGRNAM 1
  22977. | #define HAVE_GETGRNAM_R 1
  22978. | #define HAVE_GETGROUPS 1
  22979. | #define HAVE_GETPGID 1
  22980. | #define HAVE_GETPGRP 1
  22981. | #define HAVE_GETPRIORITY 1
  22982. | #define HAVE_GETPWNAM_R 1
  22983. | #define HAVE_GETRLIMIT 1
  22984. | #define HAVE_GETSID 1
  22985. | #define HAVE_GETTIMEOFDAY 1
  22986. | /* end confdefs.h. */
  22987. | /* Define getuidx to an innocuous variant, in case <limits.h> declares getuidx.
  22988. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  22989. | #define getuidx innocuous_getuidx
  22990. |
  22991. | /* System header to define __stub macros and hopefully few prototypes,
  22992. | which can conflict with char getuidx (); below.
  22993. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  22994. | <limits.h> exists even on freestanding compilers. */
  22995. |
  22996. | #ifdef __STDC__
  22997. | # include <limits.h>
  22998. | #else
  22999. | # include <assert.h>
  23000. | #endif
  23001. |
  23002. | #undef getuidx
  23003. |
  23004. | /* Override any GCC internal prototype to avoid an error.
  23005. | Use char because int might match the return type of a GCC
  23006. | builtin and then its argument prototype would still apply. */
  23007. | #ifdef __cplusplus
  23008. | extern "C"
  23009. | #endif
  23010. | char getuidx ();
  23011. | /* The GNU C library defines this for functions which it implements
  23012. | to always fail with ENOSYS. Some functions are actually named
  23013. | something starting with __ and the normal name is an alias. */
  23014. | #if defined __stub_getuidx || defined __stub___getuidx
  23015. | choke me
  23016. | #endif
  23017. |
  23018. | int
  23019. | main ()
  23020. | {
  23021. | return getuidx ();
  23022. | ;
  23023. | return 0;
  23024. | }
  23025. configure:21084: result: no
  23026. configure:21095: checking for gmtime_r
  23027. configure:21095: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  23028. configure:21095: $? = 0
  23029. configure:21095: result: yes
  23030. configure:21106: checking for initgroups
  23031. configure:21106: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  23032. configure:21106: $? = 0
  23033. configure:21106: result: yes
  23034. configure:21117: checking for ioctl
  23035. configure:21117: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  23036. configure:21117: $? = 0
  23037. configure:21117: result: yes
  23038. configure:21128: checking for isfinite
  23039. configure:21128: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  23040. Undefined symbols for architecture x86_64:
  23041. "_isfinite", referenced from:
  23042. _main in conftest-442128.o
  23043. ld: symbol(s) not found for architecture x86_64
  23044. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  23045. configure:21128: $? = 1
  23046. configure: failed program was:
  23047. | /* confdefs.h */
  23048. | #define PACKAGE_NAME ""
  23049. | #define PACKAGE_TARNAME ""
  23050. | #define PACKAGE_VERSION ""
  23051. | #define PACKAGE_STRING ""
  23052. | #define PACKAGE_BUGREPORT ""
  23053. | #define PACKAGE_URL ""
  23054. | #define CANONICALIZATION_FOR_MATHN 1
  23055. | #define STDC_HEADERS 1
  23056. | #define HAVE_SYS_TYPES_H 1
  23057. | #define HAVE_SYS_STAT_H 1
  23058. | #define HAVE_STDLIB_H 1
  23059. | #define HAVE_STRING_H 1
  23060. | #define HAVE_MEMORY_H 1
  23061. | #define HAVE_STRINGS_H 1
  23062. | #define HAVE_INTTYPES_H 1
  23063. | #define HAVE_STDINT_H 1
  23064. | #define HAVE_UNISTD_H 1
  23065. | #define __EXTENSIONS__ 1
  23066. | #define _ALL_SOURCE 1
  23067. | #define _GNU_SOURCE 1
  23068. | #define _POSIX_PTHREAD_SEMANTICS 1
  23069. | #define _TANDEM_SOURCE 1
  23070. | #define HAVE_INFINITY 1
  23071. | #define HAVE_NAN 1
  23072. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  23073. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  23074. | #define BROKEN_CRYPT 1
  23075. | #define HAVE_CRT_EXTERNS_H 1
  23076. | #define HAVE_LIBDL 1
  23077. | #define HAVE_DIRENT_H 1
  23078. | #define HAVE__BOOL 1
  23079. | #define HAVE_STDBOOL_H 1
  23080. | #define HAVE_SYS_WAIT_H 1
  23081. | #define HAVE_GRP_H 1
  23082. | #define HAVE_FCNTL_H 1
  23083. | #define HAVE_FLOAT_H 1
  23084. | #define HAVE_LANGINFO_H 1
  23085. | #define HAVE_LIMITS_H 1
  23086. | #define HAVE_LOCALE_H 1
  23087. | #define HAVE_MALLOC_MALLOC_H 1
  23088. | #define HAVE_PWD_H 1
  23089. | #define HAVE_SYS_ATTR_H 1
  23090. | #define HAVE_SYS_FCNTL_H 1
  23091. | #define HAVE_SYS_FILE_H 1
  23092. | #define HAVE_SYS_IOCTL_H 1
  23093. | #define HAVE_SYS_PARAM_H 1
  23094. | #define HAVE_SYS_RESOURCE_H 1
  23095. | #define HAVE_SYS_SELECT_H 1
  23096. | #define HAVE_SYS_SOCKET_H 1
  23097. | #define HAVE_SYS_SYSCALL_H 1
  23098. | #define HAVE_SYS_TIME_H 1
  23099. | #define HAVE_SYS_TIMES_H 1
  23100. | #define HAVE_SYS_UIO_H 1
  23101. | #define HAVE_TIME_H 1
  23102. | #define HAVE_UCONTEXT_H 1
  23103. | #define HAVE_UTIME_H 1
  23104. | #define HAVE_TYPEOF 1
  23105. | #define HAVE_LONG_LONG 1
  23106. | #define HAVE_OFF_T 1
  23107. | #define SIZEOF_INT 4
  23108. | #define SIZEOF_SHORT 2
  23109. | #define SIZEOF_LONG 8
  23110. | #define SIZEOF_LONG_LONG 8
  23111. | #define SIZEOF___INT64 0
  23112. | #define SIZEOF___INT128 16
  23113. | #define SIZEOF_OFF_T 8
  23114. | #define SIZEOF_VOIDP 8
  23115. | #define SIZEOF_FLOAT 4
  23116. | #define SIZEOF_DOUBLE 8
  23117. | #define SIZEOF_TIME_T 8
  23118. | #define SIZEOF_CLOCK_T 8
  23119. | #define PACKED_STRUCT(x) x __attribute__((packed))
  23120. | #define PACKED_STRUCT_UNALIGNED(x) x
  23121. | #define PRI_LL_PREFIX "ll"
  23122. | #define rb_pid_t pid_t
  23123. | #define SIGNEDNESS_OF_PID_T -1
  23124. | #define PIDT2NUM(v) INT2NUM(v)
  23125. | #define NUM2PIDT(v) NUM2INT(v)
  23126. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  23127. | #define rb_uid_t uid_t
  23128. | #define SIGNEDNESS_OF_UID_T +1
  23129. | #define UIDT2NUM(v) UINT2NUM(v)
  23130. | #define NUM2UIDT(v) NUM2UINT(v)
  23131. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  23132. | #define rb_gid_t gid_t
  23133. | #define SIGNEDNESS_OF_GID_T +1
  23134. | #define GIDT2NUM(v) UINT2NUM(v)
  23135. | #define NUM2GIDT(v) NUM2UINT(v)
  23136. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  23137. | #define rb_time_t time_t
  23138. | #define SIGNEDNESS_OF_TIME_T -1
  23139. | #define TIMET2NUM(v) LONG2NUM(v)
  23140. | #define NUM2TIMET(v) NUM2LONG(v)
  23141. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  23142. | #define rb_dev_t dev_t
  23143. | #define SIGNEDNESS_OF_DEV_T -1
  23144. | #define DEVT2NUM(v) INT2NUM(v)
  23145. | #define NUM2DEVT(v) NUM2INT(v)
  23146. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  23147. | #define rb_mode_t mode_t
  23148. | #define SIGNEDNESS_OF_MODE_T +1
  23149. | #define MODET2NUM(v) UINT2NUM(v)
  23150. | #define NUM2MODET(v) NUM2UINT(v)
  23151. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  23152. | #define rb_rlim_t rlim_t
  23153. | #define SIGNEDNESS_OF_RLIM_T +1
  23154. | #define RLIM2NUM(v) ULL2NUM(v)
  23155. | #define NUM2RLIM(v) NUM2ULL(v)
  23156. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  23157. | #define rb_off_t off_t
  23158. | #define SIGNEDNESS_OF_OFF_T -1
  23159. | #define OFFT2NUM(v) LL2NUM(v)
  23160. | #define NUM2OFFT(v) NUM2LL(v)
  23161. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  23162. | #define rb_clockid_t int
  23163. | #define SIGNEDNESS_OF_CLOCKID_T -1
  23164. | #define CLOCKID2NUM(v) INT2NUM(v)
  23165. | #define NUM2CLOCKID(v) NUM2INT(v)
  23166. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  23167. | #define HAVE_PROTOTYPES 1
  23168. | #define TOKEN_PASTE(x,y) x##y
  23169. | #define STRINGIZE(expr) STRINGIZE0(expr)
  23170. | #define HAVE_STDARG_PROTOTYPES 1
  23171. | #define HAVE_VA_ARGS_MACRO 1
  23172. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  23173. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  23174. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  23175. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  23176. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  23177. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  23178. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  23179. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  23180. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  23181. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  23182. | #define WEAK(x) __attribute__ ((__weak__)) x
  23183. | #define HAVE_FUNC_WEAK 1
  23184. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  23185. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  23186. | #define HAVE_GCC_SYNC_BUILTINS 1
  23187. | #define UNREACHABLE __builtin_unreachable()
  23188. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  23189. | #define RUBY_FUNCTION_NAME_STRING __func__
  23190. | #define ENUM_OVER_INT 1
  23191. | #define HAVE_DECL_SYS_NERR 1
  23192. | #define HAVE_DECL_GETENV 1
  23193. | #define SIZEOF_SIZE_T 8
  23194. | #define SIZEOF_PTRDIFF_T 8
  23195. | #define PRI_SIZE_PREFIX "z"
  23196. | #define PRI_PTRDIFF_PREFIX "t"
  23197. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  23198. | #define HAVE_ST_BLKSIZE 1
  23199. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  23200. | #define HAVE_ST_BLOCKS 1
  23201. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  23202. | #define HAVE_ST_RDEV 1
  23203. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  23204. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  23205. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  23206. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  23207. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  23208. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  23209. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  23210. | #define HAVE_STRUCT_TIMEVAL 1
  23211. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  23212. | #define HAVE_STRUCT_TIMESPEC 1
  23213. | #define HAVE_STRUCT_TIMEZONE 1
  23214. | #define HAVE_RB_FD_INIT 1
  23215. | #define HAVE_INT8_T 1
  23216. | #define SIZEOF_INT8_T 1
  23217. | #define HAVE_UINT8_T 1
  23218. | #define SIZEOF_UINT8_T 1
  23219. | #define HAVE_INT16_T 1
  23220. | #define SIZEOF_INT16_T 2
  23221. | #define HAVE_UINT16_T 1
  23222. | #define SIZEOF_UINT16_T 2
  23223. | #define HAVE_INT32_T 1
  23224. | #define SIZEOF_INT32_T 4
  23225. | #define HAVE_UINT32_T 1
  23226. | #define SIZEOF_UINT32_T 4
  23227. | #define HAVE_INT64_T 1
  23228. | #define SIZEOF_INT64_T 8
  23229. | #define HAVE_UINT64_T 1
  23230. | #define SIZEOF_UINT64_T 8
  23231. | #define HAVE_INT128_T 1
  23232. | #define int128_t __int128
  23233. | #define SIZEOF_INT128_T SIZEOF___INT128
  23234. | #define HAVE_UINT128_T 1
  23235. | #define uint128_t unsigned __int128
  23236. | #define SIZEOF_UINT128_T SIZEOF___INT128
  23237. | #define HAVE_INTPTR_T 1
  23238. | #define SIZEOF_INTPTR_T 8
  23239. | #define HAVE_UINTPTR_T 1
  23240. | #define SIZEOF_UINTPTR_T 8
  23241. | #define HAVE_SSIZE_T 1
  23242. | #define SIZEOF_SSIZE_T 8
  23243. | #define GETGROUPS_T gid_t
  23244. | #define RETSIGTYPE void
  23245. | #define HAVE_ALLOCA_H 1
  23246. | #define HAVE_ALLOCA 1
  23247. | #define HAVE_ACOSH 1
  23248. | #define HAVE_CBRT 1
  23249. | #define HAVE_CRYPT 1
  23250. | #define HAVE_DUP2 1
  23251. | #define HAVE_ERF 1
  23252. | #define HAVE_FFS 1
  23253. | #define HAVE_FINITE 1
  23254. | #define HAVE_FLOCK 1
  23255. | #define HAVE_HYPOT 1
  23256. | #define HAVE_ISINF 1
  23257. | #define HAVE_ISNAN 1
  23258. | #define HAVE_LGAMMA_R 1
  23259. | #define HAVE_MEMMOVE 1
  23260. | #define HAVE_NEXTAFTER 1
  23261. | #define HAVE_STRCHR 1
  23262. | #define HAVE_STRERROR 1
  23263. | #define HAVE_STRLCAT 1
  23264. | #define HAVE_STRLCPY 1
  23265. | #define HAVE_STRSTR 1
  23266. | #define HAVE_TGAMMA 1
  23267. | #define SPT_TYPE SPT_REUSEARGV
  23268. | #define HAVE_SIGNBIT 1
  23269. | #define HAVE_FORK 1
  23270. | #define vfork fork
  23271. | #define HAVE_WORKING_FORK 1
  23272. | #define HAVE___SYSCALL 1
  23273. | #define HAVE__LONGJMP 1
  23274. | #define HAVE_ARC4RANDOM_BUF 1
  23275. | #define HAVE_ATAN2L 1
  23276. | #define HAVE_ATAN2F 1
  23277. | #define HAVE_CHROOT 1
  23278. | #define HAVE_COSH 1
  23279. | #define HAVE_DIRFD 1
  23280. | #define HAVE_DLOPEN 1
  23281. | #define HAVE_DLADDR 1
  23282. | #define HAVE_DUP 1
  23283. | #define HAVE_ENDGRENT 1
  23284. | #define HAVE_FCHMOD 1
  23285. | #define HAVE_FCHOWN 1
  23286. | #define HAVE_FCNTL 1
  23287. | #define HAVE_FGETATTRLIST 1
  23288. | #define HAVE_FMOD 1
  23289. | #define HAVE_FSYNC 1
  23290. | #define HAVE_FTRUNCATE 1
  23291. | #define HAVE_GETATTRLIST 1
  23292. | #define HAVE_GETCWD 1
  23293. | #define HAVE_GETGRNAM 1
  23294. | #define HAVE_GETGRNAM_R 1
  23295. | #define HAVE_GETGROUPS 1
  23296. | #define HAVE_GETPGID 1
  23297. | #define HAVE_GETPGRP 1
  23298. | #define HAVE_GETPRIORITY 1
  23299. | #define HAVE_GETPWNAM_R 1
  23300. | #define HAVE_GETRLIMIT 1
  23301. | #define HAVE_GETSID 1
  23302. | #define HAVE_GETTIMEOFDAY 1
  23303. | #define HAVE_GMTIME_R 1
  23304. | #define HAVE_INITGROUPS 1
  23305. | #define HAVE_IOCTL 1
  23306. | /* end confdefs.h. */
  23307. | /* Define isfinite to an innocuous variant, in case <limits.h> declares isfinite.
  23308. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  23309. | #define isfinite innocuous_isfinite
  23310. |
  23311. | /* System header to define __stub macros and hopefully few prototypes,
  23312. | which can conflict with char isfinite (); below.
  23313. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  23314. | <limits.h> exists even on freestanding compilers. */
  23315. |
  23316. | #ifdef __STDC__
  23317. | # include <limits.h>
  23318. | #else
  23319. | # include <assert.h>
  23320. | #endif
  23321. |
  23322. | #undef isfinite
  23323. |
  23324. | /* Override any GCC internal prototype to avoid an error.
  23325. | Use char because int might match the return type of a GCC
  23326. | builtin and then its argument prototype would still apply. */
  23327. | #ifdef __cplusplus
  23328. | extern "C"
  23329. | #endif
  23330. | char isfinite ();
  23331. | /* The GNU C library defines this for functions which it implements
  23332. | to always fail with ENOSYS. Some functions are actually named
  23333. | something starting with __ and the normal name is an alias. */
  23334. | #if defined __stub_isfinite || defined __stub___isfinite
  23335. | choke me
  23336. | #endif
  23337. |
  23338. | int
  23339. | main ()
  23340. | {
  23341. | return isfinite ();
  23342. | ;
  23343. | return 0;
  23344. | }
  23345. configure:21128: result: no
  23346. configure:21139: checking for issetugid
  23347. configure:21139: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  23348. configure:21139: $? = 0
  23349. configure:21139: result: yes
  23350. configure:21150: checking for killpg
  23351. configure:21150: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  23352. configure:21150: $? = 0
  23353. configure:21150: result: yes
  23354. configure:21161: checking for lchmod
  23355. configure:21161: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  23356. configure:21161: $? = 0
  23357. configure:21161: result: yes
  23358. configure:21172: checking for lchown
  23359. configure:21172: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  23360. configure:21172: $? = 0
  23361. configure:21172: result: yes
  23362. configure:21183: checking for link
  23363. configure:21183: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  23364. configure:21183: $? = 0
  23365. configure:21183: result: yes
  23366. configure:21194: checking for llabs
  23367. configure:21194: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  23368. conftest.c:289:6: warning: incompatible redeclaration of library function 'llabs' [-Wincompatible-library-redeclaration]
  23369. char llabs ();
  23370. ^
  23371. conftest.c:289:6: note: 'llabs' is a builtin with type 'long long (long long)'
  23372. 1 warning generated.
  23373. configure:21194: $? = 0
  23374. configure:21194: result: yes
  23375. configure:21205: checking for lockf
  23376. configure:21205: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  23377. configure:21205: $? = 0
  23378. configure:21205: result: yes
  23379. configure:21216: checking for log2
  23380. configure:21216: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  23381. conftest.c:291:6: warning: incompatible redeclaration of library function 'log2' [-Wincompatible-library-redeclaration]
  23382. char log2 ();
  23383. ^
  23384. conftest.c:291:6: note: 'log2' is a builtin with type 'double (double)'
  23385. 1 warning generated.
  23386. configure:21216: $? = 0
  23387. configure:21216: result: yes
  23388. configure:21227: checking for lstat
  23389. configure:21227: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  23390. configure:21227: $? = 0
  23391. configure:21227: result: yes
  23392. configure:21238: checking for malloc_usable_size
  23393. configure:21238: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  23394. Undefined symbols for architecture x86_64:
  23395. "_malloc_usable_size", referenced from:
  23396. _main in conftest-93076c.o
  23397. ld: symbol(s) not found for architecture x86_64
  23398. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  23399. configure:21238: $? = 1
  23400. configure: failed program was:
  23401. | /* confdefs.h */
  23402. | #define PACKAGE_NAME ""
  23403. | #define PACKAGE_TARNAME ""
  23404. | #define PACKAGE_VERSION ""
  23405. | #define PACKAGE_STRING ""
  23406. | #define PACKAGE_BUGREPORT ""
  23407. | #define PACKAGE_URL ""
  23408. | #define CANONICALIZATION_FOR_MATHN 1
  23409. | #define STDC_HEADERS 1
  23410. | #define HAVE_SYS_TYPES_H 1
  23411. | #define HAVE_SYS_STAT_H 1
  23412. | #define HAVE_STDLIB_H 1
  23413. | #define HAVE_STRING_H 1
  23414. | #define HAVE_MEMORY_H 1
  23415. | #define HAVE_STRINGS_H 1
  23416. | #define HAVE_INTTYPES_H 1
  23417. | #define HAVE_STDINT_H 1
  23418. | #define HAVE_UNISTD_H 1
  23419. | #define __EXTENSIONS__ 1
  23420. | #define _ALL_SOURCE 1
  23421. | #define _GNU_SOURCE 1
  23422. | #define _POSIX_PTHREAD_SEMANTICS 1
  23423. | #define _TANDEM_SOURCE 1
  23424. | #define HAVE_INFINITY 1
  23425. | #define HAVE_NAN 1
  23426. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  23427. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  23428. | #define BROKEN_CRYPT 1
  23429. | #define HAVE_CRT_EXTERNS_H 1
  23430. | #define HAVE_LIBDL 1
  23431. | #define HAVE_DIRENT_H 1
  23432. | #define HAVE__BOOL 1
  23433. | #define HAVE_STDBOOL_H 1
  23434. | #define HAVE_SYS_WAIT_H 1
  23435. | #define HAVE_GRP_H 1
  23436. | #define HAVE_FCNTL_H 1
  23437. | #define HAVE_FLOAT_H 1
  23438. | #define HAVE_LANGINFO_H 1
  23439. | #define HAVE_LIMITS_H 1
  23440. | #define HAVE_LOCALE_H 1
  23441. | #define HAVE_MALLOC_MALLOC_H 1
  23442. | #define HAVE_PWD_H 1
  23443. | #define HAVE_SYS_ATTR_H 1
  23444. | #define HAVE_SYS_FCNTL_H 1
  23445. | #define HAVE_SYS_FILE_H 1
  23446. | #define HAVE_SYS_IOCTL_H 1
  23447. | #define HAVE_SYS_PARAM_H 1
  23448. | #define HAVE_SYS_RESOURCE_H 1
  23449. | #define HAVE_SYS_SELECT_H 1
  23450. | #define HAVE_SYS_SOCKET_H 1
  23451. | #define HAVE_SYS_SYSCALL_H 1
  23452. | #define HAVE_SYS_TIME_H 1
  23453. | #define HAVE_SYS_TIMES_H 1
  23454. | #define HAVE_SYS_UIO_H 1
  23455. | #define HAVE_TIME_H 1
  23456. | #define HAVE_UCONTEXT_H 1
  23457. | #define HAVE_UTIME_H 1
  23458. | #define HAVE_TYPEOF 1
  23459. | #define HAVE_LONG_LONG 1
  23460. | #define HAVE_OFF_T 1
  23461. | #define SIZEOF_INT 4
  23462. | #define SIZEOF_SHORT 2
  23463. | #define SIZEOF_LONG 8
  23464. | #define SIZEOF_LONG_LONG 8
  23465. | #define SIZEOF___INT64 0
  23466. | #define SIZEOF___INT128 16
  23467. | #define SIZEOF_OFF_T 8
  23468. | #define SIZEOF_VOIDP 8
  23469. | #define SIZEOF_FLOAT 4
  23470. | #define SIZEOF_DOUBLE 8
  23471. | #define SIZEOF_TIME_T 8
  23472. | #define SIZEOF_CLOCK_T 8
  23473. | #define PACKED_STRUCT(x) x __attribute__((packed))
  23474. | #define PACKED_STRUCT_UNALIGNED(x) x
  23475. | #define PRI_LL_PREFIX "ll"
  23476. | #define rb_pid_t pid_t
  23477. | #define SIGNEDNESS_OF_PID_T -1
  23478. | #define PIDT2NUM(v) INT2NUM(v)
  23479. | #define NUM2PIDT(v) NUM2INT(v)
  23480. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  23481. | #define rb_uid_t uid_t
  23482. | #define SIGNEDNESS_OF_UID_T +1
  23483. | #define UIDT2NUM(v) UINT2NUM(v)
  23484. | #define NUM2UIDT(v) NUM2UINT(v)
  23485. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  23486. | #define rb_gid_t gid_t
  23487. | #define SIGNEDNESS_OF_GID_T +1
  23488. | #define GIDT2NUM(v) UINT2NUM(v)
  23489. | #define NUM2GIDT(v) NUM2UINT(v)
  23490. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  23491. | #define rb_time_t time_t
  23492. | #define SIGNEDNESS_OF_TIME_T -1
  23493. | #define TIMET2NUM(v) LONG2NUM(v)
  23494. | #define NUM2TIMET(v) NUM2LONG(v)
  23495. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  23496. | #define rb_dev_t dev_t
  23497. | #define SIGNEDNESS_OF_DEV_T -1
  23498. | #define DEVT2NUM(v) INT2NUM(v)
  23499. | #define NUM2DEVT(v) NUM2INT(v)
  23500. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  23501. | #define rb_mode_t mode_t
  23502. | #define SIGNEDNESS_OF_MODE_T +1
  23503. | #define MODET2NUM(v) UINT2NUM(v)
  23504. | #define NUM2MODET(v) NUM2UINT(v)
  23505. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  23506. | #define rb_rlim_t rlim_t
  23507. | #define SIGNEDNESS_OF_RLIM_T +1
  23508. | #define RLIM2NUM(v) ULL2NUM(v)
  23509. | #define NUM2RLIM(v) NUM2ULL(v)
  23510. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  23511. | #define rb_off_t off_t
  23512. | #define SIGNEDNESS_OF_OFF_T -1
  23513. | #define OFFT2NUM(v) LL2NUM(v)
  23514. | #define NUM2OFFT(v) NUM2LL(v)
  23515. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  23516. | #define rb_clockid_t int
  23517. | #define SIGNEDNESS_OF_CLOCKID_T -1
  23518. | #define CLOCKID2NUM(v) INT2NUM(v)
  23519. | #define NUM2CLOCKID(v) NUM2INT(v)
  23520. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  23521. | #define HAVE_PROTOTYPES 1
  23522. | #define TOKEN_PASTE(x,y) x##y
  23523. | #define STRINGIZE(expr) STRINGIZE0(expr)
  23524. | #define HAVE_STDARG_PROTOTYPES 1
  23525. | #define HAVE_VA_ARGS_MACRO 1
  23526. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  23527. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  23528. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  23529. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  23530. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  23531. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  23532. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  23533. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  23534. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  23535. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  23536. | #define WEAK(x) __attribute__ ((__weak__)) x
  23537. | #define HAVE_FUNC_WEAK 1
  23538. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  23539. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  23540. | #define HAVE_GCC_SYNC_BUILTINS 1
  23541. | #define UNREACHABLE __builtin_unreachable()
  23542. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  23543. | #define RUBY_FUNCTION_NAME_STRING __func__
  23544. | #define ENUM_OVER_INT 1
  23545. | #define HAVE_DECL_SYS_NERR 1
  23546. | #define HAVE_DECL_GETENV 1
  23547. | #define SIZEOF_SIZE_T 8
  23548. | #define SIZEOF_PTRDIFF_T 8
  23549. | #define PRI_SIZE_PREFIX "z"
  23550. | #define PRI_PTRDIFF_PREFIX "t"
  23551. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  23552. | #define HAVE_ST_BLKSIZE 1
  23553. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  23554. | #define HAVE_ST_BLOCKS 1
  23555. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  23556. | #define HAVE_ST_RDEV 1
  23557. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  23558. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  23559. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  23560. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  23561. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  23562. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  23563. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  23564. | #define HAVE_STRUCT_TIMEVAL 1
  23565. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  23566. | #define HAVE_STRUCT_TIMESPEC 1
  23567. | #define HAVE_STRUCT_TIMEZONE 1
  23568. | #define HAVE_RB_FD_INIT 1
  23569. | #define HAVE_INT8_T 1
  23570. | #define SIZEOF_INT8_T 1
  23571. | #define HAVE_UINT8_T 1
  23572. | #define SIZEOF_UINT8_T 1
  23573. | #define HAVE_INT16_T 1
  23574. | #define SIZEOF_INT16_T 2
  23575. | #define HAVE_UINT16_T 1
  23576. | #define SIZEOF_UINT16_T 2
  23577. | #define HAVE_INT32_T 1
  23578. | #define SIZEOF_INT32_T 4
  23579. | #define HAVE_UINT32_T 1
  23580. | #define SIZEOF_UINT32_T 4
  23581. | #define HAVE_INT64_T 1
  23582. | #define SIZEOF_INT64_T 8
  23583. | #define HAVE_UINT64_T 1
  23584. | #define SIZEOF_UINT64_T 8
  23585. | #define HAVE_INT128_T 1
  23586. | #define int128_t __int128
  23587. | #define SIZEOF_INT128_T SIZEOF___INT128
  23588. | #define HAVE_UINT128_T 1
  23589. | #define uint128_t unsigned __int128
  23590. | #define SIZEOF_UINT128_T SIZEOF___INT128
  23591. | #define HAVE_INTPTR_T 1
  23592. | #define SIZEOF_INTPTR_T 8
  23593. | #define HAVE_UINTPTR_T 1
  23594. | #define SIZEOF_UINTPTR_T 8
  23595. | #define HAVE_SSIZE_T 1
  23596. | #define SIZEOF_SSIZE_T 8
  23597. | #define GETGROUPS_T gid_t
  23598. | #define RETSIGTYPE void
  23599. | #define HAVE_ALLOCA_H 1
  23600. | #define HAVE_ALLOCA 1
  23601. | #define HAVE_ACOSH 1
  23602. | #define HAVE_CBRT 1
  23603. | #define HAVE_CRYPT 1
  23604. | #define HAVE_DUP2 1
  23605. | #define HAVE_ERF 1
  23606. | #define HAVE_FFS 1
  23607. | #define HAVE_FINITE 1
  23608. | #define HAVE_FLOCK 1
  23609. | #define HAVE_HYPOT 1
  23610. | #define HAVE_ISINF 1
  23611. | #define HAVE_ISNAN 1
  23612. | #define HAVE_LGAMMA_R 1
  23613. | #define HAVE_MEMMOVE 1
  23614. | #define HAVE_NEXTAFTER 1
  23615. | #define HAVE_STRCHR 1
  23616. | #define HAVE_STRERROR 1
  23617. | #define HAVE_STRLCAT 1
  23618. | #define HAVE_STRLCPY 1
  23619. | #define HAVE_STRSTR 1
  23620. | #define HAVE_TGAMMA 1
  23621. | #define SPT_TYPE SPT_REUSEARGV
  23622. | #define HAVE_SIGNBIT 1
  23623. | #define HAVE_FORK 1
  23624. | #define vfork fork
  23625. | #define HAVE_WORKING_FORK 1
  23626. | #define HAVE___SYSCALL 1
  23627. | #define HAVE__LONGJMP 1
  23628. | #define HAVE_ARC4RANDOM_BUF 1
  23629. | #define HAVE_ATAN2L 1
  23630. | #define HAVE_ATAN2F 1
  23631. | #define HAVE_CHROOT 1
  23632. | #define HAVE_COSH 1
  23633. | #define HAVE_DIRFD 1
  23634. | #define HAVE_DLOPEN 1
  23635. | #define HAVE_DLADDR 1
  23636. | #define HAVE_DUP 1
  23637. | #define HAVE_ENDGRENT 1
  23638. | #define HAVE_FCHMOD 1
  23639. | #define HAVE_FCHOWN 1
  23640. | #define HAVE_FCNTL 1
  23641. | #define HAVE_FGETATTRLIST 1
  23642. | #define HAVE_FMOD 1
  23643. | #define HAVE_FSYNC 1
  23644. | #define HAVE_FTRUNCATE 1
  23645. | #define HAVE_GETATTRLIST 1
  23646. | #define HAVE_GETCWD 1
  23647. | #define HAVE_GETGRNAM 1
  23648. | #define HAVE_GETGRNAM_R 1
  23649. | #define HAVE_GETGROUPS 1
  23650. | #define HAVE_GETPGID 1
  23651. | #define HAVE_GETPGRP 1
  23652. | #define HAVE_GETPRIORITY 1
  23653. | #define HAVE_GETPWNAM_R 1
  23654. | #define HAVE_GETRLIMIT 1
  23655. | #define HAVE_GETSID 1
  23656. | #define HAVE_GETTIMEOFDAY 1
  23657. | #define HAVE_GMTIME_R 1
  23658. | #define HAVE_INITGROUPS 1
  23659. | #define HAVE_IOCTL 1
  23660. | #define HAVE_ISSETUGID 1
  23661. | #define HAVE_KILLPG 1
  23662. | #define HAVE_LCHMOD 1
  23663. | #define HAVE_LCHOWN 1
  23664. | #define HAVE_LINK 1
  23665. | #define HAVE_LLABS 1
  23666. | #define HAVE_LOCKF 1
  23667. | #define HAVE_LOG2 1
  23668. | #define HAVE_LSTAT 1
  23669. | /* end confdefs.h. */
  23670. | /* Define malloc_usable_size to an innocuous variant, in case <limits.h> declares malloc_usable_size.
  23671. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  23672. | #define malloc_usable_size innocuous_malloc_usable_size
  23673. |
  23674. | /* System header to define __stub macros and hopefully few prototypes,
  23675. | which can conflict with char malloc_usable_size (); below.
  23676. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  23677. | <limits.h> exists even on freestanding compilers. */
  23678. |
  23679. | #ifdef __STDC__
  23680. | # include <limits.h>
  23681. | #else
  23682. | # include <assert.h>
  23683. | #endif
  23684. |
  23685. | #undef malloc_usable_size
  23686. |
  23687. | /* Override any GCC internal prototype to avoid an error.
  23688. | Use char because int might match the return type of a GCC
  23689. | builtin and then its argument prototype would still apply. */
  23690. | #ifdef __cplusplus
  23691. | extern "C"
  23692. | #endif
  23693. | char malloc_usable_size ();
  23694. | /* The GNU C library defines this for functions which it implements
  23695. | to always fail with ENOSYS. Some functions are actually named
  23696. | something starting with __ and the normal name is an alias. */
  23697. | #if defined __stub_malloc_usable_size || defined __stub___malloc_usable_size
  23698. | choke me
  23699. | #endif
  23700. |
  23701. | int
  23702. | main ()
  23703. | {
  23704. | return malloc_usable_size ();
  23705. | ;
  23706. | return 0;
  23707. | }
  23708. configure:21238: result: no
  23709. configure:21249: checking for malloc_size
  23710. configure:21249: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  23711. configure:21249: $? = 0
  23712. configure:21249: result: yes
  23713. configure:21260: checking for mblen
  23714. configure:21260: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  23715. configure:21260: $? = 0
  23716. configure:21260: result: yes
  23717. configure:21271: checking for memalign
  23718. configure:21271: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  23719. Undefined symbols for architecture x86_64:
  23720. "_memalign", referenced from:
  23721. _main in conftest-1ead1e.o
  23722. ld: symbol(s) not found for architecture x86_64
  23723. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  23724. configure:21271: $? = 1
  23725. configure: failed program was:
  23726. | /* confdefs.h */
  23727. | #define PACKAGE_NAME ""
  23728. | #define PACKAGE_TARNAME ""
  23729. | #define PACKAGE_VERSION ""
  23730. | #define PACKAGE_STRING ""
  23731. | #define PACKAGE_BUGREPORT ""
  23732. | #define PACKAGE_URL ""
  23733. | #define CANONICALIZATION_FOR_MATHN 1
  23734. | #define STDC_HEADERS 1
  23735. | #define HAVE_SYS_TYPES_H 1
  23736. | #define HAVE_SYS_STAT_H 1
  23737. | #define HAVE_STDLIB_H 1
  23738. | #define HAVE_STRING_H 1
  23739. | #define HAVE_MEMORY_H 1
  23740. | #define HAVE_STRINGS_H 1
  23741. | #define HAVE_INTTYPES_H 1
  23742. | #define HAVE_STDINT_H 1
  23743. | #define HAVE_UNISTD_H 1
  23744. | #define __EXTENSIONS__ 1
  23745. | #define _ALL_SOURCE 1
  23746. | #define _GNU_SOURCE 1
  23747. | #define _POSIX_PTHREAD_SEMANTICS 1
  23748. | #define _TANDEM_SOURCE 1
  23749. | #define HAVE_INFINITY 1
  23750. | #define HAVE_NAN 1
  23751. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  23752. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  23753. | #define BROKEN_CRYPT 1
  23754. | #define HAVE_CRT_EXTERNS_H 1
  23755. | #define HAVE_LIBDL 1
  23756. | #define HAVE_DIRENT_H 1
  23757. | #define HAVE__BOOL 1
  23758. | #define HAVE_STDBOOL_H 1
  23759. | #define HAVE_SYS_WAIT_H 1
  23760. | #define HAVE_GRP_H 1
  23761. | #define HAVE_FCNTL_H 1
  23762. | #define HAVE_FLOAT_H 1
  23763. | #define HAVE_LANGINFO_H 1
  23764. | #define HAVE_LIMITS_H 1
  23765. | #define HAVE_LOCALE_H 1
  23766. | #define HAVE_MALLOC_MALLOC_H 1
  23767. | #define HAVE_PWD_H 1
  23768. | #define HAVE_SYS_ATTR_H 1
  23769. | #define HAVE_SYS_FCNTL_H 1
  23770. | #define HAVE_SYS_FILE_H 1
  23771. | #define HAVE_SYS_IOCTL_H 1
  23772. | #define HAVE_SYS_PARAM_H 1
  23773. | #define HAVE_SYS_RESOURCE_H 1
  23774. | #define HAVE_SYS_SELECT_H 1
  23775. | #define HAVE_SYS_SOCKET_H 1
  23776. | #define HAVE_SYS_SYSCALL_H 1
  23777. | #define HAVE_SYS_TIME_H 1
  23778. | #define HAVE_SYS_TIMES_H 1
  23779. | #define HAVE_SYS_UIO_H 1
  23780. | #define HAVE_TIME_H 1
  23781. | #define HAVE_UCONTEXT_H 1
  23782. | #define HAVE_UTIME_H 1
  23783. | #define HAVE_TYPEOF 1
  23784. | #define HAVE_LONG_LONG 1
  23785. | #define HAVE_OFF_T 1
  23786. | #define SIZEOF_INT 4
  23787. | #define SIZEOF_SHORT 2
  23788. | #define SIZEOF_LONG 8
  23789. | #define SIZEOF_LONG_LONG 8
  23790. | #define SIZEOF___INT64 0
  23791. | #define SIZEOF___INT128 16
  23792. | #define SIZEOF_OFF_T 8
  23793. | #define SIZEOF_VOIDP 8
  23794. | #define SIZEOF_FLOAT 4
  23795. | #define SIZEOF_DOUBLE 8
  23796. | #define SIZEOF_TIME_T 8
  23797. | #define SIZEOF_CLOCK_T 8
  23798. | #define PACKED_STRUCT(x) x __attribute__((packed))
  23799. | #define PACKED_STRUCT_UNALIGNED(x) x
  23800. | #define PRI_LL_PREFIX "ll"
  23801. | #define rb_pid_t pid_t
  23802. | #define SIGNEDNESS_OF_PID_T -1
  23803. | #define PIDT2NUM(v) INT2NUM(v)
  23804. | #define NUM2PIDT(v) NUM2INT(v)
  23805. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  23806. | #define rb_uid_t uid_t
  23807. | #define SIGNEDNESS_OF_UID_T +1
  23808. | #define UIDT2NUM(v) UINT2NUM(v)
  23809. | #define NUM2UIDT(v) NUM2UINT(v)
  23810. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  23811. | #define rb_gid_t gid_t
  23812. | #define SIGNEDNESS_OF_GID_T +1
  23813. | #define GIDT2NUM(v) UINT2NUM(v)
  23814. | #define NUM2GIDT(v) NUM2UINT(v)
  23815. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  23816. | #define rb_time_t time_t
  23817. | #define SIGNEDNESS_OF_TIME_T -1
  23818. | #define TIMET2NUM(v) LONG2NUM(v)
  23819. | #define NUM2TIMET(v) NUM2LONG(v)
  23820. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  23821. | #define rb_dev_t dev_t
  23822. | #define SIGNEDNESS_OF_DEV_T -1
  23823. | #define DEVT2NUM(v) INT2NUM(v)
  23824. | #define NUM2DEVT(v) NUM2INT(v)
  23825. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  23826. | #define rb_mode_t mode_t
  23827. | #define SIGNEDNESS_OF_MODE_T +1
  23828. | #define MODET2NUM(v) UINT2NUM(v)
  23829. | #define NUM2MODET(v) NUM2UINT(v)
  23830. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  23831. | #define rb_rlim_t rlim_t
  23832. | #define SIGNEDNESS_OF_RLIM_T +1
  23833. | #define RLIM2NUM(v) ULL2NUM(v)
  23834. | #define NUM2RLIM(v) NUM2ULL(v)
  23835. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  23836. | #define rb_off_t off_t
  23837. | #define SIGNEDNESS_OF_OFF_T -1
  23838. | #define OFFT2NUM(v) LL2NUM(v)
  23839. | #define NUM2OFFT(v) NUM2LL(v)
  23840. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  23841. | #define rb_clockid_t int
  23842. | #define SIGNEDNESS_OF_CLOCKID_T -1
  23843. | #define CLOCKID2NUM(v) INT2NUM(v)
  23844. | #define NUM2CLOCKID(v) NUM2INT(v)
  23845. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  23846. | #define HAVE_PROTOTYPES 1
  23847. | #define TOKEN_PASTE(x,y) x##y
  23848. | #define STRINGIZE(expr) STRINGIZE0(expr)
  23849. | #define HAVE_STDARG_PROTOTYPES 1
  23850. | #define HAVE_VA_ARGS_MACRO 1
  23851. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  23852. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  23853. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  23854. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  23855. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  23856. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  23857. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  23858. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  23859. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  23860. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  23861. | #define WEAK(x) __attribute__ ((__weak__)) x
  23862. | #define HAVE_FUNC_WEAK 1
  23863. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  23864. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  23865. | #define HAVE_GCC_SYNC_BUILTINS 1
  23866. | #define UNREACHABLE __builtin_unreachable()
  23867. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  23868. | #define RUBY_FUNCTION_NAME_STRING __func__
  23869. | #define ENUM_OVER_INT 1
  23870. | #define HAVE_DECL_SYS_NERR 1
  23871. | #define HAVE_DECL_GETENV 1
  23872. | #define SIZEOF_SIZE_T 8
  23873. | #define SIZEOF_PTRDIFF_T 8
  23874. | #define PRI_SIZE_PREFIX "z"
  23875. | #define PRI_PTRDIFF_PREFIX "t"
  23876. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  23877. | #define HAVE_ST_BLKSIZE 1
  23878. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  23879. | #define HAVE_ST_BLOCKS 1
  23880. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  23881. | #define HAVE_ST_RDEV 1
  23882. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  23883. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  23884. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  23885. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  23886. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  23887. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  23888. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  23889. | #define HAVE_STRUCT_TIMEVAL 1
  23890. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  23891. | #define HAVE_STRUCT_TIMESPEC 1
  23892. | #define HAVE_STRUCT_TIMEZONE 1
  23893. | #define HAVE_RB_FD_INIT 1
  23894. | #define HAVE_INT8_T 1
  23895. | #define SIZEOF_INT8_T 1
  23896. | #define HAVE_UINT8_T 1
  23897. | #define SIZEOF_UINT8_T 1
  23898. | #define HAVE_INT16_T 1
  23899. | #define SIZEOF_INT16_T 2
  23900. | #define HAVE_UINT16_T 1
  23901. | #define SIZEOF_UINT16_T 2
  23902. | #define HAVE_INT32_T 1
  23903. | #define SIZEOF_INT32_T 4
  23904. | #define HAVE_UINT32_T 1
  23905. | #define SIZEOF_UINT32_T 4
  23906. | #define HAVE_INT64_T 1
  23907. | #define SIZEOF_INT64_T 8
  23908. | #define HAVE_UINT64_T 1
  23909. | #define SIZEOF_UINT64_T 8
  23910. | #define HAVE_INT128_T 1
  23911. | #define int128_t __int128
  23912. | #define SIZEOF_INT128_T SIZEOF___INT128
  23913. | #define HAVE_UINT128_T 1
  23914. | #define uint128_t unsigned __int128
  23915. | #define SIZEOF_UINT128_T SIZEOF___INT128
  23916. | #define HAVE_INTPTR_T 1
  23917. | #define SIZEOF_INTPTR_T 8
  23918. | #define HAVE_UINTPTR_T 1
  23919. | #define SIZEOF_UINTPTR_T 8
  23920. | #define HAVE_SSIZE_T 1
  23921. | #define SIZEOF_SSIZE_T 8
  23922. | #define GETGROUPS_T gid_t
  23923. | #define RETSIGTYPE void
  23924. | #define HAVE_ALLOCA_H 1
  23925. | #define HAVE_ALLOCA 1
  23926. | #define HAVE_ACOSH 1
  23927. | #define HAVE_CBRT 1
  23928. | #define HAVE_CRYPT 1
  23929. | #define HAVE_DUP2 1
  23930. | #define HAVE_ERF 1
  23931. | #define HAVE_FFS 1
  23932. | #define HAVE_FINITE 1
  23933. | #define HAVE_FLOCK 1
  23934. | #define HAVE_HYPOT 1
  23935. | #define HAVE_ISINF 1
  23936. | #define HAVE_ISNAN 1
  23937. | #define HAVE_LGAMMA_R 1
  23938. | #define HAVE_MEMMOVE 1
  23939. | #define HAVE_NEXTAFTER 1
  23940. | #define HAVE_STRCHR 1
  23941. | #define HAVE_STRERROR 1
  23942. | #define HAVE_STRLCAT 1
  23943. | #define HAVE_STRLCPY 1
  23944. | #define HAVE_STRSTR 1
  23945. | #define HAVE_TGAMMA 1
  23946. | #define SPT_TYPE SPT_REUSEARGV
  23947. | #define HAVE_SIGNBIT 1
  23948. | #define HAVE_FORK 1
  23949. | #define vfork fork
  23950. | #define HAVE_WORKING_FORK 1
  23951. | #define HAVE___SYSCALL 1
  23952. | #define HAVE__LONGJMP 1
  23953. | #define HAVE_ARC4RANDOM_BUF 1
  23954. | #define HAVE_ATAN2L 1
  23955. | #define HAVE_ATAN2F 1
  23956. | #define HAVE_CHROOT 1
  23957. | #define HAVE_COSH 1
  23958. | #define HAVE_DIRFD 1
  23959. | #define HAVE_DLOPEN 1
  23960. | #define HAVE_DLADDR 1
  23961. | #define HAVE_DUP 1
  23962. | #define HAVE_ENDGRENT 1
  23963. | #define HAVE_FCHMOD 1
  23964. | #define HAVE_FCHOWN 1
  23965. | #define HAVE_FCNTL 1
  23966. | #define HAVE_FGETATTRLIST 1
  23967. | #define HAVE_FMOD 1
  23968. | #define HAVE_FSYNC 1
  23969. | #define HAVE_FTRUNCATE 1
  23970. | #define HAVE_GETATTRLIST 1
  23971. | #define HAVE_GETCWD 1
  23972. | #define HAVE_GETGRNAM 1
  23973. | #define HAVE_GETGRNAM_R 1
  23974. | #define HAVE_GETGROUPS 1
  23975. | #define HAVE_GETPGID 1
  23976. | #define HAVE_GETPGRP 1
  23977. | #define HAVE_GETPRIORITY 1
  23978. | #define HAVE_GETPWNAM_R 1
  23979. | #define HAVE_GETRLIMIT 1
  23980. | #define HAVE_GETSID 1
  23981. | #define HAVE_GETTIMEOFDAY 1
  23982. | #define HAVE_GMTIME_R 1
  23983. | #define HAVE_INITGROUPS 1
  23984. | #define HAVE_IOCTL 1
  23985. | #define HAVE_ISSETUGID 1
  23986. | #define HAVE_KILLPG 1
  23987. | #define HAVE_LCHMOD 1
  23988. | #define HAVE_LCHOWN 1
  23989. | #define HAVE_LINK 1
  23990. | #define HAVE_LLABS 1
  23991. | #define HAVE_LOCKF 1
  23992. | #define HAVE_LOG2 1
  23993. | #define HAVE_LSTAT 1
  23994. | #define HAVE_MALLOC_SIZE 1
  23995. | #define HAVE_MBLEN 1
  23996. | /* end confdefs.h. */
  23997. | /* Define memalign to an innocuous variant, in case <limits.h> declares memalign.
  23998. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  23999. | #define memalign innocuous_memalign
  24000. |
  24001. | /* System header to define __stub macros and hopefully few prototypes,
  24002. | which can conflict with char memalign (); below.
  24003. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  24004. | <limits.h> exists even on freestanding compilers. */
  24005. |
  24006. | #ifdef __STDC__
  24007. | # include <limits.h>
  24008. | #else
  24009. | # include <assert.h>
  24010. | #endif
  24011. |
  24012. | #undef memalign
  24013. |
  24014. | /* Override any GCC internal prototype to avoid an error.
  24015. | Use char because int might match the return type of a GCC
  24016. | builtin and then its argument prototype would still apply. */
  24017. | #ifdef __cplusplus
  24018. | extern "C"
  24019. | #endif
  24020. | char memalign ();
  24021. | /* The GNU C library defines this for functions which it implements
  24022. | to always fail with ENOSYS. Some functions are actually named
  24023. | something starting with __ and the normal name is an alias. */
  24024. | #if defined __stub_memalign || defined __stub___memalign
  24025. | choke me
  24026. | #endif
  24027. |
  24028. | int
  24029. | main ()
  24030. | {
  24031. | return memalign ();
  24032. | ;
  24033. | return 0;
  24034. | }
  24035. configure:21271: result: no
  24036. configure:21282: checking for memset_s
  24037. configure:21282: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  24038. configure:21282: $? = 0
  24039. configure:21282: result: yes
  24040. configure:21293: checking for writev
  24041. configure:21293: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  24042. configure:21293: $? = 0
  24043. configure:21293: result: yes
  24044. configure:21304: checking for memrchr
  24045. configure:21304: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  24046. Undefined symbols for architecture x86_64:
  24047. "_memrchr", referenced from:
  24048. _main in conftest-407983.o
  24049. ld: symbol(s) not found for architecture x86_64
  24050. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  24051. configure:21304: $? = 1
  24052. configure: failed program was:
  24053. | /* confdefs.h */
  24054. | #define PACKAGE_NAME ""
  24055. | #define PACKAGE_TARNAME ""
  24056. | #define PACKAGE_VERSION ""
  24057. | #define PACKAGE_STRING ""
  24058. | #define PACKAGE_BUGREPORT ""
  24059. | #define PACKAGE_URL ""
  24060. | #define CANONICALIZATION_FOR_MATHN 1
  24061. | #define STDC_HEADERS 1
  24062. | #define HAVE_SYS_TYPES_H 1
  24063. | #define HAVE_SYS_STAT_H 1
  24064. | #define HAVE_STDLIB_H 1
  24065. | #define HAVE_STRING_H 1
  24066. | #define HAVE_MEMORY_H 1
  24067. | #define HAVE_STRINGS_H 1
  24068. | #define HAVE_INTTYPES_H 1
  24069. | #define HAVE_STDINT_H 1
  24070. | #define HAVE_UNISTD_H 1
  24071. | #define __EXTENSIONS__ 1
  24072. | #define _ALL_SOURCE 1
  24073. | #define _GNU_SOURCE 1
  24074. | #define _POSIX_PTHREAD_SEMANTICS 1
  24075. | #define _TANDEM_SOURCE 1
  24076. | #define HAVE_INFINITY 1
  24077. | #define HAVE_NAN 1
  24078. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  24079. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  24080. | #define BROKEN_CRYPT 1
  24081. | #define HAVE_CRT_EXTERNS_H 1
  24082. | #define HAVE_LIBDL 1
  24083. | #define HAVE_DIRENT_H 1
  24084. | #define HAVE__BOOL 1
  24085. | #define HAVE_STDBOOL_H 1
  24086. | #define HAVE_SYS_WAIT_H 1
  24087. | #define HAVE_GRP_H 1
  24088. | #define HAVE_FCNTL_H 1
  24089. | #define HAVE_FLOAT_H 1
  24090. | #define HAVE_LANGINFO_H 1
  24091. | #define HAVE_LIMITS_H 1
  24092. | #define HAVE_LOCALE_H 1
  24093. | #define HAVE_MALLOC_MALLOC_H 1
  24094. | #define HAVE_PWD_H 1
  24095. | #define HAVE_SYS_ATTR_H 1
  24096. | #define HAVE_SYS_FCNTL_H 1
  24097. | #define HAVE_SYS_FILE_H 1
  24098. | #define HAVE_SYS_IOCTL_H 1
  24099. | #define HAVE_SYS_PARAM_H 1
  24100. | #define HAVE_SYS_RESOURCE_H 1
  24101. | #define HAVE_SYS_SELECT_H 1
  24102. | #define HAVE_SYS_SOCKET_H 1
  24103. | #define HAVE_SYS_SYSCALL_H 1
  24104. | #define HAVE_SYS_TIME_H 1
  24105. | #define HAVE_SYS_TIMES_H 1
  24106. | #define HAVE_SYS_UIO_H 1
  24107. | #define HAVE_TIME_H 1
  24108. | #define HAVE_UCONTEXT_H 1
  24109. | #define HAVE_UTIME_H 1
  24110. | #define HAVE_TYPEOF 1
  24111. | #define HAVE_LONG_LONG 1
  24112. | #define HAVE_OFF_T 1
  24113. | #define SIZEOF_INT 4
  24114. | #define SIZEOF_SHORT 2
  24115. | #define SIZEOF_LONG 8
  24116. | #define SIZEOF_LONG_LONG 8
  24117. | #define SIZEOF___INT64 0
  24118. | #define SIZEOF___INT128 16
  24119. | #define SIZEOF_OFF_T 8
  24120. | #define SIZEOF_VOIDP 8
  24121. | #define SIZEOF_FLOAT 4
  24122. | #define SIZEOF_DOUBLE 8
  24123. | #define SIZEOF_TIME_T 8
  24124. | #define SIZEOF_CLOCK_T 8
  24125. | #define PACKED_STRUCT(x) x __attribute__((packed))
  24126. | #define PACKED_STRUCT_UNALIGNED(x) x
  24127. | #define PRI_LL_PREFIX "ll"
  24128. | #define rb_pid_t pid_t
  24129. | #define SIGNEDNESS_OF_PID_T -1
  24130. | #define PIDT2NUM(v) INT2NUM(v)
  24131. | #define NUM2PIDT(v) NUM2INT(v)
  24132. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  24133. | #define rb_uid_t uid_t
  24134. | #define SIGNEDNESS_OF_UID_T +1
  24135. | #define UIDT2NUM(v) UINT2NUM(v)
  24136. | #define NUM2UIDT(v) NUM2UINT(v)
  24137. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  24138. | #define rb_gid_t gid_t
  24139. | #define SIGNEDNESS_OF_GID_T +1
  24140. | #define GIDT2NUM(v) UINT2NUM(v)
  24141. | #define NUM2GIDT(v) NUM2UINT(v)
  24142. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  24143. | #define rb_time_t time_t
  24144. | #define SIGNEDNESS_OF_TIME_T -1
  24145. | #define TIMET2NUM(v) LONG2NUM(v)
  24146. | #define NUM2TIMET(v) NUM2LONG(v)
  24147. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  24148. | #define rb_dev_t dev_t
  24149. | #define SIGNEDNESS_OF_DEV_T -1
  24150. | #define DEVT2NUM(v) INT2NUM(v)
  24151. | #define NUM2DEVT(v) NUM2INT(v)
  24152. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  24153. | #define rb_mode_t mode_t
  24154. | #define SIGNEDNESS_OF_MODE_T +1
  24155. | #define MODET2NUM(v) UINT2NUM(v)
  24156. | #define NUM2MODET(v) NUM2UINT(v)
  24157. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  24158. | #define rb_rlim_t rlim_t
  24159. | #define SIGNEDNESS_OF_RLIM_T +1
  24160. | #define RLIM2NUM(v) ULL2NUM(v)
  24161. | #define NUM2RLIM(v) NUM2ULL(v)
  24162. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  24163. | #define rb_off_t off_t
  24164. | #define SIGNEDNESS_OF_OFF_T -1
  24165. | #define OFFT2NUM(v) LL2NUM(v)
  24166. | #define NUM2OFFT(v) NUM2LL(v)
  24167. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  24168. | #define rb_clockid_t int
  24169. | #define SIGNEDNESS_OF_CLOCKID_T -1
  24170. | #define CLOCKID2NUM(v) INT2NUM(v)
  24171. | #define NUM2CLOCKID(v) NUM2INT(v)
  24172. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  24173. | #define HAVE_PROTOTYPES 1
  24174. | #define TOKEN_PASTE(x,y) x##y
  24175. | #define STRINGIZE(expr) STRINGIZE0(expr)
  24176. | #define HAVE_STDARG_PROTOTYPES 1
  24177. | #define HAVE_VA_ARGS_MACRO 1
  24178. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  24179. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  24180. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  24181. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  24182. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  24183. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  24184. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  24185. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  24186. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  24187. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  24188. | #define WEAK(x) __attribute__ ((__weak__)) x
  24189. | #define HAVE_FUNC_WEAK 1
  24190. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  24191. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  24192. | #define HAVE_GCC_SYNC_BUILTINS 1
  24193. | #define UNREACHABLE __builtin_unreachable()
  24194. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  24195. | #define RUBY_FUNCTION_NAME_STRING __func__
  24196. | #define ENUM_OVER_INT 1
  24197. | #define HAVE_DECL_SYS_NERR 1
  24198. | #define HAVE_DECL_GETENV 1
  24199. | #define SIZEOF_SIZE_T 8
  24200. | #define SIZEOF_PTRDIFF_T 8
  24201. | #define PRI_SIZE_PREFIX "z"
  24202. | #define PRI_PTRDIFF_PREFIX "t"
  24203. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  24204. | #define HAVE_ST_BLKSIZE 1
  24205. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  24206. | #define HAVE_ST_BLOCKS 1
  24207. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  24208. | #define HAVE_ST_RDEV 1
  24209. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  24210. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  24211. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  24212. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  24213. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  24214. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  24215. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  24216. | #define HAVE_STRUCT_TIMEVAL 1
  24217. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  24218. | #define HAVE_STRUCT_TIMESPEC 1
  24219. | #define HAVE_STRUCT_TIMEZONE 1
  24220. | #define HAVE_RB_FD_INIT 1
  24221. | #define HAVE_INT8_T 1
  24222. | #define SIZEOF_INT8_T 1
  24223. | #define HAVE_UINT8_T 1
  24224. | #define SIZEOF_UINT8_T 1
  24225. | #define HAVE_INT16_T 1
  24226. | #define SIZEOF_INT16_T 2
  24227. | #define HAVE_UINT16_T 1
  24228. | #define SIZEOF_UINT16_T 2
  24229. | #define HAVE_INT32_T 1
  24230. | #define SIZEOF_INT32_T 4
  24231. | #define HAVE_UINT32_T 1
  24232. | #define SIZEOF_UINT32_T 4
  24233. | #define HAVE_INT64_T 1
  24234. | #define SIZEOF_INT64_T 8
  24235. | #define HAVE_UINT64_T 1
  24236. | #define SIZEOF_UINT64_T 8
  24237. | #define HAVE_INT128_T 1
  24238. | #define int128_t __int128
  24239. | #define SIZEOF_INT128_T SIZEOF___INT128
  24240. | #define HAVE_UINT128_T 1
  24241. | #define uint128_t unsigned __int128
  24242. | #define SIZEOF_UINT128_T SIZEOF___INT128
  24243. | #define HAVE_INTPTR_T 1
  24244. | #define SIZEOF_INTPTR_T 8
  24245. | #define HAVE_UINTPTR_T 1
  24246. | #define SIZEOF_UINTPTR_T 8
  24247. | #define HAVE_SSIZE_T 1
  24248. | #define SIZEOF_SSIZE_T 8
  24249. | #define GETGROUPS_T gid_t
  24250. | #define RETSIGTYPE void
  24251. | #define HAVE_ALLOCA_H 1
  24252. | #define HAVE_ALLOCA 1
  24253. | #define HAVE_ACOSH 1
  24254. | #define HAVE_CBRT 1
  24255. | #define HAVE_CRYPT 1
  24256. | #define HAVE_DUP2 1
  24257. | #define HAVE_ERF 1
  24258. | #define HAVE_FFS 1
  24259. | #define HAVE_FINITE 1
  24260. | #define HAVE_FLOCK 1
  24261. | #define HAVE_HYPOT 1
  24262. | #define HAVE_ISINF 1
  24263. | #define HAVE_ISNAN 1
  24264. | #define HAVE_LGAMMA_R 1
  24265. | #define HAVE_MEMMOVE 1
  24266. | #define HAVE_NEXTAFTER 1
  24267. | #define HAVE_STRCHR 1
  24268. | #define HAVE_STRERROR 1
  24269. | #define HAVE_STRLCAT 1
  24270. | #define HAVE_STRLCPY 1
  24271. | #define HAVE_STRSTR 1
  24272. | #define HAVE_TGAMMA 1
  24273. | #define SPT_TYPE SPT_REUSEARGV
  24274. | #define HAVE_SIGNBIT 1
  24275. | #define HAVE_FORK 1
  24276. | #define vfork fork
  24277. | #define HAVE_WORKING_FORK 1
  24278. | #define HAVE___SYSCALL 1
  24279. | #define HAVE__LONGJMP 1
  24280. | #define HAVE_ARC4RANDOM_BUF 1
  24281. | #define HAVE_ATAN2L 1
  24282. | #define HAVE_ATAN2F 1
  24283. | #define HAVE_CHROOT 1
  24284. | #define HAVE_COSH 1
  24285. | #define HAVE_DIRFD 1
  24286. | #define HAVE_DLOPEN 1
  24287. | #define HAVE_DLADDR 1
  24288. | #define HAVE_DUP 1
  24289. | #define HAVE_ENDGRENT 1
  24290. | #define HAVE_FCHMOD 1
  24291. | #define HAVE_FCHOWN 1
  24292. | #define HAVE_FCNTL 1
  24293. | #define HAVE_FGETATTRLIST 1
  24294. | #define HAVE_FMOD 1
  24295. | #define HAVE_FSYNC 1
  24296. | #define HAVE_FTRUNCATE 1
  24297. | #define HAVE_GETATTRLIST 1
  24298. | #define HAVE_GETCWD 1
  24299. | #define HAVE_GETGRNAM 1
  24300. | #define HAVE_GETGRNAM_R 1
  24301. | #define HAVE_GETGROUPS 1
  24302. | #define HAVE_GETPGID 1
  24303. | #define HAVE_GETPGRP 1
  24304. | #define HAVE_GETPRIORITY 1
  24305. | #define HAVE_GETPWNAM_R 1
  24306. | #define HAVE_GETRLIMIT 1
  24307. | #define HAVE_GETSID 1
  24308. | #define HAVE_GETTIMEOFDAY 1
  24309. | #define HAVE_GMTIME_R 1
  24310. | #define HAVE_INITGROUPS 1
  24311. | #define HAVE_IOCTL 1
  24312. | #define HAVE_ISSETUGID 1
  24313. | #define HAVE_KILLPG 1
  24314. | #define HAVE_LCHMOD 1
  24315. | #define HAVE_LCHOWN 1
  24316. | #define HAVE_LINK 1
  24317. | #define HAVE_LLABS 1
  24318. | #define HAVE_LOCKF 1
  24319. | #define HAVE_LOG2 1
  24320. | #define HAVE_LSTAT 1
  24321. | #define HAVE_MALLOC_SIZE 1
  24322. | #define HAVE_MBLEN 1
  24323. | #define HAVE_MEMSET_S 1
  24324. | #define HAVE_WRITEV 1
  24325. | /* end confdefs.h. */
  24326. | /* Define memrchr to an innocuous variant, in case <limits.h> declares memrchr.
  24327. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  24328. | #define memrchr innocuous_memrchr
  24329. |
  24330. | /* System header to define __stub macros and hopefully few prototypes,
  24331. | which can conflict with char memrchr (); below.
  24332. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  24333. | <limits.h> exists even on freestanding compilers. */
  24334. |
  24335. | #ifdef __STDC__
  24336. | # include <limits.h>
  24337. | #else
  24338. | # include <assert.h>
  24339. | #endif
  24340. |
  24341. | #undef memrchr
  24342. |
  24343. | /* Override any GCC internal prototype to avoid an error.
  24344. | Use char because int might match the return type of a GCC
  24345. | builtin and then its argument prototype would still apply. */
  24346. | #ifdef __cplusplus
  24347. | extern "C"
  24348. | #endif
  24349. | char memrchr ();
  24350. | /* The GNU C library defines this for functions which it implements
  24351. | to always fail with ENOSYS. Some functions are actually named
  24352. | something starting with __ and the normal name is an alias. */
  24353. | #if defined __stub_memrchr || defined __stub___memrchr
  24354. | choke me
  24355. | #endif
  24356. |
  24357. | int
  24358. | main ()
  24359. | {
  24360. | return memrchr ();
  24361. | ;
  24362. | return 0;
  24363. | }
  24364. configure:21304: result: no
  24365. configure:21315: checking for memmem
  24366. configure:21315: result: no
  24367. configure:21326: checking for mkfifo
  24368. configure:21326: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  24369. configure:21326: $? = 0
  24370. configure:21326: result: yes
  24371. configure:21337: checking for mknod
  24372. configure:21337: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  24373. configure:21337: $? = 0
  24374. configure:21337: result: yes
  24375. configure:21348: checking for mktime
  24376. configure:21348: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  24377. configure:21348: $? = 0
  24378. configure:21348: result: yes
  24379. configure:21359: checking for pipe2
  24380. configure:21359: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  24381. Undefined symbols for architecture x86_64:
  24382. "_pipe2", referenced from:
  24383. _main in conftest-d9f744.o
  24384. ld: symbol(s) not found for architecture x86_64
  24385. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  24386. configure:21359: $? = 1
  24387. configure: failed program was:
  24388. | /* confdefs.h */
  24389. | #define PACKAGE_NAME ""
  24390. | #define PACKAGE_TARNAME ""
  24391. | #define PACKAGE_VERSION ""
  24392. | #define PACKAGE_STRING ""
  24393. | #define PACKAGE_BUGREPORT ""
  24394. | #define PACKAGE_URL ""
  24395. | #define CANONICALIZATION_FOR_MATHN 1
  24396. | #define STDC_HEADERS 1
  24397. | #define HAVE_SYS_TYPES_H 1
  24398. | #define HAVE_SYS_STAT_H 1
  24399. | #define HAVE_STDLIB_H 1
  24400. | #define HAVE_STRING_H 1
  24401. | #define HAVE_MEMORY_H 1
  24402. | #define HAVE_STRINGS_H 1
  24403. | #define HAVE_INTTYPES_H 1
  24404. | #define HAVE_STDINT_H 1
  24405. | #define HAVE_UNISTD_H 1
  24406. | #define __EXTENSIONS__ 1
  24407. | #define _ALL_SOURCE 1
  24408. | #define _GNU_SOURCE 1
  24409. | #define _POSIX_PTHREAD_SEMANTICS 1
  24410. | #define _TANDEM_SOURCE 1
  24411. | #define HAVE_INFINITY 1
  24412. | #define HAVE_NAN 1
  24413. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  24414. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  24415. | #define BROKEN_CRYPT 1
  24416. | #define HAVE_CRT_EXTERNS_H 1
  24417. | #define HAVE_LIBDL 1
  24418. | #define HAVE_DIRENT_H 1
  24419. | #define HAVE__BOOL 1
  24420. | #define HAVE_STDBOOL_H 1
  24421. | #define HAVE_SYS_WAIT_H 1
  24422. | #define HAVE_GRP_H 1
  24423. | #define HAVE_FCNTL_H 1
  24424. | #define HAVE_FLOAT_H 1
  24425. | #define HAVE_LANGINFO_H 1
  24426. | #define HAVE_LIMITS_H 1
  24427. | #define HAVE_LOCALE_H 1
  24428. | #define HAVE_MALLOC_MALLOC_H 1
  24429. | #define HAVE_PWD_H 1
  24430. | #define HAVE_SYS_ATTR_H 1
  24431. | #define HAVE_SYS_FCNTL_H 1
  24432. | #define HAVE_SYS_FILE_H 1
  24433. | #define HAVE_SYS_IOCTL_H 1
  24434. | #define HAVE_SYS_PARAM_H 1
  24435. | #define HAVE_SYS_RESOURCE_H 1
  24436. | #define HAVE_SYS_SELECT_H 1
  24437. | #define HAVE_SYS_SOCKET_H 1
  24438. | #define HAVE_SYS_SYSCALL_H 1
  24439. | #define HAVE_SYS_TIME_H 1
  24440. | #define HAVE_SYS_TIMES_H 1
  24441. | #define HAVE_SYS_UIO_H 1
  24442. | #define HAVE_TIME_H 1
  24443. | #define HAVE_UCONTEXT_H 1
  24444. | #define HAVE_UTIME_H 1
  24445. | #define HAVE_TYPEOF 1
  24446. | #define HAVE_LONG_LONG 1
  24447. | #define HAVE_OFF_T 1
  24448. | #define SIZEOF_INT 4
  24449. | #define SIZEOF_SHORT 2
  24450. | #define SIZEOF_LONG 8
  24451. | #define SIZEOF_LONG_LONG 8
  24452. | #define SIZEOF___INT64 0
  24453. | #define SIZEOF___INT128 16
  24454. | #define SIZEOF_OFF_T 8
  24455. | #define SIZEOF_VOIDP 8
  24456. | #define SIZEOF_FLOAT 4
  24457. | #define SIZEOF_DOUBLE 8
  24458. | #define SIZEOF_TIME_T 8
  24459. | #define SIZEOF_CLOCK_T 8
  24460. | #define PACKED_STRUCT(x) x __attribute__((packed))
  24461. | #define PACKED_STRUCT_UNALIGNED(x) x
  24462. | #define PRI_LL_PREFIX "ll"
  24463. | #define rb_pid_t pid_t
  24464. | #define SIGNEDNESS_OF_PID_T -1
  24465. | #define PIDT2NUM(v) INT2NUM(v)
  24466. | #define NUM2PIDT(v) NUM2INT(v)
  24467. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  24468. | #define rb_uid_t uid_t
  24469. | #define SIGNEDNESS_OF_UID_T +1
  24470. | #define UIDT2NUM(v) UINT2NUM(v)
  24471. | #define NUM2UIDT(v) NUM2UINT(v)
  24472. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  24473. | #define rb_gid_t gid_t
  24474. | #define SIGNEDNESS_OF_GID_T +1
  24475. | #define GIDT2NUM(v) UINT2NUM(v)
  24476. | #define NUM2GIDT(v) NUM2UINT(v)
  24477. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  24478. | #define rb_time_t time_t
  24479. | #define SIGNEDNESS_OF_TIME_T -1
  24480. | #define TIMET2NUM(v) LONG2NUM(v)
  24481. | #define NUM2TIMET(v) NUM2LONG(v)
  24482. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  24483. | #define rb_dev_t dev_t
  24484. | #define SIGNEDNESS_OF_DEV_T -1
  24485. | #define DEVT2NUM(v) INT2NUM(v)
  24486. | #define NUM2DEVT(v) NUM2INT(v)
  24487. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  24488. | #define rb_mode_t mode_t
  24489. | #define SIGNEDNESS_OF_MODE_T +1
  24490. | #define MODET2NUM(v) UINT2NUM(v)
  24491. | #define NUM2MODET(v) NUM2UINT(v)
  24492. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  24493. | #define rb_rlim_t rlim_t
  24494. | #define SIGNEDNESS_OF_RLIM_T +1
  24495. | #define RLIM2NUM(v) ULL2NUM(v)
  24496. | #define NUM2RLIM(v) NUM2ULL(v)
  24497. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  24498. | #define rb_off_t off_t
  24499. | #define SIGNEDNESS_OF_OFF_T -1
  24500. | #define OFFT2NUM(v) LL2NUM(v)
  24501. | #define NUM2OFFT(v) NUM2LL(v)
  24502. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  24503. | #define rb_clockid_t int
  24504. | #define SIGNEDNESS_OF_CLOCKID_T -1
  24505. | #define CLOCKID2NUM(v) INT2NUM(v)
  24506. | #define NUM2CLOCKID(v) NUM2INT(v)
  24507. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  24508. | #define HAVE_PROTOTYPES 1
  24509. | #define TOKEN_PASTE(x,y) x##y
  24510. | #define STRINGIZE(expr) STRINGIZE0(expr)
  24511. | #define HAVE_STDARG_PROTOTYPES 1
  24512. | #define HAVE_VA_ARGS_MACRO 1
  24513. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  24514. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  24515. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  24516. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  24517. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  24518. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  24519. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  24520. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  24521. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  24522. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  24523. | #define WEAK(x) __attribute__ ((__weak__)) x
  24524. | #define HAVE_FUNC_WEAK 1
  24525. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  24526. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  24527. | #define HAVE_GCC_SYNC_BUILTINS 1
  24528. | #define UNREACHABLE __builtin_unreachable()
  24529. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  24530. | #define RUBY_FUNCTION_NAME_STRING __func__
  24531. | #define ENUM_OVER_INT 1
  24532. | #define HAVE_DECL_SYS_NERR 1
  24533. | #define HAVE_DECL_GETENV 1
  24534. | #define SIZEOF_SIZE_T 8
  24535. | #define SIZEOF_PTRDIFF_T 8
  24536. | #define PRI_SIZE_PREFIX "z"
  24537. | #define PRI_PTRDIFF_PREFIX "t"
  24538. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  24539. | #define HAVE_ST_BLKSIZE 1
  24540. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  24541. | #define HAVE_ST_BLOCKS 1
  24542. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  24543. | #define HAVE_ST_RDEV 1
  24544. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  24545. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  24546. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  24547. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  24548. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  24549. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  24550. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  24551. | #define HAVE_STRUCT_TIMEVAL 1
  24552. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  24553. | #define HAVE_STRUCT_TIMESPEC 1
  24554. | #define HAVE_STRUCT_TIMEZONE 1
  24555. | #define HAVE_RB_FD_INIT 1
  24556. | #define HAVE_INT8_T 1
  24557. | #define SIZEOF_INT8_T 1
  24558. | #define HAVE_UINT8_T 1
  24559. | #define SIZEOF_UINT8_T 1
  24560. | #define HAVE_INT16_T 1
  24561. | #define SIZEOF_INT16_T 2
  24562. | #define HAVE_UINT16_T 1
  24563. | #define SIZEOF_UINT16_T 2
  24564. | #define HAVE_INT32_T 1
  24565. | #define SIZEOF_INT32_T 4
  24566. | #define HAVE_UINT32_T 1
  24567. | #define SIZEOF_UINT32_T 4
  24568. | #define HAVE_INT64_T 1
  24569. | #define SIZEOF_INT64_T 8
  24570. | #define HAVE_UINT64_T 1
  24571. | #define SIZEOF_UINT64_T 8
  24572. | #define HAVE_INT128_T 1
  24573. | #define int128_t __int128
  24574. | #define SIZEOF_INT128_T SIZEOF___INT128
  24575. | #define HAVE_UINT128_T 1
  24576. | #define uint128_t unsigned __int128
  24577. | #define SIZEOF_UINT128_T SIZEOF___INT128
  24578. | #define HAVE_INTPTR_T 1
  24579. | #define SIZEOF_INTPTR_T 8
  24580. | #define HAVE_UINTPTR_T 1
  24581. | #define SIZEOF_UINTPTR_T 8
  24582. | #define HAVE_SSIZE_T 1
  24583. | #define SIZEOF_SSIZE_T 8
  24584. | #define GETGROUPS_T gid_t
  24585. | #define RETSIGTYPE void
  24586. | #define HAVE_ALLOCA_H 1
  24587. | #define HAVE_ALLOCA 1
  24588. | #define HAVE_ACOSH 1
  24589. | #define HAVE_CBRT 1
  24590. | #define HAVE_CRYPT 1
  24591. | #define HAVE_DUP2 1
  24592. | #define HAVE_ERF 1
  24593. | #define HAVE_FFS 1
  24594. | #define HAVE_FINITE 1
  24595. | #define HAVE_FLOCK 1
  24596. | #define HAVE_HYPOT 1
  24597. | #define HAVE_ISINF 1
  24598. | #define HAVE_ISNAN 1
  24599. | #define HAVE_LGAMMA_R 1
  24600. | #define HAVE_MEMMOVE 1
  24601. | #define HAVE_NEXTAFTER 1
  24602. | #define HAVE_STRCHR 1
  24603. | #define HAVE_STRERROR 1
  24604. | #define HAVE_STRLCAT 1
  24605. | #define HAVE_STRLCPY 1
  24606. | #define HAVE_STRSTR 1
  24607. | #define HAVE_TGAMMA 1
  24608. | #define SPT_TYPE SPT_REUSEARGV
  24609. | #define HAVE_SIGNBIT 1
  24610. | #define HAVE_FORK 1
  24611. | #define vfork fork
  24612. | #define HAVE_WORKING_FORK 1
  24613. | #define HAVE___SYSCALL 1
  24614. | #define HAVE__LONGJMP 1
  24615. | #define HAVE_ARC4RANDOM_BUF 1
  24616. | #define HAVE_ATAN2L 1
  24617. | #define HAVE_ATAN2F 1
  24618. | #define HAVE_CHROOT 1
  24619. | #define HAVE_COSH 1
  24620. | #define HAVE_DIRFD 1
  24621. | #define HAVE_DLOPEN 1
  24622. | #define HAVE_DLADDR 1
  24623. | #define HAVE_DUP 1
  24624. | #define HAVE_ENDGRENT 1
  24625. | #define HAVE_FCHMOD 1
  24626. | #define HAVE_FCHOWN 1
  24627. | #define HAVE_FCNTL 1
  24628. | #define HAVE_FGETATTRLIST 1
  24629. | #define HAVE_FMOD 1
  24630. | #define HAVE_FSYNC 1
  24631. | #define HAVE_FTRUNCATE 1
  24632. | #define HAVE_GETATTRLIST 1
  24633. | #define HAVE_GETCWD 1
  24634. | #define HAVE_GETGRNAM 1
  24635. | #define HAVE_GETGRNAM_R 1
  24636. | #define HAVE_GETGROUPS 1
  24637. | #define HAVE_GETPGID 1
  24638. | #define HAVE_GETPGRP 1
  24639. | #define HAVE_GETPRIORITY 1
  24640. | #define HAVE_GETPWNAM_R 1
  24641. | #define HAVE_GETRLIMIT 1
  24642. | #define HAVE_GETSID 1
  24643. | #define HAVE_GETTIMEOFDAY 1
  24644. | #define HAVE_GMTIME_R 1
  24645. | #define HAVE_INITGROUPS 1
  24646. | #define HAVE_IOCTL 1
  24647. | #define HAVE_ISSETUGID 1
  24648. | #define HAVE_KILLPG 1
  24649. | #define HAVE_LCHMOD 1
  24650. | #define HAVE_LCHOWN 1
  24651. | #define HAVE_LINK 1
  24652. | #define HAVE_LLABS 1
  24653. | #define HAVE_LOCKF 1
  24654. | #define HAVE_LOG2 1
  24655. | #define HAVE_LSTAT 1
  24656. | #define HAVE_MALLOC_SIZE 1
  24657. | #define HAVE_MBLEN 1
  24658. | #define HAVE_MEMSET_S 1
  24659. | #define HAVE_WRITEV 1
  24660. | #define HAVE_MKFIFO 1
  24661. | #define HAVE_MKNOD 1
  24662. | #define HAVE_MKTIME 1
  24663. | /* end confdefs.h. */
  24664. | /* Define pipe2 to an innocuous variant, in case <limits.h> declares pipe2.
  24665. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  24666. | #define pipe2 innocuous_pipe2
  24667. |
  24668. | /* System header to define __stub macros and hopefully few prototypes,
  24669. | which can conflict with char pipe2 (); below.
  24670. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  24671. | <limits.h> exists even on freestanding compilers. */
  24672. |
  24673. | #ifdef __STDC__
  24674. | # include <limits.h>
  24675. | #else
  24676. | # include <assert.h>
  24677. | #endif
  24678. |
  24679. | #undef pipe2
  24680. |
  24681. | /* Override any GCC internal prototype to avoid an error.
  24682. | Use char because int might match the return type of a GCC
  24683. | builtin and then its argument prototype would still apply. */
  24684. | #ifdef __cplusplus
  24685. | extern "C"
  24686. | #endif
  24687. | char pipe2 ();
  24688. | /* The GNU C library defines this for functions which it implements
  24689. | to always fail with ENOSYS. Some functions are actually named
  24690. | something starting with __ and the normal name is an alias. */
  24691. | #if defined __stub_pipe2 || defined __stub___pipe2
  24692. | choke me
  24693. | #endif
  24694. |
  24695. | int
  24696. | main ()
  24697. | {
  24698. | return pipe2 ();
  24699. | ;
  24700. | return 0;
  24701. | }
  24702. configure:21359: result: no
  24703. configure:21370: checking for poll
  24704. configure:21370: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  24705. configure:21370: $? = 0
  24706. configure:21370: result: yes
  24707. configure:21381: checking for posix_fadvise
  24708. configure:21381: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  24709. Undefined symbols for architecture x86_64:
  24710. "_posix_fadvise", referenced from:
  24711. _main in conftest-ca46e5.o
  24712. ld: symbol(s) not found for architecture x86_64
  24713. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  24714. configure:21381: $? = 1
  24715. configure: failed program was:
  24716. | /* confdefs.h */
  24717. | #define PACKAGE_NAME ""
  24718. | #define PACKAGE_TARNAME ""
  24719. | #define PACKAGE_VERSION ""
  24720. | #define PACKAGE_STRING ""
  24721. | #define PACKAGE_BUGREPORT ""
  24722. | #define PACKAGE_URL ""
  24723. | #define CANONICALIZATION_FOR_MATHN 1
  24724. | #define STDC_HEADERS 1
  24725. | #define HAVE_SYS_TYPES_H 1
  24726. | #define HAVE_SYS_STAT_H 1
  24727. | #define HAVE_STDLIB_H 1
  24728. | #define HAVE_STRING_H 1
  24729. | #define HAVE_MEMORY_H 1
  24730. | #define HAVE_STRINGS_H 1
  24731. | #define HAVE_INTTYPES_H 1
  24732. | #define HAVE_STDINT_H 1
  24733. | #define HAVE_UNISTD_H 1
  24734. | #define __EXTENSIONS__ 1
  24735. | #define _ALL_SOURCE 1
  24736. | #define _GNU_SOURCE 1
  24737. | #define _POSIX_PTHREAD_SEMANTICS 1
  24738. | #define _TANDEM_SOURCE 1
  24739. | #define HAVE_INFINITY 1
  24740. | #define HAVE_NAN 1
  24741. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  24742. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  24743. | #define BROKEN_CRYPT 1
  24744. | #define HAVE_CRT_EXTERNS_H 1
  24745. | #define HAVE_LIBDL 1
  24746. | #define HAVE_DIRENT_H 1
  24747. | #define HAVE__BOOL 1
  24748. | #define HAVE_STDBOOL_H 1
  24749. | #define HAVE_SYS_WAIT_H 1
  24750. | #define HAVE_GRP_H 1
  24751. | #define HAVE_FCNTL_H 1
  24752. | #define HAVE_FLOAT_H 1
  24753. | #define HAVE_LANGINFO_H 1
  24754. | #define HAVE_LIMITS_H 1
  24755. | #define HAVE_LOCALE_H 1
  24756. | #define HAVE_MALLOC_MALLOC_H 1
  24757. | #define HAVE_PWD_H 1
  24758. | #define HAVE_SYS_ATTR_H 1
  24759. | #define HAVE_SYS_FCNTL_H 1
  24760. | #define HAVE_SYS_FILE_H 1
  24761. | #define HAVE_SYS_IOCTL_H 1
  24762. | #define HAVE_SYS_PARAM_H 1
  24763. | #define HAVE_SYS_RESOURCE_H 1
  24764. | #define HAVE_SYS_SELECT_H 1
  24765. | #define HAVE_SYS_SOCKET_H 1
  24766. | #define HAVE_SYS_SYSCALL_H 1
  24767. | #define HAVE_SYS_TIME_H 1
  24768. | #define HAVE_SYS_TIMES_H 1
  24769. | #define HAVE_SYS_UIO_H 1
  24770. | #define HAVE_TIME_H 1
  24771. | #define HAVE_UCONTEXT_H 1
  24772. | #define HAVE_UTIME_H 1
  24773. | #define HAVE_TYPEOF 1
  24774. | #define HAVE_LONG_LONG 1
  24775. | #define HAVE_OFF_T 1
  24776. | #define SIZEOF_INT 4
  24777. | #define SIZEOF_SHORT 2
  24778. | #define SIZEOF_LONG 8
  24779. | #define SIZEOF_LONG_LONG 8
  24780. | #define SIZEOF___INT64 0
  24781. | #define SIZEOF___INT128 16
  24782. | #define SIZEOF_OFF_T 8
  24783. | #define SIZEOF_VOIDP 8
  24784. | #define SIZEOF_FLOAT 4
  24785. | #define SIZEOF_DOUBLE 8
  24786. | #define SIZEOF_TIME_T 8
  24787. | #define SIZEOF_CLOCK_T 8
  24788. | #define PACKED_STRUCT(x) x __attribute__((packed))
  24789. | #define PACKED_STRUCT_UNALIGNED(x) x
  24790. | #define PRI_LL_PREFIX "ll"
  24791. | #define rb_pid_t pid_t
  24792. | #define SIGNEDNESS_OF_PID_T -1
  24793. | #define PIDT2NUM(v) INT2NUM(v)
  24794. | #define NUM2PIDT(v) NUM2INT(v)
  24795. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  24796. | #define rb_uid_t uid_t
  24797. | #define SIGNEDNESS_OF_UID_T +1
  24798. | #define UIDT2NUM(v) UINT2NUM(v)
  24799. | #define NUM2UIDT(v) NUM2UINT(v)
  24800. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  24801. | #define rb_gid_t gid_t
  24802. | #define SIGNEDNESS_OF_GID_T +1
  24803. | #define GIDT2NUM(v) UINT2NUM(v)
  24804. | #define NUM2GIDT(v) NUM2UINT(v)
  24805. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  24806. | #define rb_time_t time_t
  24807. | #define SIGNEDNESS_OF_TIME_T -1
  24808. | #define TIMET2NUM(v) LONG2NUM(v)
  24809. | #define NUM2TIMET(v) NUM2LONG(v)
  24810. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  24811. | #define rb_dev_t dev_t
  24812. | #define SIGNEDNESS_OF_DEV_T -1
  24813. | #define DEVT2NUM(v) INT2NUM(v)
  24814. | #define NUM2DEVT(v) NUM2INT(v)
  24815. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  24816. | #define rb_mode_t mode_t
  24817. | #define SIGNEDNESS_OF_MODE_T +1
  24818. | #define MODET2NUM(v) UINT2NUM(v)
  24819. | #define NUM2MODET(v) NUM2UINT(v)
  24820. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  24821. | #define rb_rlim_t rlim_t
  24822. | #define SIGNEDNESS_OF_RLIM_T +1
  24823. | #define RLIM2NUM(v) ULL2NUM(v)
  24824. | #define NUM2RLIM(v) NUM2ULL(v)
  24825. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  24826. | #define rb_off_t off_t
  24827. | #define SIGNEDNESS_OF_OFF_T -1
  24828. | #define OFFT2NUM(v) LL2NUM(v)
  24829. | #define NUM2OFFT(v) NUM2LL(v)
  24830. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  24831. | #define rb_clockid_t int
  24832. | #define SIGNEDNESS_OF_CLOCKID_T -1
  24833. | #define CLOCKID2NUM(v) INT2NUM(v)
  24834. | #define NUM2CLOCKID(v) NUM2INT(v)
  24835. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  24836. | #define HAVE_PROTOTYPES 1
  24837. | #define TOKEN_PASTE(x,y) x##y
  24838. | #define STRINGIZE(expr) STRINGIZE0(expr)
  24839. | #define HAVE_STDARG_PROTOTYPES 1
  24840. | #define HAVE_VA_ARGS_MACRO 1
  24841. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  24842. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  24843. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  24844. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  24845. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  24846. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  24847. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  24848. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  24849. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  24850. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  24851. | #define WEAK(x) __attribute__ ((__weak__)) x
  24852. | #define HAVE_FUNC_WEAK 1
  24853. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  24854. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  24855. | #define HAVE_GCC_SYNC_BUILTINS 1
  24856. | #define UNREACHABLE __builtin_unreachable()
  24857. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  24858. | #define RUBY_FUNCTION_NAME_STRING __func__
  24859. | #define ENUM_OVER_INT 1
  24860. | #define HAVE_DECL_SYS_NERR 1
  24861. | #define HAVE_DECL_GETENV 1
  24862. | #define SIZEOF_SIZE_T 8
  24863. | #define SIZEOF_PTRDIFF_T 8
  24864. | #define PRI_SIZE_PREFIX "z"
  24865. | #define PRI_PTRDIFF_PREFIX "t"
  24866. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  24867. | #define HAVE_ST_BLKSIZE 1
  24868. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  24869. | #define HAVE_ST_BLOCKS 1
  24870. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  24871. | #define HAVE_ST_RDEV 1
  24872. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  24873. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  24874. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  24875. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  24876. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  24877. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  24878. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  24879. | #define HAVE_STRUCT_TIMEVAL 1
  24880. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  24881. | #define HAVE_STRUCT_TIMESPEC 1
  24882. | #define HAVE_STRUCT_TIMEZONE 1
  24883. | #define HAVE_RB_FD_INIT 1
  24884. | #define HAVE_INT8_T 1
  24885. | #define SIZEOF_INT8_T 1
  24886. | #define HAVE_UINT8_T 1
  24887. | #define SIZEOF_UINT8_T 1
  24888. | #define HAVE_INT16_T 1
  24889. | #define SIZEOF_INT16_T 2
  24890. | #define HAVE_UINT16_T 1
  24891. | #define SIZEOF_UINT16_T 2
  24892. | #define HAVE_INT32_T 1
  24893. | #define SIZEOF_INT32_T 4
  24894. | #define HAVE_UINT32_T 1
  24895. | #define SIZEOF_UINT32_T 4
  24896. | #define HAVE_INT64_T 1
  24897. | #define SIZEOF_INT64_T 8
  24898. | #define HAVE_UINT64_T 1
  24899. | #define SIZEOF_UINT64_T 8
  24900. | #define HAVE_INT128_T 1
  24901. | #define int128_t __int128
  24902. | #define SIZEOF_INT128_T SIZEOF___INT128
  24903. | #define HAVE_UINT128_T 1
  24904. | #define uint128_t unsigned __int128
  24905. | #define SIZEOF_UINT128_T SIZEOF___INT128
  24906. | #define HAVE_INTPTR_T 1
  24907. | #define SIZEOF_INTPTR_T 8
  24908. | #define HAVE_UINTPTR_T 1
  24909. | #define SIZEOF_UINTPTR_T 8
  24910. | #define HAVE_SSIZE_T 1
  24911. | #define SIZEOF_SSIZE_T 8
  24912. | #define GETGROUPS_T gid_t
  24913. | #define RETSIGTYPE void
  24914. | #define HAVE_ALLOCA_H 1
  24915. | #define HAVE_ALLOCA 1
  24916. | #define HAVE_ACOSH 1
  24917. | #define HAVE_CBRT 1
  24918. | #define HAVE_CRYPT 1
  24919. | #define HAVE_DUP2 1
  24920. | #define HAVE_ERF 1
  24921. | #define HAVE_FFS 1
  24922. | #define HAVE_FINITE 1
  24923. | #define HAVE_FLOCK 1
  24924. | #define HAVE_HYPOT 1
  24925. | #define HAVE_ISINF 1
  24926. | #define HAVE_ISNAN 1
  24927. | #define HAVE_LGAMMA_R 1
  24928. | #define HAVE_MEMMOVE 1
  24929. | #define HAVE_NEXTAFTER 1
  24930. | #define HAVE_STRCHR 1
  24931. | #define HAVE_STRERROR 1
  24932. | #define HAVE_STRLCAT 1
  24933. | #define HAVE_STRLCPY 1
  24934. | #define HAVE_STRSTR 1
  24935. | #define HAVE_TGAMMA 1
  24936. | #define SPT_TYPE SPT_REUSEARGV
  24937. | #define HAVE_SIGNBIT 1
  24938. | #define HAVE_FORK 1
  24939. | #define vfork fork
  24940. | #define HAVE_WORKING_FORK 1
  24941. | #define HAVE___SYSCALL 1
  24942. | #define HAVE__LONGJMP 1
  24943. | #define HAVE_ARC4RANDOM_BUF 1
  24944. | #define HAVE_ATAN2L 1
  24945. | #define HAVE_ATAN2F 1
  24946. | #define HAVE_CHROOT 1
  24947. | #define HAVE_COSH 1
  24948. | #define HAVE_DIRFD 1
  24949. | #define HAVE_DLOPEN 1
  24950. | #define HAVE_DLADDR 1
  24951. | #define HAVE_DUP 1
  24952. | #define HAVE_ENDGRENT 1
  24953. | #define HAVE_FCHMOD 1
  24954. | #define HAVE_FCHOWN 1
  24955. | #define HAVE_FCNTL 1
  24956. | #define HAVE_FGETATTRLIST 1
  24957. | #define HAVE_FMOD 1
  24958. | #define HAVE_FSYNC 1
  24959. | #define HAVE_FTRUNCATE 1
  24960. | #define HAVE_GETATTRLIST 1
  24961. | #define HAVE_GETCWD 1
  24962. | #define HAVE_GETGRNAM 1
  24963. | #define HAVE_GETGRNAM_R 1
  24964. | #define HAVE_GETGROUPS 1
  24965. | #define HAVE_GETPGID 1
  24966. | #define HAVE_GETPGRP 1
  24967. | #define HAVE_GETPRIORITY 1
  24968. | #define HAVE_GETPWNAM_R 1
  24969. | #define HAVE_GETRLIMIT 1
  24970. | #define HAVE_GETSID 1
  24971. | #define HAVE_GETTIMEOFDAY 1
  24972. | #define HAVE_GMTIME_R 1
  24973. | #define HAVE_INITGROUPS 1
  24974. | #define HAVE_IOCTL 1
  24975. | #define HAVE_ISSETUGID 1
  24976. | #define HAVE_KILLPG 1
  24977. | #define HAVE_LCHMOD 1
  24978. | #define HAVE_LCHOWN 1
  24979. | #define HAVE_LINK 1
  24980. | #define HAVE_LLABS 1
  24981. | #define HAVE_LOCKF 1
  24982. | #define HAVE_LOG2 1
  24983. | #define HAVE_LSTAT 1
  24984. | #define HAVE_MALLOC_SIZE 1
  24985. | #define HAVE_MBLEN 1
  24986. | #define HAVE_MEMSET_S 1
  24987. | #define HAVE_WRITEV 1
  24988. | #define HAVE_MKFIFO 1
  24989. | #define HAVE_MKNOD 1
  24990. | #define HAVE_MKTIME 1
  24991. | #define HAVE_POLL 1
  24992. | /* end confdefs.h. */
  24993. | /* Define posix_fadvise to an innocuous variant, in case <limits.h> declares posix_fadvise.
  24994. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  24995. | #define posix_fadvise innocuous_posix_fadvise
  24996. |
  24997. | /* System header to define __stub macros and hopefully few prototypes,
  24998. | which can conflict with char posix_fadvise (); below.
  24999. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  25000. | <limits.h> exists even on freestanding compilers. */
  25001. |
  25002. | #ifdef __STDC__
  25003. | # include <limits.h>
  25004. | #else
  25005. | # include <assert.h>
  25006. | #endif
  25007. |
  25008. | #undef posix_fadvise
  25009. |
  25010. | /* Override any GCC internal prototype to avoid an error.
  25011. | Use char because int might match the return type of a GCC
  25012. | builtin and then its argument prototype would still apply. */
  25013. | #ifdef __cplusplus
  25014. | extern "C"
  25015. | #endif
  25016. | char posix_fadvise ();
  25017. | /* The GNU C library defines this for functions which it implements
  25018. | to always fail with ENOSYS. Some functions are actually named
  25019. | something starting with __ and the normal name is an alias. */
  25020. | #if defined __stub_posix_fadvise || defined __stub___posix_fadvise
  25021. | choke me
  25022. | #endif
  25023. |
  25024. | int
  25025. | main ()
  25026. | {
  25027. | return posix_fadvise ();
  25028. | ;
  25029. | return 0;
  25030. | }
  25031. configure:21381: result: no
  25032. configure:21392: checking for posix_memalign
  25033. configure:21392: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  25034. configure:21392: $? = 0
  25035. configure:21392: result: yes
  25036. configure:21403: checking for ppoll
  25037. configure:21403: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  25038. Undefined symbols for architecture x86_64:
  25039. "_ppoll", referenced from:
  25040. _main in conftest-3c0e36.o
  25041. ld: symbol(s) not found for architecture x86_64
  25042. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  25043. configure:21403: $? = 1
  25044. configure: failed program was:
  25045. | /* confdefs.h */
  25046. | #define PACKAGE_NAME ""
  25047. | #define PACKAGE_TARNAME ""
  25048. | #define PACKAGE_VERSION ""
  25049. | #define PACKAGE_STRING ""
  25050. | #define PACKAGE_BUGREPORT ""
  25051. | #define PACKAGE_URL ""
  25052. | #define CANONICALIZATION_FOR_MATHN 1
  25053. | #define STDC_HEADERS 1
  25054. | #define HAVE_SYS_TYPES_H 1
  25055. | #define HAVE_SYS_STAT_H 1
  25056. | #define HAVE_STDLIB_H 1
  25057. | #define HAVE_STRING_H 1
  25058. | #define HAVE_MEMORY_H 1
  25059. | #define HAVE_STRINGS_H 1
  25060. | #define HAVE_INTTYPES_H 1
  25061. | #define HAVE_STDINT_H 1
  25062. | #define HAVE_UNISTD_H 1
  25063. | #define __EXTENSIONS__ 1
  25064. | #define _ALL_SOURCE 1
  25065. | #define _GNU_SOURCE 1
  25066. | #define _POSIX_PTHREAD_SEMANTICS 1
  25067. | #define _TANDEM_SOURCE 1
  25068. | #define HAVE_INFINITY 1
  25069. | #define HAVE_NAN 1
  25070. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  25071. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  25072. | #define BROKEN_CRYPT 1
  25073. | #define HAVE_CRT_EXTERNS_H 1
  25074. | #define HAVE_LIBDL 1
  25075. | #define HAVE_DIRENT_H 1
  25076. | #define HAVE__BOOL 1
  25077. | #define HAVE_STDBOOL_H 1
  25078. | #define HAVE_SYS_WAIT_H 1
  25079. | #define HAVE_GRP_H 1
  25080. | #define HAVE_FCNTL_H 1
  25081. | #define HAVE_FLOAT_H 1
  25082. | #define HAVE_LANGINFO_H 1
  25083. | #define HAVE_LIMITS_H 1
  25084. | #define HAVE_LOCALE_H 1
  25085. | #define HAVE_MALLOC_MALLOC_H 1
  25086. | #define HAVE_PWD_H 1
  25087. | #define HAVE_SYS_ATTR_H 1
  25088. | #define HAVE_SYS_FCNTL_H 1
  25089. | #define HAVE_SYS_FILE_H 1
  25090. | #define HAVE_SYS_IOCTL_H 1
  25091. | #define HAVE_SYS_PARAM_H 1
  25092. | #define HAVE_SYS_RESOURCE_H 1
  25093. | #define HAVE_SYS_SELECT_H 1
  25094. | #define HAVE_SYS_SOCKET_H 1
  25095. | #define HAVE_SYS_SYSCALL_H 1
  25096. | #define HAVE_SYS_TIME_H 1
  25097. | #define HAVE_SYS_TIMES_H 1
  25098. | #define HAVE_SYS_UIO_H 1
  25099. | #define HAVE_TIME_H 1
  25100. | #define HAVE_UCONTEXT_H 1
  25101. | #define HAVE_UTIME_H 1
  25102. | #define HAVE_TYPEOF 1
  25103. | #define HAVE_LONG_LONG 1
  25104. | #define HAVE_OFF_T 1
  25105. | #define SIZEOF_INT 4
  25106. | #define SIZEOF_SHORT 2
  25107. | #define SIZEOF_LONG 8
  25108. | #define SIZEOF_LONG_LONG 8
  25109. | #define SIZEOF___INT64 0
  25110. | #define SIZEOF___INT128 16
  25111. | #define SIZEOF_OFF_T 8
  25112. | #define SIZEOF_VOIDP 8
  25113. | #define SIZEOF_FLOAT 4
  25114. | #define SIZEOF_DOUBLE 8
  25115. | #define SIZEOF_TIME_T 8
  25116. | #define SIZEOF_CLOCK_T 8
  25117. | #define PACKED_STRUCT(x) x __attribute__((packed))
  25118. | #define PACKED_STRUCT_UNALIGNED(x) x
  25119. | #define PRI_LL_PREFIX "ll"
  25120. | #define rb_pid_t pid_t
  25121. | #define SIGNEDNESS_OF_PID_T -1
  25122. | #define PIDT2NUM(v) INT2NUM(v)
  25123. | #define NUM2PIDT(v) NUM2INT(v)
  25124. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  25125. | #define rb_uid_t uid_t
  25126. | #define SIGNEDNESS_OF_UID_T +1
  25127. | #define UIDT2NUM(v) UINT2NUM(v)
  25128. | #define NUM2UIDT(v) NUM2UINT(v)
  25129. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  25130. | #define rb_gid_t gid_t
  25131. | #define SIGNEDNESS_OF_GID_T +1
  25132. | #define GIDT2NUM(v) UINT2NUM(v)
  25133. | #define NUM2GIDT(v) NUM2UINT(v)
  25134. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  25135. | #define rb_time_t time_t
  25136. | #define SIGNEDNESS_OF_TIME_T -1
  25137. | #define TIMET2NUM(v) LONG2NUM(v)
  25138. | #define NUM2TIMET(v) NUM2LONG(v)
  25139. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  25140. | #define rb_dev_t dev_t
  25141. | #define SIGNEDNESS_OF_DEV_T -1
  25142. | #define DEVT2NUM(v) INT2NUM(v)
  25143. | #define NUM2DEVT(v) NUM2INT(v)
  25144. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  25145. | #define rb_mode_t mode_t
  25146. | #define SIGNEDNESS_OF_MODE_T +1
  25147. | #define MODET2NUM(v) UINT2NUM(v)
  25148. | #define NUM2MODET(v) NUM2UINT(v)
  25149. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  25150. | #define rb_rlim_t rlim_t
  25151. | #define SIGNEDNESS_OF_RLIM_T +1
  25152. | #define RLIM2NUM(v) ULL2NUM(v)
  25153. | #define NUM2RLIM(v) NUM2ULL(v)
  25154. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  25155. | #define rb_off_t off_t
  25156. | #define SIGNEDNESS_OF_OFF_T -1
  25157. | #define OFFT2NUM(v) LL2NUM(v)
  25158. | #define NUM2OFFT(v) NUM2LL(v)
  25159. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  25160. | #define rb_clockid_t int
  25161. | #define SIGNEDNESS_OF_CLOCKID_T -1
  25162. | #define CLOCKID2NUM(v) INT2NUM(v)
  25163. | #define NUM2CLOCKID(v) NUM2INT(v)
  25164. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  25165. | #define HAVE_PROTOTYPES 1
  25166. | #define TOKEN_PASTE(x,y) x##y
  25167. | #define STRINGIZE(expr) STRINGIZE0(expr)
  25168. | #define HAVE_STDARG_PROTOTYPES 1
  25169. | #define HAVE_VA_ARGS_MACRO 1
  25170. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  25171. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  25172. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  25173. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  25174. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  25175. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  25176. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  25177. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  25178. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  25179. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  25180. | #define WEAK(x) __attribute__ ((__weak__)) x
  25181. | #define HAVE_FUNC_WEAK 1
  25182. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  25183. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  25184. | #define HAVE_GCC_SYNC_BUILTINS 1
  25185. | #define UNREACHABLE __builtin_unreachable()
  25186. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  25187. | #define RUBY_FUNCTION_NAME_STRING __func__
  25188. | #define ENUM_OVER_INT 1
  25189. | #define HAVE_DECL_SYS_NERR 1
  25190. | #define HAVE_DECL_GETENV 1
  25191. | #define SIZEOF_SIZE_T 8
  25192. | #define SIZEOF_PTRDIFF_T 8
  25193. | #define PRI_SIZE_PREFIX "z"
  25194. | #define PRI_PTRDIFF_PREFIX "t"
  25195. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  25196. | #define HAVE_ST_BLKSIZE 1
  25197. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  25198. | #define HAVE_ST_BLOCKS 1
  25199. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  25200. | #define HAVE_ST_RDEV 1
  25201. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  25202. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  25203. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  25204. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  25205. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  25206. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  25207. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  25208. | #define HAVE_STRUCT_TIMEVAL 1
  25209. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  25210. | #define HAVE_STRUCT_TIMESPEC 1
  25211. | #define HAVE_STRUCT_TIMEZONE 1
  25212. | #define HAVE_RB_FD_INIT 1
  25213. | #define HAVE_INT8_T 1
  25214. | #define SIZEOF_INT8_T 1
  25215. | #define HAVE_UINT8_T 1
  25216. | #define SIZEOF_UINT8_T 1
  25217. | #define HAVE_INT16_T 1
  25218. | #define SIZEOF_INT16_T 2
  25219. | #define HAVE_UINT16_T 1
  25220. | #define SIZEOF_UINT16_T 2
  25221. | #define HAVE_INT32_T 1
  25222. | #define SIZEOF_INT32_T 4
  25223. | #define HAVE_UINT32_T 1
  25224. | #define SIZEOF_UINT32_T 4
  25225. | #define HAVE_INT64_T 1
  25226. | #define SIZEOF_INT64_T 8
  25227. | #define HAVE_UINT64_T 1
  25228. | #define SIZEOF_UINT64_T 8
  25229. | #define HAVE_INT128_T 1
  25230. | #define int128_t __int128
  25231. | #define SIZEOF_INT128_T SIZEOF___INT128
  25232. | #define HAVE_UINT128_T 1
  25233. | #define uint128_t unsigned __int128
  25234. | #define SIZEOF_UINT128_T SIZEOF___INT128
  25235. | #define HAVE_INTPTR_T 1
  25236. | #define SIZEOF_INTPTR_T 8
  25237. | #define HAVE_UINTPTR_T 1
  25238. | #define SIZEOF_UINTPTR_T 8
  25239. | #define HAVE_SSIZE_T 1
  25240. | #define SIZEOF_SSIZE_T 8
  25241. | #define GETGROUPS_T gid_t
  25242. | #define RETSIGTYPE void
  25243. | #define HAVE_ALLOCA_H 1
  25244. | #define HAVE_ALLOCA 1
  25245. | #define HAVE_ACOSH 1
  25246. | #define HAVE_CBRT 1
  25247. | #define HAVE_CRYPT 1
  25248. | #define HAVE_DUP2 1
  25249. | #define HAVE_ERF 1
  25250. | #define HAVE_FFS 1
  25251. | #define HAVE_FINITE 1
  25252. | #define HAVE_FLOCK 1
  25253. | #define HAVE_HYPOT 1
  25254. | #define HAVE_ISINF 1
  25255. | #define HAVE_ISNAN 1
  25256. | #define HAVE_LGAMMA_R 1
  25257. | #define HAVE_MEMMOVE 1
  25258. | #define HAVE_NEXTAFTER 1
  25259. | #define HAVE_STRCHR 1
  25260. | #define HAVE_STRERROR 1
  25261. | #define HAVE_STRLCAT 1
  25262. | #define HAVE_STRLCPY 1
  25263. | #define HAVE_STRSTR 1
  25264. | #define HAVE_TGAMMA 1
  25265. | #define SPT_TYPE SPT_REUSEARGV
  25266. | #define HAVE_SIGNBIT 1
  25267. | #define HAVE_FORK 1
  25268. | #define vfork fork
  25269. | #define HAVE_WORKING_FORK 1
  25270. | #define HAVE___SYSCALL 1
  25271. | #define HAVE__LONGJMP 1
  25272. | #define HAVE_ARC4RANDOM_BUF 1
  25273. | #define HAVE_ATAN2L 1
  25274. | #define HAVE_ATAN2F 1
  25275. | #define HAVE_CHROOT 1
  25276. | #define HAVE_COSH 1
  25277. | #define HAVE_DIRFD 1
  25278. | #define HAVE_DLOPEN 1
  25279. | #define HAVE_DLADDR 1
  25280. | #define HAVE_DUP 1
  25281. | #define HAVE_ENDGRENT 1
  25282. | #define HAVE_FCHMOD 1
  25283. | #define HAVE_FCHOWN 1
  25284. | #define HAVE_FCNTL 1
  25285. | #define HAVE_FGETATTRLIST 1
  25286. | #define HAVE_FMOD 1
  25287. | #define HAVE_FSYNC 1
  25288. | #define HAVE_FTRUNCATE 1
  25289. | #define HAVE_GETATTRLIST 1
  25290. | #define HAVE_GETCWD 1
  25291. | #define HAVE_GETGRNAM 1
  25292. | #define HAVE_GETGRNAM_R 1
  25293. | #define HAVE_GETGROUPS 1
  25294. | #define HAVE_GETPGID 1
  25295. | #define HAVE_GETPGRP 1
  25296. | #define HAVE_GETPRIORITY 1
  25297. | #define HAVE_GETPWNAM_R 1
  25298. | #define HAVE_GETRLIMIT 1
  25299. | #define HAVE_GETSID 1
  25300. | #define HAVE_GETTIMEOFDAY 1
  25301. | #define HAVE_GMTIME_R 1
  25302. | #define HAVE_INITGROUPS 1
  25303. | #define HAVE_IOCTL 1
  25304. | #define HAVE_ISSETUGID 1
  25305. | #define HAVE_KILLPG 1
  25306. | #define HAVE_LCHMOD 1
  25307. | #define HAVE_LCHOWN 1
  25308. | #define HAVE_LINK 1
  25309. | #define HAVE_LLABS 1
  25310. | #define HAVE_LOCKF 1
  25311. | #define HAVE_LOG2 1
  25312. | #define HAVE_LSTAT 1
  25313. | #define HAVE_MALLOC_SIZE 1
  25314. | #define HAVE_MBLEN 1
  25315. | #define HAVE_MEMSET_S 1
  25316. | #define HAVE_WRITEV 1
  25317. | #define HAVE_MKFIFO 1
  25318. | #define HAVE_MKNOD 1
  25319. | #define HAVE_MKTIME 1
  25320. | #define HAVE_POLL 1
  25321. | #define HAVE_POSIX_MEMALIGN 1
  25322. | /* end confdefs.h. */
  25323. | /* Define ppoll to an innocuous variant, in case <limits.h> declares ppoll.
  25324. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  25325. | #define ppoll innocuous_ppoll
  25326. |
  25327. | /* System header to define __stub macros and hopefully few prototypes,
  25328. | which can conflict with char ppoll (); below.
  25329. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  25330. | <limits.h> exists even on freestanding compilers. */
  25331. |
  25332. | #ifdef __STDC__
  25333. | # include <limits.h>
  25334. | #else
  25335. | # include <assert.h>
  25336. | #endif
  25337. |
  25338. | #undef ppoll
  25339. |
  25340. | /* Override any GCC internal prototype to avoid an error.
  25341. | Use char because int might match the return type of a GCC
  25342. | builtin and then its argument prototype would still apply. */
  25343. | #ifdef __cplusplus
  25344. | extern "C"
  25345. | #endif
  25346. | char ppoll ();
  25347. | /* The GNU C library defines this for functions which it implements
  25348. | to always fail with ENOSYS. Some functions are actually named
  25349. | something starting with __ and the normal name is an alias. */
  25350. | #if defined __stub_ppoll || defined __stub___ppoll
  25351. | choke me
  25352. | #endif
  25353. |
  25354. | int
  25355. | main ()
  25356. | {
  25357. | return ppoll ();
  25358. | ;
  25359. | return 0;
  25360. | }
  25361. configure:21403: result: no
  25362. configure:21414: checking for pread
  25363. configure:21414: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  25364. configure:21414: $? = 0
  25365. configure:21414: result: yes
  25366. configure:21425: checking for qsort_r
  25367. configure:21425: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  25368. configure:21425: $? = 0
  25369. configure:21425: result: yes
  25370. configure:21436: checking for qsort_s
  25371. configure:21436: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  25372. Undefined symbols for architecture x86_64:
  25373. "_qsort_s", referenced from:
  25374. _main in conftest-d0092b.o
  25375. ld: symbol(s) not found for architecture x86_64
  25376. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  25377. configure:21436: $? = 1
  25378. configure: failed program was:
  25379. | /* confdefs.h */
  25380. | #define PACKAGE_NAME ""
  25381. | #define PACKAGE_TARNAME ""
  25382. | #define PACKAGE_VERSION ""
  25383. | #define PACKAGE_STRING ""
  25384. | #define PACKAGE_BUGREPORT ""
  25385. | #define PACKAGE_URL ""
  25386. | #define CANONICALIZATION_FOR_MATHN 1
  25387. | #define STDC_HEADERS 1
  25388. | #define HAVE_SYS_TYPES_H 1
  25389. | #define HAVE_SYS_STAT_H 1
  25390. | #define HAVE_STDLIB_H 1
  25391. | #define HAVE_STRING_H 1
  25392. | #define HAVE_MEMORY_H 1
  25393. | #define HAVE_STRINGS_H 1
  25394. | #define HAVE_INTTYPES_H 1
  25395. | #define HAVE_STDINT_H 1
  25396. | #define HAVE_UNISTD_H 1
  25397. | #define __EXTENSIONS__ 1
  25398. | #define _ALL_SOURCE 1
  25399. | #define _GNU_SOURCE 1
  25400. | #define _POSIX_PTHREAD_SEMANTICS 1
  25401. | #define _TANDEM_SOURCE 1
  25402. | #define HAVE_INFINITY 1
  25403. | #define HAVE_NAN 1
  25404. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  25405. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  25406. | #define BROKEN_CRYPT 1
  25407. | #define HAVE_CRT_EXTERNS_H 1
  25408. | #define HAVE_LIBDL 1
  25409. | #define HAVE_DIRENT_H 1
  25410. | #define HAVE__BOOL 1
  25411. | #define HAVE_STDBOOL_H 1
  25412. | #define HAVE_SYS_WAIT_H 1
  25413. | #define HAVE_GRP_H 1
  25414. | #define HAVE_FCNTL_H 1
  25415. | #define HAVE_FLOAT_H 1
  25416. | #define HAVE_LANGINFO_H 1
  25417. | #define HAVE_LIMITS_H 1
  25418. | #define HAVE_LOCALE_H 1
  25419. | #define HAVE_MALLOC_MALLOC_H 1
  25420. | #define HAVE_PWD_H 1
  25421. | #define HAVE_SYS_ATTR_H 1
  25422. | #define HAVE_SYS_FCNTL_H 1
  25423. | #define HAVE_SYS_FILE_H 1
  25424. | #define HAVE_SYS_IOCTL_H 1
  25425. | #define HAVE_SYS_PARAM_H 1
  25426. | #define HAVE_SYS_RESOURCE_H 1
  25427. | #define HAVE_SYS_SELECT_H 1
  25428. | #define HAVE_SYS_SOCKET_H 1
  25429. | #define HAVE_SYS_SYSCALL_H 1
  25430. | #define HAVE_SYS_TIME_H 1
  25431. | #define HAVE_SYS_TIMES_H 1
  25432. | #define HAVE_SYS_UIO_H 1
  25433. | #define HAVE_TIME_H 1
  25434. | #define HAVE_UCONTEXT_H 1
  25435. | #define HAVE_UTIME_H 1
  25436. | #define HAVE_TYPEOF 1
  25437. | #define HAVE_LONG_LONG 1
  25438. | #define HAVE_OFF_T 1
  25439. | #define SIZEOF_INT 4
  25440. | #define SIZEOF_SHORT 2
  25441. | #define SIZEOF_LONG 8
  25442. | #define SIZEOF_LONG_LONG 8
  25443. | #define SIZEOF___INT64 0
  25444. | #define SIZEOF___INT128 16
  25445. | #define SIZEOF_OFF_T 8
  25446. | #define SIZEOF_VOIDP 8
  25447. | #define SIZEOF_FLOAT 4
  25448. | #define SIZEOF_DOUBLE 8
  25449. | #define SIZEOF_TIME_T 8
  25450. | #define SIZEOF_CLOCK_T 8
  25451. | #define PACKED_STRUCT(x) x __attribute__((packed))
  25452. | #define PACKED_STRUCT_UNALIGNED(x) x
  25453. | #define PRI_LL_PREFIX "ll"
  25454. | #define rb_pid_t pid_t
  25455. | #define SIGNEDNESS_OF_PID_T -1
  25456. | #define PIDT2NUM(v) INT2NUM(v)
  25457. | #define NUM2PIDT(v) NUM2INT(v)
  25458. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  25459. | #define rb_uid_t uid_t
  25460. | #define SIGNEDNESS_OF_UID_T +1
  25461. | #define UIDT2NUM(v) UINT2NUM(v)
  25462. | #define NUM2UIDT(v) NUM2UINT(v)
  25463. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  25464. | #define rb_gid_t gid_t
  25465. | #define SIGNEDNESS_OF_GID_T +1
  25466. | #define GIDT2NUM(v) UINT2NUM(v)
  25467. | #define NUM2GIDT(v) NUM2UINT(v)
  25468. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  25469. | #define rb_time_t time_t
  25470. | #define SIGNEDNESS_OF_TIME_T -1
  25471. | #define TIMET2NUM(v) LONG2NUM(v)
  25472. | #define NUM2TIMET(v) NUM2LONG(v)
  25473. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  25474. | #define rb_dev_t dev_t
  25475. | #define SIGNEDNESS_OF_DEV_T -1
  25476. | #define DEVT2NUM(v) INT2NUM(v)
  25477. | #define NUM2DEVT(v) NUM2INT(v)
  25478. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  25479. | #define rb_mode_t mode_t
  25480. | #define SIGNEDNESS_OF_MODE_T +1
  25481. | #define MODET2NUM(v) UINT2NUM(v)
  25482. | #define NUM2MODET(v) NUM2UINT(v)
  25483. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  25484. | #define rb_rlim_t rlim_t
  25485. | #define SIGNEDNESS_OF_RLIM_T +1
  25486. | #define RLIM2NUM(v) ULL2NUM(v)
  25487. | #define NUM2RLIM(v) NUM2ULL(v)
  25488. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  25489. | #define rb_off_t off_t
  25490. | #define SIGNEDNESS_OF_OFF_T -1
  25491. | #define OFFT2NUM(v) LL2NUM(v)
  25492. | #define NUM2OFFT(v) NUM2LL(v)
  25493. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  25494. | #define rb_clockid_t int
  25495. | #define SIGNEDNESS_OF_CLOCKID_T -1
  25496. | #define CLOCKID2NUM(v) INT2NUM(v)
  25497. | #define NUM2CLOCKID(v) NUM2INT(v)
  25498. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  25499. | #define HAVE_PROTOTYPES 1
  25500. | #define TOKEN_PASTE(x,y) x##y
  25501. | #define STRINGIZE(expr) STRINGIZE0(expr)
  25502. | #define HAVE_STDARG_PROTOTYPES 1
  25503. | #define HAVE_VA_ARGS_MACRO 1
  25504. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  25505. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  25506. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  25507. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  25508. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  25509. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  25510. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  25511. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  25512. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  25513. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  25514. | #define WEAK(x) __attribute__ ((__weak__)) x
  25515. | #define HAVE_FUNC_WEAK 1
  25516. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  25517. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  25518. | #define HAVE_GCC_SYNC_BUILTINS 1
  25519. | #define UNREACHABLE __builtin_unreachable()
  25520. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  25521. | #define RUBY_FUNCTION_NAME_STRING __func__
  25522. | #define ENUM_OVER_INT 1
  25523. | #define HAVE_DECL_SYS_NERR 1
  25524. | #define HAVE_DECL_GETENV 1
  25525. | #define SIZEOF_SIZE_T 8
  25526. | #define SIZEOF_PTRDIFF_T 8
  25527. | #define PRI_SIZE_PREFIX "z"
  25528. | #define PRI_PTRDIFF_PREFIX "t"
  25529. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  25530. | #define HAVE_ST_BLKSIZE 1
  25531. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  25532. | #define HAVE_ST_BLOCKS 1
  25533. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  25534. | #define HAVE_ST_RDEV 1
  25535. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  25536. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  25537. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  25538. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  25539. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  25540. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  25541. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  25542. | #define HAVE_STRUCT_TIMEVAL 1
  25543. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  25544. | #define HAVE_STRUCT_TIMESPEC 1
  25545. | #define HAVE_STRUCT_TIMEZONE 1
  25546. | #define HAVE_RB_FD_INIT 1
  25547. | #define HAVE_INT8_T 1
  25548. | #define SIZEOF_INT8_T 1
  25549. | #define HAVE_UINT8_T 1
  25550. | #define SIZEOF_UINT8_T 1
  25551. | #define HAVE_INT16_T 1
  25552. | #define SIZEOF_INT16_T 2
  25553. | #define HAVE_UINT16_T 1
  25554. | #define SIZEOF_UINT16_T 2
  25555. | #define HAVE_INT32_T 1
  25556. | #define SIZEOF_INT32_T 4
  25557. | #define HAVE_UINT32_T 1
  25558. | #define SIZEOF_UINT32_T 4
  25559. | #define HAVE_INT64_T 1
  25560. | #define SIZEOF_INT64_T 8
  25561. | #define HAVE_UINT64_T 1
  25562. | #define SIZEOF_UINT64_T 8
  25563. | #define HAVE_INT128_T 1
  25564. | #define int128_t __int128
  25565. | #define SIZEOF_INT128_T SIZEOF___INT128
  25566. | #define HAVE_UINT128_T 1
  25567. | #define uint128_t unsigned __int128
  25568. | #define SIZEOF_UINT128_T SIZEOF___INT128
  25569. | #define HAVE_INTPTR_T 1
  25570. | #define SIZEOF_INTPTR_T 8
  25571. | #define HAVE_UINTPTR_T 1
  25572. | #define SIZEOF_UINTPTR_T 8
  25573. | #define HAVE_SSIZE_T 1
  25574. | #define SIZEOF_SSIZE_T 8
  25575. | #define GETGROUPS_T gid_t
  25576. | #define RETSIGTYPE void
  25577. | #define HAVE_ALLOCA_H 1
  25578. | #define HAVE_ALLOCA 1
  25579. | #define HAVE_ACOSH 1
  25580. | #define HAVE_CBRT 1
  25581. | #define HAVE_CRYPT 1
  25582. | #define HAVE_DUP2 1
  25583. | #define HAVE_ERF 1
  25584. | #define HAVE_FFS 1
  25585. | #define HAVE_FINITE 1
  25586. | #define HAVE_FLOCK 1
  25587. | #define HAVE_HYPOT 1
  25588. | #define HAVE_ISINF 1
  25589. | #define HAVE_ISNAN 1
  25590. | #define HAVE_LGAMMA_R 1
  25591. | #define HAVE_MEMMOVE 1
  25592. | #define HAVE_NEXTAFTER 1
  25593. | #define HAVE_STRCHR 1
  25594. | #define HAVE_STRERROR 1
  25595. | #define HAVE_STRLCAT 1
  25596. | #define HAVE_STRLCPY 1
  25597. | #define HAVE_STRSTR 1
  25598. | #define HAVE_TGAMMA 1
  25599. | #define SPT_TYPE SPT_REUSEARGV
  25600. | #define HAVE_SIGNBIT 1
  25601. | #define HAVE_FORK 1
  25602. | #define vfork fork
  25603. | #define HAVE_WORKING_FORK 1
  25604. | #define HAVE___SYSCALL 1
  25605. | #define HAVE__LONGJMP 1
  25606. | #define HAVE_ARC4RANDOM_BUF 1
  25607. | #define HAVE_ATAN2L 1
  25608. | #define HAVE_ATAN2F 1
  25609. | #define HAVE_CHROOT 1
  25610. | #define HAVE_COSH 1
  25611. | #define HAVE_DIRFD 1
  25612. | #define HAVE_DLOPEN 1
  25613. | #define HAVE_DLADDR 1
  25614. | #define HAVE_DUP 1
  25615. | #define HAVE_ENDGRENT 1
  25616. | #define HAVE_FCHMOD 1
  25617. | #define HAVE_FCHOWN 1
  25618. | #define HAVE_FCNTL 1
  25619. | #define HAVE_FGETATTRLIST 1
  25620. | #define HAVE_FMOD 1
  25621. | #define HAVE_FSYNC 1
  25622. | #define HAVE_FTRUNCATE 1
  25623. | #define HAVE_GETATTRLIST 1
  25624. | #define HAVE_GETCWD 1
  25625. | #define HAVE_GETGRNAM 1
  25626. | #define HAVE_GETGRNAM_R 1
  25627. | #define HAVE_GETGROUPS 1
  25628. | #define HAVE_GETPGID 1
  25629. | #define HAVE_GETPGRP 1
  25630. | #define HAVE_GETPRIORITY 1
  25631. | #define HAVE_GETPWNAM_R 1
  25632. | #define HAVE_GETRLIMIT 1
  25633. | #define HAVE_GETSID 1
  25634. | #define HAVE_GETTIMEOFDAY 1
  25635. | #define HAVE_GMTIME_R 1
  25636. | #define HAVE_INITGROUPS 1
  25637. | #define HAVE_IOCTL 1
  25638. | #define HAVE_ISSETUGID 1
  25639. | #define HAVE_KILLPG 1
  25640. | #define HAVE_LCHMOD 1
  25641. | #define HAVE_LCHOWN 1
  25642. | #define HAVE_LINK 1
  25643. | #define HAVE_LLABS 1
  25644. | #define HAVE_LOCKF 1
  25645. | #define HAVE_LOG2 1
  25646. | #define HAVE_LSTAT 1
  25647. | #define HAVE_MALLOC_SIZE 1
  25648. | #define HAVE_MBLEN 1
  25649. | #define HAVE_MEMSET_S 1
  25650. | #define HAVE_WRITEV 1
  25651. | #define HAVE_MKFIFO 1
  25652. | #define HAVE_MKNOD 1
  25653. | #define HAVE_MKTIME 1
  25654. | #define HAVE_POLL 1
  25655. | #define HAVE_POSIX_MEMALIGN 1
  25656. | #define HAVE_PREAD 1
  25657. | #define HAVE_QSORT_R 1
  25658. | /* end confdefs.h. */
  25659. | /* Define qsort_s to an innocuous variant, in case <limits.h> declares qsort_s.
  25660. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  25661. | #define qsort_s innocuous_qsort_s
  25662. |
  25663. | /* System header to define __stub macros and hopefully few prototypes,
  25664. | which can conflict with char qsort_s (); below.
  25665. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  25666. | <limits.h> exists even on freestanding compilers. */
  25667. |
  25668. | #ifdef __STDC__
  25669. | # include <limits.h>
  25670. | #else
  25671. | # include <assert.h>
  25672. | #endif
  25673. |
  25674. | #undef qsort_s
  25675. |
  25676. | /* Override any GCC internal prototype to avoid an error.
  25677. | Use char because int might match the return type of a GCC
  25678. | builtin and then its argument prototype would still apply. */
  25679. | #ifdef __cplusplus
  25680. | extern "C"
  25681. | #endif
  25682. | char qsort_s ();
  25683. | /* The GNU C library defines this for functions which it implements
  25684. | to always fail with ENOSYS. Some functions are actually named
  25685. | something starting with __ and the normal name is an alias. */
  25686. | #if defined __stub_qsort_s || defined __stub___qsort_s
  25687. | choke me
  25688. | #endif
  25689. |
  25690. | int
  25691. | main ()
  25692. | {
  25693. | return qsort_s ();
  25694. | ;
  25695. | return 0;
  25696. | }
  25697. configure:21436: result: no
  25698. configure:21447: checking for readlink
  25699. configure:21447: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  25700. configure:21447: $? = 0
  25701. configure:21447: result: yes
  25702. configure:21458: checking for round
  25703. configure:21458: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  25704. conftest.c:305:6: warning: incompatible redeclaration of library function 'round' [-Wincompatible-library-redeclaration]
  25705. char round ();
  25706. ^
  25707. conftest.c:305:6: note: 'round' is a builtin with type 'double (double)'
  25708. 1 warning generated.
  25709. configure:21458: $? = 0
  25710. configure:21458: result: yes
  25711. configure:21469: checking for sched_getaffinity
  25712. configure:21469: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  25713. Undefined symbols for architecture x86_64:
  25714. "_sched_getaffinity", referenced from:
  25715. _main in conftest-317743.o
  25716. ld: symbol(s) not found for architecture x86_64
  25717. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  25718. configure:21469: $? = 1
  25719. configure: failed program was:
  25720. | /* confdefs.h */
  25721. | #define PACKAGE_NAME ""
  25722. | #define PACKAGE_TARNAME ""
  25723. | #define PACKAGE_VERSION ""
  25724. | #define PACKAGE_STRING ""
  25725. | #define PACKAGE_BUGREPORT ""
  25726. | #define PACKAGE_URL ""
  25727. | #define CANONICALIZATION_FOR_MATHN 1
  25728. | #define STDC_HEADERS 1
  25729. | #define HAVE_SYS_TYPES_H 1
  25730. | #define HAVE_SYS_STAT_H 1
  25731. | #define HAVE_STDLIB_H 1
  25732. | #define HAVE_STRING_H 1
  25733. | #define HAVE_MEMORY_H 1
  25734. | #define HAVE_STRINGS_H 1
  25735. | #define HAVE_INTTYPES_H 1
  25736. | #define HAVE_STDINT_H 1
  25737. | #define HAVE_UNISTD_H 1
  25738. | #define __EXTENSIONS__ 1
  25739. | #define _ALL_SOURCE 1
  25740. | #define _GNU_SOURCE 1
  25741. | #define _POSIX_PTHREAD_SEMANTICS 1
  25742. | #define _TANDEM_SOURCE 1
  25743. | #define HAVE_INFINITY 1
  25744. | #define HAVE_NAN 1
  25745. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  25746. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  25747. | #define BROKEN_CRYPT 1
  25748. | #define HAVE_CRT_EXTERNS_H 1
  25749. | #define HAVE_LIBDL 1
  25750. | #define HAVE_DIRENT_H 1
  25751. | #define HAVE__BOOL 1
  25752. | #define HAVE_STDBOOL_H 1
  25753. | #define HAVE_SYS_WAIT_H 1
  25754. | #define HAVE_GRP_H 1
  25755. | #define HAVE_FCNTL_H 1
  25756. | #define HAVE_FLOAT_H 1
  25757. | #define HAVE_LANGINFO_H 1
  25758. | #define HAVE_LIMITS_H 1
  25759. | #define HAVE_LOCALE_H 1
  25760. | #define HAVE_MALLOC_MALLOC_H 1
  25761. | #define HAVE_PWD_H 1
  25762. | #define HAVE_SYS_ATTR_H 1
  25763. | #define HAVE_SYS_FCNTL_H 1
  25764. | #define HAVE_SYS_FILE_H 1
  25765. | #define HAVE_SYS_IOCTL_H 1
  25766. | #define HAVE_SYS_PARAM_H 1
  25767. | #define HAVE_SYS_RESOURCE_H 1
  25768. | #define HAVE_SYS_SELECT_H 1
  25769. | #define HAVE_SYS_SOCKET_H 1
  25770. | #define HAVE_SYS_SYSCALL_H 1
  25771. | #define HAVE_SYS_TIME_H 1
  25772. | #define HAVE_SYS_TIMES_H 1
  25773. | #define HAVE_SYS_UIO_H 1
  25774. | #define HAVE_TIME_H 1
  25775. | #define HAVE_UCONTEXT_H 1
  25776. | #define HAVE_UTIME_H 1
  25777. | #define HAVE_TYPEOF 1
  25778. | #define HAVE_LONG_LONG 1
  25779. | #define HAVE_OFF_T 1
  25780. | #define SIZEOF_INT 4
  25781. | #define SIZEOF_SHORT 2
  25782. | #define SIZEOF_LONG 8
  25783. | #define SIZEOF_LONG_LONG 8
  25784. | #define SIZEOF___INT64 0
  25785. | #define SIZEOF___INT128 16
  25786. | #define SIZEOF_OFF_T 8
  25787. | #define SIZEOF_VOIDP 8
  25788. | #define SIZEOF_FLOAT 4
  25789. | #define SIZEOF_DOUBLE 8
  25790. | #define SIZEOF_TIME_T 8
  25791. | #define SIZEOF_CLOCK_T 8
  25792. | #define PACKED_STRUCT(x) x __attribute__((packed))
  25793. | #define PACKED_STRUCT_UNALIGNED(x) x
  25794. | #define PRI_LL_PREFIX "ll"
  25795. | #define rb_pid_t pid_t
  25796. | #define SIGNEDNESS_OF_PID_T -1
  25797. | #define PIDT2NUM(v) INT2NUM(v)
  25798. | #define NUM2PIDT(v) NUM2INT(v)
  25799. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  25800. | #define rb_uid_t uid_t
  25801. | #define SIGNEDNESS_OF_UID_T +1
  25802. | #define UIDT2NUM(v) UINT2NUM(v)
  25803. | #define NUM2UIDT(v) NUM2UINT(v)
  25804. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  25805. | #define rb_gid_t gid_t
  25806. | #define SIGNEDNESS_OF_GID_T +1
  25807. | #define GIDT2NUM(v) UINT2NUM(v)
  25808. | #define NUM2GIDT(v) NUM2UINT(v)
  25809. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  25810. | #define rb_time_t time_t
  25811. | #define SIGNEDNESS_OF_TIME_T -1
  25812. | #define TIMET2NUM(v) LONG2NUM(v)
  25813. | #define NUM2TIMET(v) NUM2LONG(v)
  25814. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  25815. | #define rb_dev_t dev_t
  25816. | #define SIGNEDNESS_OF_DEV_T -1
  25817. | #define DEVT2NUM(v) INT2NUM(v)
  25818. | #define NUM2DEVT(v) NUM2INT(v)
  25819. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  25820. | #define rb_mode_t mode_t
  25821. | #define SIGNEDNESS_OF_MODE_T +1
  25822. | #define MODET2NUM(v) UINT2NUM(v)
  25823. | #define NUM2MODET(v) NUM2UINT(v)
  25824. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  25825. | #define rb_rlim_t rlim_t
  25826. | #define SIGNEDNESS_OF_RLIM_T +1
  25827. | #define RLIM2NUM(v) ULL2NUM(v)
  25828. | #define NUM2RLIM(v) NUM2ULL(v)
  25829. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  25830. | #define rb_off_t off_t
  25831. | #define SIGNEDNESS_OF_OFF_T -1
  25832. | #define OFFT2NUM(v) LL2NUM(v)
  25833. | #define NUM2OFFT(v) NUM2LL(v)
  25834. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  25835. | #define rb_clockid_t int
  25836. | #define SIGNEDNESS_OF_CLOCKID_T -1
  25837. | #define CLOCKID2NUM(v) INT2NUM(v)
  25838. | #define NUM2CLOCKID(v) NUM2INT(v)
  25839. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  25840. | #define HAVE_PROTOTYPES 1
  25841. | #define TOKEN_PASTE(x,y) x##y
  25842. | #define STRINGIZE(expr) STRINGIZE0(expr)
  25843. | #define HAVE_STDARG_PROTOTYPES 1
  25844. | #define HAVE_VA_ARGS_MACRO 1
  25845. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  25846. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  25847. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  25848. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  25849. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  25850. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  25851. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  25852. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  25853. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  25854. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  25855. | #define WEAK(x) __attribute__ ((__weak__)) x
  25856. | #define HAVE_FUNC_WEAK 1
  25857. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  25858. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  25859. | #define HAVE_GCC_SYNC_BUILTINS 1
  25860. | #define UNREACHABLE __builtin_unreachable()
  25861. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  25862. | #define RUBY_FUNCTION_NAME_STRING __func__
  25863. | #define ENUM_OVER_INT 1
  25864. | #define HAVE_DECL_SYS_NERR 1
  25865. | #define HAVE_DECL_GETENV 1
  25866. | #define SIZEOF_SIZE_T 8
  25867. | #define SIZEOF_PTRDIFF_T 8
  25868. | #define PRI_SIZE_PREFIX "z"
  25869. | #define PRI_PTRDIFF_PREFIX "t"
  25870. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  25871. | #define HAVE_ST_BLKSIZE 1
  25872. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  25873. | #define HAVE_ST_BLOCKS 1
  25874. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  25875. | #define HAVE_ST_RDEV 1
  25876. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  25877. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  25878. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  25879. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  25880. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  25881. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  25882. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  25883. | #define HAVE_STRUCT_TIMEVAL 1
  25884. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  25885. | #define HAVE_STRUCT_TIMESPEC 1
  25886. | #define HAVE_STRUCT_TIMEZONE 1
  25887. | #define HAVE_RB_FD_INIT 1
  25888. | #define HAVE_INT8_T 1
  25889. | #define SIZEOF_INT8_T 1
  25890. | #define HAVE_UINT8_T 1
  25891. | #define SIZEOF_UINT8_T 1
  25892. | #define HAVE_INT16_T 1
  25893. | #define SIZEOF_INT16_T 2
  25894. | #define HAVE_UINT16_T 1
  25895. | #define SIZEOF_UINT16_T 2
  25896. | #define HAVE_INT32_T 1
  25897. | #define SIZEOF_INT32_T 4
  25898. | #define HAVE_UINT32_T 1
  25899. | #define SIZEOF_UINT32_T 4
  25900. | #define HAVE_INT64_T 1
  25901. | #define SIZEOF_INT64_T 8
  25902. | #define HAVE_UINT64_T 1
  25903. | #define SIZEOF_UINT64_T 8
  25904. | #define HAVE_INT128_T 1
  25905. | #define int128_t __int128
  25906. | #define SIZEOF_INT128_T SIZEOF___INT128
  25907. | #define HAVE_UINT128_T 1
  25908. | #define uint128_t unsigned __int128
  25909. | #define SIZEOF_UINT128_T SIZEOF___INT128
  25910. | #define HAVE_INTPTR_T 1
  25911. | #define SIZEOF_INTPTR_T 8
  25912. | #define HAVE_UINTPTR_T 1
  25913. | #define SIZEOF_UINTPTR_T 8
  25914. | #define HAVE_SSIZE_T 1
  25915. | #define SIZEOF_SSIZE_T 8
  25916. | #define GETGROUPS_T gid_t
  25917. | #define RETSIGTYPE void
  25918. | #define HAVE_ALLOCA_H 1
  25919. | #define HAVE_ALLOCA 1
  25920. | #define HAVE_ACOSH 1
  25921. | #define HAVE_CBRT 1
  25922. | #define HAVE_CRYPT 1
  25923. | #define HAVE_DUP2 1
  25924. | #define HAVE_ERF 1
  25925. | #define HAVE_FFS 1
  25926. | #define HAVE_FINITE 1
  25927. | #define HAVE_FLOCK 1
  25928. | #define HAVE_HYPOT 1
  25929. | #define HAVE_ISINF 1
  25930. | #define HAVE_ISNAN 1
  25931. | #define HAVE_LGAMMA_R 1
  25932. | #define HAVE_MEMMOVE 1
  25933. | #define HAVE_NEXTAFTER 1
  25934. | #define HAVE_STRCHR 1
  25935. | #define HAVE_STRERROR 1
  25936. | #define HAVE_STRLCAT 1
  25937. | #define HAVE_STRLCPY 1
  25938. | #define HAVE_STRSTR 1
  25939. | #define HAVE_TGAMMA 1
  25940. | #define SPT_TYPE SPT_REUSEARGV
  25941. | #define HAVE_SIGNBIT 1
  25942. | #define HAVE_FORK 1
  25943. | #define vfork fork
  25944. | #define HAVE_WORKING_FORK 1
  25945. | #define HAVE___SYSCALL 1
  25946. | #define HAVE__LONGJMP 1
  25947. | #define HAVE_ARC4RANDOM_BUF 1
  25948. | #define HAVE_ATAN2L 1
  25949. | #define HAVE_ATAN2F 1
  25950. | #define HAVE_CHROOT 1
  25951. | #define HAVE_COSH 1
  25952. | #define HAVE_DIRFD 1
  25953. | #define HAVE_DLOPEN 1
  25954. | #define HAVE_DLADDR 1
  25955. | #define HAVE_DUP 1
  25956. | #define HAVE_ENDGRENT 1
  25957. | #define HAVE_FCHMOD 1
  25958. | #define HAVE_FCHOWN 1
  25959. | #define HAVE_FCNTL 1
  25960. | #define HAVE_FGETATTRLIST 1
  25961. | #define HAVE_FMOD 1
  25962. | #define HAVE_FSYNC 1
  25963. | #define HAVE_FTRUNCATE 1
  25964. | #define HAVE_GETATTRLIST 1
  25965. | #define HAVE_GETCWD 1
  25966. | #define HAVE_GETGRNAM 1
  25967. | #define HAVE_GETGRNAM_R 1
  25968. | #define HAVE_GETGROUPS 1
  25969. | #define HAVE_GETPGID 1
  25970. | #define HAVE_GETPGRP 1
  25971. | #define HAVE_GETPRIORITY 1
  25972. | #define HAVE_GETPWNAM_R 1
  25973. | #define HAVE_GETRLIMIT 1
  25974. | #define HAVE_GETSID 1
  25975. | #define HAVE_GETTIMEOFDAY 1
  25976. | #define HAVE_GMTIME_R 1
  25977. | #define HAVE_INITGROUPS 1
  25978. | #define HAVE_IOCTL 1
  25979. | #define HAVE_ISSETUGID 1
  25980. | #define HAVE_KILLPG 1
  25981. | #define HAVE_LCHMOD 1
  25982. | #define HAVE_LCHOWN 1
  25983. | #define HAVE_LINK 1
  25984. | #define HAVE_LLABS 1
  25985. | #define HAVE_LOCKF 1
  25986. | #define HAVE_LOG2 1
  25987. | #define HAVE_LSTAT 1
  25988. | #define HAVE_MALLOC_SIZE 1
  25989. | #define HAVE_MBLEN 1
  25990. | #define HAVE_MEMSET_S 1
  25991. | #define HAVE_WRITEV 1
  25992. | #define HAVE_MKFIFO 1
  25993. | #define HAVE_MKNOD 1
  25994. | #define HAVE_MKTIME 1
  25995. | #define HAVE_POLL 1
  25996. | #define HAVE_POSIX_MEMALIGN 1
  25997. | #define HAVE_PREAD 1
  25998. | #define HAVE_QSORT_R 1
  25999. | #define HAVE_READLINK 1
  26000. | #define HAVE_ROUND 1
  26001. | /* end confdefs.h. */
  26002. | /* Define sched_getaffinity to an innocuous variant, in case <limits.h> declares sched_getaffinity.
  26003. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  26004. | #define sched_getaffinity innocuous_sched_getaffinity
  26005. |
  26006. | /* System header to define __stub macros and hopefully few prototypes,
  26007. | which can conflict with char sched_getaffinity (); below.
  26008. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  26009. | <limits.h> exists even on freestanding compilers. */
  26010. |
  26011. | #ifdef __STDC__
  26012. | # include <limits.h>
  26013. | #else
  26014. | # include <assert.h>
  26015. | #endif
  26016. |
  26017. | #undef sched_getaffinity
  26018. |
  26019. | /* Override any GCC internal prototype to avoid an error.
  26020. | Use char because int might match the return type of a GCC
  26021. | builtin and then its argument prototype would still apply. */
  26022. | #ifdef __cplusplus
  26023. | extern "C"
  26024. | #endif
  26025. | char sched_getaffinity ();
  26026. | /* The GNU C library defines this for functions which it implements
  26027. | to always fail with ENOSYS. Some functions are actually named
  26028. | something starting with __ and the normal name is an alias. */
  26029. | #if defined __stub_sched_getaffinity || defined __stub___sched_getaffinity
  26030. | choke me
  26031. | #endif
  26032. |
  26033. | int
  26034. | main ()
  26035. | {
  26036. | return sched_getaffinity ();
  26037. | ;
  26038. | return 0;
  26039. | }
  26040. configure:21469: result: no
  26041. configure:21480: checking for seekdir
  26042. configure:21480: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  26043. configure:21480: $? = 0
  26044. configure:21480: result: yes
  26045. configure:21491: checking for select_large_fdset
  26046. configure:21491: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  26047. Undefined symbols for architecture x86_64:
  26048. "_select_large_fdset", referenced from:
  26049. _main in conftest-d9540f.o
  26050. ld: symbol(s) not found for architecture x86_64
  26051. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  26052. configure:21491: $? = 1
  26053. configure: failed program was:
  26054. | /* confdefs.h */
  26055. | #define PACKAGE_NAME ""
  26056. | #define PACKAGE_TARNAME ""
  26057. | #define PACKAGE_VERSION ""
  26058. | #define PACKAGE_STRING ""
  26059. | #define PACKAGE_BUGREPORT ""
  26060. | #define PACKAGE_URL ""
  26061. | #define CANONICALIZATION_FOR_MATHN 1
  26062. | #define STDC_HEADERS 1
  26063. | #define HAVE_SYS_TYPES_H 1
  26064. | #define HAVE_SYS_STAT_H 1
  26065. | #define HAVE_STDLIB_H 1
  26066. | #define HAVE_STRING_H 1
  26067. | #define HAVE_MEMORY_H 1
  26068. | #define HAVE_STRINGS_H 1
  26069. | #define HAVE_INTTYPES_H 1
  26070. | #define HAVE_STDINT_H 1
  26071. | #define HAVE_UNISTD_H 1
  26072. | #define __EXTENSIONS__ 1
  26073. | #define _ALL_SOURCE 1
  26074. | #define _GNU_SOURCE 1
  26075. | #define _POSIX_PTHREAD_SEMANTICS 1
  26076. | #define _TANDEM_SOURCE 1
  26077. | #define HAVE_INFINITY 1
  26078. | #define HAVE_NAN 1
  26079. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  26080. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  26081. | #define BROKEN_CRYPT 1
  26082. | #define HAVE_CRT_EXTERNS_H 1
  26083. | #define HAVE_LIBDL 1
  26084. | #define HAVE_DIRENT_H 1
  26085. | #define HAVE__BOOL 1
  26086. | #define HAVE_STDBOOL_H 1
  26087. | #define HAVE_SYS_WAIT_H 1
  26088. | #define HAVE_GRP_H 1
  26089. | #define HAVE_FCNTL_H 1
  26090. | #define HAVE_FLOAT_H 1
  26091. | #define HAVE_LANGINFO_H 1
  26092. | #define HAVE_LIMITS_H 1
  26093. | #define HAVE_LOCALE_H 1
  26094. | #define HAVE_MALLOC_MALLOC_H 1
  26095. | #define HAVE_PWD_H 1
  26096. | #define HAVE_SYS_ATTR_H 1
  26097. | #define HAVE_SYS_FCNTL_H 1
  26098. | #define HAVE_SYS_FILE_H 1
  26099. | #define HAVE_SYS_IOCTL_H 1
  26100. | #define HAVE_SYS_PARAM_H 1
  26101. | #define HAVE_SYS_RESOURCE_H 1
  26102. | #define HAVE_SYS_SELECT_H 1
  26103. | #define HAVE_SYS_SOCKET_H 1
  26104. | #define HAVE_SYS_SYSCALL_H 1
  26105. | #define HAVE_SYS_TIME_H 1
  26106. | #define HAVE_SYS_TIMES_H 1
  26107. | #define HAVE_SYS_UIO_H 1
  26108. | #define HAVE_TIME_H 1
  26109. | #define HAVE_UCONTEXT_H 1
  26110. | #define HAVE_UTIME_H 1
  26111. | #define HAVE_TYPEOF 1
  26112. | #define HAVE_LONG_LONG 1
  26113. | #define HAVE_OFF_T 1
  26114. | #define SIZEOF_INT 4
  26115. | #define SIZEOF_SHORT 2
  26116. | #define SIZEOF_LONG 8
  26117. | #define SIZEOF_LONG_LONG 8
  26118. | #define SIZEOF___INT64 0
  26119. | #define SIZEOF___INT128 16
  26120. | #define SIZEOF_OFF_T 8
  26121. | #define SIZEOF_VOIDP 8
  26122. | #define SIZEOF_FLOAT 4
  26123. | #define SIZEOF_DOUBLE 8
  26124. | #define SIZEOF_TIME_T 8
  26125. | #define SIZEOF_CLOCK_T 8
  26126. | #define PACKED_STRUCT(x) x __attribute__((packed))
  26127. | #define PACKED_STRUCT_UNALIGNED(x) x
  26128. | #define PRI_LL_PREFIX "ll"
  26129. | #define rb_pid_t pid_t
  26130. | #define SIGNEDNESS_OF_PID_T -1
  26131. | #define PIDT2NUM(v) INT2NUM(v)
  26132. | #define NUM2PIDT(v) NUM2INT(v)
  26133. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  26134. | #define rb_uid_t uid_t
  26135. | #define SIGNEDNESS_OF_UID_T +1
  26136. | #define UIDT2NUM(v) UINT2NUM(v)
  26137. | #define NUM2UIDT(v) NUM2UINT(v)
  26138. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  26139. | #define rb_gid_t gid_t
  26140. | #define SIGNEDNESS_OF_GID_T +1
  26141. | #define GIDT2NUM(v) UINT2NUM(v)
  26142. | #define NUM2GIDT(v) NUM2UINT(v)
  26143. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  26144. | #define rb_time_t time_t
  26145. | #define SIGNEDNESS_OF_TIME_T -1
  26146. | #define TIMET2NUM(v) LONG2NUM(v)
  26147. | #define NUM2TIMET(v) NUM2LONG(v)
  26148. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  26149. | #define rb_dev_t dev_t
  26150. | #define SIGNEDNESS_OF_DEV_T -1
  26151. | #define DEVT2NUM(v) INT2NUM(v)
  26152. | #define NUM2DEVT(v) NUM2INT(v)
  26153. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  26154. | #define rb_mode_t mode_t
  26155. | #define SIGNEDNESS_OF_MODE_T +1
  26156. | #define MODET2NUM(v) UINT2NUM(v)
  26157. | #define NUM2MODET(v) NUM2UINT(v)
  26158. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  26159. | #define rb_rlim_t rlim_t
  26160. | #define SIGNEDNESS_OF_RLIM_T +1
  26161. | #define RLIM2NUM(v) ULL2NUM(v)
  26162. | #define NUM2RLIM(v) NUM2ULL(v)
  26163. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  26164. | #define rb_off_t off_t
  26165. | #define SIGNEDNESS_OF_OFF_T -1
  26166. | #define OFFT2NUM(v) LL2NUM(v)
  26167. | #define NUM2OFFT(v) NUM2LL(v)
  26168. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  26169. | #define rb_clockid_t int
  26170. | #define SIGNEDNESS_OF_CLOCKID_T -1
  26171. | #define CLOCKID2NUM(v) INT2NUM(v)
  26172. | #define NUM2CLOCKID(v) NUM2INT(v)
  26173. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  26174. | #define HAVE_PROTOTYPES 1
  26175. | #define TOKEN_PASTE(x,y) x##y
  26176. | #define STRINGIZE(expr) STRINGIZE0(expr)
  26177. | #define HAVE_STDARG_PROTOTYPES 1
  26178. | #define HAVE_VA_ARGS_MACRO 1
  26179. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  26180. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  26181. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  26182. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  26183. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  26184. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  26185. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  26186. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  26187. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  26188. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  26189. | #define WEAK(x) __attribute__ ((__weak__)) x
  26190. | #define HAVE_FUNC_WEAK 1
  26191. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  26192. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  26193. | #define HAVE_GCC_SYNC_BUILTINS 1
  26194. | #define UNREACHABLE __builtin_unreachable()
  26195. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  26196. | #define RUBY_FUNCTION_NAME_STRING __func__
  26197. | #define ENUM_OVER_INT 1
  26198. | #define HAVE_DECL_SYS_NERR 1
  26199. | #define HAVE_DECL_GETENV 1
  26200. | #define SIZEOF_SIZE_T 8
  26201. | #define SIZEOF_PTRDIFF_T 8
  26202. | #define PRI_SIZE_PREFIX "z"
  26203. | #define PRI_PTRDIFF_PREFIX "t"
  26204. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  26205. | #define HAVE_ST_BLKSIZE 1
  26206. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  26207. | #define HAVE_ST_BLOCKS 1
  26208. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  26209. | #define HAVE_ST_RDEV 1
  26210. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  26211. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  26212. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  26213. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  26214. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  26215. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  26216. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  26217. | #define HAVE_STRUCT_TIMEVAL 1
  26218. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  26219. | #define HAVE_STRUCT_TIMESPEC 1
  26220. | #define HAVE_STRUCT_TIMEZONE 1
  26221. | #define HAVE_RB_FD_INIT 1
  26222. | #define HAVE_INT8_T 1
  26223. | #define SIZEOF_INT8_T 1
  26224. | #define HAVE_UINT8_T 1
  26225. | #define SIZEOF_UINT8_T 1
  26226. | #define HAVE_INT16_T 1
  26227. | #define SIZEOF_INT16_T 2
  26228. | #define HAVE_UINT16_T 1
  26229. | #define SIZEOF_UINT16_T 2
  26230. | #define HAVE_INT32_T 1
  26231. | #define SIZEOF_INT32_T 4
  26232. | #define HAVE_UINT32_T 1
  26233. | #define SIZEOF_UINT32_T 4
  26234. | #define HAVE_INT64_T 1
  26235. | #define SIZEOF_INT64_T 8
  26236. | #define HAVE_UINT64_T 1
  26237. | #define SIZEOF_UINT64_T 8
  26238. | #define HAVE_INT128_T 1
  26239. | #define int128_t __int128
  26240. | #define SIZEOF_INT128_T SIZEOF___INT128
  26241. | #define HAVE_UINT128_T 1
  26242. | #define uint128_t unsigned __int128
  26243. | #define SIZEOF_UINT128_T SIZEOF___INT128
  26244. | #define HAVE_INTPTR_T 1
  26245. | #define SIZEOF_INTPTR_T 8
  26246. | #define HAVE_UINTPTR_T 1
  26247. | #define SIZEOF_UINTPTR_T 8
  26248. | #define HAVE_SSIZE_T 1
  26249. | #define SIZEOF_SSIZE_T 8
  26250. | #define GETGROUPS_T gid_t
  26251. | #define RETSIGTYPE void
  26252. | #define HAVE_ALLOCA_H 1
  26253. | #define HAVE_ALLOCA 1
  26254. | #define HAVE_ACOSH 1
  26255. | #define HAVE_CBRT 1
  26256. | #define HAVE_CRYPT 1
  26257. | #define HAVE_DUP2 1
  26258. | #define HAVE_ERF 1
  26259. | #define HAVE_FFS 1
  26260. | #define HAVE_FINITE 1
  26261. | #define HAVE_FLOCK 1
  26262. | #define HAVE_HYPOT 1
  26263. | #define HAVE_ISINF 1
  26264. | #define HAVE_ISNAN 1
  26265. | #define HAVE_LGAMMA_R 1
  26266. | #define HAVE_MEMMOVE 1
  26267. | #define HAVE_NEXTAFTER 1
  26268. | #define HAVE_STRCHR 1
  26269. | #define HAVE_STRERROR 1
  26270. | #define HAVE_STRLCAT 1
  26271. | #define HAVE_STRLCPY 1
  26272. | #define HAVE_STRSTR 1
  26273. | #define HAVE_TGAMMA 1
  26274. | #define SPT_TYPE SPT_REUSEARGV
  26275. | #define HAVE_SIGNBIT 1
  26276. | #define HAVE_FORK 1
  26277. | #define vfork fork
  26278. | #define HAVE_WORKING_FORK 1
  26279. | #define HAVE___SYSCALL 1
  26280. | #define HAVE__LONGJMP 1
  26281. | #define HAVE_ARC4RANDOM_BUF 1
  26282. | #define HAVE_ATAN2L 1
  26283. | #define HAVE_ATAN2F 1
  26284. | #define HAVE_CHROOT 1
  26285. | #define HAVE_COSH 1
  26286. | #define HAVE_DIRFD 1
  26287. | #define HAVE_DLOPEN 1
  26288. | #define HAVE_DLADDR 1
  26289. | #define HAVE_DUP 1
  26290. | #define HAVE_ENDGRENT 1
  26291. | #define HAVE_FCHMOD 1
  26292. | #define HAVE_FCHOWN 1
  26293. | #define HAVE_FCNTL 1
  26294. | #define HAVE_FGETATTRLIST 1
  26295. | #define HAVE_FMOD 1
  26296. | #define HAVE_FSYNC 1
  26297. | #define HAVE_FTRUNCATE 1
  26298. | #define HAVE_GETATTRLIST 1
  26299. | #define HAVE_GETCWD 1
  26300. | #define HAVE_GETGRNAM 1
  26301. | #define HAVE_GETGRNAM_R 1
  26302. | #define HAVE_GETGROUPS 1
  26303. | #define HAVE_GETPGID 1
  26304. | #define HAVE_GETPGRP 1
  26305. | #define HAVE_GETPRIORITY 1
  26306. | #define HAVE_GETPWNAM_R 1
  26307. | #define HAVE_GETRLIMIT 1
  26308. | #define HAVE_GETSID 1
  26309. | #define HAVE_GETTIMEOFDAY 1
  26310. | #define HAVE_GMTIME_R 1
  26311. | #define HAVE_INITGROUPS 1
  26312. | #define HAVE_IOCTL 1
  26313. | #define HAVE_ISSETUGID 1
  26314. | #define HAVE_KILLPG 1
  26315. | #define HAVE_LCHMOD 1
  26316. | #define HAVE_LCHOWN 1
  26317. | #define HAVE_LINK 1
  26318. | #define HAVE_LLABS 1
  26319. | #define HAVE_LOCKF 1
  26320. | #define HAVE_LOG2 1
  26321. | #define HAVE_LSTAT 1
  26322. | #define HAVE_MALLOC_SIZE 1
  26323. | #define HAVE_MBLEN 1
  26324. | #define HAVE_MEMSET_S 1
  26325. | #define HAVE_WRITEV 1
  26326. | #define HAVE_MKFIFO 1
  26327. | #define HAVE_MKNOD 1
  26328. | #define HAVE_MKTIME 1
  26329. | #define HAVE_POLL 1
  26330. | #define HAVE_POSIX_MEMALIGN 1
  26331. | #define HAVE_PREAD 1
  26332. | #define HAVE_QSORT_R 1
  26333. | #define HAVE_READLINK 1
  26334. | #define HAVE_ROUND 1
  26335. | #define HAVE_SEEKDIR 1
  26336. | /* end confdefs.h. */
  26337. | /* Define select_large_fdset to an innocuous variant, in case <limits.h> declares select_large_fdset.
  26338. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  26339. | #define select_large_fdset innocuous_select_large_fdset
  26340. |
  26341. | /* System header to define __stub macros and hopefully few prototypes,
  26342. | which can conflict with char select_large_fdset (); below.
  26343. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  26344. | <limits.h> exists even on freestanding compilers. */
  26345. |
  26346. | #ifdef __STDC__
  26347. | # include <limits.h>
  26348. | #else
  26349. | # include <assert.h>
  26350. | #endif
  26351. |
  26352. | #undef select_large_fdset
  26353. |
  26354. | /* Override any GCC internal prototype to avoid an error.
  26355. | Use char because int might match the return type of a GCC
  26356. | builtin and then its argument prototype would still apply. */
  26357. | #ifdef __cplusplus
  26358. | extern "C"
  26359. | #endif
  26360. | char select_large_fdset ();
  26361. | /* The GNU C library defines this for functions which it implements
  26362. | to always fail with ENOSYS. Some functions are actually named
  26363. | something starting with __ and the normal name is an alias. */
  26364. | #if defined __stub_select_large_fdset || defined __stub___select_large_fdset
  26365. | choke me
  26366. | #endif
  26367. |
  26368. | int
  26369. | main ()
  26370. | {
  26371. | return select_large_fdset ();
  26372. | ;
  26373. | return 0;
  26374. | }
  26375. configure:21491: result: no
  26376. configure:21502: checking for sendfile
  26377. configure:21502: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  26378. configure:21502: $? = 0
  26379. configure:21502: result: yes
  26380. configure:21513: checking for setegid
  26381. configure:21513: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  26382. configure:21513: $? = 0
  26383. configure:21513: result: yes
  26384. configure:21524: checking for setenv
  26385. configure:21524: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  26386. configure:21524: $? = 0
  26387. configure:21524: result: yes
  26388. configure:21535: checking for seteuid
  26389. configure:21535: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  26390. configure:21535: $? = 0
  26391. configure:21535: result: yes
  26392. configure:21546: checking for setgid
  26393. configure:21546: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  26394. configure:21546: $? = 0
  26395. configure:21546: result: yes
  26396. configure:21557: checking for setgroups
  26397. configure:21557: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  26398. configure:21557: $? = 0
  26399. configure:21557: result: yes
  26400. configure:21568: checking for setpgid
  26401. configure:21568: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  26402. configure:21568: $? = 0
  26403. configure:21568: result: yes
  26404. configure:21579: checking for setpgrp
  26405. configure:21579: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  26406. configure:21579: $? = 0
  26407. configure:21579: result: yes
  26408. configure:21590: checking for setregid
  26409. configure:21590: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  26410. configure:21590: $? = 0
  26411. configure:21590: result: yes
  26412. configure:21601: checking for setresgid
  26413. configure:21601: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  26414. Undefined symbols for architecture x86_64:
  26415. "_setresgid", referenced from:
  26416. _main in conftest-70d29d.o
  26417. ld: symbol(s) not found for architecture x86_64
  26418. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  26419. configure:21601: $? = 1
  26420. configure: failed program was:
  26421. | /* confdefs.h */
  26422. | #define PACKAGE_NAME ""
  26423. | #define PACKAGE_TARNAME ""
  26424. | #define PACKAGE_VERSION ""
  26425. | #define PACKAGE_STRING ""
  26426. | #define PACKAGE_BUGREPORT ""
  26427. | #define PACKAGE_URL ""
  26428. | #define CANONICALIZATION_FOR_MATHN 1
  26429. | #define STDC_HEADERS 1
  26430. | #define HAVE_SYS_TYPES_H 1
  26431. | #define HAVE_SYS_STAT_H 1
  26432. | #define HAVE_STDLIB_H 1
  26433. | #define HAVE_STRING_H 1
  26434. | #define HAVE_MEMORY_H 1
  26435. | #define HAVE_STRINGS_H 1
  26436. | #define HAVE_INTTYPES_H 1
  26437. | #define HAVE_STDINT_H 1
  26438. | #define HAVE_UNISTD_H 1
  26439. | #define __EXTENSIONS__ 1
  26440. | #define _ALL_SOURCE 1
  26441. | #define _GNU_SOURCE 1
  26442. | #define _POSIX_PTHREAD_SEMANTICS 1
  26443. | #define _TANDEM_SOURCE 1
  26444. | #define HAVE_INFINITY 1
  26445. | #define HAVE_NAN 1
  26446. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  26447. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  26448. | #define BROKEN_CRYPT 1
  26449. | #define HAVE_CRT_EXTERNS_H 1
  26450. | #define HAVE_LIBDL 1
  26451. | #define HAVE_DIRENT_H 1
  26452. | #define HAVE__BOOL 1
  26453. | #define HAVE_STDBOOL_H 1
  26454. | #define HAVE_SYS_WAIT_H 1
  26455. | #define HAVE_GRP_H 1
  26456. | #define HAVE_FCNTL_H 1
  26457. | #define HAVE_FLOAT_H 1
  26458. | #define HAVE_LANGINFO_H 1
  26459. | #define HAVE_LIMITS_H 1
  26460. | #define HAVE_LOCALE_H 1
  26461. | #define HAVE_MALLOC_MALLOC_H 1
  26462. | #define HAVE_PWD_H 1
  26463. | #define HAVE_SYS_ATTR_H 1
  26464. | #define HAVE_SYS_FCNTL_H 1
  26465. | #define HAVE_SYS_FILE_H 1
  26466. | #define HAVE_SYS_IOCTL_H 1
  26467. | #define HAVE_SYS_PARAM_H 1
  26468. | #define HAVE_SYS_RESOURCE_H 1
  26469. | #define HAVE_SYS_SELECT_H 1
  26470. | #define HAVE_SYS_SOCKET_H 1
  26471. | #define HAVE_SYS_SYSCALL_H 1
  26472. | #define HAVE_SYS_TIME_H 1
  26473. | #define HAVE_SYS_TIMES_H 1
  26474. | #define HAVE_SYS_UIO_H 1
  26475. | #define HAVE_TIME_H 1
  26476. | #define HAVE_UCONTEXT_H 1
  26477. | #define HAVE_UTIME_H 1
  26478. | #define HAVE_TYPEOF 1
  26479. | #define HAVE_LONG_LONG 1
  26480. | #define HAVE_OFF_T 1
  26481. | #define SIZEOF_INT 4
  26482. | #define SIZEOF_SHORT 2
  26483. | #define SIZEOF_LONG 8
  26484. | #define SIZEOF_LONG_LONG 8
  26485. | #define SIZEOF___INT64 0
  26486. | #define SIZEOF___INT128 16
  26487. | #define SIZEOF_OFF_T 8
  26488. | #define SIZEOF_VOIDP 8
  26489. | #define SIZEOF_FLOAT 4
  26490. | #define SIZEOF_DOUBLE 8
  26491. | #define SIZEOF_TIME_T 8
  26492. | #define SIZEOF_CLOCK_T 8
  26493. | #define PACKED_STRUCT(x) x __attribute__((packed))
  26494. | #define PACKED_STRUCT_UNALIGNED(x) x
  26495. | #define PRI_LL_PREFIX "ll"
  26496. | #define rb_pid_t pid_t
  26497. | #define SIGNEDNESS_OF_PID_T -1
  26498. | #define PIDT2NUM(v) INT2NUM(v)
  26499. | #define NUM2PIDT(v) NUM2INT(v)
  26500. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  26501. | #define rb_uid_t uid_t
  26502. | #define SIGNEDNESS_OF_UID_T +1
  26503. | #define UIDT2NUM(v) UINT2NUM(v)
  26504. | #define NUM2UIDT(v) NUM2UINT(v)
  26505. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  26506. | #define rb_gid_t gid_t
  26507. | #define SIGNEDNESS_OF_GID_T +1
  26508. | #define GIDT2NUM(v) UINT2NUM(v)
  26509. | #define NUM2GIDT(v) NUM2UINT(v)
  26510. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  26511. | #define rb_time_t time_t
  26512. | #define SIGNEDNESS_OF_TIME_T -1
  26513. | #define TIMET2NUM(v) LONG2NUM(v)
  26514. | #define NUM2TIMET(v) NUM2LONG(v)
  26515. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  26516. | #define rb_dev_t dev_t
  26517. | #define SIGNEDNESS_OF_DEV_T -1
  26518. | #define DEVT2NUM(v) INT2NUM(v)
  26519. | #define NUM2DEVT(v) NUM2INT(v)
  26520. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  26521. | #define rb_mode_t mode_t
  26522. | #define SIGNEDNESS_OF_MODE_T +1
  26523. | #define MODET2NUM(v) UINT2NUM(v)
  26524. | #define NUM2MODET(v) NUM2UINT(v)
  26525. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  26526. | #define rb_rlim_t rlim_t
  26527. | #define SIGNEDNESS_OF_RLIM_T +1
  26528. | #define RLIM2NUM(v) ULL2NUM(v)
  26529. | #define NUM2RLIM(v) NUM2ULL(v)
  26530. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  26531. | #define rb_off_t off_t
  26532. | #define SIGNEDNESS_OF_OFF_T -1
  26533. | #define OFFT2NUM(v) LL2NUM(v)
  26534. | #define NUM2OFFT(v) NUM2LL(v)
  26535. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  26536. | #define rb_clockid_t int
  26537. | #define SIGNEDNESS_OF_CLOCKID_T -1
  26538. | #define CLOCKID2NUM(v) INT2NUM(v)
  26539. | #define NUM2CLOCKID(v) NUM2INT(v)
  26540. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  26541. | #define HAVE_PROTOTYPES 1
  26542. | #define TOKEN_PASTE(x,y) x##y
  26543. | #define STRINGIZE(expr) STRINGIZE0(expr)
  26544. | #define HAVE_STDARG_PROTOTYPES 1
  26545. | #define HAVE_VA_ARGS_MACRO 1
  26546. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  26547. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  26548. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  26549. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  26550. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  26551. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  26552. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  26553. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  26554. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  26555. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  26556. | #define WEAK(x) __attribute__ ((__weak__)) x
  26557. | #define HAVE_FUNC_WEAK 1
  26558. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  26559. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  26560. | #define HAVE_GCC_SYNC_BUILTINS 1
  26561. | #define UNREACHABLE __builtin_unreachable()
  26562. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  26563. | #define RUBY_FUNCTION_NAME_STRING __func__
  26564. | #define ENUM_OVER_INT 1
  26565. | #define HAVE_DECL_SYS_NERR 1
  26566. | #define HAVE_DECL_GETENV 1
  26567. | #define SIZEOF_SIZE_T 8
  26568. | #define SIZEOF_PTRDIFF_T 8
  26569. | #define PRI_SIZE_PREFIX "z"
  26570. | #define PRI_PTRDIFF_PREFIX "t"
  26571. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  26572. | #define HAVE_ST_BLKSIZE 1
  26573. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  26574. | #define HAVE_ST_BLOCKS 1
  26575. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  26576. | #define HAVE_ST_RDEV 1
  26577. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  26578. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  26579. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  26580. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  26581. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  26582. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  26583. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  26584. | #define HAVE_STRUCT_TIMEVAL 1
  26585. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  26586. | #define HAVE_STRUCT_TIMESPEC 1
  26587. | #define HAVE_STRUCT_TIMEZONE 1
  26588. | #define HAVE_RB_FD_INIT 1
  26589. | #define HAVE_INT8_T 1
  26590. | #define SIZEOF_INT8_T 1
  26591. | #define HAVE_UINT8_T 1
  26592. | #define SIZEOF_UINT8_T 1
  26593. | #define HAVE_INT16_T 1
  26594. | #define SIZEOF_INT16_T 2
  26595. | #define HAVE_UINT16_T 1
  26596. | #define SIZEOF_UINT16_T 2
  26597. | #define HAVE_INT32_T 1
  26598. | #define SIZEOF_INT32_T 4
  26599. | #define HAVE_UINT32_T 1
  26600. | #define SIZEOF_UINT32_T 4
  26601. | #define HAVE_INT64_T 1
  26602. | #define SIZEOF_INT64_T 8
  26603. | #define HAVE_UINT64_T 1
  26604. | #define SIZEOF_UINT64_T 8
  26605. | #define HAVE_INT128_T 1
  26606. | #define int128_t __int128
  26607. | #define SIZEOF_INT128_T SIZEOF___INT128
  26608. | #define HAVE_UINT128_T 1
  26609. | #define uint128_t unsigned __int128
  26610. | #define SIZEOF_UINT128_T SIZEOF___INT128
  26611. | #define HAVE_INTPTR_T 1
  26612. | #define SIZEOF_INTPTR_T 8
  26613. | #define HAVE_UINTPTR_T 1
  26614. | #define SIZEOF_UINTPTR_T 8
  26615. | #define HAVE_SSIZE_T 1
  26616. | #define SIZEOF_SSIZE_T 8
  26617. | #define GETGROUPS_T gid_t
  26618. | #define RETSIGTYPE void
  26619. | #define HAVE_ALLOCA_H 1
  26620. | #define HAVE_ALLOCA 1
  26621. | #define HAVE_ACOSH 1
  26622. | #define HAVE_CBRT 1
  26623. | #define HAVE_CRYPT 1
  26624. | #define HAVE_DUP2 1
  26625. | #define HAVE_ERF 1
  26626. | #define HAVE_FFS 1
  26627. | #define HAVE_FINITE 1
  26628. | #define HAVE_FLOCK 1
  26629. | #define HAVE_HYPOT 1
  26630. | #define HAVE_ISINF 1
  26631. | #define HAVE_ISNAN 1
  26632. | #define HAVE_LGAMMA_R 1
  26633. | #define HAVE_MEMMOVE 1
  26634. | #define HAVE_NEXTAFTER 1
  26635. | #define HAVE_STRCHR 1
  26636. | #define HAVE_STRERROR 1
  26637. | #define HAVE_STRLCAT 1
  26638. | #define HAVE_STRLCPY 1
  26639. | #define HAVE_STRSTR 1
  26640. | #define HAVE_TGAMMA 1
  26641. | #define SPT_TYPE SPT_REUSEARGV
  26642. | #define HAVE_SIGNBIT 1
  26643. | #define HAVE_FORK 1
  26644. | #define vfork fork
  26645. | #define HAVE_WORKING_FORK 1
  26646. | #define HAVE___SYSCALL 1
  26647. | #define HAVE__LONGJMP 1
  26648. | #define HAVE_ARC4RANDOM_BUF 1
  26649. | #define HAVE_ATAN2L 1
  26650. | #define HAVE_ATAN2F 1
  26651. | #define HAVE_CHROOT 1
  26652. | #define HAVE_COSH 1
  26653. | #define HAVE_DIRFD 1
  26654. | #define HAVE_DLOPEN 1
  26655. | #define HAVE_DLADDR 1
  26656. | #define HAVE_DUP 1
  26657. | #define HAVE_ENDGRENT 1
  26658. | #define HAVE_FCHMOD 1
  26659. | #define HAVE_FCHOWN 1
  26660. | #define HAVE_FCNTL 1
  26661. | #define HAVE_FGETATTRLIST 1
  26662. | #define HAVE_FMOD 1
  26663. | #define HAVE_FSYNC 1
  26664. | #define HAVE_FTRUNCATE 1
  26665. | #define HAVE_GETATTRLIST 1
  26666. | #define HAVE_GETCWD 1
  26667. | #define HAVE_GETGRNAM 1
  26668. | #define HAVE_GETGRNAM_R 1
  26669. | #define HAVE_GETGROUPS 1
  26670. | #define HAVE_GETPGID 1
  26671. | #define HAVE_GETPGRP 1
  26672. | #define HAVE_GETPRIORITY 1
  26673. | #define HAVE_GETPWNAM_R 1
  26674. | #define HAVE_GETRLIMIT 1
  26675. | #define HAVE_GETSID 1
  26676. | #define HAVE_GETTIMEOFDAY 1
  26677. | #define HAVE_GMTIME_R 1
  26678. | #define HAVE_INITGROUPS 1
  26679. | #define HAVE_IOCTL 1
  26680. | #define HAVE_ISSETUGID 1
  26681. | #define HAVE_KILLPG 1
  26682. | #define HAVE_LCHMOD 1
  26683. | #define HAVE_LCHOWN 1
  26684. | #define HAVE_LINK 1
  26685. | #define HAVE_LLABS 1
  26686. | #define HAVE_LOCKF 1
  26687. | #define HAVE_LOG2 1
  26688. | #define HAVE_LSTAT 1
  26689. | #define HAVE_MALLOC_SIZE 1
  26690. | #define HAVE_MBLEN 1
  26691. | #define HAVE_MEMSET_S 1
  26692. | #define HAVE_WRITEV 1
  26693. | #define HAVE_MKFIFO 1
  26694. | #define HAVE_MKNOD 1
  26695. | #define HAVE_MKTIME 1
  26696. | #define HAVE_POLL 1
  26697. | #define HAVE_POSIX_MEMALIGN 1
  26698. | #define HAVE_PREAD 1
  26699. | #define HAVE_QSORT_R 1
  26700. | #define HAVE_READLINK 1
  26701. | #define HAVE_ROUND 1
  26702. | #define HAVE_SEEKDIR 1
  26703. | #define HAVE_SENDFILE 1
  26704. | #define HAVE_SETEGID 1
  26705. | #define HAVE_SETENV 1
  26706. | #define HAVE_SETEUID 1
  26707. | #define HAVE_SETGID 1
  26708. | #define HAVE_SETGROUPS 1
  26709. | #define HAVE_SETPGID 1
  26710. | #define HAVE_SETPGRP 1
  26711. | #define HAVE_SETREGID 1
  26712. | /* end confdefs.h. */
  26713. | /* Define setresgid to an innocuous variant, in case <limits.h> declares setresgid.
  26714. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  26715. | #define setresgid innocuous_setresgid
  26716. |
  26717. | /* System header to define __stub macros and hopefully few prototypes,
  26718. | which can conflict with char setresgid (); below.
  26719. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  26720. | <limits.h> exists even on freestanding compilers. */
  26721. |
  26722. | #ifdef __STDC__
  26723. | # include <limits.h>
  26724. | #else
  26725. | # include <assert.h>
  26726. | #endif
  26727. |
  26728. | #undef setresgid
  26729. |
  26730. | /* Override any GCC internal prototype to avoid an error.
  26731. | Use char because int might match the return type of a GCC
  26732. | builtin and then its argument prototype would still apply. */
  26733. | #ifdef __cplusplus
  26734. | extern "C"
  26735. | #endif
  26736. | char setresgid ();
  26737. | /* The GNU C library defines this for functions which it implements
  26738. | to always fail with ENOSYS. Some functions are actually named
  26739. | something starting with __ and the normal name is an alias. */
  26740. | #if defined __stub_setresgid || defined __stub___setresgid
  26741. | choke me
  26742. | #endif
  26743. |
  26744. | int
  26745. | main ()
  26746. | {
  26747. | return setresgid ();
  26748. | ;
  26749. | return 0;
  26750. | }
  26751. configure:21601: result: no
  26752. configure:21612: checking for setresuid
  26753. configure:21612: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  26754. Undefined symbols for architecture x86_64:
  26755. "_setresuid", referenced from:
  26756. _main in conftest-e96397.o
  26757. ld: symbol(s) not found for architecture x86_64
  26758. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  26759. configure:21612: $? = 1
  26760. configure: failed program was:
  26761. | /* confdefs.h */
  26762. | #define PACKAGE_NAME ""
  26763. | #define PACKAGE_TARNAME ""
  26764. | #define PACKAGE_VERSION ""
  26765. | #define PACKAGE_STRING ""
  26766. | #define PACKAGE_BUGREPORT ""
  26767. | #define PACKAGE_URL ""
  26768. | #define CANONICALIZATION_FOR_MATHN 1
  26769. | #define STDC_HEADERS 1
  26770. | #define HAVE_SYS_TYPES_H 1
  26771. | #define HAVE_SYS_STAT_H 1
  26772. | #define HAVE_STDLIB_H 1
  26773. | #define HAVE_STRING_H 1
  26774. | #define HAVE_MEMORY_H 1
  26775. | #define HAVE_STRINGS_H 1
  26776. | #define HAVE_INTTYPES_H 1
  26777. | #define HAVE_STDINT_H 1
  26778. | #define HAVE_UNISTD_H 1
  26779. | #define __EXTENSIONS__ 1
  26780. | #define _ALL_SOURCE 1
  26781. | #define _GNU_SOURCE 1
  26782. | #define _POSIX_PTHREAD_SEMANTICS 1
  26783. | #define _TANDEM_SOURCE 1
  26784. | #define HAVE_INFINITY 1
  26785. | #define HAVE_NAN 1
  26786. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  26787. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  26788. | #define BROKEN_CRYPT 1
  26789. | #define HAVE_CRT_EXTERNS_H 1
  26790. | #define HAVE_LIBDL 1
  26791. | #define HAVE_DIRENT_H 1
  26792. | #define HAVE__BOOL 1
  26793. | #define HAVE_STDBOOL_H 1
  26794. | #define HAVE_SYS_WAIT_H 1
  26795. | #define HAVE_GRP_H 1
  26796. | #define HAVE_FCNTL_H 1
  26797. | #define HAVE_FLOAT_H 1
  26798. | #define HAVE_LANGINFO_H 1
  26799. | #define HAVE_LIMITS_H 1
  26800. | #define HAVE_LOCALE_H 1
  26801. | #define HAVE_MALLOC_MALLOC_H 1
  26802. | #define HAVE_PWD_H 1
  26803. | #define HAVE_SYS_ATTR_H 1
  26804. | #define HAVE_SYS_FCNTL_H 1
  26805. | #define HAVE_SYS_FILE_H 1
  26806. | #define HAVE_SYS_IOCTL_H 1
  26807. | #define HAVE_SYS_PARAM_H 1
  26808. | #define HAVE_SYS_RESOURCE_H 1
  26809. | #define HAVE_SYS_SELECT_H 1
  26810. | #define HAVE_SYS_SOCKET_H 1
  26811. | #define HAVE_SYS_SYSCALL_H 1
  26812. | #define HAVE_SYS_TIME_H 1
  26813. | #define HAVE_SYS_TIMES_H 1
  26814. | #define HAVE_SYS_UIO_H 1
  26815. | #define HAVE_TIME_H 1
  26816. | #define HAVE_UCONTEXT_H 1
  26817. | #define HAVE_UTIME_H 1
  26818. | #define HAVE_TYPEOF 1
  26819. | #define HAVE_LONG_LONG 1
  26820. | #define HAVE_OFF_T 1
  26821. | #define SIZEOF_INT 4
  26822. | #define SIZEOF_SHORT 2
  26823. | #define SIZEOF_LONG 8
  26824. | #define SIZEOF_LONG_LONG 8
  26825. | #define SIZEOF___INT64 0
  26826. | #define SIZEOF___INT128 16
  26827. | #define SIZEOF_OFF_T 8
  26828. | #define SIZEOF_VOIDP 8
  26829. | #define SIZEOF_FLOAT 4
  26830. | #define SIZEOF_DOUBLE 8
  26831. | #define SIZEOF_TIME_T 8
  26832. | #define SIZEOF_CLOCK_T 8
  26833. | #define PACKED_STRUCT(x) x __attribute__((packed))
  26834. | #define PACKED_STRUCT_UNALIGNED(x) x
  26835. | #define PRI_LL_PREFIX "ll"
  26836. | #define rb_pid_t pid_t
  26837. | #define SIGNEDNESS_OF_PID_T -1
  26838. | #define PIDT2NUM(v) INT2NUM(v)
  26839. | #define NUM2PIDT(v) NUM2INT(v)
  26840. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  26841. | #define rb_uid_t uid_t
  26842. | #define SIGNEDNESS_OF_UID_T +1
  26843. | #define UIDT2NUM(v) UINT2NUM(v)
  26844. | #define NUM2UIDT(v) NUM2UINT(v)
  26845. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  26846. | #define rb_gid_t gid_t
  26847. | #define SIGNEDNESS_OF_GID_T +1
  26848. | #define GIDT2NUM(v) UINT2NUM(v)
  26849. | #define NUM2GIDT(v) NUM2UINT(v)
  26850. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  26851. | #define rb_time_t time_t
  26852. | #define SIGNEDNESS_OF_TIME_T -1
  26853. | #define TIMET2NUM(v) LONG2NUM(v)
  26854. | #define NUM2TIMET(v) NUM2LONG(v)
  26855. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  26856. | #define rb_dev_t dev_t
  26857. | #define SIGNEDNESS_OF_DEV_T -1
  26858. | #define DEVT2NUM(v) INT2NUM(v)
  26859. | #define NUM2DEVT(v) NUM2INT(v)
  26860. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  26861. | #define rb_mode_t mode_t
  26862. | #define SIGNEDNESS_OF_MODE_T +1
  26863. | #define MODET2NUM(v) UINT2NUM(v)
  26864. | #define NUM2MODET(v) NUM2UINT(v)
  26865. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  26866. | #define rb_rlim_t rlim_t
  26867. | #define SIGNEDNESS_OF_RLIM_T +1
  26868. | #define RLIM2NUM(v) ULL2NUM(v)
  26869. | #define NUM2RLIM(v) NUM2ULL(v)
  26870. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  26871. | #define rb_off_t off_t
  26872. | #define SIGNEDNESS_OF_OFF_T -1
  26873. | #define OFFT2NUM(v) LL2NUM(v)
  26874. | #define NUM2OFFT(v) NUM2LL(v)
  26875. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  26876. | #define rb_clockid_t int
  26877. | #define SIGNEDNESS_OF_CLOCKID_T -1
  26878. | #define CLOCKID2NUM(v) INT2NUM(v)
  26879. | #define NUM2CLOCKID(v) NUM2INT(v)
  26880. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  26881. | #define HAVE_PROTOTYPES 1
  26882. | #define TOKEN_PASTE(x,y) x##y
  26883. | #define STRINGIZE(expr) STRINGIZE0(expr)
  26884. | #define HAVE_STDARG_PROTOTYPES 1
  26885. | #define HAVE_VA_ARGS_MACRO 1
  26886. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  26887. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  26888. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  26889. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  26890. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  26891. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  26892. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  26893. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  26894. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  26895. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  26896. | #define WEAK(x) __attribute__ ((__weak__)) x
  26897. | #define HAVE_FUNC_WEAK 1
  26898. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  26899. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  26900. | #define HAVE_GCC_SYNC_BUILTINS 1
  26901. | #define UNREACHABLE __builtin_unreachable()
  26902. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  26903. | #define RUBY_FUNCTION_NAME_STRING __func__
  26904. | #define ENUM_OVER_INT 1
  26905. | #define HAVE_DECL_SYS_NERR 1
  26906. | #define HAVE_DECL_GETENV 1
  26907. | #define SIZEOF_SIZE_T 8
  26908. | #define SIZEOF_PTRDIFF_T 8
  26909. | #define PRI_SIZE_PREFIX "z"
  26910. | #define PRI_PTRDIFF_PREFIX "t"
  26911. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  26912. | #define HAVE_ST_BLKSIZE 1
  26913. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  26914. | #define HAVE_ST_BLOCKS 1
  26915. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  26916. | #define HAVE_ST_RDEV 1
  26917. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  26918. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  26919. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  26920. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  26921. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  26922. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  26923. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  26924. | #define HAVE_STRUCT_TIMEVAL 1
  26925. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  26926. | #define HAVE_STRUCT_TIMESPEC 1
  26927. | #define HAVE_STRUCT_TIMEZONE 1
  26928. | #define HAVE_RB_FD_INIT 1
  26929. | #define HAVE_INT8_T 1
  26930. | #define SIZEOF_INT8_T 1
  26931. | #define HAVE_UINT8_T 1
  26932. | #define SIZEOF_UINT8_T 1
  26933. | #define HAVE_INT16_T 1
  26934. | #define SIZEOF_INT16_T 2
  26935. | #define HAVE_UINT16_T 1
  26936. | #define SIZEOF_UINT16_T 2
  26937. | #define HAVE_INT32_T 1
  26938. | #define SIZEOF_INT32_T 4
  26939. | #define HAVE_UINT32_T 1
  26940. | #define SIZEOF_UINT32_T 4
  26941. | #define HAVE_INT64_T 1
  26942. | #define SIZEOF_INT64_T 8
  26943. | #define HAVE_UINT64_T 1
  26944. | #define SIZEOF_UINT64_T 8
  26945. | #define HAVE_INT128_T 1
  26946. | #define int128_t __int128
  26947. | #define SIZEOF_INT128_T SIZEOF___INT128
  26948. | #define HAVE_UINT128_T 1
  26949. | #define uint128_t unsigned __int128
  26950. | #define SIZEOF_UINT128_T SIZEOF___INT128
  26951. | #define HAVE_INTPTR_T 1
  26952. | #define SIZEOF_INTPTR_T 8
  26953. | #define HAVE_UINTPTR_T 1
  26954. | #define SIZEOF_UINTPTR_T 8
  26955. | #define HAVE_SSIZE_T 1
  26956. | #define SIZEOF_SSIZE_T 8
  26957. | #define GETGROUPS_T gid_t
  26958. | #define RETSIGTYPE void
  26959. | #define HAVE_ALLOCA_H 1
  26960. | #define HAVE_ALLOCA 1
  26961. | #define HAVE_ACOSH 1
  26962. | #define HAVE_CBRT 1
  26963. | #define HAVE_CRYPT 1
  26964. | #define HAVE_DUP2 1
  26965. | #define HAVE_ERF 1
  26966. | #define HAVE_FFS 1
  26967. | #define HAVE_FINITE 1
  26968. | #define HAVE_FLOCK 1
  26969. | #define HAVE_HYPOT 1
  26970. | #define HAVE_ISINF 1
  26971. | #define HAVE_ISNAN 1
  26972. | #define HAVE_LGAMMA_R 1
  26973. | #define HAVE_MEMMOVE 1
  26974. | #define HAVE_NEXTAFTER 1
  26975. | #define HAVE_STRCHR 1
  26976. | #define HAVE_STRERROR 1
  26977. | #define HAVE_STRLCAT 1
  26978. | #define HAVE_STRLCPY 1
  26979. | #define HAVE_STRSTR 1
  26980. | #define HAVE_TGAMMA 1
  26981. | #define SPT_TYPE SPT_REUSEARGV
  26982. | #define HAVE_SIGNBIT 1
  26983. | #define HAVE_FORK 1
  26984. | #define vfork fork
  26985. | #define HAVE_WORKING_FORK 1
  26986. | #define HAVE___SYSCALL 1
  26987. | #define HAVE__LONGJMP 1
  26988. | #define HAVE_ARC4RANDOM_BUF 1
  26989. | #define HAVE_ATAN2L 1
  26990. | #define HAVE_ATAN2F 1
  26991. | #define HAVE_CHROOT 1
  26992. | #define HAVE_COSH 1
  26993. | #define HAVE_DIRFD 1
  26994. | #define HAVE_DLOPEN 1
  26995. | #define HAVE_DLADDR 1
  26996. | #define HAVE_DUP 1
  26997. | #define HAVE_ENDGRENT 1
  26998. | #define HAVE_FCHMOD 1
  26999. | #define HAVE_FCHOWN 1
  27000. | #define HAVE_FCNTL 1
  27001. | #define HAVE_FGETATTRLIST 1
  27002. | #define HAVE_FMOD 1
  27003. | #define HAVE_FSYNC 1
  27004. | #define HAVE_FTRUNCATE 1
  27005. | #define HAVE_GETATTRLIST 1
  27006. | #define HAVE_GETCWD 1
  27007. | #define HAVE_GETGRNAM 1
  27008. | #define HAVE_GETGRNAM_R 1
  27009. | #define HAVE_GETGROUPS 1
  27010. | #define HAVE_GETPGID 1
  27011. | #define HAVE_GETPGRP 1
  27012. | #define HAVE_GETPRIORITY 1
  27013. | #define HAVE_GETPWNAM_R 1
  27014. | #define HAVE_GETRLIMIT 1
  27015. | #define HAVE_GETSID 1
  27016. | #define HAVE_GETTIMEOFDAY 1
  27017. | #define HAVE_GMTIME_R 1
  27018. | #define HAVE_INITGROUPS 1
  27019. | #define HAVE_IOCTL 1
  27020. | #define HAVE_ISSETUGID 1
  27021. | #define HAVE_KILLPG 1
  27022. | #define HAVE_LCHMOD 1
  27023. | #define HAVE_LCHOWN 1
  27024. | #define HAVE_LINK 1
  27025. | #define HAVE_LLABS 1
  27026. | #define HAVE_LOCKF 1
  27027. | #define HAVE_LOG2 1
  27028. | #define HAVE_LSTAT 1
  27029. | #define HAVE_MALLOC_SIZE 1
  27030. | #define HAVE_MBLEN 1
  27031. | #define HAVE_MEMSET_S 1
  27032. | #define HAVE_WRITEV 1
  27033. | #define HAVE_MKFIFO 1
  27034. | #define HAVE_MKNOD 1
  27035. | #define HAVE_MKTIME 1
  27036. | #define HAVE_POLL 1
  27037. | #define HAVE_POSIX_MEMALIGN 1
  27038. | #define HAVE_PREAD 1
  27039. | #define HAVE_QSORT_R 1
  27040. | #define HAVE_READLINK 1
  27041. | #define HAVE_ROUND 1
  27042. | #define HAVE_SEEKDIR 1
  27043. | #define HAVE_SENDFILE 1
  27044. | #define HAVE_SETEGID 1
  27045. | #define HAVE_SETENV 1
  27046. | #define HAVE_SETEUID 1
  27047. | #define HAVE_SETGID 1
  27048. | #define HAVE_SETGROUPS 1
  27049. | #define HAVE_SETPGID 1
  27050. | #define HAVE_SETPGRP 1
  27051. | #define HAVE_SETREGID 1
  27052. | /* end confdefs.h. */
  27053. | /* Define setresuid to an innocuous variant, in case <limits.h> declares setresuid.
  27054. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  27055. | #define setresuid innocuous_setresuid
  27056. |
  27057. | /* System header to define __stub macros and hopefully few prototypes,
  27058. | which can conflict with char setresuid (); below.
  27059. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  27060. | <limits.h> exists even on freestanding compilers. */
  27061. |
  27062. | #ifdef __STDC__
  27063. | # include <limits.h>
  27064. | #else
  27065. | # include <assert.h>
  27066. | #endif
  27067. |
  27068. | #undef setresuid
  27069. |
  27070. | /* Override any GCC internal prototype to avoid an error.
  27071. | Use char because int might match the return type of a GCC
  27072. | builtin and then its argument prototype would still apply. */
  27073. | #ifdef __cplusplus
  27074. | extern "C"
  27075. | #endif
  27076. | char setresuid ();
  27077. | /* The GNU C library defines this for functions which it implements
  27078. | to always fail with ENOSYS. Some functions are actually named
  27079. | something starting with __ and the normal name is an alias. */
  27080. | #if defined __stub_setresuid || defined __stub___setresuid
  27081. | choke me
  27082. | #endif
  27083. |
  27084. | int
  27085. | main ()
  27086. | {
  27087. | return setresuid ();
  27088. | ;
  27089. | return 0;
  27090. | }
  27091. configure:21612: result: no
  27092. configure:21623: checking for setreuid
  27093. configure:21623: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  27094. configure:21623: $? = 0
  27095. configure:21623: result: yes
  27096. configure:21634: checking for setrgid
  27097. configure:21634: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  27098. configure:21634: $? = 0
  27099. configure:21634: result: yes
  27100. configure:21645: checking for setrlimit
  27101. configure:21645: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  27102. configure:21645: $? = 0
  27103. configure:21645: result: yes
  27104. configure:21656: checking for setruid
  27105. configure:21656: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  27106. configure:21656: $? = 0
  27107. configure:21656: result: yes
  27108. configure:21667: checking for setsid
  27109. configure:21667: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  27110. configure:21667: $? = 0
  27111. configure:21667: result: yes
  27112. configure:21678: checking for setuid
  27113. configure:21678: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  27114. configure:21678: $? = 0
  27115. configure:21678: result: yes
  27116. configure:21689: checking for shutdown
  27117. configure:21689: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  27118. configure:21689: $? = 0
  27119. configure:21689: result: yes
  27120. configure:21700: checking for sigaction
  27121. configure:21700: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  27122. configure:21700: $? = 0
  27123. configure:21700: result: yes
  27124. configure:21711: checking for sigaltstack
  27125. configure:21711: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  27126. configure:21711: $? = 0
  27127. configure:21711: result: yes
  27128. configure:21722: checking for sigprocmask
  27129. configure:21722: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  27130. configure:21722: $? = 0
  27131. configure:21722: result: yes
  27132. configure:21733: checking for sinh
  27133. configure:21733: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  27134. conftest.c:326:6: warning: incompatible redeclaration of library function 'sinh' [-Wincompatible-library-redeclaration]
  27135. char sinh ();
  27136. ^
  27137. conftest.c:326:6: note: 'sinh' is a builtin with type 'double (double)'
  27138. 1 warning generated.
  27139. configure:21733: $? = 0
  27140. configure:21733: result: yes
  27141. configure:21744: checking for spawnv
  27142. configure:21744: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  27143. Undefined symbols for architecture x86_64:
  27144. "_spawnv", referenced from:
  27145. _main in conftest-bb86f1.o
  27146. ld: symbol(s) not found for architecture x86_64
  27147. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  27148. configure:21744: $? = 1
  27149. configure: failed program was:
  27150. | /* confdefs.h */
  27151. | #define PACKAGE_NAME ""
  27152. | #define PACKAGE_TARNAME ""
  27153. | #define PACKAGE_VERSION ""
  27154. | #define PACKAGE_STRING ""
  27155. | #define PACKAGE_BUGREPORT ""
  27156. | #define PACKAGE_URL ""
  27157. | #define CANONICALIZATION_FOR_MATHN 1
  27158. | #define STDC_HEADERS 1
  27159. | #define HAVE_SYS_TYPES_H 1
  27160. | #define HAVE_SYS_STAT_H 1
  27161. | #define HAVE_STDLIB_H 1
  27162. | #define HAVE_STRING_H 1
  27163. | #define HAVE_MEMORY_H 1
  27164. | #define HAVE_STRINGS_H 1
  27165. | #define HAVE_INTTYPES_H 1
  27166. | #define HAVE_STDINT_H 1
  27167. | #define HAVE_UNISTD_H 1
  27168. | #define __EXTENSIONS__ 1
  27169. | #define _ALL_SOURCE 1
  27170. | #define _GNU_SOURCE 1
  27171. | #define _POSIX_PTHREAD_SEMANTICS 1
  27172. | #define _TANDEM_SOURCE 1
  27173. | #define HAVE_INFINITY 1
  27174. | #define HAVE_NAN 1
  27175. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  27176. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  27177. | #define BROKEN_CRYPT 1
  27178. | #define HAVE_CRT_EXTERNS_H 1
  27179. | #define HAVE_LIBDL 1
  27180. | #define HAVE_DIRENT_H 1
  27181. | #define HAVE__BOOL 1
  27182. | #define HAVE_STDBOOL_H 1
  27183. | #define HAVE_SYS_WAIT_H 1
  27184. | #define HAVE_GRP_H 1
  27185. | #define HAVE_FCNTL_H 1
  27186. | #define HAVE_FLOAT_H 1
  27187. | #define HAVE_LANGINFO_H 1
  27188. | #define HAVE_LIMITS_H 1
  27189. | #define HAVE_LOCALE_H 1
  27190. | #define HAVE_MALLOC_MALLOC_H 1
  27191. | #define HAVE_PWD_H 1
  27192. | #define HAVE_SYS_ATTR_H 1
  27193. | #define HAVE_SYS_FCNTL_H 1
  27194. | #define HAVE_SYS_FILE_H 1
  27195. | #define HAVE_SYS_IOCTL_H 1
  27196. | #define HAVE_SYS_PARAM_H 1
  27197. | #define HAVE_SYS_RESOURCE_H 1
  27198. | #define HAVE_SYS_SELECT_H 1
  27199. | #define HAVE_SYS_SOCKET_H 1
  27200. | #define HAVE_SYS_SYSCALL_H 1
  27201. | #define HAVE_SYS_TIME_H 1
  27202. | #define HAVE_SYS_TIMES_H 1
  27203. | #define HAVE_SYS_UIO_H 1
  27204. | #define HAVE_TIME_H 1
  27205. | #define HAVE_UCONTEXT_H 1
  27206. | #define HAVE_UTIME_H 1
  27207. | #define HAVE_TYPEOF 1
  27208. | #define HAVE_LONG_LONG 1
  27209. | #define HAVE_OFF_T 1
  27210. | #define SIZEOF_INT 4
  27211. | #define SIZEOF_SHORT 2
  27212. | #define SIZEOF_LONG 8
  27213. | #define SIZEOF_LONG_LONG 8
  27214. | #define SIZEOF___INT64 0
  27215. | #define SIZEOF___INT128 16
  27216. | #define SIZEOF_OFF_T 8
  27217. | #define SIZEOF_VOIDP 8
  27218. | #define SIZEOF_FLOAT 4
  27219. | #define SIZEOF_DOUBLE 8
  27220. | #define SIZEOF_TIME_T 8
  27221. | #define SIZEOF_CLOCK_T 8
  27222. | #define PACKED_STRUCT(x) x __attribute__((packed))
  27223. | #define PACKED_STRUCT_UNALIGNED(x) x
  27224. | #define PRI_LL_PREFIX "ll"
  27225. | #define rb_pid_t pid_t
  27226. | #define SIGNEDNESS_OF_PID_T -1
  27227. | #define PIDT2NUM(v) INT2NUM(v)
  27228. | #define NUM2PIDT(v) NUM2INT(v)
  27229. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  27230. | #define rb_uid_t uid_t
  27231. | #define SIGNEDNESS_OF_UID_T +1
  27232. | #define UIDT2NUM(v) UINT2NUM(v)
  27233. | #define NUM2UIDT(v) NUM2UINT(v)
  27234. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  27235. | #define rb_gid_t gid_t
  27236. | #define SIGNEDNESS_OF_GID_T +1
  27237. | #define GIDT2NUM(v) UINT2NUM(v)
  27238. | #define NUM2GIDT(v) NUM2UINT(v)
  27239. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  27240. | #define rb_time_t time_t
  27241. | #define SIGNEDNESS_OF_TIME_T -1
  27242. | #define TIMET2NUM(v) LONG2NUM(v)
  27243. | #define NUM2TIMET(v) NUM2LONG(v)
  27244. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  27245. | #define rb_dev_t dev_t
  27246. | #define SIGNEDNESS_OF_DEV_T -1
  27247. | #define DEVT2NUM(v) INT2NUM(v)
  27248. | #define NUM2DEVT(v) NUM2INT(v)
  27249. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  27250. | #define rb_mode_t mode_t
  27251. | #define SIGNEDNESS_OF_MODE_T +1
  27252. | #define MODET2NUM(v) UINT2NUM(v)
  27253. | #define NUM2MODET(v) NUM2UINT(v)
  27254. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  27255. | #define rb_rlim_t rlim_t
  27256. | #define SIGNEDNESS_OF_RLIM_T +1
  27257. | #define RLIM2NUM(v) ULL2NUM(v)
  27258. | #define NUM2RLIM(v) NUM2ULL(v)
  27259. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  27260. | #define rb_off_t off_t
  27261. | #define SIGNEDNESS_OF_OFF_T -1
  27262. | #define OFFT2NUM(v) LL2NUM(v)
  27263. | #define NUM2OFFT(v) NUM2LL(v)
  27264. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  27265. | #define rb_clockid_t int
  27266. | #define SIGNEDNESS_OF_CLOCKID_T -1
  27267. | #define CLOCKID2NUM(v) INT2NUM(v)
  27268. | #define NUM2CLOCKID(v) NUM2INT(v)
  27269. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  27270. | #define HAVE_PROTOTYPES 1
  27271. | #define TOKEN_PASTE(x,y) x##y
  27272. | #define STRINGIZE(expr) STRINGIZE0(expr)
  27273. | #define HAVE_STDARG_PROTOTYPES 1
  27274. | #define HAVE_VA_ARGS_MACRO 1
  27275. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  27276. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  27277. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  27278. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  27279. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  27280. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  27281. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  27282. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  27283. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  27284. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  27285. | #define WEAK(x) __attribute__ ((__weak__)) x
  27286. | #define HAVE_FUNC_WEAK 1
  27287. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  27288. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  27289. | #define HAVE_GCC_SYNC_BUILTINS 1
  27290. | #define UNREACHABLE __builtin_unreachable()
  27291. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  27292. | #define RUBY_FUNCTION_NAME_STRING __func__
  27293. | #define ENUM_OVER_INT 1
  27294. | #define HAVE_DECL_SYS_NERR 1
  27295. | #define HAVE_DECL_GETENV 1
  27296. | #define SIZEOF_SIZE_T 8
  27297. | #define SIZEOF_PTRDIFF_T 8
  27298. | #define PRI_SIZE_PREFIX "z"
  27299. | #define PRI_PTRDIFF_PREFIX "t"
  27300. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  27301. | #define HAVE_ST_BLKSIZE 1
  27302. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  27303. | #define HAVE_ST_BLOCKS 1
  27304. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  27305. | #define HAVE_ST_RDEV 1
  27306. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  27307. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  27308. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  27309. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  27310. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  27311. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  27312. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  27313. | #define HAVE_STRUCT_TIMEVAL 1
  27314. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  27315. | #define HAVE_STRUCT_TIMESPEC 1
  27316. | #define HAVE_STRUCT_TIMEZONE 1
  27317. | #define HAVE_RB_FD_INIT 1
  27318. | #define HAVE_INT8_T 1
  27319. | #define SIZEOF_INT8_T 1
  27320. | #define HAVE_UINT8_T 1
  27321. | #define SIZEOF_UINT8_T 1
  27322. | #define HAVE_INT16_T 1
  27323. | #define SIZEOF_INT16_T 2
  27324. | #define HAVE_UINT16_T 1
  27325. | #define SIZEOF_UINT16_T 2
  27326. | #define HAVE_INT32_T 1
  27327. | #define SIZEOF_INT32_T 4
  27328. | #define HAVE_UINT32_T 1
  27329. | #define SIZEOF_UINT32_T 4
  27330. | #define HAVE_INT64_T 1
  27331. | #define SIZEOF_INT64_T 8
  27332. | #define HAVE_UINT64_T 1
  27333. | #define SIZEOF_UINT64_T 8
  27334. | #define HAVE_INT128_T 1
  27335. | #define int128_t __int128
  27336. | #define SIZEOF_INT128_T SIZEOF___INT128
  27337. | #define HAVE_UINT128_T 1
  27338. | #define uint128_t unsigned __int128
  27339. | #define SIZEOF_UINT128_T SIZEOF___INT128
  27340. | #define HAVE_INTPTR_T 1
  27341. | #define SIZEOF_INTPTR_T 8
  27342. | #define HAVE_UINTPTR_T 1
  27343. | #define SIZEOF_UINTPTR_T 8
  27344. | #define HAVE_SSIZE_T 1
  27345. | #define SIZEOF_SSIZE_T 8
  27346. | #define GETGROUPS_T gid_t
  27347. | #define RETSIGTYPE void
  27348. | #define HAVE_ALLOCA_H 1
  27349. | #define HAVE_ALLOCA 1
  27350. | #define HAVE_ACOSH 1
  27351. | #define HAVE_CBRT 1
  27352. | #define HAVE_CRYPT 1
  27353. | #define HAVE_DUP2 1
  27354. | #define HAVE_ERF 1
  27355. | #define HAVE_FFS 1
  27356. | #define HAVE_FINITE 1
  27357. | #define HAVE_FLOCK 1
  27358. | #define HAVE_HYPOT 1
  27359. | #define HAVE_ISINF 1
  27360. | #define HAVE_ISNAN 1
  27361. | #define HAVE_LGAMMA_R 1
  27362. | #define HAVE_MEMMOVE 1
  27363. | #define HAVE_NEXTAFTER 1
  27364. | #define HAVE_STRCHR 1
  27365. | #define HAVE_STRERROR 1
  27366. | #define HAVE_STRLCAT 1
  27367. | #define HAVE_STRLCPY 1
  27368. | #define HAVE_STRSTR 1
  27369. | #define HAVE_TGAMMA 1
  27370. | #define SPT_TYPE SPT_REUSEARGV
  27371. | #define HAVE_SIGNBIT 1
  27372. | #define HAVE_FORK 1
  27373. | #define vfork fork
  27374. | #define HAVE_WORKING_FORK 1
  27375. | #define HAVE___SYSCALL 1
  27376. | #define HAVE__LONGJMP 1
  27377. | #define HAVE_ARC4RANDOM_BUF 1
  27378. | #define HAVE_ATAN2L 1
  27379. | #define HAVE_ATAN2F 1
  27380. | #define HAVE_CHROOT 1
  27381. | #define HAVE_COSH 1
  27382. | #define HAVE_DIRFD 1
  27383. | #define HAVE_DLOPEN 1
  27384. | #define HAVE_DLADDR 1
  27385. | #define HAVE_DUP 1
  27386. | #define HAVE_ENDGRENT 1
  27387. | #define HAVE_FCHMOD 1
  27388. | #define HAVE_FCHOWN 1
  27389. | #define HAVE_FCNTL 1
  27390. | #define HAVE_FGETATTRLIST 1
  27391. | #define HAVE_FMOD 1
  27392. | #define HAVE_FSYNC 1
  27393. | #define HAVE_FTRUNCATE 1
  27394. | #define HAVE_GETATTRLIST 1
  27395. | #define HAVE_GETCWD 1
  27396. | #define HAVE_GETGRNAM 1
  27397. | #define HAVE_GETGRNAM_R 1
  27398. | #define HAVE_GETGROUPS 1
  27399. | #define HAVE_GETPGID 1
  27400. | #define HAVE_GETPGRP 1
  27401. | #define HAVE_GETPRIORITY 1
  27402. | #define HAVE_GETPWNAM_R 1
  27403. | #define HAVE_GETRLIMIT 1
  27404. | #define HAVE_GETSID 1
  27405. | #define HAVE_GETTIMEOFDAY 1
  27406. | #define HAVE_GMTIME_R 1
  27407. | #define HAVE_INITGROUPS 1
  27408. | #define HAVE_IOCTL 1
  27409. | #define HAVE_ISSETUGID 1
  27410. | #define HAVE_KILLPG 1
  27411. | #define HAVE_LCHMOD 1
  27412. | #define HAVE_LCHOWN 1
  27413. | #define HAVE_LINK 1
  27414. | #define HAVE_LLABS 1
  27415. | #define HAVE_LOCKF 1
  27416. | #define HAVE_LOG2 1
  27417. | #define HAVE_LSTAT 1
  27418. | #define HAVE_MALLOC_SIZE 1
  27419. | #define HAVE_MBLEN 1
  27420. | #define HAVE_MEMSET_S 1
  27421. | #define HAVE_WRITEV 1
  27422. | #define HAVE_MKFIFO 1
  27423. | #define HAVE_MKNOD 1
  27424. | #define HAVE_MKTIME 1
  27425. | #define HAVE_POLL 1
  27426. | #define HAVE_POSIX_MEMALIGN 1
  27427. | #define HAVE_PREAD 1
  27428. | #define HAVE_QSORT_R 1
  27429. | #define HAVE_READLINK 1
  27430. | #define HAVE_ROUND 1
  27431. | #define HAVE_SEEKDIR 1
  27432. | #define HAVE_SENDFILE 1
  27433. | #define HAVE_SETEGID 1
  27434. | #define HAVE_SETENV 1
  27435. | #define HAVE_SETEUID 1
  27436. | #define HAVE_SETGID 1
  27437. | #define HAVE_SETGROUPS 1
  27438. | #define HAVE_SETPGID 1
  27439. | #define HAVE_SETPGRP 1
  27440. | #define HAVE_SETREGID 1
  27441. | #define HAVE_SETREUID 1
  27442. | #define HAVE_SETRGID 1
  27443. | #define HAVE_SETRLIMIT 1
  27444. | #define HAVE_SETRUID 1
  27445. | #define HAVE_SETSID 1
  27446. | #define HAVE_SETUID 1
  27447. | #define HAVE_SHUTDOWN 1
  27448. | #define HAVE_SIGACTION 1
  27449. | #define HAVE_SIGALTSTACK 1
  27450. | #define HAVE_SIGPROCMASK 1
  27451. | #define HAVE_SINH 1
  27452. | /* end confdefs.h. */
  27453. | /* Define spawnv to an innocuous variant, in case <limits.h> declares spawnv.
  27454. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  27455. | #define spawnv innocuous_spawnv
  27456. |
  27457. | /* System header to define __stub macros and hopefully few prototypes,
  27458. | which can conflict with char spawnv (); below.
  27459. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  27460. | <limits.h> exists even on freestanding compilers. */
  27461. |
  27462. | #ifdef __STDC__
  27463. | # include <limits.h>
  27464. | #else
  27465. | # include <assert.h>
  27466. | #endif
  27467. |
  27468. | #undef spawnv
  27469. |
  27470. | /* Override any GCC internal prototype to avoid an error.
  27471. | Use char because int might match the return type of a GCC
  27472. | builtin and then its argument prototype would still apply. */
  27473. | #ifdef __cplusplus
  27474. | extern "C"
  27475. | #endif
  27476. | char spawnv ();
  27477. | /* The GNU C library defines this for functions which it implements
  27478. | to always fail with ENOSYS. Some functions are actually named
  27479. | something starting with __ and the normal name is an alias. */
  27480. | #if defined __stub_spawnv || defined __stub___spawnv
  27481. | choke me
  27482. | #endif
  27483. |
  27484. | int
  27485. | main ()
  27486. | {
  27487. | return spawnv ();
  27488. | ;
  27489. | return 0;
  27490. | }
  27491. configure:21744: result: no
  27492. configure:21755: checking for symlink
  27493. configure:21755: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  27494. configure:21755: $? = 0
  27495. configure:21755: result: yes
  27496. configure:21766: checking for syscall
  27497. configure:21766: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  27498. configure:21766: $? = 0
  27499. configure:21766: result: yes
  27500. configure:21777: checking for sysconf
  27501. configure:21777: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  27502. configure:21777: $? = 0
  27503. configure:21777: result: yes
  27504. configure:21788: checking for tanh
  27505. configure:21788: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  27506. conftest.c:330:6: warning: incompatible redeclaration of library function 'tanh' [-Wincompatible-library-redeclaration]
  27507. char tanh ();
  27508. ^
  27509. conftest.c:330:6: note: 'tanh' is a builtin with type 'double (double)'
  27510. 1 warning generated.
  27511. configure:21788: $? = 0
  27512. configure:21788: result: yes
  27513. configure:21799: checking for telldir
  27514. configure:21799: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  27515. configure:21799: $? = 0
  27516. configure:21799: result: yes
  27517. configure:21810: checking for timegm
  27518. configure:21810: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  27519. configure:21810: $? = 0
  27520. configure:21810: result: yes
  27521. configure:21821: checking for times
  27522. configure:21821: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  27523. configure:21821: $? = 0
  27524. configure:21821: result: yes
  27525. configure:21832: checking for truncate
  27526. configure:21832: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  27527. configure:21832: $? = 0
  27528. configure:21832: result: yes
  27529. configure:21843: checking for truncate64
  27530. configure:21843: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  27531. Undefined symbols for architecture x86_64:
  27532. "_truncate64", referenced from:
  27533. _main in conftest-53caec.o
  27534. ld: symbol(s) not found for architecture x86_64
  27535. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  27536. configure:21843: $? = 1
  27537. configure: failed program was:
  27538. | /* confdefs.h */
  27539. | #define PACKAGE_NAME ""
  27540. | #define PACKAGE_TARNAME ""
  27541. | #define PACKAGE_VERSION ""
  27542. | #define PACKAGE_STRING ""
  27543. | #define PACKAGE_BUGREPORT ""
  27544. | #define PACKAGE_URL ""
  27545. | #define CANONICALIZATION_FOR_MATHN 1
  27546. | #define STDC_HEADERS 1
  27547. | #define HAVE_SYS_TYPES_H 1
  27548. | #define HAVE_SYS_STAT_H 1
  27549. | #define HAVE_STDLIB_H 1
  27550. | #define HAVE_STRING_H 1
  27551. | #define HAVE_MEMORY_H 1
  27552. | #define HAVE_STRINGS_H 1
  27553. | #define HAVE_INTTYPES_H 1
  27554. | #define HAVE_STDINT_H 1
  27555. | #define HAVE_UNISTD_H 1
  27556. | #define __EXTENSIONS__ 1
  27557. | #define _ALL_SOURCE 1
  27558. | #define _GNU_SOURCE 1
  27559. | #define _POSIX_PTHREAD_SEMANTICS 1
  27560. | #define _TANDEM_SOURCE 1
  27561. | #define HAVE_INFINITY 1
  27562. | #define HAVE_NAN 1
  27563. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  27564. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  27565. | #define BROKEN_CRYPT 1
  27566. | #define HAVE_CRT_EXTERNS_H 1
  27567. | #define HAVE_LIBDL 1
  27568. | #define HAVE_DIRENT_H 1
  27569. | #define HAVE__BOOL 1
  27570. | #define HAVE_STDBOOL_H 1
  27571. | #define HAVE_SYS_WAIT_H 1
  27572. | #define HAVE_GRP_H 1
  27573. | #define HAVE_FCNTL_H 1
  27574. | #define HAVE_FLOAT_H 1
  27575. | #define HAVE_LANGINFO_H 1
  27576. | #define HAVE_LIMITS_H 1
  27577. | #define HAVE_LOCALE_H 1
  27578. | #define HAVE_MALLOC_MALLOC_H 1
  27579. | #define HAVE_PWD_H 1
  27580. | #define HAVE_SYS_ATTR_H 1
  27581. | #define HAVE_SYS_FCNTL_H 1
  27582. | #define HAVE_SYS_FILE_H 1
  27583. | #define HAVE_SYS_IOCTL_H 1
  27584. | #define HAVE_SYS_PARAM_H 1
  27585. | #define HAVE_SYS_RESOURCE_H 1
  27586. | #define HAVE_SYS_SELECT_H 1
  27587. | #define HAVE_SYS_SOCKET_H 1
  27588. | #define HAVE_SYS_SYSCALL_H 1
  27589. | #define HAVE_SYS_TIME_H 1
  27590. | #define HAVE_SYS_TIMES_H 1
  27591. | #define HAVE_SYS_UIO_H 1
  27592. | #define HAVE_TIME_H 1
  27593. | #define HAVE_UCONTEXT_H 1
  27594. | #define HAVE_UTIME_H 1
  27595. | #define HAVE_TYPEOF 1
  27596. | #define HAVE_LONG_LONG 1
  27597. | #define HAVE_OFF_T 1
  27598. | #define SIZEOF_INT 4
  27599. | #define SIZEOF_SHORT 2
  27600. | #define SIZEOF_LONG 8
  27601. | #define SIZEOF_LONG_LONG 8
  27602. | #define SIZEOF___INT64 0
  27603. | #define SIZEOF___INT128 16
  27604. | #define SIZEOF_OFF_T 8
  27605. | #define SIZEOF_VOIDP 8
  27606. | #define SIZEOF_FLOAT 4
  27607. | #define SIZEOF_DOUBLE 8
  27608. | #define SIZEOF_TIME_T 8
  27609. | #define SIZEOF_CLOCK_T 8
  27610. | #define PACKED_STRUCT(x) x __attribute__((packed))
  27611. | #define PACKED_STRUCT_UNALIGNED(x) x
  27612. | #define PRI_LL_PREFIX "ll"
  27613. | #define rb_pid_t pid_t
  27614. | #define SIGNEDNESS_OF_PID_T -1
  27615. | #define PIDT2NUM(v) INT2NUM(v)
  27616. | #define NUM2PIDT(v) NUM2INT(v)
  27617. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  27618. | #define rb_uid_t uid_t
  27619. | #define SIGNEDNESS_OF_UID_T +1
  27620. | #define UIDT2NUM(v) UINT2NUM(v)
  27621. | #define NUM2UIDT(v) NUM2UINT(v)
  27622. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  27623. | #define rb_gid_t gid_t
  27624. | #define SIGNEDNESS_OF_GID_T +1
  27625. | #define GIDT2NUM(v) UINT2NUM(v)
  27626. | #define NUM2GIDT(v) NUM2UINT(v)
  27627. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  27628. | #define rb_time_t time_t
  27629. | #define SIGNEDNESS_OF_TIME_T -1
  27630. | #define TIMET2NUM(v) LONG2NUM(v)
  27631. | #define NUM2TIMET(v) NUM2LONG(v)
  27632. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  27633. | #define rb_dev_t dev_t
  27634. | #define SIGNEDNESS_OF_DEV_T -1
  27635. | #define DEVT2NUM(v) INT2NUM(v)
  27636. | #define NUM2DEVT(v) NUM2INT(v)
  27637. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  27638. | #define rb_mode_t mode_t
  27639. | #define SIGNEDNESS_OF_MODE_T +1
  27640. | #define MODET2NUM(v) UINT2NUM(v)
  27641. | #define NUM2MODET(v) NUM2UINT(v)
  27642. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  27643. | #define rb_rlim_t rlim_t
  27644. | #define SIGNEDNESS_OF_RLIM_T +1
  27645. | #define RLIM2NUM(v) ULL2NUM(v)
  27646. | #define NUM2RLIM(v) NUM2ULL(v)
  27647. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  27648. | #define rb_off_t off_t
  27649. | #define SIGNEDNESS_OF_OFF_T -1
  27650. | #define OFFT2NUM(v) LL2NUM(v)
  27651. | #define NUM2OFFT(v) NUM2LL(v)
  27652. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  27653. | #define rb_clockid_t int
  27654. | #define SIGNEDNESS_OF_CLOCKID_T -1
  27655. | #define CLOCKID2NUM(v) INT2NUM(v)
  27656. | #define NUM2CLOCKID(v) NUM2INT(v)
  27657. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  27658. | #define HAVE_PROTOTYPES 1
  27659. | #define TOKEN_PASTE(x,y) x##y
  27660. | #define STRINGIZE(expr) STRINGIZE0(expr)
  27661. | #define HAVE_STDARG_PROTOTYPES 1
  27662. | #define HAVE_VA_ARGS_MACRO 1
  27663. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  27664. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  27665. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  27666. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  27667. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  27668. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  27669. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  27670. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  27671. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  27672. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  27673. | #define WEAK(x) __attribute__ ((__weak__)) x
  27674. | #define HAVE_FUNC_WEAK 1
  27675. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  27676. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  27677. | #define HAVE_GCC_SYNC_BUILTINS 1
  27678. | #define UNREACHABLE __builtin_unreachable()
  27679. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  27680. | #define RUBY_FUNCTION_NAME_STRING __func__
  27681. | #define ENUM_OVER_INT 1
  27682. | #define HAVE_DECL_SYS_NERR 1
  27683. | #define HAVE_DECL_GETENV 1
  27684. | #define SIZEOF_SIZE_T 8
  27685. | #define SIZEOF_PTRDIFF_T 8
  27686. | #define PRI_SIZE_PREFIX "z"
  27687. | #define PRI_PTRDIFF_PREFIX "t"
  27688. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  27689. | #define HAVE_ST_BLKSIZE 1
  27690. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  27691. | #define HAVE_ST_BLOCKS 1
  27692. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  27693. | #define HAVE_ST_RDEV 1
  27694. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  27695. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  27696. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  27697. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  27698. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  27699. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  27700. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  27701. | #define HAVE_STRUCT_TIMEVAL 1
  27702. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  27703. | #define HAVE_STRUCT_TIMESPEC 1
  27704. | #define HAVE_STRUCT_TIMEZONE 1
  27705. | #define HAVE_RB_FD_INIT 1
  27706. | #define HAVE_INT8_T 1
  27707. | #define SIZEOF_INT8_T 1
  27708. | #define HAVE_UINT8_T 1
  27709. | #define SIZEOF_UINT8_T 1
  27710. | #define HAVE_INT16_T 1
  27711. | #define SIZEOF_INT16_T 2
  27712. | #define HAVE_UINT16_T 1
  27713. | #define SIZEOF_UINT16_T 2
  27714. | #define HAVE_INT32_T 1
  27715. | #define SIZEOF_INT32_T 4
  27716. | #define HAVE_UINT32_T 1
  27717. | #define SIZEOF_UINT32_T 4
  27718. | #define HAVE_INT64_T 1
  27719. | #define SIZEOF_INT64_T 8
  27720. | #define HAVE_UINT64_T 1
  27721. | #define SIZEOF_UINT64_T 8
  27722. | #define HAVE_INT128_T 1
  27723. | #define int128_t __int128
  27724. | #define SIZEOF_INT128_T SIZEOF___INT128
  27725. | #define HAVE_UINT128_T 1
  27726. | #define uint128_t unsigned __int128
  27727. | #define SIZEOF_UINT128_T SIZEOF___INT128
  27728. | #define HAVE_INTPTR_T 1
  27729. | #define SIZEOF_INTPTR_T 8
  27730. | #define HAVE_UINTPTR_T 1
  27731. | #define SIZEOF_UINTPTR_T 8
  27732. | #define HAVE_SSIZE_T 1
  27733. | #define SIZEOF_SSIZE_T 8
  27734. | #define GETGROUPS_T gid_t
  27735. | #define RETSIGTYPE void
  27736. | #define HAVE_ALLOCA_H 1
  27737. | #define HAVE_ALLOCA 1
  27738. | #define HAVE_ACOSH 1
  27739. | #define HAVE_CBRT 1
  27740. | #define HAVE_CRYPT 1
  27741. | #define HAVE_DUP2 1
  27742. | #define HAVE_ERF 1
  27743. | #define HAVE_FFS 1
  27744. | #define HAVE_FINITE 1
  27745. | #define HAVE_FLOCK 1
  27746. | #define HAVE_HYPOT 1
  27747. | #define HAVE_ISINF 1
  27748. | #define HAVE_ISNAN 1
  27749. | #define HAVE_LGAMMA_R 1
  27750. | #define HAVE_MEMMOVE 1
  27751. | #define HAVE_NEXTAFTER 1
  27752. | #define HAVE_STRCHR 1
  27753. | #define HAVE_STRERROR 1
  27754. | #define HAVE_STRLCAT 1
  27755. | #define HAVE_STRLCPY 1
  27756. | #define HAVE_STRSTR 1
  27757. | #define HAVE_TGAMMA 1
  27758. | #define SPT_TYPE SPT_REUSEARGV
  27759. | #define HAVE_SIGNBIT 1
  27760. | #define HAVE_FORK 1
  27761. | #define vfork fork
  27762. | #define HAVE_WORKING_FORK 1
  27763. | #define HAVE___SYSCALL 1
  27764. | #define HAVE__LONGJMP 1
  27765. | #define HAVE_ARC4RANDOM_BUF 1
  27766. | #define HAVE_ATAN2L 1
  27767. | #define HAVE_ATAN2F 1
  27768. | #define HAVE_CHROOT 1
  27769. | #define HAVE_COSH 1
  27770. | #define HAVE_DIRFD 1
  27771. | #define HAVE_DLOPEN 1
  27772. | #define HAVE_DLADDR 1
  27773. | #define HAVE_DUP 1
  27774. | #define HAVE_ENDGRENT 1
  27775. | #define HAVE_FCHMOD 1
  27776. | #define HAVE_FCHOWN 1
  27777. | #define HAVE_FCNTL 1
  27778. | #define HAVE_FGETATTRLIST 1
  27779. | #define HAVE_FMOD 1
  27780. | #define HAVE_FSYNC 1
  27781. | #define HAVE_FTRUNCATE 1
  27782. | #define HAVE_GETATTRLIST 1
  27783. | #define HAVE_GETCWD 1
  27784. | #define HAVE_GETGRNAM 1
  27785. | #define HAVE_GETGRNAM_R 1
  27786. | #define HAVE_GETGROUPS 1
  27787. | #define HAVE_GETPGID 1
  27788. | #define HAVE_GETPGRP 1
  27789. | #define HAVE_GETPRIORITY 1
  27790. | #define HAVE_GETPWNAM_R 1
  27791. | #define HAVE_GETRLIMIT 1
  27792. | #define HAVE_GETSID 1
  27793. | #define HAVE_GETTIMEOFDAY 1
  27794. | #define HAVE_GMTIME_R 1
  27795. | #define HAVE_INITGROUPS 1
  27796. | #define HAVE_IOCTL 1
  27797. | #define HAVE_ISSETUGID 1
  27798. | #define HAVE_KILLPG 1
  27799. | #define HAVE_LCHMOD 1
  27800. | #define HAVE_LCHOWN 1
  27801. | #define HAVE_LINK 1
  27802. | #define HAVE_LLABS 1
  27803. | #define HAVE_LOCKF 1
  27804. | #define HAVE_LOG2 1
  27805. | #define HAVE_LSTAT 1
  27806. | #define HAVE_MALLOC_SIZE 1
  27807. | #define HAVE_MBLEN 1
  27808. | #define HAVE_MEMSET_S 1
  27809. | #define HAVE_WRITEV 1
  27810. | #define HAVE_MKFIFO 1
  27811. | #define HAVE_MKNOD 1
  27812. | #define HAVE_MKTIME 1
  27813. | #define HAVE_POLL 1
  27814. | #define HAVE_POSIX_MEMALIGN 1
  27815. | #define HAVE_PREAD 1
  27816. | #define HAVE_QSORT_R 1
  27817. | #define HAVE_READLINK 1
  27818. | #define HAVE_ROUND 1
  27819. | #define HAVE_SEEKDIR 1
  27820. | #define HAVE_SENDFILE 1
  27821. | #define HAVE_SETEGID 1
  27822. | #define HAVE_SETENV 1
  27823. | #define HAVE_SETEUID 1
  27824. | #define HAVE_SETGID 1
  27825. | #define HAVE_SETGROUPS 1
  27826. | #define HAVE_SETPGID 1
  27827. | #define HAVE_SETPGRP 1
  27828. | #define HAVE_SETREGID 1
  27829. | #define HAVE_SETREUID 1
  27830. | #define HAVE_SETRGID 1
  27831. | #define HAVE_SETRLIMIT 1
  27832. | #define HAVE_SETRUID 1
  27833. | #define HAVE_SETSID 1
  27834. | #define HAVE_SETUID 1
  27835. | #define HAVE_SHUTDOWN 1
  27836. | #define HAVE_SIGACTION 1
  27837. | #define HAVE_SIGALTSTACK 1
  27838. | #define HAVE_SIGPROCMASK 1
  27839. | #define HAVE_SINH 1
  27840. | #define HAVE_SYMLINK 1
  27841. | #define HAVE_SYSCALL 1
  27842. | #define HAVE_SYSCONF 1
  27843. | #define HAVE_TANH 1
  27844. | #define HAVE_TELLDIR 1
  27845. | #define HAVE_TIMEGM 1
  27846. | #define HAVE_TIMES 1
  27847. | #define HAVE_TRUNCATE 1
  27848. | /* end confdefs.h. */
  27849. | /* Define truncate64 to an innocuous variant, in case <limits.h> declares truncate64.
  27850. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  27851. | #define truncate64 innocuous_truncate64
  27852. |
  27853. | /* System header to define __stub macros and hopefully few prototypes,
  27854. | which can conflict with char truncate64 (); below.
  27855. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  27856. | <limits.h> exists even on freestanding compilers. */
  27857. |
  27858. | #ifdef __STDC__
  27859. | # include <limits.h>
  27860. | #else
  27861. | # include <assert.h>
  27862. | #endif
  27863. |
  27864. | #undef truncate64
  27865. |
  27866. | /* Override any GCC internal prototype to avoid an error.
  27867. | Use char because int might match the return type of a GCC
  27868. | builtin and then its argument prototype would still apply. */
  27869. | #ifdef __cplusplus
  27870. | extern "C"
  27871. | #endif
  27872. | char truncate64 ();
  27873. | /* The GNU C library defines this for functions which it implements
  27874. | to always fail with ENOSYS. Some functions are actually named
  27875. | something starting with __ and the normal name is an alias. */
  27876. | #if defined __stub_truncate64 || defined __stub___truncate64
  27877. | choke me
  27878. | #endif
  27879. |
  27880. | int
  27881. | main ()
  27882. | {
  27883. | return truncate64 ();
  27884. | ;
  27885. | return 0;
  27886. | }
  27887. configure:21843: result: no
  27888. configure:21854: checking for unsetenv
  27889. configure:21854: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  27890. configure:21854: $? = 0
  27891. configure:21854: result: yes
  27892. configure:21865: checking for utimensat
  27893. configure:21865: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  27894. Undefined symbols for architecture x86_64:
  27895. "_utimensat", referenced from:
  27896. _main in conftest-92c592.o
  27897. ld: symbol(s) not found for architecture x86_64
  27898. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  27899. configure:21865: $? = 1
  27900. configure: failed program was:
  27901. | /* confdefs.h */
  27902. | #define PACKAGE_NAME ""
  27903. | #define PACKAGE_TARNAME ""
  27904. | #define PACKAGE_VERSION ""
  27905. | #define PACKAGE_STRING ""
  27906. | #define PACKAGE_BUGREPORT ""
  27907. | #define PACKAGE_URL ""
  27908. | #define CANONICALIZATION_FOR_MATHN 1
  27909. | #define STDC_HEADERS 1
  27910. | #define HAVE_SYS_TYPES_H 1
  27911. | #define HAVE_SYS_STAT_H 1
  27912. | #define HAVE_STDLIB_H 1
  27913. | #define HAVE_STRING_H 1
  27914. | #define HAVE_MEMORY_H 1
  27915. | #define HAVE_STRINGS_H 1
  27916. | #define HAVE_INTTYPES_H 1
  27917. | #define HAVE_STDINT_H 1
  27918. | #define HAVE_UNISTD_H 1
  27919. | #define __EXTENSIONS__ 1
  27920. | #define _ALL_SOURCE 1
  27921. | #define _GNU_SOURCE 1
  27922. | #define _POSIX_PTHREAD_SEMANTICS 1
  27923. | #define _TANDEM_SOURCE 1
  27924. | #define HAVE_INFINITY 1
  27925. | #define HAVE_NAN 1
  27926. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  27927. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  27928. | #define BROKEN_CRYPT 1
  27929. | #define HAVE_CRT_EXTERNS_H 1
  27930. | #define HAVE_LIBDL 1
  27931. | #define HAVE_DIRENT_H 1
  27932. | #define HAVE__BOOL 1
  27933. | #define HAVE_STDBOOL_H 1
  27934. | #define HAVE_SYS_WAIT_H 1
  27935. | #define HAVE_GRP_H 1
  27936. | #define HAVE_FCNTL_H 1
  27937. | #define HAVE_FLOAT_H 1
  27938. | #define HAVE_LANGINFO_H 1
  27939. | #define HAVE_LIMITS_H 1
  27940. | #define HAVE_LOCALE_H 1
  27941. | #define HAVE_MALLOC_MALLOC_H 1
  27942. | #define HAVE_PWD_H 1
  27943. | #define HAVE_SYS_ATTR_H 1
  27944. | #define HAVE_SYS_FCNTL_H 1
  27945. | #define HAVE_SYS_FILE_H 1
  27946. | #define HAVE_SYS_IOCTL_H 1
  27947. | #define HAVE_SYS_PARAM_H 1
  27948. | #define HAVE_SYS_RESOURCE_H 1
  27949. | #define HAVE_SYS_SELECT_H 1
  27950. | #define HAVE_SYS_SOCKET_H 1
  27951. | #define HAVE_SYS_SYSCALL_H 1
  27952. | #define HAVE_SYS_TIME_H 1
  27953. | #define HAVE_SYS_TIMES_H 1
  27954. | #define HAVE_SYS_UIO_H 1
  27955. | #define HAVE_TIME_H 1
  27956. | #define HAVE_UCONTEXT_H 1
  27957. | #define HAVE_UTIME_H 1
  27958. | #define HAVE_TYPEOF 1
  27959. | #define HAVE_LONG_LONG 1
  27960. | #define HAVE_OFF_T 1
  27961. | #define SIZEOF_INT 4
  27962. | #define SIZEOF_SHORT 2
  27963. | #define SIZEOF_LONG 8
  27964. | #define SIZEOF_LONG_LONG 8
  27965. | #define SIZEOF___INT64 0
  27966. | #define SIZEOF___INT128 16
  27967. | #define SIZEOF_OFF_T 8
  27968. | #define SIZEOF_VOIDP 8
  27969. | #define SIZEOF_FLOAT 4
  27970. | #define SIZEOF_DOUBLE 8
  27971. | #define SIZEOF_TIME_T 8
  27972. | #define SIZEOF_CLOCK_T 8
  27973. | #define PACKED_STRUCT(x) x __attribute__((packed))
  27974. | #define PACKED_STRUCT_UNALIGNED(x) x
  27975. | #define PRI_LL_PREFIX "ll"
  27976. | #define rb_pid_t pid_t
  27977. | #define SIGNEDNESS_OF_PID_T -1
  27978. | #define PIDT2NUM(v) INT2NUM(v)
  27979. | #define NUM2PIDT(v) NUM2INT(v)
  27980. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  27981. | #define rb_uid_t uid_t
  27982. | #define SIGNEDNESS_OF_UID_T +1
  27983. | #define UIDT2NUM(v) UINT2NUM(v)
  27984. | #define NUM2UIDT(v) NUM2UINT(v)
  27985. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  27986. | #define rb_gid_t gid_t
  27987. | #define SIGNEDNESS_OF_GID_T +1
  27988. | #define GIDT2NUM(v) UINT2NUM(v)
  27989. | #define NUM2GIDT(v) NUM2UINT(v)
  27990. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  27991. | #define rb_time_t time_t
  27992. | #define SIGNEDNESS_OF_TIME_T -1
  27993. | #define TIMET2NUM(v) LONG2NUM(v)
  27994. | #define NUM2TIMET(v) NUM2LONG(v)
  27995. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  27996. | #define rb_dev_t dev_t
  27997. | #define SIGNEDNESS_OF_DEV_T -1
  27998. | #define DEVT2NUM(v) INT2NUM(v)
  27999. | #define NUM2DEVT(v) NUM2INT(v)
  28000. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  28001. | #define rb_mode_t mode_t
  28002. | #define SIGNEDNESS_OF_MODE_T +1
  28003. | #define MODET2NUM(v) UINT2NUM(v)
  28004. | #define NUM2MODET(v) NUM2UINT(v)
  28005. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  28006. | #define rb_rlim_t rlim_t
  28007. | #define SIGNEDNESS_OF_RLIM_T +1
  28008. | #define RLIM2NUM(v) ULL2NUM(v)
  28009. | #define NUM2RLIM(v) NUM2ULL(v)
  28010. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  28011. | #define rb_off_t off_t
  28012. | #define SIGNEDNESS_OF_OFF_T -1
  28013. | #define OFFT2NUM(v) LL2NUM(v)
  28014. | #define NUM2OFFT(v) NUM2LL(v)
  28015. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  28016. | #define rb_clockid_t int
  28017. | #define SIGNEDNESS_OF_CLOCKID_T -1
  28018. | #define CLOCKID2NUM(v) INT2NUM(v)
  28019. | #define NUM2CLOCKID(v) NUM2INT(v)
  28020. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  28021. | #define HAVE_PROTOTYPES 1
  28022. | #define TOKEN_PASTE(x,y) x##y
  28023. | #define STRINGIZE(expr) STRINGIZE0(expr)
  28024. | #define HAVE_STDARG_PROTOTYPES 1
  28025. | #define HAVE_VA_ARGS_MACRO 1
  28026. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  28027. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  28028. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  28029. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  28030. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  28031. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  28032. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  28033. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  28034. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  28035. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  28036. | #define WEAK(x) __attribute__ ((__weak__)) x
  28037. | #define HAVE_FUNC_WEAK 1
  28038. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  28039. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  28040. | #define HAVE_GCC_SYNC_BUILTINS 1
  28041. | #define UNREACHABLE __builtin_unreachable()
  28042. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  28043. | #define RUBY_FUNCTION_NAME_STRING __func__
  28044. | #define ENUM_OVER_INT 1
  28045. | #define HAVE_DECL_SYS_NERR 1
  28046. | #define HAVE_DECL_GETENV 1
  28047. | #define SIZEOF_SIZE_T 8
  28048. | #define SIZEOF_PTRDIFF_T 8
  28049. | #define PRI_SIZE_PREFIX "z"
  28050. | #define PRI_PTRDIFF_PREFIX "t"
  28051. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  28052. | #define HAVE_ST_BLKSIZE 1
  28053. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  28054. | #define HAVE_ST_BLOCKS 1
  28055. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  28056. | #define HAVE_ST_RDEV 1
  28057. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  28058. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  28059. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  28060. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  28061. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  28062. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  28063. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  28064. | #define HAVE_STRUCT_TIMEVAL 1
  28065. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  28066. | #define HAVE_STRUCT_TIMESPEC 1
  28067. | #define HAVE_STRUCT_TIMEZONE 1
  28068. | #define HAVE_RB_FD_INIT 1
  28069. | #define HAVE_INT8_T 1
  28070. | #define SIZEOF_INT8_T 1
  28071. | #define HAVE_UINT8_T 1
  28072. | #define SIZEOF_UINT8_T 1
  28073. | #define HAVE_INT16_T 1
  28074. | #define SIZEOF_INT16_T 2
  28075. | #define HAVE_UINT16_T 1
  28076. | #define SIZEOF_UINT16_T 2
  28077. | #define HAVE_INT32_T 1
  28078. | #define SIZEOF_INT32_T 4
  28079. | #define HAVE_UINT32_T 1
  28080. | #define SIZEOF_UINT32_T 4
  28081. | #define HAVE_INT64_T 1
  28082. | #define SIZEOF_INT64_T 8
  28083. | #define HAVE_UINT64_T 1
  28084. | #define SIZEOF_UINT64_T 8
  28085. | #define HAVE_INT128_T 1
  28086. | #define int128_t __int128
  28087. | #define SIZEOF_INT128_T SIZEOF___INT128
  28088. | #define HAVE_UINT128_T 1
  28089. | #define uint128_t unsigned __int128
  28090. | #define SIZEOF_UINT128_T SIZEOF___INT128
  28091. | #define HAVE_INTPTR_T 1
  28092. | #define SIZEOF_INTPTR_T 8
  28093. | #define HAVE_UINTPTR_T 1
  28094. | #define SIZEOF_UINTPTR_T 8
  28095. | #define HAVE_SSIZE_T 1
  28096. | #define SIZEOF_SSIZE_T 8
  28097. | #define GETGROUPS_T gid_t
  28098. | #define RETSIGTYPE void
  28099. | #define HAVE_ALLOCA_H 1
  28100. | #define HAVE_ALLOCA 1
  28101. | #define HAVE_ACOSH 1
  28102. | #define HAVE_CBRT 1
  28103. | #define HAVE_CRYPT 1
  28104. | #define HAVE_DUP2 1
  28105. | #define HAVE_ERF 1
  28106. | #define HAVE_FFS 1
  28107. | #define HAVE_FINITE 1
  28108. | #define HAVE_FLOCK 1
  28109. | #define HAVE_HYPOT 1
  28110. | #define HAVE_ISINF 1
  28111. | #define HAVE_ISNAN 1
  28112. | #define HAVE_LGAMMA_R 1
  28113. | #define HAVE_MEMMOVE 1
  28114. | #define HAVE_NEXTAFTER 1
  28115. | #define HAVE_STRCHR 1
  28116. | #define HAVE_STRERROR 1
  28117. | #define HAVE_STRLCAT 1
  28118. | #define HAVE_STRLCPY 1
  28119. | #define HAVE_STRSTR 1
  28120. | #define HAVE_TGAMMA 1
  28121. | #define SPT_TYPE SPT_REUSEARGV
  28122. | #define HAVE_SIGNBIT 1
  28123. | #define HAVE_FORK 1
  28124. | #define vfork fork
  28125. | #define HAVE_WORKING_FORK 1
  28126. | #define HAVE___SYSCALL 1
  28127. | #define HAVE__LONGJMP 1
  28128. | #define HAVE_ARC4RANDOM_BUF 1
  28129. | #define HAVE_ATAN2L 1
  28130. | #define HAVE_ATAN2F 1
  28131. | #define HAVE_CHROOT 1
  28132. | #define HAVE_COSH 1
  28133. | #define HAVE_DIRFD 1
  28134. | #define HAVE_DLOPEN 1
  28135. | #define HAVE_DLADDR 1
  28136. | #define HAVE_DUP 1
  28137. | #define HAVE_ENDGRENT 1
  28138. | #define HAVE_FCHMOD 1
  28139. | #define HAVE_FCHOWN 1
  28140. | #define HAVE_FCNTL 1
  28141. | #define HAVE_FGETATTRLIST 1
  28142. | #define HAVE_FMOD 1
  28143. | #define HAVE_FSYNC 1
  28144. | #define HAVE_FTRUNCATE 1
  28145. | #define HAVE_GETATTRLIST 1
  28146. | #define HAVE_GETCWD 1
  28147. | #define HAVE_GETGRNAM 1
  28148. | #define HAVE_GETGRNAM_R 1
  28149. | #define HAVE_GETGROUPS 1
  28150. | #define HAVE_GETPGID 1
  28151. | #define HAVE_GETPGRP 1
  28152. | #define HAVE_GETPRIORITY 1
  28153. | #define HAVE_GETPWNAM_R 1
  28154. | #define HAVE_GETRLIMIT 1
  28155. | #define HAVE_GETSID 1
  28156. | #define HAVE_GETTIMEOFDAY 1
  28157. | #define HAVE_GMTIME_R 1
  28158. | #define HAVE_INITGROUPS 1
  28159. | #define HAVE_IOCTL 1
  28160. | #define HAVE_ISSETUGID 1
  28161. | #define HAVE_KILLPG 1
  28162. | #define HAVE_LCHMOD 1
  28163. | #define HAVE_LCHOWN 1
  28164. | #define HAVE_LINK 1
  28165. | #define HAVE_LLABS 1
  28166. | #define HAVE_LOCKF 1
  28167. | #define HAVE_LOG2 1
  28168. | #define HAVE_LSTAT 1
  28169. | #define HAVE_MALLOC_SIZE 1
  28170. | #define HAVE_MBLEN 1
  28171. | #define HAVE_MEMSET_S 1
  28172. | #define HAVE_WRITEV 1
  28173. | #define HAVE_MKFIFO 1
  28174. | #define HAVE_MKNOD 1
  28175. | #define HAVE_MKTIME 1
  28176. | #define HAVE_POLL 1
  28177. | #define HAVE_POSIX_MEMALIGN 1
  28178. | #define HAVE_PREAD 1
  28179. | #define HAVE_QSORT_R 1
  28180. | #define HAVE_READLINK 1
  28181. | #define HAVE_ROUND 1
  28182. | #define HAVE_SEEKDIR 1
  28183. | #define HAVE_SENDFILE 1
  28184. | #define HAVE_SETEGID 1
  28185. | #define HAVE_SETENV 1
  28186. | #define HAVE_SETEUID 1
  28187. | #define HAVE_SETGID 1
  28188. | #define HAVE_SETGROUPS 1
  28189. | #define HAVE_SETPGID 1
  28190. | #define HAVE_SETPGRP 1
  28191. | #define HAVE_SETREGID 1
  28192. | #define HAVE_SETREUID 1
  28193. | #define HAVE_SETRGID 1
  28194. | #define HAVE_SETRLIMIT 1
  28195. | #define HAVE_SETRUID 1
  28196. | #define HAVE_SETSID 1
  28197. | #define HAVE_SETUID 1
  28198. | #define HAVE_SHUTDOWN 1
  28199. | #define HAVE_SIGACTION 1
  28200. | #define HAVE_SIGALTSTACK 1
  28201. | #define HAVE_SIGPROCMASK 1
  28202. | #define HAVE_SINH 1
  28203. | #define HAVE_SYMLINK 1
  28204. | #define HAVE_SYSCALL 1
  28205. | #define HAVE_SYSCONF 1
  28206. | #define HAVE_TANH 1
  28207. | #define HAVE_TELLDIR 1
  28208. | #define HAVE_TIMEGM 1
  28209. | #define HAVE_TIMES 1
  28210. | #define HAVE_TRUNCATE 1
  28211. | #define HAVE_UNSETENV 1
  28212. | /* end confdefs.h. */
  28213. | /* Define utimensat to an innocuous variant, in case <limits.h> declares utimensat.
  28214. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  28215. | #define utimensat innocuous_utimensat
  28216. |
  28217. | /* System header to define __stub macros and hopefully few prototypes,
  28218. | which can conflict with char utimensat (); below.
  28219. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  28220. | <limits.h> exists even on freestanding compilers. */
  28221. |
  28222. | #ifdef __STDC__
  28223. | # include <limits.h>
  28224. | #else
  28225. | # include <assert.h>
  28226. | #endif
  28227. |
  28228. | #undef utimensat
  28229. |
  28230. | /* Override any GCC internal prototype to avoid an error.
  28231. | Use char because int might match the return type of a GCC
  28232. | builtin and then its argument prototype would still apply. */
  28233. | #ifdef __cplusplus
  28234. | extern "C"
  28235. | #endif
  28236. | char utimensat ();
  28237. | /* The GNU C library defines this for functions which it implements
  28238. | to always fail with ENOSYS. Some functions are actually named
  28239. | something starting with __ and the normal name is an alias. */
  28240. | #if defined __stub_utimensat || defined __stub___utimensat
  28241. | choke me
  28242. | #endif
  28243. |
  28244. | int
  28245. | main ()
  28246. | {
  28247. | return utimensat ();
  28248. | ;
  28249. | return 0;
  28250. | }
  28251. configure:21865: result: no
  28252. configure:21876: checking for utimes
  28253. configure:21876: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  28254. configure:21876: $? = 0
  28255. configure:21876: result: yes
  28256. configure:21887: checking for wait4
  28257. configure:21887: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  28258. configure:21887: $? = 0
  28259. configure:21887: result: yes
  28260. configure:21898: checking for waitpid
  28261. configure:21898: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  28262. configure:21898: $? = 0
  28263. configure:21898: result: yes
  28264. configure:21923: checking if getcwd allocates buffer if NULL is given
  28265. configure:21959: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  28266. configure:21959: $? = 0
  28267. configure:21959: ./conftest
  28268. configure:21959: $? = 0
  28269. configure:21969: result: yes
  28270. configure:22008: checking for __builtin_bswap16
  28271. configure:22024: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  28272. conftest.c:323:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  28273. __builtin_bswap16(0);
  28274. ^~~~~~~~~~~~~~~~~ ~
  28275. 1 warning generated.
  28276. configure:22024: $? = 0
  28277. configure:22032: result: yes
  28278. configure:22038: checking for __builtin_bswap32
  28279. configure:22054: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  28280. conftest.c:324:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  28281. __builtin_bswap32(0);
  28282. ^~~~~~~~~~~~~~~~~ ~
  28283. 1 warning generated.
  28284. configure:22054: $? = 0
  28285. configure:22062: result: yes
  28286. configure:22068: checking for __builtin_bswap64
  28287. configure:22084: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  28288. conftest.c:325:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  28289. __builtin_bswap64(0);
  28290. ^~~~~~~~~~~~~~~~~ ~
  28291. 1 warning generated.
  28292. configure:22084: $? = 0
  28293. configure:22092: result: yes
  28294. configure:22098: checking for __builtin_popcount
  28295. configure:22114: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  28296. conftest.c:326:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  28297. __builtin_popcount(0);
  28298. ^~~~~~~~~~~~~~~~~~ ~
  28299. 1 warning generated.
  28300. configure:22114: $? = 0
  28301. configure:22122: result: yes
  28302. configure:22128: checking for __builtin_popcountll
  28303. configure:22144: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  28304. conftest.c:327:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  28305. __builtin_popcountll(0);
  28306. ^~~~~~~~~~~~~~~~~~~~ ~
  28307. 1 warning generated.
  28308. configure:22144: $? = 0
  28309. configure:22152: result: yes
  28310. configure:22158: checking for __builtin_clz
  28311. configure:22174: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  28312. conftest.c:328:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  28313. __builtin_clz(0);
  28314. ^~~~~~~~~~~~~ ~
  28315. 1 warning generated.
  28316. configure:22174: $? = 0
  28317. configure:22182: result: yes
  28318. configure:22188: checking for __builtin_clzl
  28319. configure:22204: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  28320. conftest.c:329:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  28321. __builtin_clzl(0);
  28322. ^~~~~~~~~~~~~~ ~
  28323. 1 warning generated.
  28324. configure:22204: $? = 0
  28325. configure:22212: result: yes
  28326. configure:22218: checking for __builtin_clzll
  28327. configure:22234: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  28328. conftest.c:330:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  28329. __builtin_clzll(0);
  28330. ^~~~~~~~~~~~~~~ ~
  28331. 1 warning generated.
  28332. configure:22234: $? = 0
  28333. configure:22242: result: yes
  28334. configure:22248: checking for __builtin_ctz
  28335. configure:22264: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  28336. conftest.c:331:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  28337. __builtin_ctz(0);
  28338. ^~~~~~~~~~~~~ ~
  28339. 1 warning generated.
  28340. configure:22264: $? = 0
  28341. configure:22272: result: yes
  28342. configure:22278: checking for __builtin_ctzll
  28343. configure:22294: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  28344. conftest.c:332:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  28345. __builtin_ctzll(0);
  28346. ^~~~~~~~~~~~~~~ ~
  28347. 1 warning generated.
  28348. configure:22294: $? = 0
  28349. configure:22302: result: yes
  28350. configure:22308: checking for __builtin_constant_p
  28351. configure:22324: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  28352. conftest.c:333:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  28353. __builtin_constant_p(0);
  28354. ^~~~~~~~~~~~~~~~~~~~ ~
  28355. 1 warning generated.
  28356. configure:22324: $? = 0
  28357. configure:22332: result: yes
  28358. configure:22338: checking for __builtin_choose_expr
  28359. configure:22357: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  28360. configure:22357: $? = 0
  28361. configure:22365: result: yes
  28362. configure:22372: checking for __builtin_choose_expr_constant_p
  28363. configure:22391: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  28364. configure:22391: $? = 0
  28365. configure:22399: result: yes
  28366. configure:22406: checking for __builtin_types_compatible_p
  28367. configure:22422: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  28368. conftest.c:336:1: warning: expression result unused [-Wunused-value]
  28369. __builtin_types_compatible_p(int, int);
  28370. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  28371. 1 warning generated.
  28372. configure:22422: $? = 0
  28373. configure:22430: result: yes
  28374. configure:22438: checking whether qsort_r is GNU version
  28375. configure:22459: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  28376. conftest.c:335:6: error: conflicting types for 'qsort_r'
  28377. void qsort_r(void *base, size_t nmemb, size_t size,
  28378. ^
  28379. /usr/include/stdlib.h:299:7: note: previous declaration is here
  28380. void qsort_r(void *, size_t, size_t, void *,
  28381. ^
  28382. 1 error generated.
  28383. configure:22459: $? = 1
  28384. configure: failed program was:
  28385. | /* confdefs.h */
  28386. | #define PACKAGE_NAME ""
  28387. | #define PACKAGE_TARNAME ""
  28388. | #define PACKAGE_VERSION ""
  28389. | #define PACKAGE_STRING ""
  28390. | #define PACKAGE_BUGREPORT ""
  28391. | #define PACKAGE_URL ""
  28392. | #define CANONICALIZATION_FOR_MATHN 1
  28393. | #define STDC_HEADERS 1
  28394. | #define HAVE_SYS_TYPES_H 1
  28395. | #define HAVE_SYS_STAT_H 1
  28396. | #define HAVE_STDLIB_H 1
  28397. | #define HAVE_STRING_H 1
  28398. | #define HAVE_MEMORY_H 1
  28399. | #define HAVE_STRINGS_H 1
  28400. | #define HAVE_INTTYPES_H 1
  28401. | #define HAVE_STDINT_H 1
  28402. | #define HAVE_UNISTD_H 1
  28403. | #define __EXTENSIONS__ 1
  28404. | #define _ALL_SOURCE 1
  28405. | #define _GNU_SOURCE 1
  28406. | #define _POSIX_PTHREAD_SEMANTICS 1
  28407. | #define _TANDEM_SOURCE 1
  28408. | #define HAVE_INFINITY 1
  28409. | #define HAVE_NAN 1
  28410. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  28411. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  28412. | #define BROKEN_CRYPT 1
  28413. | #define HAVE_CRT_EXTERNS_H 1
  28414. | #define HAVE_LIBDL 1
  28415. | #define HAVE_DIRENT_H 1
  28416. | #define HAVE__BOOL 1
  28417. | #define HAVE_STDBOOL_H 1
  28418. | #define HAVE_SYS_WAIT_H 1
  28419. | #define HAVE_GRP_H 1
  28420. | #define HAVE_FCNTL_H 1
  28421. | #define HAVE_FLOAT_H 1
  28422. | #define HAVE_LANGINFO_H 1
  28423. | #define HAVE_LIMITS_H 1
  28424. | #define HAVE_LOCALE_H 1
  28425. | #define HAVE_MALLOC_MALLOC_H 1
  28426. | #define HAVE_PWD_H 1
  28427. | #define HAVE_SYS_ATTR_H 1
  28428. | #define HAVE_SYS_FCNTL_H 1
  28429. | #define HAVE_SYS_FILE_H 1
  28430. | #define HAVE_SYS_IOCTL_H 1
  28431. | #define HAVE_SYS_PARAM_H 1
  28432. | #define HAVE_SYS_RESOURCE_H 1
  28433. | #define HAVE_SYS_SELECT_H 1
  28434. | #define HAVE_SYS_SOCKET_H 1
  28435. | #define HAVE_SYS_SYSCALL_H 1
  28436. | #define HAVE_SYS_TIME_H 1
  28437. | #define HAVE_SYS_TIMES_H 1
  28438. | #define HAVE_SYS_UIO_H 1
  28439. | #define HAVE_TIME_H 1
  28440. | #define HAVE_UCONTEXT_H 1
  28441. | #define HAVE_UTIME_H 1
  28442. | #define HAVE_TYPEOF 1
  28443. | #define HAVE_LONG_LONG 1
  28444. | #define HAVE_OFF_T 1
  28445. | #define SIZEOF_INT 4
  28446. | #define SIZEOF_SHORT 2
  28447. | #define SIZEOF_LONG 8
  28448. | #define SIZEOF_LONG_LONG 8
  28449. | #define SIZEOF___INT64 0
  28450. | #define SIZEOF___INT128 16
  28451. | #define SIZEOF_OFF_T 8
  28452. | #define SIZEOF_VOIDP 8
  28453. | #define SIZEOF_FLOAT 4
  28454. | #define SIZEOF_DOUBLE 8
  28455. | #define SIZEOF_TIME_T 8
  28456. | #define SIZEOF_CLOCK_T 8
  28457. | #define PACKED_STRUCT(x) x __attribute__((packed))
  28458. | #define PACKED_STRUCT_UNALIGNED(x) x
  28459. | #define PRI_LL_PREFIX "ll"
  28460. | #define rb_pid_t pid_t
  28461. | #define SIGNEDNESS_OF_PID_T -1
  28462. | #define PIDT2NUM(v) INT2NUM(v)
  28463. | #define NUM2PIDT(v) NUM2INT(v)
  28464. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  28465. | #define rb_uid_t uid_t
  28466. | #define SIGNEDNESS_OF_UID_T +1
  28467. | #define UIDT2NUM(v) UINT2NUM(v)
  28468. | #define NUM2UIDT(v) NUM2UINT(v)
  28469. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  28470. | #define rb_gid_t gid_t
  28471. | #define SIGNEDNESS_OF_GID_T +1
  28472. | #define GIDT2NUM(v) UINT2NUM(v)
  28473. | #define NUM2GIDT(v) NUM2UINT(v)
  28474. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  28475. | #define rb_time_t time_t
  28476. | #define SIGNEDNESS_OF_TIME_T -1
  28477. | #define TIMET2NUM(v) LONG2NUM(v)
  28478. | #define NUM2TIMET(v) NUM2LONG(v)
  28479. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  28480. | #define rb_dev_t dev_t
  28481. | #define SIGNEDNESS_OF_DEV_T -1
  28482. | #define DEVT2NUM(v) INT2NUM(v)
  28483. | #define NUM2DEVT(v) NUM2INT(v)
  28484. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  28485. | #define rb_mode_t mode_t
  28486. | #define SIGNEDNESS_OF_MODE_T +1
  28487. | #define MODET2NUM(v) UINT2NUM(v)
  28488. | #define NUM2MODET(v) NUM2UINT(v)
  28489. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  28490. | #define rb_rlim_t rlim_t
  28491. | #define SIGNEDNESS_OF_RLIM_T +1
  28492. | #define RLIM2NUM(v) ULL2NUM(v)
  28493. | #define NUM2RLIM(v) NUM2ULL(v)
  28494. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  28495. | #define rb_off_t off_t
  28496. | #define SIGNEDNESS_OF_OFF_T -1
  28497. | #define OFFT2NUM(v) LL2NUM(v)
  28498. | #define NUM2OFFT(v) NUM2LL(v)
  28499. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  28500. | #define rb_clockid_t int
  28501. | #define SIGNEDNESS_OF_CLOCKID_T -1
  28502. | #define CLOCKID2NUM(v) INT2NUM(v)
  28503. | #define NUM2CLOCKID(v) NUM2INT(v)
  28504. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  28505. | #define HAVE_PROTOTYPES 1
  28506. | #define TOKEN_PASTE(x,y) x##y
  28507. | #define STRINGIZE(expr) STRINGIZE0(expr)
  28508. | #define HAVE_STDARG_PROTOTYPES 1
  28509. | #define HAVE_VA_ARGS_MACRO 1
  28510. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  28511. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  28512. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  28513. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  28514. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  28515. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  28516. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  28517. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  28518. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  28519. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  28520. | #define WEAK(x) __attribute__ ((__weak__)) x
  28521. | #define HAVE_FUNC_WEAK 1
  28522. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  28523. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  28524. | #define HAVE_GCC_SYNC_BUILTINS 1
  28525. | #define UNREACHABLE __builtin_unreachable()
  28526. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  28527. | #define RUBY_FUNCTION_NAME_STRING __func__
  28528. | #define ENUM_OVER_INT 1
  28529. | #define HAVE_DECL_SYS_NERR 1
  28530. | #define HAVE_DECL_GETENV 1
  28531. | #define SIZEOF_SIZE_T 8
  28532. | #define SIZEOF_PTRDIFF_T 8
  28533. | #define PRI_SIZE_PREFIX "z"
  28534. | #define PRI_PTRDIFF_PREFIX "t"
  28535. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  28536. | #define HAVE_ST_BLKSIZE 1
  28537. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  28538. | #define HAVE_ST_BLOCKS 1
  28539. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  28540. | #define HAVE_ST_RDEV 1
  28541. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  28542. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  28543. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  28544. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  28545. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  28546. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  28547. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  28548. | #define HAVE_STRUCT_TIMEVAL 1
  28549. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  28550. | #define HAVE_STRUCT_TIMESPEC 1
  28551. | #define HAVE_STRUCT_TIMEZONE 1
  28552. | #define HAVE_RB_FD_INIT 1
  28553. | #define HAVE_INT8_T 1
  28554. | #define SIZEOF_INT8_T 1
  28555. | #define HAVE_UINT8_T 1
  28556. | #define SIZEOF_UINT8_T 1
  28557. | #define HAVE_INT16_T 1
  28558. | #define SIZEOF_INT16_T 2
  28559. | #define HAVE_UINT16_T 1
  28560. | #define SIZEOF_UINT16_T 2
  28561. | #define HAVE_INT32_T 1
  28562. | #define SIZEOF_INT32_T 4
  28563. | #define HAVE_UINT32_T 1
  28564. | #define SIZEOF_UINT32_T 4
  28565. | #define HAVE_INT64_T 1
  28566. | #define SIZEOF_INT64_T 8
  28567. | #define HAVE_UINT64_T 1
  28568. | #define SIZEOF_UINT64_T 8
  28569. | #define HAVE_INT128_T 1
  28570. | #define int128_t __int128
  28571. | #define SIZEOF_INT128_T SIZEOF___INT128
  28572. | #define HAVE_UINT128_T 1
  28573. | #define uint128_t unsigned __int128
  28574. | #define SIZEOF_UINT128_T SIZEOF___INT128
  28575. | #define HAVE_INTPTR_T 1
  28576. | #define SIZEOF_INTPTR_T 8
  28577. | #define HAVE_UINTPTR_T 1
  28578. | #define SIZEOF_UINTPTR_T 8
  28579. | #define HAVE_SSIZE_T 1
  28580. | #define SIZEOF_SSIZE_T 8
  28581. | #define GETGROUPS_T gid_t
  28582. | #define RETSIGTYPE void
  28583. | #define HAVE_ALLOCA_H 1
  28584. | #define HAVE_ALLOCA 1
  28585. | #define HAVE_ACOSH 1
  28586. | #define HAVE_CBRT 1
  28587. | #define HAVE_CRYPT 1
  28588. | #define HAVE_DUP2 1
  28589. | #define HAVE_ERF 1
  28590. | #define HAVE_FFS 1
  28591. | #define HAVE_FINITE 1
  28592. | #define HAVE_FLOCK 1
  28593. | #define HAVE_HYPOT 1
  28594. | #define HAVE_ISINF 1
  28595. | #define HAVE_ISNAN 1
  28596. | #define HAVE_LGAMMA_R 1
  28597. | #define HAVE_MEMMOVE 1
  28598. | #define HAVE_NEXTAFTER 1
  28599. | #define HAVE_STRCHR 1
  28600. | #define HAVE_STRERROR 1
  28601. | #define HAVE_STRLCAT 1
  28602. | #define HAVE_STRLCPY 1
  28603. | #define HAVE_STRSTR 1
  28604. | #define HAVE_TGAMMA 1
  28605. | #define SPT_TYPE SPT_REUSEARGV
  28606. | #define HAVE_SIGNBIT 1
  28607. | #define HAVE_FORK 1
  28608. | #define vfork fork
  28609. | #define HAVE_WORKING_FORK 1
  28610. | #define HAVE___SYSCALL 1
  28611. | #define HAVE__LONGJMP 1
  28612. | #define HAVE_ARC4RANDOM_BUF 1
  28613. | #define HAVE_ATAN2L 1
  28614. | #define HAVE_ATAN2F 1
  28615. | #define HAVE_CHROOT 1
  28616. | #define HAVE_COSH 1
  28617. | #define HAVE_DIRFD 1
  28618. | #define HAVE_DLOPEN 1
  28619. | #define HAVE_DLADDR 1
  28620. | #define HAVE_DUP 1
  28621. | #define HAVE_ENDGRENT 1
  28622. | #define HAVE_FCHMOD 1
  28623. | #define HAVE_FCHOWN 1
  28624. | #define HAVE_FCNTL 1
  28625. | #define HAVE_FGETATTRLIST 1
  28626. | #define HAVE_FMOD 1
  28627. | #define HAVE_FSYNC 1
  28628. | #define HAVE_FTRUNCATE 1
  28629. | #define HAVE_GETATTRLIST 1
  28630. | #define HAVE_GETCWD 1
  28631. | #define HAVE_GETGRNAM 1
  28632. | #define HAVE_GETGRNAM_R 1
  28633. | #define HAVE_GETGROUPS 1
  28634. | #define HAVE_GETPGID 1
  28635. | #define HAVE_GETPGRP 1
  28636. | #define HAVE_GETPRIORITY 1
  28637. | #define HAVE_GETPWNAM_R 1
  28638. | #define HAVE_GETRLIMIT 1
  28639. | #define HAVE_GETSID 1
  28640. | #define HAVE_GETTIMEOFDAY 1
  28641. | #define HAVE_GMTIME_R 1
  28642. | #define HAVE_INITGROUPS 1
  28643. | #define HAVE_IOCTL 1
  28644. | #define HAVE_ISSETUGID 1
  28645. | #define HAVE_KILLPG 1
  28646. | #define HAVE_LCHMOD 1
  28647. | #define HAVE_LCHOWN 1
  28648. | #define HAVE_LINK 1
  28649. | #define HAVE_LLABS 1
  28650. | #define HAVE_LOCKF 1
  28651. | #define HAVE_LOG2 1
  28652. | #define HAVE_LSTAT 1
  28653. | #define HAVE_MALLOC_SIZE 1
  28654. | #define HAVE_MBLEN 1
  28655. | #define HAVE_MEMSET_S 1
  28656. | #define HAVE_WRITEV 1
  28657. | #define HAVE_MKFIFO 1
  28658. | #define HAVE_MKNOD 1
  28659. | #define HAVE_MKTIME 1
  28660. | #define HAVE_POLL 1
  28661. | #define HAVE_POSIX_MEMALIGN 1
  28662. | #define HAVE_PREAD 1
  28663. | #define HAVE_QSORT_R 1
  28664. | #define HAVE_READLINK 1
  28665. | #define HAVE_ROUND 1
  28666. | #define HAVE_SEEKDIR 1
  28667. | #define HAVE_SENDFILE 1
  28668. | #define HAVE_SETEGID 1
  28669. | #define HAVE_SETENV 1
  28670. | #define HAVE_SETEUID 1
  28671. | #define HAVE_SETGID 1
  28672. | #define HAVE_SETGROUPS 1
  28673. | #define HAVE_SETPGID 1
  28674. | #define HAVE_SETPGRP 1
  28675. | #define HAVE_SETREGID 1
  28676. | #define HAVE_SETREUID 1
  28677. | #define HAVE_SETRGID 1
  28678. | #define HAVE_SETRLIMIT 1
  28679. | #define HAVE_SETRUID 1
  28680. | #define HAVE_SETSID 1
  28681. | #define HAVE_SETUID 1
  28682. | #define HAVE_SHUTDOWN 1
  28683. | #define HAVE_SIGACTION 1
  28684. | #define HAVE_SIGALTSTACK 1
  28685. | #define HAVE_SIGPROCMASK 1
  28686. | #define HAVE_SINH 1
  28687. | #define HAVE_SYMLINK 1
  28688. | #define HAVE_SYSCALL 1
  28689. | #define HAVE_SYSCONF 1
  28690. | #define HAVE_TANH 1
  28691. | #define HAVE_TELLDIR 1
  28692. | #define HAVE_TIMEGM 1
  28693. | #define HAVE_TIMES 1
  28694. | #define HAVE_TRUNCATE 1
  28695. | #define HAVE_UNSETENV 1
  28696. | #define HAVE_UTIMES 1
  28697. | #define HAVE_WAIT4 1
  28698. | #define HAVE_WAITPID 1
  28699. | #if !defined __STDC_WANT_LIB_EXT1__
  28700. | #define __STDC_WANT_LIB_EXT1__ 1
  28701. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  28702. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  28703. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  28704. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  28705. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  28706. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  28707. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  28708. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  28709. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  28710. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  28711. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  28712. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  28713. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  28714. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  28715. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  28716. | /* end confdefs.h. */
  28717. |
  28718. | #include <stdlib.h>
  28719. | void qsort_r(void *base, size_t nmemb, size_t size,
  28720. | int (*compar)(const void *, const void *, void *),
  28721. | void *arg);
  28722. |
  28723. | int
  28724. | main ()
  28725. | {
  28726. |
  28727. | ;
  28728. | return 0;
  28729. | }
  28730. configure:22467: result: no
  28731. configure:22469: checking whether qsort_r is BSD version
  28732. configure:22489: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  28733. configure:22489: $? = 0
  28734. configure:22497: result: yes
  28735. configure:22515: checking whether atan2 handles Inf as C99
  28736. configure:22554: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  28737. configure:22554: $? = 0
  28738. configure:22554: ./conftest
  28739. configure:22554: $? = 0
  28740. configure:22569: result: yes
  28741. configure:22578: checking whether lgamma_r handles +0.0 and -0.0
  28742. configure:22622: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  28743. configure:22622: $? = 0
  28744. configure:22622: ./conftest
  28745. configure:22622: $? = 1
  28746. configure: program exited with status 1
  28747. configure: failed program was:
  28748. | /* confdefs.h */
  28749. | #define PACKAGE_NAME ""
  28750. | #define PACKAGE_TARNAME ""
  28751. | #define PACKAGE_VERSION ""
  28752. | #define PACKAGE_STRING ""
  28753. | #define PACKAGE_BUGREPORT ""
  28754. | #define PACKAGE_URL ""
  28755. | #define CANONICALIZATION_FOR_MATHN 1
  28756. | #define STDC_HEADERS 1
  28757. | #define HAVE_SYS_TYPES_H 1
  28758. | #define HAVE_SYS_STAT_H 1
  28759. | #define HAVE_STDLIB_H 1
  28760. | #define HAVE_STRING_H 1
  28761. | #define HAVE_MEMORY_H 1
  28762. | #define HAVE_STRINGS_H 1
  28763. | #define HAVE_INTTYPES_H 1
  28764. | #define HAVE_STDINT_H 1
  28765. | #define HAVE_UNISTD_H 1
  28766. | #define __EXTENSIONS__ 1
  28767. | #define _ALL_SOURCE 1
  28768. | #define _GNU_SOURCE 1
  28769. | #define _POSIX_PTHREAD_SEMANTICS 1
  28770. | #define _TANDEM_SOURCE 1
  28771. | #define HAVE_INFINITY 1
  28772. | #define HAVE_NAN 1
  28773. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  28774. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  28775. | #define BROKEN_CRYPT 1
  28776. | #define HAVE_CRT_EXTERNS_H 1
  28777. | #define HAVE_LIBDL 1
  28778. | #define HAVE_DIRENT_H 1
  28779. | #define HAVE__BOOL 1
  28780. | #define HAVE_STDBOOL_H 1
  28781. | #define HAVE_SYS_WAIT_H 1
  28782. | #define HAVE_GRP_H 1
  28783. | #define HAVE_FCNTL_H 1
  28784. | #define HAVE_FLOAT_H 1
  28785. | #define HAVE_LANGINFO_H 1
  28786. | #define HAVE_LIMITS_H 1
  28787. | #define HAVE_LOCALE_H 1
  28788. | #define HAVE_MALLOC_MALLOC_H 1
  28789. | #define HAVE_PWD_H 1
  28790. | #define HAVE_SYS_ATTR_H 1
  28791. | #define HAVE_SYS_FCNTL_H 1
  28792. | #define HAVE_SYS_FILE_H 1
  28793. | #define HAVE_SYS_IOCTL_H 1
  28794. | #define HAVE_SYS_PARAM_H 1
  28795. | #define HAVE_SYS_RESOURCE_H 1
  28796. | #define HAVE_SYS_SELECT_H 1
  28797. | #define HAVE_SYS_SOCKET_H 1
  28798. | #define HAVE_SYS_SYSCALL_H 1
  28799. | #define HAVE_SYS_TIME_H 1
  28800. | #define HAVE_SYS_TIMES_H 1
  28801. | #define HAVE_SYS_UIO_H 1
  28802. | #define HAVE_TIME_H 1
  28803. | #define HAVE_UCONTEXT_H 1
  28804. | #define HAVE_UTIME_H 1
  28805. | #define HAVE_TYPEOF 1
  28806. | #define HAVE_LONG_LONG 1
  28807. | #define HAVE_OFF_T 1
  28808. | #define SIZEOF_INT 4
  28809. | #define SIZEOF_SHORT 2
  28810. | #define SIZEOF_LONG 8
  28811. | #define SIZEOF_LONG_LONG 8
  28812. | #define SIZEOF___INT64 0
  28813. | #define SIZEOF___INT128 16
  28814. | #define SIZEOF_OFF_T 8
  28815. | #define SIZEOF_VOIDP 8
  28816. | #define SIZEOF_FLOAT 4
  28817. | #define SIZEOF_DOUBLE 8
  28818. | #define SIZEOF_TIME_T 8
  28819. | #define SIZEOF_CLOCK_T 8
  28820. | #define PACKED_STRUCT(x) x __attribute__((packed))
  28821. | #define PACKED_STRUCT_UNALIGNED(x) x
  28822. | #define PRI_LL_PREFIX "ll"
  28823. | #define rb_pid_t pid_t
  28824. | #define SIGNEDNESS_OF_PID_T -1
  28825. | #define PIDT2NUM(v) INT2NUM(v)
  28826. | #define NUM2PIDT(v) NUM2INT(v)
  28827. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  28828. | #define rb_uid_t uid_t
  28829. | #define SIGNEDNESS_OF_UID_T +1
  28830. | #define UIDT2NUM(v) UINT2NUM(v)
  28831. | #define NUM2UIDT(v) NUM2UINT(v)
  28832. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  28833. | #define rb_gid_t gid_t
  28834. | #define SIGNEDNESS_OF_GID_T +1
  28835. | #define GIDT2NUM(v) UINT2NUM(v)
  28836. | #define NUM2GIDT(v) NUM2UINT(v)
  28837. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  28838. | #define rb_time_t time_t
  28839. | #define SIGNEDNESS_OF_TIME_T -1
  28840. | #define TIMET2NUM(v) LONG2NUM(v)
  28841. | #define NUM2TIMET(v) NUM2LONG(v)
  28842. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  28843. | #define rb_dev_t dev_t
  28844. | #define SIGNEDNESS_OF_DEV_T -1
  28845. | #define DEVT2NUM(v) INT2NUM(v)
  28846. | #define NUM2DEVT(v) NUM2INT(v)
  28847. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  28848. | #define rb_mode_t mode_t
  28849. | #define SIGNEDNESS_OF_MODE_T +1
  28850. | #define MODET2NUM(v) UINT2NUM(v)
  28851. | #define NUM2MODET(v) NUM2UINT(v)
  28852. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  28853. | #define rb_rlim_t rlim_t
  28854. | #define SIGNEDNESS_OF_RLIM_T +1
  28855. | #define RLIM2NUM(v) ULL2NUM(v)
  28856. | #define NUM2RLIM(v) NUM2ULL(v)
  28857. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  28858. | #define rb_off_t off_t
  28859. | #define SIGNEDNESS_OF_OFF_T -1
  28860. | #define OFFT2NUM(v) LL2NUM(v)
  28861. | #define NUM2OFFT(v) NUM2LL(v)
  28862. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  28863. | #define rb_clockid_t int
  28864. | #define SIGNEDNESS_OF_CLOCKID_T -1
  28865. | #define CLOCKID2NUM(v) INT2NUM(v)
  28866. | #define NUM2CLOCKID(v) NUM2INT(v)
  28867. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  28868. | #define HAVE_PROTOTYPES 1
  28869. | #define TOKEN_PASTE(x,y) x##y
  28870. | #define STRINGIZE(expr) STRINGIZE0(expr)
  28871. | #define HAVE_STDARG_PROTOTYPES 1
  28872. | #define HAVE_VA_ARGS_MACRO 1
  28873. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  28874. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  28875. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  28876. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  28877. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  28878. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  28879. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  28880. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  28881. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  28882. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  28883. | #define WEAK(x) __attribute__ ((__weak__)) x
  28884. | #define HAVE_FUNC_WEAK 1
  28885. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  28886. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  28887. | #define HAVE_GCC_SYNC_BUILTINS 1
  28888. | #define UNREACHABLE __builtin_unreachable()
  28889. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  28890. | #define RUBY_FUNCTION_NAME_STRING __func__
  28891. | #define ENUM_OVER_INT 1
  28892. | #define HAVE_DECL_SYS_NERR 1
  28893. | #define HAVE_DECL_GETENV 1
  28894. | #define SIZEOF_SIZE_T 8
  28895. | #define SIZEOF_PTRDIFF_T 8
  28896. | #define PRI_SIZE_PREFIX "z"
  28897. | #define PRI_PTRDIFF_PREFIX "t"
  28898. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  28899. | #define HAVE_ST_BLKSIZE 1
  28900. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  28901. | #define HAVE_ST_BLOCKS 1
  28902. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  28903. | #define HAVE_ST_RDEV 1
  28904. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  28905. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  28906. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  28907. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  28908. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  28909. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  28910. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  28911. | #define HAVE_STRUCT_TIMEVAL 1
  28912. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  28913. | #define HAVE_STRUCT_TIMESPEC 1
  28914. | #define HAVE_STRUCT_TIMEZONE 1
  28915. | #define HAVE_RB_FD_INIT 1
  28916. | #define HAVE_INT8_T 1
  28917. | #define SIZEOF_INT8_T 1
  28918. | #define HAVE_UINT8_T 1
  28919. | #define SIZEOF_UINT8_T 1
  28920. | #define HAVE_INT16_T 1
  28921. | #define SIZEOF_INT16_T 2
  28922. | #define HAVE_UINT16_T 1
  28923. | #define SIZEOF_UINT16_T 2
  28924. | #define HAVE_INT32_T 1
  28925. | #define SIZEOF_INT32_T 4
  28926. | #define HAVE_UINT32_T 1
  28927. | #define SIZEOF_UINT32_T 4
  28928. | #define HAVE_INT64_T 1
  28929. | #define SIZEOF_INT64_T 8
  28930. | #define HAVE_UINT64_T 1
  28931. | #define SIZEOF_UINT64_T 8
  28932. | #define HAVE_INT128_T 1
  28933. | #define int128_t __int128
  28934. | #define SIZEOF_INT128_T SIZEOF___INT128
  28935. | #define HAVE_UINT128_T 1
  28936. | #define uint128_t unsigned __int128
  28937. | #define SIZEOF_UINT128_T SIZEOF___INT128
  28938. | #define HAVE_INTPTR_T 1
  28939. | #define SIZEOF_INTPTR_T 8
  28940. | #define HAVE_UINTPTR_T 1
  28941. | #define SIZEOF_UINTPTR_T 8
  28942. | #define HAVE_SSIZE_T 1
  28943. | #define SIZEOF_SSIZE_T 8
  28944. | #define GETGROUPS_T gid_t
  28945. | #define RETSIGTYPE void
  28946. | #define HAVE_ALLOCA_H 1
  28947. | #define HAVE_ALLOCA 1
  28948. | #define HAVE_ACOSH 1
  28949. | #define HAVE_CBRT 1
  28950. | #define HAVE_CRYPT 1
  28951. | #define HAVE_DUP2 1
  28952. | #define HAVE_ERF 1
  28953. | #define HAVE_FFS 1
  28954. | #define HAVE_FINITE 1
  28955. | #define HAVE_FLOCK 1
  28956. | #define HAVE_HYPOT 1
  28957. | #define HAVE_ISINF 1
  28958. | #define HAVE_ISNAN 1
  28959. | #define HAVE_LGAMMA_R 1
  28960. | #define HAVE_MEMMOVE 1
  28961. | #define HAVE_NEXTAFTER 1
  28962. | #define HAVE_STRCHR 1
  28963. | #define HAVE_STRERROR 1
  28964. | #define HAVE_STRLCAT 1
  28965. | #define HAVE_STRLCPY 1
  28966. | #define HAVE_STRSTR 1
  28967. | #define HAVE_TGAMMA 1
  28968. | #define SPT_TYPE SPT_REUSEARGV
  28969. | #define HAVE_SIGNBIT 1
  28970. | #define HAVE_FORK 1
  28971. | #define vfork fork
  28972. | #define HAVE_WORKING_FORK 1
  28973. | #define HAVE___SYSCALL 1
  28974. | #define HAVE__LONGJMP 1
  28975. | #define HAVE_ARC4RANDOM_BUF 1
  28976. | #define HAVE_ATAN2L 1
  28977. | #define HAVE_ATAN2F 1
  28978. | #define HAVE_CHROOT 1
  28979. | #define HAVE_COSH 1
  28980. | #define HAVE_DIRFD 1
  28981. | #define HAVE_DLOPEN 1
  28982. | #define HAVE_DLADDR 1
  28983. | #define HAVE_DUP 1
  28984. | #define HAVE_ENDGRENT 1
  28985. | #define HAVE_FCHMOD 1
  28986. | #define HAVE_FCHOWN 1
  28987. | #define HAVE_FCNTL 1
  28988. | #define HAVE_FGETATTRLIST 1
  28989. | #define HAVE_FMOD 1
  28990. | #define HAVE_FSYNC 1
  28991. | #define HAVE_FTRUNCATE 1
  28992. | #define HAVE_GETATTRLIST 1
  28993. | #define HAVE_GETCWD 1
  28994. | #define HAVE_GETGRNAM 1
  28995. | #define HAVE_GETGRNAM_R 1
  28996. | #define HAVE_GETGROUPS 1
  28997. | #define HAVE_GETPGID 1
  28998. | #define HAVE_GETPGRP 1
  28999. | #define HAVE_GETPRIORITY 1
  29000. | #define HAVE_GETPWNAM_R 1
  29001. | #define HAVE_GETRLIMIT 1
  29002. | #define HAVE_GETSID 1
  29003. | #define HAVE_GETTIMEOFDAY 1
  29004. | #define HAVE_GMTIME_R 1
  29005. | #define HAVE_INITGROUPS 1
  29006. | #define HAVE_IOCTL 1
  29007. | #define HAVE_ISSETUGID 1
  29008. | #define HAVE_KILLPG 1
  29009. | #define HAVE_LCHMOD 1
  29010. | #define HAVE_LCHOWN 1
  29011. | #define HAVE_LINK 1
  29012. | #define HAVE_LLABS 1
  29013. | #define HAVE_LOCKF 1
  29014. | #define HAVE_LOG2 1
  29015. | #define HAVE_LSTAT 1
  29016. | #define HAVE_MALLOC_SIZE 1
  29017. | #define HAVE_MBLEN 1
  29018. | #define HAVE_MEMSET_S 1
  29019. | #define HAVE_WRITEV 1
  29020. | #define HAVE_MKFIFO 1
  29021. | #define HAVE_MKNOD 1
  29022. | #define HAVE_MKTIME 1
  29023. | #define HAVE_POLL 1
  29024. | #define HAVE_POSIX_MEMALIGN 1
  29025. | #define HAVE_PREAD 1
  29026. | #define HAVE_QSORT_R 1
  29027. | #define HAVE_READLINK 1
  29028. | #define HAVE_ROUND 1
  29029. | #define HAVE_SEEKDIR 1
  29030. | #define HAVE_SENDFILE 1
  29031. | #define HAVE_SETEGID 1
  29032. | #define HAVE_SETENV 1
  29033. | #define HAVE_SETEUID 1
  29034. | #define HAVE_SETGID 1
  29035. | #define HAVE_SETGROUPS 1
  29036. | #define HAVE_SETPGID 1
  29037. | #define HAVE_SETPGRP 1
  29038. | #define HAVE_SETREGID 1
  29039. | #define HAVE_SETREUID 1
  29040. | #define HAVE_SETRGID 1
  29041. | #define HAVE_SETRLIMIT 1
  29042. | #define HAVE_SETRUID 1
  29043. | #define HAVE_SETSID 1
  29044. | #define HAVE_SETUID 1
  29045. | #define HAVE_SHUTDOWN 1
  29046. | #define HAVE_SIGACTION 1
  29047. | #define HAVE_SIGALTSTACK 1
  29048. | #define HAVE_SIGPROCMASK 1
  29049. | #define HAVE_SINH 1
  29050. | #define HAVE_SYMLINK 1
  29051. | #define HAVE_SYSCALL 1
  29052. | #define HAVE_SYSCONF 1
  29053. | #define HAVE_TANH 1
  29054. | #define HAVE_TELLDIR 1
  29055. | #define HAVE_TIMEGM 1
  29056. | #define HAVE_TIMES 1
  29057. | #define HAVE_TRUNCATE 1
  29058. | #define HAVE_UNSETENV 1
  29059. | #define HAVE_UTIMES 1
  29060. | #define HAVE_WAIT4 1
  29061. | #define HAVE_WAITPID 1
  29062. | #if !defined __STDC_WANT_LIB_EXT1__
  29063. | #define __STDC_WANT_LIB_EXT1__ 1
  29064. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  29065. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  29066. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  29067. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  29068. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  29069. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  29070. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  29071. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  29072. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  29073. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  29074. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  29075. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  29076. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  29077. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  29078. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  29079. | #define HAVE_BSD_QSORT_R 1
  29080. | #define ATAN2_INF_C99 1
  29081. | /* end confdefs.h. */
  29082. |
  29083. | #include <math.h>
  29084. | #ifdef HAVE_UNISTD_H
  29085. | #include <unistd.h>
  29086. | #endif
  29087. | #ifndef EXIT_SUCCESS
  29088. | #define EXIT_SUCCESS 0
  29089. | #endif
  29090. | #ifndef EXIT_FAILURE
  29091. | #define EXIT_FAILURE 1
  29092. | #endif
  29093. |
  29094. | int
  29095. | main(int argc, char **argv)
  29096. | {
  29097. | int sign = 0;
  29098. | double x = lgamma_r(-0.0, &sign);
  29099. |
  29100. | /* should be [+inf, -1] */
  29101. | if (x <= 0) return EXIT_FAILURE;
  29102. | if (!isinf(x)) return EXIT_FAILURE;
  29103. | if (sign != -1) return EXIT_FAILURE;
  29104. |
  29105. | /* should be [+inf, 1] */
  29106. | x = lgamma_r(+0.0, &sign);
  29107. | if (x <= 0) return EXIT_FAILURE;
  29108. | if (!isinf(x)) return EXIT_FAILURE;
  29109. | if (sign != 1) return EXIT_FAILURE;
  29110. | return EXIT_SUCCESS;
  29111. | }
  29112. |
  29113. configure:22633: result: no
  29114. configure:22646: checking for clock_gettime in -lrt
  29115. configure:22671: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -lrt -ldl -lobjc >&5
  29116. ld: library not found for -lrt
  29117. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  29118. configure:22671: $? = 1
  29119. configure: failed program was:
  29120. | /* confdefs.h */
  29121. | #define PACKAGE_NAME ""
  29122. | #define PACKAGE_TARNAME ""
  29123. | #define PACKAGE_VERSION ""
  29124. | #define PACKAGE_STRING ""
  29125. | #define PACKAGE_BUGREPORT ""
  29126. | #define PACKAGE_URL ""
  29127. | #define CANONICALIZATION_FOR_MATHN 1
  29128. | #define STDC_HEADERS 1
  29129. | #define HAVE_SYS_TYPES_H 1
  29130. | #define HAVE_SYS_STAT_H 1
  29131. | #define HAVE_STDLIB_H 1
  29132. | #define HAVE_STRING_H 1
  29133. | #define HAVE_MEMORY_H 1
  29134. | #define HAVE_STRINGS_H 1
  29135. | #define HAVE_INTTYPES_H 1
  29136. | #define HAVE_STDINT_H 1
  29137. | #define HAVE_UNISTD_H 1
  29138. | #define __EXTENSIONS__ 1
  29139. | #define _ALL_SOURCE 1
  29140. | #define _GNU_SOURCE 1
  29141. | #define _POSIX_PTHREAD_SEMANTICS 1
  29142. | #define _TANDEM_SOURCE 1
  29143. | #define HAVE_INFINITY 1
  29144. | #define HAVE_NAN 1
  29145. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  29146. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  29147. | #define BROKEN_CRYPT 1
  29148. | #define HAVE_CRT_EXTERNS_H 1
  29149. | #define HAVE_LIBDL 1
  29150. | #define HAVE_DIRENT_H 1
  29151. | #define HAVE__BOOL 1
  29152. | #define HAVE_STDBOOL_H 1
  29153. | #define HAVE_SYS_WAIT_H 1
  29154. | #define HAVE_GRP_H 1
  29155. | #define HAVE_FCNTL_H 1
  29156. | #define HAVE_FLOAT_H 1
  29157. | #define HAVE_LANGINFO_H 1
  29158. | #define HAVE_LIMITS_H 1
  29159. | #define HAVE_LOCALE_H 1
  29160. | #define HAVE_MALLOC_MALLOC_H 1
  29161. | #define HAVE_PWD_H 1
  29162. | #define HAVE_SYS_ATTR_H 1
  29163. | #define HAVE_SYS_FCNTL_H 1
  29164. | #define HAVE_SYS_FILE_H 1
  29165. | #define HAVE_SYS_IOCTL_H 1
  29166. | #define HAVE_SYS_PARAM_H 1
  29167. | #define HAVE_SYS_RESOURCE_H 1
  29168. | #define HAVE_SYS_SELECT_H 1
  29169. | #define HAVE_SYS_SOCKET_H 1
  29170. | #define HAVE_SYS_SYSCALL_H 1
  29171. | #define HAVE_SYS_TIME_H 1
  29172. | #define HAVE_SYS_TIMES_H 1
  29173. | #define HAVE_SYS_UIO_H 1
  29174. | #define HAVE_TIME_H 1
  29175. | #define HAVE_UCONTEXT_H 1
  29176. | #define HAVE_UTIME_H 1
  29177. | #define HAVE_TYPEOF 1
  29178. | #define HAVE_LONG_LONG 1
  29179. | #define HAVE_OFF_T 1
  29180. | #define SIZEOF_INT 4
  29181. | #define SIZEOF_SHORT 2
  29182. | #define SIZEOF_LONG 8
  29183. | #define SIZEOF_LONG_LONG 8
  29184. | #define SIZEOF___INT64 0
  29185. | #define SIZEOF___INT128 16
  29186. | #define SIZEOF_OFF_T 8
  29187. | #define SIZEOF_VOIDP 8
  29188. | #define SIZEOF_FLOAT 4
  29189. | #define SIZEOF_DOUBLE 8
  29190. | #define SIZEOF_TIME_T 8
  29191. | #define SIZEOF_CLOCK_T 8
  29192. | #define PACKED_STRUCT(x) x __attribute__((packed))
  29193. | #define PACKED_STRUCT_UNALIGNED(x) x
  29194. | #define PRI_LL_PREFIX "ll"
  29195. | #define rb_pid_t pid_t
  29196. | #define SIGNEDNESS_OF_PID_T -1
  29197. | #define PIDT2NUM(v) INT2NUM(v)
  29198. | #define NUM2PIDT(v) NUM2INT(v)
  29199. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  29200. | #define rb_uid_t uid_t
  29201. | #define SIGNEDNESS_OF_UID_T +1
  29202. | #define UIDT2NUM(v) UINT2NUM(v)
  29203. | #define NUM2UIDT(v) NUM2UINT(v)
  29204. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  29205. | #define rb_gid_t gid_t
  29206. | #define SIGNEDNESS_OF_GID_T +1
  29207. | #define GIDT2NUM(v) UINT2NUM(v)
  29208. | #define NUM2GIDT(v) NUM2UINT(v)
  29209. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  29210. | #define rb_time_t time_t
  29211. | #define SIGNEDNESS_OF_TIME_T -1
  29212. | #define TIMET2NUM(v) LONG2NUM(v)
  29213. | #define NUM2TIMET(v) NUM2LONG(v)
  29214. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  29215. | #define rb_dev_t dev_t
  29216. | #define SIGNEDNESS_OF_DEV_T -1
  29217. | #define DEVT2NUM(v) INT2NUM(v)
  29218. | #define NUM2DEVT(v) NUM2INT(v)
  29219. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  29220. | #define rb_mode_t mode_t
  29221. | #define SIGNEDNESS_OF_MODE_T +1
  29222. | #define MODET2NUM(v) UINT2NUM(v)
  29223. | #define NUM2MODET(v) NUM2UINT(v)
  29224. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  29225. | #define rb_rlim_t rlim_t
  29226. | #define SIGNEDNESS_OF_RLIM_T +1
  29227. | #define RLIM2NUM(v) ULL2NUM(v)
  29228. | #define NUM2RLIM(v) NUM2ULL(v)
  29229. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  29230. | #define rb_off_t off_t
  29231. | #define SIGNEDNESS_OF_OFF_T -1
  29232. | #define OFFT2NUM(v) LL2NUM(v)
  29233. | #define NUM2OFFT(v) NUM2LL(v)
  29234. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  29235. | #define rb_clockid_t int
  29236. | #define SIGNEDNESS_OF_CLOCKID_T -1
  29237. | #define CLOCKID2NUM(v) INT2NUM(v)
  29238. | #define NUM2CLOCKID(v) NUM2INT(v)
  29239. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  29240. | #define HAVE_PROTOTYPES 1
  29241. | #define TOKEN_PASTE(x,y) x##y
  29242. | #define STRINGIZE(expr) STRINGIZE0(expr)
  29243. | #define HAVE_STDARG_PROTOTYPES 1
  29244. | #define HAVE_VA_ARGS_MACRO 1
  29245. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  29246. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  29247. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  29248. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  29249. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  29250. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  29251. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  29252. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  29253. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  29254. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  29255. | #define WEAK(x) __attribute__ ((__weak__)) x
  29256. | #define HAVE_FUNC_WEAK 1
  29257. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  29258. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  29259. | #define HAVE_GCC_SYNC_BUILTINS 1
  29260. | #define UNREACHABLE __builtin_unreachable()
  29261. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  29262. | #define RUBY_FUNCTION_NAME_STRING __func__
  29263. | #define ENUM_OVER_INT 1
  29264. | #define HAVE_DECL_SYS_NERR 1
  29265. | #define HAVE_DECL_GETENV 1
  29266. | #define SIZEOF_SIZE_T 8
  29267. | #define SIZEOF_PTRDIFF_T 8
  29268. | #define PRI_SIZE_PREFIX "z"
  29269. | #define PRI_PTRDIFF_PREFIX "t"
  29270. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  29271. | #define HAVE_ST_BLKSIZE 1
  29272. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  29273. | #define HAVE_ST_BLOCKS 1
  29274. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  29275. | #define HAVE_ST_RDEV 1
  29276. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  29277. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  29278. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  29279. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  29280. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  29281. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  29282. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  29283. | #define HAVE_STRUCT_TIMEVAL 1
  29284. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  29285. | #define HAVE_STRUCT_TIMESPEC 1
  29286. | #define HAVE_STRUCT_TIMEZONE 1
  29287. | #define HAVE_RB_FD_INIT 1
  29288. | #define HAVE_INT8_T 1
  29289. | #define SIZEOF_INT8_T 1
  29290. | #define HAVE_UINT8_T 1
  29291. | #define SIZEOF_UINT8_T 1
  29292. | #define HAVE_INT16_T 1
  29293. | #define SIZEOF_INT16_T 2
  29294. | #define HAVE_UINT16_T 1
  29295. | #define SIZEOF_UINT16_T 2
  29296. | #define HAVE_INT32_T 1
  29297. | #define SIZEOF_INT32_T 4
  29298. | #define HAVE_UINT32_T 1
  29299. | #define SIZEOF_UINT32_T 4
  29300. | #define HAVE_INT64_T 1
  29301. | #define SIZEOF_INT64_T 8
  29302. | #define HAVE_UINT64_T 1
  29303. | #define SIZEOF_UINT64_T 8
  29304. | #define HAVE_INT128_T 1
  29305. | #define int128_t __int128
  29306. | #define SIZEOF_INT128_T SIZEOF___INT128
  29307. | #define HAVE_UINT128_T 1
  29308. | #define uint128_t unsigned __int128
  29309. | #define SIZEOF_UINT128_T SIZEOF___INT128
  29310. | #define HAVE_INTPTR_T 1
  29311. | #define SIZEOF_INTPTR_T 8
  29312. | #define HAVE_UINTPTR_T 1
  29313. | #define SIZEOF_UINTPTR_T 8
  29314. | #define HAVE_SSIZE_T 1
  29315. | #define SIZEOF_SSIZE_T 8
  29316. | #define GETGROUPS_T gid_t
  29317. | #define RETSIGTYPE void
  29318. | #define HAVE_ALLOCA_H 1
  29319. | #define HAVE_ALLOCA 1
  29320. | #define HAVE_ACOSH 1
  29321. | #define HAVE_CBRT 1
  29322. | #define HAVE_CRYPT 1
  29323. | #define HAVE_DUP2 1
  29324. | #define HAVE_ERF 1
  29325. | #define HAVE_FFS 1
  29326. | #define HAVE_FINITE 1
  29327. | #define HAVE_FLOCK 1
  29328. | #define HAVE_HYPOT 1
  29329. | #define HAVE_ISINF 1
  29330. | #define HAVE_ISNAN 1
  29331. | #define HAVE_LGAMMA_R 1
  29332. | #define HAVE_MEMMOVE 1
  29333. | #define HAVE_NEXTAFTER 1
  29334. | #define HAVE_STRCHR 1
  29335. | #define HAVE_STRERROR 1
  29336. | #define HAVE_STRLCAT 1
  29337. | #define HAVE_STRLCPY 1
  29338. | #define HAVE_STRSTR 1
  29339. | #define HAVE_TGAMMA 1
  29340. | #define SPT_TYPE SPT_REUSEARGV
  29341. | #define HAVE_SIGNBIT 1
  29342. | #define HAVE_FORK 1
  29343. | #define vfork fork
  29344. | #define HAVE_WORKING_FORK 1
  29345. | #define HAVE___SYSCALL 1
  29346. | #define HAVE__LONGJMP 1
  29347. | #define HAVE_ARC4RANDOM_BUF 1
  29348. | #define HAVE_ATAN2L 1
  29349. | #define HAVE_ATAN2F 1
  29350. | #define HAVE_CHROOT 1
  29351. | #define HAVE_COSH 1
  29352. | #define HAVE_DIRFD 1
  29353. | #define HAVE_DLOPEN 1
  29354. | #define HAVE_DLADDR 1
  29355. | #define HAVE_DUP 1
  29356. | #define HAVE_ENDGRENT 1
  29357. | #define HAVE_FCHMOD 1
  29358. | #define HAVE_FCHOWN 1
  29359. | #define HAVE_FCNTL 1
  29360. | #define HAVE_FGETATTRLIST 1
  29361. | #define HAVE_FMOD 1
  29362. | #define HAVE_FSYNC 1
  29363. | #define HAVE_FTRUNCATE 1
  29364. | #define HAVE_GETATTRLIST 1
  29365. | #define HAVE_GETCWD 1
  29366. | #define HAVE_GETGRNAM 1
  29367. | #define HAVE_GETGRNAM_R 1
  29368. | #define HAVE_GETGROUPS 1
  29369. | #define HAVE_GETPGID 1
  29370. | #define HAVE_GETPGRP 1
  29371. | #define HAVE_GETPRIORITY 1
  29372. | #define HAVE_GETPWNAM_R 1
  29373. | #define HAVE_GETRLIMIT 1
  29374. | #define HAVE_GETSID 1
  29375. | #define HAVE_GETTIMEOFDAY 1
  29376. | #define HAVE_GMTIME_R 1
  29377. | #define HAVE_INITGROUPS 1
  29378. | #define HAVE_IOCTL 1
  29379. | #define HAVE_ISSETUGID 1
  29380. | #define HAVE_KILLPG 1
  29381. | #define HAVE_LCHMOD 1
  29382. | #define HAVE_LCHOWN 1
  29383. | #define HAVE_LINK 1
  29384. | #define HAVE_LLABS 1
  29385. | #define HAVE_LOCKF 1
  29386. | #define HAVE_LOG2 1
  29387. | #define HAVE_LSTAT 1
  29388. | #define HAVE_MALLOC_SIZE 1
  29389. | #define HAVE_MBLEN 1
  29390. | #define HAVE_MEMSET_S 1
  29391. | #define HAVE_WRITEV 1
  29392. | #define HAVE_MKFIFO 1
  29393. | #define HAVE_MKNOD 1
  29394. | #define HAVE_MKTIME 1
  29395. | #define HAVE_POLL 1
  29396. | #define HAVE_POSIX_MEMALIGN 1
  29397. | #define HAVE_PREAD 1
  29398. | #define HAVE_QSORT_R 1
  29399. | #define HAVE_READLINK 1
  29400. | #define HAVE_ROUND 1
  29401. | #define HAVE_SEEKDIR 1
  29402. | #define HAVE_SENDFILE 1
  29403. | #define HAVE_SETEGID 1
  29404. | #define HAVE_SETENV 1
  29405. | #define HAVE_SETEUID 1
  29406. | #define HAVE_SETGID 1
  29407. | #define HAVE_SETGROUPS 1
  29408. | #define HAVE_SETPGID 1
  29409. | #define HAVE_SETPGRP 1
  29410. | #define HAVE_SETREGID 1
  29411. | #define HAVE_SETREUID 1
  29412. | #define HAVE_SETRGID 1
  29413. | #define HAVE_SETRLIMIT 1
  29414. | #define HAVE_SETRUID 1
  29415. | #define HAVE_SETSID 1
  29416. | #define HAVE_SETUID 1
  29417. | #define HAVE_SHUTDOWN 1
  29418. | #define HAVE_SIGACTION 1
  29419. | #define HAVE_SIGALTSTACK 1
  29420. | #define HAVE_SIGPROCMASK 1
  29421. | #define HAVE_SINH 1
  29422. | #define HAVE_SYMLINK 1
  29423. | #define HAVE_SYSCALL 1
  29424. | #define HAVE_SYSCONF 1
  29425. | #define HAVE_TANH 1
  29426. | #define HAVE_TELLDIR 1
  29427. | #define HAVE_TIMEGM 1
  29428. | #define HAVE_TIMES 1
  29429. | #define HAVE_TRUNCATE 1
  29430. | #define HAVE_UNSETENV 1
  29431. | #define HAVE_UTIMES 1
  29432. | #define HAVE_WAIT4 1
  29433. | #define HAVE_WAITPID 1
  29434. | #if !defined __STDC_WANT_LIB_EXT1__
  29435. | #define __STDC_WANT_LIB_EXT1__ 1
  29436. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  29437. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  29438. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  29439. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  29440. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  29441. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  29442. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  29443. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  29444. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  29445. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  29446. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  29447. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  29448. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  29449. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  29450. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  29451. | #define HAVE_BSD_QSORT_R 1
  29452. | #define ATAN2_INF_C99 1
  29453. | #define LGAMMA_R_PM0_FIX 1
  29454. | /* end confdefs.h. */
  29455. |
  29456. | /* Override any GCC internal prototype to avoid an error.
  29457. | Use char because int might match the return type of a GCC
  29458. | builtin and then its argument prototype would still apply. */
  29459. | #ifdef __cplusplus
  29460. | extern "C"
  29461. | #endif
  29462. | char clock_gettime ();
  29463. | int
  29464. | main ()
  29465. | {
  29466. | return clock_gettime ();
  29467. | ;
  29468. | return 0;
  29469. | }
  29470. configure:22680: result: no
  29471. configure:22698: checking for clock_getres
  29472. configure:22698: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  29473. Undefined symbols for architecture x86_64:
  29474. "_clock_getres", referenced from:
  29475. _main in conftest-7547ec.o
  29476. ld: symbol(s) not found for architecture x86_64
  29477. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  29478. configure:22698: $? = 1
  29479. configure: failed program was:
  29480. | /* confdefs.h */
  29481. | #define PACKAGE_NAME ""
  29482. | #define PACKAGE_TARNAME ""
  29483. | #define PACKAGE_VERSION ""
  29484. | #define PACKAGE_STRING ""
  29485. | #define PACKAGE_BUGREPORT ""
  29486. | #define PACKAGE_URL ""
  29487. | #define CANONICALIZATION_FOR_MATHN 1
  29488. | #define STDC_HEADERS 1
  29489. | #define HAVE_SYS_TYPES_H 1
  29490. | #define HAVE_SYS_STAT_H 1
  29491. | #define HAVE_STDLIB_H 1
  29492. | #define HAVE_STRING_H 1
  29493. | #define HAVE_MEMORY_H 1
  29494. | #define HAVE_STRINGS_H 1
  29495. | #define HAVE_INTTYPES_H 1
  29496. | #define HAVE_STDINT_H 1
  29497. | #define HAVE_UNISTD_H 1
  29498. | #define __EXTENSIONS__ 1
  29499. | #define _ALL_SOURCE 1
  29500. | #define _GNU_SOURCE 1
  29501. | #define _POSIX_PTHREAD_SEMANTICS 1
  29502. | #define _TANDEM_SOURCE 1
  29503. | #define HAVE_INFINITY 1
  29504. | #define HAVE_NAN 1
  29505. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  29506. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  29507. | #define BROKEN_CRYPT 1
  29508. | #define HAVE_CRT_EXTERNS_H 1
  29509. | #define HAVE_LIBDL 1
  29510. | #define HAVE_DIRENT_H 1
  29511. | #define HAVE__BOOL 1
  29512. | #define HAVE_STDBOOL_H 1
  29513. | #define HAVE_SYS_WAIT_H 1
  29514. | #define HAVE_GRP_H 1
  29515. | #define HAVE_FCNTL_H 1
  29516. | #define HAVE_FLOAT_H 1
  29517. | #define HAVE_LANGINFO_H 1
  29518. | #define HAVE_LIMITS_H 1
  29519. | #define HAVE_LOCALE_H 1
  29520. | #define HAVE_MALLOC_MALLOC_H 1
  29521. | #define HAVE_PWD_H 1
  29522. | #define HAVE_SYS_ATTR_H 1
  29523. | #define HAVE_SYS_FCNTL_H 1
  29524. | #define HAVE_SYS_FILE_H 1
  29525. | #define HAVE_SYS_IOCTL_H 1
  29526. | #define HAVE_SYS_PARAM_H 1
  29527. | #define HAVE_SYS_RESOURCE_H 1
  29528. | #define HAVE_SYS_SELECT_H 1
  29529. | #define HAVE_SYS_SOCKET_H 1
  29530. | #define HAVE_SYS_SYSCALL_H 1
  29531. | #define HAVE_SYS_TIME_H 1
  29532. | #define HAVE_SYS_TIMES_H 1
  29533. | #define HAVE_SYS_UIO_H 1
  29534. | #define HAVE_TIME_H 1
  29535. | #define HAVE_UCONTEXT_H 1
  29536. | #define HAVE_UTIME_H 1
  29537. | #define HAVE_TYPEOF 1
  29538. | #define HAVE_LONG_LONG 1
  29539. | #define HAVE_OFF_T 1
  29540. | #define SIZEOF_INT 4
  29541. | #define SIZEOF_SHORT 2
  29542. | #define SIZEOF_LONG 8
  29543. | #define SIZEOF_LONG_LONG 8
  29544. | #define SIZEOF___INT64 0
  29545. | #define SIZEOF___INT128 16
  29546. | #define SIZEOF_OFF_T 8
  29547. | #define SIZEOF_VOIDP 8
  29548. | #define SIZEOF_FLOAT 4
  29549. | #define SIZEOF_DOUBLE 8
  29550. | #define SIZEOF_TIME_T 8
  29551. | #define SIZEOF_CLOCK_T 8
  29552. | #define PACKED_STRUCT(x) x __attribute__((packed))
  29553. | #define PACKED_STRUCT_UNALIGNED(x) x
  29554. | #define PRI_LL_PREFIX "ll"
  29555. | #define rb_pid_t pid_t
  29556. | #define SIGNEDNESS_OF_PID_T -1
  29557. | #define PIDT2NUM(v) INT2NUM(v)
  29558. | #define NUM2PIDT(v) NUM2INT(v)
  29559. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  29560. | #define rb_uid_t uid_t
  29561. | #define SIGNEDNESS_OF_UID_T +1
  29562. | #define UIDT2NUM(v) UINT2NUM(v)
  29563. | #define NUM2UIDT(v) NUM2UINT(v)
  29564. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  29565. | #define rb_gid_t gid_t
  29566. | #define SIGNEDNESS_OF_GID_T +1
  29567. | #define GIDT2NUM(v) UINT2NUM(v)
  29568. | #define NUM2GIDT(v) NUM2UINT(v)
  29569. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  29570. | #define rb_time_t time_t
  29571. | #define SIGNEDNESS_OF_TIME_T -1
  29572. | #define TIMET2NUM(v) LONG2NUM(v)
  29573. | #define NUM2TIMET(v) NUM2LONG(v)
  29574. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  29575. | #define rb_dev_t dev_t
  29576. | #define SIGNEDNESS_OF_DEV_T -1
  29577. | #define DEVT2NUM(v) INT2NUM(v)
  29578. | #define NUM2DEVT(v) NUM2INT(v)
  29579. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  29580. | #define rb_mode_t mode_t
  29581. | #define SIGNEDNESS_OF_MODE_T +1
  29582. | #define MODET2NUM(v) UINT2NUM(v)
  29583. | #define NUM2MODET(v) NUM2UINT(v)
  29584. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  29585. | #define rb_rlim_t rlim_t
  29586. | #define SIGNEDNESS_OF_RLIM_T +1
  29587. | #define RLIM2NUM(v) ULL2NUM(v)
  29588. | #define NUM2RLIM(v) NUM2ULL(v)
  29589. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  29590. | #define rb_off_t off_t
  29591. | #define SIGNEDNESS_OF_OFF_T -1
  29592. | #define OFFT2NUM(v) LL2NUM(v)
  29593. | #define NUM2OFFT(v) NUM2LL(v)
  29594. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  29595. | #define rb_clockid_t int
  29596. | #define SIGNEDNESS_OF_CLOCKID_T -1
  29597. | #define CLOCKID2NUM(v) INT2NUM(v)
  29598. | #define NUM2CLOCKID(v) NUM2INT(v)
  29599. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  29600. | #define HAVE_PROTOTYPES 1
  29601. | #define TOKEN_PASTE(x,y) x##y
  29602. | #define STRINGIZE(expr) STRINGIZE0(expr)
  29603. | #define HAVE_STDARG_PROTOTYPES 1
  29604. | #define HAVE_VA_ARGS_MACRO 1
  29605. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  29606. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  29607. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  29608. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  29609. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  29610. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  29611. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  29612. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  29613. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  29614. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  29615. | #define WEAK(x) __attribute__ ((__weak__)) x
  29616. | #define HAVE_FUNC_WEAK 1
  29617. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  29618. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  29619. | #define HAVE_GCC_SYNC_BUILTINS 1
  29620. | #define UNREACHABLE __builtin_unreachable()
  29621. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  29622. | #define RUBY_FUNCTION_NAME_STRING __func__
  29623. | #define ENUM_OVER_INT 1
  29624. | #define HAVE_DECL_SYS_NERR 1
  29625. | #define HAVE_DECL_GETENV 1
  29626. | #define SIZEOF_SIZE_T 8
  29627. | #define SIZEOF_PTRDIFF_T 8
  29628. | #define PRI_SIZE_PREFIX "z"
  29629. | #define PRI_PTRDIFF_PREFIX "t"
  29630. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  29631. | #define HAVE_ST_BLKSIZE 1
  29632. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  29633. | #define HAVE_ST_BLOCKS 1
  29634. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  29635. | #define HAVE_ST_RDEV 1
  29636. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  29637. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  29638. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  29639. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  29640. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  29641. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  29642. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  29643. | #define HAVE_STRUCT_TIMEVAL 1
  29644. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  29645. | #define HAVE_STRUCT_TIMESPEC 1
  29646. | #define HAVE_STRUCT_TIMEZONE 1
  29647. | #define HAVE_RB_FD_INIT 1
  29648. | #define HAVE_INT8_T 1
  29649. | #define SIZEOF_INT8_T 1
  29650. | #define HAVE_UINT8_T 1
  29651. | #define SIZEOF_UINT8_T 1
  29652. | #define HAVE_INT16_T 1
  29653. | #define SIZEOF_INT16_T 2
  29654. | #define HAVE_UINT16_T 1
  29655. | #define SIZEOF_UINT16_T 2
  29656. | #define HAVE_INT32_T 1
  29657. | #define SIZEOF_INT32_T 4
  29658. | #define HAVE_UINT32_T 1
  29659. | #define SIZEOF_UINT32_T 4
  29660. | #define HAVE_INT64_T 1
  29661. | #define SIZEOF_INT64_T 8
  29662. | #define HAVE_UINT64_T 1
  29663. | #define SIZEOF_UINT64_T 8
  29664. | #define HAVE_INT128_T 1
  29665. | #define int128_t __int128
  29666. | #define SIZEOF_INT128_T SIZEOF___INT128
  29667. | #define HAVE_UINT128_T 1
  29668. | #define uint128_t unsigned __int128
  29669. | #define SIZEOF_UINT128_T SIZEOF___INT128
  29670. | #define HAVE_INTPTR_T 1
  29671. | #define SIZEOF_INTPTR_T 8
  29672. | #define HAVE_UINTPTR_T 1
  29673. | #define SIZEOF_UINTPTR_T 8
  29674. | #define HAVE_SSIZE_T 1
  29675. | #define SIZEOF_SSIZE_T 8
  29676. | #define GETGROUPS_T gid_t
  29677. | #define RETSIGTYPE void
  29678. | #define HAVE_ALLOCA_H 1
  29679. | #define HAVE_ALLOCA 1
  29680. | #define HAVE_ACOSH 1
  29681. | #define HAVE_CBRT 1
  29682. | #define HAVE_CRYPT 1
  29683. | #define HAVE_DUP2 1
  29684. | #define HAVE_ERF 1
  29685. | #define HAVE_FFS 1
  29686. | #define HAVE_FINITE 1
  29687. | #define HAVE_FLOCK 1
  29688. | #define HAVE_HYPOT 1
  29689. | #define HAVE_ISINF 1
  29690. | #define HAVE_ISNAN 1
  29691. | #define HAVE_LGAMMA_R 1
  29692. | #define HAVE_MEMMOVE 1
  29693. | #define HAVE_NEXTAFTER 1
  29694. | #define HAVE_STRCHR 1
  29695. | #define HAVE_STRERROR 1
  29696. | #define HAVE_STRLCAT 1
  29697. | #define HAVE_STRLCPY 1
  29698. | #define HAVE_STRSTR 1
  29699. | #define HAVE_TGAMMA 1
  29700. | #define SPT_TYPE SPT_REUSEARGV
  29701. | #define HAVE_SIGNBIT 1
  29702. | #define HAVE_FORK 1
  29703. | #define vfork fork
  29704. | #define HAVE_WORKING_FORK 1
  29705. | #define HAVE___SYSCALL 1
  29706. | #define HAVE__LONGJMP 1
  29707. | #define HAVE_ARC4RANDOM_BUF 1
  29708. | #define HAVE_ATAN2L 1
  29709. | #define HAVE_ATAN2F 1
  29710. | #define HAVE_CHROOT 1
  29711. | #define HAVE_COSH 1
  29712. | #define HAVE_DIRFD 1
  29713. | #define HAVE_DLOPEN 1
  29714. | #define HAVE_DLADDR 1
  29715. | #define HAVE_DUP 1
  29716. | #define HAVE_ENDGRENT 1
  29717. | #define HAVE_FCHMOD 1
  29718. | #define HAVE_FCHOWN 1
  29719. | #define HAVE_FCNTL 1
  29720. | #define HAVE_FGETATTRLIST 1
  29721. | #define HAVE_FMOD 1
  29722. | #define HAVE_FSYNC 1
  29723. | #define HAVE_FTRUNCATE 1
  29724. | #define HAVE_GETATTRLIST 1
  29725. | #define HAVE_GETCWD 1
  29726. | #define HAVE_GETGRNAM 1
  29727. | #define HAVE_GETGRNAM_R 1
  29728. | #define HAVE_GETGROUPS 1
  29729. | #define HAVE_GETPGID 1
  29730. | #define HAVE_GETPGRP 1
  29731. | #define HAVE_GETPRIORITY 1
  29732. | #define HAVE_GETPWNAM_R 1
  29733. | #define HAVE_GETRLIMIT 1
  29734. | #define HAVE_GETSID 1
  29735. | #define HAVE_GETTIMEOFDAY 1
  29736. | #define HAVE_GMTIME_R 1
  29737. | #define HAVE_INITGROUPS 1
  29738. | #define HAVE_IOCTL 1
  29739. | #define HAVE_ISSETUGID 1
  29740. | #define HAVE_KILLPG 1
  29741. | #define HAVE_LCHMOD 1
  29742. | #define HAVE_LCHOWN 1
  29743. | #define HAVE_LINK 1
  29744. | #define HAVE_LLABS 1
  29745. | #define HAVE_LOCKF 1
  29746. | #define HAVE_LOG2 1
  29747. | #define HAVE_LSTAT 1
  29748. | #define HAVE_MALLOC_SIZE 1
  29749. | #define HAVE_MBLEN 1
  29750. | #define HAVE_MEMSET_S 1
  29751. | #define HAVE_WRITEV 1
  29752. | #define HAVE_MKFIFO 1
  29753. | #define HAVE_MKNOD 1
  29754. | #define HAVE_MKTIME 1
  29755. | #define HAVE_POLL 1
  29756. | #define HAVE_POSIX_MEMALIGN 1
  29757. | #define HAVE_PREAD 1
  29758. | #define HAVE_QSORT_R 1
  29759. | #define HAVE_READLINK 1
  29760. | #define HAVE_ROUND 1
  29761. | #define HAVE_SEEKDIR 1
  29762. | #define HAVE_SENDFILE 1
  29763. | #define HAVE_SETEGID 1
  29764. | #define HAVE_SETENV 1
  29765. | #define HAVE_SETEUID 1
  29766. | #define HAVE_SETGID 1
  29767. | #define HAVE_SETGROUPS 1
  29768. | #define HAVE_SETPGID 1
  29769. | #define HAVE_SETPGRP 1
  29770. | #define HAVE_SETREGID 1
  29771. | #define HAVE_SETREUID 1
  29772. | #define HAVE_SETRGID 1
  29773. | #define HAVE_SETRLIMIT 1
  29774. | #define HAVE_SETRUID 1
  29775. | #define HAVE_SETSID 1
  29776. | #define HAVE_SETUID 1
  29777. | #define HAVE_SHUTDOWN 1
  29778. | #define HAVE_SIGACTION 1
  29779. | #define HAVE_SIGALTSTACK 1
  29780. | #define HAVE_SIGPROCMASK 1
  29781. | #define HAVE_SINH 1
  29782. | #define HAVE_SYMLINK 1
  29783. | #define HAVE_SYSCALL 1
  29784. | #define HAVE_SYSCONF 1
  29785. | #define HAVE_TANH 1
  29786. | #define HAVE_TELLDIR 1
  29787. | #define HAVE_TIMEGM 1
  29788. | #define HAVE_TIMES 1
  29789. | #define HAVE_TRUNCATE 1
  29790. | #define HAVE_UNSETENV 1
  29791. | #define HAVE_UTIMES 1
  29792. | #define HAVE_WAIT4 1
  29793. | #define HAVE_WAITPID 1
  29794. | #if !defined __STDC_WANT_LIB_EXT1__
  29795. | #define __STDC_WANT_LIB_EXT1__ 1
  29796. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  29797. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  29798. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  29799. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  29800. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  29801. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  29802. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  29803. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  29804. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  29805. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  29806. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  29807. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  29808. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  29809. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  29810. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  29811. | #define HAVE_BSD_QSORT_R 1
  29812. | #define ATAN2_INF_C99 1
  29813. | #define LGAMMA_R_PM0_FIX 1
  29814. | /* end confdefs.h. */
  29815. | /* Define clock_getres to an innocuous variant, in case <limits.h> declares clock_getres.
  29816. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  29817. | #define clock_getres innocuous_clock_getres
  29818. |
  29819. | /* System header to define __stub macros and hopefully few prototypes,
  29820. | which can conflict with char clock_getres (); below.
  29821. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  29822. | <limits.h> exists even on freestanding compilers. */
  29823. |
  29824. | #ifdef __STDC__
  29825. | # include <limits.h>
  29826. | #else
  29827. | # include <assert.h>
  29828. | #endif
  29829. |
  29830. | #undef clock_getres
  29831. |
  29832. | /* Override any GCC internal prototype to avoid an error.
  29833. | Use char because int might match the return type of a GCC
  29834. | builtin and then its argument prototype would still apply. */
  29835. | #ifdef __cplusplus
  29836. | extern "C"
  29837. | #endif
  29838. | char clock_getres ();
  29839. | /* The GNU C library defines this for functions which it implements
  29840. | to always fail with ENOSYS. Some functions are actually named
  29841. | something starting with __ and the normal name is an alias. */
  29842. | #if defined __stub_clock_getres || defined __stub___clock_getres
  29843. | choke me
  29844. | #endif
  29845. |
  29846. | int
  29847. | main ()
  29848. | {
  29849. | return clock_getres ();
  29850. | ;
  29851. | return 0;
  29852. | }
  29853. configure:22698: result: no
  29854. configure:22708: checking for unsetenv returns a value
  29855. configure:22726: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  29856. configure:22726: $? = 0
  29857. configure:22733: result: yes
  29858. configure:22759: checking whether struct tm is in sys/time.h or time.h
  29859. configure:22779: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  29860. configure:22779: $? = 0
  29861. configure:22786: result: time.h
  29862. configure:22794: checking for struct tm.tm_zone
  29863. configure:22794: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  29864. configure:22794: $? = 0
  29865. configure:22794: result: yes
  29866. configure:22861: checking for struct tm.tm_gmtoff
  29867. configure:22881: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  29868. configure:22881: $? = 0
  29869. configure:22888: result: yes
  29870. configure:22894: checking for external int daylight
  29871. configure:22911: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  29872. configure:22911: $? = 0
  29873. configure:22919: result: yes
  29874. configure:22926: checking for external timezone
  29875. configure:22949: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  29876. configure:22949: $? = 0
  29877. configure:22969: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  29878. configure:22969: $? = 0
  29879. configure:22977: result: long
  29880. configure:22987: checking for external altzone
  29881. configure:23010: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  29882. conftest.c:352:8: error: use of undeclared identifier 'altzone'
  29883. t = &(&altzone)[0];
  29884. ^
  29885. 1 error generated.
  29886. configure:23010: $? = 1
  29887. configure: failed program was:
  29888. | /* confdefs.h */
  29889. | #define PACKAGE_NAME ""
  29890. | #define PACKAGE_TARNAME ""
  29891. | #define PACKAGE_VERSION ""
  29892. | #define PACKAGE_STRING ""
  29893. | #define PACKAGE_BUGREPORT ""
  29894. | #define PACKAGE_URL ""
  29895. | #define CANONICALIZATION_FOR_MATHN 1
  29896. | #define STDC_HEADERS 1
  29897. | #define HAVE_SYS_TYPES_H 1
  29898. | #define HAVE_SYS_STAT_H 1
  29899. | #define HAVE_STDLIB_H 1
  29900. | #define HAVE_STRING_H 1
  29901. | #define HAVE_MEMORY_H 1
  29902. | #define HAVE_STRINGS_H 1
  29903. | #define HAVE_INTTYPES_H 1
  29904. | #define HAVE_STDINT_H 1
  29905. | #define HAVE_UNISTD_H 1
  29906. | #define __EXTENSIONS__ 1
  29907. | #define _ALL_SOURCE 1
  29908. | #define _GNU_SOURCE 1
  29909. | #define _POSIX_PTHREAD_SEMANTICS 1
  29910. | #define _TANDEM_SOURCE 1
  29911. | #define HAVE_INFINITY 1
  29912. | #define HAVE_NAN 1
  29913. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  29914. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  29915. | #define BROKEN_CRYPT 1
  29916. | #define HAVE_CRT_EXTERNS_H 1
  29917. | #define HAVE_LIBDL 1
  29918. | #define HAVE_DIRENT_H 1
  29919. | #define HAVE__BOOL 1
  29920. | #define HAVE_STDBOOL_H 1
  29921. | #define HAVE_SYS_WAIT_H 1
  29922. | #define HAVE_GRP_H 1
  29923. | #define HAVE_FCNTL_H 1
  29924. | #define HAVE_FLOAT_H 1
  29925. | #define HAVE_LANGINFO_H 1
  29926. | #define HAVE_LIMITS_H 1
  29927. | #define HAVE_LOCALE_H 1
  29928. | #define HAVE_MALLOC_MALLOC_H 1
  29929. | #define HAVE_PWD_H 1
  29930. | #define HAVE_SYS_ATTR_H 1
  29931. | #define HAVE_SYS_FCNTL_H 1
  29932. | #define HAVE_SYS_FILE_H 1
  29933. | #define HAVE_SYS_IOCTL_H 1
  29934. | #define HAVE_SYS_PARAM_H 1
  29935. | #define HAVE_SYS_RESOURCE_H 1
  29936. | #define HAVE_SYS_SELECT_H 1
  29937. | #define HAVE_SYS_SOCKET_H 1
  29938. | #define HAVE_SYS_SYSCALL_H 1
  29939. | #define HAVE_SYS_TIME_H 1
  29940. | #define HAVE_SYS_TIMES_H 1
  29941. | #define HAVE_SYS_UIO_H 1
  29942. | #define HAVE_TIME_H 1
  29943. | #define HAVE_UCONTEXT_H 1
  29944. | #define HAVE_UTIME_H 1
  29945. | #define HAVE_TYPEOF 1
  29946. | #define HAVE_LONG_LONG 1
  29947. | #define HAVE_OFF_T 1
  29948. | #define SIZEOF_INT 4
  29949. | #define SIZEOF_SHORT 2
  29950. | #define SIZEOF_LONG 8
  29951. | #define SIZEOF_LONG_LONG 8
  29952. | #define SIZEOF___INT64 0
  29953. | #define SIZEOF___INT128 16
  29954. | #define SIZEOF_OFF_T 8
  29955. | #define SIZEOF_VOIDP 8
  29956. | #define SIZEOF_FLOAT 4
  29957. | #define SIZEOF_DOUBLE 8
  29958. | #define SIZEOF_TIME_T 8
  29959. | #define SIZEOF_CLOCK_T 8
  29960. | #define PACKED_STRUCT(x) x __attribute__((packed))
  29961. | #define PACKED_STRUCT_UNALIGNED(x) x
  29962. | #define PRI_LL_PREFIX "ll"
  29963. | #define rb_pid_t pid_t
  29964. | #define SIGNEDNESS_OF_PID_T -1
  29965. | #define PIDT2NUM(v) INT2NUM(v)
  29966. | #define NUM2PIDT(v) NUM2INT(v)
  29967. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  29968. | #define rb_uid_t uid_t
  29969. | #define SIGNEDNESS_OF_UID_T +1
  29970. | #define UIDT2NUM(v) UINT2NUM(v)
  29971. | #define NUM2UIDT(v) NUM2UINT(v)
  29972. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  29973. | #define rb_gid_t gid_t
  29974. | #define SIGNEDNESS_OF_GID_T +1
  29975. | #define GIDT2NUM(v) UINT2NUM(v)
  29976. | #define NUM2GIDT(v) NUM2UINT(v)
  29977. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  29978. | #define rb_time_t time_t
  29979. | #define SIGNEDNESS_OF_TIME_T -1
  29980. | #define TIMET2NUM(v) LONG2NUM(v)
  29981. | #define NUM2TIMET(v) NUM2LONG(v)
  29982. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  29983. | #define rb_dev_t dev_t
  29984. | #define SIGNEDNESS_OF_DEV_T -1
  29985. | #define DEVT2NUM(v) INT2NUM(v)
  29986. | #define NUM2DEVT(v) NUM2INT(v)
  29987. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  29988. | #define rb_mode_t mode_t
  29989. | #define SIGNEDNESS_OF_MODE_T +1
  29990. | #define MODET2NUM(v) UINT2NUM(v)
  29991. | #define NUM2MODET(v) NUM2UINT(v)
  29992. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  29993. | #define rb_rlim_t rlim_t
  29994. | #define SIGNEDNESS_OF_RLIM_T +1
  29995. | #define RLIM2NUM(v) ULL2NUM(v)
  29996. | #define NUM2RLIM(v) NUM2ULL(v)
  29997. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  29998. | #define rb_off_t off_t
  29999. | #define SIGNEDNESS_OF_OFF_T -1
  30000. | #define OFFT2NUM(v) LL2NUM(v)
  30001. | #define NUM2OFFT(v) NUM2LL(v)
  30002. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  30003. | #define rb_clockid_t int
  30004. | #define SIGNEDNESS_OF_CLOCKID_T -1
  30005. | #define CLOCKID2NUM(v) INT2NUM(v)
  30006. | #define NUM2CLOCKID(v) NUM2INT(v)
  30007. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  30008. | #define HAVE_PROTOTYPES 1
  30009. | #define TOKEN_PASTE(x,y) x##y
  30010. | #define STRINGIZE(expr) STRINGIZE0(expr)
  30011. | #define HAVE_STDARG_PROTOTYPES 1
  30012. | #define HAVE_VA_ARGS_MACRO 1
  30013. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  30014. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  30015. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  30016. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  30017. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  30018. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  30019. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  30020. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  30021. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  30022. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  30023. | #define WEAK(x) __attribute__ ((__weak__)) x
  30024. | #define HAVE_FUNC_WEAK 1
  30025. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  30026. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  30027. | #define HAVE_GCC_SYNC_BUILTINS 1
  30028. | #define UNREACHABLE __builtin_unreachable()
  30029. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  30030. | #define RUBY_FUNCTION_NAME_STRING __func__
  30031. | #define ENUM_OVER_INT 1
  30032. | #define HAVE_DECL_SYS_NERR 1
  30033. | #define HAVE_DECL_GETENV 1
  30034. | #define SIZEOF_SIZE_T 8
  30035. | #define SIZEOF_PTRDIFF_T 8
  30036. | #define PRI_SIZE_PREFIX "z"
  30037. | #define PRI_PTRDIFF_PREFIX "t"
  30038. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  30039. | #define HAVE_ST_BLKSIZE 1
  30040. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  30041. | #define HAVE_ST_BLOCKS 1
  30042. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  30043. | #define HAVE_ST_RDEV 1
  30044. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  30045. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  30046. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  30047. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  30048. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  30049. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  30050. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  30051. | #define HAVE_STRUCT_TIMEVAL 1
  30052. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  30053. | #define HAVE_STRUCT_TIMESPEC 1
  30054. | #define HAVE_STRUCT_TIMEZONE 1
  30055. | #define HAVE_RB_FD_INIT 1
  30056. | #define HAVE_INT8_T 1
  30057. | #define SIZEOF_INT8_T 1
  30058. | #define HAVE_UINT8_T 1
  30059. | #define SIZEOF_UINT8_T 1
  30060. | #define HAVE_INT16_T 1
  30061. | #define SIZEOF_INT16_T 2
  30062. | #define HAVE_UINT16_T 1
  30063. | #define SIZEOF_UINT16_T 2
  30064. | #define HAVE_INT32_T 1
  30065. | #define SIZEOF_INT32_T 4
  30066. | #define HAVE_UINT32_T 1
  30067. | #define SIZEOF_UINT32_T 4
  30068. | #define HAVE_INT64_T 1
  30069. | #define SIZEOF_INT64_T 8
  30070. | #define HAVE_UINT64_T 1
  30071. | #define SIZEOF_UINT64_T 8
  30072. | #define HAVE_INT128_T 1
  30073. | #define int128_t __int128
  30074. | #define SIZEOF_INT128_T SIZEOF___INT128
  30075. | #define HAVE_UINT128_T 1
  30076. | #define uint128_t unsigned __int128
  30077. | #define SIZEOF_UINT128_T SIZEOF___INT128
  30078. | #define HAVE_INTPTR_T 1
  30079. | #define SIZEOF_INTPTR_T 8
  30080. | #define HAVE_UINTPTR_T 1
  30081. | #define SIZEOF_UINTPTR_T 8
  30082. | #define HAVE_SSIZE_T 1
  30083. | #define SIZEOF_SSIZE_T 8
  30084. | #define GETGROUPS_T gid_t
  30085. | #define RETSIGTYPE void
  30086. | #define HAVE_ALLOCA_H 1
  30087. | #define HAVE_ALLOCA 1
  30088. | #define HAVE_ACOSH 1
  30089. | #define HAVE_CBRT 1
  30090. | #define HAVE_CRYPT 1
  30091. | #define HAVE_DUP2 1
  30092. | #define HAVE_ERF 1
  30093. | #define HAVE_FFS 1
  30094. | #define HAVE_FINITE 1
  30095. | #define HAVE_FLOCK 1
  30096. | #define HAVE_HYPOT 1
  30097. | #define HAVE_ISINF 1
  30098. | #define HAVE_ISNAN 1
  30099. | #define HAVE_LGAMMA_R 1
  30100. | #define HAVE_MEMMOVE 1
  30101. | #define HAVE_NEXTAFTER 1
  30102. | #define HAVE_STRCHR 1
  30103. | #define HAVE_STRERROR 1
  30104. | #define HAVE_STRLCAT 1
  30105. | #define HAVE_STRLCPY 1
  30106. | #define HAVE_STRSTR 1
  30107. | #define HAVE_TGAMMA 1
  30108. | #define SPT_TYPE SPT_REUSEARGV
  30109. | #define HAVE_SIGNBIT 1
  30110. | #define HAVE_FORK 1
  30111. | #define vfork fork
  30112. | #define HAVE_WORKING_FORK 1
  30113. | #define HAVE___SYSCALL 1
  30114. | #define HAVE__LONGJMP 1
  30115. | #define HAVE_ARC4RANDOM_BUF 1
  30116. | #define HAVE_ATAN2L 1
  30117. | #define HAVE_ATAN2F 1
  30118. | #define HAVE_CHROOT 1
  30119. | #define HAVE_COSH 1
  30120. | #define HAVE_DIRFD 1
  30121. | #define HAVE_DLOPEN 1
  30122. | #define HAVE_DLADDR 1
  30123. | #define HAVE_DUP 1
  30124. | #define HAVE_ENDGRENT 1
  30125. | #define HAVE_FCHMOD 1
  30126. | #define HAVE_FCHOWN 1
  30127. | #define HAVE_FCNTL 1
  30128. | #define HAVE_FGETATTRLIST 1
  30129. | #define HAVE_FMOD 1
  30130. | #define HAVE_FSYNC 1
  30131. | #define HAVE_FTRUNCATE 1
  30132. | #define HAVE_GETATTRLIST 1
  30133. | #define HAVE_GETCWD 1
  30134. | #define HAVE_GETGRNAM 1
  30135. | #define HAVE_GETGRNAM_R 1
  30136. | #define HAVE_GETGROUPS 1
  30137. | #define HAVE_GETPGID 1
  30138. | #define HAVE_GETPGRP 1
  30139. | #define HAVE_GETPRIORITY 1
  30140. | #define HAVE_GETPWNAM_R 1
  30141. | #define HAVE_GETRLIMIT 1
  30142. | #define HAVE_GETSID 1
  30143. | #define HAVE_GETTIMEOFDAY 1
  30144. | #define HAVE_GMTIME_R 1
  30145. | #define HAVE_INITGROUPS 1
  30146. | #define HAVE_IOCTL 1
  30147. | #define HAVE_ISSETUGID 1
  30148. | #define HAVE_KILLPG 1
  30149. | #define HAVE_LCHMOD 1
  30150. | #define HAVE_LCHOWN 1
  30151. | #define HAVE_LINK 1
  30152. | #define HAVE_LLABS 1
  30153. | #define HAVE_LOCKF 1
  30154. | #define HAVE_LOG2 1
  30155. | #define HAVE_LSTAT 1
  30156. | #define HAVE_MALLOC_SIZE 1
  30157. | #define HAVE_MBLEN 1
  30158. | #define HAVE_MEMSET_S 1
  30159. | #define HAVE_WRITEV 1
  30160. | #define HAVE_MKFIFO 1
  30161. | #define HAVE_MKNOD 1
  30162. | #define HAVE_MKTIME 1
  30163. | #define HAVE_POLL 1
  30164. | #define HAVE_POSIX_MEMALIGN 1
  30165. | #define HAVE_PREAD 1
  30166. | #define HAVE_QSORT_R 1
  30167. | #define HAVE_READLINK 1
  30168. | #define HAVE_ROUND 1
  30169. | #define HAVE_SEEKDIR 1
  30170. | #define HAVE_SENDFILE 1
  30171. | #define HAVE_SETEGID 1
  30172. | #define HAVE_SETENV 1
  30173. | #define HAVE_SETEUID 1
  30174. | #define HAVE_SETGID 1
  30175. | #define HAVE_SETGROUPS 1
  30176. | #define HAVE_SETPGID 1
  30177. | #define HAVE_SETPGRP 1
  30178. | #define HAVE_SETREGID 1
  30179. | #define HAVE_SETREUID 1
  30180. | #define HAVE_SETRGID 1
  30181. | #define HAVE_SETRLIMIT 1
  30182. | #define HAVE_SETRUID 1
  30183. | #define HAVE_SETSID 1
  30184. | #define HAVE_SETUID 1
  30185. | #define HAVE_SHUTDOWN 1
  30186. | #define HAVE_SIGACTION 1
  30187. | #define HAVE_SIGALTSTACK 1
  30188. | #define HAVE_SIGPROCMASK 1
  30189. | #define HAVE_SINH 1
  30190. | #define HAVE_SYMLINK 1
  30191. | #define HAVE_SYSCALL 1
  30192. | #define HAVE_SYSCONF 1
  30193. | #define HAVE_TANH 1
  30194. | #define HAVE_TELLDIR 1
  30195. | #define HAVE_TIMEGM 1
  30196. | #define HAVE_TIMES 1
  30197. | #define HAVE_TRUNCATE 1
  30198. | #define HAVE_UNSETENV 1
  30199. | #define HAVE_UTIMES 1
  30200. | #define HAVE_WAIT4 1
  30201. | #define HAVE_WAITPID 1
  30202. | #if !defined __STDC_WANT_LIB_EXT1__
  30203. | #define __STDC_WANT_LIB_EXT1__ 1
  30204. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  30205. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  30206. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  30207. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  30208. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  30209. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  30210. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  30211. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  30212. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  30213. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  30214. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  30215. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  30216. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  30217. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  30218. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  30219. | #define HAVE_BSD_QSORT_R 1
  30220. | #define ATAN2_INF_C99 1
  30221. | #define LGAMMA_R_PM0_FIX 1
  30222. | #define HAVE_STRUCT_TM_TM_ZONE 1
  30223. | #define HAVE_TM_ZONE 1
  30224. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  30225. | #define HAVE_DAYLIGHT 1
  30226. | #define HAVE_VAR_TIMEZONE 1
  30227. | #define TYPEOF_VAR_TIMEZONE long
  30228. | /* end confdefs.h. */
  30229. |
  30230. | #ifndef _XOPEN_SOURCE
  30231. | #define _XOPEN_SOURCE 1
  30232. | #endif
  30233. | #include <time.h>
  30234. | ;
  30235. | const volatile void *volatile t;
  30236. | int
  30237. | main ()
  30238. | {
  30239. | t = &(&altzone)[0];
  30240. | ;
  30241. | return 0;
  30242. | }
  30243. configure:23038: result: no
  30244. configure:23050: checking for timezone
  30245. configure:23050: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  30246. configure:23050: $? = 0
  30247. configure:23050: result: yes
  30248. configure:23060: checking whether timezone requires zero arguments
  30249. configure:23076: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  30250. conftest.c:347:15: error: called object type 'long' is not a function or function pointer
  30251. (void)timezone(0, 0);
  30252. ~~~~~~~~^
  30253. 1 error generated.
  30254. configure:23076: $? = 1
  30255. configure: failed program was:
  30256. | /* confdefs.h */
  30257. | #define PACKAGE_NAME ""
  30258. | #define PACKAGE_TARNAME ""
  30259. | #define PACKAGE_VERSION ""
  30260. | #define PACKAGE_STRING ""
  30261. | #define PACKAGE_BUGREPORT ""
  30262. | #define PACKAGE_URL ""
  30263. | #define CANONICALIZATION_FOR_MATHN 1
  30264. | #define STDC_HEADERS 1
  30265. | #define HAVE_SYS_TYPES_H 1
  30266. | #define HAVE_SYS_STAT_H 1
  30267. | #define HAVE_STDLIB_H 1
  30268. | #define HAVE_STRING_H 1
  30269. | #define HAVE_MEMORY_H 1
  30270. | #define HAVE_STRINGS_H 1
  30271. | #define HAVE_INTTYPES_H 1
  30272. | #define HAVE_STDINT_H 1
  30273. | #define HAVE_UNISTD_H 1
  30274. | #define __EXTENSIONS__ 1
  30275. | #define _ALL_SOURCE 1
  30276. | #define _GNU_SOURCE 1
  30277. | #define _POSIX_PTHREAD_SEMANTICS 1
  30278. | #define _TANDEM_SOURCE 1
  30279. | #define HAVE_INFINITY 1
  30280. | #define HAVE_NAN 1
  30281. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  30282. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  30283. | #define BROKEN_CRYPT 1
  30284. | #define HAVE_CRT_EXTERNS_H 1
  30285. | #define HAVE_LIBDL 1
  30286. | #define HAVE_DIRENT_H 1
  30287. | #define HAVE__BOOL 1
  30288. | #define HAVE_STDBOOL_H 1
  30289. | #define HAVE_SYS_WAIT_H 1
  30290. | #define HAVE_GRP_H 1
  30291. | #define HAVE_FCNTL_H 1
  30292. | #define HAVE_FLOAT_H 1
  30293. | #define HAVE_LANGINFO_H 1
  30294. | #define HAVE_LIMITS_H 1
  30295. | #define HAVE_LOCALE_H 1
  30296. | #define HAVE_MALLOC_MALLOC_H 1
  30297. | #define HAVE_PWD_H 1
  30298. | #define HAVE_SYS_ATTR_H 1
  30299. | #define HAVE_SYS_FCNTL_H 1
  30300. | #define HAVE_SYS_FILE_H 1
  30301. | #define HAVE_SYS_IOCTL_H 1
  30302. | #define HAVE_SYS_PARAM_H 1
  30303. | #define HAVE_SYS_RESOURCE_H 1
  30304. | #define HAVE_SYS_SELECT_H 1
  30305. | #define HAVE_SYS_SOCKET_H 1
  30306. | #define HAVE_SYS_SYSCALL_H 1
  30307. | #define HAVE_SYS_TIME_H 1
  30308. | #define HAVE_SYS_TIMES_H 1
  30309. | #define HAVE_SYS_UIO_H 1
  30310. | #define HAVE_TIME_H 1
  30311. | #define HAVE_UCONTEXT_H 1
  30312. | #define HAVE_UTIME_H 1
  30313. | #define HAVE_TYPEOF 1
  30314. | #define HAVE_LONG_LONG 1
  30315. | #define HAVE_OFF_T 1
  30316. | #define SIZEOF_INT 4
  30317. | #define SIZEOF_SHORT 2
  30318. | #define SIZEOF_LONG 8
  30319. | #define SIZEOF_LONG_LONG 8
  30320. | #define SIZEOF___INT64 0
  30321. | #define SIZEOF___INT128 16
  30322. | #define SIZEOF_OFF_T 8
  30323. | #define SIZEOF_VOIDP 8
  30324. | #define SIZEOF_FLOAT 4
  30325. | #define SIZEOF_DOUBLE 8
  30326. | #define SIZEOF_TIME_T 8
  30327. | #define SIZEOF_CLOCK_T 8
  30328. | #define PACKED_STRUCT(x) x __attribute__((packed))
  30329. | #define PACKED_STRUCT_UNALIGNED(x) x
  30330. | #define PRI_LL_PREFIX "ll"
  30331. | #define rb_pid_t pid_t
  30332. | #define SIGNEDNESS_OF_PID_T -1
  30333. | #define PIDT2NUM(v) INT2NUM(v)
  30334. | #define NUM2PIDT(v) NUM2INT(v)
  30335. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  30336. | #define rb_uid_t uid_t
  30337. | #define SIGNEDNESS_OF_UID_T +1
  30338. | #define UIDT2NUM(v) UINT2NUM(v)
  30339. | #define NUM2UIDT(v) NUM2UINT(v)
  30340. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  30341. | #define rb_gid_t gid_t
  30342. | #define SIGNEDNESS_OF_GID_T +1
  30343. | #define GIDT2NUM(v) UINT2NUM(v)
  30344. | #define NUM2GIDT(v) NUM2UINT(v)
  30345. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  30346. | #define rb_time_t time_t
  30347. | #define SIGNEDNESS_OF_TIME_T -1
  30348. | #define TIMET2NUM(v) LONG2NUM(v)
  30349. | #define NUM2TIMET(v) NUM2LONG(v)
  30350. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  30351. | #define rb_dev_t dev_t
  30352. | #define SIGNEDNESS_OF_DEV_T -1
  30353. | #define DEVT2NUM(v) INT2NUM(v)
  30354. | #define NUM2DEVT(v) NUM2INT(v)
  30355. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  30356. | #define rb_mode_t mode_t
  30357. | #define SIGNEDNESS_OF_MODE_T +1
  30358. | #define MODET2NUM(v) UINT2NUM(v)
  30359. | #define NUM2MODET(v) NUM2UINT(v)
  30360. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  30361. | #define rb_rlim_t rlim_t
  30362. | #define SIGNEDNESS_OF_RLIM_T +1
  30363. | #define RLIM2NUM(v) ULL2NUM(v)
  30364. | #define NUM2RLIM(v) NUM2ULL(v)
  30365. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  30366. | #define rb_off_t off_t
  30367. | #define SIGNEDNESS_OF_OFF_T -1
  30368. | #define OFFT2NUM(v) LL2NUM(v)
  30369. | #define NUM2OFFT(v) NUM2LL(v)
  30370. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  30371. | #define rb_clockid_t int
  30372. | #define SIGNEDNESS_OF_CLOCKID_T -1
  30373. | #define CLOCKID2NUM(v) INT2NUM(v)
  30374. | #define NUM2CLOCKID(v) NUM2INT(v)
  30375. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  30376. | #define HAVE_PROTOTYPES 1
  30377. | #define TOKEN_PASTE(x,y) x##y
  30378. | #define STRINGIZE(expr) STRINGIZE0(expr)
  30379. | #define HAVE_STDARG_PROTOTYPES 1
  30380. | #define HAVE_VA_ARGS_MACRO 1
  30381. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  30382. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  30383. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  30384. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  30385. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  30386. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  30387. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  30388. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  30389. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  30390. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  30391. | #define WEAK(x) __attribute__ ((__weak__)) x
  30392. | #define HAVE_FUNC_WEAK 1
  30393. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  30394. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  30395. | #define HAVE_GCC_SYNC_BUILTINS 1
  30396. | #define UNREACHABLE __builtin_unreachable()
  30397. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  30398. | #define RUBY_FUNCTION_NAME_STRING __func__
  30399. | #define ENUM_OVER_INT 1
  30400. | #define HAVE_DECL_SYS_NERR 1
  30401. | #define HAVE_DECL_GETENV 1
  30402. | #define SIZEOF_SIZE_T 8
  30403. | #define SIZEOF_PTRDIFF_T 8
  30404. | #define PRI_SIZE_PREFIX "z"
  30405. | #define PRI_PTRDIFF_PREFIX "t"
  30406. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  30407. | #define HAVE_ST_BLKSIZE 1
  30408. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  30409. | #define HAVE_ST_BLOCKS 1
  30410. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  30411. | #define HAVE_ST_RDEV 1
  30412. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  30413. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  30414. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  30415. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  30416. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  30417. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  30418. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  30419. | #define HAVE_STRUCT_TIMEVAL 1
  30420. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  30421. | #define HAVE_STRUCT_TIMESPEC 1
  30422. | #define HAVE_STRUCT_TIMEZONE 1
  30423. | #define HAVE_RB_FD_INIT 1
  30424. | #define HAVE_INT8_T 1
  30425. | #define SIZEOF_INT8_T 1
  30426. | #define HAVE_UINT8_T 1
  30427. | #define SIZEOF_UINT8_T 1
  30428. | #define HAVE_INT16_T 1
  30429. | #define SIZEOF_INT16_T 2
  30430. | #define HAVE_UINT16_T 1
  30431. | #define SIZEOF_UINT16_T 2
  30432. | #define HAVE_INT32_T 1
  30433. | #define SIZEOF_INT32_T 4
  30434. | #define HAVE_UINT32_T 1
  30435. | #define SIZEOF_UINT32_T 4
  30436. | #define HAVE_INT64_T 1
  30437. | #define SIZEOF_INT64_T 8
  30438. | #define HAVE_UINT64_T 1
  30439. | #define SIZEOF_UINT64_T 8
  30440. | #define HAVE_INT128_T 1
  30441. | #define int128_t __int128
  30442. | #define SIZEOF_INT128_T SIZEOF___INT128
  30443. | #define HAVE_UINT128_T 1
  30444. | #define uint128_t unsigned __int128
  30445. | #define SIZEOF_UINT128_T SIZEOF___INT128
  30446. | #define HAVE_INTPTR_T 1
  30447. | #define SIZEOF_INTPTR_T 8
  30448. | #define HAVE_UINTPTR_T 1
  30449. | #define SIZEOF_UINTPTR_T 8
  30450. | #define HAVE_SSIZE_T 1
  30451. | #define SIZEOF_SSIZE_T 8
  30452. | #define GETGROUPS_T gid_t
  30453. | #define RETSIGTYPE void
  30454. | #define HAVE_ALLOCA_H 1
  30455. | #define HAVE_ALLOCA 1
  30456. | #define HAVE_ACOSH 1
  30457. | #define HAVE_CBRT 1
  30458. | #define HAVE_CRYPT 1
  30459. | #define HAVE_DUP2 1
  30460. | #define HAVE_ERF 1
  30461. | #define HAVE_FFS 1
  30462. | #define HAVE_FINITE 1
  30463. | #define HAVE_FLOCK 1
  30464. | #define HAVE_HYPOT 1
  30465. | #define HAVE_ISINF 1
  30466. | #define HAVE_ISNAN 1
  30467. | #define HAVE_LGAMMA_R 1
  30468. | #define HAVE_MEMMOVE 1
  30469. | #define HAVE_NEXTAFTER 1
  30470. | #define HAVE_STRCHR 1
  30471. | #define HAVE_STRERROR 1
  30472. | #define HAVE_STRLCAT 1
  30473. | #define HAVE_STRLCPY 1
  30474. | #define HAVE_STRSTR 1
  30475. | #define HAVE_TGAMMA 1
  30476. | #define SPT_TYPE SPT_REUSEARGV
  30477. | #define HAVE_SIGNBIT 1
  30478. | #define HAVE_FORK 1
  30479. | #define vfork fork
  30480. | #define HAVE_WORKING_FORK 1
  30481. | #define HAVE___SYSCALL 1
  30482. | #define HAVE__LONGJMP 1
  30483. | #define HAVE_ARC4RANDOM_BUF 1
  30484. | #define HAVE_ATAN2L 1
  30485. | #define HAVE_ATAN2F 1
  30486. | #define HAVE_CHROOT 1
  30487. | #define HAVE_COSH 1
  30488. | #define HAVE_DIRFD 1
  30489. | #define HAVE_DLOPEN 1
  30490. | #define HAVE_DLADDR 1
  30491. | #define HAVE_DUP 1
  30492. | #define HAVE_ENDGRENT 1
  30493. | #define HAVE_FCHMOD 1
  30494. | #define HAVE_FCHOWN 1
  30495. | #define HAVE_FCNTL 1
  30496. | #define HAVE_FGETATTRLIST 1
  30497. | #define HAVE_FMOD 1
  30498. | #define HAVE_FSYNC 1
  30499. | #define HAVE_FTRUNCATE 1
  30500. | #define HAVE_GETATTRLIST 1
  30501. | #define HAVE_GETCWD 1
  30502. | #define HAVE_GETGRNAM 1
  30503. | #define HAVE_GETGRNAM_R 1
  30504. | #define HAVE_GETGROUPS 1
  30505. | #define HAVE_GETPGID 1
  30506. | #define HAVE_GETPGRP 1
  30507. | #define HAVE_GETPRIORITY 1
  30508. | #define HAVE_GETPWNAM_R 1
  30509. | #define HAVE_GETRLIMIT 1
  30510. | #define HAVE_GETSID 1
  30511. | #define HAVE_GETTIMEOFDAY 1
  30512. | #define HAVE_GMTIME_R 1
  30513. | #define HAVE_INITGROUPS 1
  30514. | #define HAVE_IOCTL 1
  30515. | #define HAVE_ISSETUGID 1
  30516. | #define HAVE_KILLPG 1
  30517. | #define HAVE_LCHMOD 1
  30518. | #define HAVE_LCHOWN 1
  30519. | #define HAVE_LINK 1
  30520. | #define HAVE_LLABS 1
  30521. | #define HAVE_LOCKF 1
  30522. | #define HAVE_LOG2 1
  30523. | #define HAVE_LSTAT 1
  30524. | #define HAVE_MALLOC_SIZE 1
  30525. | #define HAVE_MBLEN 1
  30526. | #define HAVE_MEMSET_S 1
  30527. | #define HAVE_WRITEV 1
  30528. | #define HAVE_MKFIFO 1
  30529. | #define HAVE_MKNOD 1
  30530. | #define HAVE_MKTIME 1
  30531. | #define HAVE_POLL 1
  30532. | #define HAVE_POSIX_MEMALIGN 1
  30533. | #define HAVE_PREAD 1
  30534. | #define HAVE_QSORT_R 1
  30535. | #define HAVE_READLINK 1
  30536. | #define HAVE_ROUND 1
  30537. | #define HAVE_SEEKDIR 1
  30538. | #define HAVE_SENDFILE 1
  30539. | #define HAVE_SETEGID 1
  30540. | #define HAVE_SETENV 1
  30541. | #define HAVE_SETEUID 1
  30542. | #define HAVE_SETGID 1
  30543. | #define HAVE_SETGROUPS 1
  30544. | #define HAVE_SETPGID 1
  30545. | #define HAVE_SETPGRP 1
  30546. | #define HAVE_SETREGID 1
  30547. | #define HAVE_SETREUID 1
  30548. | #define HAVE_SETRGID 1
  30549. | #define HAVE_SETRLIMIT 1
  30550. | #define HAVE_SETRUID 1
  30551. | #define HAVE_SETSID 1
  30552. | #define HAVE_SETUID 1
  30553. | #define HAVE_SHUTDOWN 1
  30554. | #define HAVE_SIGACTION 1
  30555. | #define HAVE_SIGALTSTACK 1
  30556. | #define HAVE_SIGPROCMASK 1
  30557. | #define HAVE_SINH 1
  30558. | #define HAVE_SYMLINK 1
  30559. | #define HAVE_SYSCALL 1
  30560. | #define HAVE_SYSCONF 1
  30561. | #define HAVE_TANH 1
  30562. | #define HAVE_TELLDIR 1
  30563. | #define HAVE_TIMEGM 1
  30564. | #define HAVE_TIMES 1
  30565. | #define HAVE_TRUNCATE 1
  30566. | #define HAVE_UNSETENV 1
  30567. | #define HAVE_UTIMES 1
  30568. | #define HAVE_WAIT4 1
  30569. | #define HAVE_WAITPID 1
  30570. | #if !defined __STDC_WANT_LIB_EXT1__
  30571. | #define __STDC_WANT_LIB_EXT1__ 1
  30572. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  30573. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  30574. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  30575. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  30576. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  30577. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  30578. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  30579. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  30580. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  30581. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  30582. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  30583. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  30584. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  30585. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  30586. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  30587. | #define HAVE_BSD_QSORT_R 1
  30588. | #define ATAN2_INF_C99 1
  30589. | #define LGAMMA_R_PM0_FIX 1
  30590. | #define HAVE_STRUCT_TM_TM_ZONE 1
  30591. | #define HAVE_TM_ZONE 1
  30592. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  30593. | #define HAVE_DAYLIGHT 1
  30594. | #define HAVE_VAR_TIMEZONE 1
  30595. | #define TYPEOF_VAR_TIMEZONE long
  30596. | #define HAVE_TIMEZONE 1
  30597. | /* end confdefs.h. */
  30598. | #include <time.h>
  30599. | int
  30600. | main ()
  30601. | {
  30602. | (void)timezone(0, 0);
  30603. | ;
  30604. | return 0;
  30605. | }
  30606. configure:23084: result: yes
  30607. configure:23092: checking for negative time_t for gmtime(3)
  30608. configure:23134: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  30609. configure:23134: $? = 0
  30610. configure:23134: ./conftest
  30611. configure:23134: $? = 0
  30612. configure:23144: result: yes
  30613. configure:23153: checking for localtime(3) overflow correctly
  30614. configure:23197: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  30615. configure:23197: $? = 0
  30616. configure:23197: ./conftest
  30617. configure:23197: $? = 0
  30618. configure:23207: result: yes
  30619. configure:23277: checking for sig_t
  30620. configure:23277: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  30621. configure:23277: $? = 0
  30622. configure:23277: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  30623. conftest.c:351:20: error: expected expression
  30624. if (sizeof ((sig_t)))
  30625. ^
  30626. 1 error generated.
  30627. configure:23277: $? = 1
  30628. configure: failed program was:
  30629. | /* confdefs.h */
  30630. | #define PACKAGE_NAME ""
  30631. | #define PACKAGE_TARNAME ""
  30632. | #define PACKAGE_VERSION ""
  30633. | #define PACKAGE_STRING ""
  30634. | #define PACKAGE_BUGREPORT ""
  30635. | #define PACKAGE_URL ""
  30636. | #define CANONICALIZATION_FOR_MATHN 1
  30637. | #define STDC_HEADERS 1
  30638. | #define HAVE_SYS_TYPES_H 1
  30639. | #define HAVE_SYS_STAT_H 1
  30640. | #define HAVE_STDLIB_H 1
  30641. | #define HAVE_STRING_H 1
  30642. | #define HAVE_MEMORY_H 1
  30643. | #define HAVE_STRINGS_H 1
  30644. | #define HAVE_INTTYPES_H 1
  30645. | #define HAVE_STDINT_H 1
  30646. | #define HAVE_UNISTD_H 1
  30647. | #define __EXTENSIONS__ 1
  30648. | #define _ALL_SOURCE 1
  30649. | #define _GNU_SOURCE 1
  30650. | #define _POSIX_PTHREAD_SEMANTICS 1
  30651. | #define _TANDEM_SOURCE 1
  30652. | #define HAVE_INFINITY 1
  30653. | #define HAVE_NAN 1
  30654. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  30655. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  30656. | #define BROKEN_CRYPT 1
  30657. | #define HAVE_CRT_EXTERNS_H 1
  30658. | #define HAVE_LIBDL 1
  30659. | #define HAVE_DIRENT_H 1
  30660. | #define HAVE__BOOL 1
  30661. | #define HAVE_STDBOOL_H 1
  30662. | #define HAVE_SYS_WAIT_H 1
  30663. | #define HAVE_GRP_H 1
  30664. | #define HAVE_FCNTL_H 1
  30665. | #define HAVE_FLOAT_H 1
  30666. | #define HAVE_LANGINFO_H 1
  30667. | #define HAVE_LIMITS_H 1
  30668. | #define HAVE_LOCALE_H 1
  30669. | #define HAVE_MALLOC_MALLOC_H 1
  30670. | #define HAVE_PWD_H 1
  30671. | #define HAVE_SYS_ATTR_H 1
  30672. | #define HAVE_SYS_FCNTL_H 1
  30673. | #define HAVE_SYS_FILE_H 1
  30674. | #define HAVE_SYS_IOCTL_H 1
  30675. | #define HAVE_SYS_PARAM_H 1
  30676. | #define HAVE_SYS_RESOURCE_H 1
  30677. | #define HAVE_SYS_SELECT_H 1
  30678. | #define HAVE_SYS_SOCKET_H 1
  30679. | #define HAVE_SYS_SYSCALL_H 1
  30680. | #define HAVE_SYS_TIME_H 1
  30681. | #define HAVE_SYS_TIMES_H 1
  30682. | #define HAVE_SYS_UIO_H 1
  30683. | #define HAVE_TIME_H 1
  30684. | #define HAVE_UCONTEXT_H 1
  30685. | #define HAVE_UTIME_H 1
  30686. | #define HAVE_TYPEOF 1
  30687. | #define HAVE_LONG_LONG 1
  30688. | #define HAVE_OFF_T 1
  30689. | #define SIZEOF_INT 4
  30690. | #define SIZEOF_SHORT 2
  30691. | #define SIZEOF_LONG 8
  30692. | #define SIZEOF_LONG_LONG 8
  30693. | #define SIZEOF___INT64 0
  30694. | #define SIZEOF___INT128 16
  30695. | #define SIZEOF_OFF_T 8
  30696. | #define SIZEOF_VOIDP 8
  30697. | #define SIZEOF_FLOAT 4
  30698. | #define SIZEOF_DOUBLE 8
  30699. | #define SIZEOF_TIME_T 8
  30700. | #define SIZEOF_CLOCK_T 8
  30701. | #define PACKED_STRUCT(x) x __attribute__((packed))
  30702. | #define PACKED_STRUCT_UNALIGNED(x) x
  30703. | #define PRI_LL_PREFIX "ll"
  30704. | #define rb_pid_t pid_t
  30705. | #define SIGNEDNESS_OF_PID_T -1
  30706. | #define PIDT2NUM(v) INT2NUM(v)
  30707. | #define NUM2PIDT(v) NUM2INT(v)
  30708. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  30709. | #define rb_uid_t uid_t
  30710. | #define SIGNEDNESS_OF_UID_T +1
  30711. | #define UIDT2NUM(v) UINT2NUM(v)
  30712. | #define NUM2UIDT(v) NUM2UINT(v)
  30713. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  30714. | #define rb_gid_t gid_t
  30715. | #define SIGNEDNESS_OF_GID_T +1
  30716. | #define GIDT2NUM(v) UINT2NUM(v)
  30717. | #define NUM2GIDT(v) NUM2UINT(v)
  30718. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  30719. | #define rb_time_t time_t
  30720. | #define SIGNEDNESS_OF_TIME_T -1
  30721. | #define TIMET2NUM(v) LONG2NUM(v)
  30722. | #define NUM2TIMET(v) NUM2LONG(v)
  30723. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  30724. | #define rb_dev_t dev_t
  30725. | #define SIGNEDNESS_OF_DEV_T -1
  30726. | #define DEVT2NUM(v) INT2NUM(v)
  30727. | #define NUM2DEVT(v) NUM2INT(v)
  30728. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  30729. | #define rb_mode_t mode_t
  30730. | #define SIGNEDNESS_OF_MODE_T +1
  30731. | #define MODET2NUM(v) UINT2NUM(v)
  30732. | #define NUM2MODET(v) NUM2UINT(v)
  30733. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  30734. | #define rb_rlim_t rlim_t
  30735. | #define SIGNEDNESS_OF_RLIM_T +1
  30736. | #define RLIM2NUM(v) ULL2NUM(v)
  30737. | #define NUM2RLIM(v) NUM2ULL(v)
  30738. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  30739. | #define rb_off_t off_t
  30740. | #define SIGNEDNESS_OF_OFF_T -1
  30741. | #define OFFT2NUM(v) LL2NUM(v)
  30742. | #define NUM2OFFT(v) NUM2LL(v)
  30743. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  30744. | #define rb_clockid_t int
  30745. | #define SIGNEDNESS_OF_CLOCKID_T -1
  30746. | #define CLOCKID2NUM(v) INT2NUM(v)
  30747. | #define NUM2CLOCKID(v) NUM2INT(v)
  30748. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  30749. | #define HAVE_PROTOTYPES 1
  30750. | #define TOKEN_PASTE(x,y) x##y
  30751. | #define STRINGIZE(expr) STRINGIZE0(expr)
  30752. | #define HAVE_STDARG_PROTOTYPES 1
  30753. | #define HAVE_VA_ARGS_MACRO 1
  30754. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  30755. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  30756. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  30757. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  30758. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  30759. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  30760. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  30761. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  30762. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  30763. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  30764. | #define WEAK(x) __attribute__ ((__weak__)) x
  30765. | #define HAVE_FUNC_WEAK 1
  30766. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  30767. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  30768. | #define HAVE_GCC_SYNC_BUILTINS 1
  30769. | #define UNREACHABLE __builtin_unreachable()
  30770. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  30771. | #define RUBY_FUNCTION_NAME_STRING __func__
  30772. | #define ENUM_OVER_INT 1
  30773. | #define HAVE_DECL_SYS_NERR 1
  30774. | #define HAVE_DECL_GETENV 1
  30775. | #define SIZEOF_SIZE_T 8
  30776. | #define SIZEOF_PTRDIFF_T 8
  30777. | #define PRI_SIZE_PREFIX "z"
  30778. | #define PRI_PTRDIFF_PREFIX "t"
  30779. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  30780. | #define HAVE_ST_BLKSIZE 1
  30781. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  30782. | #define HAVE_ST_BLOCKS 1
  30783. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  30784. | #define HAVE_ST_RDEV 1
  30785. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  30786. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  30787. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  30788. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  30789. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  30790. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  30791. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  30792. | #define HAVE_STRUCT_TIMEVAL 1
  30793. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  30794. | #define HAVE_STRUCT_TIMESPEC 1
  30795. | #define HAVE_STRUCT_TIMEZONE 1
  30796. | #define HAVE_RB_FD_INIT 1
  30797. | #define HAVE_INT8_T 1
  30798. | #define SIZEOF_INT8_T 1
  30799. | #define HAVE_UINT8_T 1
  30800. | #define SIZEOF_UINT8_T 1
  30801. | #define HAVE_INT16_T 1
  30802. | #define SIZEOF_INT16_T 2
  30803. | #define HAVE_UINT16_T 1
  30804. | #define SIZEOF_UINT16_T 2
  30805. | #define HAVE_INT32_T 1
  30806. | #define SIZEOF_INT32_T 4
  30807. | #define HAVE_UINT32_T 1
  30808. | #define SIZEOF_UINT32_T 4
  30809. | #define HAVE_INT64_T 1
  30810. | #define SIZEOF_INT64_T 8
  30811. | #define HAVE_UINT64_T 1
  30812. | #define SIZEOF_UINT64_T 8
  30813. | #define HAVE_INT128_T 1
  30814. | #define int128_t __int128
  30815. | #define SIZEOF_INT128_T SIZEOF___INT128
  30816. | #define HAVE_UINT128_T 1
  30817. | #define uint128_t unsigned __int128
  30818. | #define SIZEOF_UINT128_T SIZEOF___INT128
  30819. | #define HAVE_INTPTR_T 1
  30820. | #define SIZEOF_INTPTR_T 8
  30821. | #define HAVE_UINTPTR_T 1
  30822. | #define SIZEOF_UINTPTR_T 8
  30823. | #define HAVE_SSIZE_T 1
  30824. | #define SIZEOF_SSIZE_T 8
  30825. | #define GETGROUPS_T gid_t
  30826. | #define RETSIGTYPE void
  30827. | #define HAVE_ALLOCA_H 1
  30828. | #define HAVE_ALLOCA 1
  30829. | #define HAVE_ACOSH 1
  30830. | #define HAVE_CBRT 1
  30831. | #define HAVE_CRYPT 1
  30832. | #define HAVE_DUP2 1
  30833. | #define HAVE_ERF 1
  30834. | #define HAVE_FFS 1
  30835. | #define HAVE_FINITE 1
  30836. | #define HAVE_FLOCK 1
  30837. | #define HAVE_HYPOT 1
  30838. | #define HAVE_ISINF 1
  30839. | #define HAVE_ISNAN 1
  30840. | #define HAVE_LGAMMA_R 1
  30841. | #define HAVE_MEMMOVE 1
  30842. | #define HAVE_NEXTAFTER 1
  30843. | #define HAVE_STRCHR 1
  30844. | #define HAVE_STRERROR 1
  30845. | #define HAVE_STRLCAT 1
  30846. | #define HAVE_STRLCPY 1
  30847. | #define HAVE_STRSTR 1
  30848. | #define HAVE_TGAMMA 1
  30849. | #define SPT_TYPE SPT_REUSEARGV
  30850. | #define HAVE_SIGNBIT 1
  30851. | #define HAVE_FORK 1
  30852. | #define vfork fork
  30853. | #define HAVE_WORKING_FORK 1
  30854. | #define HAVE___SYSCALL 1
  30855. | #define HAVE__LONGJMP 1
  30856. | #define HAVE_ARC4RANDOM_BUF 1
  30857. | #define HAVE_ATAN2L 1
  30858. | #define HAVE_ATAN2F 1
  30859. | #define HAVE_CHROOT 1
  30860. | #define HAVE_COSH 1
  30861. | #define HAVE_DIRFD 1
  30862. | #define HAVE_DLOPEN 1
  30863. | #define HAVE_DLADDR 1
  30864. | #define HAVE_DUP 1
  30865. | #define HAVE_ENDGRENT 1
  30866. | #define HAVE_FCHMOD 1
  30867. | #define HAVE_FCHOWN 1
  30868. | #define HAVE_FCNTL 1
  30869. | #define HAVE_FGETATTRLIST 1
  30870. | #define HAVE_FMOD 1
  30871. | #define HAVE_FSYNC 1
  30872. | #define HAVE_FTRUNCATE 1
  30873. | #define HAVE_GETATTRLIST 1
  30874. | #define HAVE_GETCWD 1
  30875. | #define HAVE_GETGRNAM 1
  30876. | #define HAVE_GETGRNAM_R 1
  30877. | #define HAVE_GETGROUPS 1
  30878. | #define HAVE_GETPGID 1
  30879. | #define HAVE_GETPGRP 1
  30880. | #define HAVE_GETPRIORITY 1
  30881. | #define HAVE_GETPWNAM_R 1
  30882. | #define HAVE_GETRLIMIT 1
  30883. | #define HAVE_GETSID 1
  30884. | #define HAVE_GETTIMEOFDAY 1
  30885. | #define HAVE_GMTIME_R 1
  30886. | #define HAVE_INITGROUPS 1
  30887. | #define HAVE_IOCTL 1
  30888. | #define HAVE_ISSETUGID 1
  30889. | #define HAVE_KILLPG 1
  30890. | #define HAVE_LCHMOD 1
  30891. | #define HAVE_LCHOWN 1
  30892. | #define HAVE_LINK 1
  30893. | #define HAVE_LLABS 1
  30894. | #define HAVE_LOCKF 1
  30895. | #define HAVE_LOG2 1
  30896. | #define HAVE_LSTAT 1
  30897. | #define HAVE_MALLOC_SIZE 1
  30898. | #define HAVE_MBLEN 1
  30899. | #define HAVE_MEMSET_S 1
  30900. | #define HAVE_WRITEV 1
  30901. | #define HAVE_MKFIFO 1
  30902. | #define HAVE_MKNOD 1
  30903. | #define HAVE_MKTIME 1
  30904. | #define HAVE_POLL 1
  30905. | #define HAVE_POSIX_MEMALIGN 1
  30906. | #define HAVE_PREAD 1
  30907. | #define HAVE_QSORT_R 1
  30908. | #define HAVE_READLINK 1
  30909. | #define HAVE_ROUND 1
  30910. | #define HAVE_SEEKDIR 1
  30911. | #define HAVE_SENDFILE 1
  30912. | #define HAVE_SETEGID 1
  30913. | #define HAVE_SETENV 1
  30914. | #define HAVE_SETEUID 1
  30915. | #define HAVE_SETGID 1
  30916. | #define HAVE_SETGROUPS 1
  30917. | #define HAVE_SETPGID 1
  30918. | #define HAVE_SETPGRP 1
  30919. | #define HAVE_SETREGID 1
  30920. | #define HAVE_SETREUID 1
  30921. | #define HAVE_SETRGID 1
  30922. | #define HAVE_SETRLIMIT 1
  30923. | #define HAVE_SETRUID 1
  30924. | #define HAVE_SETSID 1
  30925. | #define HAVE_SETUID 1
  30926. | #define HAVE_SHUTDOWN 1
  30927. | #define HAVE_SIGACTION 1
  30928. | #define HAVE_SIGALTSTACK 1
  30929. | #define HAVE_SIGPROCMASK 1
  30930. | #define HAVE_SINH 1
  30931. | #define HAVE_SYMLINK 1
  30932. | #define HAVE_SYSCALL 1
  30933. | #define HAVE_SYSCONF 1
  30934. | #define HAVE_TANH 1
  30935. | #define HAVE_TELLDIR 1
  30936. | #define HAVE_TIMEGM 1
  30937. | #define HAVE_TIMES 1
  30938. | #define HAVE_TRUNCATE 1
  30939. | #define HAVE_UNSETENV 1
  30940. | #define HAVE_UTIMES 1
  30941. | #define HAVE_WAIT4 1
  30942. | #define HAVE_WAITPID 1
  30943. | #if !defined __STDC_WANT_LIB_EXT1__
  30944. | #define __STDC_WANT_LIB_EXT1__ 1
  30945. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  30946. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  30947. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  30948. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  30949. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  30950. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  30951. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  30952. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  30953. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  30954. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  30955. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  30956. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  30957. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  30958. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  30959. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  30960. | #define HAVE_BSD_QSORT_R 1
  30961. | #define ATAN2_INF_C99 1
  30962. | #define LGAMMA_R_PM0_FIX 1
  30963. | #define HAVE_STRUCT_TM_TM_ZONE 1
  30964. | #define HAVE_TM_ZONE 1
  30965. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  30966. | #define HAVE_DAYLIGHT 1
  30967. | #define HAVE_VAR_TIMEZONE 1
  30968. | #define TYPEOF_VAR_TIMEZONE long
  30969. | #define HAVE_TIMEZONE 1
  30970. | #define TIMEZONE_VOID 1
  30971. | #define NEGATIVE_TIME_T 1
  30972. | #define POSIX_SIGNAL 1
  30973. | /* end confdefs.h. */
  30974. | #include <signal.h>
  30975. |
  30976. | int
  30977. | main ()
  30978. | {
  30979. | if (sizeof ((sig_t)))
  30980. | return 0;
  30981. | ;
  30982. | return 0;
  30983. | }
  30984. configure:23277: result: yes
  30985. configure:23448: checking whether right shift preserve sign bit
  30986. configure:23467: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  30987. configure:23467: $? = 0
  30988. configure:23474: result: yes
  30989. configure:23490: checking whether _SC_CLK_TCK is supported
  30990. configure:23507: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  30991. conftest.c:353:13: warning: relational comparison result unused [-Wunused-comparison]
  30992. _SC_CLK_TCK >= 0
  30993. ~~~~~~~~~~~~^~~~
  30994. 1 warning generated.
  30995. configure:23507: $? = 0
  30996. configure:23515: result: yes
  30997. configure:23624: checking stack growing direction on x86_64
  30998. configure:23675: result: -1
  30999. configure:23688: checking for pthread_kill in -lthr
  31000. configure:23713: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -lthr -ldl -lobjc >&5
  31001. ld: library not found for -lthr
  31002. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  31003. configure:23713: $? = 1
  31004. configure: failed program was:
  31005. | /* confdefs.h */
  31006. | #define PACKAGE_NAME ""
  31007. | #define PACKAGE_TARNAME ""
  31008. | #define PACKAGE_VERSION ""
  31009. | #define PACKAGE_STRING ""
  31010. | #define PACKAGE_BUGREPORT ""
  31011. | #define PACKAGE_URL ""
  31012. | #define CANONICALIZATION_FOR_MATHN 1
  31013. | #define STDC_HEADERS 1
  31014. | #define HAVE_SYS_TYPES_H 1
  31015. | #define HAVE_SYS_STAT_H 1
  31016. | #define HAVE_STDLIB_H 1
  31017. | #define HAVE_STRING_H 1
  31018. | #define HAVE_MEMORY_H 1
  31019. | #define HAVE_STRINGS_H 1
  31020. | #define HAVE_INTTYPES_H 1
  31021. | #define HAVE_STDINT_H 1
  31022. | #define HAVE_UNISTD_H 1
  31023. | #define __EXTENSIONS__ 1
  31024. | #define _ALL_SOURCE 1
  31025. | #define _GNU_SOURCE 1
  31026. | #define _POSIX_PTHREAD_SEMANTICS 1
  31027. | #define _TANDEM_SOURCE 1
  31028. | #define HAVE_INFINITY 1
  31029. | #define HAVE_NAN 1
  31030. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  31031. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  31032. | #define BROKEN_CRYPT 1
  31033. | #define HAVE_CRT_EXTERNS_H 1
  31034. | #define HAVE_LIBDL 1
  31035. | #define HAVE_DIRENT_H 1
  31036. | #define HAVE__BOOL 1
  31037. | #define HAVE_STDBOOL_H 1
  31038. | #define HAVE_SYS_WAIT_H 1
  31039. | #define HAVE_GRP_H 1
  31040. | #define HAVE_FCNTL_H 1
  31041. | #define HAVE_FLOAT_H 1
  31042. | #define HAVE_LANGINFO_H 1
  31043. | #define HAVE_LIMITS_H 1
  31044. | #define HAVE_LOCALE_H 1
  31045. | #define HAVE_MALLOC_MALLOC_H 1
  31046. | #define HAVE_PWD_H 1
  31047. | #define HAVE_SYS_ATTR_H 1
  31048. | #define HAVE_SYS_FCNTL_H 1
  31049. | #define HAVE_SYS_FILE_H 1
  31050. | #define HAVE_SYS_IOCTL_H 1
  31051. | #define HAVE_SYS_PARAM_H 1
  31052. | #define HAVE_SYS_RESOURCE_H 1
  31053. | #define HAVE_SYS_SELECT_H 1
  31054. | #define HAVE_SYS_SOCKET_H 1
  31055. | #define HAVE_SYS_SYSCALL_H 1
  31056. | #define HAVE_SYS_TIME_H 1
  31057. | #define HAVE_SYS_TIMES_H 1
  31058. | #define HAVE_SYS_UIO_H 1
  31059. | #define HAVE_TIME_H 1
  31060. | #define HAVE_UCONTEXT_H 1
  31061. | #define HAVE_UTIME_H 1
  31062. | #define HAVE_TYPEOF 1
  31063. | #define HAVE_LONG_LONG 1
  31064. | #define HAVE_OFF_T 1
  31065. | #define SIZEOF_INT 4
  31066. | #define SIZEOF_SHORT 2
  31067. | #define SIZEOF_LONG 8
  31068. | #define SIZEOF_LONG_LONG 8
  31069. | #define SIZEOF___INT64 0
  31070. | #define SIZEOF___INT128 16
  31071. | #define SIZEOF_OFF_T 8
  31072. | #define SIZEOF_VOIDP 8
  31073. | #define SIZEOF_FLOAT 4
  31074. | #define SIZEOF_DOUBLE 8
  31075. | #define SIZEOF_TIME_T 8
  31076. | #define SIZEOF_CLOCK_T 8
  31077. | #define PACKED_STRUCT(x) x __attribute__((packed))
  31078. | #define PACKED_STRUCT_UNALIGNED(x) x
  31079. | #define PRI_LL_PREFIX "ll"
  31080. | #define rb_pid_t pid_t
  31081. | #define SIGNEDNESS_OF_PID_T -1
  31082. | #define PIDT2NUM(v) INT2NUM(v)
  31083. | #define NUM2PIDT(v) NUM2INT(v)
  31084. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  31085. | #define rb_uid_t uid_t
  31086. | #define SIGNEDNESS_OF_UID_T +1
  31087. | #define UIDT2NUM(v) UINT2NUM(v)
  31088. | #define NUM2UIDT(v) NUM2UINT(v)
  31089. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  31090. | #define rb_gid_t gid_t
  31091. | #define SIGNEDNESS_OF_GID_T +1
  31092. | #define GIDT2NUM(v) UINT2NUM(v)
  31093. | #define NUM2GIDT(v) NUM2UINT(v)
  31094. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  31095. | #define rb_time_t time_t
  31096. | #define SIGNEDNESS_OF_TIME_T -1
  31097. | #define TIMET2NUM(v) LONG2NUM(v)
  31098. | #define NUM2TIMET(v) NUM2LONG(v)
  31099. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  31100. | #define rb_dev_t dev_t
  31101. | #define SIGNEDNESS_OF_DEV_T -1
  31102. | #define DEVT2NUM(v) INT2NUM(v)
  31103. | #define NUM2DEVT(v) NUM2INT(v)
  31104. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  31105. | #define rb_mode_t mode_t
  31106. | #define SIGNEDNESS_OF_MODE_T +1
  31107. | #define MODET2NUM(v) UINT2NUM(v)
  31108. | #define NUM2MODET(v) NUM2UINT(v)
  31109. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  31110. | #define rb_rlim_t rlim_t
  31111. | #define SIGNEDNESS_OF_RLIM_T +1
  31112. | #define RLIM2NUM(v) ULL2NUM(v)
  31113. | #define NUM2RLIM(v) NUM2ULL(v)
  31114. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  31115. | #define rb_off_t off_t
  31116. | #define SIGNEDNESS_OF_OFF_T -1
  31117. | #define OFFT2NUM(v) LL2NUM(v)
  31118. | #define NUM2OFFT(v) NUM2LL(v)
  31119. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  31120. | #define rb_clockid_t int
  31121. | #define SIGNEDNESS_OF_CLOCKID_T -1
  31122. | #define CLOCKID2NUM(v) INT2NUM(v)
  31123. | #define NUM2CLOCKID(v) NUM2INT(v)
  31124. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  31125. | #define HAVE_PROTOTYPES 1
  31126. | #define TOKEN_PASTE(x,y) x##y
  31127. | #define STRINGIZE(expr) STRINGIZE0(expr)
  31128. | #define HAVE_STDARG_PROTOTYPES 1
  31129. | #define HAVE_VA_ARGS_MACRO 1
  31130. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  31131. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  31132. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  31133. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  31134. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  31135. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  31136. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  31137. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  31138. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  31139. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  31140. | #define WEAK(x) __attribute__ ((__weak__)) x
  31141. | #define HAVE_FUNC_WEAK 1
  31142. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  31143. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  31144. | #define HAVE_GCC_SYNC_BUILTINS 1
  31145. | #define UNREACHABLE __builtin_unreachable()
  31146. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  31147. | #define RUBY_FUNCTION_NAME_STRING __func__
  31148. | #define ENUM_OVER_INT 1
  31149. | #define HAVE_DECL_SYS_NERR 1
  31150. | #define HAVE_DECL_GETENV 1
  31151. | #define SIZEOF_SIZE_T 8
  31152. | #define SIZEOF_PTRDIFF_T 8
  31153. | #define PRI_SIZE_PREFIX "z"
  31154. | #define PRI_PTRDIFF_PREFIX "t"
  31155. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  31156. | #define HAVE_ST_BLKSIZE 1
  31157. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  31158. | #define HAVE_ST_BLOCKS 1
  31159. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  31160. | #define HAVE_ST_RDEV 1
  31161. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  31162. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  31163. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  31164. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  31165. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  31166. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  31167. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  31168. | #define HAVE_STRUCT_TIMEVAL 1
  31169. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  31170. | #define HAVE_STRUCT_TIMESPEC 1
  31171. | #define HAVE_STRUCT_TIMEZONE 1
  31172. | #define HAVE_RB_FD_INIT 1
  31173. | #define HAVE_INT8_T 1
  31174. | #define SIZEOF_INT8_T 1
  31175. | #define HAVE_UINT8_T 1
  31176. | #define SIZEOF_UINT8_T 1
  31177. | #define HAVE_INT16_T 1
  31178. | #define SIZEOF_INT16_T 2
  31179. | #define HAVE_UINT16_T 1
  31180. | #define SIZEOF_UINT16_T 2
  31181. | #define HAVE_INT32_T 1
  31182. | #define SIZEOF_INT32_T 4
  31183. | #define HAVE_UINT32_T 1
  31184. | #define SIZEOF_UINT32_T 4
  31185. | #define HAVE_INT64_T 1
  31186. | #define SIZEOF_INT64_T 8
  31187. | #define HAVE_UINT64_T 1
  31188. | #define SIZEOF_UINT64_T 8
  31189. | #define HAVE_INT128_T 1
  31190. | #define int128_t __int128
  31191. | #define SIZEOF_INT128_T SIZEOF___INT128
  31192. | #define HAVE_UINT128_T 1
  31193. | #define uint128_t unsigned __int128
  31194. | #define SIZEOF_UINT128_T SIZEOF___INT128
  31195. | #define HAVE_INTPTR_T 1
  31196. | #define SIZEOF_INTPTR_T 8
  31197. | #define HAVE_UINTPTR_T 1
  31198. | #define SIZEOF_UINTPTR_T 8
  31199. | #define HAVE_SSIZE_T 1
  31200. | #define SIZEOF_SSIZE_T 8
  31201. | #define GETGROUPS_T gid_t
  31202. | #define RETSIGTYPE void
  31203. | #define HAVE_ALLOCA_H 1
  31204. | #define HAVE_ALLOCA 1
  31205. | #define HAVE_ACOSH 1
  31206. | #define HAVE_CBRT 1
  31207. | #define HAVE_CRYPT 1
  31208. | #define HAVE_DUP2 1
  31209. | #define HAVE_ERF 1
  31210. | #define HAVE_FFS 1
  31211. | #define HAVE_FINITE 1
  31212. | #define HAVE_FLOCK 1
  31213. | #define HAVE_HYPOT 1
  31214. | #define HAVE_ISINF 1
  31215. | #define HAVE_ISNAN 1
  31216. | #define HAVE_LGAMMA_R 1
  31217. | #define HAVE_MEMMOVE 1
  31218. | #define HAVE_NEXTAFTER 1
  31219. | #define HAVE_STRCHR 1
  31220. | #define HAVE_STRERROR 1
  31221. | #define HAVE_STRLCAT 1
  31222. | #define HAVE_STRLCPY 1
  31223. | #define HAVE_STRSTR 1
  31224. | #define HAVE_TGAMMA 1
  31225. | #define SPT_TYPE SPT_REUSEARGV
  31226. | #define HAVE_SIGNBIT 1
  31227. | #define HAVE_FORK 1
  31228. | #define vfork fork
  31229. | #define HAVE_WORKING_FORK 1
  31230. | #define HAVE___SYSCALL 1
  31231. | #define HAVE__LONGJMP 1
  31232. | #define HAVE_ARC4RANDOM_BUF 1
  31233. | #define HAVE_ATAN2L 1
  31234. | #define HAVE_ATAN2F 1
  31235. | #define HAVE_CHROOT 1
  31236. | #define HAVE_COSH 1
  31237. | #define HAVE_DIRFD 1
  31238. | #define HAVE_DLOPEN 1
  31239. | #define HAVE_DLADDR 1
  31240. | #define HAVE_DUP 1
  31241. | #define HAVE_ENDGRENT 1
  31242. | #define HAVE_FCHMOD 1
  31243. | #define HAVE_FCHOWN 1
  31244. | #define HAVE_FCNTL 1
  31245. | #define HAVE_FGETATTRLIST 1
  31246. | #define HAVE_FMOD 1
  31247. | #define HAVE_FSYNC 1
  31248. | #define HAVE_FTRUNCATE 1
  31249. | #define HAVE_GETATTRLIST 1
  31250. | #define HAVE_GETCWD 1
  31251. | #define HAVE_GETGRNAM 1
  31252. | #define HAVE_GETGRNAM_R 1
  31253. | #define HAVE_GETGROUPS 1
  31254. | #define HAVE_GETPGID 1
  31255. | #define HAVE_GETPGRP 1
  31256. | #define HAVE_GETPRIORITY 1
  31257. | #define HAVE_GETPWNAM_R 1
  31258. | #define HAVE_GETRLIMIT 1
  31259. | #define HAVE_GETSID 1
  31260. | #define HAVE_GETTIMEOFDAY 1
  31261. | #define HAVE_GMTIME_R 1
  31262. | #define HAVE_INITGROUPS 1
  31263. | #define HAVE_IOCTL 1
  31264. | #define HAVE_ISSETUGID 1
  31265. | #define HAVE_KILLPG 1
  31266. | #define HAVE_LCHMOD 1
  31267. | #define HAVE_LCHOWN 1
  31268. | #define HAVE_LINK 1
  31269. | #define HAVE_LLABS 1
  31270. | #define HAVE_LOCKF 1
  31271. | #define HAVE_LOG2 1
  31272. | #define HAVE_LSTAT 1
  31273. | #define HAVE_MALLOC_SIZE 1
  31274. | #define HAVE_MBLEN 1
  31275. | #define HAVE_MEMSET_S 1
  31276. | #define HAVE_WRITEV 1
  31277. | #define HAVE_MKFIFO 1
  31278. | #define HAVE_MKNOD 1
  31279. | #define HAVE_MKTIME 1
  31280. | #define HAVE_POLL 1
  31281. | #define HAVE_POSIX_MEMALIGN 1
  31282. | #define HAVE_PREAD 1
  31283. | #define HAVE_QSORT_R 1
  31284. | #define HAVE_READLINK 1
  31285. | #define HAVE_ROUND 1
  31286. | #define HAVE_SEEKDIR 1
  31287. | #define HAVE_SENDFILE 1
  31288. | #define HAVE_SETEGID 1
  31289. | #define HAVE_SETENV 1
  31290. | #define HAVE_SETEUID 1
  31291. | #define HAVE_SETGID 1
  31292. | #define HAVE_SETGROUPS 1
  31293. | #define HAVE_SETPGID 1
  31294. | #define HAVE_SETPGRP 1
  31295. | #define HAVE_SETREGID 1
  31296. | #define HAVE_SETREUID 1
  31297. | #define HAVE_SETRGID 1
  31298. | #define HAVE_SETRLIMIT 1
  31299. | #define HAVE_SETRUID 1
  31300. | #define HAVE_SETSID 1
  31301. | #define HAVE_SETUID 1
  31302. | #define HAVE_SHUTDOWN 1
  31303. | #define HAVE_SIGACTION 1
  31304. | #define HAVE_SIGALTSTACK 1
  31305. | #define HAVE_SIGPROCMASK 1
  31306. | #define HAVE_SINH 1
  31307. | #define HAVE_SYMLINK 1
  31308. | #define HAVE_SYSCALL 1
  31309. | #define HAVE_SYSCONF 1
  31310. | #define HAVE_TANH 1
  31311. | #define HAVE_TELLDIR 1
  31312. | #define HAVE_TIMEGM 1
  31313. | #define HAVE_TIMES 1
  31314. | #define HAVE_TRUNCATE 1
  31315. | #define HAVE_UNSETENV 1
  31316. | #define HAVE_UTIMES 1
  31317. | #define HAVE_WAIT4 1
  31318. | #define HAVE_WAITPID 1
  31319. | #if !defined __STDC_WANT_LIB_EXT1__
  31320. | #define __STDC_WANT_LIB_EXT1__ 1
  31321. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  31322. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  31323. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  31324. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  31325. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  31326. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  31327. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  31328. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  31329. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  31330. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  31331. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  31332. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  31333. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  31334. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  31335. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  31336. | #define HAVE_BSD_QSORT_R 1
  31337. | #define ATAN2_INF_C99 1
  31338. | #define LGAMMA_R_PM0_FIX 1
  31339. | #define HAVE_STRUCT_TM_TM_ZONE 1
  31340. | #define HAVE_TM_ZONE 1
  31341. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  31342. | #define HAVE_DAYLIGHT 1
  31343. | #define HAVE_VAR_TIMEZONE 1
  31344. | #define TYPEOF_VAR_TIMEZONE long
  31345. | #define HAVE_TIMEZONE 1
  31346. | #define TIMEZONE_VOID 1
  31347. | #define NEGATIVE_TIME_T 1
  31348. | #define POSIX_SIGNAL 1
  31349. | #define HAVE_SIG_T 1
  31350. | #define RSHIFT(x,y) ((x)>>(int)(y))
  31351. | #define HAVE__SC_CLK_TCK 1
  31352. | #define STACK_GROW_DIRECTION -1
  31353. | /* end confdefs.h. */
  31354. |
  31355. | /* Override any GCC internal prototype to avoid an error.
  31356. | Use char because int might match the return type of a GCC
  31357. | builtin and then its argument prototype would still apply. */
  31358. | #ifdef __cplusplus
  31359. | extern "C"
  31360. | #endif
  31361. | char pthread_kill ();
  31362. | int
  31363. | main ()
  31364. | {
  31365. | return pthread_kill ();
  31366. | ;
  31367. | return 0;
  31368. | }
  31369. configure:23723: result: no
  31370. configure:23688: checking for pthread_kill in -lpthread
  31371. configure:23713: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -lpthread -ldl -lobjc >&5
  31372. configure:23713: $? = 0
  31373. configure:23723: result: yes
  31374. configure:23742: checking for pthread_np.h
  31375. configure:23742: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  31376. conftest.c:355:10: fatal error: 'pthread_np.h' file not found
  31377. #include <pthread_np.h>
  31378. ^
  31379. 1 error generated.
  31380. configure:23742: $? = 1
  31381. configure: failed program was:
  31382. | /* confdefs.h */
  31383. | #define PACKAGE_NAME ""
  31384. | #define PACKAGE_TARNAME ""
  31385. | #define PACKAGE_VERSION ""
  31386. | #define PACKAGE_STRING ""
  31387. | #define PACKAGE_BUGREPORT ""
  31388. | #define PACKAGE_URL ""
  31389. | #define CANONICALIZATION_FOR_MATHN 1
  31390. | #define STDC_HEADERS 1
  31391. | #define HAVE_SYS_TYPES_H 1
  31392. | #define HAVE_SYS_STAT_H 1
  31393. | #define HAVE_STDLIB_H 1
  31394. | #define HAVE_STRING_H 1
  31395. | #define HAVE_MEMORY_H 1
  31396. | #define HAVE_STRINGS_H 1
  31397. | #define HAVE_INTTYPES_H 1
  31398. | #define HAVE_STDINT_H 1
  31399. | #define HAVE_UNISTD_H 1
  31400. | #define __EXTENSIONS__ 1
  31401. | #define _ALL_SOURCE 1
  31402. | #define _GNU_SOURCE 1
  31403. | #define _POSIX_PTHREAD_SEMANTICS 1
  31404. | #define _TANDEM_SOURCE 1
  31405. | #define HAVE_INFINITY 1
  31406. | #define HAVE_NAN 1
  31407. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  31408. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  31409. | #define BROKEN_CRYPT 1
  31410. | #define HAVE_CRT_EXTERNS_H 1
  31411. | #define HAVE_LIBDL 1
  31412. | #define HAVE_DIRENT_H 1
  31413. | #define HAVE__BOOL 1
  31414. | #define HAVE_STDBOOL_H 1
  31415. | #define HAVE_SYS_WAIT_H 1
  31416. | #define HAVE_GRP_H 1
  31417. | #define HAVE_FCNTL_H 1
  31418. | #define HAVE_FLOAT_H 1
  31419. | #define HAVE_LANGINFO_H 1
  31420. | #define HAVE_LIMITS_H 1
  31421. | #define HAVE_LOCALE_H 1
  31422. | #define HAVE_MALLOC_MALLOC_H 1
  31423. | #define HAVE_PWD_H 1
  31424. | #define HAVE_SYS_ATTR_H 1
  31425. | #define HAVE_SYS_FCNTL_H 1
  31426. | #define HAVE_SYS_FILE_H 1
  31427. | #define HAVE_SYS_IOCTL_H 1
  31428. | #define HAVE_SYS_PARAM_H 1
  31429. | #define HAVE_SYS_RESOURCE_H 1
  31430. | #define HAVE_SYS_SELECT_H 1
  31431. | #define HAVE_SYS_SOCKET_H 1
  31432. | #define HAVE_SYS_SYSCALL_H 1
  31433. | #define HAVE_SYS_TIME_H 1
  31434. | #define HAVE_SYS_TIMES_H 1
  31435. | #define HAVE_SYS_UIO_H 1
  31436. | #define HAVE_TIME_H 1
  31437. | #define HAVE_UCONTEXT_H 1
  31438. | #define HAVE_UTIME_H 1
  31439. | #define HAVE_TYPEOF 1
  31440. | #define HAVE_LONG_LONG 1
  31441. | #define HAVE_OFF_T 1
  31442. | #define SIZEOF_INT 4
  31443. | #define SIZEOF_SHORT 2
  31444. | #define SIZEOF_LONG 8
  31445. | #define SIZEOF_LONG_LONG 8
  31446. | #define SIZEOF___INT64 0
  31447. | #define SIZEOF___INT128 16
  31448. | #define SIZEOF_OFF_T 8
  31449. | #define SIZEOF_VOIDP 8
  31450. | #define SIZEOF_FLOAT 4
  31451. | #define SIZEOF_DOUBLE 8
  31452. | #define SIZEOF_TIME_T 8
  31453. | #define SIZEOF_CLOCK_T 8
  31454. | #define PACKED_STRUCT(x) x __attribute__((packed))
  31455. | #define PACKED_STRUCT_UNALIGNED(x) x
  31456. | #define PRI_LL_PREFIX "ll"
  31457. | #define rb_pid_t pid_t
  31458. | #define SIGNEDNESS_OF_PID_T -1
  31459. | #define PIDT2NUM(v) INT2NUM(v)
  31460. | #define NUM2PIDT(v) NUM2INT(v)
  31461. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  31462. | #define rb_uid_t uid_t
  31463. | #define SIGNEDNESS_OF_UID_T +1
  31464. | #define UIDT2NUM(v) UINT2NUM(v)
  31465. | #define NUM2UIDT(v) NUM2UINT(v)
  31466. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  31467. | #define rb_gid_t gid_t
  31468. | #define SIGNEDNESS_OF_GID_T +1
  31469. | #define GIDT2NUM(v) UINT2NUM(v)
  31470. | #define NUM2GIDT(v) NUM2UINT(v)
  31471. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  31472. | #define rb_time_t time_t
  31473. | #define SIGNEDNESS_OF_TIME_T -1
  31474. | #define TIMET2NUM(v) LONG2NUM(v)
  31475. | #define NUM2TIMET(v) NUM2LONG(v)
  31476. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  31477. | #define rb_dev_t dev_t
  31478. | #define SIGNEDNESS_OF_DEV_T -1
  31479. | #define DEVT2NUM(v) INT2NUM(v)
  31480. | #define NUM2DEVT(v) NUM2INT(v)
  31481. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  31482. | #define rb_mode_t mode_t
  31483. | #define SIGNEDNESS_OF_MODE_T +1
  31484. | #define MODET2NUM(v) UINT2NUM(v)
  31485. | #define NUM2MODET(v) NUM2UINT(v)
  31486. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  31487. | #define rb_rlim_t rlim_t
  31488. | #define SIGNEDNESS_OF_RLIM_T +1
  31489. | #define RLIM2NUM(v) ULL2NUM(v)
  31490. | #define NUM2RLIM(v) NUM2ULL(v)
  31491. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  31492. | #define rb_off_t off_t
  31493. | #define SIGNEDNESS_OF_OFF_T -1
  31494. | #define OFFT2NUM(v) LL2NUM(v)
  31495. | #define NUM2OFFT(v) NUM2LL(v)
  31496. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  31497. | #define rb_clockid_t int
  31498. | #define SIGNEDNESS_OF_CLOCKID_T -1
  31499. | #define CLOCKID2NUM(v) INT2NUM(v)
  31500. | #define NUM2CLOCKID(v) NUM2INT(v)
  31501. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  31502. | #define HAVE_PROTOTYPES 1
  31503. | #define TOKEN_PASTE(x,y) x##y
  31504. | #define STRINGIZE(expr) STRINGIZE0(expr)
  31505. | #define HAVE_STDARG_PROTOTYPES 1
  31506. | #define HAVE_VA_ARGS_MACRO 1
  31507. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  31508. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  31509. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  31510. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  31511. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  31512. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  31513. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  31514. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  31515. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  31516. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  31517. | #define WEAK(x) __attribute__ ((__weak__)) x
  31518. | #define HAVE_FUNC_WEAK 1
  31519. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  31520. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  31521. | #define HAVE_GCC_SYNC_BUILTINS 1
  31522. | #define UNREACHABLE __builtin_unreachable()
  31523. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  31524. | #define RUBY_FUNCTION_NAME_STRING __func__
  31525. | #define ENUM_OVER_INT 1
  31526. | #define HAVE_DECL_SYS_NERR 1
  31527. | #define HAVE_DECL_GETENV 1
  31528. | #define SIZEOF_SIZE_T 8
  31529. | #define SIZEOF_PTRDIFF_T 8
  31530. | #define PRI_SIZE_PREFIX "z"
  31531. | #define PRI_PTRDIFF_PREFIX "t"
  31532. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  31533. | #define HAVE_ST_BLKSIZE 1
  31534. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  31535. | #define HAVE_ST_BLOCKS 1
  31536. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  31537. | #define HAVE_ST_RDEV 1
  31538. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  31539. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  31540. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  31541. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  31542. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  31543. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  31544. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  31545. | #define HAVE_STRUCT_TIMEVAL 1
  31546. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  31547. | #define HAVE_STRUCT_TIMESPEC 1
  31548. | #define HAVE_STRUCT_TIMEZONE 1
  31549. | #define HAVE_RB_FD_INIT 1
  31550. | #define HAVE_INT8_T 1
  31551. | #define SIZEOF_INT8_T 1
  31552. | #define HAVE_UINT8_T 1
  31553. | #define SIZEOF_UINT8_T 1
  31554. | #define HAVE_INT16_T 1
  31555. | #define SIZEOF_INT16_T 2
  31556. | #define HAVE_UINT16_T 1
  31557. | #define SIZEOF_UINT16_T 2
  31558. | #define HAVE_INT32_T 1
  31559. | #define SIZEOF_INT32_T 4
  31560. | #define HAVE_UINT32_T 1
  31561. | #define SIZEOF_UINT32_T 4
  31562. | #define HAVE_INT64_T 1
  31563. | #define SIZEOF_INT64_T 8
  31564. | #define HAVE_UINT64_T 1
  31565. | #define SIZEOF_UINT64_T 8
  31566. | #define HAVE_INT128_T 1
  31567. | #define int128_t __int128
  31568. | #define SIZEOF_INT128_T SIZEOF___INT128
  31569. | #define HAVE_UINT128_T 1
  31570. | #define uint128_t unsigned __int128
  31571. | #define SIZEOF_UINT128_T SIZEOF___INT128
  31572. | #define HAVE_INTPTR_T 1
  31573. | #define SIZEOF_INTPTR_T 8
  31574. | #define HAVE_UINTPTR_T 1
  31575. | #define SIZEOF_UINTPTR_T 8
  31576. | #define HAVE_SSIZE_T 1
  31577. | #define SIZEOF_SSIZE_T 8
  31578. | #define GETGROUPS_T gid_t
  31579. | #define RETSIGTYPE void
  31580. | #define HAVE_ALLOCA_H 1
  31581. | #define HAVE_ALLOCA 1
  31582. | #define HAVE_ACOSH 1
  31583. | #define HAVE_CBRT 1
  31584. | #define HAVE_CRYPT 1
  31585. | #define HAVE_DUP2 1
  31586. | #define HAVE_ERF 1
  31587. | #define HAVE_FFS 1
  31588. | #define HAVE_FINITE 1
  31589. | #define HAVE_FLOCK 1
  31590. | #define HAVE_HYPOT 1
  31591. | #define HAVE_ISINF 1
  31592. | #define HAVE_ISNAN 1
  31593. | #define HAVE_LGAMMA_R 1
  31594. | #define HAVE_MEMMOVE 1
  31595. | #define HAVE_NEXTAFTER 1
  31596. | #define HAVE_STRCHR 1
  31597. | #define HAVE_STRERROR 1
  31598. | #define HAVE_STRLCAT 1
  31599. | #define HAVE_STRLCPY 1
  31600. | #define HAVE_STRSTR 1
  31601. | #define HAVE_TGAMMA 1
  31602. | #define SPT_TYPE SPT_REUSEARGV
  31603. | #define HAVE_SIGNBIT 1
  31604. | #define HAVE_FORK 1
  31605. | #define vfork fork
  31606. | #define HAVE_WORKING_FORK 1
  31607. | #define HAVE___SYSCALL 1
  31608. | #define HAVE__LONGJMP 1
  31609. | #define HAVE_ARC4RANDOM_BUF 1
  31610. | #define HAVE_ATAN2L 1
  31611. | #define HAVE_ATAN2F 1
  31612. | #define HAVE_CHROOT 1
  31613. | #define HAVE_COSH 1
  31614. | #define HAVE_DIRFD 1
  31615. | #define HAVE_DLOPEN 1
  31616. | #define HAVE_DLADDR 1
  31617. | #define HAVE_DUP 1
  31618. | #define HAVE_ENDGRENT 1
  31619. | #define HAVE_FCHMOD 1
  31620. | #define HAVE_FCHOWN 1
  31621. | #define HAVE_FCNTL 1
  31622. | #define HAVE_FGETATTRLIST 1
  31623. | #define HAVE_FMOD 1
  31624. | #define HAVE_FSYNC 1
  31625. | #define HAVE_FTRUNCATE 1
  31626. | #define HAVE_GETATTRLIST 1
  31627. | #define HAVE_GETCWD 1
  31628. | #define HAVE_GETGRNAM 1
  31629. | #define HAVE_GETGRNAM_R 1
  31630. | #define HAVE_GETGROUPS 1
  31631. | #define HAVE_GETPGID 1
  31632. | #define HAVE_GETPGRP 1
  31633. | #define HAVE_GETPRIORITY 1
  31634. | #define HAVE_GETPWNAM_R 1
  31635. | #define HAVE_GETRLIMIT 1
  31636. | #define HAVE_GETSID 1
  31637. | #define HAVE_GETTIMEOFDAY 1
  31638. | #define HAVE_GMTIME_R 1
  31639. | #define HAVE_INITGROUPS 1
  31640. | #define HAVE_IOCTL 1
  31641. | #define HAVE_ISSETUGID 1
  31642. | #define HAVE_KILLPG 1
  31643. | #define HAVE_LCHMOD 1
  31644. | #define HAVE_LCHOWN 1
  31645. | #define HAVE_LINK 1
  31646. | #define HAVE_LLABS 1
  31647. | #define HAVE_LOCKF 1
  31648. | #define HAVE_LOG2 1
  31649. | #define HAVE_LSTAT 1
  31650. | #define HAVE_MALLOC_SIZE 1
  31651. | #define HAVE_MBLEN 1
  31652. | #define HAVE_MEMSET_S 1
  31653. | #define HAVE_WRITEV 1
  31654. | #define HAVE_MKFIFO 1
  31655. | #define HAVE_MKNOD 1
  31656. | #define HAVE_MKTIME 1
  31657. | #define HAVE_POLL 1
  31658. | #define HAVE_POSIX_MEMALIGN 1
  31659. | #define HAVE_PREAD 1
  31660. | #define HAVE_QSORT_R 1
  31661. | #define HAVE_READLINK 1
  31662. | #define HAVE_ROUND 1
  31663. | #define HAVE_SEEKDIR 1
  31664. | #define HAVE_SENDFILE 1
  31665. | #define HAVE_SETEGID 1
  31666. | #define HAVE_SETENV 1
  31667. | #define HAVE_SETEUID 1
  31668. | #define HAVE_SETGID 1
  31669. | #define HAVE_SETGROUPS 1
  31670. | #define HAVE_SETPGID 1
  31671. | #define HAVE_SETPGRP 1
  31672. | #define HAVE_SETREGID 1
  31673. | #define HAVE_SETREUID 1
  31674. | #define HAVE_SETRGID 1
  31675. | #define HAVE_SETRLIMIT 1
  31676. | #define HAVE_SETRUID 1
  31677. | #define HAVE_SETSID 1
  31678. | #define HAVE_SETUID 1
  31679. | #define HAVE_SHUTDOWN 1
  31680. | #define HAVE_SIGACTION 1
  31681. | #define HAVE_SIGALTSTACK 1
  31682. | #define HAVE_SIGPROCMASK 1
  31683. | #define HAVE_SINH 1
  31684. | #define HAVE_SYMLINK 1
  31685. | #define HAVE_SYSCALL 1
  31686. | #define HAVE_SYSCONF 1
  31687. | #define HAVE_TANH 1
  31688. | #define HAVE_TELLDIR 1
  31689. | #define HAVE_TIMEGM 1
  31690. | #define HAVE_TIMES 1
  31691. | #define HAVE_TRUNCATE 1
  31692. | #define HAVE_UNSETENV 1
  31693. | #define HAVE_UTIMES 1
  31694. | #define HAVE_WAIT4 1
  31695. | #define HAVE_WAITPID 1
  31696. | #if !defined __STDC_WANT_LIB_EXT1__
  31697. | #define __STDC_WANT_LIB_EXT1__ 1
  31698. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  31699. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  31700. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  31701. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  31702. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  31703. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  31704. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  31705. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  31706. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  31707. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  31708. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  31709. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  31710. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  31711. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  31712. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  31713. | #define HAVE_BSD_QSORT_R 1
  31714. | #define ATAN2_INF_C99 1
  31715. | #define LGAMMA_R_PM0_FIX 1
  31716. | #define HAVE_STRUCT_TM_TM_ZONE 1
  31717. | #define HAVE_TM_ZONE 1
  31718. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  31719. | #define HAVE_DAYLIGHT 1
  31720. | #define HAVE_VAR_TIMEZONE 1
  31721. | #define TYPEOF_VAR_TIMEZONE long
  31722. | #define HAVE_TIMEZONE 1
  31723. | #define TIMEZONE_VOID 1
  31724. | #define NEGATIVE_TIME_T 1
  31725. | #define POSIX_SIGNAL 1
  31726. | #define HAVE_SIG_T 1
  31727. | #define RSHIFT(x,y) ((x)>>(int)(y))
  31728. | #define HAVE__SC_CLK_TCK 1
  31729. | #define STACK_GROW_DIRECTION -1
  31730. | #define _REENTRANT 1
  31731. | #define _THREAD_SAFE 1
  31732. | #define HAVE_LIBPTHREAD 1
  31733. | /* end confdefs.h. */
  31734. | #include <pthread.h>
  31735. |
  31736. | #include <pthread_np.h>
  31737. configure:23742: result: no
  31738. configure:23772: checking whether pthread_t is scalar type
  31739. configure:23795: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  31740. configure:23795: $? = 0
  31741. configure:23803: result: yes
  31742. configure:23819: checking for sched_yield
  31743. configure:23819: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -lpthread -ldl -lobjc >&5
  31744. configure:23819: $? = 0
  31745. configure:23819: result: yes
  31746. configure:23819: checking for pthread_attr_setinheritsched
  31747. configure:23819: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -lpthread -ldl -lobjc >&5
  31748. configure:23819: $? = 0
  31749. configure:23819: result: yes
  31750. configure:23819: checking for pthread_attr_get_np
  31751. configure:23819: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -lpthread -ldl -lobjc >&5
  31752. Undefined symbols for architecture x86_64:
  31753. "_pthread_attr_get_np", referenced from:
  31754. _main in conftest-5a8f23.o
  31755. ld: symbol(s) not found for architecture x86_64
  31756. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  31757. configure:23819: $? = 1
  31758. configure: failed program was:
  31759. | /* confdefs.h */
  31760. | #define PACKAGE_NAME ""
  31761. | #define PACKAGE_TARNAME ""
  31762. | #define PACKAGE_VERSION ""
  31763. | #define PACKAGE_STRING ""
  31764. | #define PACKAGE_BUGREPORT ""
  31765. | #define PACKAGE_URL ""
  31766. | #define CANONICALIZATION_FOR_MATHN 1
  31767. | #define STDC_HEADERS 1
  31768. | #define HAVE_SYS_TYPES_H 1
  31769. | #define HAVE_SYS_STAT_H 1
  31770. | #define HAVE_STDLIB_H 1
  31771. | #define HAVE_STRING_H 1
  31772. | #define HAVE_MEMORY_H 1
  31773. | #define HAVE_STRINGS_H 1
  31774. | #define HAVE_INTTYPES_H 1
  31775. | #define HAVE_STDINT_H 1
  31776. | #define HAVE_UNISTD_H 1
  31777. | #define __EXTENSIONS__ 1
  31778. | #define _ALL_SOURCE 1
  31779. | #define _GNU_SOURCE 1
  31780. | #define _POSIX_PTHREAD_SEMANTICS 1
  31781. | #define _TANDEM_SOURCE 1
  31782. | #define HAVE_INFINITY 1
  31783. | #define HAVE_NAN 1
  31784. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  31785. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  31786. | #define BROKEN_CRYPT 1
  31787. | #define HAVE_CRT_EXTERNS_H 1
  31788. | #define HAVE_LIBDL 1
  31789. | #define HAVE_DIRENT_H 1
  31790. | #define HAVE__BOOL 1
  31791. | #define HAVE_STDBOOL_H 1
  31792. | #define HAVE_SYS_WAIT_H 1
  31793. | #define HAVE_GRP_H 1
  31794. | #define HAVE_FCNTL_H 1
  31795. | #define HAVE_FLOAT_H 1
  31796. | #define HAVE_LANGINFO_H 1
  31797. | #define HAVE_LIMITS_H 1
  31798. | #define HAVE_LOCALE_H 1
  31799. | #define HAVE_MALLOC_MALLOC_H 1
  31800. | #define HAVE_PWD_H 1
  31801. | #define HAVE_SYS_ATTR_H 1
  31802. | #define HAVE_SYS_FCNTL_H 1
  31803. | #define HAVE_SYS_FILE_H 1
  31804. | #define HAVE_SYS_IOCTL_H 1
  31805. | #define HAVE_SYS_PARAM_H 1
  31806. | #define HAVE_SYS_RESOURCE_H 1
  31807. | #define HAVE_SYS_SELECT_H 1
  31808. | #define HAVE_SYS_SOCKET_H 1
  31809. | #define HAVE_SYS_SYSCALL_H 1
  31810. | #define HAVE_SYS_TIME_H 1
  31811. | #define HAVE_SYS_TIMES_H 1
  31812. | #define HAVE_SYS_UIO_H 1
  31813. | #define HAVE_TIME_H 1
  31814. | #define HAVE_UCONTEXT_H 1
  31815. | #define HAVE_UTIME_H 1
  31816. | #define HAVE_TYPEOF 1
  31817. | #define HAVE_LONG_LONG 1
  31818. | #define HAVE_OFF_T 1
  31819. | #define SIZEOF_INT 4
  31820. | #define SIZEOF_SHORT 2
  31821. | #define SIZEOF_LONG 8
  31822. | #define SIZEOF_LONG_LONG 8
  31823. | #define SIZEOF___INT64 0
  31824. | #define SIZEOF___INT128 16
  31825. | #define SIZEOF_OFF_T 8
  31826. | #define SIZEOF_VOIDP 8
  31827. | #define SIZEOF_FLOAT 4
  31828. | #define SIZEOF_DOUBLE 8
  31829. | #define SIZEOF_TIME_T 8
  31830. | #define SIZEOF_CLOCK_T 8
  31831. | #define PACKED_STRUCT(x) x __attribute__((packed))
  31832. | #define PACKED_STRUCT_UNALIGNED(x) x
  31833. | #define PRI_LL_PREFIX "ll"
  31834. | #define rb_pid_t pid_t
  31835. | #define SIGNEDNESS_OF_PID_T -1
  31836. | #define PIDT2NUM(v) INT2NUM(v)
  31837. | #define NUM2PIDT(v) NUM2INT(v)
  31838. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  31839. | #define rb_uid_t uid_t
  31840. | #define SIGNEDNESS_OF_UID_T +1
  31841. | #define UIDT2NUM(v) UINT2NUM(v)
  31842. | #define NUM2UIDT(v) NUM2UINT(v)
  31843. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  31844. | #define rb_gid_t gid_t
  31845. | #define SIGNEDNESS_OF_GID_T +1
  31846. | #define GIDT2NUM(v) UINT2NUM(v)
  31847. | #define NUM2GIDT(v) NUM2UINT(v)
  31848. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  31849. | #define rb_time_t time_t
  31850. | #define SIGNEDNESS_OF_TIME_T -1
  31851. | #define TIMET2NUM(v) LONG2NUM(v)
  31852. | #define NUM2TIMET(v) NUM2LONG(v)
  31853. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  31854. | #define rb_dev_t dev_t
  31855. | #define SIGNEDNESS_OF_DEV_T -1
  31856. | #define DEVT2NUM(v) INT2NUM(v)
  31857. | #define NUM2DEVT(v) NUM2INT(v)
  31858. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  31859. | #define rb_mode_t mode_t
  31860. | #define SIGNEDNESS_OF_MODE_T +1
  31861. | #define MODET2NUM(v) UINT2NUM(v)
  31862. | #define NUM2MODET(v) NUM2UINT(v)
  31863. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  31864. | #define rb_rlim_t rlim_t
  31865. | #define SIGNEDNESS_OF_RLIM_T +1
  31866. | #define RLIM2NUM(v) ULL2NUM(v)
  31867. | #define NUM2RLIM(v) NUM2ULL(v)
  31868. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  31869. | #define rb_off_t off_t
  31870. | #define SIGNEDNESS_OF_OFF_T -1
  31871. | #define OFFT2NUM(v) LL2NUM(v)
  31872. | #define NUM2OFFT(v) NUM2LL(v)
  31873. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  31874. | #define rb_clockid_t int
  31875. | #define SIGNEDNESS_OF_CLOCKID_T -1
  31876. | #define CLOCKID2NUM(v) INT2NUM(v)
  31877. | #define NUM2CLOCKID(v) NUM2INT(v)
  31878. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  31879. | #define HAVE_PROTOTYPES 1
  31880. | #define TOKEN_PASTE(x,y) x##y
  31881. | #define STRINGIZE(expr) STRINGIZE0(expr)
  31882. | #define HAVE_STDARG_PROTOTYPES 1
  31883. | #define HAVE_VA_ARGS_MACRO 1
  31884. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  31885. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  31886. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  31887. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  31888. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  31889. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  31890. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  31891. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  31892. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  31893. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  31894. | #define WEAK(x) __attribute__ ((__weak__)) x
  31895. | #define HAVE_FUNC_WEAK 1
  31896. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  31897. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  31898. | #define HAVE_GCC_SYNC_BUILTINS 1
  31899. | #define UNREACHABLE __builtin_unreachable()
  31900. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  31901. | #define RUBY_FUNCTION_NAME_STRING __func__
  31902. | #define ENUM_OVER_INT 1
  31903. | #define HAVE_DECL_SYS_NERR 1
  31904. | #define HAVE_DECL_GETENV 1
  31905. | #define SIZEOF_SIZE_T 8
  31906. | #define SIZEOF_PTRDIFF_T 8
  31907. | #define PRI_SIZE_PREFIX "z"
  31908. | #define PRI_PTRDIFF_PREFIX "t"
  31909. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  31910. | #define HAVE_ST_BLKSIZE 1
  31911. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  31912. | #define HAVE_ST_BLOCKS 1
  31913. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  31914. | #define HAVE_ST_RDEV 1
  31915. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  31916. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  31917. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  31918. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  31919. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  31920. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  31921. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  31922. | #define HAVE_STRUCT_TIMEVAL 1
  31923. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  31924. | #define HAVE_STRUCT_TIMESPEC 1
  31925. | #define HAVE_STRUCT_TIMEZONE 1
  31926. | #define HAVE_RB_FD_INIT 1
  31927. | #define HAVE_INT8_T 1
  31928. | #define SIZEOF_INT8_T 1
  31929. | #define HAVE_UINT8_T 1
  31930. | #define SIZEOF_UINT8_T 1
  31931. | #define HAVE_INT16_T 1
  31932. | #define SIZEOF_INT16_T 2
  31933. | #define HAVE_UINT16_T 1
  31934. | #define SIZEOF_UINT16_T 2
  31935. | #define HAVE_INT32_T 1
  31936. | #define SIZEOF_INT32_T 4
  31937. | #define HAVE_UINT32_T 1
  31938. | #define SIZEOF_UINT32_T 4
  31939. | #define HAVE_INT64_T 1
  31940. | #define SIZEOF_INT64_T 8
  31941. | #define HAVE_UINT64_T 1
  31942. | #define SIZEOF_UINT64_T 8
  31943. | #define HAVE_INT128_T 1
  31944. | #define int128_t __int128
  31945. | #define SIZEOF_INT128_T SIZEOF___INT128
  31946. | #define HAVE_UINT128_T 1
  31947. | #define uint128_t unsigned __int128
  31948. | #define SIZEOF_UINT128_T SIZEOF___INT128
  31949. | #define HAVE_INTPTR_T 1
  31950. | #define SIZEOF_INTPTR_T 8
  31951. | #define HAVE_UINTPTR_T 1
  31952. | #define SIZEOF_UINTPTR_T 8
  31953. | #define HAVE_SSIZE_T 1
  31954. | #define SIZEOF_SSIZE_T 8
  31955. | #define GETGROUPS_T gid_t
  31956. | #define RETSIGTYPE void
  31957. | #define HAVE_ALLOCA_H 1
  31958. | #define HAVE_ALLOCA 1
  31959. | #define HAVE_ACOSH 1
  31960. | #define HAVE_CBRT 1
  31961. | #define HAVE_CRYPT 1
  31962. | #define HAVE_DUP2 1
  31963. | #define HAVE_ERF 1
  31964. | #define HAVE_FFS 1
  31965. | #define HAVE_FINITE 1
  31966. | #define HAVE_FLOCK 1
  31967. | #define HAVE_HYPOT 1
  31968. | #define HAVE_ISINF 1
  31969. | #define HAVE_ISNAN 1
  31970. | #define HAVE_LGAMMA_R 1
  31971. | #define HAVE_MEMMOVE 1
  31972. | #define HAVE_NEXTAFTER 1
  31973. | #define HAVE_STRCHR 1
  31974. | #define HAVE_STRERROR 1
  31975. | #define HAVE_STRLCAT 1
  31976. | #define HAVE_STRLCPY 1
  31977. | #define HAVE_STRSTR 1
  31978. | #define HAVE_TGAMMA 1
  31979. | #define SPT_TYPE SPT_REUSEARGV
  31980. | #define HAVE_SIGNBIT 1
  31981. | #define HAVE_FORK 1
  31982. | #define vfork fork
  31983. | #define HAVE_WORKING_FORK 1
  31984. | #define HAVE___SYSCALL 1
  31985. | #define HAVE__LONGJMP 1
  31986. | #define HAVE_ARC4RANDOM_BUF 1
  31987. | #define HAVE_ATAN2L 1
  31988. | #define HAVE_ATAN2F 1
  31989. | #define HAVE_CHROOT 1
  31990. | #define HAVE_COSH 1
  31991. | #define HAVE_DIRFD 1
  31992. | #define HAVE_DLOPEN 1
  31993. | #define HAVE_DLADDR 1
  31994. | #define HAVE_DUP 1
  31995. | #define HAVE_ENDGRENT 1
  31996. | #define HAVE_FCHMOD 1
  31997. | #define HAVE_FCHOWN 1
  31998. | #define HAVE_FCNTL 1
  31999. | #define HAVE_FGETATTRLIST 1
  32000. | #define HAVE_FMOD 1
  32001. | #define HAVE_FSYNC 1
  32002. | #define HAVE_FTRUNCATE 1
  32003. | #define HAVE_GETATTRLIST 1
  32004. | #define HAVE_GETCWD 1
  32005. | #define HAVE_GETGRNAM 1
  32006. | #define HAVE_GETGRNAM_R 1
  32007. | #define HAVE_GETGROUPS 1
  32008. | #define HAVE_GETPGID 1
  32009. | #define HAVE_GETPGRP 1
  32010. | #define HAVE_GETPRIORITY 1
  32011. | #define HAVE_GETPWNAM_R 1
  32012. | #define HAVE_GETRLIMIT 1
  32013. | #define HAVE_GETSID 1
  32014. | #define HAVE_GETTIMEOFDAY 1
  32015. | #define HAVE_GMTIME_R 1
  32016. | #define HAVE_INITGROUPS 1
  32017. | #define HAVE_IOCTL 1
  32018. | #define HAVE_ISSETUGID 1
  32019. | #define HAVE_KILLPG 1
  32020. | #define HAVE_LCHMOD 1
  32021. | #define HAVE_LCHOWN 1
  32022. | #define HAVE_LINK 1
  32023. | #define HAVE_LLABS 1
  32024. | #define HAVE_LOCKF 1
  32025. | #define HAVE_LOG2 1
  32026. | #define HAVE_LSTAT 1
  32027. | #define HAVE_MALLOC_SIZE 1
  32028. | #define HAVE_MBLEN 1
  32029. | #define HAVE_MEMSET_S 1
  32030. | #define HAVE_WRITEV 1
  32031. | #define HAVE_MKFIFO 1
  32032. | #define HAVE_MKNOD 1
  32033. | #define HAVE_MKTIME 1
  32034. | #define HAVE_POLL 1
  32035. | #define HAVE_POSIX_MEMALIGN 1
  32036. | #define HAVE_PREAD 1
  32037. | #define HAVE_QSORT_R 1
  32038. | #define HAVE_READLINK 1
  32039. | #define HAVE_ROUND 1
  32040. | #define HAVE_SEEKDIR 1
  32041. | #define HAVE_SENDFILE 1
  32042. | #define HAVE_SETEGID 1
  32043. | #define HAVE_SETENV 1
  32044. | #define HAVE_SETEUID 1
  32045. | #define HAVE_SETGID 1
  32046. | #define HAVE_SETGROUPS 1
  32047. | #define HAVE_SETPGID 1
  32048. | #define HAVE_SETPGRP 1
  32049. | #define HAVE_SETREGID 1
  32050. | #define HAVE_SETREUID 1
  32051. | #define HAVE_SETRGID 1
  32052. | #define HAVE_SETRLIMIT 1
  32053. | #define HAVE_SETRUID 1
  32054. | #define HAVE_SETSID 1
  32055. | #define HAVE_SETUID 1
  32056. | #define HAVE_SHUTDOWN 1
  32057. | #define HAVE_SIGACTION 1
  32058. | #define HAVE_SIGALTSTACK 1
  32059. | #define HAVE_SIGPROCMASK 1
  32060. | #define HAVE_SINH 1
  32061. | #define HAVE_SYMLINK 1
  32062. | #define HAVE_SYSCALL 1
  32063. | #define HAVE_SYSCONF 1
  32064. | #define HAVE_TANH 1
  32065. | #define HAVE_TELLDIR 1
  32066. | #define HAVE_TIMEGM 1
  32067. | #define HAVE_TIMES 1
  32068. | #define HAVE_TRUNCATE 1
  32069. | #define HAVE_UNSETENV 1
  32070. | #define HAVE_UTIMES 1
  32071. | #define HAVE_WAIT4 1
  32072. | #define HAVE_WAITPID 1
  32073. | #if !defined __STDC_WANT_LIB_EXT1__
  32074. | #define __STDC_WANT_LIB_EXT1__ 1
  32075. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  32076. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  32077. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  32078. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  32079. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  32080. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  32081. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  32082. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  32083. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  32084. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  32085. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  32086. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  32087. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  32088. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  32089. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  32090. | #define HAVE_BSD_QSORT_R 1
  32091. | #define ATAN2_INF_C99 1
  32092. | #define LGAMMA_R_PM0_FIX 1
  32093. | #define HAVE_STRUCT_TM_TM_ZONE 1
  32094. | #define HAVE_TM_ZONE 1
  32095. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  32096. | #define HAVE_DAYLIGHT 1
  32097. | #define HAVE_VAR_TIMEZONE 1
  32098. | #define TYPEOF_VAR_TIMEZONE long
  32099. | #define HAVE_TIMEZONE 1
  32100. | #define TIMEZONE_VOID 1
  32101. | #define NEGATIVE_TIME_T 1
  32102. | #define POSIX_SIGNAL 1
  32103. | #define HAVE_SIG_T 1
  32104. | #define RSHIFT(x,y) ((x)>>(int)(y))
  32105. | #define HAVE__SC_CLK_TCK 1
  32106. | #define STACK_GROW_DIRECTION -1
  32107. | #define _REENTRANT 1
  32108. | #define _THREAD_SAFE 1
  32109. | #define HAVE_LIBPTHREAD 1
  32110. | #define HAVE_SCHED_YIELD 1
  32111. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  32112. | /* end confdefs.h. */
  32113. | /* Define pthread_attr_get_np to an innocuous variant, in case <limits.h> declares pthread_attr_get_np.
  32114. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  32115. | #define pthread_attr_get_np innocuous_pthread_attr_get_np
  32116. |
  32117. | /* System header to define __stub macros and hopefully few prototypes,
  32118. | which can conflict with char pthread_attr_get_np (); below.
  32119. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  32120. | <limits.h> exists even on freestanding compilers. */
  32121. |
  32122. | #ifdef __STDC__
  32123. | # include <limits.h>
  32124. | #else
  32125. | # include <assert.h>
  32126. | #endif
  32127. |
  32128. | #undef pthread_attr_get_np
  32129. |
  32130. | /* Override any GCC internal prototype to avoid an error.
  32131. | Use char because int might match the return type of a GCC
  32132. | builtin and then its argument prototype would still apply. */
  32133. | #ifdef __cplusplus
  32134. | extern "C"
  32135. | #endif
  32136. | char pthread_attr_get_np ();
  32137. | /* The GNU C library defines this for functions which it implements
  32138. | to always fail with ENOSYS. Some functions are actually named
  32139. | something starting with __ and the normal name is an alias. */
  32140. | #if defined __stub_pthread_attr_get_np || defined __stub___pthread_attr_get_np
  32141. | choke me
  32142. | #endif
  32143. |
  32144. | int
  32145. | main ()
  32146. | {
  32147. | return pthread_attr_get_np ();
  32148. | ;
  32149. | return 0;
  32150. | }
  32151. configure:23819: result: no
  32152. configure:23819: checking for pthread_attr_getstack
  32153. configure:23819: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -lpthread -ldl -lobjc >&5
  32154. configure:23819: $? = 0
  32155. configure:23819: result: yes
  32156. configure:23819: checking for pthread_get_stackaddr_np
  32157. configure:23819: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -lpthread -ldl -lobjc >&5
  32158. configure:23819: $? = 0
  32159. configure:23819: result: yes
  32160. configure:23819: checking for pthread_get_stacksize_np
  32161. configure:23819: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -lpthread -ldl -lobjc >&5
  32162. configure:23819: $? = 0
  32163. configure:23819: result: yes
  32164. configure:23819: checking for thr_stksegment
  32165. configure:23819: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -lpthread -ldl -lobjc >&5
  32166. Undefined symbols for architecture x86_64:
  32167. "_thr_stksegment", referenced from:
  32168. _main in conftest-77e6da.o
  32169. ld: symbol(s) not found for architecture x86_64
  32170. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  32171. configure:23819: $? = 1
  32172. configure: failed program was:
  32173. | /* confdefs.h */
  32174. | #define PACKAGE_NAME ""
  32175. | #define PACKAGE_TARNAME ""
  32176. | #define PACKAGE_VERSION ""
  32177. | #define PACKAGE_STRING ""
  32178. | #define PACKAGE_BUGREPORT ""
  32179. | #define PACKAGE_URL ""
  32180. | #define CANONICALIZATION_FOR_MATHN 1
  32181. | #define STDC_HEADERS 1
  32182. | #define HAVE_SYS_TYPES_H 1
  32183. | #define HAVE_SYS_STAT_H 1
  32184. | #define HAVE_STDLIB_H 1
  32185. | #define HAVE_STRING_H 1
  32186. | #define HAVE_MEMORY_H 1
  32187. | #define HAVE_STRINGS_H 1
  32188. | #define HAVE_INTTYPES_H 1
  32189. | #define HAVE_STDINT_H 1
  32190. | #define HAVE_UNISTD_H 1
  32191. | #define __EXTENSIONS__ 1
  32192. | #define _ALL_SOURCE 1
  32193. | #define _GNU_SOURCE 1
  32194. | #define _POSIX_PTHREAD_SEMANTICS 1
  32195. | #define _TANDEM_SOURCE 1
  32196. | #define HAVE_INFINITY 1
  32197. | #define HAVE_NAN 1
  32198. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  32199. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  32200. | #define BROKEN_CRYPT 1
  32201. | #define HAVE_CRT_EXTERNS_H 1
  32202. | #define HAVE_LIBDL 1
  32203. | #define HAVE_DIRENT_H 1
  32204. | #define HAVE__BOOL 1
  32205. | #define HAVE_STDBOOL_H 1
  32206. | #define HAVE_SYS_WAIT_H 1
  32207. | #define HAVE_GRP_H 1
  32208. | #define HAVE_FCNTL_H 1
  32209. | #define HAVE_FLOAT_H 1
  32210. | #define HAVE_LANGINFO_H 1
  32211. | #define HAVE_LIMITS_H 1
  32212. | #define HAVE_LOCALE_H 1
  32213. | #define HAVE_MALLOC_MALLOC_H 1
  32214. | #define HAVE_PWD_H 1
  32215. | #define HAVE_SYS_ATTR_H 1
  32216. | #define HAVE_SYS_FCNTL_H 1
  32217. | #define HAVE_SYS_FILE_H 1
  32218. | #define HAVE_SYS_IOCTL_H 1
  32219. | #define HAVE_SYS_PARAM_H 1
  32220. | #define HAVE_SYS_RESOURCE_H 1
  32221. | #define HAVE_SYS_SELECT_H 1
  32222. | #define HAVE_SYS_SOCKET_H 1
  32223. | #define HAVE_SYS_SYSCALL_H 1
  32224. | #define HAVE_SYS_TIME_H 1
  32225. | #define HAVE_SYS_TIMES_H 1
  32226. | #define HAVE_SYS_UIO_H 1
  32227. | #define HAVE_TIME_H 1
  32228. | #define HAVE_UCONTEXT_H 1
  32229. | #define HAVE_UTIME_H 1
  32230. | #define HAVE_TYPEOF 1
  32231. | #define HAVE_LONG_LONG 1
  32232. | #define HAVE_OFF_T 1
  32233. | #define SIZEOF_INT 4
  32234. | #define SIZEOF_SHORT 2
  32235. | #define SIZEOF_LONG 8
  32236. | #define SIZEOF_LONG_LONG 8
  32237. | #define SIZEOF___INT64 0
  32238. | #define SIZEOF___INT128 16
  32239. | #define SIZEOF_OFF_T 8
  32240. | #define SIZEOF_VOIDP 8
  32241. | #define SIZEOF_FLOAT 4
  32242. | #define SIZEOF_DOUBLE 8
  32243. | #define SIZEOF_TIME_T 8
  32244. | #define SIZEOF_CLOCK_T 8
  32245. | #define PACKED_STRUCT(x) x __attribute__((packed))
  32246. | #define PACKED_STRUCT_UNALIGNED(x) x
  32247. | #define PRI_LL_PREFIX "ll"
  32248. | #define rb_pid_t pid_t
  32249. | #define SIGNEDNESS_OF_PID_T -1
  32250. | #define PIDT2NUM(v) INT2NUM(v)
  32251. | #define NUM2PIDT(v) NUM2INT(v)
  32252. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  32253. | #define rb_uid_t uid_t
  32254. | #define SIGNEDNESS_OF_UID_T +1
  32255. | #define UIDT2NUM(v) UINT2NUM(v)
  32256. | #define NUM2UIDT(v) NUM2UINT(v)
  32257. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  32258. | #define rb_gid_t gid_t
  32259. | #define SIGNEDNESS_OF_GID_T +1
  32260. | #define GIDT2NUM(v) UINT2NUM(v)
  32261. | #define NUM2GIDT(v) NUM2UINT(v)
  32262. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  32263. | #define rb_time_t time_t
  32264. | #define SIGNEDNESS_OF_TIME_T -1
  32265. | #define TIMET2NUM(v) LONG2NUM(v)
  32266. | #define NUM2TIMET(v) NUM2LONG(v)
  32267. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  32268. | #define rb_dev_t dev_t
  32269. | #define SIGNEDNESS_OF_DEV_T -1
  32270. | #define DEVT2NUM(v) INT2NUM(v)
  32271. | #define NUM2DEVT(v) NUM2INT(v)
  32272. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  32273. | #define rb_mode_t mode_t
  32274. | #define SIGNEDNESS_OF_MODE_T +1
  32275. | #define MODET2NUM(v) UINT2NUM(v)
  32276. | #define NUM2MODET(v) NUM2UINT(v)
  32277. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  32278. | #define rb_rlim_t rlim_t
  32279. | #define SIGNEDNESS_OF_RLIM_T +1
  32280. | #define RLIM2NUM(v) ULL2NUM(v)
  32281. | #define NUM2RLIM(v) NUM2ULL(v)
  32282. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  32283. | #define rb_off_t off_t
  32284. | #define SIGNEDNESS_OF_OFF_T -1
  32285. | #define OFFT2NUM(v) LL2NUM(v)
  32286. | #define NUM2OFFT(v) NUM2LL(v)
  32287. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  32288. | #define rb_clockid_t int
  32289. | #define SIGNEDNESS_OF_CLOCKID_T -1
  32290. | #define CLOCKID2NUM(v) INT2NUM(v)
  32291. | #define NUM2CLOCKID(v) NUM2INT(v)
  32292. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  32293. | #define HAVE_PROTOTYPES 1
  32294. | #define TOKEN_PASTE(x,y) x##y
  32295. | #define STRINGIZE(expr) STRINGIZE0(expr)
  32296. | #define HAVE_STDARG_PROTOTYPES 1
  32297. | #define HAVE_VA_ARGS_MACRO 1
  32298. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  32299. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  32300. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  32301. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  32302. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  32303. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  32304. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  32305. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  32306. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  32307. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  32308. | #define WEAK(x) __attribute__ ((__weak__)) x
  32309. | #define HAVE_FUNC_WEAK 1
  32310. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  32311. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  32312. | #define HAVE_GCC_SYNC_BUILTINS 1
  32313. | #define UNREACHABLE __builtin_unreachable()
  32314. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  32315. | #define RUBY_FUNCTION_NAME_STRING __func__
  32316. | #define ENUM_OVER_INT 1
  32317. | #define HAVE_DECL_SYS_NERR 1
  32318. | #define HAVE_DECL_GETENV 1
  32319. | #define SIZEOF_SIZE_T 8
  32320. | #define SIZEOF_PTRDIFF_T 8
  32321. | #define PRI_SIZE_PREFIX "z"
  32322. | #define PRI_PTRDIFF_PREFIX "t"
  32323. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  32324. | #define HAVE_ST_BLKSIZE 1
  32325. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  32326. | #define HAVE_ST_BLOCKS 1
  32327. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  32328. | #define HAVE_ST_RDEV 1
  32329. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  32330. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  32331. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  32332. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  32333. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  32334. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  32335. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  32336. | #define HAVE_STRUCT_TIMEVAL 1
  32337. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  32338. | #define HAVE_STRUCT_TIMESPEC 1
  32339. | #define HAVE_STRUCT_TIMEZONE 1
  32340. | #define HAVE_RB_FD_INIT 1
  32341. | #define HAVE_INT8_T 1
  32342. | #define SIZEOF_INT8_T 1
  32343. | #define HAVE_UINT8_T 1
  32344. | #define SIZEOF_UINT8_T 1
  32345. | #define HAVE_INT16_T 1
  32346. | #define SIZEOF_INT16_T 2
  32347. | #define HAVE_UINT16_T 1
  32348. | #define SIZEOF_UINT16_T 2
  32349. | #define HAVE_INT32_T 1
  32350. | #define SIZEOF_INT32_T 4
  32351. | #define HAVE_UINT32_T 1
  32352. | #define SIZEOF_UINT32_T 4
  32353. | #define HAVE_INT64_T 1
  32354. | #define SIZEOF_INT64_T 8
  32355. | #define HAVE_UINT64_T 1
  32356. | #define SIZEOF_UINT64_T 8
  32357. | #define HAVE_INT128_T 1
  32358. | #define int128_t __int128
  32359. | #define SIZEOF_INT128_T SIZEOF___INT128
  32360. | #define HAVE_UINT128_T 1
  32361. | #define uint128_t unsigned __int128
  32362. | #define SIZEOF_UINT128_T SIZEOF___INT128
  32363. | #define HAVE_INTPTR_T 1
  32364. | #define SIZEOF_INTPTR_T 8
  32365. | #define HAVE_UINTPTR_T 1
  32366. | #define SIZEOF_UINTPTR_T 8
  32367. | #define HAVE_SSIZE_T 1
  32368. | #define SIZEOF_SSIZE_T 8
  32369. | #define GETGROUPS_T gid_t
  32370. | #define RETSIGTYPE void
  32371. | #define HAVE_ALLOCA_H 1
  32372. | #define HAVE_ALLOCA 1
  32373. | #define HAVE_ACOSH 1
  32374. | #define HAVE_CBRT 1
  32375. | #define HAVE_CRYPT 1
  32376. | #define HAVE_DUP2 1
  32377. | #define HAVE_ERF 1
  32378. | #define HAVE_FFS 1
  32379. | #define HAVE_FINITE 1
  32380. | #define HAVE_FLOCK 1
  32381. | #define HAVE_HYPOT 1
  32382. | #define HAVE_ISINF 1
  32383. | #define HAVE_ISNAN 1
  32384. | #define HAVE_LGAMMA_R 1
  32385. | #define HAVE_MEMMOVE 1
  32386. | #define HAVE_NEXTAFTER 1
  32387. | #define HAVE_STRCHR 1
  32388. | #define HAVE_STRERROR 1
  32389. | #define HAVE_STRLCAT 1
  32390. | #define HAVE_STRLCPY 1
  32391. | #define HAVE_STRSTR 1
  32392. | #define HAVE_TGAMMA 1
  32393. | #define SPT_TYPE SPT_REUSEARGV
  32394. | #define HAVE_SIGNBIT 1
  32395. | #define HAVE_FORK 1
  32396. | #define vfork fork
  32397. | #define HAVE_WORKING_FORK 1
  32398. | #define HAVE___SYSCALL 1
  32399. | #define HAVE__LONGJMP 1
  32400. | #define HAVE_ARC4RANDOM_BUF 1
  32401. | #define HAVE_ATAN2L 1
  32402. | #define HAVE_ATAN2F 1
  32403. | #define HAVE_CHROOT 1
  32404. | #define HAVE_COSH 1
  32405. | #define HAVE_DIRFD 1
  32406. | #define HAVE_DLOPEN 1
  32407. | #define HAVE_DLADDR 1
  32408. | #define HAVE_DUP 1
  32409. | #define HAVE_ENDGRENT 1
  32410. | #define HAVE_FCHMOD 1
  32411. | #define HAVE_FCHOWN 1
  32412. | #define HAVE_FCNTL 1
  32413. | #define HAVE_FGETATTRLIST 1
  32414. | #define HAVE_FMOD 1
  32415. | #define HAVE_FSYNC 1
  32416. | #define HAVE_FTRUNCATE 1
  32417. | #define HAVE_GETATTRLIST 1
  32418. | #define HAVE_GETCWD 1
  32419. | #define HAVE_GETGRNAM 1
  32420. | #define HAVE_GETGRNAM_R 1
  32421. | #define HAVE_GETGROUPS 1
  32422. | #define HAVE_GETPGID 1
  32423. | #define HAVE_GETPGRP 1
  32424. | #define HAVE_GETPRIORITY 1
  32425. | #define HAVE_GETPWNAM_R 1
  32426. | #define HAVE_GETRLIMIT 1
  32427. | #define HAVE_GETSID 1
  32428. | #define HAVE_GETTIMEOFDAY 1
  32429. | #define HAVE_GMTIME_R 1
  32430. | #define HAVE_INITGROUPS 1
  32431. | #define HAVE_IOCTL 1
  32432. | #define HAVE_ISSETUGID 1
  32433. | #define HAVE_KILLPG 1
  32434. | #define HAVE_LCHMOD 1
  32435. | #define HAVE_LCHOWN 1
  32436. | #define HAVE_LINK 1
  32437. | #define HAVE_LLABS 1
  32438. | #define HAVE_LOCKF 1
  32439. | #define HAVE_LOG2 1
  32440. | #define HAVE_LSTAT 1
  32441. | #define HAVE_MALLOC_SIZE 1
  32442. | #define HAVE_MBLEN 1
  32443. | #define HAVE_MEMSET_S 1
  32444. | #define HAVE_WRITEV 1
  32445. | #define HAVE_MKFIFO 1
  32446. | #define HAVE_MKNOD 1
  32447. | #define HAVE_MKTIME 1
  32448. | #define HAVE_POLL 1
  32449. | #define HAVE_POSIX_MEMALIGN 1
  32450. | #define HAVE_PREAD 1
  32451. | #define HAVE_QSORT_R 1
  32452. | #define HAVE_READLINK 1
  32453. | #define HAVE_ROUND 1
  32454. | #define HAVE_SEEKDIR 1
  32455. | #define HAVE_SENDFILE 1
  32456. | #define HAVE_SETEGID 1
  32457. | #define HAVE_SETENV 1
  32458. | #define HAVE_SETEUID 1
  32459. | #define HAVE_SETGID 1
  32460. | #define HAVE_SETGROUPS 1
  32461. | #define HAVE_SETPGID 1
  32462. | #define HAVE_SETPGRP 1
  32463. | #define HAVE_SETREGID 1
  32464. | #define HAVE_SETREUID 1
  32465. | #define HAVE_SETRGID 1
  32466. | #define HAVE_SETRLIMIT 1
  32467. | #define HAVE_SETRUID 1
  32468. | #define HAVE_SETSID 1
  32469. | #define HAVE_SETUID 1
  32470. | #define HAVE_SHUTDOWN 1
  32471. | #define HAVE_SIGACTION 1
  32472. | #define HAVE_SIGALTSTACK 1
  32473. | #define HAVE_SIGPROCMASK 1
  32474. | #define HAVE_SINH 1
  32475. | #define HAVE_SYMLINK 1
  32476. | #define HAVE_SYSCALL 1
  32477. | #define HAVE_SYSCONF 1
  32478. | #define HAVE_TANH 1
  32479. | #define HAVE_TELLDIR 1
  32480. | #define HAVE_TIMEGM 1
  32481. | #define HAVE_TIMES 1
  32482. | #define HAVE_TRUNCATE 1
  32483. | #define HAVE_UNSETENV 1
  32484. | #define HAVE_UTIMES 1
  32485. | #define HAVE_WAIT4 1
  32486. | #define HAVE_WAITPID 1
  32487. | #if !defined __STDC_WANT_LIB_EXT1__
  32488. | #define __STDC_WANT_LIB_EXT1__ 1
  32489. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  32490. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  32491. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  32492. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  32493. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  32494. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  32495. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  32496. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  32497. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  32498. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  32499. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  32500. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  32501. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  32502. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  32503. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  32504. | #define HAVE_BSD_QSORT_R 1
  32505. | #define ATAN2_INF_C99 1
  32506. | #define LGAMMA_R_PM0_FIX 1
  32507. | #define HAVE_STRUCT_TM_TM_ZONE 1
  32508. | #define HAVE_TM_ZONE 1
  32509. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  32510. | #define HAVE_DAYLIGHT 1
  32511. | #define HAVE_VAR_TIMEZONE 1
  32512. | #define TYPEOF_VAR_TIMEZONE long
  32513. | #define HAVE_TIMEZONE 1
  32514. | #define TIMEZONE_VOID 1
  32515. | #define NEGATIVE_TIME_T 1
  32516. | #define POSIX_SIGNAL 1
  32517. | #define HAVE_SIG_T 1
  32518. | #define RSHIFT(x,y) ((x)>>(int)(y))
  32519. | #define HAVE__SC_CLK_TCK 1
  32520. | #define STACK_GROW_DIRECTION -1
  32521. | #define _REENTRANT 1
  32522. | #define _THREAD_SAFE 1
  32523. | #define HAVE_LIBPTHREAD 1
  32524. | #define HAVE_SCHED_YIELD 1
  32525. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  32526. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  32527. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  32528. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  32529. | /* end confdefs.h. */
  32530. | /* Define thr_stksegment to an innocuous variant, in case <limits.h> declares thr_stksegment.
  32531. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  32532. | #define thr_stksegment innocuous_thr_stksegment
  32533. |
  32534. | /* System header to define __stub macros and hopefully few prototypes,
  32535. | which can conflict with char thr_stksegment (); below.
  32536. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  32537. | <limits.h> exists even on freestanding compilers. */
  32538. |
  32539. | #ifdef __STDC__
  32540. | # include <limits.h>
  32541. | #else
  32542. | # include <assert.h>
  32543. | #endif
  32544. |
  32545. | #undef thr_stksegment
  32546. |
  32547. | /* Override any GCC internal prototype to avoid an error.
  32548. | Use char because int might match the return type of a GCC
  32549. | builtin and then its argument prototype would still apply. */
  32550. | #ifdef __cplusplus
  32551. | extern "C"
  32552. | #endif
  32553. | char thr_stksegment ();
  32554. | /* The GNU C library defines this for functions which it implements
  32555. | to always fail with ENOSYS. Some functions are actually named
  32556. | something starting with __ and the normal name is an alias. */
  32557. | #if defined __stub_thr_stksegment || defined __stub___thr_stksegment
  32558. | choke me
  32559. | #endif
  32560. |
  32561. | int
  32562. | main ()
  32563. | {
  32564. | return thr_stksegment ();
  32565. | ;
  32566. | return 0;
  32567. | }
  32568. configure:23819: result: no
  32569. configure:23819: checking for pthread_stackseg_np
  32570. configure:23819: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -lpthread -ldl -lobjc >&5
  32571. Undefined symbols for architecture x86_64:
  32572. "_pthread_stackseg_np", referenced from:
  32573. _main in conftest-51cb21.o
  32574. ld: symbol(s) not found for architecture x86_64
  32575. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  32576. configure:23819: $? = 1
  32577. configure: failed program was:
  32578. | /* confdefs.h */
  32579. | #define PACKAGE_NAME ""
  32580. | #define PACKAGE_TARNAME ""
  32581. | #define PACKAGE_VERSION ""
  32582. | #define PACKAGE_STRING ""
  32583. | #define PACKAGE_BUGREPORT ""
  32584. | #define PACKAGE_URL ""
  32585. | #define CANONICALIZATION_FOR_MATHN 1
  32586. | #define STDC_HEADERS 1
  32587. | #define HAVE_SYS_TYPES_H 1
  32588. | #define HAVE_SYS_STAT_H 1
  32589. | #define HAVE_STDLIB_H 1
  32590. | #define HAVE_STRING_H 1
  32591. | #define HAVE_MEMORY_H 1
  32592. | #define HAVE_STRINGS_H 1
  32593. | #define HAVE_INTTYPES_H 1
  32594. | #define HAVE_STDINT_H 1
  32595. | #define HAVE_UNISTD_H 1
  32596. | #define __EXTENSIONS__ 1
  32597. | #define _ALL_SOURCE 1
  32598. | #define _GNU_SOURCE 1
  32599. | #define _POSIX_PTHREAD_SEMANTICS 1
  32600. | #define _TANDEM_SOURCE 1
  32601. | #define HAVE_INFINITY 1
  32602. | #define HAVE_NAN 1
  32603. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  32604. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  32605. | #define BROKEN_CRYPT 1
  32606. | #define HAVE_CRT_EXTERNS_H 1
  32607. | #define HAVE_LIBDL 1
  32608. | #define HAVE_DIRENT_H 1
  32609. | #define HAVE__BOOL 1
  32610. | #define HAVE_STDBOOL_H 1
  32611. | #define HAVE_SYS_WAIT_H 1
  32612. | #define HAVE_GRP_H 1
  32613. | #define HAVE_FCNTL_H 1
  32614. | #define HAVE_FLOAT_H 1
  32615. | #define HAVE_LANGINFO_H 1
  32616. | #define HAVE_LIMITS_H 1
  32617. | #define HAVE_LOCALE_H 1
  32618. | #define HAVE_MALLOC_MALLOC_H 1
  32619. | #define HAVE_PWD_H 1
  32620. | #define HAVE_SYS_ATTR_H 1
  32621. | #define HAVE_SYS_FCNTL_H 1
  32622. | #define HAVE_SYS_FILE_H 1
  32623. | #define HAVE_SYS_IOCTL_H 1
  32624. | #define HAVE_SYS_PARAM_H 1
  32625. | #define HAVE_SYS_RESOURCE_H 1
  32626. | #define HAVE_SYS_SELECT_H 1
  32627. | #define HAVE_SYS_SOCKET_H 1
  32628. | #define HAVE_SYS_SYSCALL_H 1
  32629. | #define HAVE_SYS_TIME_H 1
  32630. | #define HAVE_SYS_TIMES_H 1
  32631. | #define HAVE_SYS_UIO_H 1
  32632. | #define HAVE_TIME_H 1
  32633. | #define HAVE_UCONTEXT_H 1
  32634. | #define HAVE_UTIME_H 1
  32635. | #define HAVE_TYPEOF 1
  32636. | #define HAVE_LONG_LONG 1
  32637. | #define HAVE_OFF_T 1
  32638. | #define SIZEOF_INT 4
  32639. | #define SIZEOF_SHORT 2
  32640. | #define SIZEOF_LONG 8
  32641. | #define SIZEOF_LONG_LONG 8
  32642. | #define SIZEOF___INT64 0
  32643. | #define SIZEOF___INT128 16
  32644. | #define SIZEOF_OFF_T 8
  32645. | #define SIZEOF_VOIDP 8
  32646. | #define SIZEOF_FLOAT 4
  32647. | #define SIZEOF_DOUBLE 8
  32648. | #define SIZEOF_TIME_T 8
  32649. | #define SIZEOF_CLOCK_T 8
  32650. | #define PACKED_STRUCT(x) x __attribute__((packed))
  32651. | #define PACKED_STRUCT_UNALIGNED(x) x
  32652. | #define PRI_LL_PREFIX "ll"
  32653. | #define rb_pid_t pid_t
  32654. | #define SIGNEDNESS_OF_PID_T -1
  32655. | #define PIDT2NUM(v) INT2NUM(v)
  32656. | #define NUM2PIDT(v) NUM2INT(v)
  32657. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  32658. | #define rb_uid_t uid_t
  32659. | #define SIGNEDNESS_OF_UID_T +1
  32660. | #define UIDT2NUM(v) UINT2NUM(v)
  32661. | #define NUM2UIDT(v) NUM2UINT(v)
  32662. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  32663. | #define rb_gid_t gid_t
  32664. | #define SIGNEDNESS_OF_GID_T +1
  32665. | #define GIDT2NUM(v) UINT2NUM(v)
  32666. | #define NUM2GIDT(v) NUM2UINT(v)
  32667. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  32668. | #define rb_time_t time_t
  32669. | #define SIGNEDNESS_OF_TIME_T -1
  32670. | #define TIMET2NUM(v) LONG2NUM(v)
  32671. | #define NUM2TIMET(v) NUM2LONG(v)
  32672. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  32673. | #define rb_dev_t dev_t
  32674. | #define SIGNEDNESS_OF_DEV_T -1
  32675. | #define DEVT2NUM(v) INT2NUM(v)
  32676. | #define NUM2DEVT(v) NUM2INT(v)
  32677. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  32678. | #define rb_mode_t mode_t
  32679. | #define SIGNEDNESS_OF_MODE_T +1
  32680. | #define MODET2NUM(v) UINT2NUM(v)
  32681. | #define NUM2MODET(v) NUM2UINT(v)
  32682. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  32683. | #define rb_rlim_t rlim_t
  32684. | #define SIGNEDNESS_OF_RLIM_T +1
  32685. | #define RLIM2NUM(v) ULL2NUM(v)
  32686. | #define NUM2RLIM(v) NUM2ULL(v)
  32687. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  32688. | #define rb_off_t off_t
  32689. | #define SIGNEDNESS_OF_OFF_T -1
  32690. | #define OFFT2NUM(v) LL2NUM(v)
  32691. | #define NUM2OFFT(v) NUM2LL(v)
  32692. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  32693. | #define rb_clockid_t int
  32694. | #define SIGNEDNESS_OF_CLOCKID_T -1
  32695. | #define CLOCKID2NUM(v) INT2NUM(v)
  32696. | #define NUM2CLOCKID(v) NUM2INT(v)
  32697. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  32698. | #define HAVE_PROTOTYPES 1
  32699. | #define TOKEN_PASTE(x,y) x##y
  32700. | #define STRINGIZE(expr) STRINGIZE0(expr)
  32701. | #define HAVE_STDARG_PROTOTYPES 1
  32702. | #define HAVE_VA_ARGS_MACRO 1
  32703. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  32704. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  32705. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  32706. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  32707. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  32708. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  32709. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  32710. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  32711. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  32712. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  32713. | #define WEAK(x) __attribute__ ((__weak__)) x
  32714. | #define HAVE_FUNC_WEAK 1
  32715. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  32716. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  32717. | #define HAVE_GCC_SYNC_BUILTINS 1
  32718. | #define UNREACHABLE __builtin_unreachable()
  32719. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  32720. | #define RUBY_FUNCTION_NAME_STRING __func__
  32721. | #define ENUM_OVER_INT 1
  32722. | #define HAVE_DECL_SYS_NERR 1
  32723. | #define HAVE_DECL_GETENV 1
  32724. | #define SIZEOF_SIZE_T 8
  32725. | #define SIZEOF_PTRDIFF_T 8
  32726. | #define PRI_SIZE_PREFIX "z"
  32727. | #define PRI_PTRDIFF_PREFIX "t"
  32728. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  32729. | #define HAVE_ST_BLKSIZE 1
  32730. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  32731. | #define HAVE_ST_BLOCKS 1
  32732. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  32733. | #define HAVE_ST_RDEV 1
  32734. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  32735. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  32736. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  32737. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  32738. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  32739. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  32740. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  32741. | #define HAVE_STRUCT_TIMEVAL 1
  32742. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  32743. | #define HAVE_STRUCT_TIMESPEC 1
  32744. | #define HAVE_STRUCT_TIMEZONE 1
  32745. | #define HAVE_RB_FD_INIT 1
  32746. | #define HAVE_INT8_T 1
  32747. | #define SIZEOF_INT8_T 1
  32748. | #define HAVE_UINT8_T 1
  32749. | #define SIZEOF_UINT8_T 1
  32750. | #define HAVE_INT16_T 1
  32751. | #define SIZEOF_INT16_T 2
  32752. | #define HAVE_UINT16_T 1
  32753. | #define SIZEOF_UINT16_T 2
  32754. | #define HAVE_INT32_T 1
  32755. | #define SIZEOF_INT32_T 4
  32756. | #define HAVE_UINT32_T 1
  32757. | #define SIZEOF_UINT32_T 4
  32758. | #define HAVE_INT64_T 1
  32759. | #define SIZEOF_INT64_T 8
  32760. | #define HAVE_UINT64_T 1
  32761. | #define SIZEOF_UINT64_T 8
  32762. | #define HAVE_INT128_T 1
  32763. | #define int128_t __int128
  32764. | #define SIZEOF_INT128_T SIZEOF___INT128
  32765. | #define HAVE_UINT128_T 1
  32766. | #define uint128_t unsigned __int128
  32767. | #define SIZEOF_UINT128_T SIZEOF___INT128
  32768. | #define HAVE_INTPTR_T 1
  32769. | #define SIZEOF_INTPTR_T 8
  32770. | #define HAVE_UINTPTR_T 1
  32771. | #define SIZEOF_UINTPTR_T 8
  32772. | #define HAVE_SSIZE_T 1
  32773. | #define SIZEOF_SSIZE_T 8
  32774. | #define GETGROUPS_T gid_t
  32775. | #define RETSIGTYPE void
  32776. | #define HAVE_ALLOCA_H 1
  32777. | #define HAVE_ALLOCA 1
  32778. | #define HAVE_ACOSH 1
  32779. | #define HAVE_CBRT 1
  32780. | #define HAVE_CRYPT 1
  32781. | #define HAVE_DUP2 1
  32782. | #define HAVE_ERF 1
  32783. | #define HAVE_FFS 1
  32784. | #define HAVE_FINITE 1
  32785. | #define HAVE_FLOCK 1
  32786. | #define HAVE_HYPOT 1
  32787. | #define HAVE_ISINF 1
  32788. | #define HAVE_ISNAN 1
  32789. | #define HAVE_LGAMMA_R 1
  32790. | #define HAVE_MEMMOVE 1
  32791. | #define HAVE_NEXTAFTER 1
  32792. | #define HAVE_STRCHR 1
  32793. | #define HAVE_STRERROR 1
  32794. | #define HAVE_STRLCAT 1
  32795. | #define HAVE_STRLCPY 1
  32796. | #define HAVE_STRSTR 1
  32797. | #define HAVE_TGAMMA 1
  32798. | #define SPT_TYPE SPT_REUSEARGV
  32799. | #define HAVE_SIGNBIT 1
  32800. | #define HAVE_FORK 1
  32801. | #define vfork fork
  32802. | #define HAVE_WORKING_FORK 1
  32803. | #define HAVE___SYSCALL 1
  32804. | #define HAVE__LONGJMP 1
  32805. | #define HAVE_ARC4RANDOM_BUF 1
  32806. | #define HAVE_ATAN2L 1
  32807. | #define HAVE_ATAN2F 1
  32808. | #define HAVE_CHROOT 1
  32809. | #define HAVE_COSH 1
  32810. | #define HAVE_DIRFD 1
  32811. | #define HAVE_DLOPEN 1
  32812. | #define HAVE_DLADDR 1
  32813. | #define HAVE_DUP 1
  32814. | #define HAVE_ENDGRENT 1
  32815. | #define HAVE_FCHMOD 1
  32816. | #define HAVE_FCHOWN 1
  32817. | #define HAVE_FCNTL 1
  32818. | #define HAVE_FGETATTRLIST 1
  32819. | #define HAVE_FMOD 1
  32820. | #define HAVE_FSYNC 1
  32821. | #define HAVE_FTRUNCATE 1
  32822. | #define HAVE_GETATTRLIST 1
  32823. | #define HAVE_GETCWD 1
  32824. | #define HAVE_GETGRNAM 1
  32825. | #define HAVE_GETGRNAM_R 1
  32826. | #define HAVE_GETGROUPS 1
  32827. | #define HAVE_GETPGID 1
  32828. | #define HAVE_GETPGRP 1
  32829. | #define HAVE_GETPRIORITY 1
  32830. | #define HAVE_GETPWNAM_R 1
  32831. | #define HAVE_GETRLIMIT 1
  32832. | #define HAVE_GETSID 1
  32833. | #define HAVE_GETTIMEOFDAY 1
  32834. | #define HAVE_GMTIME_R 1
  32835. | #define HAVE_INITGROUPS 1
  32836. | #define HAVE_IOCTL 1
  32837. | #define HAVE_ISSETUGID 1
  32838. | #define HAVE_KILLPG 1
  32839. | #define HAVE_LCHMOD 1
  32840. | #define HAVE_LCHOWN 1
  32841. | #define HAVE_LINK 1
  32842. | #define HAVE_LLABS 1
  32843. | #define HAVE_LOCKF 1
  32844. | #define HAVE_LOG2 1
  32845. | #define HAVE_LSTAT 1
  32846. | #define HAVE_MALLOC_SIZE 1
  32847. | #define HAVE_MBLEN 1
  32848. | #define HAVE_MEMSET_S 1
  32849. | #define HAVE_WRITEV 1
  32850. | #define HAVE_MKFIFO 1
  32851. | #define HAVE_MKNOD 1
  32852. | #define HAVE_MKTIME 1
  32853. | #define HAVE_POLL 1
  32854. | #define HAVE_POSIX_MEMALIGN 1
  32855. | #define HAVE_PREAD 1
  32856. | #define HAVE_QSORT_R 1
  32857. | #define HAVE_READLINK 1
  32858. | #define HAVE_ROUND 1
  32859. | #define HAVE_SEEKDIR 1
  32860. | #define HAVE_SENDFILE 1
  32861. | #define HAVE_SETEGID 1
  32862. | #define HAVE_SETENV 1
  32863. | #define HAVE_SETEUID 1
  32864. | #define HAVE_SETGID 1
  32865. | #define HAVE_SETGROUPS 1
  32866. | #define HAVE_SETPGID 1
  32867. | #define HAVE_SETPGRP 1
  32868. | #define HAVE_SETREGID 1
  32869. | #define HAVE_SETREUID 1
  32870. | #define HAVE_SETRGID 1
  32871. | #define HAVE_SETRLIMIT 1
  32872. | #define HAVE_SETRUID 1
  32873. | #define HAVE_SETSID 1
  32874. | #define HAVE_SETUID 1
  32875. | #define HAVE_SHUTDOWN 1
  32876. | #define HAVE_SIGACTION 1
  32877. | #define HAVE_SIGALTSTACK 1
  32878. | #define HAVE_SIGPROCMASK 1
  32879. | #define HAVE_SINH 1
  32880. | #define HAVE_SYMLINK 1
  32881. | #define HAVE_SYSCALL 1
  32882. | #define HAVE_SYSCONF 1
  32883. | #define HAVE_TANH 1
  32884. | #define HAVE_TELLDIR 1
  32885. | #define HAVE_TIMEGM 1
  32886. | #define HAVE_TIMES 1
  32887. | #define HAVE_TRUNCATE 1
  32888. | #define HAVE_UNSETENV 1
  32889. | #define HAVE_UTIMES 1
  32890. | #define HAVE_WAIT4 1
  32891. | #define HAVE_WAITPID 1
  32892. | #if !defined __STDC_WANT_LIB_EXT1__
  32893. | #define __STDC_WANT_LIB_EXT1__ 1
  32894. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  32895. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  32896. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  32897. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  32898. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  32899. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  32900. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  32901. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  32902. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  32903. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  32904. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  32905. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  32906. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  32907. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  32908. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  32909. | #define HAVE_BSD_QSORT_R 1
  32910. | #define ATAN2_INF_C99 1
  32911. | #define LGAMMA_R_PM0_FIX 1
  32912. | #define HAVE_STRUCT_TM_TM_ZONE 1
  32913. | #define HAVE_TM_ZONE 1
  32914. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  32915. | #define HAVE_DAYLIGHT 1
  32916. | #define HAVE_VAR_TIMEZONE 1
  32917. | #define TYPEOF_VAR_TIMEZONE long
  32918. | #define HAVE_TIMEZONE 1
  32919. | #define TIMEZONE_VOID 1
  32920. | #define NEGATIVE_TIME_T 1
  32921. | #define POSIX_SIGNAL 1
  32922. | #define HAVE_SIG_T 1
  32923. | #define RSHIFT(x,y) ((x)>>(int)(y))
  32924. | #define HAVE__SC_CLK_TCK 1
  32925. | #define STACK_GROW_DIRECTION -1
  32926. | #define _REENTRANT 1
  32927. | #define _THREAD_SAFE 1
  32928. | #define HAVE_LIBPTHREAD 1
  32929. | #define HAVE_SCHED_YIELD 1
  32930. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  32931. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  32932. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  32933. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  32934. | /* end confdefs.h. */
  32935. | /* Define pthread_stackseg_np to an innocuous variant, in case <limits.h> declares pthread_stackseg_np.
  32936. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  32937. | #define pthread_stackseg_np innocuous_pthread_stackseg_np
  32938. |
  32939. | /* System header to define __stub macros and hopefully few prototypes,
  32940. | which can conflict with char pthread_stackseg_np (); below.
  32941. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  32942. | <limits.h> exists even on freestanding compilers. */
  32943. |
  32944. | #ifdef __STDC__
  32945. | # include <limits.h>
  32946. | #else
  32947. | # include <assert.h>
  32948. | #endif
  32949. |
  32950. | #undef pthread_stackseg_np
  32951. |
  32952. | /* Override any GCC internal prototype to avoid an error.
  32953. | Use char because int might match the return type of a GCC
  32954. | builtin and then its argument prototype would still apply. */
  32955. | #ifdef __cplusplus
  32956. | extern "C"
  32957. | #endif
  32958. | char pthread_stackseg_np ();
  32959. | /* The GNU C library defines this for functions which it implements
  32960. | to always fail with ENOSYS. Some functions are actually named
  32961. | something starting with __ and the normal name is an alias. */
  32962. | #if defined __stub_pthread_stackseg_np || defined __stub___pthread_stackseg_np
  32963. | choke me
  32964. | #endif
  32965. |
  32966. | int
  32967. | main ()
  32968. | {
  32969. | return pthread_stackseg_np ();
  32970. | ;
  32971. | return 0;
  32972. | }
  32973. configure:23819: result: no
  32974. configure:23819: checking for pthread_getthrds_np
  32975. configure:23819: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -lpthread -ldl -lobjc >&5
  32976. Undefined symbols for architecture x86_64:
  32977. "_pthread_getthrds_np", referenced from:
  32978. _main in conftest-19173d.o
  32979. ld: symbol(s) not found for architecture x86_64
  32980. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  32981. configure:23819: $? = 1
  32982. configure: failed program was:
  32983. | /* confdefs.h */
  32984. | #define PACKAGE_NAME ""
  32985. | #define PACKAGE_TARNAME ""
  32986. | #define PACKAGE_VERSION ""
  32987. | #define PACKAGE_STRING ""
  32988. | #define PACKAGE_BUGREPORT ""
  32989. | #define PACKAGE_URL ""
  32990. | #define CANONICALIZATION_FOR_MATHN 1
  32991. | #define STDC_HEADERS 1
  32992. | #define HAVE_SYS_TYPES_H 1
  32993. | #define HAVE_SYS_STAT_H 1
  32994. | #define HAVE_STDLIB_H 1
  32995. | #define HAVE_STRING_H 1
  32996. | #define HAVE_MEMORY_H 1
  32997. | #define HAVE_STRINGS_H 1
  32998. | #define HAVE_INTTYPES_H 1
  32999. | #define HAVE_STDINT_H 1
  33000. | #define HAVE_UNISTD_H 1
  33001. | #define __EXTENSIONS__ 1
  33002. | #define _ALL_SOURCE 1
  33003. | #define _GNU_SOURCE 1
  33004. | #define _POSIX_PTHREAD_SEMANTICS 1
  33005. | #define _TANDEM_SOURCE 1
  33006. | #define HAVE_INFINITY 1
  33007. | #define HAVE_NAN 1
  33008. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  33009. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  33010. | #define BROKEN_CRYPT 1
  33011. | #define HAVE_CRT_EXTERNS_H 1
  33012. | #define HAVE_LIBDL 1
  33013. | #define HAVE_DIRENT_H 1
  33014. | #define HAVE__BOOL 1
  33015. | #define HAVE_STDBOOL_H 1
  33016. | #define HAVE_SYS_WAIT_H 1
  33017. | #define HAVE_GRP_H 1
  33018. | #define HAVE_FCNTL_H 1
  33019. | #define HAVE_FLOAT_H 1
  33020. | #define HAVE_LANGINFO_H 1
  33021. | #define HAVE_LIMITS_H 1
  33022. | #define HAVE_LOCALE_H 1
  33023. | #define HAVE_MALLOC_MALLOC_H 1
  33024. | #define HAVE_PWD_H 1
  33025. | #define HAVE_SYS_ATTR_H 1
  33026. | #define HAVE_SYS_FCNTL_H 1
  33027. | #define HAVE_SYS_FILE_H 1
  33028. | #define HAVE_SYS_IOCTL_H 1
  33029. | #define HAVE_SYS_PARAM_H 1
  33030. | #define HAVE_SYS_RESOURCE_H 1
  33031. | #define HAVE_SYS_SELECT_H 1
  33032. | #define HAVE_SYS_SOCKET_H 1
  33033. | #define HAVE_SYS_SYSCALL_H 1
  33034. | #define HAVE_SYS_TIME_H 1
  33035. | #define HAVE_SYS_TIMES_H 1
  33036. | #define HAVE_SYS_UIO_H 1
  33037. | #define HAVE_TIME_H 1
  33038. | #define HAVE_UCONTEXT_H 1
  33039. | #define HAVE_UTIME_H 1
  33040. | #define HAVE_TYPEOF 1
  33041. | #define HAVE_LONG_LONG 1
  33042. | #define HAVE_OFF_T 1
  33043. | #define SIZEOF_INT 4
  33044. | #define SIZEOF_SHORT 2
  33045. | #define SIZEOF_LONG 8
  33046. | #define SIZEOF_LONG_LONG 8
  33047. | #define SIZEOF___INT64 0
  33048. | #define SIZEOF___INT128 16
  33049. | #define SIZEOF_OFF_T 8
  33050. | #define SIZEOF_VOIDP 8
  33051. | #define SIZEOF_FLOAT 4
  33052. | #define SIZEOF_DOUBLE 8
  33053. | #define SIZEOF_TIME_T 8
  33054. | #define SIZEOF_CLOCK_T 8
  33055. | #define PACKED_STRUCT(x) x __attribute__((packed))
  33056. | #define PACKED_STRUCT_UNALIGNED(x) x
  33057. | #define PRI_LL_PREFIX "ll"
  33058. | #define rb_pid_t pid_t
  33059. | #define SIGNEDNESS_OF_PID_T -1
  33060. | #define PIDT2NUM(v) INT2NUM(v)
  33061. | #define NUM2PIDT(v) NUM2INT(v)
  33062. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  33063. | #define rb_uid_t uid_t
  33064. | #define SIGNEDNESS_OF_UID_T +1
  33065. | #define UIDT2NUM(v) UINT2NUM(v)
  33066. | #define NUM2UIDT(v) NUM2UINT(v)
  33067. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  33068. | #define rb_gid_t gid_t
  33069. | #define SIGNEDNESS_OF_GID_T +1
  33070. | #define GIDT2NUM(v) UINT2NUM(v)
  33071. | #define NUM2GIDT(v) NUM2UINT(v)
  33072. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  33073. | #define rb_time_t time_t
  33074. | #define SIGNEDNESS_OF_TIME_T -1
  33075. | #define TIMET2NUM(v) LONG2NUM(v)
  33076. | #define NUM2TIMET(v) NUM2LONG(v)
  33077. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  33078. | #define rb_dev_t dev_t
  33079. | #define SIGNEDNESS_OF_DEV_T -1
  33080. | #define DEVT2NUM(v) INT2NUM(v)
  33081. | #define NUM2DEVT(v) NUM2INT(v)
  33082. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  33083. | #define rb_mode_t mode_t
  33084. | #define SIGNEDNESS_OF_MODE_T +1
  33085. | #define MODET2NUM(v) UINT2NUM(v)
  33086. | #define NUM2MODET(v) NUM2UINT(v)
  33087. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  33088. | #define rb_rlim_t rlim_t
  33089. | #define SIGNEDNESS_OF_RLIM_T +1
  33090. | #define RLIM2NUM(v) ULL2NUM(v)
  33091. | #define NUM2RLIM(v) NUM2ULL(v)
  33092. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  33093. | #define rb_off_t off_t
  33094. | #define SIGNEDNESS_OF_OFF_T -1
  33095. | #define OFFT2NUM(v) LL2NUM(v)
  33096. | #define NUM2OFFT(v) NUM2LL(v)
  33097. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  33098. | #define rb_clockid_t int
  33099. | #define SIGNEDNESS_OF_CLOCKID_T -1
  33100. | #define CLOCKID2NUM(v) INT2NUM(v)
  33101. | #define NUM2CLOCKID(v) NUM2INT(v)
  33102. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  33103. | #define HAVE_PROTOTYPES 1
  33104. | #define TOKEN_PASTE(x,y) x##y
  33105. | #define STRINGIZE(expr) STRINGIZE0(expr)
  33106. | #define HAVE_STDARG_PROTOTYPES 1
  33107. | #define HAVE_VA_ARGS_MACRO 1
  33108. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  33109. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  33110. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  33111. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  33112. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  33113. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  33114. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  33115. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  33116. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  33117. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  33118. | #define WEAK(x) __attribute__ ((__weak__)) x
  33119. | #define HAVE_FUNC_WEAK 1
  33120. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  33121. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  33122. | #define HAVE_GCC_SYNC_BUILTINS 1
  33123. | #define UNREACHABLE __builtin_unreachable()
  33124. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  33125. | #define RUBY_FUNCTION_NAME_STRING __func__
  33126. | #define ENUM_OVER_INT 1
  33127. | #define HAVE_DECL_SYS_NERR 1
  33128. | #define HAVE_DECL_GETENV 1
  33129. | #define SIZEOF_SIZE_T 8
  33130. | #define SIZEOF_PTRDIFF_T 8
  33131. | #define PRI_SIZE_PREFIX "z"
  33132. | #define PRI_PTRDIFF_PREFIX "t"
  33133. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  33134. | #define HAVE_ST_BLKSIZE 1
  33135. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  33136. | #define HAVE_ST_BLOCKS 1
  33137. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  33138. | #define HAVE_ST_RDEV 1
  33139. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  33140. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  33141. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  33142. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  33143. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  33144. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  33145. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  33146. | #define HAVE_STRUCT_TIMEVAL 1
  33147. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  33148. | #define HAVE_STRUCT_TIMESPEC 1
  33149. | #define HAVE_STRUCT_TIMEZONE 1
  33150. | #define HAVE_RB_FD_INIT 1
  33151. | #define HAVE_INT8_T 1
  33152. | #define SIZEOF_INT8_T 1
  33153. | #define HAVE_UINT8_T 1
  33154. | #define SIZEOF_UINT8_T 1
  33155. | #define HAVE_INT16_T 1
  33156. | #define SIZEOF_INT16_T 2
  33157. | #define HAVE_UINT16_T 1
  33158. | #define SIZEOF_UINT16_T 2
  33159. | #define HAVE_INT32_T 1
  33160. | #define SIZEOF_INT32_T 4
  33161. | #define HAVE_UINT32_T 1
  33162. | #define SIZEOF_UINT32_T 4
  33163. | #define HAVE_INT64_T 1
  33164. | #define SIZEOF_INT64_T 8
  33165. | #define HAVE_UINT64_T 1
  33166. | #define SIZEOF_UINT64_T 8
  33167. | #define HAVE_INT128_T 1
  33168. | #define int128_t __int128
  33169. | #define SIZEOF_INT128_T SIZEOF___INT128
  33170. | #define HAVE_UINT128_T 1
  33171. | #define uint128_t unsigned __int128
  33172. | #define SIZEOF_UINT128_T SIZEOF___INT128
  33173. | #define HAVE_INTPTR_T 1
  33174. | #define SIZEOF_INTPTR_T 8
  33175. | #define HAVE_UINTPTR_T 1
  33176. | #define SIZEOF_UINTPTR_T 8
  33177. | #define HAVE_SSIZE_T 1
  33178. | #define SIZEOF_SSIZE_T 8
  33179. | #define GETGROUPS_T gid_t
  33180. | #define RETSIGTYPE void
  33181. | #define HAVE_ALLOCA_H 1
  33182. | #define HAVE_ALLOCA 1
  33183. | #define HAVE_ACOSH 1
  33184. | #define HAVE_CBRT 1
  33185. | #define HAVE_CRYPT 1
  33186. | #define HAVE_DUP2 1
  33187. | #define HAVE_ERF 1
  33188. | #define HAVE_FFS 1
  33189. | #define HAVE_FINITE 1
  33190. | #define HAVE_FLOCK 1
  33191. | #define HAVE_HYPOT 1
  33192. | #define HAVE_ISINF 1
  33193. | #define HAVE_ISNAN 1
  33194. | #define HAVE_LGAMMA_R 1
  33195. | #define HAVE_MEMMOVE 1
  33196. | #define HAVE_NEXTAFTER 1
  33197. | #define HAVE_STRCHR 1
  33198. | #define HAVE_STRERROR 1
  33199. | #define HAVE_STRLCAT 1
  33200. | #define HAVE_STRLCPY 1
  33201. | #define HAVE_STRSTR 1
  33202. | #define HAVE_TGAMMA 1
  33203. | #define SPT_TYPE SPT_REUSEARGV
  33204. | #define HAVE_SIGNBIT 1
  33205. | #define HAVE_FORK 1
  33206. | #define vfork fork
  33207. | #define HAVE_WORKING_FORK 1
  33208. | #define HAVE___SYSCALL 1
  33209. | #define HAVE__LONGJMP 1
  33210. | #define HAVE_ARC4RANDOM_BUF 1
  33211. | #define HAVE_ATAN2L 1
  33212. | #define HAVE_ATAN2F 1
  33213. | #define HAVE_CHROOT 1
  33214. | #define HAVE_COSH 1
  33215. | #define HAVE_DIRFD 1
  33216. | #define HAVE_DLOPEN 1
  33217. | #define HAVE_DLADDR 1
  33218. | #define HAVE_DUP 1
  33219. | #define HAVE_ENDGRENT 1
  33220. | #define HAVE_FCHMOD 1
  33221. | #define HAVE_FCHOWN 1
  33222. | #define HAVE_FCNTL 1
  33223. | #define HAVE_FGETATTRLIST 1
  33224. | #define HAVE_FMOD 1
  33225. | #define HAVE_FSYNC 1
  33226. | #define HAVE_FTRUNCATE 1
  33227. | #define HAVE_GETATTRLIST 1
  33228. | #define HAVE_GETCWD 1
  33229. | #define HAVE_GETGRNAM 1
  33230. | #define HAVE_GETGRNAM_R 1
  33231. | #define HAVE_GETGROUPS 1
  33232. | #define HAVE_GETPGID 1
  33233. | #define HAVE_GETPGRP 1
  33234. | #define HAVE_GETPRIORITY 1
  33235. | #define HAVE_GETPWNAM_R 1
  33236. | #define HAVE_GETRLIMIT 1
  33237. | #define HAVE_GETSID 1
  33238. | #define HAVE_GETTIMEOFDAY 1
  33239. | #define HAVE_GMTIME_R 1
  33240. | #define HAVE_INITGROUPS 1
  33241. | #define HAVE_IOCTL 1
  33242. | #define HAVE_ISSETUGID 1
  33243. | #define HAVE_KILLPG 1
  33244. | #define HAVE_LCHMOD 1
  33245. | #define HAVE_LCHOWN 1
  33246. | #define HAVE_LINK 1
  33247. | #define HAVE_LLABS 1
  33248. | #define HAVE_LOCKF 1
  33249. | #define HAVE_LOG2 1
  33250. | #define HAVE_LSTAT 1
  33251. | #define HAVE_MALLOC_SIZE 1
  33252. | #define HAVE_MBLEN 1
  33253. | #define HAVE_MEMSET_S 1
  33254. | #define HAVE_WRITEV 1
  33255. | #define HAVE_MKFIFO 1
  33256. | #define HAVE_MKNOD 1
  33257. | #define HAVE_MKTIME 1
  33258. | #define HAVE_POLL 1
  33259. | #define HAVE_POSIX_MEMALIGN 1
  33260. | #define HAVE_PREAD 1
  33261. | #define HAVE_QSORT_R 1
  33262. | #define HAVE_READLINK 1
  33263. | #define HAVE_ROUND 1
  33264. | #define HAVE_SEEKDIR 1
  33265. | #define HAVE_SENDFILE 1
  33266. | #define HAVE_SETEGID 1
  33267. | #define HAVE_SETENV 1
  33268. | #define HAVE_SETEUID 1
  33269. | #define HAVE_SETGID 1
  33270. | #define HAVE_SETGROUPS 1
  33271. | #define HAVE_SETPGID 1
  33272. | #define HAVE_SETPGRP 1
  33273. | #define HAVE_SETREGID 1
  33274. | #define HAVE_SETREUID 1
  33275. | #define HAVE_SETRGID 1
  33276. | #define HAVE_SETRLIMIT 1
  33277. | #define HAVE_SETRUID 1
  33278. | #define HAVE_SETSID 1
  33279. | #define HAVE_SETUID 1
  33280. | #define HAVE_SHUTDOWN 1
  33281. | #define HAVE_SIGACTION 1
  33282. | #define HAVE_SIGALTSTACK 1
  33283. | #define HAVE_SIGPROCMASK 1
  33284. | #define HAVE_SINH 1
  33285. | #define HAVE_SYMLINK 1
  33286. | #define HAVE_SYSCALL 1
  33287. | #define HAVE_SYSCONF 1
  33288. | #define HAVE_TANH 1
  33289. | #define HAVE_TELLDIR 1
  33290. | #define HAVE_TIMEGM 1
  33291. | #define HAVE_TIMES 1
  33292. | #define HAVE_TRUNCATE 1
  33293. | #define HAVE_UNSETENV 1
  33294. | #define HAVE_UTIMES 1
  33295. | #define HAVE_WAIT4 1
  33296. | #define HAVE_WAITPID 1
  33297. | #if !defined __STDC_WANT_LIB_EXT1__
  33298. | #define __STDC_WANT_LIB_EXT1__ 1
  33299. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  33300. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  33301. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  33302. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  33303. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  33304. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  33305. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  33306. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  33307. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  33308. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  33309. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  33310. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  33311. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  33312. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  33313. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  33314. | #define HAVE_BSD_QSORT_R 1
  33315. | #define ATAN2_INF_C99 1
  33316. | #define LGAMMA_R_PM0_FIX 1
  33317. | #define HAVE_STRUCT_TM_TM_ZONE 1
  33318. | #define HAVE_TM_ZONE 1
  33319. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  33320. | #define HAVE_DAYLIGHT 1
  33321. | #define HAVE_VAR_TIMEZONE 1
  33322. | #define TYPEOF_VAR_TIMEZONE long
  33323. | #define HAVE_TIMEZONE 1
  33324. | #define TIMEZONE_VOID 1
  33325. | #define NEGATIVE_TIME_T 1
  33326. | #define POSIX_SIGNAL 1
  33327. | #define HAVE_SIG_T 1
  33328. | #define RSHIFT(x,y) ((x)>>(int)(y))
  33329. | #define HAVE__SC_CLK_TCK 1
  33330. | #define STACK_GROW_DIRECTION -1
  33331. | #define _REENTRANT 1
  33332. | #define _THREAD_SAFE 1
  33333. | #define HAVE_LIBPTHREAD 1
  33334. | #define HAVE_SCHED_YIELD 1
  33335. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  33336. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  33337. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  33338. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  33339. | /* end confdefs.h. */
  33340. | /* Define pthread_getthrds_np to an innocuous variant, in case <limits.h> declares pthread_getthrds_np.
  33341. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  33342. | #define pthread_getthrds_np innocuous_pthread_getthrds_np
  33343. |
  33344. | /* System header to define __stub macros and hopefully few prototypes,
  33345. | which can conflict with char pthread_getthrds_np (); below.
  33346. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  33347. | <limits.h> exists even on freestanding compilers. */
  33348. |
  33349. | #ifdef __STDC__
  33350. | # include <limits.h>
  33351. | #else
  33352. | # include <assert.h>
  33353. | #endif
  33354. |
  33355. | #undef pthread_getthrds_np
  33356. |
  33357. | /* Override any GCC internal prototype to avoid an error.
  33358. | Use char because int might match the return type of a GCC
  33359. | builtin and then its argument prototype would still apply. */
  33360. | #ifdef __cplusplus
  33361. | extern "C"
  33362. | #endif
  33363. | char pthread_getthrds_np ();
  33364. | /* The GNU C library defines this for functions which it implements
  33365. | to always fail with ENOSYS. Some functions are actually named
  33366. | something starting with __ and the normal name is an alias. */
  33367. | #if defined __stub_pthread_getthrds_np || defined __stub___pthread_getthrds_np
  33368. | choke me
  33369. | #endif
  33370. |
  33371. | int
  33372. | main ()
  33373. | {
  33374. | return pthread_getthrds_np ();
  33375. | ;
  33376. | return 0;
  33377. | }
  33378. configure:23819: result: no
  33379. configure:23819: checking for pthread_cond_init
  33380. configure:23819: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -lpthread -ldl -lobjc >&5
  33381. configure:23819: $? = 0
  33382. configure:23819: result: yes
  33383. configure:23819: checking for pthread_condattr_setclock
  33384. configure:23819: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -lpthread -ldl -lobjc >&5
  33385. Undefined symbols for architecture x86_64:
  33386. "_pthread_condattr_setclock", referenced from:
  33387. _main in conftest-afadd4.o
  33388. ld: symbol(s) not found for architecture x86_64
  33389. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  33390. configure:23819: $? = 1
  33391. configure: failed program was:
  33392. | /* confdefs.h */
  33393. | #define PACKAGE_NAME ""
  33394. | #define PACKAGE_TARNAME ""
  33395. | #define PACKAGE_VERSION ""
  33396. | #define PACKAGE_STRING ""
  33397. | #define PACKAGE_BUGREPORT ""
  33398. | #define PACKAGE_URL ""
  33399. | #define CANONICALIZATION_FOR_MATHN 1
  33400. | #define STDC_HEADERS 1
  33401. | #define HAVE_SYS_TYPES_H 1
  33402. | #define HAVE_SYS_STAT_H 1
  33403. | #define HAVE_STDLIB_H 1
  33404. | #define HAVE_STRING_H 1
  33405. | #define HAVE_MEMORY_H 1
  33406. | #define HAVE_STRINGS_H 1
  33407. | #define HAVE_INTTYPES_H 1
  33408. | #define HAVE_STDINT_H 1
  33409. | #define HAVE_UNISTD_H 1
  33410. | #define __EXTENSIONS__ 1
  33411. | #define _ALL_SOURCE 1
  33412. | #define _GNU_SOURCE 1
  33413. | #define _POSIX_PTHREAD_SEMANTICS 1
  33414. | #define _TANDEM_SOURCE 1
  33415. | #define HAVE_INFINITY 1
  33416. | #define HAVE_NAN 1
  33417. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  33418. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  33419. | #define BROKEN_CRYPT 1
  33420. | #define HAVE_CRT_EXTERNS_H 1
  33421. | #define HAVE_LIBDL 1
  33422. | #define HAVE_DIRENT_H 1
  33423. | #define HAVE__BOOL 1
  33424. | #define HAVE_STDBOOL_H 1
  33425. | #define HAVE_SYS_WAIT_H 1
  33426. | #define HAVE_GRP_H 1
  33427. | #define HAVE_FCNTL_H 1
  33428. | #define HAVE_FLOAT_H 1
  33429. | #define HAVE_LANGINFO_H 1
  33430. | #define HAVE_LIMITS_H 1
  33431. | #define HAVE_LOCALE_H 1
  33432. | #define HAVE_MALLOC_MALLOC_H 1
  33433. | #define HAVE_PWD_H 1
  33434. | #define HAVE_SYS_ATTR_H 1
  33435. | #define HAVE_SYS_FCNTL_H 1
  33436. | #define HAVE_SYS_FILE_H 1
  33437. | #define HAVE_SYS_IOCTL_H 1
  33438. | #define HAVE_SYS_PARAM_H 1
  33439. | #define HAVE_SYS_RESOURCE_H 1
  33440. | #define HAVE_SYS_SELECT_H 1
  33441. | #define HAVE_SYS_SOCKET_H 1
  33442. | #define HAVE_SYS_SYSCALL_H 1
  33443. | #define HAVE_SYS_TIME_H 1
  33444. | #define HAVE_SYS_TIMES_H 1
  33445. | #define HAVE_SYS_UIO_H 1
  33446. | #define HAVE_TIME_H 1
  33447. | #define HAVE_UCONTEXT_H 1
  33448. | #define HAVE_UTIME_H 1
  33449. | #define HAVE_TYPEOF 1
  33450. | #define HAVE_LONG_LONG 1
  33451. | #define HAVE_OFF_T 1
  33452. | #define SIZEOF_INT 4
  33453. | #define SIZEOF_SHORT 2
  33454. | #define SIZEOF_LONG 8
  33455. | #define SIZEOF_LONG_LONG 8
  33456. | #define SIZEOF___INT64 0
  33457. | #define SIZEOF___INT128 16
  33458. | #define SIZEOF_OFF_T 8
  33459. | #define SIZEOF_VOIDP 8
  33460. | #define SIZEOF_FLOAT 4
  33461. | #define SIZEOF_DOUBLE 8
  33462. | #define SIZEOF_TIME_T 8
  33463. | #define SIZEOF_CLOCK_T 8
  33464. | #define PACKED_STRUCT(x) x __attribute__((packed))
  33465. | #define PACKED_STRUCT_UNALIGNED(x) x
  33466. | #define PRI_LL_PREFIX "ll"
  33467. | #define rb_pid_t pid_t
  33468. | #define SIGNEDNESS_OF_PID_T -1
  33469. | #define PIDT2NUM(v) INT2NUM(v)
  33470. | #define NUM2PIDT(v) NUM2INT(v)
  33471. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  33472. | #define rb_uid_t uid_t
  33473. | #define SIGNEDNESS_OF_UID_T +1
  33474. | #define UIDT2NUM(v) UINT2NUM(v)
  33475. | #define NUM2UIDT(v) NUM2UINT(v)
  33476. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  33477. | #define rb_gid_t gid_t
  33478. | #define SIGNEDNESS_OF_GID_T +1
  33479. | #define GIDT2NUM(v) UINT2NUM(v)
  33480. | #define NUM2GIDT(v) NUM2UINT(v)
  33481. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  33482. | #define rb_time_t time_t
  33483. | #define SIGNEDNESS_OF_TIME_T -1
  33484. | #define TIMET2NUM(v) LONG2NUM(v)
  33485. | #define NUM2TIMET(v) NUM2LONG(v)
  33486. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  33487. | #define rb_dev_t dev_t
  33488. | #define SIGNEDNESS_OF_DEV_T -1
  33489. | #define DEVT2NUM(v) INT2NUM(v)
  33490. | #define NUM2DEVT(v) NUM2INT(v)
  33491. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  33492. | #define rb_mode_t mode_t
  33493. | #define SIGNEDNESS_OF_MODE_T +1
  33494. | #define MODET2NUM(v) UINT2NUM(v)
  33495. | #define NUM2MODET(v) NUM2UINT(v)
  33496. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  33497. | #define rb_rlim_t rlim_t
  33498. | #define SIGNEDNESS_OF_RLIM_T +1
  33499. | #define RLIM2NUM(v) ULL2NUM(v)
  33500. | #define NUM2RLIM(v) NUM2ULL(v)
  33501. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  33502. | #define rb_off_t off_t
  33503. | #define SIGNEDNESS_OF_OFF_T -1
  33504. | #define OFFT2NUM(v) LL2NUM(v)
  33505. | #define NUM2OFFT(v) NUM2LL(v)
  33506. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  33507. | #define rb_clockid_t int
  33508. | #define SIGNEDNESS_OF_CLOCKID_T -1
  33509. | #define CLOCKID2NUM(v) INT2NUM(v)
  33510. | #define NUM2CLOCKID(v) NUM2INT(v)
  33511. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  33512. | #define HAVE_PROTOTYPES 1
  33513. | #define TOKEN_PASTE(x,y) x##y
  33514. | #define STRINGIZE(expr) STRINGIZE0(expr)
  33515. | #define HAVE_STDARG_PROTOTYPES 1
  33516. | #define HAVE_VA_ARGS_MACRO 1
  33517. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  33518. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  33519. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  33520. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  33521. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  33522. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  33523. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  33524. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  33525. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  33526. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  33527. | #define WEAK(x) __attribute__ ((__weak__)) x
  33528. | #define HAVE_FUNC_WEAK 1
  33529. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  33530. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  33531. | #define HAVE_GCC_SYNC_BUILTINS 1
  33532. | #define UNREACHABLE __builtin_unreachable()
  33533. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  33534. | #define RUBY_FUNCTION_NAME_STRING __func__
  33535. | #define ENUM_OVER_INT 1
  33536. | #define HAVE_DECL_SYS_NERR 1
  33537. | #define HAVE_DECL_GETENV 1
  33538. | #define SIZEOF_SIZE_T 8
  33539. | #define SIZEOF_PTRDIFF_T 8
  33540. | #define PRI_SIZE_PREFIX "z"
  33541. | #define PRI_PTRDIFF_PREFIX "t"
  33542. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  33543. | #define HAVE_ST_BLKSIZE 1
  33544. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  33545. | #define HAVE_ST_BLOCKS 1
  33546. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  33547. | #define HAVE_ST_RDEV 1
  33548. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  33549. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  33550. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  33551. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  33552. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  33553. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  33554. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  33555. | #define HAVE_STRUCT_TIMEVAL 1
  33556. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  33557. | #define HAVE_STRUCT_TIMESPEC 1
  33558. | #define HAVE_STRUCT_TIMEZONE 1
  33559. | #define HAVE_RB_FD_INIT 1
  33560. | #define HAVE_INT8_T 1
  33561. | #define SIZEOF_INT8_T 1
  33562. | #define HAVE_UINT8_T 1
  33563. | #define SIZEOF_UINT8_T 1
  33564. | #define HAVE_INT16_T 1
  33565. | #define SIZEOF_INT16_T 2
  33566. | #define HAVE_UINT16_T 1
  33567. | #define SIZEOF_UINT16_T 2
  33568. | #define HAVE_INT32_T 1
  33569. | #define SIZEOF_INT32_T 4
  33570. | #define HAVE_UINT32_T 1
  33571. | #define SIZEOF_UINT32_T 4
  33572. | #define HAVE_INT64_T 1
  33573. | #define SIZEOF_INT64_T 8
  33574. | #define HAVE_UINT64_T 1
  33575. | #define SIZEOF_UINT64_T 8
  33576. | #define HAVE_INT128_T 1
  33577. | #define int128_t __int128
  33578. | #define SIZEOF_INT128_T SIZEOF___INT128
  33579. | #define HAVE_UINT128_T 1
  33580. | #define uint128_t unsigned __int128
  33581. | #define SIZEOF_UINT128_T SIZEOF___INT128
  33582. | #define HAVE_INTPTR_T 1
  33583. | #define SIZEOF_INTPTR_T 8
  33584. | #define HAVE_UINTPTR_T 1
  33585. | #define SIZEOF_UINTPTR_T 8
  33586. | #define HAVE_SSIZE_T 1
  33587. | #define SIZEOF_SSIZE_T 8
  33588. | #define GETGROUPS_T gid_t
  33589. | #define RETSIGTYPE void
  33590. | #define HAVE_ALLOCA_H 1
  33591. | #define HAVE_ALLOCA 1
  33592. | #define HAVE_ACOSH 1
  33593. | #define HAVE_CBRT 1
  33594. | #define HAVE_CRYPT 1
  33595. | #define HAVE_DUP2 1
  33596. | #define HAVE_ERF 1
  33597. | #define HAVE_FFS 1
  33598. | #define HAVE_FINITE 1
  33599. | #define HAVE_FLOCK 1
  33600. | #define HAVE_HYPOT 1
  33601. | #define HAVE_ISINF 1
  33602. | #define HAVE_ISNAN 1
  33603. | #define HAVE_LGAMMA_R 1
  33604. | #define HAVE_MEMMOVE 1
  33605. | #define HAVE_NEXTAFTER 1
  33606. | #define HAVE_STRCHR 1
  33607. | #define HAVE_STRERROR 1
  33608. | #define HAVE_STRLCAT 1
  33609. | #define HAVE_STRLCPY 1
  33610. | #define HAVE_STRSTR 1
  33611. | #define HAVE_TGAMMA 1
  33612. | #define SPT_TYPE SPT_REUSEARGV
  33613. | #define HAVE_SIGNBIT 1
  33614. | #define HAVE_FORK 1
  33615. | #define vfork fork
  33616. | #define HAVE_WORKING_FORK 1
  33617. | #define HAVE___SYSCALL 1
  33618. | #define HAVE__LONGJMP 1
  33619. | #define HAVE_ARC4RANDOM_BUF 1
  33620. | #define HAVE_ATAN2L 1
  33621. | #define HAVE_ATAN2F 1
  33622. | #define HAVE_CHROOT 1
  33623. | #define HAVE_COSH 1
  33624. | #define HAVE_DIRFD 1
  33625. | #define HAVE_DLOPEN 1
  33626. | #define HAVE_DLADDR 1
  33627. | #define HAVE_DUP 1
  33628. | #define HAVE_ENDGRENT 1
  33629. | #define HAVE_FCHMOD 1
  33630. | #define HAVE_FCHOWN 1
  33631. | #define HAVE_FCNTL 1
  33632. | #define HAVE_FGETATTRLIST 1
  33633. | #define HAVE_FMOD 1
  33634. | #define HAVE_FSYNC 1
  33635. | #define HAVE_FTRUNCATE 1
  33636. | #define HAVE_GETATTRLIST 1
  33637. | #define HAVE_GETCWD 1
  33638. | #define HAVE_GETGRNAM 1
  33639. | #define HAVE_GETGRNAM_R 1
  33640. | #define HAVE_GETGROUPS 1
  33641. | #define HAVE_GETPGID 1
  33642. | #define HAVE_GETPGRP 1
  33643. | #define HAVE_GETPRIORITY 1
  33644. | #define HAVE_GETPWNAM_R 1
  33645. | #define HAVE_GETRLIMIT 1
  33646. | #define HAVE_GETSID 1
  33647. | #define HAVE_GETTIMEOFDAY 1
  33648. | #define HAVE_GMTIME_R 1
  33649. | #define HAVE_INITGROUPS 1
  33650. | #define HAVE_IOCTL 1
  33651. | #define HAVE_ISSETUGID 1
  33652. | #define HAVE_KILLPG 1
  33653. | #define HAVE_LCHMOD 1
  33654. | #define HAVE_LCHOWN 1
  33655. | #define HAVE_LINK 1
  33656. | #define HAVE_LLABS 1
  33657. | #define HAVE_LOCKF 1
  33658. | #define HAVE_LOG2 1
  33659. | #define HAVE_LSTAT 1
  33660. | #define HAVE_MALLOC_SIZE 1
  33661. | #define HAVE_MBLEN 1
  33662. | #define HAVE_MEMSET_S 1
  33663. | #define HAVE_WRITEV 1
  33664. | #define HAVE_MKFIFO 1
  33665. | #define HAVE_MKNOD 1
  33666. | #define HAVE_MKTIME 1
  33667. | #define HAVE_POLL 1
  33668. | #define HAVE_POSIX_MEMALIGN 1
  33669. | #define HAVE_PREAD 1
  33670. | #define HAVE_QSORT_R 1
  33671. | #define HAVE_READLINK 1
  33672. | #define HAVE_ROUND 1
  33673. | #define HAVE_SEEKDIR 1
  33674. | #define HAVE_SENDFILE 1
  33675. | #define HAVE_SETEGID 1
  33676. | #define HAVE_SETENV 1
  33677. | #define HAVE_SETEUID 1
  33678. | #define HAVE_SETGID 1
  33679. | #define HAVE_SETGROUPS 1
  33680. | #define HAVE_SETPGID 1
  33681. | #define HAVE_SETPGRP 1
  33682. | #define HAVE_SETREGID 1
  33683. | #define HAVE_SETREUID 1
  33684. | #define HAVE_SETRGID 1
  33685. | #define HAVE_SETRLIMIT 1
  33686. | #define HAVE_SETRUID 1
  33687. | #define HAVE_SETSID 1
  33688. | #define HAVE_SETUID 1
  33689. | #define HAVE_SHUTDOWN 1
  33690. | #define HAVE_SIGACTION 1
  33691. | #define HAVE_SIGALTSTACK 1
  33692. | #define HAVE_SIGPROCMASK 1
  33693. | #define HAVE_SINH 1
  33694. | #define HAVE_SYMLINK 1
  33695. | #define HAVE_SYSCALL 1
  33696. | #define HAVE_SYSCONF 1
  33697. | #define HAVE_TANH 1
  33698. | #define HAVE_TELLDIR 1
  33699. | #define HAVE_TIMEGM 1
  33700. | #define HAVE_TIMES 1
  33701. | #define HAVE_TRUNCATE 1
  33702. | #define HAVE_UNSETENV 1
  33703. | #define HAVE_UTIMES 1
  33704. | #define HAVE_WAIT4 1
  33705. | #define HAVE_WAITPID 1
  33706. | #if !defined __STDC_WANT_LIB_EXT1__
  33707. | #define __STDC_WANT_LIB_EXT1__ 1
  33708. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  33709. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  33710. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  33711. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  33712. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  33713. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  33714. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  33715. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  33716. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  33717. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  33718. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  33719. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  33720. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  33721. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  33722. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  33723. | #define HAVE_BSD_QSORT_R 1
  33724. | #define ATAN2_INF_C99 1
  33725. | #define LGAMMA_R_PM0_FIX 1
  33726. | #define HAVE_STRUCT_TM_TM_ZONE 1
  33727. | #define HAVE_TM_ZONE 1
  33728. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  33729. | #define HAVE_DAYLIGHT 1
  33730. | #define HAVE_VAR_TIMEZONE 1
  33731. | #define TYPEOF_VAR_TIMEZONE long
  33732. | #define HAVE_TIMEZONE 1
  33733. | #define TIMEZONE_VOID 1
  33734. | #define NEGATIVE_TIME_T 1
  33735. | #define POSIX_SIGNAL 1
  33736. | #define HAVE_SIG_T 1
  33737. | #define RSHIFT(x,y) ((x)>>(int)(y))
  33738. | #define HAVE__SC_CLK_TCK 1
  33739. | #define STACK_GROW_DIRECTION -1
  33740. | #define _REENTRANT 1
  33741. | #define _THREAD_SAFE 1
  33742. | #define HAVE_LIBPTHREAD 1
  33743. | #define HAVE_SCHED_YIELD 1
  33744. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  33745. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  33746. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  33747. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  33748. | #define HAVE_PTHREAD_COND_INIT 1
  33749. | /* end confdefs.h. */
  33750. | /* Define pthread_condattr_setclock to an innocuous variant, in case <limits.h> declares pthread_condattr_setclock.
  33751. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  33752. | #define pthread_condattr_setclock innocuous_pthread_condattr_setclock
  33753. |
  33754. | /* System header to define __stub macros and hopefully few prototypes,
  33755. | which can conflict with char pthread_condattr_setclock (); below.
  33756. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  33757. | <limits.h> exists even on freestanding compilers. */
  33758. |
  33759. | #ifdef __STDC__
  33760. | # include <limits.h>
  33761. | #else
  33762. | # include <assert.h>
  33763. | #endif
  33764. |
  33765. | #undef pthread_condattr_setclock
  33766. |
  33767. | /* Override any GCC internal prototype to avoid an error.
  33768. | Use char because int might match the return type of a GCC
  33769. | builtin and then its argument prototype would still apply. */
  33770. | #ifdef __cplusplus
  33771. | extern "C"
  33772. | #endif
  33773. | char pthread_condattr_setclock ();
  33774. | /* The GNU C library defines this for functions which it implements
  33775. | to always fail with ENOSYS. Some functions are actually named
  33776. | something starting with __ and the normal name is an alias. */
  33777. | #if defined __stub_pthread_condattr_setclock || defined __stub___pthread_condattr_setclock
  33778. | choke me
  33779. | #endif
  33780. |
  33781. | int
  33782. | main ()
  33783. | {
  33784. | return pthread_condattr_setclock ();
  33785. | ;
  33786. | return 0;
  33787. | }
  33788. configure:23819: result: no
  33789. configure:23819: checking for pthread_condattr_init
  33790. configure:23819: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -lpthread -ldl -lobjc >&5
  33791. configure:23819: $? = 0
  33792. configure:23819: result: yes
  33793. configure:23819: checking for pthread_sigmask
  33794. configure:23819: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -lpthread -ldl -lobjc >&5
  33795. configure:23819: $? = 0
  33796. configure:23819: result: yes
  33797. configure:23819: checking for pthread_setname_np
  33798. configure:23819: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -lpthread -ldl -lobjc >&5
  33799. configure:23819: $? = 0
  33800. configure:23819: result: yes
  33801. configure:23819: checking for pthread_set_name_np
  33802. configure:23819: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -lpthread -ldl -lobjc >&5
  33803. Undefined symbols for architecture x86_64:
  33804. "_pthread_set_name_np", referenced from:
  33805. _main in conftest-cbab28.o
  33806. ld: symbol(s) not found for architecture x86_64
  33807. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  33808. configure:23819: $? = 1
  33809. configure: failed program was:
  33810. | /* confdefs.h */
  33811. | #define PACKAGE_NAME ""
  33812. | #define PACKAGE_TARNAME ""
  33813. | #define PACKAGE_VERSION ""
  33814. | #define PACKAGE_STRING ""
  33815. | #define PACKAGE_BUGREPORT ""
  33816. | #define PACKAGE_URL ""
  33817. | #define CANONICALIZATION_FOR_MATHN 1
  33818. | #define STDC_HEADERS 1
  33819. | #define HAVE_SYS_TYPES_H 1
  33820. | #define HAVE_SYS_STAT_H 1
  33821. | #define HAVE_STDLIB_H 1
  33822. | #define HAVE_STRING_H 1
  33823. | #define HAVE_MEMORY_H 1
  33824. | #define HAVE_STRINGS_H 1
  33825. | #define HAVE_INTTYPES_H 1
  33826. | #define HAVE_STDINT_H 1
  33827. | #define HAVE_UNISTD_H 1
  33828. | #define __EXTENSIONS__ 1
  33829. | #define _ALL_SOURCE 1
  33830. | #define _GNU_SOURCE 1
  33831. | #define _POSIX_PTHREAD_SEMANTICS 1
  33832. | #define _TANDEM_SOURCE 1
  33833. | #define HAVE_INFINITY 1
  33834. | #define HAVE_NAN 1
  33835. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  33836. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  33837. | #define BROKEN_CRYPT 1
  33838. | #define HAVE_CRT_EXTERNS_H 1
  33839. | #define HAVE_LIBDL 1
  33840. | #define HAVE_DIRENT_H 1
  33841. | #define HAVE__BOOL 1
  33842. | #define HAVE_STDBOOL_H 1
  33843. | #define HAVE_SYS_WAIT_H 1
  33844. | #define HAVE_GRP_H 1
  33845. | #define HAVE_FCNTL_H 1
  33846. | #define HAVE_FLOAT_H 1
  33847. | #define HAVE_LANGINFO_H 1
  33848. | #define HAVE_LIMITS_H 1
  33849. | #define HAVE_LOCALE_H 1
  33850. | #define HAVE_MALLOC_MALLOC_H 1
  33851. | #define HAVE_PWD_H 1
  33852. | #define HAVE_SYS_ATTR_H 1
  33853. | #define HAVE_SYS_FCNTL_H 1
  33854. | #define HAVE_SYS_FILE_H 1
  33855. | #define HAVE_SYS_IOCTL_H 1
  33856. | #define HAVE_SYS_PARAM_H 1
  33857. | #define HAVE_SYS_RESOURCE_H 1
  33858. | #define HAVE_SYS_SELECT_H 1
  33859. | #define HAVE_SYS_SOCKET_H 1
  33860. | #define HAVE_SYS_SYSCALL_H 1
  33861. | #define HAVE_SYS_TIME_H 1
  33862. | #define HAVE_SYS_TIMES_H 1
  33863. | #define HAVE_SYS_UIO_H 1
  33864. | #define HAVE_TIME_H 1
  33865. | #define HAVE_UCONTEXT_H 1
  33866. | #define HAVE_UTIME_H 1
  33867. | #define HAVE_TYPEOF 1
  33868. | #define HAVE_LONG_LONG 1
  33869. | #define HAVE_OFF_T 1
  33870. | #define SIZEOF_INT 4
  33871. | #define SIZEOF_SHORT 2
  33872. | #define SIZEOF_LONG 8
  33873. | #define SIZEOF_LONG_LONG 8
  33874. | #define SIZEOF___INT64 0
  33875. | #define SIZEOF___INT128 16
  33876. | #define SIZEOF_OFF_T 8
  33877. | #define SIZEOF_VOIDP 8
  33878. | #define SIZEOF_FLOAT 4
  33879. | #define SIZEOF_DOUBLE 8
  33880. | #define SIZEOF_TIME_T 8
  33881. | #define SIZEOF_CLOCK_T 8
  33882. | #define PACKED_STRUCT(x) x __attribute__((packed))
  33883. | #define PACKED_STRUCT_UNALIGNED(x) x
  33884. | #define PRI_LL_PREFIX "ll"
  33885. | #define rb_pid_t pid_t
  33886. | #define SIGNEDNESS_OF_PID_T -1
  33887. | #define PIDT2NUM(v) INT2NUM(v)
  33888. | #define NUM2PIDT(v) NUM2INT(v)
  33889. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  33890. | #define rb_uid_t uid_t
  33891. | #define SIGNEDNESS_OF_UID_T +1
  33892. | #define UIDT2NUM(v) UINT2NUM(v)
  33893. | #define NUM2UIDT(v) NUM2UINT(v)
  33894. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  33895. | #define rb_gid_t gid_t
  33896. | #define SIGNEDNESS_OF_GID_T +1
  33897. | #define GIDT2NUM(v) UINT2NUM(v)
  33898. | #define NUM2GIDT(v) NUM2UINT(v)
  33899. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  33900. | #define rb_time_t time_t
  33901. | #define SIGNEDNESS_OF_TIME_T -1
  33902. | #define TIMET2NUM(v) LONG2NUM(v)
  33903. | #define NUM2TIMET(v) NUM2LONG(v)
  33904. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  33905. | #define rb_dev_t dev_t
  33906. | #define SIGNEDNESS_OF_DEV_T -1
  33907. | #define DEVT2NUM(v) INT2NUM(v)
  33908. | #define NUM2DEVT(v) NUM2INT(v)
  33909. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  33910. | #define rb_mode_t mode_t
  33911. | #define SIGNEDNESS_OF_MODE_T +1
  33912. | #define MODET2NUM(v) UINT2NUM(v)
  33913. | #define NUM2MODET(v) NUM2UINT(v)
  33914. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  33915. | #define rb_rlim_t rlim_t
  33916. | #define SIGNEDNESS_OF_RLIM_T +1
  33917. | #define RLIM2NUM(v) ULL2NUM(v)
  33918. | #define NUM2RLIM(v) NUM2ULL(v)
  33919. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  33920. | #define rb_off_t off_t
  33921. | #define SIGNEDNESS_OF_OFF_T -1
  33922. | #define OFFT2NUM(v) LL2NUM(v)
  33923. | #define NUM2OFFT(v) NUM2LL(v)
  33924. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  33925. | #define rb_clockid_t int
  33926. | #define SIGNEDNESS_OF_CLOCKID_T -1
  33927. | #define CLOCKID2NUM(v) INT2NUM(v)
  33928. | #define NUM2CLOCKID(v) NUM2INT(v)
  33929. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  33930. | #define HAVE_PROTOTYPES 1
  33931. | #define TOKEN_PASTE(x,y) x##y
  33932. | #define STRINGIZE(expr) STRINGIZE0(expr)
  33933. | #define HAVE_STDARG_PROTOTYPES 1
  33934. | #define HAVE_VA_ARGS_MACRO 1
  33935. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  33936. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  33937. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  33938. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  33939. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  33940. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  33941. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  33942. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  33943. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  33944. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  33945. | #define WEAK(x) __attribute__ ((__weak__)) x
  33946. | #define HAVE_FUNC_WEAK 1
  33947. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  33948. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  33949. | #define HAVE_GCC_SYNC_BUILTINS 1
  33950. | #define UNREACHABLE __builtin_unreachable()
  33951. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  33952. | #define RUBY_FUNCTION_NAME_STRING __func__
  33953. | #define ENUM_OVER_INT 1
  33954. | #define HAVE_DECL_SYS_NERR 1
  33955. | #define HAVE_DECL_GETENV 1
  33956. | #define SIZEOF_SIZE_T 8
  33957. | #define SIZEOF_PTRDIFF_T 8
  33958. | #define PRI_SIZE_PREFIX "z"
  33959. | #define PRI_PTRDIFF_PREFIX "t"
  33960. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  33961. | #define HAVE_ST_BLKSIZE 1
  33962. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  33963. | #define HAVE_ST_BLOCKS 1
  33964. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  33965. | #define HAVE_ST_RDEV 1
  33966. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  33967. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  33968. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  33969. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  33970. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  33971. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  33972. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  33973. | #define HAVE_STRUCT_TIMEVAL 1
  33974. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  33975. | #define HAVE_STRUCT_TIMESPEC 1
  33976. | #define HAVE_STRUCT_TIMEZONE 1
  33977. | #define HAVE_RB_FD_INIT 1
  33978. | #define HAVE_INT8_T 1
  33979. | #define SIZEOF_INT8_T 1
  33980. | #define HAVE_UINT8_T 1
  33981. | #define SIZEOF_UINT8_T 1
  33982. | #define HAVE_INT16_T 1
  33983. | #define SIZEOF_INT16_T 2
  33984. | #define HAVE_UINT16_T 1
  33985. | #define SIZEOF_UINT16_T 2
  33986. | #define HAVE_INT32_T 1
  33987. | #define SIZEOF_INT32_T 4
  33988. | #define HAVE_UINT32_T 1
  33989. | #define SIZEOF_UINT32_T 4
  33990. | #define HAVE_INT64_T 1
  33991. | #define SIZEOF_INT64_T 8
  33992. | #define HAVE_UINT64_T 1
  33993. | #define SIZEOF_UINT64_T 8
  33994. | #define HAVE_INT128_T 1
  33995. | #define int128_t __int128
  33996. | #define SIZEOF_INT128_T SIZEOF___INT128
  33997. | #define HAVE_UINT128_T 1
  33998. | #define uint128_t unsigned __int128
  33999. | #define SIZEOF_UINT128_T SIZEOF___INT128
  34000. | #define HAVE_INTPTR_T 1
  34001. | #define SIZEOF_INTPTR_T 8
  34002. | #define HAVE_UINTPTR_T 1
  34003. | #define SIZEOF_UINTPTR_T 8
  34004. | #define HAVE_SSIZE_T 1
  34005. | #define SIZEOF_SSIZE_T 8
  34006. | #define GETGROUPS_T gid_t
  34007. | #define RETSIGTYPE void
  34008. | #define HAVE_ALLOCA_H 1
  34009. | #define HAVE_ALLOCA 1
  34010. | #define HAVE_ACOSH 1
  34011. | #define HAVE_CBRT 1
  34012. | #define HAVE_CRYPT 1
  34013. | #define HAVE_DUP2 1
  34014. | #define HAVE_ERF 1
  34015. | #define HAVE_FFS 1
  34016. | #define HAVE_FINITE 1
  34017. | #define HAVE_FLOCK 1
  34018. | #define HAVE_HYPOT 1
  34019. | #define HAVE_ISINF 1
  34020. | #define HAVE_ISNAN 1
  34021. | #define HAVE_LGAMMA_R 1
  34022. | #define HAVE_MEMMOVE 1
  34023. | #define HAVE_NEXTAFTER 1
  34024. | #define HAVE_STRCHR 1
  34025. | #define HAVE_STRERROR 1
  34026. | #define HAVE_STRLCAT 1
  34027. | #define HAVE_STRLCPY 1
  34028. | #define HAVE_STRSTR 1
  34029. | #define HAVE_TGAMMA 1
  34030. | #define SPT_TYPE SPT_REUSEARGV
  34031. | #define HAVE_SIGNBIT 1
  34032. | #define HAVE_FORK 1
  34033. | #define vfork fork
  34034. | #define HAVE_WORKING_FORK 1
  34035. | #define HAVE___SYSCALL 1
  34036. | #define HAVE__LONGJMP 1
  34037. | #define HAVE_ARC4RANDOM_BUF 1
  34038. | #define HAVE_ATAN2L 1
  34039. | #define HAVE_ATAN2F 1
  34040. | #define HAVE_CHROOT 1
  34041. | #define HAVE_COSH 1
  34042. | #define HAVE_DIRFD 1
  34043. | #define HAVE_DLOPEN 1
  34044. | #define HAVE_DLADDR 1
  34045. | #define HAVE_DUP 1
  34046. | #define HAVE_ENDGRENT 1
  34047. | #define HAVE_FCHMOD 1
  34048. | #define HAVE_FCHOWN 1
  34049. | #define HAVE_FCNTL 1
  34050. | #define HAVE_FGETATTRLIST 1
  34051. | #define HAVE_FMOD 1
  34052. | #define HAVE_FSYNC 1
  34053. | #define HAVE_FTRUNCATE 1
  34054. | #define HAVE_GETATTRLIST 1
  34055. | #define HAVE_GETCWD 1
  34056. | #define HAVE_GETGRNAM 1
  34057. | #define HAVE_GETGRNAM_R 1
  34058. | #define HAVE_GETGROUPS 1
  34059. | #define HAVE_GETPGID 1
  34060. | #define HAVE_GETPGRP 1
  34061. | #define HAVE_GETPRIORITY 1
  34062. | #define HAVE_GETPWNAM_R 1
  34063. | #define HAVE_GETRLIMIT 1
  34064. | #define HAVE_GETSID 1
  34065. | #define HAVE_GETTIMEOFDAY 1
  34066. | #define HAVE_GMTIME_R 1
  34067. | #define HAVE_INITGROUPS 1
  34068. | #define HAVE_IOCTL 1
  34069. | #define HAVE_ISSETUGID 1
  34070. | #define HAVE_KILLPG 1
  34071. | #define HAVE_LCHMOD 1
  34072. | #define HAVE_LCHOWN 1
  34073. | #define HAVE_LINK 1
  34074. | #define HAVE_LLABS 1
  34075. | #define HAVE_LOCKF 1
  34076. | #define HAVE_LOG2 1
  34077. | #define HAVE_LSTAT 1
  34078. | #define HAVE_MALLOC_SIZE 1
  34079. | #define HAVE_MBLEN 1
  34080. | #define HAVE_MEMSET_S 1
  34081. | #define HAVE_WRITEV 1
  34082. | #define HAVE_MKFIFO 1
  34083. | #define HAVE_MKNOD 1
  34084. | #define HAVE_MKTIME 1
  34085. | #define HAVE_POLL 1
  34086. | #define HAVE_POSIX_MEMALIGN 1
  34087. | #define HAVE_PREAD 1
  34088. | #define HAVE_QSORT_R 1
  34089. | #define HAVE_READLINK 1
  34090. | #define HAVE_ROUND 1
  34091. | #define HAVE_SEEKDIR 1
  34092. | #define HAVE_SENDFILE 1
  34093. | #define HAVE_SETEGID 1
  34094. | #define HAVE_SETENV 1
  34095. | #define HAVE_SETEUID 1
  34096. | #define HAVE_SETGID 1
  34097. | #define HAVE_SETGROUPS 1
  34098. | #define HAVE_SETPGID 1
  34099. | #define HAVE_SETPGRP 1
  34100. | #define HAVE_SETREGID 1
  34101. | #define HAVE_SETREUID 1
  34102. | #define HAVE_SETRGID 1
  34103. | #define HAVE_SETRLIMIT 1
  34104. | #define HAVE_SETRUID 1
  34105. | #define HAVE_SETSID 1
  34106. | #define HAVE_SETUID 1
  34107. | #define HAVE_SHUTDOWN 1
  34108. | #define HAVE_SIGACTION 1
  34109. | #define HAVE_SIGALTSTACK 1
  34110. | #define HAVE_SIGPROCMASK 1
  34111. | #define HAVE_SINH 1
  34112. | #define HAVE_SYMLINK 1
  34113. | #define HAVE_SYSCALL 1
  34114. | #define HAVE_SYSCONF 1
  34115. | #define HAVE_TANH 1
  34116. | #define HAVE_TELLDIR 1
  34117. | #define HAVE_TIMEGM 1
  34118. | #define HAVE_TIMES 1
  34119. | #define HAVE_TRUNCATE 1
  34120. | #define HAVE_UNSETENV 1
  34121. | #define HAVE_UTIMES 1
  34122. | #define HAVE_WAIT4 1
  34123. | #define HAVE_WAITPID 1
  34124. | #if !defined __STDC_WANT_LIB_EXT1__
  34125. | #define __STDC_WANT_LIB_EXT1__ 1
  34126. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  34127. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  34128. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  34129. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  34130. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  34131. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  34132. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  34133. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  34134. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  34135. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  34136. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  34137. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  34138. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  34139. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  34140. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  34141. | #define HAVE_BSD_QSORT_R 1
  34142. | #define ATAN2_INF_C99 1
  34143. | #define LGAMMA_R_PM0_FIX 1
  34144. | #define HAVE_STRUCT_TM_TM_ZONE 1
  34145. | #define HAVE_TM_ZONE 1
  34146. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  34147. | #define HAVE_DAYLIGHT 1
  34148. | #define HAVE_VAR_TIMEZONE 1
  34149. | #define TYPEOF_VAR_TIMEZONE long
  34150. | #define HAVE_TIMEZONE 1
  34151. | #define TIMEZONE_VOID 1
  34152. | #define NEGATIVE_TIME_T 1
  34153. | #define POSIX_SIGNAL 1
  34154. | #define HAVE_SIG_T 1
  34155. | #define RSHIFT(x,y) ((x)>>(int)(y))
  34156. | #define HAVE__SC_CLK_TCK 1
  34157. | #define STACK_GROW_DIRECTION -1
  34158. | #define _REENTRANT 1
  34159. | #define _THREAD_SAFE 1
  34160. | #define HAVE_LIBPTHREAD 1
  34161. | #define HAVE_SCHED_YIELD 1
  34162. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  34163. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  34164. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  34165. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  34166. | #define HAVE_PTHREAD_COND_INIT 1
  34167. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  34168. | #define HAVE_PTHREAD_SIGMASK 1
  34169. | #define HAVE_PTHREAD_SETNAME_NP 1
  34170. | /* end confdefs.h. */
  34171. | /* Define pthread_set_name_np to an innocuous variant, in case <limits.h> declares pthread_set_name_np.
  34172. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  34173. | #define pthread_set_name_np innocuous_pthread_set_name_np
  34174. |
  34175. | /* System header to define __stub macros and hopefully few prototypes,
  34176. | which can conflict with char pthread_set_name_np (); below.
  34177. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  34178. | <limits.h> exists even on freestanding compilers. */
  34179. |
  34180. | #ifdef __STDC__
  34181. | # include <limits.h>
  34182. | #else
  34183. | # include <assert.h>
  34184. | #endif
  34185. |
  34186. | #undef pthread_set_name_np
  34187. |
  34188. | /* Override any GCC internal prototype to avoid an error.
  34189. | Use char because int might match the return type of a GCC
  34190. | builtin and then its argument prototype would still apply. */
  34191. | #ifdef __cplusplus
  34192. | extern "C"
  34193. | #endif
  34194. | char pthread_set_name_np ();
  34195. | /* The GNU C library defines this for functions which it implements
  34196. | to always fail with ENOSYS. Some functions are actually named
  34197. | something starting with __ and the normal name is an alias. */
  34198. | #if defined __stub_pthread_set_name_np || defined __stub___pthread_set_name_np
  34199. | choke me
  34200. | #endif
  34201. |
  34202. | int
  34203. | main ()
  34204. | {
  34205. | return pthread_set_name_np ();
  34206. | ;
  34207. | return 0;
  34208. | }
  34209. configure:23819: result: no
  34210. configure:23834: checking for pthread_getattr_np
  34211. configure:23834: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -lpthread -ldl -lobjc >&5
  34212. Undefined symbols for architecture x86_64:
  34213. "_pthread_getattr_np", referenced from:
  34214. _main in conftest-1e5238.o
  34215. ld: symbol(s) not found for architecture x86_64
  34216. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  34217. configure:23834: $? = 1
  34218. configure: failed program was:
  34219. | /* confdefs.h */
  34220. | #define PACKAGE_NAME ""
  34221. | #define PACKAGE_TARNAME ""
  34222. | #define PACKAGE_VERSION ""
  34223. | #define PACKAGE_STRING ""
  34224. | #define PACKAGE_BUGREPORT ""
  34225. | #define PACKAGE_URL ""
  34226. | #define CANONICALIZATION_FOR_MATHN 1
  34227. | #define STDC_HEADERS 1
  34228. | #define HAVE_SYS_TYPES_H 1
  34229. | #define HAVE_SYS_STAT_H 1
  34230. | #define HAVE_STDLIB_H 1
  34231. | #define HAVE_STRING_H 1
  34232. | #define HAVE_MEMORY_H 1
  34233. | #define HAVE_STRINGS_H 1
  34234. | #define HAVE_INTTYPES_H 1
  34235. | #define HAVE_STDINT_H 1
  34236. | #define HAVE_UNISTD_H 1
  34237. | #define __EXTENSIONS__ 1
  34238. | #define _ALL_SOURCE 1
  34239. | #define _GNU_SOURCE 1
  34240. | #define _POSIX_PTHREAD_SEMANTICS 1
  34241. | #define _TANDEM_SOURCE 1
  34242. | #define HAVE_INFINITY 1
  34243. | #define HAVE_NAN 1
  34244. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  34245. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  34246. | #define BROKEN_CRYPT 1
  34247. | #define HAVE_CRT_EXTERNS_H 1
  34248. | #define HAVE_LIBDL 1
  34249. | #define HAVE_DIRENT_H 1
  34250. | #define HAVE__BOOL 1
  34251. | #define HAVE_STDBOOL_H 1
  34252. | #define HAVE_SYS_WAIT_H 1
  34253. | #define HAVE_GRP_H 1
  34254. | #define HAVE_FCNTL_H 1
  34255. | #define HAVE_FLOAT_H 1
  34256. | #define HAVE_LANGINFO_H 1
  34257. | #define HAVE_LIMITS_H 1
  34258. | #define HAVE_LOCALE_H 1
  34259. | #define HAVE_MALLOC_MALLOC_H 1
  34260. | #define HAVE_PWD_H 1
  34261. | #define HAVE_SYS_ATTR_H 1
  34262. | #define HAVE_SYS_FCNTL_H 1
  34263. | #define HAVE_SYS_FILE_H 1
  34264. | #define HAVE_SYS_IOCTL_H 1
  34265. | #define HAVE_SYS_PARAM_H 1
  34266. | #define HAVE_SYS_RESOURCE_H 1
  34267. | #define HAVE_SYS_SELECT_H 1
  34268. | #define HAVE_SYS_SOCKET_H 1
  34269. | #define HAVE_SYS_SYSCALL_H 1
  34270. | #define HAVE_SYS_TIME_H 1
  34271. | #define HAVE_SYS_TIMES_H 1
  34272. | #define HAVE_SYS_UIO_H 1
  34273. | #define HAVE_TIME_H 1
  34274. | #define HAVE_UCONTEXT_H 1
  34275. | #define HAVE_UTIME_H 1
  34276. | #define HAVE_TYPEOF 1
  34277. | #define HAVE_LONG_LONG 1
  34278. | #define HAVE_OFF_T 1
  34279. | #define SIZEOF_INT 4
  34280. | #define SIZEOF_SHORT 2
  34281. | #define SIZEOF_LONG 8
  34282. | #define SIZEOF_LONG_LONG 8
  34283. | #define SIZEOF___INT64 0
  34284. | #define SIZEOF___INT128 16
  34285. | #define SIZEOF_OFF_T 8
  34286. | #define SIZEOF_VOIDP 8
  34287. | #define SIZEOF_FLOAT 4
  34288. | #define SIZEOF_DOUBLE 8
  34289. | #define SIZEOF_TIME_T 8
  34290. | #define SIZEOF_CLOCK_T 8
  34291. | #define PACKED_STRUCT(x) x __attribute__((packed))
  34292. | #define PACKED_STRUCT_UNALIGNED(x) x
  34293. | #define PRI_LL_PREFIX "ll"
  34294. | #define rb_pid_t pid_t
  34295. | #define SIGNEDNESS_OF_PID_T -1
  34296. | #define PIDT2NUM(v) INT2NUM(v)
  34297. | #define NUM2PIDT(v) NUM2INT(v)
  34298. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  34299. | #define rb_uid_t uid_t
  34300. | #define SIGNEDNESS_OF_UID_T +1
  34301. | #define UIDT2NUM(v) UINT2NUM(v)
  34302. | #define NUM2UIDT(v) NUM2UINT(v)
  34303. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  34304. | #define rb_gid_t gid_t
  34305. | #define SIGNEDNESS_OF_GID_T +1
  34306. | #define GIDT2NUM(v) UINT2NUM(v)
  34307. | #define NUM2GIDT(v) NUM2UINT(v)
  34308. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  34309. | #define rb_time_t time_t
  34310. | #define SIGNEDNESS_OF_TIME_T -1
  34311. | #define TIMET2NUM(v) LONG2NUM(v)
  34312. | #define NUM2TIMET(v) NUM2LONG(v)
  34313. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  34314. | #define rb_dev_t dev_t
  34315. | #define SIGNEDNESS_OF_DEV_T -1
  34316. | #define DEVT2NUM(v) INT2NUM(v)
  34317. | #define NUM2DEVT(v) NUM2INT(v)
  34318. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  34319. | #define rb_mode_t mode_t
  34320. | #define SIGNEDNESS_OF_MODE_T +1
  34321. | #define MODET2NUM(v) UINT2NUM(v)
  34322. | #define NUM2MODET(v) NUM2UINT(v)
  34323. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  34324. | #define rb_rlim_t rlim_t
  34325. | #define SIGNEDNESS_OF_RLIM_T +1
  34326. | #define RLIM2NUM(v) ULL2NUM(v)
  34327. | #define NUM2RLIM(v) NUM2ULL(v)
  34328. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  34329. | #define rb_off_t off_t
  34330. | #define SIGNEDNESS_OF_OFF_T -1
  34331. | #define OFFT2NUM(v) LL2NUM(v)
  34332. | #define NUM2OFFT(v) NUM2LL(v)
  34333. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  34334. | #define rb_clockid_t int
  34335. | #define SIGNEDNESS_OF_CLOCKID_T -1
  34336. | #define CLOCKID2NUM(v) INT2NUM(v)
  34337. | #define NUM2CLOCKID(v) NUM2INT(v)
  34338. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  34339. | #define HAVE_PROTOTYPES 1
  34340. | #define TOKEN_PASTE(x,y) x##y
  34341. | #define STRINGIZE(expr) STRINGIZE0(expr)
  34342. | #define HAVE_STDARG_PROTOTYPES 1
  34343. | #define HAVE_VA_ARGS_MACRO 1
  34344. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  34345. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  34346. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  34347. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  34348. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  34349. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  34350. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  34351. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  34352. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  34353. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  34354. | #define WEAK(x) __attribute__ ((__weak__)) x
  34355. | #define HAVE_FUNC_WEAK 1
  34356. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  34357. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  34358. | #define HAVE_GCC_SYNC_BUILTINS 1
  34359. | #define UNREACHABLE __builtin_unreachable()
  34360. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  34361. | #define RUBY_FUNCTION_NAME_STRING __func__
  34362. | #define ENUM_OVER_INT 1
  34363. | #define HAVE_DECL_SYS_NERR 1
  34364. | #define HAVE_DECL_GETENV 1
  34365. | #define SIZEOF_SIZE_T 8
  34366. | #define SIZEOF_PTRDIFF_T 8
  34367. | #define PRI_SIZE_PREFIX "z"
  34368. | #define PRI_PTRDIFF_PREFIX "t"
  34369. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  34370. | #define HAVE_ST_BLKSIZE 1
  34371. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  34372. | #define HAVE_ST_BLOCKS 1
  34373. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  34374. | #define HAVE_ST_RDEV 1
  34375. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  34376. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  34377. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  34378. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  34379. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  34380. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  34381. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  34382. | #define HAVE_STRUCT_TIMEVAL 1
  34383. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  34384. | #define HAVE_STRUCT_TIMESPEC 1
  34385. | #define HAVE_STRUCT_TIMEZONE 1
  34386. | #define HAVE_RB_FD_INIT 1
  34387. | #define HAVE_INT8_T 1
  34388. | #define SIZEOF_INT8_T 1
  34389. | #define HAVE_UINT8_T 1
  34390. | #define SIZEOF_UINT8_T 1
  34391. | #define HAVE_INT16_T 1
  34392. | #define SIZEOF_INT16_T 2
  34393. | #define HAVE_UINT16_T 1
  34394. | #define SIZEOF_UINT16_T 2
  34395. | #define HAVE_INT32_T 1
  34396. | #define SIZEOF_INT32_T 4
  34397. | #define HAVE_UINT32_T 1
  34398. | #define SIZEOF_UINT32_T 4
  34399. | #define HAVE_INT64_T 1
  34400. | #define SIZEOF_INT64_T 8
  34401. | #define HAVE_UINT64_T 1
  34402. | #define SIZEOF_UINT64_T 8
  34403. | #define HAVE_INT128_T 1
  34404. | #define int128_t __int128
  34405. | #define SIZEOF_INT128_T SIZEOF___INT128
  34406. | #define HAVE_UINT128_T 1
  34407. | #define uint128_t unsigned __int128
  34408. | #define SIZEOF_UINT128_T SIZEOF___INT128
  34409. | #define HAVE_INTPTR_T 1
  34410. | #define SIZEOF_INTPTR_T 8
  34411. | #define HAVE_UINTPTR_T 1
  34412. | #define SIZEOF_UINTPTR_T 8
  34413. | #define HAVE_SSIZE_T 1
  34414. | #define SIZEOF_SSIZE_T 8
  34415. | #define GETGROUPS_T gid_t
  34416. | #define RETSIGTYPE void
  34417. | #define HAVE_ALLOCA_H 1
  34418. | #define HAVE_ALLOCA 1
  34419. | #define HAVE_ACOSH 1
  34420. | #define HAVE_CBRT 1
  34421. | #define HAVE_CRYPT 1
  34422. | #define HAVE_DUP2 1
  34423. | #define HAVE_ERF 1
  34424. | #define HAVE_FFS 1
  34425. | #define HAVE_FINITE 1
  34426. | #define HAVE_FLOCK 1
  34427. | #define HAVE_HYPOT 1
  34428. | #define HAVE_ISINF 1
  34429. | #define HAVE_ISNAN 1
  34430. | #define HAVE_LGAMMA_R 1
  34431. | #define HAVE_MEMMOVE 1
  34432. | #define HAVE_NEXTAFTER 1
  34433. | #define HAVE_STRCHR 1
  34434. | #define HAVE_STRERROR 1
  34435. | #define HAVE_STRLCAT 1
  34436. | #define HAVE_STRLCPY 1
  34437. | #define HAVE_STRSTR 1
  34438. | #define HAVE_TGAMMA 1
  34439. | #define SPT_TYPE SPT_REUSEARGV
  34440. | #define HAVE_SIGNBIT 1
  34441. | #define HAVE_FORK 1
  34442. | #define vfork fork
  34443. | #define HAVE_WORKING_FORK 1
  34444. | #define HAVE___SYSCALL 1
  34445. | #define HAVE__LONGJMP 1
  34446. | #define HAVE_ARC4RANDOM_BUF 1
  34447. | #define HAVE_ATAN2L 1
  34448. | #define HAVE_ATAN2F 1
  34449. | #define HAVE_CHROOT 1
  34450. | #define HAVE_COSH 1
  34451. | #define HAVE_DIRFD 1
  34452. | #define HAVE_DLOPEN 1
  34453. | #define HAVE_DLADDR 1
  34454. | #define HAVE_DUP 1
  34455. | #define HAVE_ENDGRENT 1
  34456. | #define HAVE_FCHMOD 1
  34457. | #define HAVE_FCHOWN 1
  34458. | #define HAVE_FCNTL 1
  34459. | #define HAVE_FGETATTRLIST 1
  34460. | #define HAVE_FMOD 1
  34461. | #define HAVE_FSYNC 1
  34462. | #define HAVE_FTRUNCATE 1
  34463. | #define HAVE_GETATTRLIST 1
  34464. | #define HAVE_GETCWD 1
  34465. | #define HAVE_GETGRNAM 1
  34466. | #define HAVE_GETGRNAM_R 1
  34467. | #define HAVE_GETGROUPS 1
  34468. | #define HAVE_GETPGID 1
  34469. | #define HAVE_GETPGRP 1
  34470. | #define HAVE_GETPRIORITY 1
  34471. | #define HAVE_GETPWNAM_R 1
  34472. | #define HAVE_GETRLIMIT 1
  34473. | #define HAVE_GETSID 1
  34474. | #define HAVE_GETTIMEOFDAY 1
  34475. | #define HAVE_GMTIME_R 1
  34476. | #define HAVE_INITGROUPS 1
  34477. | #define HAVE_IOCTL 1
  34478. | #define HAVE_ISSETUGID 1
  34479. | #define HAVE_KILLPG 1
  34480. | #define HAVE_LCHMOD 1
  34481. | #define HAVE_LCHOWN 1
  34482. | #define HAVE_LINK 1
  34483. | #define HAVE_LLABS 1
  34484. | #define HAVE_LOCKF 1
  34485. | #define HAVE_LOG2 1
  34486. | #define HAVE_LSTAT 1
  34487. | #define HAVE_MALLOC_SIZE 1
  34488. | #define HAVE_MBLEN 1
  34489. | #define HAVE_MEMSET_S 1
  34490. | #define HAVE_WRITEV 1
  34491. | #define HAVE_MKFIFO 1
  34492. | #define HAVE_MKNOD 1
  34493. | #define HAVE_MKTIME 1
  34494. | #define HAVE_POLL 1
  34495. | #define HAVE_POSIX_MEMALIGN 1
  34496. | #define HAVE_PREAD 1
  34497. | #define HAVE_QSORT_R 1
  34498. | #define HAVE_READLINK 1
  34499. | #define HAVE_ROUND 1
  34500. | #define HAVE_SEEKDIR 1
  34501. | #define HAVE_SENDFILE 1
  34502. | #define HAVE_SETEGID 1
  34503. | #define HAVE_SETENV 1
  34504. | #define HAVE_SETEUID 1
  34505. | #define HAVE_SETGID 1
  34506. | #define HAVE_SETGROUPS 1
  34507. | #define HAVE_SETPGID 1
  34508. | #define HAVE_SETPGRP 1
  34509. | #define HAVE_SETREGID 1
  34510. | #define HAVE_SETREUID 1
  34511. | #define HAVE_SETRGID 1
  34512. | #define HAVE_SETRLIMIT 1
  34513. | #define HAVE_SETRUID 1
  34514. | #define HAVE_SETSID 1
  34515. | #define HAVE_SETUID 1
  34516. | #define HAVE_SHUTDOWN 1
  34517. | #define HAVE_SIGACTION 1
  34518. | #define HAVE_SIGALTSTACK 1
  34519. | #define HAVE_SIGPROCMASK 1
  34520. | #define HAVE_SINH 1
  34521. | #define HAVE_SYMLINK 1
  34522. | #define HAVE_SYSCALL 1
  34523. | #define HAVE_SYSCONF 1
  34524. | #define HAVE_TANH 1
  34525. | #define HAVE_TELLDIR 1
  34526. | #define HAVE_TIMEGM 1
  34527. | #define HAVE_TIMES 1
  34528. | #define HAVE_TRUNCATE 1
  34529. | #define HAVE_UNSETENV 1
  34530. | #define HAVE_UTIMES 1
  34531. | #define HAVE_WAIT4 1
  34532. | #define HAVE_WAITPID 1
  34533. | #if !defined __STDC_WANT_LIB_EXT1__
  34534. | #define __STDC_WANT_LIB_EXT1__ 1
  34535. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  34536. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  34537. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  34538. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  34539. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  34540. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  34541. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  34542. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  34543. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  34544. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  34545. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  34546. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  34547. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  34548. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  34549. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  34550. | #define HAVE_BSD_QSORT_R 1
  34551. | #define ATAN2_INF_C99 1
  34552. | #define LGAMMA_R_PM0_FIX 1
  34553. | #define HAVE_STRUCT_TM_TM_ZONE 1
  34554. | #define HAVE_TM_ZONE 1
  34555. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  34556. | #define HAVE_DAYLIGHT 1
  34557. | #define HAVE_VAR_TIMEZONE 1
  34558. | #define TYPEOF_VAR_TIMEZONE long
  34559. | #define HAVE_TIMEZONE 1
  34560. | #define TIMEZONE_VOID 1
  34561. | #define NEGATIVE_TIME_T 1
  34562. | #define POSIX_SIGNAL 1
  34563. | #define HAVE_SIG_T 1
  34564. | #define RSHIFT(x,y) ((x)>>(int)(y))
  34565. | #define HAVE__SC_CLK_TCK 1
  34566. | #define STACK_GROW_DIRECTION -1
  34567. | #define _REENTRANT 1
  34568. | #define _THREAD_SAFE 1
  34569. | #define HAVE_LIBPTHREAD 1
  34570. | #define HAVE_SCHED_YIELD 1
  34571. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  34572. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  34573. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  34574. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  34575. | #define HAVE_PTHREAD_COND_INIT 1
  34576. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  34577. | #define HAVE_PTHREAD_SIGMASK 1
  34578. | #define HAVE_PTHREAD_SETNAME_NP 1
  34579. | /* end confdefs.h. */
  34580. | /* Define pthread_getattr_np to an innocuous variant, in case <limits.h> declares pthread_getattr_np.
  34581. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  34582. | #define pthread_getattr_np innocuous_pthread_getattr_np
  34583. |
  34584. | /* System header to define __stub macros and hopefully few prototypes,
  34585. | which can conflict with char pthread_getattr_np (); below.
  34586. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  34587. | <limits.h> exists even on freestanding compilers. */
  34588. |
  34589. | #ifdef __STDC__
  34590. | # include <limits.h>
  34591. | #else
  34592. | # include <assert.h>
  34593. | #endif
  34594. |
  34595. | #undef pthread_getattr_np
  34596. |
  34597. | /* Override any GCC internal prototype to avoid an error.
  34598. | Use char because int might match the return type of a GCC
  34599. | builtin and then its argument prototype would still apply. */
  34600. | #ifdef __cplusplus
  34601. | extern "C"
  34602. | #endif
  34603. | char pthread_getattr_np ();
  34604. | /* The GNU C library defines this for functions which it implements
  34605. | to always fail with ENOSYS. Some functions are actually named
  34606. | something starting with __ and the normal name is an alias. */
  34607. | #if defined __stub_pthread_getattr_np || defined __stub___pthread_getattr_np
  34608. | choke me
  34609. | #endif
  34610. |
  34611. | int
  34612. | main ()
  34613. | {
  34614. | return pthread_getattr_np ();
  34615. | ;
  34616. | return 0;
  34617. | }
  34618. configure:23834: result: no
  34619. configure:23849: checking for pthread_attr_init
  34620. configure:23849: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -lpthread -ldl -lobjc >&5
  34621. configure:23849: $? = 0
  34622. configure:23849: result: yes
  34623. configure:23861: checking arguments of pthread_setname_np
  34624. configure:23892: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  34625. conftest.c:373:21: error: too many arguments to function call, expected 1, have 2
  34626. if (SET_THREAD_NAME("conftest")) return 1;
  34627. ~~~~~~~~~~~~~~~~^~~~~~~~~~~
  34628. conftest.c:368:72: note: expanded from macro 'SET_THREAD_NAME'
  34629. #define SET_THREAD_NAME(name) pthread_setname_np(pthread_self(), name)
  34630. ^
  34631. /usr/include/pthread.h:474:1: note: 'pthread_setname_np' declared here
  34632. __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2)
  34633. ^
  34634. /usr/include/Availability.h:163:50: note: expanded from macro '__OSX_AVAILABLE_STARTING'
  34635. #define __OSX_AVAILABLE_STARTING(_osx, _ios) __AVAILABILITY_INTERNAL##_osx
  34636. ^
  34637. <scratch space>:4:1: note: expanded from here
  34638. __AVAILABILITY_INTERNAL__MAC_10_6
  34639. ^
  34640. /usr/include/AvailabilityInternal.h:5369:72: note: expanded from macro '__AVAILABILITY_INTERNAL__MAC_10_6'
  34641. #define __AVAILABILITY_INTERNAL__MAC_10_6 __attribute__((availability(macosx,introduced=10.6)))
  34642. ^
  34643. 1 error generated.
  34644. configure:23892: $? = 1
  34645. configure: failed program was:
  34646. | /* confdefs.h */
  34647. | #define PACKAGE_NAME ""
  34648. | #define PACKAGE_TARNAME ""
  34649. | #define PACKAGE_VERSION ""
  34650. | #define PACKAGE_STRING ""
  34651. | #define PACKAGE_BUGREPORT ""
  34652. | #define PACKAGE_URL ""
  34653. | #define CANONICALIZATION_FOR_MATHN 1
  34654. | #define STDC_HEADERS 1
  34655. | #define HAVE_SYS_TYPES_H 1
  34656. | #define HAVE_SYS_STAT_H 1
  34657. | #define HAVE_STDLIB_H 1
  34658. | #define HAVE_STRING_H 1
  34659. | #define HAVE_MEMORY_H 1
  34660. | #define HAVE_STRINGS_H 1
  34661. | #define HAVE_INTTYPES_H 1
  34662. | #define HAVE_STDINT_H 1
  34663. | #define HAVE_UNISTD_H 1
  34664. | #define __EXTENSIONS__ 1
  34665. | #define _ALL_SOURCE 1
  34666. | #define _GNU_SOURCE 1
  34667. | #define _POSIX_PTHREAD_SEMANTICS 1
  34668. | #define _TANDEM_SOURCE 1
  34669. | #define HAVE_INFINITY 1
  34670. | #define HAVE_NAN 1
  34671. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  34672. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  34673. | #define BROKEN_CRYPT 1
  34674. | #define HAVE_CRT_EXTERNS_H 1
  34675. | #define HAVE_LIBDL 1
  34676. | #define HAVE_DIRENT_H 1
  34677. | #define HAVE__BOOL 1
  34678. | #define HAVE_STDBOOL_H 1
  34679. | #define HAVE_SYS_WAIT_H 1
  34680. | #define HAVE_GRP_H 1
  34681. | #define HAVE_FCNTL_H 1
  34682. | #define HAVE_FLOAT_H 1
  34683. | #define HAVE_LANGINFO_H 1
  34684. | #define HAVE_LIMITS_H 1
  34685. | #define HAVE_LOCALE_H 1
  34686. | #define HAVE_MALLOC_MALLOC_H 1
  34687. | #define HAVE_PWD_H 1
  34688. | #define HAVE_SYS_ATTR_H 1
  34689. | #define HAVE_SYS_FCNTL_H 1
  34690. | #define HAVE_SYS_FILE_H 1
  34691. | #define HAVE_SYS_IOCTL_H 1
  34692. | #define HAVE_SYS_PARAM_H 1
  34693. | #define HAVE_SYS_RESOURCE_H 1
  34694. | #define HAVE_SYS_SELECT_H 1
  34695. | #define HAVE_SYS_SOCKET_H 1
  34696. | #define HAVE_SYS_SYSCALL_H 1
  34697. | #define HAVE_SYS_TIME_H 1
  34698. | #define HAVE_SYS_TIMES_H 1
  34699. | #define HAVE_SYS_UIO_H 1
  34700. | #define HAVE_TIME_H 1
  34701. | #define HAVE_UCONTEXT_H 1
  34702. | #define HAVE_UTIME_H 1
  34703. | #define HAVE_TYPEOF 1
  34704. | #define HAVE_LONG_LONG 1
  34705. | #define HAVE_OFF_T 1
  34706. | #define SIZEOF_INT 4
  34707. | #define SIZEOF_SHORT 2
  34708. | #define SIZEOF_LONG 8
  34709. | #define SIZEOF_LONG_LONG 8
  34710. | #define SIZEOF___INT64 0
  34711. | #define SIZEOF___INT128 16
  34712. | #define SIZEOF_OFF_T 8
  34713. | #define SIZEOF_VOIDP 8
  34714. | #define SIZEOF_FLOAT 4
  34715. | #define SIZEOF_DOUBLE 8
  34716. | #define SIZEOF_TIME_T 8
  34717. | #define SIZEOF_CLOCK_T 8
  34718. | #define PACKED_STRUCT(x) x __attribute__((packed))
  34719. | #define PACKED_STRUCT_UNALIGNED(x) x
  34720. | #define PRI_LL_PREFIX "ll"
  34721. | #define rb_pid_t pid_t
  34722. | #define SIGNEDNESS_OF_PID_T -1
  34723. | #define PIDT2NUM(v) INT2NUM(v)
  34724. | #define NUM2PIDT(v) NUM2INT(v)
  34725. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  34726. | #define rb_uid_t uid_t
  34727. | #define SIGNEDNESS_OF_UID_T +1
  34728. | #define UIDT2NUM(v) UINT2NUM(v)
  34729. | #define NUM2UIDT(v) NUM2UINT(v)
  34730. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  34731. | #define rb_gid_t gid_t
  34732. | #define SIGNEDNESS_OF_GID_T +1
  34733. | #define GIDT2NUM(v) UINT2NUM(v)
  34734. | #define NUM2GIDT(v) NUM2UINT(v)
  34735. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  34736. | #define rb_time_t time_t
  34737. | #define SIGNEDNESS_OF_TIME_T -1
  34738. | #define TIMET2NUM(v) LONG2NUM(v)
  34739. | #define NUM2TIMET(v) NUM2LONG(v)
  34740. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  34741. | #define rb_dev_t dev_t
  34742. | #define SIGNEDNESS_OF_DEV_T -1
  34743. | #define DEVT2NUM(v) INT2NUM(v)
  34744. | #define NUM2DEVT(v) NUM2INT(v)
  34745. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  34746. | #define rb_mode_t mode_t
  34747. | #define SIGNEDNESS_OF_MODE_T +1
  34748. | #define MODET2NUM(v) UINT2NUM(v)
  34749. | #define NUM2MODET(v) NUM2UINT(v)
  34750. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  34751. | #define rb_rlim_t rlim_t
  34752. | #define SIGNEDNESS_OF_RLIM_T +1
  34753. | #define RLIM2NUM(v) ULL2NUM(v)
  34754. | #define NUM2RLIM(v) NUM2ULL(v)
  34755. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  34756. | #define rb_off_t off_t
  34757. | #define SIGNEDNESS_OF_OFF_T -1
  34758. | #define OFFT2NUM(v) LL2NUM(v)
  34759. | #define NUM2OFFT(v) NUM2LL(v)
  34760. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  34761. | #define rb_clockid_t int
  34762. | #define SIGNEDNESS_OF_CLOCKID_T -1
  34763. | #define CLOCKID2NUM(v) INT2NUM(v)
  34764. | #define NUM2CLOCKID(v) NUM2INT(v)
  34765. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  34766. | #define HAVE_PROTOTYPES 1
  34767. | #define TOKEN_PASTE(x,y) x##y
  34768. | #define STRINGIZE(expr) STRINGIZE0(expr)
  34769. | #define HAVE_STDARG_PROTOTYPES 1
  34770. | #define HAVE_VA_ARGS_MACRO 1
  34771. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  34772. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  34773. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  34774. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  34775. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  34776. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  34777. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  34778. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  34779. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  34780. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  34781. | #define WEAK(x) __attribute__ ((__weak__)) x
  34782. | #define HAVE_FUNC_WEAK 1
  34783. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  34784. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  34785. | #define HAVE_GCC_SYNC_BUILTINS 1
  34786. | #define UNREACHABLE __builtin_unreachable()
  34787. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  34788. | #define RUBY_FUNCTION_NAME_STRING __func__
  34789. | #define ENUM_OVER_INT 1
  34790. | #define HAVE_DECL_SYS_NERR 1
  34791. | #define HAVE_DECL_GETENV 1
  34792. | #define SIZEOF_SIZE_T 8
  34793. | #define SIZEOF_PTRDIFF_T 8
  34794. | #define PRI_SIZE_PREFIX "z"
  34795. | #define PRI_PTRDIFF_PREFIX "t"
  34796. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  34797. | #define HAVE_ST_BLKSIZE 1
  34798. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  34799. | #define HAVE_ST_BLOCKS 1
  34800. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  34801. | #define HAVE_ST_RDEV 1
  34802. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  34803. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  34804. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  34805. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  34806. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  34807. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  34808. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  34809. | #define HAVE_STRUCT_TIMEVAL 1
  34810. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  34811. | #define HAVE_STRUCT_TIMESPEC 1
  34812. | #define HAVE_STRUCT_TIMEZONE 1
  34813. | #define HAVE_RB_FD_INIT 1
  34814. | #define HAVE_INT8_T 1
  34815. | #define SIZEOF_INT8_T 1
  34816. | #define HAVE_UINT8_T 1
  34817. | #define SIZEOF_UINT8_T 1
  34818. | #define HAVE_INT16_T 1
  34819. | #define SIZEOF_INT16_T 2
  34820. | #define HAVE_UINT16_T 1
  34821. | #define SIZEOF_UINT16_T 2
  34822. | #define HAVE_INT32_T 1
  34823. | #define SIZEOF_INT32_T 4
  34824. | #define HAVE_UINT32_T 1
  34825. | #define SIZEOF_UINT32_T 4
  34826. | #define HAVE_INT64_T 1
  34827. | #define SIZEOF_INT64_T 8
  34828. | #define HAVE_UINT64_T 1
  34829. | #define SIZEOF_UINT64_T 8
  34830. | #define HAVE_INT128_T 1
  34831. | #define int128_t __int128
  34832. | #define SIZEOF_INT128_T SIZEOF___INT128
  34833. | #define HAVE_UINT128_T 1
  34834. | #define uint128_t unsigned __int128
  34835. | #define SIZEOF_UINT128_T SIZEOF___INT128
  34836. | #define HAVE_INTPTR_T 1
  34837. | #define SIZEOF_INTPTR_T 8
  34838. | #define HAVE_UINTPTR_T 1
  34839. | #define SIZEOF_UINTPTR_T 8
  34840. | #define HAVE_SSIZE_T 1
  34841. | #define SIZEOF_SSIZE_T 8
  34842. | #define GETGROUPS_T gid_t
  34843. | #define RETSIGTYPE void
  34844. | #define HAVE_ALLOCA_H 1
  34845. | #define HAVE_ALLOCA 1
  34846. | #define HAVE_ACOSH 1
  34847. | #define HAVE_CBRT 1
  34848. | #define HAVE_CRYPT 1
  34849. | #define HAVE_DUP2 1
  34850. | #define HAVE_ERF 1
  34851. | #define HAVE_FFS 1
  34852. | #define HAVE_FINITE 1
  34853. | #define HAVE_FLOCK 1
  34854. | #define HAVE_HYPOT 1
  34855. | #define HAVE_ISINF 1
  34856. | #define HAVE_ISNAN 1
  34857. | #define HAVE_LGAMMA_R 1
  34858. | #define HAVE_MEMMOVE 1
  34859. | #define HAVE_NEXTAFTER 1
  34860. | #define HAVE_STRCHR 1
  34861. | #define HAVE_STRERROR 1
  34862. | #define HAVE_STRLCAT 1
  34863. | #define HAVE_STRLCPY 1
  34864. | #define HAVE_STRSTR 1
  34865. | #define HAVE_TGAMMA 1
  34866. | #define SPT_TYPE SPT_REUSEARGV
  34867. | #define HAVE_SIGNBIT 1
  34868. | #define HAVE_FORK 1
  34869. | #define vfork fork
  34870. | #define HAVE_WORKING_FORK 1
  34871. | #define HAVE___SYSCALL 1
  34872. | #define HAVE__LONGJMP 1
  34873. | #define HAVE_ARC4RANDOM_BUF 1
  34874. | #define HAVE_ATAN2L 1
  34875. | #define HAVE_ATAN2F 1
  34876. | #define HAVE_CHROOT 1
  34877. | #define HAVE_COSH 1
  34878. | #define HAVE_DIRFD 1
  34879. | #define HAVE_DLOPEN 1
  34880. | #define HAVE_DLADDR 1
  34881. | #define HAVE_DUP 1
  34882. | #define HAVE_ENDGRENT 1
  34883. | #define HAVE_FCHMOD 1
  34884. | #define HAVE_FCHOWN 1
  34885. | #define HAVE_FCNTL 1
  34886. | #define HAVE_FGETATTRLIST 1
  34887. | #define HAVE_FMOD 1
  34888. | #define HAVE_FSYNC 1
  34889. | #define HAVE_FTRUNCATE 1
  34890. | #define HAVE_GETATTRLIST 1
  34891. | #define HAVE_GETCWD 1
  34892. | #define HAVE_GETGRNAM 1
  34893. | #define HAVE_GETGRNAM_R 1
  34894. | #define HAVE_GETGROUPS 1
  34895. | #define HAVE_GETPGID 1
  34896. | #define HAVE_GETPGRP 1
  34897. | #define HAVE_GETPRIORITY 1
  34898. | #define HAVE_GETPWNAM_R 1
  34899. | #define HAVE_GETRLIMIT 1
  34900. | #define HAVE_GETSID 1
  34901. | #define HAVE_GETTIMEOFDAY 1
  34902. | #define HAVE_GMTIME_R 1
  34903. | #define HAVE_INITGROUPS 1
  34904. | #define HAVE_IOCTL 1
  34905. | #define HAVE_ISSETUGID 1
  34906. | #define HAVE_KILLPG 1
  34907. | #define HAVE_LCHMOD 1
  34908. | #define HAVE_LCHOWN 1
  34909. | #define HAVE_LINK 1
  34910. | #define HAVE_LLABS 1
  34911. | #define HAVE_LOCKF 1
  34912. | #define HAVE_LOG2 1
  34913. | #define HAVE_LSTAT 1
  34914. | #define HAVE_MALLOC_SIZE 1
  34915. | #define HAVE_MBLEN 1
  34916. | #define HAVE_MEMSET_S 1
  34917. | #define HAVE_WRITEV 1
  34918. | #define HAVE_MKFIFO 1
  34919. | #define HAVE_MKNOD 1
  34920. | #define HAVE_MKTIME 1
  34921. | #define HAVE_POLL 1
  34922. | #define HAVE_POSIX_MEMALIGN 1
  34923. | #define HAVE_PREAD 1
  34924. | #define HAVE_QSORT_R 1
  34925. | #define HAVE_READLINK 1
  34926. | #define HAVE_ROUND 1
  34927. | #define HAVE_SEEKDIR 1
  34928. | #define HAVE_SENDFILE 1
  34929. | #define HAVE_SETEGID 1
  34930. | #define HAVE_SETENV 1
  34931. | #define HAVE_SETEUID 1
  34932. | #define HAVE_SETGID 1
  34933. | #define HAVE_SETGROUPS 1
  34934. | #define HAVE_SETPGID 1
  34935. | #define HAVE_SETPGRP 1
  34936. | #define HAVE_SETREGID 1
  34937. | #define HAVE_SETREUID 1
  34938. | #define HAVE_SETRGID 1
  34939. | #define HAVE_SETRLIMIT 1
  34940. | #define HAVE_SETRUID 1
  34941. | #define HAVE_SETSID 1
  34942. | #define HAVE_SETUID 1
  34943. | #define HAVE_SHUTDOWN 1
  34944. | #define HAVE_SIGACTION 1
  34945. | #define HAVE_SIGALTSTACK 1
  34946. | #define HAVE_SIGPROCMASK 1
  34947. | #define HAVE_SINH 1
  34948. | #define HAVE_SYMLINK 1
  34949. | #define HAVE_SYSCALL 1
  34950. | #define HAVE_SYSCONF 1
  34951. | #define HAVE_TANH 1
  34952. | #define HAVE_TELLDIR 1
  34953. | #define HAVE_TIMEGM 1
  34954. | #define HAVE_TIMES 1
  34955. | #define HAVE_TRUNCATE 1
  34956. | #define HAVE_UNSETENV 1
  34957. | #define HAVE_UTIMES 1
  34958. | #define HAVE_WAIT4 1
  34959. | #define HAVE_WAITPID 1
  34960. | #if !defined __STDC_WANT_LIB_EXT1__
  34961. | #define __STDC_WANT_LIB_EXT1__ 1
  34962. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  34963. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  34964. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  34965. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  34966. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  34967. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  34968. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  34969. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  34970. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  34971. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  34972. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  34973. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  34974. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  34975. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  34976. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  34977. | #define HAVE_BSD_QSORT_R 1
  34978. | #define ATAN2_INF_C99 1
  34979. | #define LGAMMA_R_PM0_FIX 1
  34980. | #define HAVE_STRUCT_TM_TM_ZONE 1
  34981. | #define HAVE_TM_ZONE 1
  34982. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  34983. | #define HAVE_DAYLIGHT 1
  34984. | #define HAVE_VAR_TIMEZONE 1
  34985. | #define TYPEOF_VAR_TIMEZONE long
  34986. | #define HAVE_TIMEZONE 1
  34987. | #define TIMEZONE_VOID 1
  34988. | #define NEGATIVE_TIME_T 1
  34989. | #define POSIX_SIGNAL 1
  34990. | #define HAVE_SIG_T 1
  34991. | #define RSHIFT(x,y) ((x)>>(int)(y))
  34992. | #define HAVE__SC_CLK_TCK 1
  34993. | #define STACK_GROW_DIRECTION -1
  34994. | #define _REENTRANT 1
  34995. | #define _THREAD_SAFE 1
  34996. | #define HAVE_LIBPTHREAD 1
  34997. | #define HAVE_SCHED_YIELD 1
  34998. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  34999. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  35000. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  35001. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  35002. | #define HAVE_PTHREAD_COND_INIT 1
  35003. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  35004. | #define HAVE_PTHREAD_SIGMASK 1
  35005. | #define HAVE_PTHREAD_SETNAME_NP 1
  35006. | #define HAVE_PTHREAD_ATTR_INIT 1
  35007. | /* end confdefs.h. */
  35008. |
  35009. | #include <pthread.h>
  35010. | #ifdef HAVE_PTHREAD_NP_H
  35011. | #include <pthread_np.h>
  35012. | #endif
  35013. | #define SET_THREAD_NAME(name) pthread_setname_np(pthread_self(), name)
  35014. |
  35015. | int
  35016. | main ()
  35017. | {
  35018. | if (SET_THREAD_NAME("conftest")) return 1;
  35019. | ;
  35020. | return 0;
  35021. | }
  35022. configure:23892: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  35023. conftest.c:373:21: error: too many arguments to function call, expected 1, have 3
  35024. if (SET_THREAD_NAME("conftest")) return 1;
  35025. ~~~~~~~~~~~~~~~~^~~~~~~~~~~
  35026. conftest.c:368:72: note: expanded from macro 'SET_THREAD_NAME'
  35027. #define SET_THREAD_NAME(name) pthread_setname_np(pthread_self(), name, "%s")
  35028. ^
  35029. /usr/include/pthread.h:474:1: note: 'pthread_setname_np' declared here
  35030. __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2)
  35031. ^
  35032. /usr/include/Availability.h:163:50: note: expanded from macro '__OSX_AVAILABLE_STARTING'
  35033. #define __OSX_AVAILABLE_STARTING(_osx, _ios) __AVAILABILITY_INTERNAL##_osx
  35034. ^
  35035. <scratch space>:4:1: note: expanded from here
  35036. __AVAILABILITY_INTERNAL__MAC_10_6
  35037. ^
  35038. /usr/include/AvailabilityInternal.h:5369:72: note: expanded from macro '__AVAILABILITY_INTERNAL__MAC_10_6'
  35039. #define __AVAILABILITY_INTERNAL__MAC_10_6 __attribute__((availability(macosx,introduced=10.6)))
  35040. ^
  35041. 1 error generated.
  35042. configure:23892: $? = 1
  35043. configure: failed program was:
  35044. | /* confdefs.h */
  35045. | #define PACKAGE_NAME ""
  35046. | #define PACKAGE_TARNAME ""
  35047. | #define PACKAGE_VERSION ""
  35048. | #define PACKAGE_STRING ""
  35049. | #define PACKAGE_BUGREPORT ""
  35050. | #define PACKAGE_URL ""
  35051. | #define CANONICALIZATION_FOR_MATHN 1
  35052. | #define STDC_HEADERS 1
  35053. | #define HAVE_SYS_TYPES_H 1
  35054. | #define HAVE_SYS_STAT_H 1
  35055. | #define HAVE_STDLIB_H 1
  35056. | #define HAVE_STRING_H 1
  35057. | #define HAVE_MEMORY_H 1
  35058. | #define HAVE_STRINGS_H 1
  35059. | #define HAVE_INTTYPES_H 1
  35060. | #define HAVE_STDINT_H 1
  35061. | #define HAVE_UNISTD_H 1
  35062. | #define __EXTENSIONS__ 1
  35063. | #define _ALL_SOURCE 1
  35064. | #define _GNU_SOURCE 1
  35065. | #define _POSIX_PTHREAD_SEMANTICS 1
  35066. | #define _TANDEM_SOURCE 1
  35067. | #define HAVE_INFINITY 1
  35068. | #define HAVE_NAN 1
  35069. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  35070. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  35071. | #define BROKEN_CRYPT 1
  35072. | #define HAVE_CRT_EXTERNS_H 1
  35073. | #define HAVE_LIBDL 1
  35074. | #define HAVE_DIRENT_H 1
  35075. | #define HAVE__BOOL 1
  35076. | #define HAVE_STDBOOL_H 1
  35077. | #define HAVE_SYS_WAIT_H 1
  35078. | #define HAVE_GRP_H 1
  35079. | #define HAVE_FCNTL_H 1
  35080. | #define HAVE_FLOAT_H 1
  35081. | #define HAVE_LANGINFO_H 1
  35082. | #define HAVE_LIMITS_H 1
  35083. | #define HAVE_LOCALE_H 1
  35084. | #define HAVE_MALLOC_MALLOC_H 1
  35085. | #define HAVE_PWD_H 1
  35086. | #define HAVE_SYS_ATTR_H 1
  35087. | #define HAVE_SYS_FCNTL_H 1
  35088. | #define HAVE_SYS_FILE_H 1
  35089. | #define HAVE_SYS_IOCTL_H 1
  35090. | #define HAVE_SYS_PARAM_H 1
  35091. | #define HAVE_SYS_RESOURCE_H 1
  35092. | #define HAVE_SYS_SELECT_H 1
  35093. | #define HAVE_SYS_SOCKET_H 1
  35094. | #define HAVE_SYS_SYSCALL_H 1
  35095. | #define HAVE_SYS_TIME_H 1
  35096. | #define HAVE_SYS_TIMES_H 1
  35097. | #define HAVE_SYS_UIO_H 1
  35098. | #define HAVE_TIME_H 1
  35099. | #define HAVE_UCONTEXT_H 1
  35100. | #define HAVE_UTIME_H 1
  35101. | #define HAVE_TYPEOF 1
  35102. | #define HAVE_LONG_LONG 1
  35103. | #define HAVE_OFF_T 1
  35104. | #define SIZEOF_INT 4
  35105. | #define SIZEOF_SHORT 2
  35106. | #define SIZEOF_LONG 8
  35107. | #define SIZEOF_LONG_LONG 8
  35108. | #define SIZEOF___INT64 0
  35109. | #define SIZEOF___INT128 16
  35110. | #define SIZEOF_OFF_T 8
  35111. | #define SIZEOF_VOIDP 8
  35112. | #define SIZEOF_FLOAT 4
  35113. | #define SIZEOF_DOUBLE 8
  35114. | #define SIZEOF_TIME_T 8
  35115. | #define SIZEOF_CLOCK_T 8
  35116. | #define PACKED_STRUCT(x) x __attribute__((packed))
  35117. | #define PACKED_STRUCT_UNALIGNED(x) x
  35118. | #define PRI_LL_PREFIX "ll"
  35119. | #define rb_pid_t pid_t
  35120. | #define SIGNEDNESS_OF_PID_T -1
  35121. | #define PIDT2NUM(v) INT2NUM(v)
  35122. | #define NUM2PIDT(v) NUM2INT(v)
  35123. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  35124. | #define rb_uid_t uid_t
  35125. | #define SIGNEDNESS_OF_UID_T +1
  35126. | #define UIDT2NUM(v) UINT2NUM(v)
  35127. | #define NUM2UIDT(v) NUM2UINT(v)
  35128. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  35129. | #define rb_gid_t gid_t
  35130. | #define SIGNEDNESS_OF_GID_T +1
  35131. | #define GIDT2NUM(v) UINT2NUM(v)
  35132. | #define NUM2GIDT(v) NUM2UINT(v)
  35133. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  35134. | #define rb_time_t time_t
  35135. | #define SIGNEDNESS_OF_TIME_T -1
  35136. | #define TIMET2NUM(v) LONG2NUM(v)
  35137. | #define NUM2TIMET(v) NUM2LONG(v)
  35138. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  35139. | #define rb_dev_t dev_t
  35140. | #define SIGNEDNESS_OF_DEV_T -1
  35141. | #define DEVT2NUM(v) INT2NUM(v)
  35142. | #define NUM2DEVT(v) NUM2INT(v)
  35143. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  35144. | #define rb_mode_t mode_t
  35145. | #define SIGNEDNESS_OF_MODE_T +1
  35146. | #define MODET2NUM(v) UINT2NUM(v)
  35147. | #define NUM2MODET(v) NUM2UINT(v)
  35148. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  35149. | #define rb_rlim_t rlim_t
  35150. | #define SIGNEDNESS_OF_RLIM_T +1
  35151. | #define RLIM2NUM(v) ULL2NUM(v)
  35152. | #define NUM2RLIM(v) NUM2ULL(v)
  35153. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  35154. | #define rb_off_t off_t
  35155. | #define SIGNEDNESS_OF_OFF_T -1
  35156. | #define OFFT2NUM(v) LL2NUM(v)
  35157. | #define NUM2OFFT(v) NUM2LL(v)
  35158. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  35159. | #define rb_clockid_t int
  35160. | #define SIGNEDNESS_OF_CLOCKID_T -1
  35161. | #define CLOCKID2NUM(v) INT2NUM(v)
  35162. | #define NUM2CLOCKID(v) NUM2INT(v)
  35163. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  35164. | #define HAVE_PROTOTYPES 1
  35165. | #define TOKEN_PASTE(x,y) x##y
  35166. | #define STRINGIZE(expr) STRINGIZE0(expr)
  35167. | #define HAVE_STDARG_PROTOTYPES 1
  35168. | #define HAVE_VA_ARGS_MACRO 1
  35169. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  35170. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  35171. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  35172. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  35173. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  35174. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  35175. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  35176. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  35177. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  35178. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  35179. | #define WEAK(x) __attribute__ ((__weak__)) x
  35180. | #define HAVE_FUNC_WEAK 1
  35181. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  35182. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  35183. | #define HAVE_GCC_SYNC_BUILTINS 1
  35184. | #define UNREACHABLE __builtin_unreachable()
  35185. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  35186. | #define RUBY_FUNCTION_NAME_STRING __func__
  35187. | #define ENUM_OVER_INT 1
  35188. | #define HAVE_DECL_SYS_NERR 1
  35189. | #define HAVE_DECL_GETENV 1
  35190. | #define SIZEOF_SIZE_T 8
  35191. | #define SIZEOF_PTRDIFF_T 8
  35192. | #define PRI_SIZE_PREFIX "z"
  35193. | #define PRI_PTRDIFF_PREFIX "t"
  35194. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  35195. | #define HAVE_ST_BLKSIZE 1
  35196. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  35197. | #define HAVE_ST_BLOCKS 1
  35198. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  35199. | #define HAVE_ST_RDEV 1
  35200. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  35201. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  35202. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  35203. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  35204. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  35205. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  35206. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  35207. | #define HAVE_STRUCT_TIMEVAL 1
  35208. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  35209. | #define HAVE_STRUCT_TIMESPEC 1
  35210. | #define HAVE_STRUCT_TIMEZONE 1
  35211. | #define HAVE_RB_FD_INIT 1
  35212. | #define HAVE_INT8_T 1
  35213. | #define SIZEOF_INT8_T 1
  35214. | #define HAVE_UINT8_T 1
  35215. | #define SIZEOF_UINT8_T 1
  35216. | #define HAVE_INT16_T 1
  35217. | #define SIZEOF_INT16_T 2
  35218. | #define HAVE_UINT16_T 1
  35219. | #define SIZEOF_UINT16_T 2
  35220. | #define HAVE_INT32_T 1
  35221. | #define SIZEOF_INT32_T 4
  35222. | #define HAVE_UINT32_T 1
  35223. | #define SIZEOF_UINT32_T 4
  35224. | #define HAVE_INT64_T 1
  35225. | #define SIZEOF_INT64_T 8
  35226. | #define HAVE_UINT64_T 1
  35227. | #define SIZEOF_UINT64_T 8
  35228. | #define HAVE_INT128_T 1
  35229. | #define int128_t __int128
  35230. | #define SIZEOF_INT128_T SIZEOF___INT128
  35231. | #define HAVE_UINT128_T 1
  35232. | #define uint128_t unsigned __int128
  35233. | #define SIZEOF_UINT128_T SIZEOF___INT128
  35234. | #define HAVE_INTPTR_T 1
  35235. | #define SIZEOF_INTPTR_T 8
  35236. | #define HAVE_UINTPTR_T 1
  35237. | #define SIZEOF_UINTPTR_T 8
  35238. | #define HAVE_SSIZE_T 1
  35239. | #define SIZEOF_SSIZE_T 8
  35240. | #define GETGROUPS_T gid_t
  35241. | #define RETSIGTYPE void
  35242. | #define HAVE_ALLOCA_H 1
  35243. | #define HAVE_ALLOCA 1
  35244. | #define HAVE_ACOSH 1
  35245. | #define HAVE_CBRT 1
  35246. | #define HAVE_CRYPT 1
  35247. | #define HAVE_DUP2 1
  35248. | #define HAVE_ERF 1
  35249. | #define HAVE_FFS 1
  35250. | #define HAVE_FINITE 1
  35251. | #define HAVE_FLOCK 1
  35252. | #define HAVE_HYPOT 1
  35253. | #define HAVE_ISINF 1
  35254. | #define HAVE_ISNAN 1
  35255. | #define HAVE_LGAMMA_R 1
  35256. | #define HAVE_MEMMOVE 1
  35257. | #define HAVE_NEXTAFTER 1
  35258. | #define HAVE_STRCHR 1
  35259. | #define HAVE_STRERROR 1
  35260. | #define HAVE_STRLCAT 1
  35261. | #define HAVE_STRLCPY 1
  35262. | #define HAVE_STRSTR 1
  35263. | #define HAVE_TGAMMA 1
  35264. | #define SPT_TYPE SPT_REUSEARGV
  35265. | #define HAVE_SIGNBIT 1
  35266. | #define HAVE_FORK 1
  35267. | #define vfork fork
  35268. | #define HAVE_WORKING_FORK 1
  35269. | #define HAVE___SYSCALL 1
  35270. | #define HAVE__LONGJMP 1
  35271. | #define HAVE_ARC4RANDOM_BUF 1
  35272. | #define HAVE_ATAN2L 1
  35273. | #define HAVE_ATAN2F 1
  35274. | #define HAVE_CHROOT 1
  35275. | #define HAVE_COSH 1
  35276. | #define HAVE_DIRFD 1
  35277. | #define HAVE_DLOPEN 1
  35278. | #define HAVE_DLADDR 1
  35279. | #define HAVE_DUP 1
  35280. | #define HAVE_ENDGRENT 1
  35281. | #define HAVE_FCHMOD 1
  35282. | #define HAVE_FCHOWN 1
  35283. | #define HAVE_FCNTL 1
  35284. | #define HAVE_FGETATTRLIST 1
  35285. | #define HAVE_FMOD 1
  35286. | #define HAVE_FSYNC 1
  35287. | #define HAVE_FTRUNCATE 1
  35288. | #define HAVE_GETATTRLIST 1
  35289. | #define HAVE_GETCWD 1
  35290. | #define HAVE_GETGRNAM 1
  35291. | #define HAVE_GETGRNAM_R 1
  35292. | #define HAVE_GETGROUPS 1
  35293. | #define HAVE_GETPGID 1
  35294. | #define HAVE_GETPGRP 1
  35295. | #define HAVE_GETPRIORITY 1
  35296. | #define HAVE_GETPWNAM_R 1
  35297. | #define HAVE_GETRLIMIT 1
  35298. | #define HAVE_GETSID 1
  35299. | #define HAVE_GETTIMEOFDAY 1
  35300. | #define HAVE_GMTIME_R 1
  35301. | #define HAVE_INITGROUPS 1
  35302. | #define HAVE_IOCTL 1
  35303. | #define HAVE_ISSETUGID 1
  35304. | #define HAVE_KILLPG 1
  35305. | #define HAVE_LCHMOD 1
  35306. | #define HAVE_LCHOWN 1
  35307. | #define HAVE_LINK 1
  35308. | #define HAVE_LLABS 1
  35309. | #define HAVE_LOCKF 1
  35310. | #define HAVE_LOG2 1
  35311. | #define HAVE_LSTAT 1
  35312. | #define HAVE_MALLOC_SIZE 1
  35313. | #define HAVE_MBLEN 1
  35314. | #define HAVE_MEMSET_S 1
  35315. | #define HAVE_WRITEV 1
  35316. | #define HAVE_MKFIFO 1
  35317. | #define HAVE_MKNOD 1
  35318. | #define HAVE_MKTIME 1
  35319. | #define HAVE_POLL 1
  35320. | #define HAVE_POSIX_MEMALIGN 1
  35321. | #define HAVE_PREAD 1
  35322. | #define HAVE_QSORT_R 1
  35323. | #define HAVE_READLINK 1
  35324. | #define HAVE_ROUND 1
  35325. | #define HAVE_SEEKDIR 1
  35326. | #define HAVE_SENDFILE 1
  35327. | #define HAVE_SETEGID 1
  35328. | #define HAVE_SETENV 1
  35329. | #define HAVE_SETEUID 1
  35330. | #define HAVE_SETGID 1
  35331. | #define HAVE_SETGROUPS 1
  35332. | #define HAVE_SETPGID 1
  35333. | #define HAVE_SETPGRP 1
  35334. | #define HAVE_SETREGID 1
  35335. | #define HAVE_SETREUID 1
  35336. | #define HAVE_SETRGID 1
  35337. | #define HAVE_SETRLIMIT 1
  35338. | #define HAVE_SETRUID 1
  35339. | #define HAVE_SETSID 1
  35340. | #define HAVE_SETUID 1
  35341. | #define HAVE_SHUTDOWN 1
  35342. | #define HAVE_SIGACTION 1
  35343. | #define HAVE_SIGALTSTACK 1
  35344. | #define HAVE_SIGPROCMASK 1
  35345. | #define HAVE_SINH 1
  35346. | #define HAVE_SYMLINK 1
  35347. | #define HAVE_SYSCALL 1
  35348. | #define HAVE_SYSCONF 1
  35349. | #define HAVE_TANH 1
  35350. | #define HAVE_TELLDIR 1
  35351. | #define HAVE_TIMEGM 1
  35352. | #define HAVE_TIMES 1
  35353. | #define HAVE_TRUNCATE 1
  35354. | #define HAVE_UNSETENV 1
  35355. | #define HAVE_UTIMES 1
  35356. | #define HAVE_WAIT4 1
  35357. | #define HAVE_WAITPID 1
  35358. | #if !defined __STDC_WANT_LIB_EXT1__
  35359. | #define __STDC_WANT_LIB_EXT1__ 1
  35360. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  35361. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  35362. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  35363. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  35364. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  35365. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  35366. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  35367. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  35368. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  35369. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  35370. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  35371. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  35372. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  35373. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  35374. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  35375. | #define HAVE_BSD_QSORT_R 1
  35376. | #define ATAN2_INF_C99 1
  35377. | #define LGAMMA_R_PM0_FIX 1
  35378. | #define HAVE_STRUCT_TM_TM_ZONE 1
  35379. | #define HAVE_TM_ZONE 1
  35380. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  35381. | #define HAVE_DAYLIGHT 1
  35382. | #define HAVE_VAR_TIMEZONE 1
  35383. | #define TYPEOF_VAR_TIMEZONE long
  35384. | #define HAVE_TIMEZONE 1
  35385. | #define TIMEZONE_VOID 1
  35386. | #define NEGATIVE_TIME_T 1
  35387. | #define POSIX_SIGNAL 1
  35388. | #define HAVE_SIG_T 1
  35389. | #define RSHIFT(x,y) ((x)>>(int)(y))
  35390. | #define HAVE__SC_CLK_TCK 1
  35391. | #define STACK_GROW_DIRECTION -1
  35392. | #define _REENTRANT 1
  35393. | #define _THREAD_SAFE 1
  35394. | #define HAVE_LIBPTHREAD 1
  35395. | #define HAVE_SCHED_YIELD 1
  35396. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  35397. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  35398. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  35399. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  35400. | #define HAVE_PTHREAD_COND_INIT 1
  35401. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  35402. | #define HAVE_PTHREAD_SIGMASK 1
  35403. | #define HAVE_PTHREAD_SETNAME_NP 1
  35404. | #define HAVE_PTHREAD_ATTR_INIT 1
  35405. | /* end confdefs.h. */
  35406. |
  35407. | #include <pthread.h>
  35408. | #ifdef HAVE_PTHREAD_NP_H
  35409. | #include <pthread_np.h>
  35410. | #endif
  35411. | #define SET_THREAD_NAME(name) pthread_setname_np(pthread_self(), name, "%s")
  35412. |
  35413. | int
  35414. | main ()
  35415. | {
  35416. | if (SET_THREAD_NAME("conftest")) return 1;
  35417. | ;
  35418. | return 0;
  35419. | }
  35420. configure:23892: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  35421. configure:23892: $? = 0
  35422. configure:23901: result: (name)
  35423. configure:23965: checking if mcontext_t is a pointer
  35424. configure:23987: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  35425. configure:23987: $? = 0
  35426. configure:23994: result: yes
  35427. configure:24011: checking for getcontext
  35428. configure:24011: result: no
  35429. configure:24011: checking for setcontext
  35430. configure:24011: result: no
  35431. configure:24024: checking if fork works with pthread
  35432. configure:24092: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -lpthread -ldl -lobjc >&5
  35433. configure:24092: $? = 0
  35434. configure:24092: ./conftest
  35435. configure:24092: $? = 0
  35436. configure:24102: result: yes
  35437. configure:24132: checking whether ELF binaries are produced
  35438. configure:24148: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib conftest.c -lpthread -ldl -lobjc >&5
  35439. configure:24148: $? = 0
  35440. configure:24162: result: no
  35441. configure:24215: checking whether OS depend dynamic link works
  35442. configure:24397: result: yes
  35443. configure:24412: checking whether -Wl,-undefined,dynamic_lookup is accepted as LDFLAGS
  35444. configure:24434: gcc -o conftest -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib -Wl,-undefined,dynamic_lookup conftest.c -lpthread -ldl -lobjc >&5
  35445. configure:24434: $? = 0
  35446. configure:24436: result: yes
  35447. configure:24412: checking whether -Wl,-multiply_defined,suppress is accepted as LDFLAGS
  35448. configure:24434: gcc -o conftest -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/lib -Wl,-multiply_defined,suppress conftest.c -lpthread -ldl -lobjc >&5
  35449. configure:24434: $? = 0
  35450. configure:24436: result: yes
  35451. configure:24670: checking execinfo.h usability
  35452. configure:24670: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  35453. configure:24670: $? = 0
  35454. configure:24670: result: yes
  35455. configure:24670: checking execinfo.h presence
  35456. configure:24670: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  35457. configure:24670: $? = 0
  35458. configure:24670: result: yes
  35459. configure:24670: checking for execinfo.h
  35460. configure:24670: result: yes
  35461. configure:24681: checking for backtrace in -lexecinfo
  35462. configure:24706: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib conftest.c -lexecinfo -lpthread -ldl -lobjc >&5
  35463. ld: library not found for -lexecinfo
  35464. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  35465. configure:24706: $? = 1
  35466. configure: failed program was:
  35467. | /* confdefs.h */
  35468. | #define PACKAGE_NAME ""
  35469. | #define PACKAGE_TARNAME ""
  35470. | #define PACKAGE_VERSION ""
  35471. | #define PACKAGE_STRING ""
  35472. | #define PACKAGE_BUGREPORT ""
  35473. | #define PACKAGE_URL ""
  35474. | #define CANONICALIZATION_FOR_MATHN 1
  35475. | #define STDC_HEADERS 1
  35476. | #define HAVE_SYS_TYPES_H 1
  35477. | #define HAVE_SYS_STAT_H 1
  35478. | #define HAVE_STDLIB_H 1
  35479. | #define HAVE_STRING_H 1
  35480. | #define HAVE_MEMORY_H 1
  35481. | #define HAVE_STRINGS_H 1
  35482. | #define HAVE_INTTYPES_H 1
  35483. | #define HAVE_STDINT_H 1
  35484. | #define HAVE_UNISTD_H 1
  35485. | #define __EXTENSIONS__ 1
  35486. | #define _ALL_SOURCE 1
  35487. | #define _GNU_SOURCE 1
  35488. | #define _POSIX_PTHREAD_SEMANTICS 1
  35489. | #define _TANDEM_SOURCE 1
  35490. | #define HAVE_INFINITY 1
  35491. | #define HAVE_NAN 1
  35492. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  35493. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  35494. | #define BROKEN_CRYPT 1
  35495. | #define HAVE_CRT_EXTERNS_H 1
  35496. | #define HAVE_LIBDL 1
  35497. | #define HAVE_DIRENT_H 1
  35498. | #define HAVE__BOOL 1
  35499. | #define HAVE_STDBOOL_H 1
  35500. | #define HAVE_SYS_WAIT_H 1
  35501. | #define HAVE_GRP_H 1
  35502. | #define HAVE_FCNTL_H 1
  35503. | #define HAVE_FLOAT_H 1
  35504. | #define HAVE_LANGINFO_H 1
  35505. | #define HAVE_LIMITS_H 1
  35506. | #define HAVE_LOCALE_H 1
  35507. | #define HAVE_MALLOC_MALLOC_H 1
  35508. | #define HAVE_PWD_H 1
  35509. | #define HAVE_SYS_ATTR_H 1
  35510. | #define HAVE_SYS_FCNTL_H 1
  35511. | #define HAVE_SYS_FILE_H 1
  35512. | #define HAVE_SYS_IOCTL_H 1
  35513. | #define HAVE_SYS_PARAM_H 1
  35514. | #define HAVE_SYS_RESOURCE_H 1
  35515. | #define HAVE_SYS_SELECT_H 1
  35516. | #define HAVE_SYS_SOCKET_H 1
  35517. | #define HAVE_SYS_SYSCALL_H 1
  35518. | #define HAVE_SYS_TIME_H 1
  35519. | #define HAVE_SYS_TIMES_H 1
  35520. | #define HAVE_SYS_UIO_H 1
  35521. | #define HAVE_TIME_H 1
  35522. | #define HAVE_UCONTEXT_H 1
  35523. | #define HAVE_UTIME_H 1
  35524. | #define HAVE_TYPEOF 1
  35525. | #define HAVE_LONG_LONG 1
  35526. | #define HAVE_OFF_T 1
  35527. | #define SIZEOF_INT 4
  35528. | #define SIZEOF_SHORT 2
  35529. | #define SIZEOF_LONG 8
  35530. | #define SIZEOF_LONG_LONG 8
  35531. | #define SIZEOF___INT64 0
  35532. | #define SIZEOF___INT128 16
  35533. | #define SIZEOF_OFF_T 8
  35534. | #define SIZEOF_VOIDP 8
  35535. | #define SIZEOF_FLOAT 4
  35536. | #define SIZEOF_DOUBLE 8
  35537. | #define SIZEOF_TIME_T 8
  35538. | #define SIZEOF_CLOCK_T 8
  35539. | #define PACKED_STRUCT(x) x __attribute__((packed))
  35540. | #define PACKED_STRUCT_UNALIGNED(x) x
  35541. | #define PRI_LL_PREFIX "ll"
  35542. | #define rb_pid_t pid_t
  35543. | #define SIGNEDNESS_OF_PID_T -1
  35544. | #define PIDT2NUM(v) INT2NUM(v)
  35545. | #define NUM2PIDT(v) NUM2INT(v)
  35546. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  35547. | #define rb_uid_t uid_t
  35548. | #define SIGNEDNESS_OF_UID_T +1
  35549. | #define UIDT2NUM(v) UINT2NUM(v)
  35550. | #define NUM2UIDT(v) NUM2UINT(v)
  35551. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  35552. | #define rb_gid_t gid_t
  35553. | #define SIGNEDNESS_OF_GID_T +1
  35554. | #define GIDT2NUM(v) UINT2NUM(v)
  35555. | #define NUM2GIDT(v) NUM2UINT(v)
  35556. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  35557. | #define rb_time_t time_t
  35558. | #define SIGNEDNESS_OF_TIME_T -1
  35559. | #define TIMET2NUM(v) LONG2NUM(v)
  35560. | #define NUM2TIMET(v) NUM2LONG(v)
  35561. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  35562. | #define rb_dev_t dev_t
  35563. | #define SIGNEDNESS_OF_DEV_T -1
  35564. | #define DEVT2NUM(v) INT2NUM(v)
  35565. | #define NUM2DEVT(v) NUM2INT(v)
  35566. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  35567. | #define rb_mode_t mode_t
  35568. | #define SIGNEDNESS_OF_MODE_T +1
  35569. | #define MODET2NUM(v) UINT2NUM(v)
  35570. | #define NUM2MODET(v) NUM2UINT(v)
  35571. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  35572. | #define rb_rlim_t rlim_t
  35573. | #define SIGNEDNESS_OF_RLIM_T +1
  35574. | #define RLIM2NUM(v) ULL2NUM(v)
  35575. | #define NUM2RLIM(v) NUM2ULL(v)
  35576. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  35577. | #define rb_off_t off_t
  35578. | #define SIGNEDNESS_OF_OFF_T -1
  35579. | #define OFFT2NUM(v) LL2NUM(v)
  35580. | #define NUM2OFFT(v) NUM2LL(v)
  35581. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  35582. | #define rb_clockid_t int
  35583. | #define SIGNEDNESS_OF_CLOCKID_T -1
  35584. | #define CLOCKID2NUM(v) INT2NUM(v)
  35585. | #define NUM2CLOCKID(v) NUM2INT(v)
  35586. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  35587. | #define HAVE_PROTOTYPES 1
  35588. | #define TOKEN_PASTE(x,y) x##y
  35589. | #define STRINGIZE(expr) STRINGIZE0(expr)
  35590. | #define HAVE_STDARG_PROTOTYPES 1
  35591. | #define HAVE_VA_ARGS_MACRO 1
  35592. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  35593. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  35594. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  35595. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  35596. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  35597. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  35598. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  35599. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  35600. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  35601. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  35602. | #define WEAK(x) __attribute__ ((__weak__)) x
  35603. | #define HAVE_FUNC_WEAK 1
  35604. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  35605. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  35606. | #define HAVE_GCC_SYNC_BUILTINS 1
  35607. | #define UNREACHABLE __builtin_unreachable()
  35608. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  35609. | #define RUBY_FUNCTION_NAME_STRING __func__
  35610. | #define ENUM_OVER_INT 1
  35611. | #define HAVE_DECL_SYS_NERR 1
  35612. | #define HAVE_DECL_GETENV 1
  35613. | #define SIZEOF_SIZE_T 8
  35614. | #define SIZEOF_PTRDIFF_T 8
  35615. | #define PRI_SIZE_PREFIX "z"
  35616. | #define PRI_PTRDIFF_PREFIX "t"
  35617. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  35618. | #define HAVE_ST_BLKSIZE 1
  35619. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  35620. | #define HAVE_ST_BLOCKS 1
  35621. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  35622. | #define HAVE_ST_RDEV 1
  35623. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  35624. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  35625. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  35626. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  35627. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  35628. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  35629. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  35630. | #define HAVE_STRUCT_TIMEVAL 1
  35631. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  35632. | #define HAVE_STRUCT_TIMESPEC 1
  35633. | #define HAVE_STRUCT_TIMEZONE 1
  35634. | #define HAVE_RB_FD_INIT 1
  35635. | #define HAVE_INT8_T 1
  35636. | #define SIZEOF_INT8_T 1
  35637. | #define HAVE_UINT8_T 1
  35638. | #define SIZEOF_UINT8_T 1
  35639. | #define HAVE_INT16_T 1
  35640. | #define SIZEOF_INT16_T 2
  35641. | #define HAVE_UINT16_T 1
  35642. | #define SIZEOF_UINT16_T 2
  35643. | #define HAVE_INT32_T 1
  35644. | #define SIZEOF_INT32_T 4
  35645. | #define HAVE_UINT32_T 1
  35646. | #define SIZEOF_UINT32_T 4
  35647. | #define HAVE_INT64_T 1
  35648. | #define SIZEOF_INT64_T 8
  35649. | #define HAVE_UINT64_T 1
  35650. | #define SIZEOF_UINT64_T 8
  35651. | #define HAVE_INT128_T 1
  35652. | #define int128_t __int128
  35653. | #define SIZEOF_INT128_T SIZEOF___INT128
  35654. | #define HAVE_UINT128_T 1
  35655. | #define uint128_t unsigned __int128
  35656. | #define SIZEOF_UINT128_T SIZEOF___INT128
  35657. | #define HAVE_INTPTR_T 1
  35658. | #define SIZEOF_INTPTR_T 8
  35659. | #define HAVE_UINTPTR_T 1
  35660. | #define SIZEOF_UINTPTR_T 8
  35661. | #define HAVE_SSIZE_T 1
  35662. | #define SIZEOF_SSIZE_T 8
  35663. | #define GETGROUPS_T gid_t
  35664. | #define RETSIGTYPE void
  35665. | #define HAVE_ALLOCA_H 1
  35666. | #define HAVE_ALLOCA 1
  35667. | #define HAVE_ACOSH 1
  35668. | #define HAVE_CBRT 1
  35669. | #define HAVE_CRYPT 1
  35670. | #define HAVE_DUP2 1
  35671. | #define HAVE_ERF 1
  35672. | #define HAVE_FFS 1
  35673. | #define HAVE_FINITE 1
  35674. | #define HAVE_FLOCK 1
  35675. | #define HAVE_HYPOT 1
  35676. | #define HAVE_ISINF 1
  35677. | #define HAVE_ISNAN 1
  35678. | #define HAVE_LGAMMA_R 1
  35679. | #define HAVE_MEMMOVE 1
  35680. | #define HAVE_NEXTAFTER 1
  35681. | #define HAVE_STRCHR 1
  35682. | #define HAVE_STRERROR 1
  35683. | #define HAVE_STRLCAT 1
  35684. | #define HAVE_STRLCPY 1
  35685. | #define HAVE_STRSTR 1
  35686. | #define HAVE_TGAMMA 1
  35687. | #define SPT_TYPE SPT_REUSEARGV
  35688. | #define HAVE_SIGNBIT 1
  35689. | #define HAVE_FORK 1
  35690. | #define vfork fork
  35691. | #define HAVE_WORKING_FORK 1
  35692. | #define HAVE___SYSCALL 1
  35693. | #define HAVE__LONGJMP 1
  35694. | #define HAVE_ARC4RANDOM_BUF 1
  35695. | #define HAVE_ATAN2L 1
  35696. | #define HAVE_ATAN2F 1
  35697. | #define HAVE_CHROOT 1
  35698. | #define HAVE_COSH 1
  35699. | #define HAVE_DIRFD 1
  35700. | #define HAVE_DLOPEN 1
  35701. | #define HAVE_DLADDR 1
  35702. | #define HAVE_DUP 1
  35703. | #define HAVE_ENDGRENT 1
  35704. | #define HAVE_FCHMOD 1
  35705. | #define HAVE_FCHOWN 1
  35706. | #define HAVE_FCNTL 1
  35707. | #define HAVE_FGETATTRLIST 1
  35708. | #define HAVE_FMOD 1
  35709. | #define HAVE_FSYNC 1
  35710. | #define HAVE_FTRUNCATE 1
  35711. | #define HAVE_GETATTRLIST 1
  35712. | #define HAVE_GETCWD 1
  35713. | #define HAVE_GETGRNAM 1
  35714. | #define HAVE_GETGRNAM_R 1
  35715. | #define HAVE_GETGROUPS 1
  35716. | #define HAVE_GETPGID 1
  35717. | #define HAVE_GETPGRP 1
  35718. | #define HAVE_GETPRIORITY 1
  35719. | #define HAVE_GETPWNAM_R 1
  35720. | #define HAVE_GETRLIMIT 1
  35721. | #define HAVE_GETSID 1
  35722. | #define HAVE_GETTIMEOFDAY 1
  35723. | #define HAVE_GMTIME_R 1
  35724. | #define HAVE_INITGROUPS 1
  35725. | #define HAVE_IOCTL 1
  35726. | #define HAVE_ISSETUGID 1
  35727. | #define HAVE_KILLPG 1
  35728. | #define HAVE_LCHMOD 1
  35729. | #define HAVE_LCHOWN 1
  35730. | #define HAVE_LINK 1
  35731. | #define HAVE_LLABS 1
  35732. | #define HAVE_LOCKF 1
  35733. | #define HAVE_LOG2 1
  35734. | #define HAVE_LSTAT 1
  35735. | #define HAVE_MALLOC_SIZE 1
  35736. | #define HAVE_MBLEN 1
  35737. | #define HAVE_MEMSET_S 1
  35738. | #define HAVE_WRITEV 1
  35739. | #define HAVE_MKFIFO 1
  35740. | #define HAVE_MKNOD 1
  35741. | #define HAVE_MKTIME 1
  35742. | #define HAVE_POLL 1
  35743. | #define HAVE_POSIX_MEMALIGN 1
  35744. | #define HAVE_PREAD 1
  35745. | #define HAVE_QSORT_R 1
  35746. | #define HAVE_READLINK 1
  35747. | #define HAVE_ROUND 1
  35748. | #define HAVE_SEEKDIR 1
  35749. | #define HAVE_SENDFILE 1
  35750. | #define HAVE_SETEGID 1
  35751. | #define HAVE_SETENV 1
  35752. | #define HAVE_SETEUID 1
  35753. | #define HAVE_SETGID 1
  35754. | #define HAVE_SETGROUPS 1
  35755. | #define HAVE_SETPGID 1
  35756. | #define HAVE_SETPGRP 1
  35757. | #define HAVE_SETREGID 1
  35758. | #define HAVE_SETREUID 1
  35759. | #define HAVE_SETRGID 1
  35760. | #define HAVE_SETRLIMIT 1
  35761. | #define HAVE_SETRUID 1
  35762. | #define HAVE_SETSID 1
  35763. | #define HAVE_SETUID 1
  35764. | #define HAVE_SHUTDOWN 1
  35765. | #define HAVE_SIGACTION 1
  35766. | #define HAVE_SIGALTSTACK 1
  35767. | #define HAVE_SIGPROCMASK 1
  35768. | #define HAVE_SINH 1
  35769. | #define HAVE_SYMLINK 1
  35770. | #define HAVE_SYSCALL 1
  35771. | #define HAVE_SYSCONF 1
  35772. | #define HAVE_TANH 1
  35773. | #define HAVE_TELLDIR 1
  35774. | #define HAVE_TIMEGM 1
  35775. | #define HAVE_TIMES 1
  35776. | #define HAVE_TRUNCATE 1
  35777. | #define HAVE_UNSETENV 1
  35778. | #define HAVE_UTIMES 1
  35779. | #define HAVE_WAIT4 1
  35780. | #define HAVE_WAITPID 1
  35781. | #if !defined __STDC_WANT_LIB_EXT1__
  35782. | #define __STDC_WANT_LIB_EXT1__ 1
  35783. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  35784. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  35785. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  35786. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  35787. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  35788. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  35789. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  35790. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  35791. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  35792. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  35793. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  35794. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  35795. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  35796. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  35797. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  35798. | #define HAVE_BSD_QSORT_R 1
  35799. | #define ATAN2_INF_C99 1
  35800. | #define LGAMMA_R_PM0_FIX 1
  35801. | #define HAVE_STRUCT_TM_TM_ZONE 1
  35802. | #define HAVE_TM_ZONE 1
  35803. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  35804. | #define HAVE_DAYLIGHT 1
  35805. | #define HAVE_VAR_TIMEZONE 1
  35806. | #define TYPEOF_VAR_TIMEZONE long
  35807. | #define HAVE_TIMEZONE 1
  35808. | #define TIMEZONE_VOID 1
  35809. | #define NEGATIVE_TIME_T 1
  35810. | #define POSIX_SIGNAL 1
  35811. | #define HAVE_SIG_T 1
  35812. | #define RSHIFT(x,y) ((x)>>(int)(y))
  35813. | #define HAVE__SC_CLK_TCK 1
  35814. | #define STACK_GROW_DIRECTION -1
  35815. | #define _REENTRANT 1
  35816. | #define _THREAD_SAFE 1
  35817. | #define HAVE_LIBPTHREAD 1
  35818. | #define HAVE_SCHED_YIELD 1
  35819. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  35820. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  35821. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  35822. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  35823. | #define HAVE_PTHREAD_COND_INIT 1
  35824. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  35825. | #define HAVE_PTHREAD_SIGMASK 1
  35826. | #define HAVE_PTHREAD_SETNAME_NP 1
  35827. | #define HAVE_PTHREAD_ATTR_INIT 1
  35828. | #define SET_CURRENT_THREAD_NAME(name) pthread_setname_np(name)
  35829. | #define DEFINE_MCONTEXT_PTR(mc, uc) mcontext_t mc = (uc)->uc_mcontext
  35830. | #define HAVE_EXECINFO_H 1
  35831. | /* end confdefs.h. */
  35832. |
  35833. | /* Override any GCC internal prototype to avoid an error.
  35834. | Use char because int might match the return type of a GCC
  35835. | builtin and then its argument prototype would still apply. */
  35836. | #ifdef __cplusplus
  35837. | extern "C"
  35838. | #endif
  35839. | char backtrace ();
  35840. | int
  35841. | main ()
  35842. | {
  35843. | return backtrace ();
  35844. | ;
  35845. | return 0;
  35846. | }
  35847. configure:24715: result: no
  35848. configure:24728: checking libunwind.h usability
  35849. configure:24728: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  35850. configure:24728: $? = 0
  35851. configure:24728: result: yes
  35852. configure:24728: checking libunwind.h presence
  35853. configure:24728: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  35854. configure:24728: $? = 0
  35855. configure:24728: result: yes
  35856. configure:24728: checking for libunwind.h
  35857. configure:24728: result: yes
  35858. configure:24850: checking for backtrace
  35859. configure:24850: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib conftest.c -lpthread -ldl -lobjc >&5
  35860. configure:24850: $? = 0
  35861. configure:24850: result: yes
  35862. configure:24861: checking for broken backtrace
  35863. configure:24920: gcc -o conftest -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib conftest.c -lpthread -ldl -lobjc >&5
  35864. configure:24920: $? = 0
  35865. configure:24920: ./conftest
  35866. configure:24920: $? = 1
  35867. configure: program exited with status 1
  35868. configure: failed program was:
  35869. | /* confdefs.h */
  35870. | #define PACKAGE_NAME ""
  35871. | #define PACKAGE_TARNAME ""
  35872. | #define PACKAGE_VERSION ""
  35873. | #define PACKAGE_STRING ""
  35874. | #define PACKAGE_BUGREPORT ""
  35875. | #define PACKAGE_URL ""
  35876. | #define CANONICALIZATION_FOR_MATHN 1
  35877. | #define STDC_HEADERS 1
  35878. | #define HAVE_SYS_TYPES_H 1
  35879. | #define HAVE_SYS_STAT_H 1
  35880. | #define HAVE_STDLIB_H 1
  35881. | #define HAVE_STRING_H 1
  35882. | #define HAVE_MEMORY_H 1
  35883. | #define HAVE_STRINGS_H 1
  35884. | #define HAVE_INTTYPES_H 1
  35885. | #define HAVE_STDINT_H 1
  35886. | #define HAVE_UNISTD_H 1
  35887. | #define __EXTENSIONS__ 1
  35888. | #define _ALL_SOURCE 1
  35889. | #define _GNU_SOURCE 1
  35890. | #define _POSIX_PTHREAD_SEMANTICS 1
  35891. | #define _TANDEM_SOURCE 1
  35892. | #define HAVE_INFINITY 1
  35893. | #define HAVE_NAN 1
  35894. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  35895. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  35896. | #define BROKEN_CRYPT 1
  35897. | #define HAVE_CRT_EXTERNS_H 1
  35898. | #define HAVE_LIBDL 1
  35899. | #define HAVE_DIRENT_H 1
  35900. | #define HAVE__BOOL 1
  35901. | #define HAVE_STDBOOL_H 1
  35902. | #define HAVE_SYS_WAIT_H 1
  35903. | #define HAVE_GRP_H 1
  35904. | #define HAVE_FCNTL_H 1
  35905. | #define HAVE_FLOAT_H 1
  35906. | #define HAVE_LANGINFO_H 1
  35907. | #define HAVE_LIMITS_H 1
  35908. | #define HAVE_LOCALE_H 1
  35909. | #define HAVE_MALLOC_MALLOC_H 1
  35910. | #define HAVE_PWD_H 1
  35911. | #define HAVE_SYS_ATTR_H 1
  35912. | #define HAVE_SYS_FCNTL_H 1
  35913. | #define HAVE_SYS_FILE_H 1
  35914. | #define HAVE_SYS_IOCTL_H 1
  35915. | #define HAVE_SYS_PARAM_H 1
  35916. | #define HAVE_SYS_RESOURCE_H 1
  35917. | #define HAVE_SYS_SELECT_H 1
  35918. | #define HAVE_SYS_SOCKET_H 1
  35919. | #define HAVE_SYS_SYSCALL_H 1
  35920. | #define HAVE_SYS_TIME_H 1
  35921. | #define HAVE_SYS_TIMES_H 1
  35922. | #define HAVE_SYS_UIO_H 1
  35923. | #define HAVE_TIME_H 1
  35924. | #define HAVE_UCONTEXT_H 1
  35925. | #define HAVE_UTIME_H 1
  35926. | #define HAVE_TYPEOF 1
  35927. | #define HAVE_LONG_LONG 1
  35928. | #define HAVE_OFF_T 1
  35929. | #define SIZEOF_INT 4
  35930. | #define SIZEOF_SHORT 2
  35931. | #define SIZEOF_LONG 8
  35932. | #define SIZEOF_LONG_LONG 8
  35933. | #define SIZEOF___INT64 0
  35934. | #define SIZEOF___INT128 16
  35935. | #define SIZEOF_OFF_T 8
  35936. | #define SIZEOF_VOIDP 8
  35937. | #define SIZEOF_FLOAT 4
  35938. | #define SIZEOF_DOUBLE 8
  35939. | #define SIZEOF_TIME_T 8
  35940. | #define SIZEOF_CLOCK_T 8
  35941. | #define PACKED_STRUCT(x) x __attribute__((packed))
  35942. | #define PACKED_STRUCT_UNALIGNED(x) x
  35943. | #define PRI_LL_PREFIX "ll"
  35944. | #define rb_pid_t pid_t
  35945. | #define SIGNEDNESS_OF_PID_T -1
  35946. | #define PIDT2NUM(v) INT2NUM(v)
  35947. | #define NUM2PIDT(v) NUM2INT(v)
  35948. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  35949. | #define rb_uid_t uid_t
  35950. | #define SIGNEDNESS_OF_UID_T +1
  35951. | #define UIDT2NUM(v) UINT2NUM(v)
  35952. | #define NUM2UIDT(v) NUM2UINT(v)
  35953. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  35954. | #define rb_gid_t gid_t
  35955. | #define SIGNEDNESS_OF_GID_T +1
  35956. | #define GIDT2NUM(v) UINT2NUM(v)
  35957. | #define NUM2GIDT(v) NUM2UINT(v)
  35958. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  35959. | #define rb_time_t time_t
  35960. | #define SIGNEDNESS_OF_TIME_T -1
  35961. | #define TIMET2NUM(v) LONG2NUM(v)
  35962. | #define NUM2TIMET(v) NUM2LONG(v)
  35963. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  35964. | #define rb_dev_t dev_t
  35965. | #define SIGNEDNESS_OF_DEV_T -1
  35966. | #define DEVT2NUM(v) INT2NUM(v)
  35967. | #define NUM2DEVT(v) NUM2INT(v)
  35968. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  35969. | #define rb_mode_t mode_t
  35970. | #define SIGNEDNESS_OF_MODE_T +1
  35971. | #define MODET2NUM(v) UINT2NUM(v)
  35972. | #define NUM2MODET(v) NUM2UINT(v)
  35973. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  35974. | #define rb_rlim_t rlim_t
  35975. | #define SIGNEDNESS_OF_RLIM_T +1
  35976. | #define RLIM2NUM(v) ULL2NUM(v)
  35977. | #define NUM2RLIM(v) NUM2ULL(v)
  35978. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  35979. | #define rb_off_t off_t
  35980. | #define SIGNEDNESS_OF_OFF_T -1
  35981. | #define OFFT2NUM(v) LL2NUM(v)
  35982. | #define NUM2OFFT(v) NUM2LL(v)
  35983. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  35984. | #define rb_clockid_t int
  35985. | #define SIGNEDNESS_OF_CLOCKID_T -1
  35986. | #define CLOCKID2NUM(v) INT2NUM(v)
  35987. | #define NUM2CLOCKID(v) NUM2INT(v)
  35988. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  35989. | #define HAVE_PROTOTYPES 1
  35990. | #define TOKEN_PASTE(x,y) x##y
  35991. | #define STRINGIZE(expr) STRINGIZE0(expr)
  35992. | #define HAVE_STDARG_PROTOTYPES 1
  35993. | #define HAVE_VA_ARGS_MACRO 1
  35994. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  35995. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  35996. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  35997. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  35998. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  35999. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  36000. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  36001. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  36002. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  36003. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  36004. | #define WEAK(x) __attribute__ ((__weak__)) x
  36005. | #define HAVE_FUNC_WEAK 1
  36006. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  36007. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  36008. | #define HAVE_GCC_SYNC_BUILTINS 1
  36009. | #define UNREACHABLE __builtin_unreachable()
  36010. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  36011. | #define RUBY_FUNCTION_NAME_STRING __func__
  36012. | #define ENUM_OVER_INT 1
  36013. | #define HAVE_DECL_SYS_NERR 1
  36014. | #define HAVE_DECL_GETENV 1
  36015. | #define SIZEOF_SIZE_T 8
  36016. | #define SIZEOF_PTRDIFF_T 8
  36017. | #define PRI_SIZE_PREFIX "z"
  36018. | #define PRI_PTRDIFF_PREFIX "t"
  36019. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  36020. | #define HAVE_ST_BLKSIZE 1
  36021. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  36022. | #define HAVE_ST_BLOCKS 1
  36023. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  36024. | #define HAVE_ST_RDEV 1
  36025. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  36026. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  36027. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  36028. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  36029. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  36030. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  36031. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  36032. | #define HAVE_STRUCT_TIMEVAL 1
  36033. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  36034. | #define HAVE_STRUCT_TIMESPEC 1
  36035. | #define HAVE_STRUCT_TIMEZONE 1
  36036. | #define HAVE_RB_FD_INIT 1
  36037. | #define HAVE_INT8_T 1
  36038. | #define SIZEOF_INT8_T 1
  36039. | #define HAVE_UINT8_T 1
  36040. | #define SIZEOF_UINT8_T 1
  36041. | #define HAVE_INT16_T 1
  36042. | #define SIZEOF_INT16_T 2
  36043. | #define HAVE_UINT16_T 1
  36044. | #define SIZEOF_UINT16_T 2
  36045. | #define HAVE_INT32_T 1
  36046. | #define SIZEOF_INT32_T 4
  36047. | #define HAVE_UINT32_T 1
  36048. | #define SIZEOF_UINT32_T 4
  36049. | #define HAVE_INT64_T 1
  36050. | #define SIZEOF_INT64_T 8
  36051. | #define HAVE_UINT64_T 1
  36052. | #define SIZEOF_UINT64_T 8
  36053. | #define HAVE_INT128_T 1
  36054. | #define int128_t __int128
  36055. | #define SIZEOF_INT128_T SIZEOF___INT128
  36056. | #define HAVE_UINT128_T 1
  36057. | #define uint128_t unsigned __int128
  36058. | #define SIZEOF_UINT128_T SIZEOF___INT128
  36059. | #define HAVE_INTPTR_T 1
  36060. | #define SIZEOF_INTPTR_T 8
  36061. | #define HAVE_UINTPTR_T 1
  36062. | #define SIZEOF_UINTPTR_T 8
  36063. | #define HAVE_SSIZE_T 1
  36064. | #define SIZEOF_SSIZE_T 8
  36065. | #define GETGROUPS_T gid_t
  36066. | #define RETSIGTYPE void
  36067. | #define HAVE_ALLOCA_H 1
  36068. | #define HAVE_ALLOCA 1
  36069. | #define HAVE_ACOSH 1
  36070. | #define HAVE_CBRT 1
  36071. | #define HAVE_CRYPT 1
  36072. | #define HAVE_DUP2 1
  36073. | #define HAVE_ERF 1
  36074. | #define HAVE_FFS 1
  36075. | #define HAVE_FINITE 1
  36076. | #define HAVE_FLOCK 1
  36077. | #define HAVE_HYPOT 1
  36078. | #define HAVE_ISINF 1
  36079. | #define HAVE_ISNAN 1
  36080. | #define HAVE_LGAMMA_R 1
  36081. | #define HAVE_MEMMOVE 1
  36082. | #define HAVE_NEXTAFTER 1
  36083. | #define HAVE_STRCHR 1
  36084. | #define HAVE_STRERROR 1
  36085. | #define HAVE_STRLCAT 1
  36086. | #define HAVE_STRLCPY 1
  36087. | #define HAVE_STRSTR 1
  36088. | #define HAVE_TGAMMA 1
  36089. | #define SPT_TYPE SPT_REUSEARGV
  36090. | #define HAVE_SIGNBIT 1
  36091. | #define HAVE_FORK 1
  36092. | #define vfork fork
  36093. | #define HAVE_WORKING_FORK 1
  36094. | #define HAVE___SYSCALL 1
  36095. | #define HAVE__LONGJMP 1
  36096. | #define HAVE_ARC4RANDOM_BUF 1
  36097. | #define HAVE_ATAN2L 1
  36098. | #define HAVE_ATAN2F 1
  36099. | #define HAVE_CHROOT 1
  36100. | #define HAVE_COSH 1
  36101. | #define HAVE_DIRFD 1
  36102. | #define HAVE_DLOPEN 1
  36103. | #define HAVE_DLADDR 1
  36104. | #define HAVE_DUP 1
  36105. | #define HAVE_ENDGRENT 1
  36106. | #define HAVE_FCHMOD 1
  36107. | #define HAVE_FCHOWN 1
  36108. | #define HAVE_FCNTL 1
  36109. | #define HAVE_FGETATTRLIST 1
  36110. | #define HAVE_FMOD 1
  36111. | #define HAVE_FSYNC 1
  36112. | #define HAVE_FTRUNCATE 1
  36113. | #define HAVE_GETATTRLIST 1
  36114. | #define HAVE_GETCWD 1
  36115. | #define HAVE_GETGRNAM 1
  36116. | #define HAVE_GETGRNAM_R 1
  36117. | #define HAVE_GETGROUPS 1
  36118. | #define HAVE_GETPGID 1
  36119. | #define HAVE_GETPGRP 1
  36120. | #define HAVE_GETPRIORITY 1
  36121. | #define HAVE_GETPWNAM_R 1
  36122. | #define HAVE_GETRLIMIT 1
  36123. | #define HAVE_GETSID 1
  36124. | #define HAVE_GETTIMEOFDAY 1
  36125. | #define HAVE_GMTIME_R 1
  36126. | #define HAVE_INITGROUPS 1
  36127. | #define HAVE_IOCTL 1
  36128. | #define HAVE_ISSETUGID 1
  36129. | #define HAVE_KILLPG 1
  36130. | #define HAVE_LCHMOD 1
  36131. | #define HAVE_LCHOWN 1
  36132. | #define HAVE_LINK 1
  36133. | #define HAVE_LLABS 1
  36134. | #define HAVE_LOCKF 1
  36135. | #define HAVE_LOG2 1
  36136. | #define HAVE_LSTAT 1
  36137. | #define HAVE_MALLOC_SIZE 1
  36138. | #define HAVE_MBLEN 1
  36139. | #define HAVE_MEMSET_S 1
  36140. | #define HAVE_WRITEV 1
  36141. | #define HAVE_MKFIFO 1
  36142. | #define HAVE_MKNOD 1
  36143. | #define HAVE_MKTIME 1
  36144. | #define HAVE_POLL 1
  36145. | #define HAVE_POSIX_MEMALIGN 1
  36146. | #define HAVE_PREAD 1
  36147. | #define HAVE_QSORT_R 1
  36148. | #define HAVE_READLINK 1
  36149. | #define HAVE_ROUND 1
  36150. | #define HAVE_SEEKDIR 1
  36151. | #define HAVE_SENDFILE 1
  36152. | #define HAVE_SETEGID 1
  36153. | #define HAVE_SETENV 1
  36154. | #define HAVE_SETEUID 1
  36155. | #define HAVE_SETGID 1
  36156. | #define HAVE_SETGROUPS 1
  36157. | #define HAVE_SETPGID 1
  36158. | #define HAVE_SETPGRP 1
  36159. | #define HAVE_SETREGID 1
  36160. | #define HAVE_SETREUID 1
  36161. | #define HAVE_SETRGID 1
  36162. | #define HAVE_SETRLIMIT 1
  36163. | #define HAVE_SETRUID 1
  36164. | #define HAVE_SETSID 1
  36165. | #define HAVE_SETUID 1
  36166. | #define HAVE_SHUTDOWN 1
  36167. | #define HAVE_SIGACTION 1
  36168. | #define HAVE_SIGALTSTACK 1
  36169. | #define HAVE_SIGPROCMASK 1
  36170. | #define HAVE_SINH 1
  36171. | #define HAVE_SYMLINK 1
  36172. | #define HAVE_SYSCALL 1
  36173. | #define HAVE_SYSCONF 1
  36174. | #define HAVE_TANH 1
  36175. | #define HAVE_TELLDIR 1
  36176. | #define HAVE_TIMEGM 1
  36177. | #define HAVE_TIMES 1
  36178. | #define HAVE_TRUNCATE 1
  36179. | #define HAVE_UNSETENV 1
  36180. | #define HAVE_UTIMES 1
  36181. | #define HAVE_WAIT4 1
  36182. | #define HAVE_WAITPID 1
  36183. | #if !defined __STDC_WANT_LIB_EXT1__
  36184. | #define __STDC_WANT_LIB_EXT1__ 1
  36185. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  36186. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  36187. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  36188. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  36189. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  36190. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  36191. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  36192. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  36193. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  36194. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  36195. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  36196. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  36197. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  36198. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  36199. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  36200. | #define HAVE_BSD_QSORT_R 1
  36201. | #define ATAN2_INF_C99 1
  36202. | #define LGAMMA_R_PM0_FIX 1
  36203. | #define HAVE_STRUCT_TM_TM_ZONE 1
  36204. | #define HAVE_TM_ZONE 1
  36205. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  36206. | #define HAVE_DAYLIGHT 1
  36207. | #define HAVE_VAR_TIMEZONE 1
  36208. | #define TYPEOF_VAR_TIMEZONE long
  36209. | #define HAVE_TIMEZONE 1
  36210. | #define TIMEZONE_VOID 1
  36211. | #define NEGATIVE_TIME_T 1
  36212. | #define POSIX_SIGNAL 1
  36213. | #define HAVE_SIG_T 1
  36214. | #define RSHIFT(x,y) ((x)>>(int)(y))
  36215. | #define HAVE__SC_CLK_TCK 1
  36216. | #define STACK_GROW_DIRECTION -1
  36217. | #define _REENTRANT 1
  36218. | #define _THREAD_SAFE 1
  36219. | #define HAVE_LIBPTHREAD 1
  36220. | #define HAVE_SCHED_YIELD 1
  36221. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  36222. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  36223. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  36224. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  36225. | #define HAVE_PTHREAD_COND_INIT 1
  36226. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  36227. | #define HAVE_PTHREAD_SIGMASK 1
  36228. | #define HAVE_PTHREAD_SETNAME_NP 1
  36229. | #define HAVE_PTHREAD_ATTR_INIT 1
  36230. | #define SET_CURRENT_THREAD_NAME(name) pthread_setname_np(name)
  36231. | #define DEFINE_MCONTEXT_PTR(mc, uc) mcontext_t mc = (uc)->uc_mcontext
  36232. | #define HAVE_EXECINFO_H 1
  36233. | #define HAVE_LIBUNWIND_H 1
  36234. | #define HAVE_BACKTRACE 1
  36235. | /* end confdefs.h. */
  36236. |
  36237. | #include <unistd.h>
  36238. | #include <stdio.h>
  36239. | #include <stdlib.h>
  36240. | #include <stdint.h>
  36241. | #include <string.h>
  36242. | #include <signal.h>
  36243. | #include <execinfo.h>
  36244. |
  36245. | #define TRACE_SIZE 256
  36246. |
  36247. | void sigsegv(int signum, siginfo_t *info, void *ctx){
  36248. | void *trace[TRACE_SIZE];
  36249. | int n = backtrace(trace, TRACE_SIZE);
  36250. | if (n > 0) {
  36251. | /*fprintf(stdout, "backtrace:%d\n",n);*/
  36252. | } else {
  36253. | _exit(EXIT_FAILURE);
  36254. | }
  36255. | _exit(EXIT_SUCCESS);
  36256. | }
  36257. | int
  36258. | main(void)
  36259. | {
  36260. | volatile int *a = NULL;
  36261. | stack_t ss;
  36262. | ss.ss_sp = malloc(SIGSTKSZ);
  36263. | if (ss.ss_sp == NULL) {
  36264. | fprintf(stderr, "cannot allocate memory for sigaltstack\n");
  36265. | return EXIT_FAILURE;
  36266. | }
  36267. | ss.ss_size = SIGSTKSZ;
  36268. | ss.ss_flags = 0;
  36269. | if (sigaltstack(&ss, NULL) == -1) {
  36270. | fprintf(stderr, "sigaltstack failed\n");
  36271. | return EXIT_FAILURE;
  36272. | }
  36273. | struct sigaction sa;
  36274. | memset(&sa, 0, sizeof(struct sigaction));
  36275. | sigemptyset(&sa.sa_mask);
  36276. | sa.sa_sigaction = sigsegv;
  36277. | sa.sa_flags |= SA_SIGINFO;
  36278. | sa.sa_flags |= SA_ONSTACK;
  36279. | sigaction(SIGSEGV, &sa, NULL);
  36280. | a[0] = 1;
  36281. | return EXIT_SUCCESS;
  36282. | }
  36283. |
  36284. configure:24930: result: yes
  36285. configure:24949: checking valgrind/memcheck.h usability
  36286. configure:24949: gcc -c -O3 -fno-fast-math -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  36287. conftest.c:402:10: fatal error: 'valgrind/memcheck.h' file not found
  36288. #include <valgrind/memcheck.h>
  36289. ^
  36290. 1 error generated.
  36291. configure:24949: $? = 1
  36292. configure: failed program was:
  36293. | /* confdefs.h */
  36294. | #define PACKAGE_NAME ""
  36295. | #define PACKAGE_TARNAME ""
  36296. | #define PACKAGE_VERSION ""
  36297. | #define PACKAGE_STRING ""
  36298. | #define PACKAGE_BUGREPORT ""
  36299. | #define PACKAGE_URL ""
  36300. | #define CANONICALIZATION_FOR_MATHN 1
  36301. | #define STDC_HEADERS 1
  36302. | #define HAVE_SYS_TYPES_H 1
  36303. | #define HAVE_SYS_STAT_H 1
  36304. | #define HAVE_STDLIB_H 1
  36305. | #define HAVE_STRING_H 1
  36306. | #define HAVE_MEMORY_H 1
  36307. | #define HAVE_STRINGS_H 1
  36308. | #define HAVE_INTTYPES_H 1
  36309. | #define HAVE_STDINT_H 1
  36310. | #define HAVE_UNISTD_H 1
  36311. | #define __EXTENSIONS__ 1
  36312. | #define _ALL_SOURCE 1
  36313. | #define _GNU_SOURCE 1
  36314. | #define _POSIX_PTHREAD_SEMANTICS 1
  36315. | #define _TANDEM_SOURCE 1
  36316. | #define HAVE_INFINITY 1
  36317. | #define HAVE_NAN 1
  36318. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  36319. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  36320. | #define BROKEN_CRYPT 1
  36321. | #define HAVE_CRT_EXTERNS_H 1
  36322. | #define HAVE_LIBDL 1
  36323. | #define HAVE_DIRENT_H 1
  36324. | #define HAVE__BOOL 1
  36325. | #define HAVE_STDBOOL_H 1
  36326. | #define HAVE_SYS_WAIT_H 1
  36327. | #define HAVE_GRP_H 1
  36328. | #define HAVE_FCNTL_H 1
  36329. | #define HAVE_FLOAT_H 1
  36330. | #define HAVE_LANGINFO_H 1
  36331. | #define HAVE_LIMITS_H 1
  36332. | #define HAVE_LOCALE_H 1
  36333. | #define HAVE_MALLOC_MALLOC_H 1
  36334. | #define HAVE_PWD_H 1
  36335. | #define HAVE_SYS_ATTR_H 1
  36336. | #define HAVE_SYS_FCNTL_H 1
  36337. | #define HAVE_SYS_FILE_H 1
  36338. | #define HAVE_SYS_IOCTL_H 1
  36339. | #define HAVE_SYS_PARAM_H 1
  36340. | #define HAVE_SYS_RESOURCE_H 1
  36341. | #define HAVE_SYS_SELECT_H 1
  36342. | #define HAVE_SYS_SOCKET_H 1
  36343. | #define HAVE_SYS_SYSCALL_H 1
  36344. | #define HAVE_SYS_TIME_H 1
  36345. | #define HAVE_SYS_TIMES_H 1
  36346. | #define HAVE_SYS_UIO_H 1
  36347. | #define HAVE_TIME_H 1
  36348. | #define HAVE_UCONTEXT_H 1
  36349. | #define HAVE_UTIME_H 1
  36350. | #define HAVE_TYPEOF 1
  36351. | #define HAVE_LONG_LONG 1
  36352. | #define HAVE_OFF_T 1
  36353. | #define SIZEOF_INT 4
  36354. | #define SIZEOF_SHORT 2
  36355. | #define SIZEOF_LONG 8
  36356. | #define SIZEOF_LONG_LONG 8
  36357. | #define SIZEOF___INT64 0
  36358. | #define SIZEOF___INT128 16
  36359. | #define SIZEOF_OFF_T 8
  36360. | #define SIZEOF_VOIDP 8
  36361. | #define SIZEOF_FLOAT 4
  36362. | #define SIZEOF_DOUBLE 8
  36363. | #define SIZEOF_TIME_T 8
  36364. | #define SIZEOF_CLOCK_T 8
  36365. | #define PACKED_STRUCT(x) x __attribute__((packed))
  36366. | #define PACKED_STRUCT_UNALIGNED(x) x
  36367. | #define PRI_LL_PREFIX "ll"
  36368. | #define rb_pid_t pid_t
  36369. | #define SIGNEDNESS_OF_PID_T -1
  36370. | #define PIDT2NUM(v) INT2NUM(v)
  36371. | #define NUM2PIDT(v) NUM2INT(v)
  36372. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  36373. | #define rb_uid_t uid_t
  36374. | #define SIGNEDNESS_OF_UID_T +1
  36375. | #define UIDT2NUM(v) UINT2NUM(v)
  36376. | #define NUM2UIDT(v) NUM2UINT(v)
  36377. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  36378. | #define rb_gid_t gid_t
  36379. | #define SIGNEDNESS_OF_GID_T +1
  36380. | #define GIDT2NUM(v) UINT2NUM(v)
  36381. | #define NUM2GIDT(v) NUM2UINT(v)
  36382. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  36383. | #define rb_time_t time_t
  36384. | #define SIGNEDNESS_OF_TIME_T -1
  36385. | #define TIMET2NUM(v) LONG2NUM(v)
  36386. | #define NUM2TIMET(v) NUM2LONG(v)
  36387. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  36388. | #define rb_dev_t dev_t
  36389. | #define SIGNEDNESS_OF_DEV_T -1
  36390. | #define DEVT2NUM(v) INT2NUM(v)
  36391. | #define NUM2DEVT(v) NUM2INT(v)
  36392. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  36393. | #define rb_mode_t mode_t
  36394. | #define SIGNEDNESS_OF_MODE_T +1
  36395. | #define MODET2NUM(v) UINT2NUM(v)
  36396. | #define NUM2MODET(v) NUM2UINT(v)
  36397. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  36398. | #define rb_rlim_t rlim_t
  36399. | #define SIGNEDNESS_OF_RLIM_T +1
  36400. | #define RLIM2NUM(v) ULL2NUM(v)
  36401. | #define NUM2RLIM(v) NUM2ULL(v)
  36402. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  36403. | #define rb_off_t off_t
  36404. | #define SIGNEDNESS_OF_OFF_T -1
  36405. | #define OFFT2NUM(v) LL2NUM(v)
  36406. | #define NUM2OFFT(v) NUM2LL(v)
  36407. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  36408. | #define rb_clockid_t int
  36409. | #define SIGNEDNESS_OF_CLOCKID_T -1
  36410. | #define CLOCKID2NUM(v) INT2NUM(v)
  36411. | #define NUM2CLOCKID(v) NUM2INT(v)
  36412. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  36413. | #define HAVE_PROTOTYPES 1
  36414. | #define TOKEN_PASTE(x,y) x##y
  36415. | #define STRINGIZE(expr) STRINGIZE0(expr)
  36416. | #define HAVE_STDARG_PROTOTYPES 1
  36417. | #define HAVE_VA_ARGS_MACRO 1
  36418. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  36419. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  36420. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  36421. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  36422. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  36423. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  36424. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  36425. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  36426. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  36427. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  36428. | #define WEAK(x) __attribute__ ((__weak__)) x
  36429. | #define HAVE_FUNC_WEAK 1
  36430. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  36431. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  36432. | #define HAVE_GCC_SYNC_BUILTINS 1
  36433. | #define UNREACHABLE __builtin_unreachable()
  36434. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  36435. | #define RUBY_FUNCTION_NAME_STRING __func__
  36436. | #define ENUM_OVER_INT 1
  36437. | #define HAVE_DECL_SYS_NERR 1
  36438. | #define HAVE_DECL_GETENV 1
  36439. | #define SIZEOF_SIZE_T 8
  36440. | #define SIZEOF_PTRDIFF_T 8
  36441. | #define PRI_SIZE_PREFIX "z"
  36442. | #define PRI_PTRDIFF_PREFIX "t"
  36443. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  36444. | #define HAVE_ST_BLKSIZE 1
  36445. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  36446. | #define HAVE_ST_BLOCKS 1
  36447. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  36448. | #define HAVE_ST_RDEV 1
  36449. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  36450. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  36451. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  36452. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  36453. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  36454. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  36455. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  36456. | #define HAVE_STRUCT_TIMEVAL 1
  36457. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  36458. | #define HAVE_STRUCT_TIMESPEC 1
  36459. | #define HAVE_STRUCT_TIMEZONE 1
  36460. | #define HAVE_RB_FD_INIT 1
  36461. | #define HAVE_INT8_T 1
  36462. | #define SIZEOF_INT8_T 1
  36463. | #define HAVE_UINT8_T 1
  36464. | #define SIZEOF_UINT8_T 1
  36465. | #define HAVE_INT16_T 1
  36466. | #define SIZEOF_INT16_T 2
  36467. | #define HAVE_UINT16_T 1
  36468. | #define SIZEOF_UINT16_T 2
  36469. | #define HAVE_INT32_T 1
  36470. | #define SIZEOF_INT32_T 4
  36471. | #define HAVE_UINT32_T 1
  36472. | #define SIZEOF_UINT32_T 4
  36473. | #define HAVE_INT64_T 1
  36474. | #define SIZEOF_INT64_T 8
  36475. | #define HAVE_UINT64_T 1
  36476. | #define SIZEOF_UINT64_T 8
  36477. | #define HAVE_INT128_T 1
  36478. | #define int128_t __int128
  36479. | #define SIZEOF_INT128_T SIZEOF___INT128
  36480. | #define HAVE_UINT128_T 1
  36481. | #define uint128_t unsigned __int128
  36482. | #define SIZEOF_UINT128_T SIZEOF___INT128
  36483. | #define HAVE_INTPTR_T 1
  36484. | #define SIZEOF_INTPTR_T 8
  36485. | #define HAVE_UINTPTR_T 1
  36486. | #define SIZEOF_UINTPTR_T 8
  36487. | #define HAVE_SSIZE_T 1
  36488. | #define SIZEOF_SSIZE_T 8
  36489. | #define GETGROUPS_T gid_t
  36490. | #define RETSIGTYPE void
  36491. | #define HAVE_ALLOCA_H 1
  36492. | #define HAVE_ALLOCA 1
  36493. | #define HAVE_ACOSH 1
  36494. | #define HAVE_CBRT 1
  36495. | #define HAVE_CRYPT 1
  36496. | #define HAVE_DUP2 1
  36497. | #define HAVE_ERF 1
  36498. | #define HAVE_FFS 1
  36499. | #define HAVE_FINITE 1
  36500. | #define HAVE_FLOCK 1
  36501. | #define HAVE_HYPOT 1
  36502. | #define HAVE_ISINF 1
  36503. | #define HAVE_ISNAN 1
  36504. | #define HAVE_LGAMMA_R 1
  36505. | #define HAVE_MEMMOVE 1
  36506. | #define HAVE_NEXTAFTER 1
  36507. | #define HAVE_STRCHR 1
  36508. | #define HAVE_STRERROR 1
  36509. | #define HAVE_STRLCAT 1
  36510. | #define HAVE_STRLCPY 1
  36511. | #define HAVE_STRSTR 1
  36512. | #define HAVE_TGAMMA 1
  36513. | #define SPT_TYPE SPT_REUSEARGV
  36514. | #define HAVE_SIGNBIT 1
  36515. | #define HAVE_FORK 1
  36516. | #define vfork fork
  36517. | #define HAVE_WORKING_FORK 1
  36518. | #define HAVE___SYSCALL 1
  36519. | #define HAVE__LONGJMP 1
  36520. | #define HAVE_ARC4RANDOM_BUF 1
  36521. | #define HAVE_ATAN2L 1
  36522. | #define HAVE_ATAN2F 1
  36523. | #define HAVE_CHROOT 1
  36524. | #define HAVE_COSH 1
  36525. | #define HAVE_DIRFD 1
  36526. | #define HAVE_DLOPEN 1
  36527. | #define HAVE_DLADDR 1
  36528. | #define HAVE_DUP 1
  36529. | #define HAVE_ENDGRENT 1
  36530. | #define HAVE_FCHMOD 1
  36531. | #define HAVE_FCHOWN 1
  36532. | #define HAVE_FCNTL 1
  36533. | #define HAVE_FGETATTRLIST 1
  36534. | #define HAVE_FMOD 1
  36535. | #define HAVE_FSYNC 1
  36536. | #define HAVE_FTRUNCATE 1
  36537. | #define HAVE_GETATTRLIST 1
  36538. | #define HAVE_GETCWD 1
  36539. | #define HAVE_GETGRNAM 1
  36540. | #define HAVE_GETGRNAM_R 1
  36541. | #define HAVE_GETGROUPS 1
  36542. | #define HAVE_GETPGID 1
  36543. | #define HAVE_GETPGRP 1
  36544. | #define HAVE_GETPRIORITY 1
  36545. | #define HAVE_GETPWNAM_R 1
  36546. | #define HAVE_GETRLIMIT 1
  36547. | #define HAVE_GETSID 1
  36548. | #define HAVE_GETTIMEOFDAY 1
  36549. | #define HAVE_GMTIME_R 1
  36550. | #define HAVE_INITGROUPS 1
  36551. | #define HAVE_IOCTL 1
  36552. | #define HAVE_ISSETUGID 1
  36553. | #define HAVE_KILLPG 1
  36554. | #define HAVE_LCHMOD 1
  36555. | #define HAVE_LCHOWN 1
  36556. | #define HAVE_LINK 1
  36557. | #define HAVE_LLABS 1
  36558. | #define HAVE_LOCKF 1
  36559. | #define HAVE_LOG2 1
  36560. | #define HAVE_LSTAT 1
  36561. | #define HAVE_MALLOC_SIZE 1
  36562. | #define HAVE_MBLEN 1
  36563. | #define HAVE_MEMSET_S 1
  36564. | #define HAVE_WRITEV 1
  36565. | #define HAVE_MKFIFO 1
  36566. | #define HAVE_MKNOD 1
  36567. | #define HAVE_MKTIME 1
  36568. | #define HAVE_POLL 1
  36569. | #define HAVE_POSIX_MEMALIGN 1
  36570. | #define HAVE_PREAD 1
  36571. | #define HAVE_QSORT_R 1
  36572. | #define HAVE_READLINK 1
  36573. | #define HAVE_ROUND 1
  36574. | #define HAVE_SEEKDIR 1
  36575. | #define HAVE_SENDFILE 1
  36576. | #define HAVE_SETEGID 1
  36577. | #define HAVE_SETENV 1
  36578. | #define HAVE_SETEUID 1
  36579. | #define HAVE_SETGID 1
  36580. | #define HAVE_SETGROUPS 1
  36581. | #define HAVE_SETPGID 1
  36582. | #define HAVE_SETPGRP 1
  36583. | #define HAVE_SETREGID 1
  36584. | #define HAVE_SETREUID 1
  36585. | #define HAVE_SETRGID 1
  36586. | #define HAVE_SETRLIMIT 1
  36587. | #define HAVE_SETRUID 1
  36588. | #define HAVE_SETSID 1
  36589. | #define HAVE_SETUID 1
  36590. | #define HAVE_SHUTDOWN 1
  36591. | #define HAVE_SIGACTION 1
  36592. | #define HAVE_SIGALTSTACK 1
  36593. | #define HAVE_SIGPROCMASK 1
  36594. | #define HAVE_SINH 1
  36595. | #define HAVE_SYMLINK 1
  36596. | #define HAVE_SYSCALL 1
  36597. | #define HAVE_SYSCONF 1
  36598. | #define HAVE_TANH 1
  36599. | #define HAVE_TELLDIR 1
  36600. | #define HAVE_TIMEGM 1
  36601. | #define HAVE_TIMES 1
  36602. | #define HAVE_TRUNCATE 1
  36603. | #define HAVE_UNSETENV 1
  36604. | #define HAVE_UTIMES 1
  36605. | #define HAVE_WAIT4 1
  36606. | #define HAVE_WAITPID 1
  36607. | #if !defined __STDC_WANT_LIB_EXT1__
  36608. | #define __STDC_WANT_LIB_EXT1__ 1
  36609. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  36610. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  36611. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  36612. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  36613. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  36614. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  36615. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  36616. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  36617. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  36618. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  36619. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  36620. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  36621. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  36622. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  36623. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  36624. | #define HAVE_BSD_QSORT_R 1
  36625. | #define ATAN2_INF_C99 1
  36626. | #define LGAMMA_R_PM0_FIX 1
  36627. | #define HAVE_STRUCT_TM_TM_ZONE 1
  36628. | #define HAVE_TM_ZONE 1
  36629. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  36630. | #define HAVE_DAYLIGHT 1
  36631. | #define HAVE_VAR_TIMEZONE 1
  36632. | #define TYPEOF_VAR_TIMEZONE long
  36633. | #define HAVE_TIMEZONE 1
  36634. | #define TIMEZONE_VOID 1
  36635. | #define NEGATIVE_TIME_T 1
  36636. | #define POSIX_SIGNAL 1
  36637. | #define HAVE_SIG_T 1
  36638. | #define RSHIFT(x,y) ((x)>>(int)(y))
  36639. | #define HAVE__SC_CLK_TCK 1
  36640. | #define STACK_GROW_DIRECTION -1
  36641. | #define _REENTRANT 1
  36642. | #define _THREAD_SAFE 1
  36643. | #define HAVE_LIBPTHREAD 1
  36644. | #define HAVE_SCHED_YIELD 1
  36645. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  36646. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  36647. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  36648. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  36649. | #define HAVE_PTHREAD_COND_INIT 1
  36650. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  36651. | #define HAVE_PTHREAD_SIGMASK 1
  36652. | #define HAVE_PTHREAD_SETNAME_NP 1
  36653. | #define HAVE_PTHREAD_ATTR_INIT 1
  36654. | #define SET_CURRENT_THREAD_NAME(name) pthread_setname_np(name)
  36655. | #define DEFINE_MCONTEXT_PTR(mc, uc) mcontext_t mc = (uc)->uc_mcontext
  36656. | #define HAVE_EXECINFO_H 1
  36657. | #define HAVE_LIBUNWIND_H 1
  36658. | #define HAVE_BACKTRACE 1
  36659. | #define BROKEN_BACKTRACE 1
  36660. | /* end confdefs.h. */
  36661. | #include <stdio.h>
  36662. | #ifdef HAVE_SYS_TYPES_H
  36663. | # include <sys/types.h>
  36664. | #endif
  36665. | #ifdef HAVE_SYS_STAT_H
  36666. | # include <sys/stat.h>
  36667. | #endif
  36668. | #ifdef STDC_HEADERS
  36669. | # include <stdlib.h>
  36670. | # include <stddef.h>
  36671. | #else
  36672. | # ifdef HAVE_STDLIB_H
  36673. | # include <stdlib.h>
  36674. | # endif
  36675. | #endif
  36676. | #ifdef HAVE_STRING_H
  36677. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  36678. | # include <memory.h>
  36679. | # endif
  36680. | # include <string.h>
  36681. | #endif
  36682. | #ifdef HAVE_STRINGS_H
  36683. | # include <strings.h>
  36684. | #endif
  36685. | #ifdef HAVE_INTTYPES_H
  36686. | # include <inttypes.h>
  36687. | #endif
  36688. | #ifdef HAVE_STDINT_H
  36689. | # include <stdint.h>
  36690. | #endif
  36691. | #ifdef HAVE_UNISTD_H
  36692. | # include <unistd.h>
  36693. | #endif
  36694. | #include <valgrind/memcheck.h>
  36695. configure:24949: result: no
  36696. configure:24949: checking valgrind/memcheck.h presence
  36697. configure:24949: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  36698. conftest.c:369:10: fatal error: 'valgrind/memcheck.h' file not found
  36699. #include <valgrind/memcheck.h>
  36700. ^
  36701. 1 error generated.
  36702. configure:24949: $? = 1
  36703. configure: failed program was:
  36704. | /* confdefs.h */
  36705. | #define PACKAGE_NAME ""
  36706. | #define PACKAGE_TARNAME ""
  36707. | #define PACKAGE_VERSION ""
  36708. | #define PACKAGE_STRING ""
  36709. | #define PACKAGE_BUGREPORT ""
  36710. | #define PACKAGE_URL ""
  36711. | #define CANONICALIZATION_FOR_MATHN 1
  36712. | #define STDC_HEADERS 1
  36713. | #define HAVE_SYS_TYPES_H 1
  36714. | #define HAVE_SYS_STAT_H 1
  36715. | #define HAVE_STDLIB_H 1
  36716. | #define HAVE_STRING_H 1
  36717. | #define HAVE_MEMORY_H 1
  36718. | #define HAVE_STRINGS_H 1
  36719. | #define HAVE_INTTYPES_H 1
  36720. | #define HAVE_STDINT_H 1
  36721. | #define HAVE_UNISTD_H 1
  36722. | #define __EXTENSIONS__ 1
  36723. | #define _ALL_SOURCE 1
  36724. | #define _GNU_SOURCE 1
  36725. | #define _POSIX_PTHREAD_SEMANTICS 1
  36726. | #define _TANDEM_SOURCE 1
  36727. | #define HAVE_INFINITY 1
  36728. | #define HAVE_NAN 1
  36729. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  36730. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  36731. | #define BROKEN_CRYPT 1
  36732. | #define HAVE_CRT_EXTERNS_H 1
  36733. | #define HAVE_LIBDL 1
  36734. | #define HAVE_DIRENT_H 1
  36735. | #define HAVE__BOOL 1
  36736. | #define HAVE_STDBOOL_H 1
  36737. | #define HAVE_SYS_WAIT_H 1
  36738. | #define HAVE_GRP_H 1
  36739. | #define HAVE_FCNTL_H 1
  36740. | #define HAVE_FLOAT_H 1
  36741. | #define HAVE_LANGINFO_H 1
  36742. | #define HAVE_LIMITS_H 1
  36743. | #define HAVE_LOCALE_H 1
  36744. | #define HAVE_MALLOC_MALLOC_H 1
  36745. | #define HAVE_PWD_H 1
  36746. | #define HAVE_SYS_ATTR_H 1
  36747. | #define HAVE_SYS_FCNTL_H 1
  36748. | #define HAVE_SYS_FILE_H 1
  36749. | #define HAVE_SYS_IOCTL_H 1
  36750. | #define HAVE_SYS_PARAM_H 1
  36751. | #define HAVE_SYS_RESOURCE_H 1
  36752. | #define HAVE_SYS_SELECT_H 1
  36753. | #define HAVE_SYS_SOCKET_H 1
  36754. | #define HAVE_SYS_SYSCALL_H 1
  36755. | #define HAVE_SYS_TIME_H 1
  36756. | #define HAVE_SYS_TIMES_H 1
  36757. | #define HAVE_SYS_UIO_H 1
  36758. | #define HAVE_TIME_H 1
  36759. | #define HAVE_UCONTEXT_H 1
  36760. | #define HAVE_UTIME_H 1
  36761. | #define HAVE_TYPEOF 1
  36762. | #define HAVE_LONG_LONG 1
  36763. | #define HAVE_OFF_T 1
  36764. | #define SIZEOF_INT 4
  36765. | #define SIZEOF_SHORT 2
  36766. | #define SIZEOF_LONG 8
  36767. | #define SIZEOF_LONG_LONG 8
  36768. | #define SIZEOF___INT64 0
  36769. | #define SIZEOF___INT128 16
  36770. | #define SIZEOF_OFF_T 8
  36771. | #define SIZEOF_VOIDP 8
  36772. | #define SIZEOF_FLOAT 4
  36773. | #define SIZEOF_DOUBLE 8
  36774. | #define SIZEOF_TIME_T 8
  36775. | #define SIZEOF_CLOCK_T 8
  36776. | #define PACKED_STRUCT(x) x __attribute__((packed))
  36777. | #define PACKED_STRUCT_UNALIGNED(x) x
  36778. | #define PRI_LL_PREFIX "ll"
  36779. | #define rb_pid_t pid_t
  36780. | #define SIGNEDNESS_OF_PID_T -1
  36781. | #define PIDT2NUM(v) INT2NUM(v)
  36782. | #define NUM2PIDT(v) NUM2INT(v)
  36783. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  36784. | #define rb_uid_t uid_t
  36785. | #define SIGNEDNESS_OF_UID_T +1
  36786. | #define UIDT2NUM(v) UINT2NUM(v)
  36787. | #define NUM2UIDT(v) NUM2UINT(v)
  36788. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  36789. | #define rb_gid_t gid_t
  36790. | #define SIGNEDNESS_OF_GID_T +1
  36791. | #define GIDT2NUM(v) UINT2NUM(v)
  36792. | #define NUM2GIDT(v) NUM2UINT(v)
  36793. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  36794. | #define rb_time_t time_t
  36795. | #define SIGNEDNESS_OF_TIME_T -1
  36796. | #define TIMET2NUM(v) LONG2NUM(v)
  36797. | #define NUM2TIMET(v) NUM2LONG(v)
  36798. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  36799. | #define rb_dev_t dev_t
  36800. | #define SIGNEDNESS_OF_DEV_T -1
  36801. | #define DEVT2NUM(v) INT2NUM(v)
  36802. | #define NUM2DEVT(v) NUM2INT(v)
  36803. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  36804. | #define rb_mode_t mode_t
  36805. | #define SIGNEDNESS_OF_MODE_T +1
  36806. | #define MODET2NUM(v) UINT2NUM(v)
  36807. | #define NUM2MODET(v) NUM2UINT(v)
  36808. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  36809. | #define rb_rlim_t rlim_t
  36810. | #define SIGNEDNESS_OF_RLIM_T +1
  36811. | #define RLIM2NUM(v) ULL2NUM(v)
  36812. | #define NUM2RLIM(v) NUM2ULL(v)
  36813. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  36814. | #define rb_off_t off_t
  36815. | #define SIGNEDNESS_OF_OFF_T -1
  36816. | #define OFFT2NUM(v) LL2NUM(v)
  36817. | #define NUM2OFFT(v) NUM2LL(v)
  36818. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  36819. | #define rb_clockid_t int
  36820. | #define SIGNEDNESS_OF_CLOCKID_T -1
  36821. | #define CLOCKID2NUM(v) INT2NUM(v)
  36822. | #define NUM2CLOCKID(v) NUM2INT(v)
  36823. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  36824. | #define HAVE_PROTOTYPES 1
  36825. | #define TOKEN_PASTE(x,y) x##y
  36826. | #define STRINGIZE(expr) STRINGIZE0(expr)
  36827. | #define HAVE_STDARG_PROTOTYPES 1
  36828. | #define HAVE_VA_ARGS_MACRO 1
  36829. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  36830. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  36831. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  36832. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  36833. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  36834. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  36835. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  36836. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  36837. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  36838. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  36839. | #define WEAK(x) __attribute__ ((__weak__)) x
  36840. | #define HAVE_FUNC_WEAK 1
  36841. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  36842. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  36843. | #define HAVE_GCC_SYNC_BUILTINS 1
  36844. | #define UNREACHABLE __builtin_unreachable()
  36845. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  36846. | #define RUBY_FUNCTION_NAME_STRING __func__
  36847. | #define ENUM_OVER_INT 1
  36848. | #define HAVE_DECL_SYS_NERR 1
  36849. | #define HAVE_DECL_GETENV 1
  36850. | #define SIZEOF_SIZE_T 8
  36851. | #define SIZEOF_PTRDIFF_T 8
  36852. | #define PRI_SIZE_PREFIX "z"
  36853. | #define PRI_PTRDIFF_PREFIX "t"
  36854. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  36855. | #define HAVE_ST_BLKSIZE 1
  36856. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  36857. | #define HAVE_ST_BLOCKS 1
  36858. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  36859. | #define HAVE_ST_RDEV 1
  36860. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  36861. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  36862. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  36863. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  36864. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  36865. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  36866. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  36867. | #define HAVE_STRUCT_TIMEVAL 1
  36868. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  36869. | #define HAVE_STRUCT_TIMESPEC 1
  36870. | #define HAVE_STRUCT_TIMEZONE 1
  36871. | #define HAVE_RB_FD_INIT 1
  36872. | #define HAVE_INT8_T 1
  36873. | #define SIZEOF_INT8_T 1
  36874. | #define HAVE_UINT8_T 1
  36875. | #define SIZEOF_UINT8_T 1
  36876. | #define HAVE_INT16_T 1
  36877. | #define SIZEOF_INT16_T 2
  36878. | #define HAVE_UINT16_T 1
  36879. | #define SIZEOF_UINT16_T 2
  36880. | #define HAVE_INT32_T 1
  36881. | #define SIZEOF_INT32_T 4
  36882. | #define HAVE_UINT32_T 1
  36883. | #define SIZEOF_UINT32_T 4
  36884. | #define HAVE_INT64_T 1
  36885. | #define SIZEOF_INT64_T 8
  36886. | #define HAVE_UINT64_T 1
  36887. | #define SIZEOF_UINT64_T 8
  36888. | #define HAVE_INT128_T 1
  36889. | #define int128_t __int128
  36890. | #define SIZEOF_INT128_T SIZEOF___INT128
  36891. | #define HAVE_UINT128_T 1
  36892. | #define uint128_t unsigned __int128
  36893. | #define SIZEOF_UINT128_T SIZEOF___INT128
  36894. | #define HAVE_INTPTR_T 1
  36895. | #define SIZEOF_INTPTR_T 8
  36896. | #define HAVE_UINTPTR_T 1
  36897. | #define SIZEOF_UINTPTR_T 8
  36898. | #define HAVE_SSIZE_T 1
  36899. | #define SIZEOF_SSIZE_T 8
  36900. | #define GETGROUPS_T gid_t
  36901. | #define RETSIGTYPE void
  36902. | #define HAVE_ALLOCA_H 1
  36903. | #define HAVE_ALLOCA 1
  36904. | #define HAVE_ACOSH 1
  36905. | #define HAVE_CBRT 1
  36906. | #define HAVE_CRYPT 1
  36907. | #define HAVE_DUP2 1
  36908. | #define HAVE_ERF 1
  36909. | #define HAVE_FFS 1
  36910. | #define HAVE_FINITE 1
  36911. | #define HAVE_FLOCK 1
  36912. | #define HAVE_HYPOT 1
  36913. | #define HAVE_ISINF 1
  36914. | #define HAVE_ISNAN 1
  36915. | #define HAVE_LGAMMA_R 1
  36916. | #define HAVE_MEMMOVE 1
  36917. | #define HAVE_NEXTAFTER 1
  36918. | #define HAVE_STRCHR 1
  36919. | #define HAVE_STRERROR 1
  36920. | #define HAVE_STRLCAT 1
  36921. | #define HAVE_STRLCPY 1
  36922. | #define HAVE_STRSTR 1
  36923. | #define HAVE_TGAMMA 1
  36924. | #define SPT_TYPE SPT_REUSEARGV
  36925. | #define HAVE_SIGNBIT 1
  36926. | #define HAVE_FORK 1
  36927. | #define vfork fork
  36928. | #define HAVE_WORKING_FORK 1
  36929. | #define HAVE___SYSCALL 1
  36930. | #define HAVE__LONGJMP 1
  36931. | #define HAVE_ARC4RANDOM_BUF 1
  36932. | #define HAVE_ATAN2L 1
  36933. | #define HAVE_ATAN2F 1
  36934. | #define HAVE_CHROOT 1
  36935. | #define HAVE_COSH 1
  36936. | #define HAVE_DIRFD 1
  36937. | #define HAVE_DLOPEN 1
  36938. | #define HAVE_DLADDR 1
  36939. | #define HAVE_DUP 1
  36940. | #define HAVE_ENDGRENT 1
  36941. | #define HAVE_FCHMOD 1
  36942. | #define HAVE_FCHOWN 1
  36943. | #define HAVE_FCNTL 1
  36944. | #define HAVE_FGETATTRLIST 1
  36945. | #define HAVE_FMOD 1
  36946. | #define HAVE_FSYNC 1
  36947. | #define HAVE_FTRUNCATE 1
  36948. | #define HAVE_GETATTRLIST 1
  36949. | #define HAVE_GETCWD 1
  36950. | #define HAVE_GETGRNAM 1
  36951. | #define HAVE_GETGRNAM_R 1
  36952. | #define HAVE_GETGROUPS 1
  36953. | #define HAVE_GETPGID 1
  36954. | #define HAVE_GETPGRP 1
  36955. | #define HAVE_GETPRIORITY 1
  36956. | #define HAVE_GETPWNAM_R 1
  36957. | #define HAVE_GETRLIMIT 1
  36958. | #define HAVE_GETSID 1
  36959. | #define HAVE_GETTIMEOFDAY 1
  36960. | #define HAVE_GMTIME_R 1
  36961. | #define HAVE_INITGROUPS 1
  36962. | #define HAVE_IOCTL 1
  36963. | #define HAVE_ISSETUGID 1
  36964. | #define HAVE_KILLPG 1
  36965. | #define HAVE_LCHMOD 1
  36966. | #define HAVE_LCHOWN 1
  36967. | #define HAVE_LINK 1
  36968. | #define HAVE_LLABS 1
  36969. | #define HAVE_LOCKF 1
  36970. | #define HAVE_LOG2 1
  36971. | #define HAVE_LSTAT 1
  36972. | #define HAVE_MALLOC_SIZE 1
  36973. | #define HAVE_MBLEN 1
  36974. | #define HAVE_MEMSET_S 1
  36975. | #define HAVE_WRITEV 1
  36976. | #define HAVE_MKFIFO 1
  36977. | #define HAVE_MKNOD 1
  36978. | #define HAVE_MKTIME 1
  36979. | #define HAVE_POLL 1
  36980. | #define HAVE_POSIX_MEMALIGN 1
  36981. | #define HAVE_PREAD 1
  36982. | #define HAVE_QSORT_R 1
  36983. | #define HAVE_READLINK 1
  36984. | #define HAVE_ROUND 1
  36985. | #define HAVE_SEEKDIR 1
  36986. | #define HAVE_SENDFILE 1
  36987. | #define HAVE_SETEGID 1
  36988. | #define HAVE_SETENV 1
  36989. | #define HAVE_SETEUID 1
  36990. | #define HAVE_SETGID 1
  36991. | #define HAVE_SETGROUPS 1
  36992. | #define HAVE_SETPGID 1
  36993. | #define HAVE_SETPGRP 1
  36994. | #define HAVE_SETREGID 1
  36995. | #define HAVE_SETREUID 1
  36996. | #define HAVE_SETRGID 1
  36997. | #define HAVE_SETRLIMIT 1
  36998. | #define HAVE_SETRUID 1
  36999. | #define HAVE_SETSID 1
  37000. | #define HAVE_SETUID 1
  37001. | #define HAVE_SHUTDOWN 1
  37002. | #define HAVE_SIGACTION 1
  37003. | #define HAVE_SIGALTSTACK 1
  37004. | #define HAVE_SIGPROCMASK 1
  37005. | #define HAVE_SINH 1
  37006. | #define HAVE_SYMLINK 1
  37007. | #define HAVE_SYSCALL 1
  37008. | #define HAVE_SYSCONF 1
  37009. | #define HAVE_TANH 1
  37010. | #define HAVE_TELLDIR 1
  37011. | #define HAVE_TIMEGM 1
  37012. | #define HAVE_TIMES 1
  37013. | #define HAVE_TRUNCATE 1
  37014. | #define HAVE_UNSETENV 1
  37015. | #define HAVE_UTIMES 1
  37016. | #define HAVE_WAIT4 1
  37017. | #define HAVE_WAITPID 1
  37018. | #if !defined __STDC_WANT_LIB_EXT1__
  37019. | #define __STDC_WANT_LIB_EXT1__ 1
  37020. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  37021. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  37022. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  37023. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  37024. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  37025. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  37026. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  37027. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  37028. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  37029. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  37030. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  37031. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  37032. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  37033. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  37034. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  37035. | #define HAVE_BSD_QSORT_R 1
  37036. | #define ATAN2_INF_C99 1
  37037. | #define LGAMMA_R_PM0_FIX 1
  37038. | #define HAVE_STRUCT_TM_TM_ZONE 1
  37039. | #define HAVE_TM_ZONE 1
  37040. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  37041. | #define HAVE_DAYLIGHT 1
  37042. | #define HAVE_VAR_TIMEZONE 1
  37043. | #define TYPEOF_VAR_TIMEZONE long
  37044. | #define HAVE_TIMEZONE 1
  37045. | #define TIMEZONE_VOID 1
  37046. | #define NEGATIVE_TIME_T 1
  37047. | #define POSIX_SIGNAL 1
  37048. | #define HAVE_SIG_T 1
  37049. | #define RSHIFT(x,y) ((x)>>(int)(y))
  37050. | #define HAVE__SC_CLK_TCK 1
  37051. | #define STACK_GROW_DIRECTION -1
  37052. | #define _REENTRANT 1
  37053. | #define _THREAD_SAFE 1
  37054. | #define HAVE_LIBPTHREAD 1
  37055. | #define HAVE_SCHED_YIELD 1
  37056. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  37057. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  37058. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  37059. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  37060. | #define HAVE_PTHREAD_COND_INIT 1
  37061. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  37062. | #define HAVE_PTHREAD_SIGMASK 1
  37063. | #define HAVE_PTHREAD_SETNAME_NP 1
  37064. | #define HAVE_PTHREAD_ATTR_INIT 1
  37065. | #define SET_CURRENT_THREAD_NAME(name) pthread_setname_np(name)
  37066. | #define DEFINE_MCONTEXT_PTR(mc, uc) mcontext_t mc = (uc)->uc_mcontext
  37067. | #define HAVE_EXECINFO_H 1
  37068. | #define HAVE_LIBUNWIND_H 1
  37069. | #define HAVE_BACKTRACE 1
  37070. | #define BROKEN_BACKTRACE 1
  37071. | /* end confdefs.h. */
  37072. | #include <valgrind/memcheck.h>
  37073. configure:24949: result: no
  37074. configure:24949: checking for valgrind/memcheck.h
  37075. configure:24949: result: no
  37076. configure:25109: checking for strip
  37077. configure:25125: found /usr/bin/strip
  37078. configure:25136: result: strip
  37079. configure:25439: checking whether -Wl,--no-undefined is accepted as LDFLAGS
  37080. configure:25461: gcc -o conftest -O3 -fno-fast-math -ggdb3 -fno-common -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,--no-undefined conftest.c -lpthread -ldl -lobjc >&5
  37081. ld: unknown option: --no-undefined
  37082. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  37083. configure:25461: $? = 1
  37084. configure: failed program was:
  37085. | /* confdefs.h */
  37086. | #define PACKAGE_NAME ""
  37087. | #define PACKAGE_TARNAME ""
  37088. | #define PACKAGE_VERSION ""
  37089. | #define PACKAGE_STRING ""
  37090. | #define PACKAGE_BUGREPORT ""
  37091. | #define PACKAGE_URL ""
  37092. | #define CANONICALIZATION_FOR_MATHN 1
  37093. | #define STDC_HEADERS 1
  37094. | #define HAVE_SYS_TYPES_H 1
  37095. | #define HAVE_SYS_STAT_H 1
  37096. | #define HAVE_STDLIB_H 1
  37097. | #define HAVE_STRING_H 1
  37098. | #define HAVE_MEMORY_H 1
  37099. | #define HAVE_STRINGS_H 1
  37100. | #define HAVE_INTTYPES_H 1
  37101. | #define HAVE_STDINT_H 1
  37102. | #define HAVE_UNISTD_H 1
  37103. | #define __EXTENSIONS__ 1
  37104. | #define _ALL_SOURCE 1
  37105. | #define _GNU_SOURCE 1
  37106. | #define _POSIX_PTHREAD_SEMANTICS 1
  37107. | #define _TANDEM_SOURCE 1
  37108. | #define HAVE_INFINITY 1
  37109. | #define HAVE_NAN 1
  37110. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  37111. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  37112. | #define BROKEN_CRYPT 1
  37113. | #define HAVE_CRT_EXTERNS_H 1
  37114. | #define HAVE_LIBDL 1
  37115. | #define HAVE_DIRENT_H 1
  37116. | #define HAVE__BOOL 1
  37117. | #define HAVE_STDBOOL_H 1
  37118. | #define HAVE_SYS_WAIT_H 1
  37119. | #define HAVE_GRP_H 1
  37120. | #define HAVE_FCNTL_H 1
  37121. | #define HAVE_FLOAT_H 1
  37122. | #define HAVE_LANGINFO_H 1
  37123. | #define HAVE_LIMITS_H 1
  37124. | #define HAVE_LOCALE_H 1
  37125. | #define HAVE_MALLOC_MALLOC_H 1
  37126. | #define HAVE_PWD_H 1
  37127. | #define HAVE_SYS_ATTR_H 1
  37128. | #define HAVE_SYS_FCNTL_H 1
  37129. | #define HAVE_SYS_FILE_H 1
  37130. | #define HAVE_SYS_IOCTL_H 1
  37131. | #define HAVE_SYS_PARAM_H 1
  37132. | #define HAVE_SYS_RESOURCE_H 1
  37133. | #define HAVE_SYS_SELECT_H 1
  37134. | #define HAVE_SYS_SOCKET_H 1
  37135. | #define HAVE_SYS_SYSCALL_H 1
  37136. | #define HAVE_SYS_TIME_H 1
  37137. | #define HAVE_SYS_TIMES_H 1
  37138. | #define HAVE_SYS_UIO_H 1
  37139. | #define HAVE_TIME_H 1
  37140. | #define HAVE_UCONTEXT_H 1
  37141. | #define HAVE_UTIME_H 1
  37142. | #define HAVE_TYPEOF 1
  37143. | #define HAVE_LONG_LONG 1
  37144. | #define HAVE_OFF_T 1
  37145. | #define SIZEOF_INT 4
  37146. | #define SIZEOF_SHORT 2
  37147. | #define SIZEOF_LONG 8
  37148. | #define SIZEOF_LONG_LONG 8
  37149. | #define SIZEOF___INT64 0
  37150. | #define SIZEOF___INT128 16
  37151. | #define SIZEOF_OFF_T 8
  37152. | #define SIZEOF_VOIDP 8
  37153. | #define SIZEOF_FLOAT 4
  37154. | #define SIZEOF_DOUBLE 8
  37155. | #define SIZEOF_TIME_T 8
  37156. | #define SIZEOF_CLOCK_T 8
  37157. | #define PACKED_STRUCT(x) x __attribute__((packed))
  37158. | #define PACKED_STRUCT_UNALIGNED(x) x
  37159. | #define PRI_LL_PREFIX "ll"
  37160. | #define rb_pid_t pid_t
  37161. | #define SIGNEDNESS_OF_PID_T -1
  37162. | #define PIDT2NUM(v) INT2NUM(v)
  37163. | #define NUM2PIDT(v) NUM2INT(v)
  37164. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  37165. | #define rb_uid_t uid_t
  37166. | #define SIGNEDNESS_OF_UID_T +1
  37167. | #define UIDT2NUM(v) UINT2NUM(v)
  37168. | #define NUM2UIDT(v) NUM2UINT(v)
  37169. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  37170. | #define rb_gid_t gid_t
  37171. | #define SIGNEDNESS_OF_GID_T +1
  37172. | #define GIDT2NUM(v) UINT2NUM(v)
  37173. | #define NUM2GIDT(v) NUM2UINT(v)
  37174. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  37175. | #define rb_time_t time_t
  37176. | #define SIGNEDNESS_OF_TIME_T -1
  37177. | #define TIMET2NUM(v) LONG2NUM(v)
  37178. | #define NUM2TIMET(v) NUM2LONG(v)
  37179. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  37180. | #define rb_dev_t dev_t
  37181. | #define SIGNEDNESS_OF_DEV_T -1
  37182. | #define DEVT2NUM(v) INT2NUM(v)
  37183. | #define NUM2DEVT(v) NUM2INT(v)
  37184. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  37185. | #define rb_mode_t mode_t
  37186. | #define SIGNEDNESS_OF_MODE_T +1
  37187. | #define MODET2NUM(v) UINT2NUM(v)
  37188. | #define NUM2MODET(v) NUM2UINT(v)
  37189. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  37190. | #define rb_rlim_t rlim_t
  37191. | #define SIGNEDNESS_OF_RLIM_T +1
  37192. | #define RLIM2NUM(v) ULL2NUM(v)
  37193. | #define NUM2RLIM(v) NUM2ULL(v)
  37194. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  37195. | #define rb_off_t off_t
  37196. | #define SIGNEDNESS_OF_OFF_T -1
  37197. | #define OFFT2NUM(v) LL2NUM(v)
  37198. | #define NUM2OFFT(v) NUM2LL(v)
  37199. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  37200. | #define rb_clockid_t int
  37201. | #define SIGNEDNESS_OF_CLOCKID_T -1
  37202. | #define CLOCKID2NUM(v) INT2NUM(v)
  37203. | #define NUM2CLOCKID(v) NUM2INT(v)
  37204. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  37205. | #define HAVE_PROTOTYPES 1
  37206. | #define TOKEN_PASTE(x,y) x##y
  37207. | #define STRINGIZE(expr) STRINGIZE0(expr)
  37208. | #define HAVE_STDARG_PROTOTYPES 1
  37209. | #define HAVE_VA_ARGS_MACRO 1
  37210. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  37211. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  37212. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  37213. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  37214. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  37215. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  37216. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  37217. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  37218. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  37219. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  37220. | #define WEAK(x) __attribute__ ((__weak__)) x
  37221. | #define HAVE_FUNC_WEAK 1
  37222. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  37223. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  37224. | #define HAVE_GCC_SYNC_BUILTINS 1
  37225. | #define UNREACHABLE __builtin_unreachable()
  37226. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  37227. | #define RUBY_FUNCTION_NAME_STRING __func__
  37228. | #define ENUM_OVER_INT 1
  37229. | #define HAVE_DECL_SYS_NERR 1
  37230. | #define HAVE_DECL_GETENV 1
  37231. | #define SIZEOF_SIZE_T 8
  37232. | #define SIZEOF_PTRDIFF_T 8
  37233. | #define PRI_SIZE_PREFIX "z"
  37234. | #define PRI_PTRDIFF_PREFIX "t"
  37235. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  37236. | #define HAVE_ST_BLKSIZE 1
  37237. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  37238. | #define HAVE_ST_BLOCKS 1
  37239. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  37240. | #define HAVE_ST_RDEV 1
  37241. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  37242. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  37243. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  37244. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  37245. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  37246. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  37247. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  37248. | #define HAVE_STRUCT_TIMEVAL 1
  37249. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  37250. | #define HAVE_STRUCT_TIMESPEC 1
  37251. | #define HAVE_STRUCT_TIMEZONE 1
  37252. | #define HAVE_RB_FD_INIT 1
  37253. | #define HAVE_INT8_T 1
  37254. | #define SIZEOF_INT8_T 1
  37255. | #define HAVE_UINT8_T 1
  37256. | #define SIZEOF_UINT8_T 1
  37257. | #define HAVE_INT16_T 1
  37258. | #define SIZEOF_INT16_T 2
  37259. | #define HAVE_UINT16_T 1
  37260. | #define SIZEOF_UINT16_T 2
  37261. | #define HAVE_INT32_T 1
  37262. | #define SIZEOF_INT32_T 4
  37263. | #define HAVE_UINT32_T 1
  37264. | #define SIZEOF_UINT32_T 4
  37265. | #define HAVE_INT64_T 1
  37266. | #define SIZEOF_INT64_T 8
  37267. | #define HAVE_UINT64_T 1
  37268. | #define SIZEOF_UINT64_T 8
  37269. | #define HAVE_INT128_T 1
  37270. | #define int128_t __int128
  37271. | #define SIZEOF_INT128_T SIZEOF___INT128
  37272. | #define HAVE_UINT128_T 1
  37273. | #define uint128_t unsigned __int128
  37274. | #define SIZEOF_UINT128_T SIZEOF___INT128
  37275. | #define HAVE_INTPTR_T 1
  37276. | #define SIZEOF_INTPTR_T 8
  37277. | #define HAVE_UINTPTR_T 1
  37278. | #define SIZEOF_UINTPTR_T 8
  37279. | #define HAVE_SSIZE_T 1
  37280. | #define SIZEOF_SSIZE_T 8
  37281. | #define GETGROUPS_T gid_t
  37282. | #define RETSIGTYPE void
  37283. | #define HAVE_ALLOCA_H 1
  37284. | #define HAVE_ALLOCA 1
  37285. | #define HAVE_ACOSH 1
  37286. | #define HAVE_CBRT 1
  37287. | #define HAVE_CRYPT 1
  37288. | #define HAVE_DUP2 1
  37289. | #define HAVE_ERF 1
  37290. | #define HAVE_FFS 1
  37291. | #define HAVE_FINITE 1
  37292. | #define HAVE_FLOCK 1
  37293. | #define HAVE_HYPOT 1
  37294. | #define HAVE_ISINF 1
  37295. | #define HAVE_ISNAN 1
  37296. | #define HAVE_LGAMMA_R 1
  37297. | #define HAVE_MEMMOVE 1
  37298. | #define HAVE_NEXTAFTER 1
  37299. | #define HAVE_STRCHR 1
  37300. | #define HAVE_STRERROR 1
  37301. | #define HAVE_STRLCAT 1
  37302. | #define HAVE_STRLCPY 1
  37303. | #define HAVE_STRSTR 1
  37304. | #define HAVE_TGAMMA 1
  37305. | #define SPT_TYPE SPT_REUSEARGV
  37306. | #define HAVE_SIGNBIT 1
  37307. | #define HAVE_FORK 1
  37308. | #define vfork fork
  37309. | #define HAVE_WORKING_FORK 1
  37310. | #define HAVE___SYSCALL 1
  37311. | #define HAVE__LONGJMP 1
  37312. | #define HAVE_ARC4RANDOM_BUF 1
  37313. | #define HAVE_ATAN2L 1
  37314. | #define HAVE_ATAN2F 1
  37315. | #define HAVE_CHROOT 1
  37316. | #define HAVE_COSH 1
  37317. | #define HAVE_DIRFD 1
  37318. | #define HAVE_DLOPEN 1
  37319. | #define HAVE_DLADDR 1
  37320. | #define HAVE_DUP 1
  37321. | #define HAVE_ENDGRENT 1
  37322. | #define HAVE_FCHMOD 1
  37323. | #define HAVE_FCHOWN 1
  37324. | #define HAVE_FCNTL 1
  37325. | #define HAVE_FGETATTRLIST 1
  37326. | #define HAVE_FMOD 1
  37327. | #define HAVE_FSYNC 1
  37328. | #define HAVE_FTRUNCATE 1
  37329. | #define HAVE_GETATTRLIST 1
  37330. | #define HAVE_GETCWD 1
  37331. | #define HAVE_GETGRNAM 1
  37332. | #define HAVE_GETGRNAM_R 1
  37333. | #define HAVE_GETGROUPS 1
  37334. | #define HAVE_GETPGID 1
  37335. | #define HAVE_GETPGRP 1
  37336. | #define HAVE_GETPRIORITY 1
  37337. | #define HAVE_GETPWNAM_R 1
  37338. | #define HAVE_GETRLIMIT 1
  37339. | #define HAVE_GETSID 1
  37340. | #define HAVE_GETTIMEOFDAY 1
  37341. | #define HAVE_GMTIME_R 1
  37342. | #define HAVE_INITGROUPS 1
  37343. | #define HAVE_IOCTL 1
  37344. | #define HAVE_ISSETUGID 1
  37345. | #define HAVE_KILLPG 1
  37346. | #define HAVE_LCHMOD 1
  37347. | #define HAVE_LCHOWN 1
  37348. | #define HAVE_LINK 1
  37349. | #define HAVE_LLABS 1
  37350. | #define HAVE_LOCKF 1
  37351. | #define HAVE_LOG2 1
  37352. | #define HAVE_LSTAT 1
  37353. | #define HAVE_MALLOC_SIZE 1
  37354. | #define HAVE_MBLEN 1
  37355. | #define HAVE_MEMSET_S 1
  37356. | #define HAVE_WRITEV 1
  37357. | #define HAVE_MKFIFO 1
  37358. | #define HAVE_MKNOD 1
  37359. | #define HAVE_MKTIME 1
  37360. | #define HAVE_POLL 1
  37361. | #define HAVE_POSIX_MEMALIGN 1
  37362. | #define HAVE_PREAD 1
  37363. | #define HAVE_QSORT_R 1
  37364. | #define HAVE_READLINK 1
  37365. | #define HAVE_ROUND 1
  37366. | #define HAVE_SEEKDIR 1
  37367. | #define HAVE_SENDFILE 1
  37368. | #define HAVE_SETEGID 1
  37369. | #define HAVE_SETENV 1
  37370. | #define HAVE_SETEUID 1
  37371. | #define HAVE_SETGID 1
  37372. | #define HAVE_SETGROUPS 1
  37373. | #define HAVE_SETPGID 1
  37374. | #define HAVE_SETPGRP 1
  37375. | #define HAVE_SETREGID 1
  37376. | #define HAVE_SETREUID 1
  37377. | #define HAVE_SETRGID 1
  37378. | #define HAVE_SETRLIMIT 1
  37379. | #define HAVE_SETRUID 1
  37380. | #define HAVE_SETSID 1
  37381. | #define HAVE_SETUID 1
  37382. | #define HAVE_SHUTDOWN 1
  37383. | #define HAVE_SIGACTION 1
  37384. | #define HAVE_SIGALTSTACK 1
  37385. | #define HAVE_SIGPROCMASK 1
  37386. | #define HAVE_SINH 1
  37387. | #define HAVE_SYMLINK 1
  37388. | #define HAVE_SYSCALL 1
  37389. | #define HAVE_SYSCONF 1
  37390. | #define HAVE_TANH 1
  37391. | #define HAVE_TELLDIR 1
  37392. | #define HAVE_TIMEGM 1
  37393. | #define HAVE_TIMES 1
  37394. | #define HAVE_TRUNCATE 1
  37395. | #define HAVE_UNSETENV 1
  37396. | #define HAVE_UTIMES 1
  37397. | #define HAVE_WAIT4 1
  37398. | #define HAVE_WAITPID 1
  37399. | #if !defined __STDC_WANT_LIB_EXT1__
  37400. | #define __STDC_WANT_LIB_EXT1__ 1
  37401. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  37402. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  37403. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  37404. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  37405. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  37406. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  37407. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  37408. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  37409. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  37410. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  37411. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  37412. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  37413. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  37414. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  37415. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  37416. | #define HAVE_BSD_QSORT_R 1
  37417. | #define ATAN2_INF_C99 1
  37418. | #define LGAMMA_R_PM0_FIX 1
  37419. | #define HAVE_STRUCT_TM_TM_ZONE 1
  37420. | #define HAVE_TM_ZONE 1
  37421. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  37422. | #define HAVE_DAYLIGHT 1
  37423. | #define HAVE_VAR_TIMEZONE 1
  37424. | #define TYPEOF_VAR_TIMEZONE long
  37425. | #define HAVE_TIMEZONE 1
  37426. | #define TIMEZONE_VOID 1
  37427. | #define NEGATIVE_TIME_T 1
  37428. | #define POSIX_SIGNAL 1
  37429. | #define HAVE_SIG_T 1
  37430. | #define RSHIFT(x,y) ((x)>>(int)(y))
  37431. | #define HAVE__SC_CLK_TCK 1
  37432. | #define STACK_GROW_DIRECTION -1
  37433. | #define _REENTRANT 1
  37434. | #define _THREAD_SAFE 1
  37435. | #define HAVE_LIBPTHREAD 1
  37436. | #define HAVE_SCHED_YIELD 1
  37437. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  37438. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  37439. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  37440. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  37441. | #define HAVE_PTHREAD_COND_INIT 1
  37442. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  37443. | #define HAVE_PTHREAD_SIGMASK 1
  37444. | #define HAVE_PTHREAD_SETNAME_NP 1
  37445. | #define HAVE_PTHREAD_ATTR_INIT 1
  37446. | #define SET_CURRENT_THREAD_NAME(name) pthread_setname_np(name)
  37447. | #define DEFINE_MCONTEXT_PTR(mc, uc) mcontext_t mc = (uc)->uc_mcontext
  37448. | #define HAVE_EXECINFO_H 1
  37449. | #define HAVE_LIBUNWIND_H 1
  37450. | #define HAVE_BACKTRACE 1
  37451. | #define BROKEN_BACKTRACE 1
  37452. | #define DLEXT_MAXLEN 7
  37453. | #define DLEXT ".bundle"
  37454. | #define LIBDIR_BASENAME "lib"
  37455. | /* end confdefs.h. */
  37456. |
  37457. | int
  37458. | main ()
  37459. | {
  37460. |
  37461. | ;
  37462. | return 0;
  37463. | }
  37464. configure:25467: result: no
  37465. configure:25809: checking whether wrapper for DYLD_LIBRARY_PATH is needed
  37466. configure:25812: result: no
  37467. configure:25836: checking whether dtrace USDT is available
  37468. configure:25862: gcc -c -O3 -fno-fast-math -ggdb3 -fno-common -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  37469. configure:25862: $? = 0
  37470. configure:25876: result: yes(-xnolibs)
  37471. configure:25906: checking whether dtrace needs post processing
  37472. configure:25933: gcc -c -O3 -fno-fast-math -ggdb3 -fno-common -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  37473. configure:25933: $? = 0
  37474. configure:25952: result: no
  37475. configure:25990: checking for __builtin_setjmp
  37476. configure:26043: result: no
  37477. configure:26047: checking for _setjmpex as a macro or function
  37478. configure:26070: gcc -c -O3 -fno-fast-math -ggdb3 -fno-common -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  37479. conftest.c:374:10: fatal error: 'setjmpex.h' file not found
  37480. #include <setjmpex.h>
  37481. ^
  37482. 1 error generated.
  37483. configure:26070: $? = 1
  37484. configure: failed program was:
  37485. | /* confdefs.h */
  37486. | #define PACKAGE_NAME ""
  37487. | #define PACKAGE_TARNAME ""
  37488. | #define PACKAGE_VERSION ""
  37489. | #define PACKAGE_STRING ""
  37490. | #define PACKAGE_BUGREPORT ""
  37491. | #define PACKAGE_URL ""
  37492. | #define CANONICALIZATION_FOR_MATHN 1
  37493. | #define STDC_HEADERS 1
  37494. | #define HAVE_SYS_TYPES_H 1
  37495. | #define HAVE_SYS_STAT_H 1
  37496. | #define HAVE_STDLIB_H 1
  37497. | #define HAVE_STRING_H 1
  37498. | #define HAVE_MEMORY_H 1
  37499. | #define HAVE_STRINGS_H 1
  37500. | #define HAVE_INTTYPES_H 1
  37501. | #define HAVE_STDINT_H 1
  37502. | #define HAVE_UNISTD_H 1
  37503. | #define __EXTENSIONS__ 1
  37504. | #define _ALL_SOURCE 1
  37505. | #define _GNU_SOURCE 1
  37506. | #define _POSIX_PTHREAD_SEMANTICS 1
  37507. | #define _TANDEM_SOURCE 1
  37508. | #define HAVE_INFINITY 1
  37509. | #define HAVE_NAN 1
  37510. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  37511. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  37512. | #define BROKEN_CRYPT 1
  37513. | #define HAVE_CRT_EXTERNS_H 1
  37514. | #define HAVE_LIBDL 1
  37515. | #define HAVE_DIRENT_H 1
  37516. | #define HAVE__BOOL 1
  37517. | #define HAVE_STDBOOL_H 1
  37518. | #define HAVE_SYS_WAIT_H 1
  37519. | #define HAVE_GRP_H 1
  37520. | #define HAVE_FCNTL_H 1
  37521. | #define HAVE_FLOAT_H 1
  37522. | #define HAVE_LANGINFO_H 1
  37523. | #define HAVE_LIMITS_H 1
  37524. | #define HAVE_LOCALE_H 1
  37525. | #define HAVE_MALLOC_MALLOC_H 1
  37526. | #define HAVE_PWD_H 1
  37527. | #define HAVE_SYS_ATTR_H 1
  37528. | #define HAVE_SYS_FCNTL_H 1
  37529. | #define HAVE_SYS_FILE_H 1
  37530. | #define HAVE_SYS_IOCTL_H 1
  37531. | #define HAVE_SYS_PARAM_H 1
  37532. | #define HAVE_SYS_RESOURCE_H 1
  37533. | #define HAVE_SYS_SELECT_H 1
  37534. | #define HAVE_SYS_SOCKET_H 1
  37535. | #define HAVE_SYS_SYSCALL_H 1
  37536. | #define HAVE_SYS_TIME_H 1
  37537. | #define HAVE_SYS_TIMES_H 1
  37538. | #define HAVE_SYS_UIO_H 1
  37539. | #define HAVE_TIME_H 1
  37540. | #define HAVE_UCONTEXT_H 1
  37541. | #define HAVE_UTIME_H 1
  37542. | #define HAVE_TYPEOF 1
  37543. | #define HAVE_LONG_LONG 1
  37544. | #define HAVE_OFF_T 1
  37545. | #define SIZEOF_INT 4
  37546. | #define SIZEOF_SHORT 2
  37547. | #define SIZEOF_LONG 8
  37548. | #define SIZEOF_LONG_LONG 8
  37549. | #define SIZEOF___INT64 0
  37550. | #define SIZEOF___INT128 16
  37551. | #define SIZEOF_OFF_T 8
  37552. | #define SIZEOF_VOIDP 8
  37553. | #define SIZEOF_FLOAT 4
  37554. | #define SIZEOF_DOUBLE 8
  37555. | #define SIZEOF_TIME_T 8
  37556. | #define SIZEOF_CLOCK_T 8
  37557. | #define PACKED_STRUCT(x) x __attribute__((packed))
  37558. | #define PACKED_STRUCT_UNALIGNED(x) x
  37559. | #define PRI_LL_PREFIX "ll"
  37560. | #define rb_pid_t pid_t
  37561. | #define SIGNEDNESS_OF_PID_T -1
  37562. | #define PIDT2NUM(v) INT2NUM(v)
  37563. | #define NUM2PIDT(v) NUM2INT(v)
  37564. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  37565. | #define rb_uid_t uid_t
  37566. | #define SIGNEDNESS_OF_UID_T +1
  37567. | #define UIDT2NUM(v) UINT2NUM(v)
  37568. | #define NUM2UIDT(v) NUM2UINT(v)
  37569. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  37570. | #define rb_gid_t gid_t
  37571. | #define SIGNEDNESS_OF_GID_T +1
  37572. | #define GIDT2NUM(v) UINT2NUM(v)
  37573. | #define NUM2GIDT(v) NUM2UINT(v)
  37574. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  37575. | #define rb_time_t time_t
  37576. | #define SIGNEDNESS_OF_TIME_T -1
  37577. | #define TIMET2NUM(v) LONG2NUM(v)
  37578. | #define NUM2TIMET(v) NUM2LONG(v)
  37579. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  37580. | #define rb_dev_t dev_t
  37581. | #define SIGNEDNESS_OF_DEV_T -1
  37582. | #define DEVT2NUM(v) INT2NUM(v)
  37583. | #define NUM2DEVT(v) NUM2INT(v)
  37584. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  37585. | #define rb_mode_t mode_t
  37586. | #define SIGNEDNESS_OF_MODE_T +1
  37587. | #define MODET2NUM(v) UINT2NUM(v)
  37588. | #define NUM2MODET(v) NUM2UINT(v)
  37589. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  37590. | #define rb_rlim_t rlim_t
  37591. | #define SIGNEDNESS_OF_RLIM_T +1
  37592. | #define RLIM2NUM(v) ULL2NUM(v)
  37593. | #define NUM2RLIM(v) NUM2ULL(v)
  37594. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  37595. | #define rb_off_t off_t
  37596. | #define SIGNEDNESS_OF_OFF_T -1
  37597. | #define OFFT2NUM(v) LL2NUM(v)
  37598. | #define NUM2OFFT(v) NUM2LL(v)
  37599. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  37600. | #define rb_clockid_t int
  37601. | #define SIGNEDNESS_OF_CLOCKID_T -1
  37602. | #define CLOCKID2NUM(v) INT2NUM(v)
  37603. | #define NUM2CLOCKID(v) NUM2INT(v)
  37604. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  37605. | #define HAVE_PROTOTYPES 1
  37606. | #define TOKEN_PASTE(x,y) x##y
  37607. | #define STRINGIZE(expr) STRINGIZE0(expr)
  37608. | #define HAVE_STDARG_PROTOTYPES 1
  37609. | #define HAVE_VA_ARGS_MACRO 1
  37610. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  37611. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  37612. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  37613. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  37614. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  37615. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  37616. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  37617. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  37618. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  37619. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  37620. | #define WEAK(x) __attribute__ ((__weak__)) x
  37621. | #define HAVE_FUNC_WEAK 1
  37622. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  37623. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  37624. | #define HAVE_GCC_SYNC_BUILTINS 1
  37625. | #define UNREACHABLE __builtin_unreachable()
  37626. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  37627. | #define RUBY_FUNCTION_NAME_STRING __func__
  37628. | #define ENUM_OVER_INT 1
  37629. | #define HAVE_DECL_SYS_NERR 1
  37630. | #define HAVE_DECL_GETENV 1
  37631. | #define SIZEOF_SIZE_T 8
  37632. | #define SIZEOF_PTRDIFF_T 8
  37633. | #define PRI_SIZE_PREFIX "z"
  37634. | #define PRI_PTRDIFF_PREFIX "t"
  37635. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  37636. | #define HAVE_ST_BLKSIZE 1
  37637. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  37638. | #define HAVE_ST_BLOCKS 1
  37639. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  37640. | #define HAVE_ST_RDEV 1
  37641. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  37642. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  37643. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  37644. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  37645. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  37646. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  37647. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  37648. | #define HAVE_STRUCT_TIMEVAL 1
  37649. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  37650. | #define HAVE_STRUCT_TIMESPEC 1
  37651. | #define HAVE_STRUCT_TIMEZONE 1
  37652. | #define HAVE_RB_FD_INIT 1
  37653. | #define HAVE_INT8_T 1
  37654. | #define SIZEOF_INT8_T 1
  37655. | #define HAVE_UINT8_T 1
  37656. | #define SIZEOF_UINT8_T 1
  37657. | #define HAVE_INT16_T 1
  37658. | #define SIZEOF_INT16_T 2
  37659. | #define HAVE_UINT16_T 1
  37660. | #define SIZEOF_UINT16_T 2
  37661. | #define HAVE_INT32_T 1
  37662. | #define SIZEOF_INT32_T 4
  37663. | #define HAVE_UINT32_T 1
  37664. | #define SIZEOF_UINT32_T 4
  37665. | #define HAVE_INT64_T 1
  37666. | #define SIZEOF_INT64_T 8
  37667. | #define HAVE_UINT64_T 1
  37668. | #define SIZEOF_UINT64_T 8
  37669. | #define HAVE_INT128_T 1
  37670. | #define int128_t __int128
  37671. | #define SIZEOF_INT128_T SIZEOF___INT128
  37672. | #define HAVE_UINT128_T 1
  37673. | #define uint128_t unsigned __int128
  37674. | #define SIZEOF_UINT128_T SIZEOF___INT128
  37675. | #define HAVE_INTPTR_T 1
  37676. | #define SIZEOF_INTPTR_T 8
  37677. | #define HAVE_UINTPTR_T 1
  37678. | #define SIZEOF_UINTPTR_T 8
  37679. | #define HAVE_SSIZE_T 1
  37680. | #define SIZEOF_SSIZE_T 8
  37681. | #define GETGROUPS_T gid_t
  37682. | #define RETSIGTYPE void
  37683. | #define HAVE_ALLOCA_H 1
  37684. | #define HAVE_ALLOCA 1
  37685. | #define HAVE_ACOSH 1
  37686. | #define HAVE_CBRT 1
  37687. | #define HAVE_CRYPT 1
  37688. | #define HAVE_DUP2 1
  37689. | #define HAVE_ERF 1
  37690. | #define HAVE_FFS 1
  37691. | #define HAVE_FINITE 1
  37692. | #define HAVE_FLOCK 1
  37693. | #define HAVE_HYPOT 1
  37694. | #define HAVE_ISINF 1
  37695. | #define HAVE_ISNAN 1
  37696. | #define HAVE_LGAMMA_R 1
  37697. | #define HAVE_MEMMOVE 1
  37698. | #define HAVE_NEXTAFTER 1
  37699. | #define HAVE_STRCHR 1
  37700. | #define HAVE_STRERROR 1
  37701. | #define HAVE_STRLCAT 1
  37702. | #define HAVE_STRLCPY 1
  37703. | #define HAVE_STRSTR 1
  37704. | #define HAVE_TGAMMA 1
  37705. | #define SPT_TYPE SPT_REUSEARGV
  37706. | #define HAVE_SIGNBIT 1
  37707. | #define HAVE_FORK 1
  37708. | #define vfork fork
  37709. | #define HAVE_WORKING_FORK 1
  37710. | #define HAVE___SYSCALL 1
  37711. | #define HAVE__LONGJMP 1
  37712. | #define HAVE_ARC4RANDOM_BUF 1
  37713. | #define HAVE_ATAN2L 1
  37714. | #define HAVE_ATAN2F 1
  37715. | #define HAVE_CHROOT 1
  37716. | #define HAVE_COSH 1
  37717. | #define HAVE_DIRFD 1
  37718. | #define HAVE_DLOPEN 1
  37719. | #define HAVE_DLADDR 1
  37720. | #define HAVE_DUP 1
  37721. | #define HAVE_ENDGRENT 1
  37722. | #define HAVE_FCHMOD 1
  37723. | #define HAVE_FCHOWN 1
  37724. | #define HAVE_FCNTL 1
  37725. | #define HAVE_FGETATTRLIST 1
  37726. | #define HAVE_FMOD 1
  37727. | #define HAVE_FSYNC 1
  37728. | #define HAVE_FTRUNCATE 1
  37729. | #define HAVE_GETATTRLIST 1
  37730. | #define HAVE_GETCWD 1
  37731. | #define HAVE_GETGRNAM 1
  37732. | #define HAVE_GETGRNAM_R 1
  37733. | #define HAVE_GETGROUPS 1
  37734. | #define HAVE_GETPGID 1
  37735. | #define HAVE_GETPGRP 1
  37736. | #define HAVE_GETPRIORITY 1
  37737. | #define HAVE_GETPWNAM_R 1
  37738. | #define HAVE_GETRLIMIT 1
  37739. | #define HAVE_GETSID 1
  37740. | #define HAVE_GETTIMEOFDAY 1
  37741. | #define HAVE_GMTIME_R 1
  37742. | #define HAVE_INITGROUPS 1
  37743. | #define HAVE_IOCTL 1
  37744. | #define HAVE_ISSETUGID 1
  37745. | #define HAVE_KILLPG 1
  37746. | #define HAVE_LCHMOD 1
  37747. | #define HAVE_LCHOWN 1
  37748. | #define HAVE_LINK 1
  37749. | #define HAVE_LLABS 1
  37750. | #define HAVE_LOCKF 1
  37751. | #define HAVE_LOG2 1
  37752. | #define HAVE_LSTAT 1
  37753. | #define HAVE_MALLOC_SIZE 1
  37754. | #define HAVE_MBLEN 1
  37755. | #define HAVE_MEMSET_S 1
  37756. | #define HAVE_WRITEV 1
  37757. | #define HAVE_MKFIFO 1
  37758. | #define HAVE_MKNOD 1
  37759. | #define HAVE_MKTIME 1
  37760. | #define HAVE_POLL 1
  37761. | #define HAVE_POSIX_MEMALIGN 1
  37762. | #define HAVE_PREAD 1
  37763. | #define HAVE_QSORT_R 1
  37764. | #define HAVE_READLINK 1
  37765. | #define HAVE_ROUND 1
  37766. | #define HAVE_SEEKDIR 1
  37767. | #define HAVE_SENDFILE 1
  37768. | #define HAVE_SETEGID 1
  37769. | #define HAVE_SETENV 1
  37770. | #define HAVE_SETEUID 1
  37771. | #define HAVE_SETGID 1
  37772. | #define HAVE_SETGROUPS 1
  37773. | #define HAVE_SETPGID 1
  37774. | #define HAVE_SETPGRP 1
  37775. | #define HAVE_SETREGID 1
  37776. | #define HAVE_SETREUID 1
  37777. | #define HAVE_SETRGID 1
  37778. | #define HAVE_SETRLIMIT 1
  37779. | #define HAVE_SETRUID 1
  37780. | #define HAVE_SETSID 1
  37781. | #define HAVE_SETUID 1
  37782. | #define HAVE_SHUTDOWN 1
  37783. | #define HAVE_SIGACTION 1
  37784. | #define HAVE_SIGALTSTACK 1
  37785. | #define HAVE_SIGPROCMASK 1
  37786. | #define HAVE_SINH 1
  37787. | #define HAVE_SYMLINK 1
  37788. | #define HAVE_SYSCALL 1
  37789. | #define HAVE_SYSCONF 1
  37790. | #define HAVE_TANH 1
  37791. | #define HAVE_TELLDIR 1
  37792. | #define HAVE_TIMEGM 1
  37793. | #define HAVE_TIMES 1
  37794. | #define HAVE_TRUNCATE 1
  37795. | #define HAVE_UNSETENV 1
  37796. | #define HAVE_UTIMES 1
  37797. | #define HAVE_WAIT4 1
  37798. | #define HAVE_WAITPID 1
  37799. | #if !defined __STDC_WANT_LIB_EXT1__
  37800. | #define __STDC_WANT_LIB_EXT1__ 1
  37801. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  37802. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  37803. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  37804. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  37805. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  37806. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  37807. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  37808. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  37809. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  37810. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  37811. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  37812. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  37813. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  37814. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  37815. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  37816. | #define HAVE_BSD_QSORT_R 1
  37817. | #define ATAN2_INF_C99 1
  37818. | #define LGAMMA_R_PM0_FIX 1
  37819. | #define HAVE_STRUCT_TM_TM_ZONE 1
  37820. | #define HAVE_TM_ZONE 1
  37821. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  37822. | #define HAVE_DAYLIGHT 1
  37823. | #define HAVE_VAR_TIMEZONE 1
  37824. | #define TYPEOF_VAR_TIMEZONE long
  37825. | #define HAVE_TIMEZONE 1
  37826. | #define TIMEZONE_VOID 1
  37827. | #define NEGATIVE_TIME_T 1
  37828. | #define POSIX_SIGNAL 1
  37829. | #define HAVE_SIG_T 1
  37830. | #define RSHIFT(x,y) ((x)>>(int)(y))
  37831. | #define HAVE__SC_CLK_TCK 1
  37832. | #define STACK_GROW_DIRECTION -1
  37833. | #define _REENTRANT 1
  37834. | #define _THREAD_SAFE 1
  37835. | #define HAVE_LIBPTHREAD 1
  37836. | #define HAVE_SCHED_YIELD 1
  37837. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  37838. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  37839. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  37840. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  37841. | #define HAVE_PTHREAD_COND_INIT 1
  37842. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  37843. | #define HAVE_PTHREAD_SIGMASK 1
  37844. | #define HAVE_PTHREAD_SETNAME_NP 1
  37845. | #define HAVE_PTHREAD_ATTR_INIT 1
  37846. | #define SET_CURRENT_THREAD_NAME(name) pthread_setname_np(name)
  37847. | #define DEFINE_MCONTEXT_PTR(mc, uc) mcontext_t mc = (uc)->uc_mcontext
  37848. | #define HAVE_EXECINFO_H 1
  37849. | #define HAVE_LIBUNWIND_H 1
  37850. | #define HAVE_BACKTRACE 1
  37851. | #define BROKEN_BACKTRACE 1
  37852. | #define DLEXT_MAXLEN 7
  37853. | #define DLEXT ".bundle"
  37854. | #define LIBDIR_BASENAME "lib"
  37855. | /* end confdefs.h. */
  37856. |
  37857. | #include <setjmp.h>
  37858. | #include <setjmpex.h>
  37859. |
  37860. | #define JMPARGS_1 env
  37861. | #define JMPARGS_2 env,1
  37862. | #define JMPARGS JMPARGS_1
  37863. |
  37864. | int
  37865. | main ()
  37866. | {
  37867. | jmp_buf env; _setjmpex(JMPARGS);
  37868. | ;
  37869. | return 0;
  37870. | }
  37871. configure:26078: result: no
  37872. configure:26086: checking for _setjmp as a macro or function
  37873. configure:26108: gcc -c -O3 -fno-fast-math -ggdb3 -fno-common -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  37874. configure:26108: $? = 0
  37875. configure:26116: result: yes
  37876. configure:26124: checking for sigsetjmp as a macro or function
  37877. configure:26146: gcc -c -O3 -fno-fast-math -ggdb3 -fno-common -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  37878. configure:26146: $? = 0
  37879. configure:26154: result: yes
  37880. configure:26161: checking for setjmp type
  37881. configure:26225: result: _setjmp
  37882. configure:26316: checking for prefix of external symbols
  37883. configure:26333: gcc -c -O3 -fno-fast-math -ggdb3 -fno-common -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  37884. configure:26333: $? = 0
  37885. configure:26345: result: _
  37886. configure:26518: checking pthread.h usability
  37887. configure:26518: gcc -c -O3 -fno-fast-math -ggdb3 -fno-common -pipe -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  37888. configure:26518: $? = 0
  37889. configure:26518: result: yes
  37890. configure:26518: checking pthread.h presence
  37891. configure:26518: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  37892. configure:26518: $? = 0
  37893. configure:26518: result: yes
  37894. configure:26518: checking for pthread.h
  37895. configure:26518: result: yes
  37896. configure:26548: checking if make is GNU make
  37897. configure:26564: result: yes
  37898. configure:27035: checking for nroff
  37899. configure:27054: found /usr/bin/nroff
  37900. configure:27066: result: /usr/bin/nroff
  37901. configure:27140: ruby library version = 2.4.0
  37902. configure:27331: creating ./config.status
  37903.  
  37904. ## ---------------------- ##
  37905. ## Running config.status. ##
  37906. ## ---------------------- ##
  37907.  
  37908. This file was extended by config.status, which was
  37909. generated by GNU Autoconf 2.69. Invocation command line was
  37910.  
  37911. CONFIG_FILES =
  37912. CONFIG_HEADERS =
  37913. CONFIG_LINKS =
  37914. CONFIG_COMMANDS =
  37915. $ ./config.status
  37916.  
  37917. on lt-a10-121450
  37918.  
  37919. config.status:944: creating GNUmakefile
  37920. config.status:944: creating Makefile
  37921. config.status:944: creating ruby-2.4.pc
  37922.  
  37923. ## ---------------- ##
  37924. ## Cache variables. ##
  37925. ## ---------------- ##
  37926.  
  37927. ac_cv_build=x86_64-apple-darwin14.5.0
  37928. ac_cv_c_bigendian=no
  37929. ac_cv_c_char_unsigned=no
  37930. ac_cv_c_compiler_gnu=yes
  37931. ac_cv_c_const=yes
  37932. ac_cv_c_inline=inline
  37933. ac_cv_c_typeof=typeof
  37934. ac_cv_c_volatile=yes
  37935. ac_cv_cxx_compiler_gnu=yes
  37936. ac_cv_env_CCC_set=
  37937. ac_cv_env_CCC_value=
  37938. ac_cv_env_CC_set=set
  37939. ac_cv_env_CC_value=gcc
  37940. ac_cv_env_CFLAGS_set=
  37941. ac_cv_env_CFLAGS_value=
  37942. ac_cv_env_CPPFLAGS_set=
  37943. ac_cv_env_CPPFLAGS_value=
  37944. ac_cv_env_CPP_set=
  37945. ac_cv_env_CPP_value=
  37946. ac_cv_env_CXXFLAGS_set=
  37947. ac_cv_env_CXXFLAGS_value=
  37948. ac_cv_env_CXX_set=
  37949. ac_cv_env_CXX_value=
  37950. ac_cv_env_LDFLAGS_set=
  37951. ac_cv_env_LDFLAGS_value=
  37952. ac_cv_env_LIBS_set=
  37953. ac_cv_env_LIBS_value=
  37954. ac_cv_env_build_alias_set=
  37955. ac_cv_env_build_alias_value=
  37956. ac_cv_env_cflags_set=
  37957. ac_cv_env_cflags_value=
  37958. ac_cv_env_cppflags_set=
  37959. ac_cv_env_cppflags_value=
  37960. ac_cv_env_cxxflags_set=
  37961. ac_cv_env_cxxflags_value=
  37962. ac_cv_env_host_alias_set=
  37963. ac_cv_env_host_alias_value=
  37964. ac_cv_env_target_alias_set=
  37965. ac_cv_env_target_alias_value=
  37966. ac_cv_func___builtin_setjmp=no
  37967. ac_cv_func___syscall=yes
  37968. ac_cv_func__longjmp=yes
  37969. ac_cv_func__setjmp=yes
  37970. ac_cv_func__setjmpex=no
  37971. ac_cv_func_acosh=yes
  37972. ac_cv_func_alloca_works=yes
  37973. ac_cv_func_arc4random_buf=yes
  37974. ac_cv_func_atan2f=yes
  37975. ac_cv_func_atan2l=yes
  37976. ac_cv_func_backtrace=yes
  37977. ac_cv_func_cbrt=yes
  37978. ac_cv_func_chroot=yes
  37979. ac_cv_func_chsize=no
  37980. ac_cv_func_clock_getres=no
  37981. ac_cv_func_clock_gettime=no
  37982. ac_cv_func_cosh=yes
  37983. ac_cv_func_crypt=yes
  37984. ac_cv_func_crypt_r=no
  37985. ac_cv_func_daemon=no
  37986. ac_cv_func_dirfd=yes
  37987. ac_cv_func_dl_iterate_phdr=no
  37988. ac_cv_func_dladdr=yes
  37989. ac_cv_func_dlopen=yes
  37990. ac_cv_func_dup2=yes
  37991. ac_cv_func_dup3=no
  37992. ac_cv_func_dup=yes
  37993. ac_cv_func_eaccess=no
  37994. ac_cv_func_endgrent=yes
  37995. ac_cv_func_erf=yes
  37996. ac_cv_func_explicit_bzero=no
  37997. ac_cv_func_fchmod=yes
  37998. ac_cv_func_fchown=yes
  37999. ac_cv_func_fcntl=yes
  38000. ac_cv_func_fdatasync=no
  38001. ac_cv_func_ffs=yes
  38002. ac_cv_func_fgetattrlist=yes
  38003. ac_cv_func_finite=yes
  38004. ac_cv_func_flock=yes
  38005. ac_cv_func_fmod=yes
  38006. ac_cv_func_fork=yes
  38007. ac_cv_func_fork_works=yes
  38008. ac_cv_func_fsync=yes
  38009. ac_cv_func_ftruncate64=no
  38010. ac_cv_func_ftruncate=yes
  38011. ac_cv_func_getattrlist=yes
  38012. ac_cv_func_getcontext=no
  38013. ac_cv_func_getcwd=yes
  38014. ac_cv_func_getgidx=no
  38015. ac_cv_func_getgrnam=yes
  38016. ac_cv_func_getgrnam_r=yes
  38017. ac_cv_func_getgroups=yes
  38018. ac_cv_func_getpgid=yes
  38019. ac_cv_func_getpgrp=yes
  38020. ac_cv_func_getpriority=yes
  38021. ac_cv_func_getpwnam_r=yes
  38022. ac_cv_func_getresgid=no
  38023. ac_cv_func_getresuid=no
  38024. ac_cv_func_getrlimit=yes
  38025. ac_cv_func_getsid=yes
  38026. ac_cv_func_gettimeofday=yes
  38027. ac_cv_func_getuidx=no
  38028. ac_cv_func_gmtime_r=yes
  38029. ac_cv_func_hypot=yes
  38030. ac_cv_func_initgroups=yes
  38031. ac_cv_func_ioctl=yes
  38032. ac_cv_func_isfinite=no
  38033. ac_cv_func_isinf=yes
  38034. ac_cv_func_isnan=yes
  38035. ac_cv_func_issetugid=yes
  38036. ac_cv_func_killpg=yes
  38037. ac_cv_func_lchmod=yes
  38038. ac_cv_func_lchown=yes
  38039. ac_cv_func_lgamma_r=yes
  38040. ac_cv_func_link=yes
  38041. ac_cv_func_llabs=yes
  38042. ac_cv_func_lockf=yes
  38043. ac_cv_func_log2=yes
  38044. ac_cv_func_lstat=yes
  38045. ac_cv_func_malloc_size=yes
  38046. ac_cv_func_malloc_usable_size=no
  38047. ac_cv_func_mblen=yes
  38048. ac_cv_func_memalign=no
  38049. ac_cv_func_memcmp_working=yes
  38050. ac_cv_func_memmem=no
  38051. ac_cv_func_memmove=yes
  38052. ac_cv_func_memrchr=no
  38053. ac_cv_func_memset_s=yes
  38054. ac_cv_func_mkfifo=yes
  38055. ac_cv_func_mknod=yes
  38056. ac_cv_func_mktime=yes
  38057. ac_cv_func_nextafter=yes
  38058. ac_cv_func_pipe2=no
  38059. ac_cv_func_poll=yes
  38060. ac_cv_func_posix_fadvise=no
  38061. ac_cv_func_posix_memalign=yes
  38062. ac_cv_func_ppoll=no
  38063. ac_cv_func_pread=yes
  38064. ac_cv_func_pthread_attr_get_np=no
  38065. ac_cv_func_pthread_attr_getstack=yes
  38066. ac_cv_func_pthread_attr_init=yes
  38067. ac_cv_func_pthread_attr_setinheritsched=yes
  38068. ac_cv_func_pthread_cond_init=yes
  38069. ac_cv_func_pthread_condattr_init=yes
  38070. ac_cv_func_pthread_condattr_setclock=no
  38071. ac_cv_func_pthread_get_stackaddr_np=yes
  38072. ac_cv_func_pthread_get_stacksize_np=yes
  38073. ac_cv_func_pthread_getattr_np=no
  38074. ac_cv_func_pthread_getthrds_np=no
  38075. ac_cv_func_pthread_set_name_np=no
  38076. ac_cv_func_pthread_setname_np=yes
  38077. ac_cv_func_pthread_sigmask=yes
  38078. ac_cv_func_pthread_stackseg_np=no
  38079. ac_cv_func_qsort_r=yes
  38080. ac_cv_func_qsort_s=no
  38081. ac_cv_func_readlink=yes
  38082. ac_cv_func_round=yes
  38083. ac_cv_func_sched_getaffinity=no
  38084. ac_cv_func_sched_yield=yes
  38085. ac_cv_func_seekdir=yes
  38086. ac_cv_func_select_large_fdset=no
  38087. ac_cv_func_sendfile=yes
  38088. ac_cv_func_setcontext=no
  38089. ac_cv_func_setegid=yes
  38090. ac_cv_func_setenv=yes
  38091. ac_cv_func_seteuid=yes
  38092. ac_cv_func_setgid=yes
  38093. ac_cv_func_setgroups=yes
  38094. ac_cv_func_setpgid=yes
  38095. ac_cv_func_setpgrp=yes
  38096. ac_cv_func_setproctitle=no
  38097. ac_cv_func_setregid=yes
  38098. ac_cv_func_setresgid=no
  38099. ac_cv_func_setresuid=no
  38100. ac_cv_func_setreuid=yes
  38101. ac_cv_func_setrgid=yes
  38102. ac_cv_func_setrlimit=yes
  38103. ac_cv_func_setruid=yes
  38104. ac_cv_func_setsid=yes
  38105. ac_cv_func_setuid=yes
  38106. ac_cv_func_shutdown=yes
  38107. ac_cv_func_sigaction=yes
  38108. ac_cv_func_sigaltstack=yes
  38109. ac_cv_func_sigprocmask=yes
  38110. ac_cv_func_sigsetjmp=yes
  38111. ac_cv_func_sinh=yes
  38112. ac_cv_func_spawnv=no
  38113. ac_cv_func_strchr=yes
  38114. ac_cv_func_strerror=yes
  38115. ac_cv_func_strlcat=yes
  38116. ac_cv_func_strlcpy=yes
  38117. ac_cv_func_strstr=yes
  38118. ac_cv_func_symlink=yes
  38119. ac_cv_func_syscall=yes
  38120. ac_cv_func_sysconf=yes
  38121. ac_cv_func_tanh=yes
  38122. ac_cv_func_telldir=yes
  38123. ac_cv_func_tgamma=yes
  38124. ac_cv_func_thr_stksegment=no
  38125. ac_cv_func_timegm=yes
  38126. ac_cv_func_times=yes
  38127. ac_cv_func_timezone=yes
  38128. ac_cv_func_truncate64=no
  38129. ac_cv_func_truncate=yes
  38130. ac_cv_func_unsetenv=yes
  38131. ac_cv_func_utimensat=no
  38132. ac_cv_func_utimes=yes
  38133. ac_cv_func_vfork=no
  38134. ac_cv_func_vfork_works=no
  38135. ac_cv_func_wait4=yes
  38136. ac_cv_func_waitpid=yes
  38137. ac_cv_func_writev=yes
  38138. ac_cv_have_decl_getenv=yes
  38139. ac_cv_have_decl_sys_nerr=yes
  38140. ac_cv_header_a_out_h=no
  38141. ac_cv_header_atomic_h=no
  38142. ac_cv_header_crt_externs_h=yes
  38143. ac_cv_header_direct_h=no
  38144. ac_cv_header_dirent_dirent_h=yes
  38145. ac_cv_header_execinfo_h=yes
  38146. ac_cv_header_fcntl_h=yes
  38147. ac_cv_header_float_h=yes
  38148. ac_cv_header_gmp_h=no
  38149. ac_cv_header_grp_h=yes
  38150. ac_cv_header_ieeefp_h=no
  38151. ac_cv_header_intrinsics_h=no
  38152. ac_cv_header_inttypes_h=yes
  38153. ac_cv_header_langinfo_h=yes
  38154. ac_cv_header_libunwind_h=yes
  38155. ac_cv_header_limits_h=yes
  38156. ac_cv_header_locale_h=yes
  38157. ac_cv_header_malloc_h=no
  38158. ac_cv_header_malloc_malloc_h=yes
  38159. ac_cv_header_malloc_np_h=no
  38160. ac_cv_header_memory_h=yes
  38161. ac_cv_header_minix_config_h=no
  38162. ac_cv_header_net_socket_h=no
  38163. ac_cv_header_process_h=no
  38164. ac_cv_header_pthread_h=yes
  38165. ac_cv_header_pthread_np_h=no
  38166. ac_cv_header_pwd_h=yes
  38167. ac_cv_header_setjmpex_h=no
  38168. ac_cv_header_stdbool_h=yes
  38169. ac_cv_header_stdc=yes
  38170. ac_cv_header_stdint_h=yes
  38171. ac_cv_header_stdlib_h=yes
  38172. ac_cv_header_string_h=yes
  38173. ac_cv_header_strings_h=yes
  38174. ac_cv_header_sys_attr_h=yes
  38175. ac_cv_header_sys_fcntl_h=yes
  38176. ac_cv_header_sys_file_h=yes
  38177. ac_cv_header_sys_id_h=no
  38178. ac_cv_header_sys_ioctl_h=yes
  38179. ac_cv_header_sys_mkdev_h=no
  38180. ac_cv_header_sys_param_h=yes
  38181. ac_cv_header_sys_prctl_h=no
  38182. ac_cv_header_sys_pstat_h=no
  38183. ac_cv_header_sys_resource_h=yes
  38184. ac_cv_header_sys_select_h=yes
  38185. ac_cv_header_sys_sendfile_h=no
  38186. ac_cv_header_sys_socket_h=yes
  38187. ac_cv_header_sys_stat_h=yes
  38188. ac_cv_header_sys_syscall_h=yes
  38189. ac_cv_header_sys_sysmacros_h=no
  38190. ac_cv_header_sys_time_h=yes
  38191. ac_cv_header_sys_times_h=yes
  38192. ac_cv_header_sys_types_h=yes
  38193. ac_cv_header_sys_uio_h=yes
  38194. ac_cv_header_sys_utime_h=no
  38195. ac_cv_header_sys_wait_h=yes
  38196. ac_cv_header_syscall_h=no
  38197. ac_cv_header_time_h=yes
  38198. ac_cv_header_ucontext_h=yes
  38199. ac_cv_header_unistd_h=yes
  38200. ac_cv_header_utime_h=yes
  38201. ac_cv_header_valgrind_memcheck_h=no
  38202. ac_cv_header_vfork_h=no
  38203. ac_cv_host=x86_64-apple-darwin14.5.0
  38204. ac_cv_lib_crypt_crypt=no
  38205. ac_cv_lib_dl_dlopen=yes
  38206. ac_cv_lib_dld_shl_load=no
  38207. ac_cv_lib_execinfo_backtrace=no
  38208. ac_cv_lib_pthread___pthread_kill=yes
  38209. ac_cv_lib_rt_clock_gettime=no
  38210. ac_cv_lib_socket_shutdown=no
  38211. ac_cv_lib_thr___pthread_kill=no
  38212. ac_cv_member_struct_stat_st_atim=no
  38213. ac_cv_member_struct_stat_st_atimensec=no
  38214. ac_cv_member_struct_stat_st_atimespec=yes
  38215. ac_cv_member_struct_stat_st_birthtimespec=yes
  38216. ac_cv_member_struct_stat_st_blksize=yes
  38217. ac_cv_member_struct_stat_st_blocks=yes
  38218. ac_cv_member_struct_stat_st_ctim=no
  38219. ac_cv_member_struct_stat_st_ctimensec=no
  38220. ac_cv_member_struct_stat_st_ctimespec=yes
  38221. ac_cv_member_struct_stat_st_mtim=no
  38222. ac_cv_member_struct_stat_st_mtimensec=no
  38223. ac_cv_member_struct_stat_st_mtimespec=yes
  38224. ac_cv_member_struct_stat_st_rdev=yes
  38225. ac_cv_member_struct_tm_tm_zone=yes
  38226. ac_cv_objext=o
  38227. ac_cv_path_BASERUBY=/usr/bin/ruby
  38228. ac_cv_path_EGREP='/usr/bin/grep -E'
  38229. ac_cv_path_GREP=/usr/bin/grep
  38230. ac_cv_path_NROFF=/usr/bin/nroff
  38231. ac_cv_path_install='/usr/local/opt/coreutils/bin/ginstall -c'
  38232. ac_cv_path_mkdir=/usr/local/opt/coreutils/bin/gmkdir
  38233. ac_cv_prog_CC=gcc
  38234. ac_cv_prog_CPP='gcc -E'
  38235. ac_cv_prog_CXX=g++
  38236. ac_cv_prog_DTRACE=dtrace
  38237. ac_cv_prog_PKG_CONFIG=pkg-config
  38238. ac_cv_prog_ac_ct_AR=ar
  38239. ac_cv_prog_ac_ct_AS=as
  38240. ac_cv_prog_ac_ct_LD=ld
  38241. ac_cv_prog_ac_ct_NM=nm
  38242. ac_cv_prog_ac_ct_RANLIB=ranlib
  38243. ac_cv_prog_ac_ct_STRIP=strip
  38244. ac_cv_prog_cc_c89=
  38245. ac_cv_prog_cc_g=yes
  38246. ac_cv_prog_codesign=codesign
  38247. ac_cv_prog_cxx_g=yes
  38248. ac_cv_prog_gcc_traditional=no
  38249. ac_cv_prog_make_make_set=yes
  38250. ac_cv_safe_to_define___extensions__=yes
  38251. ac_cv_search_opendir='none required'
  38252. ac_cv_sizeof___int128=16
  38253. ac_cv_sizeof___int64=0
  38254. ac_cv_sizeof_clock_t=8
  38255. ac_cv_sizeof_double=8
  38256. ac_cv_sizeof_float=4
  38257. ac_cv_sizeof_int16_t=2
  38258. ac_cv_sizeof_int32_t=4
  38259. ac_cv_sizeof_int64_t=8
  38260. ac_cv_sizeof_int8_t=1
  38261. ac_cv_sizeof_int=4
  38262. ac_cv_sizeof_intptr_t=8
  38263. ac_cv_sizeof_long=8
  38264. ac_cv_sizeof_long_long=8
  38265. ac_cv_sizeof_off_t=8
  38266. ac_cv_sizeof_ptrdiff_t=8
  38267. ac_cv_sizeof_short=2
  38268. ac_cv_sizeof_size_t=8
  38269. ac_cv_sizeof_ssize_t=8
  38270. ac_cv_sizeof_struct_stat_st_blocks=SIZEOF_OFF_T
  38271. ac_cv_sizeof_struct_stat_st_ino=SIZEOF_LONG
  38272. ac_cv_sizeof_struct_stat_st_size=SIZEOF_OFF_T
  38273. ac_cv_sizeof_struct_timeval_tv_sec=SIZEOF_TIME_T
  38274. ac_cv_sizeof_time_t=8
  38275. ac_cv_sizeof_uint16_t=2
  38276. ac_cv_sizeof_uint32_t=4
  38277. ac_cv_sizeof_uint64_t=8
  38278. ac_cv_sizeof_uint8_t=1
  38279. ac_cv_sizeof_uintptr_t=8
  38280. ac_cv_sizeof_voidp=8
  38281. ac_cv_struct_tm=time.h
  38282. ac_cv_sys_file_offset_bits=no
  38283. ac_cv_sys_largefile_CC=no
  38284. ac_cv_target=x86_64-apple-darwin14.5.0
  38285. ac_cv_type__Bool=yes
  38286. ac_cv_type_clockid_t=no
  38287. ac_cv_type_dev_t=yes
  38288. ac_cv_type_fd_mask=yes
  38289. ac_cv_type_getgroups=gid_t
  38290. ac_cv_type_gid_t=yes
  38291. ac_cv_type_long_long=yes
  38292. ac_cv_type_mode_t=yes
  38293. ac_cv_type_off_t=yes
  38294. ac_cv_type_pid_t=yes
  38295. ac_cv_type_rlim_t=yes
  38296. ac_cv_type_sig_t=yes
  38297. ac_cv_type_signal=void
  38298. ac_cv_type_size_t=yes
  38299. ac_cv_type_struct_timespec=yes
  38300. ac_cv_type_struct_timeval=yes
  38301. ac_cv_type_struct_timezone=yes
  38302. ac_cv_type_time_t=yes
  38303. ac_cv_type_uid_t=yes
  38304. ac_cv_working_alloca_h=yes
  38305. rb_cv_ar_D_option=no
  38306. rb_cv_atan2_inf_c99=yes
  38307. rb_cv_binary_elf=no
  38308. rb_cv_broken_backtrace=yes
  38309. rb_cv_broken_crypt=yes
  38310. rb_cv_broken_glibc_ia64_erfc=no
  38311. rb_cv_broken_memmem=yes
  38312. rb_cv_bsd_qsort_r=yes
  38313. rb_cv_builtin___builtin_bswap16=yes
  38314. rb_cv_builtin___builtin_bswap32=yes
  38315. rb_cv_builtin___builtin_bswap64=yes
  38316. rb_cv_builtin___builtin_choose_expr=yes
  38317. rb_cv_builtin___builtin_choose_expr_constant_p=yes
  38318. rb_cv_builtin___builtin_clz=yes
  38319. rb_cv_builtin___builtin_clzl=yes
  38320. rb_cv_builtin___builtin_clzll=yes
  38321. rb_cv_builtin___builtin_constant_p=yes
  38322. rb_cv_builtin___builtin_ctz=yes
  38323. rb_cv_builtin___builtin_ctzll=yes
  38324. rb_cv_builtin___builtin_popcount=yes
  38325. rb_cv_builtin___builtin_popcountll=yes
  38326. rb_cv_builtin___builtin_types_compatible_p=yes
  38327. rb_cv_char_bit=8
  38328. rb_cv_clockid_t_convertible=INT
  38329. rb_cv_cppoutfile=yes
  38330. rb_cv_dev_t_convertible=INT
  38331. rb_cv_dlopen=yes
  38332. rb_cv_dtrace_available='yes(-xnolibs)'
  38333. rb_cv_dynamic_alloca=ok
  38334. rb_cv_enum_over_int=yes
  38335. rb_cv_fork_with_pthread=yes
  38336. rb_cv_func___always_inline__='__attribute__ ((__always_inline__)) x'
  38337. rb_cv_func___builtin_unreachable=yes
  38338. rb_cv_func___const__='__attribute__ ((__const__)) x'
  38339. rb_cv_func___deprecated__='__attribute__ ((__deprecated__)) x'
  38340. rb_cv_func___error__=x
  38341. rb_cv_func___noinline__='__attribute__ ((__noinline__)) x'
  38342. rb_cv_func___noreturn__='__attribute__ ((__noreturn__)) x'
  38343. rb_cv_func___pure__='__attribute__ ((__pure__)) x'
  38344. rb_cv_func___unused__='__attribute__ ((__unused__)) x'
  38345. rb_cv_func___warn_unused_result__='__attribute__ ((__warn_unused_result__)) x'
  38346. rb_cv_func___warning__=x
  38347. rb_cv_func_cdecl='__attribute__ ((__cdecl__)) x'
  38348. rb_cv_func_deprecated_by='__attribute__ ((__deprecated__("by "#n))) x'
  38349. rb_cv_func_exported='__attribute__ ((__visibility__("default")))'
  38350. rb_cv_func_fastcall=x
  38351. rb_cv_func_minimized=x
  38352. rb_cv_func_pthread_setname_np_arguments='(name)'
  38353. rb_cv_func_stdcall=x
  38354. rb_cv_func_timezone_void=yes
  38355. rb_cv_func_unoptimized=x
  38356. rb_cv_func_weak='__attribute__ ((__weak__)) x'
  38357. rb_cv_function_name_string=__func__
  38358. rb_cv_gcc_atomic_builtins=yes
  38359. rb_cv_gcc_function_alias=no
  38360. rb_cv_gcc_sync_builtins=yes
  38361. rb_cv_getcwd_malloc=yes
  38362. rb_cv_gid_t_convertible=UINT
  38363. rb_cv_gnu_qsort_r=no
  38364. rb_cv_have_daylight=yes
  38365. rb_cv_have_prototypes=yes
  38366. rb_cv_have_sc_clk_tck=yes
  38367. rb_cv_have_signbit=yes
  38368. rb_cv_infinity=yes
  38369. rb_cv_large_fd_select=yes
  38370. rb_cv_lgamma_r_pm0=no
  38371. rb_cv_localtime_overflow=yes
  38372. rb_cv_mcontext_t_ptr=yes
  38373. rb_cv_member_struct_tm_tm_gmtoff=yes
  38374. rb_cv_mode_t_convertible=UINT
  38375. rb_cv_nan=yes
  38376. rb_cv_negative_time_t=yes
  38377. rb_cv_off_t_convertible=LL
  38378. rb_cv_packed_struct='x __attribute__((packed))'
  38379. rb_cv_pid_t_convertible=INT
  38380. rb_cv_pri_prefix_long_long=ll
  38381. rb_cv_pri_prefix_ptrdiff_t=t
  38382. rb_cv_pri_prefix_size_t=z
  38383. rb_cv_prog_dtrace_g=no
  38384. rb_cv_prog_gnu_ld=no
  38385. rb_cv_rlim_t_convertible=ULL
  38386. rb_cv_rshift_sign=yes
  38387. rb_cv_scalar_pthread_t=yes
  38388. rb_cv_stack_end_address=no
  38389. rb_cv_stack_grow_dir_x86_64=-1
  38390. rb_cv_stdarg=yes
  38391. rb_cv_string_literal_concatenation=yes
  38392. rb_cv_stringization='#expr'
  38393. rb_cv_symbol_prefix=_
  38394. rb_cv_target_archs=x86_64
  38395. rb_cv_time_t_convertible=LONG
  38396. rb_cv_tokenpaste=ansi
  38397. rb_cv_type_deprecated='x __attribute__ ((__deprecated__ mesg))'
  38398. rb_cv_type_int128_t=__int128
  38399. rb_cv_type_int16_t=yes
  38400. rb_cv_type_int32_t=yes
  38401. rb_cv_type_int64_t=yes
  38402. rb_cv_type_int8_t=yes
  38403. rb_cv_type_intptr_t=yes
  38404. rb_cv_type_ssize_t=yes
  38405. rb_cv_type_uint128_t='unsigned __int128'
  38406. rb_cv_type_uint16_t=yes
  38407. rb_cv_type_uint32_t=yes
  38408. rb_cv_type_uint64_t=yes
  38409. rb_cv_type_uint8_t=yes
  38410. rb_cv_type_uintptr_t=yes
  38411. rb_cv_uid_t_convertible=UINT
  38412. rb_cv_unsetenv_return_value=yes
  38413. rb_cv_va_args_macro=yes
  38414. rb_cv_var_altzone=no
  38415. rb_cv_var_timezone=long
  38416. rb_cv_warnflags='-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens'
  38417. rb_cv_wsuppress_flags=-Qunused-arguments
  38418.  
  38419. ## ----------------- ##
  38420. ## Output variables. ##
  38421. ## ----------------- ##
  38422.  
  38423. $(POSTLINK)'
  38424. ALLOCA=''
  38425. AR='ar'
  38426. ARCHFILE=''
  38427. ARCH_FLAG=''
  38428. ARFLAGS='rcu '
  38429. AS='as'
  38430. ASFLAGS=''
  38431. ASMEXT='S'
  38432. Apple LLVM version 7.0.2 (clang-700.1.81)
  38433. BASERUBY='/usr/bin/ruby --disable=gems'
  38434. BOOTSTRAPRUBY='$(MINIRUBY)'
  38435. BTESTRUBY='$(MINIRUBY)'
  38436. BUILTIN_ENCOBJS=' enc/ascii.$(OBJEXT) enc/us_ascii.$(OBJEXT) enc/unicode.$(OBJEXT) enc/utf_8.$(OBJEXT)'
  38437. BUILTIN_TRANSOBJS=' enc/trans/newline.$(OBJEXT)'
  38438. BUILTIN_TRANSSRCS=' enc/trans/newline.c'
  38439. CAPITARGET='nodoc'
  38440. CC='gcc'
  38441. CCDLFLAGS='-fno-common'
  38442. CC_VERSION='$(CC) --version'
  38443. CC_VERSION_MESSAGE='Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  38444. CFLAGS='${cflags} -fno-common -pipe'
  38445. CHDIR='cd -P'
  38446. COMMON_HEADERS=''
  38447. COMMON_LIBS=''
  38448. COMMON_MACROS=''
  38449. CONFIGURE='configure'
  38450. COUTFLAG='-o '
  38451. CP='cp'
  38452. CPP='$(CC) -E'
  38453. CPPFLAGS=' -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT $(DEFS) ${cppflags}'
  38454. CPPOUTFILE='-o conftest.i'
  38455. CROSS_COMPILING='no'
  38456. CSRCFLAG=''
  38457. CXX='g++'
  38458. CXXFLAGS='${cxxflags}'
  38459. DEFS=''
  38460. DESTDIR=''
  38461. DLDFLAGS='-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib'
  38462. DLDLIBS=''
  38463. DLEXT2=''
  38464. DLEXT='bundle'
  38465. DLLWRAP=''
  38466. DLNOBJ='dln.o'
  38467. DOT=''
  38468. DOXYGEN=''
  38469. DTRACE='dtrace'
  38470. DTRACE_EXT='d'
  38471. DTRACE_OBJ=''
  38472. DTRACE_OPT='-xnolibs'
  38473. DTRACE_REBUILD=''
  38474. ECHO_C='\c'
  38475. ECHO_N=''
  38476. ECHO_T=''
  38477. EGREP='/usr/bin/grep -E'
  38478. ENABLE_SHARED='yes'
  38479. ENCOBJS='dmyenc.$(OBJEXT)'
  38480. ENCSTATIC=''
  38481. EXECUTABLE_EXTS=''
  38482. EXEEXT=''
  38483. EXPORT_PREFIX=''
  38484. EXTDLDFLAGS=''
  38485. EXTLDFLAGS=''
  38486. EXTOBJS='dmyext.$(OBJEXT)'
  38487. EXTOUT='.ext'
  38488. EXTSTATIC=''
  38489. GCC='yes'
  38490. GNU_LD='no'
  38491. GREP='/usr/bin/grep'
  38492. HAVE_BASERUBY='yes'
  38493. INSTALLDOC='nodoc'
  38494. INSTALL_DATA='${INSTALL} -m 644'
  38495. INSTALL_PROGRAM='${INSTALL}'
  38496. INSTALL_SCRIPT='${INSTALL}'
  38497. INSTALL_STATIC_LIBRARY='no'
  38498. LD='ld'
  38499. LDFLAGS='-L. -fstack-protector -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib'
  38500. LDSHARED='$(CC) -dynamic -bundle'
  38501. LDSHAREDXX='$(CXX) -dynamic -bundle'
  38502. LIBEXT='a'
  38503. LIBOBJS=' ${LIBOBJDIR}explicit_bzero$U.o ${LIBOBJDIR}setproctitle$U.o'
  38504. LIBPATHENV='DYLD_LIBRARY_PATH'
  38505. LIBPATHFLAG=' -L%s'
  38506. LIBRUBY='$(LIBRUBY_SO)'
  38507. LIBRUBYARG='$(LIBRUBYARG_SHARED)'
  38508. LIBRUBYARG_SHARED='-l$(RUBY_SO_NAME)'
  38509. LIBRUBYARG_STATIC='-l$(RUBY_SO_NAME)-static -framework CoreFoundation'
  38510. LIBRUBY_A='lib$(RUBY_SO_NAME)-static.a'
  38511. LIBRUBY_ALIASES='lib$(RUBY_BASE_NAME).$(MAJOR).$(MINOR).dylib lib$(RUBY_INSTALL_NAME).dylib'
  38512. LIBRUBY_A_OBJS='$(OBJS)'
  38513. LIBRUBY_DLDFLAGS='-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -install_name $(libdir)/$(LIBRUBY_SO) -compatibility_version $(MAJOR).$(MINOR) -current_version $(RUBY_PROGRAM_VERSION) $(XLDFLAGS)'
  38514. LIBRUBY_LDSHARED='$(CC) -dynamiclib'
  38515. LIBRUBY_RELATIVE='no'
  38516. LIBRUBY_SO='lib$(RUBY_SO_NAME).dylib'
  38517. LIBS='-lpthread -ldl -lobjc'
  38518. LINK_SO='
  38519. LN_S='ln -s'
  38520. LTLIBOBJS=' ${LIBOBJDIR}explicit_bzero$U.lo ${LIBOBJDIR}setproctitle$U.lo'
  38521. MAINLIBS=''
  38522. MAJOR='2'
  38523. MAKEDIRS='/usr/local/opt/coreutils/bin/gmkdir -p'
  38524. MAKEFILES='Makefile GNUmakefile'
  38525. MANTYPE='doc'
  38526. MINIOBJS='dmydln.o'
  38527. MINIRUBY='./miniruby$(EXEEXT) -I$(srcdir)/lib -I. -I$(EXTOUT)/common'
  38528. MINOR='4'
  38529. MKDIR_P='/usr/local/opt/coreutils/bin/gmkdir -p'
  38530. NACL_LIB_PATH=''
  38531. NACL_SDK_ROOT=''
  38532. NACL_SDK_VARIANT=''
  38533. NACL_TOOLCHAIN=''
  38534. NM='nm'
  38535. NROFF='/usr/bin/nroff'
  38536. NULLCMD=':'
  38537. OBJCOPY=':'
  38538. OBJDUMP=''
  38539. OBJEXT='o'
  38540. OUTFLAG='-o '
  38541. PACKAGE='ruby'
  38542. PACKAGE_BUGREPORT=''
  38543. PACKAGE_NAME=''
  38544. PACKAGE_STRING=''
  38545. PACKAGE_TARNAME=''
  38546. PACKAGE_URL=''
  38547. PACKAGE_VERSION=''
  38548. PATH_SEPARATOR=':'
  38549. PKG_CONFIG='pkg-config'
  38550. PLATFORM_DIR=''
  38551. POSTLINK='test -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@'
  38552. PRELOADENV='DYLD_INSERT_LIBRARIES'
  38553. PREP='miniruby$(EXEEXT)'
  38554. PYTHON=''
  38555. RANLIB='ranlib'
  38556. RDOCTARGET='nodoc'
  38557. RI_BASE_NAME='ri'
  38558. RM='rm -f'
  38559. RMALL='rm -fr'
  38560. RMDIR='rmdir'
  38561. RMDIRS='rmdir -p'
  38562. RPATHFLAG=''
  38563. RUBYW_BASE_NAME='rubyw'
  38564. RUBYW_INSTALL_NAME=''
  38565. RUBY_BASE_NAME='ruby'
  38566. RUBY_EXEC_PREFIX='/Users/michael.lilley/.rvm/rubies/ruby-2.4.0'
  38567. RUBY_INSTALL_NAME='$(RUBY_BASE_NAME)'
  38568. RUBY_LIB_VERSION=''
  38569. RUBY_LIB_VERSION_STYLE='3 /* full */'
  38570. RUBY_PROGRAM_VERSION='2.4.0'
  38571. RUBY_SEARCH_PATH=''
  38572. RUBY_SO_NAME='$(RUBY_BASE_NAME).$(RUBY_PROGRAM_VERSION)'
  38573. RUBY_VERSION_NAME='${RUBY_BASE_NAME}-${ruby_version}'
  38574. RUNRUBY='$(RUNRUBY_COMMAND) --'
  38575. RUNRUBY_COMMAND='$(MINIRUBY) $(srcdir)/tool/runruby.rb --extout=$(EXTOUT) $(RUNRUBYOPT)'
  38576. SET_MAKE=''
  38577. SHELL='/bin/sh'
  38578. SOLIBS='$(LIBS)'
  38579. STATIC=''
  38580. STRIP='strip -A -n'
  38581. SYMBOL_PREFIX='_'
  38582. TEENY='0'
  38583. TEST_RUNNABLE='yes'
  38584. THREAD_MODEL='pthread'
  38585. TRY_LINK=''
  38586. Target: x86_64-apple-darwin14.5.0
  38587. Thread model: posix'
  38588. UNIVERSAL_ARCHNAMES=''
  38589. UNIVERSAL_INTS=''
  38590. USE_RUBYGEMS='YES'
  38591. WERRORFLAG='-Werror'
  38592. WINDRES=''
  38593. XCFLAGS='-D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT'
  38594. XLDFLAGS='-fstack-protector -Wl,-u,_objc_msgSend -framework CoreFoundation'
  38595. XRUBY='$(RUNRUBY)'
  38596. XRUBY_LIBDIR=''
  38597. XRUBY_RUBYHDRDIR=''
  38598. XRUBY_RUBYLIBDIR=''
  38599. ac_ct_CC=''
  38600. ac_ct_CXX=''
  38601. ac_ct_OBJCOPY=''
  38602. ac_ct_OBJDUMP=''
  38603. arch='x86_64-darwin14'
  38604. archincludedir='${includedir}/${arch}'
  38605. archlibdir='${libdir}/${arch}'
  38606. bindir='${exec_prefix}/bin'
  38607. build='x86_64-apple-darwin14.5.0'
  38608. build_alias=''
  38609. build_cpu='x86_64'
  38610. build_os='darwin14.5.0'
  38611. build_vendor='apple'
  38612. cflags='${optflags} ${debugflags} ${warnflags}'
  38613. codesign='codesign'
  38614. configure_args=' '\''--prefix=/Users/michael.lilley/.rvm/rubies/ruby-2.4.0'\'' '\''--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba'\'' '\''--disable-install-doc'\'' '\''--enable-shared'\'' '\''CC=gcc'\'''
  38615. cppflags=''
  38616. cxxflags='${optflags} ${debugflags} ${warnflags}'
  38617. datadir='${datarootdir}'
  38618. datarootdir='${prefix}/share'
  38619. debugflags='-ggdb3'
  38620. docdir='${datarootdir}/doc/${PACKAGE}'
  38621. dvidir='${docdir}'
  38622. exec='exec'
  38623. exec_prefix='${prefix}'
  38624. host='x86_64-apple-darwin14.5.0'
  38625. host_alias=''
  38626. host_cpu='x86_64'
  38627. host_os='darwin14.5.0'
  38628. host_vendor='apple'
  38629. htmldir='${docdir}'
  38630. includedir='${prefix}/include'
  38631. infodir='${datarootdir}/info'
  38632. libdir='${exec_prefix}/lib'
  38633. libdirname='libdir'
  38634. libexecdir='${exec_prefix}/libexec'
  38635. localedir='${datarootdir}/locale'
  38636. localstatedir='${prefix}/var'
  38637. mandir='${datarootdir}/man'
  38638. oldincludedir='/usr/include'
  38639. optflags='-O3 -fno-fast-math'
  38640. pdfdir='${docdir}'
  38641. prefix='/Users/michael.lilley/.rvm/rubies/ruby-2.4.0'
  38642. program_transform_name='s&^&&'
  38643. psdir='${docdir}'
  38644. ridir='${datarootdir}/${RI_BASE_NAME}'
  38645. ruby_pc='ruby-2.4.pc'
  38646. ruby_version='2.4.0'
  38647. rubyarchdir='${rubylibdir}/${arch}'
  38648. rubyarchhdrdir='${rubyhdrdir}/${arch}'
  38649. rubyarchprefix='${rubylibprefix}/${arch}'
  38650. rubyhdrdir='${includedir}/${RUBY_VERSION_NAME}'
  38651. rubylibdir='${rubylibprefix}/${ruby_version}'
  38652. rubylibprefix='${libdir}/${RUBY_BASE_NAME}'
  38653. rubysitearchprefix='${rubylibprefix}/${sitearch}'
  38654. rubyw_install_name=''
  38655. sbindir='${exec_prefix}/sbin'
  38656. setup='Setup'
  38657. sharedstatedir='${prefix}/com'
  38658. sitearch='${arch}'
  38659. sitearchdir='${sitelibdir}/${sitearch}'
  38660. sitearchhdrdir='${sitehdrdir}/${sitearch}'
  38661. sitearchincludedir='${includedir}/${sitearch}'
  38662. sitearchlibdir='${libdir}/${sitearch}'
  38663. sitedir='${rubylibprefix}/site_ruby'
  38664. sitehdrdir='${rubyhdrdir}/site_ruby'
  38665. sitelibdir='${sitedir}/${ruby_version}'
  38666. strict_warnflags=''
  38667. sysconfdir='${prefix}/etc'
  38668. target='x86_64-apple-darwin14'
  38669. target_alias=''
  38670. target_cpu='x86_64'
  38671. target_os='darwin14'
  38672. target_vendor='apple'
  38673. try_header=''
  38674. vendorarchdir='${vendorlibdir}/${sitearch}'
  38675. vendorarchhdrdir='${vendorhdrdir}/${sitearch}'
  38676. vendordir='${rubylibprefix}/vendor_ruby'
  38677. vendorhdrdir='${rubyhdrdir}/vendor_ruby'
  38678. vendorlibdir='${vendordir}/${ruby_version}'
  38679. warnflags='-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens'
  38680.  
  38681. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement