Advertisement
Guest User

/usr/obj/nbobj/alfobj/usr/src/netbsd/external/gpl3/gcc/usr

a guest
May 2nd, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 139.29 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by configure, which was
  5. generated by GNU Autoconf 2.64. Invocation command line was
  6.  
  7. $ /usr/src/netbsd/external/gpl3/gcc/dist/libiberty/configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = herpderp
  14. uname -m = x86_64
  15. uname -r = 3.16.0-4-amd64
  16. uname -s = Linux
  17. uname -v = #1 SMP Debian 3.16.7-ckt11-1+deb8u6 (2015-11-09)
  18.  
  19. /usr/bin/uname -p = unknown
  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 = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /home/dogcow/bin
  31. PATH: /usr/pkg/bin
  32. PATH: /usr/pkg/sbin
  33. PATH: /usr/local/bin
  34. PATH: /usr/local/sbin
  35. PATH: /usr/ccs/bin
  36. PATH: /usr/X11/bin
  37. PATH: /usr/X11R6/bin
  38. PATH: /sbin
  39. PATH: /usr/sbin
  40. PATH: /usr/bin
  41. PATH: /usr/ucb
  42. PATH: /bin
  43.  
  44.  
  45. ## ----------- ##
  46. ## Core tests. ##
  47. ## ----------- ##
  48.  
  49. configure:2375: checking whether to enable maintainer-specific portions of Makefiles
  50. configure:2385: result: no
  51. configure:2400: checking for makeinfo
  52. configure:2416: found /usr/bin/makeinfo
  53. configure:2427: result: makeinfo
  54. configure:2467: checking for perl
  55. configure:2483: found /usr/bin/perl
  56. configure:2494: result: perl
  57. configure:2513: checking build system type
  58. configure:2527: result: x86_64-unknown-linux-gnu
  59. configure:2547: checking host system type
  60. configure:2560: result: x86_64-unknown-linux-gnu
  61. configure:2625: checking for ar
  62. configure:2641: found /usr/bin/ar
  63. configure:2652: result: ar
  64. configure:2717: checking for ranlib
  65. configure:2733: found /usr/bin/ranlib
  66. configure:2744: result: ranlib
  67. configure:2789: checking whether to install libiberty headers and static library
  68. configure:2812: result: no
  69. configure:2814: target_header_dir =
  70. configure:2866: checking for gcc
  71. configure:2893: result: cc
  72. configure:3122: checking for C compiler version
  73. configure:3131: cc --version >&5
  74. gcc-4.9.real (Debian 4.9.2-10) 4.9.2
  75. Copyright (C) 2014 Free Software Foundation, Inc.
  76. This is free software; see the source for copying conditions. There is NO
  77. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  78.  
  79. configure:3142: $? = 0
  80. configure:3131: cc -v >&5
  81. Using built-in specs.
  82. COLLECT_GCC=/usr/bin/gcc-4.9.real
  83. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper
  84. Target: x86_64-linux-gnu
  85. Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  86. Thread model: posix
  87. gcc version 4.9.2 (Debian 4.9.2-10)
  88. configure:3142: $? = 0
  89. configure:3131: cc -V >&5
  90. gcc-4.9.real: error: unrecognized command line option '-V'
  91. gcc-4.9.real: fatal error: no input files
  92. compilation terminated.
  93. configure:3142: $? = 4
  94. configure:3131: cc -qversion >&5
  95. gcc-4.9.real: error: unrecognized command line option '-qversion'
  96. gcc-4.9.real: fatal error: no input files
  97. compilation terminated.
  98. configure:3142: $? = 4
  99. configure:3158: cc -o conftest -O conftest.c >&5
  100. configure:3161: $? = 0
  101. configure:3190: checking for C compiler default output file name
  102. configure:3212: cc -O conftest.c >&5
  103. configure:3216: $? = 0
  104. configure:3253: result: a.out
  105. configure:3269: checking whether the C compiler works
  106. configure:3278: ./a.out
  107. configure:3282: $? = 0
  108. configure:3297: result: yes
  109. configure:3304: checking whether we are cross compiling
  110. configure:3306: result: no
  111. configure:3309: checking for suffix of executables
  112. configure:3316: cc -o conftest -O conftest.c >&5
  113. configure:3320: $? = 0
  114. configure:3342: result:
  115. configure:3349: checking for suffix of object files
  116. configure:3371: cc -c -O conftest.c >&5
  117. configure:3375: $? = 0
  118. configure:3396: result: o
  119. configure:3400: checking whether we are using the GNU C compiler
  120. configure:3419: cc -c -O conftest.c >&5
  121. configure:3419: $? = 0
  122. configure:3428: result: yes
  123. configure:3437: checking whether cc accepts -g
  124. configure:3457: cc -c -g conftest.c >&5
  125. configure:3457: $? = 0
  126. configure:3498: result: yes
  127. configure:3515: checking for cc option to accept ISO C89
  128. configure:3579: cc -c -O conftest.c >&5
  129. configure:3579: $? = 0
  130. configure:3592: result: none needed
  131. configure:3620: checking for special C compiler options needed for large files
  132. configure:3665: result: no
  133. configure:3671: checking for _FILE_OFFSET_BITS value needed for large files
  134. configure:3696: cc -c -O conftest.c >&5
  135. configure:3696: $? = 0
  136. configure:3728: result: no
  137. configure:3816: checking how to run the C preprocessor
  138. configure:3847: cc -E conftest.c
  139. configure:3847: $? = 0
  140. configure:3861: cc -E conftest.c
  141. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  142. #include <ac_nonexistent.h>
  143. ^
  144. compilation terminated.
  145. configure:3861: $? = 1
  146. configure: failed program was:
  147. | /* confdefs.h */
  148. | #define PACKAGE_NAME ""
  149. | #define PACKAGE_TARNAME ""
  150. | #define PACKAGE_VERSION ""
  151. | #define PACKAGE_STRING ""
  152. | #define PACKAGE_BUGREPORT ""
  153. | #define PACKAGE_URL ""
  154. | /* end confdefs.h. */
  155. | #include <ac_nonexistent.h>
  156. configure:3886: result: cc -E
  157. configure:3906: cc -E conftest.c
  158. configure:3906: $? = 0
  159. configure:3920: cc -E conftest.c
  160. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  161. #include <ac_nonexistent.h>
  162. ^
  163. compilation terminated.
  164. configure:3920: $? = 1
  165. configure: failed program was:
  166. | /* confdefs.h */
  167. | #define PACKAGE_NAME ""
  168. | #define PACKAGE_TARNAME ""
  169. | #define PACKAGE_VERSION ""
  170. | #define PACKAGE_STRING ""
  171. | #define PACKAGE_BUGREPORT ""
  172. | #define PACKAGE_URL ""
  173. | /* end confdefs.h. */
  174. | #include <ac_nonexistent.h>
  175. configure:3963: checking whether cc supports -W
  176. configure:3980: cc -c -W conftest.c >&5
  177. configure:3980: $? = 0
  178. configure:3989: result: yes
  179. configure:3963: checking whether cc supports -Wall
  180. configure:3980: cc -c -Wall conftest.c >&5
  181. configure:3980: $? = 0
  182. configure:3989: result: yes
  183. configure:3963: checking whether cc supports -Wwrite-strings
  184. configure:3980: cc -c -Wwrite-strings conftest.c >&5
  185. configure:3980: $? = 0
  186. configure:3989: result: yes
  187. configure:3963: checking whether cc supports -Wc++-compat
  188. configure:3980: cc -c -Wc++-compat conftest.c >&5
  189. configure:3980: $? = 0
  190. configure:3989: result: yes
  191. configure:3963: checking whether cc supports -Wstrict-prototypes
  192. configure:3980: cc -c -Wstrict-prototypes conftest.c >&5
  193. conftest.c:11:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  194. main ()
  195. ^
  196. configure:3980: $? = 0
  197. configure:3989: result: yes
  198. configure:4000: checking whether cc supports -pedantic
  199. configure:4018: cc -c -pedantic conftest.c >&5
  200. configure:4018: $? = 0
  201. configure:4026: result: yes
  202. configure:4039: checking whether cc understands -c and -o together
  203. configure:4067: cc -c conftest.c -o conftest2.o >&5
  204. configure:4071: $? = 0
  205. configure:4077: cc -c conftest.c -o conftest2.o >&5
  206. configure:4081: $? = 0
  207. configure:4136: result: yes
  208. configure:4155: checking for an ANSI C-conforming const
  209. configure:4220: cc -c -O conftest.c >&5
  210. configure:4220: $? = 0
  211. configure:4227: result: yes
  212. configure:4235: checking for inline
  213. configure:4251: cc -c -O conftest.c >&5
  214. configure:4251: $? = 0
  215. configure:4259: result: inline
  216. configure:4278: checking for grep that handles long lines and -e
  217. configure:4336: result: /bin/grep
  218. configure:4341: checking for egrep
  219. configure:4403: result: /bin/grep -E
  220. configure:4408: checking for ANSI C header files
  221. configure:4428: cc -c -O conftest.c >&5
  222. configure:4428: $? = 0
  223. configure:4501: cc -o conftest -O conftest.c >&5
  224. configure:4501: $? = 0
  225. configure:4501: ./conftest
  226. configure:4501: $? = 0
  227. configure:4512: result: yes
  228. configure:4525: checking for sys/types.h
  229. configure:4525: cc -E conftest.c
  230. configure:4525: $? = 0
  231. configure:4525: result: yes
  232. configure:4525: checking for sys/stat.h
  233. configure:4525: cc -E conftest.c
  234. configure:4525: $? = 0
  235. configure:4525: result: yes
  236. configure:4525: checking for stdlib.h
  237. configure:4525: cc -E conftest.c
  238. configure:4525: $? = 0
  239. configure:4525: result: yes
  240. configure:4525: checking for string.h
  241. configure:4525: cc -E conftest.c
  242. configure:4525: $? = 0
  243. configure:4525: result: yes
  244. configure:4525: checking for memory.h
  245. configure:4525: cc -E conftest.c
  246. configure:4525: $? = 0
  247. configure:4525: result: yes
  248. configure:4525: checking for strings.h
  249. configure:4525: cc -E conftest.c
  250. configure:4525: $? = 0
  251. configure:4525: result: yes
  252. configure:4525: checking for inttypes.h
  253. configure:4525: cc -E conftest.c
  254. configure:4525: $? = 0
  255. configure:4525: result: yes
  256. configure:4525: checking for stdint.h
  257. configure:4525: cc -E conftest.c
  258. configure:4525: $? = 0
  259. configure:4525: result: yes
  260. configure:4525: checking for unistd.h
  261. configure:4525: cc -E conftest.c
  262. configure:4525: $? = 0
  263. configure:4525: result: yes
  264. configure:4536: checking whether byte ordering is bigendian
  265. configure:4551: cc -c -O conftest.c >&5
  266. conftest.c:20:9: error: unknown type name 'not'
  267. not a universal capable compiler
  268. ^
  269. conftest.c:20:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
  270. not a universal capable compiler
  271. ^
  272. conftest.c:20:15: error: unknown type name 'universal'
  273. configure:4551: $? = 1
  274. configure: failed program was:
  275. | /* confdefs.h */
  276. | #define PACKAGE_NAME ""
  277. | #define PACKAGE_TARNAME ""
  278. | #define PACKAGE_VERSION ""
  279. | #define PACKAGE_STRING ""
  280. | #define PACKAGE_BUGREPORT ""
  281. | #define PACKAGE_URL ""
  282. | #define STDC_HEADERS 1
  283. | #define HAVE_SYS_TYPES_H 1
  284. | #define HAVE_SYS_STAT_H 1
  285. | #define HAVE_STDLIB_H 1
  286. | #define HAVE_STRING_H 1
  287. | #define HAVE_MEMORY_H 1
  288. | #define HAVE_STRINGS_H 1
  289. | #define HAVE_INTTYPES_H 1
  290. | #define HAVE_STDINT_H 1
  291. | #define HAVE_UNISTD_H 1
  292. | /* end confdefs.h. */
  293. | #ifndef __APPLE_CC__
  294. | not a universal capable compiler
  295. | #endif
  296. | typedef int dummy;
  297. |
  298. configure:4596: cc -c -O conftest.c >&5
  299. configure:4596: $? = 0
  300. configure:4614: cc -c -O conftest.c >&5
  301. conftest.c: In function 'main':
  302. conftest.c:26:4: error: unknown type name 'not'
  303. not big endian
  304. ^
  305. conftest.c:26:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
  306. not big endian
  307. ^
  308. configure:4614: $? = 1
  309. configure: failed program was:
  310. | /* confdefs.h */
  311. | #define PACKAGE_NAME ""
  312. | #define PACKAGE_TARNAME ""
  313. | #define PACKAGE_VERSION ""
  314. | #define PACKAGE_STRING ""
  315. | #define PACKAGE_BUGREPORT ""
  316. | #define PACKAGE_URL ""
  317. | #define STDC_HEADERS 1
  318. | #define HAVE_SYS_TYPES_H 1
  319. | #define HAVE_SYS_STAT_H 1
  320. | #define HAVE_STDLIB_H 1
  321. | #define HAVE_STRING_H 1
  322. | #define HAVE_MEMORY_H 1
  323. | #define HAVE_STRINGS_H 1
  324. | #define HAVE_INTTYPES_H 1
  325. | #define HAVE_STDINT_H 1
  326. | #define HAVE_UNISTD_H 1
  327. | /* end confdefs.h. */
  328. | #include <sys/types.h>
  329. | #include <sys/param.h>
  330. |
  331. | int
  332. | main ()
  333. | {
  334. | #if BYTE_ORDER != BIG_ENDIAN
  335. | not big endian
  336. | #endif
  337. |
  338. | ;
  339. | return 0;
  340. | }
  341. configure:4742: result: no
  342. configure:4781: checking for a BSD-compatible install
  343. configure:4849: result: /usr/bin/install -c
  344. configure:5014: checking for sys/file.h
  345. configure:5014: cc -E conftest.c
  346. configure:5014: $? = 0
  347. configure:5014: result: yes
  348. configure:5014: checking for sys/param.h
  349. configure:5014: cc -E conftest.c
  350. configure:5014: $? = 0
  351. configure:5014: result: yes
  352. configure:5014: checking for limits.h
  353. configure:5014: cc -E conftest.c
  354. configure:5014: $? = 0
  355. configure:5014: result: yes
  356. configure:5014: checking for stdlib.h
  357. configure:5014: result: yes
  358. configure:5014: checking for malloc.h
  359. configure:5014: cc -E conftest.c
  360. configure:5014: $? = 0
  361. configure:5014: result: yes
  362. configure:5014: checking for string.h
  363. configure:5014: result: yes
  364. configure:5014: checking for unistd.h
  365. configure:5014: result: yes
  366. configure:5014: checking for strings.h
  367. configure:5014: result: yes
  368. configure:5014: checking for sys/time.h
  369. configure:5014: cc -E conftest.c
  370. configure:5014: $? = 0
  371. configure:5014: result: yes
  372. configure:5014: checking for time.h
  373. configure:5014: cc -E conftest.c
  374. configure:5014: $? = 0
  375. configure:5014: result: yes
  376. configure:5014: checking for sys/resource.h
  377. configure:5014: cc -E conftest.c
  378. configure:5014: $? = 0
  379. configure:5014: result: yes
  380. configure:5014: checking for sys/stat.h
  381. configure:5014: result: yes
  382. configure:5014: checking for sys/mman.h
  383. configure:5014: cc -E conftest.c
  384. configure:5014: $? = 0
  385. configure:5014: result: yes
  386. configure:5014: checking for fcntl.h
  387. configure:5014: cc -E conftest.c
  388. configure:5014: $? = 0
  389. configure:5014: result: yes
  390. configure:5014: checking for alloca.h
  391. configure:5014: cc -E conftest.c
  392. configure:5014: $? = 0
  393. configure:5014: result: yes
  394. configure:5014: checking for sys/pstat.h
  395. configure:5014: cc -E conftest.c
  396. conftest.c:34:23: fatal error: sys/pstat.h: No such file or directory
  397. #include <sys/pstat.h>
  398. ^
  399. compilation terminated.
  400. configure:5014: $? = 1
  401. configure: failed program was:
  402. | /* confdefs.h */
  403. | #define PACKAGE_NAME ""
  404. | #define PACKAGE_TARNAME ""
  405. | #define PACKAGE_VERSION ""
  406. | #define PACKAGE_STRING ""
  407. | #define PACKAGE_BUGREPORT ""
  408. | #define PACKAGE_URL ""
  409. | #define STDC_HEADERS 1
  410. | #define HAVE_SYS_TYPES_H 1
  411. | #define HAVE_SYS_STAT_H 1
  412. | #define HAVE_STDLIB_H 1
  413. | #define HAVE_STRING_H 1
  414. | #define HAVE_MEMORY_H 1
  415. | #define HAVE_STRINGS_H 1
  416. | #define HAVE_INTTYPES_H 1
  417. | #define HAVE_STDINT_H 1
  418. | #define HAVE_UNISTD_H 1
  419. | #define HAVE_SYS_FILE_H 1
  420. | #define HAVE_SYS_PARAM_H 1
  421. | #define HAVE_LIMITS_H 1
  422. | #define HAVE_STDLIB_H 1
  423. | #define HAVE_MALLOC_H 1
  424. | #define HAVE_STRING_H 1
  425. | #define HAVE_UNISTD_H 1
  426. | #define HAVE_STRINGS_H 1
  427. | #define HAVE_SYS_TIME_H 1
  428. | #define HAVE_TIME_H 1
  429. | #define HAVE_SYS_RESOURCE_H 1
  430. | #define HAVE_SYS_STAT_H 1
  431. | #define HAVE_SYS_MMAN_H 1
  432. | #define HAVE_FCNTL_H 1
  433. | #define HAVE_ALLOCA_H 1
  434. | /* end confdefs.h. */
  435. | #include <sys/pstat.h>
  436. configure:5014: result: no
  437. configure:5014: checking for sys/sysmp.h
  438. configure:5014: cc -E conftest.c
  439. conftest.c:34:23: fatal error: sys/sysmp.h: No such file or directory
  440. #include <sys/sysmp.h>
  441. ^
  442. compilation terminated.
  443. configure:5014: $? = 1
  444. configure: failed program was:
  445. | /* confdefs.h */
  446. | #define PACKAGE_NAME ""
  447. | #define PACKAGE_TARNAME ""
  448. | #define PACKAGE_VERSION ""
  449. | #define PACKAGE_STRING ""
  450. | #define PACKAGE_BUGREPORT ""
  451. | #define PACKAGE_URL ""
  452. | #define STDC_HEADERS 1
  453. | #define HAVE_SYS_TYPES_H 1
  454. | #define HAVE_SYS_STAT_H 1
  455. | #define HAVE_STDLIB_H 1
  456. | #define HAVE_STRING_H 1
  457. | #define HAVE_MEMORY_H 1
  458. | #define HAVE_STRINGS_H 1
  459. | #define HAVE_INTTYPES_H 1
  460. | #define HAVE_STDINT_H 1
  461. | #define HAVE_UNISTD_H 1
  462. | #define HAVE_SYS_FILE_H 1
  463. | #define HAVE_SYS_PARAM_H 1
  464. | #define HAVE_LIMITS_H 1
  465. | #define HAVE_STDLIB_H 1
  466. | #define HAVE_MALLOC_H 1
  467. | #define HAVE_STRING_H 1
  468. | #define HAVE_UNISTD_H 1
  469. | #define HAVE_STRINGS_H 1
  470. | #define HAVE_SYS_TIME_H 1
  471. | #define HAVE_TIME_H 1
  472. | #define HAVE_SYS_RESOURCE_H 1
  473. | #define HAVE_SYS_STAT_H 1
  474. | #define HAVE_SYS_MMAN_H 1
  475. | #define HAVE_FCNTL_H 1
  476. | #define HAVE_ALLOCA_H 1
  477. | /* end confdefs.h. */
  478. | #include <sys/sysmp.h>
  479. configure:5014: result: no
  480. configure:5014: checking for sys/sysinfo.h
  481. configure:5014: cc -E conftest.c
  482. configure:5014: $? = 0
  483. configure:5014: result: yes
  484. configure:5014: checking for machine/hal_sysinfo.h
  485. configure:5014: cc -E conftest.c
  486. conftest.c:35:33: fatal error: machine/hal_sysinfo.h: No such file or directory
  487. #include <machine/hal_sysinfo.h>
  488. ^
  489. compilation terminated.
  490. configure:5014: $? = 1
  491. configure: failed program was:
  492. | /* confdefs.h */
  493. | #define PACKAGE_NAME ""
  494. | #define PACKAGE_TARNAME ""
  495. | #define PACKAGE_VERSION ""
  496. | #define PACKAGE_STRING ""
  497. | #define PACKAGE_BUGREPORT ""
  498. | #define PACKAGE_URL ""
  499. | #define STDC_HEADERS 1
  500. | #define HAVE_SYS_TYPES_H 1
  501. | #define HAVE_SYS_STAT_H 1
  502. | #define HAVE_STDLIB_H 1
  503. | #define HAVE_STRING_H 1
  504. | #define HAVE_MEMORY_H 1
  505. | #define HAVE_STRINGS_H 1
  506. | #define HAVE_INTTYPES_H 1
  507. | #define HAVE_STDINT_H 1
  508. | #define HAVE_UNISTD_H 1
  509. | #define HAVE_SYS_FILE_H 1
  510. | #define HAVE_SYS_PARAM_H 1
  511. | #define HAVE_LIMITS_H 1
  512. | #define HAVE_STDLIB_H 1
  513. | #define HAVE_MALLOC_H 1
  514. | #define HAVE_STRING_H 1
  515. | #define HAVE_UNISTD_H 1
  516. | #define HAVE_STRINGS_H 1
  517. | #define HAVE_SYS_TIME_H 1
  518. | #define HAVE_TIME_H 1
  519. | #define HAVE_SYS_RESOURCE_H 1
  520. | #define HAVE_SYS_STAT_H 1
  521. | #define HAVE_SYS_MMAN_H 1
  522. | #define HAVE_FCNTL_H 1
  523. | #define HAVE_ALLOCA_H 1
  524. | #define HAVE_SYS_SYSINFO_H 1
  525. | /* end confdefs.h. */
  526. | #include <machine/hal_sysinfo.h>
  527. configure:5014: result: no
  528. configure:5014: checking for sys/table.h
  529. configure:5014: cc -E conftest.c
  530. conftest.c:35:23: fatal error: sys/table.h: No such file or directory
  531. #include <sys/table.h>
  532. ^
  533. compilation terminated.
  534. configure:5014: $? = 1
  535. configure: failed program was:
  536. | /* confdefs.h */
  537. | #define PACKAGE_NAME ""
  538. | #define PACKAGE_TARNAME ""
  539. | #define PACKAGE_VERSION ""
  540. | #define PACKAGE_STRING ""
  541. | #define PACKAGE_BUGREPORT ""
  542. | #define PACKAGE_URL ""
  543. | #define STDC_HEADERS 1
  544. | #define HAVE_SYS_TYPES_H 1
  545. | #define HAVE_SYS_STAT_H 1
  546. | #define HAVE_STDLIB_H 1
  547. | #define HAVE_STRING_H 1
  548. | #define HAVE_MEMORY_H 1
  549. | #define HAVE_STRINGS_H 1
  550. | #define HAVE_INTTYPES_H 1
  551. | #define HAVE_STDINT_H 1
  552. | #define HAVE_UNISTD_H 1
  553. | #define HAVE_SYS_FILE_H 1
  554. | #define HAVE_SYS_PARAM_H 1
  555. | #define HAVE_LIMITS_H 1
  556. | #define HAVE_STDLIB_H 1
  557. | #define HAVE_MALLOC_H 1
  558. | #define HAVE_STRING_H 1
  559. | #define HAVE_UNISTD_H 1
  560. | #define HAVE_STRINGS_H 1
  561. | #define HAVE_SYS_TIME_H 1
  562. | #define HAVE_TIME_H 1
  563. | #define HAVE_SYS_RESOURCE_H 1
  564. | #define HAVE_SYS_STAT_H 1
  565. | #define HAVE_SYS_MMAN_H 1
  566. | #define HAVE_FCNTL_H 1
  567. | #define HAVE_ALLOCA_H 1
  568. | #define HAVE_SYS_SYSINFO_H 1
  569. | /* end confdefs.h. */
  570. | #include <sys/table.h>
  571. configure:5014: result: no
  572. configure:5014: checking for sys/sysctl.h
  573. configure:5014: cc -E conftest.c
  574. configure:5014: $? = 0
  575. configure:5014: result: yes
  576. configure:5014: checking for sys/systemcfg.h
  577. configure:5014: cc -E conftest.c
  578. conftest.c:36:27: fatal error: sys/systemcfg.h: No such file or directory
  579. #include <sys/systemcfg.h>
  580. ^
  581. compilation terminated.
  582. configure:5014: $? = 1
  583. configure: failed program was:
  584. | /* confdefs.h */
  585. | #define PACKAGE_NAME ""
  586. | #define PACKAGE_TARNAME ""
  587. | #define PACKAGE_VERSION ""
  588. | #define PACKAGE_STRING ""
  589. | #define PACKAGE_BUGREPORT ""
  590. | #define PACKAGE_URL ""
  591. | #define STDC_HEADERS 1
  592. | #define HAVE_SYS_TYPES_H 1
  593. | #define HAVE_SYS_STAT_H 1
  594. | #define HAVE_STDLIB_H 1
  595. | #define HAVE_STRING_H 1
  596. | #define HAVE_MEMORY_H 1
  597. | #define HAVE_STRINGS_H 1
  598. | #define HAVE_INTTYPES_H 1
  599. | #define HAVE_STDINT_H 1
  600. | #define HAVE_UNISTD_H 1
  601. | #define HAVE_SYS_FILE_H 1
  602. | #define HAVE_SYS_PARAM_H 1
  603. | #define HAVE_LIMITS_H 1
  604. | #define HAVE_STDLIB_H 1
  605. | #define HAVE_MALLOC_H 1
  606. | #define HAVE_STRING_H 1
  607. | #define HAVE_UNISTD_H 1
  608. | #define HAVE_STRINGS_H 1
  609. | #define HAVE_SYS_TIME_H 1
  610. | #define HAVE_TIME_H 1
  611. | #define HAVE_SYS_RESOURCE_H 1
  612. | #define HAVE_SYS_STAT_H 1
  613. | #define HAVE_SYS_MMAN_H 1
  614. | #define HAVE_FCNTL_H 1
  615. | #define HAVE_ALLOCA_H 1
  616. | #define HAVE_SYS_SYSINFO_H 1
  617. | #define HAVE_SYS_SYSCTL_H 1
  618. | /* end confdefs.h. */
  619. | #include <sys/systemcfg.h>
  620. configure:5014: result: no
  621. configure:5014: checking for stdint.h
  622. configure:5014: result: yes
  623. configure:5014: checking for stdio_ext.h
  624. configure:5014: cc -E conftest.c
  625. configure:5014: $? = 0
  626. configure:5014: result: yes
  627. configure:5014: checking for process.h
  628. configure:5014: cc -E conftest.c
  629. conftest.c:38:21: fatal error: process.h: No such file or directory
  630. #include <process.h>
  631. ^
  632. compilation terminated.
  633. configure:5014: $? = 1
  634. configure: failed program was:
  635. | /* confdefs.h */
  636. | #define PACKAGE_NAME ""
  637. | #define PACKAGE_TARNAME ""
  638. | #define PACKAGE_VERSION ""
  639. | #define PACKAGE_STRING ""
  640. | #define PACKAGE_BUGREPORT ""
  641. | #define PACKAGE_URL ""
  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 HAVE_SYS_FILE_H 1
  653. | #define HAVE_SYS_PARAM_H 1
  654. | #define HAVE_LIMITS_H 1
  655. | #define HAVE_STDLIB_H 1
  656. | #define HAVE_MALLOC_H 1
  657. | #define HAVE_STRING_H 1
  658. | #define HAVE_UNISTD_H 1
  659. | #define HAVE_STRINGS_H 1
  660. | #define HAVE_SYS_TIME_H 1
  661. | #define HAVE_TIME_H 1
  662. | #define HAVE_SYS_RESOURCE_H 1
  663. | #define HAVE_SYS_STAT_H 1
  664. | #define HAVE_SYS_MMAN_H 1
  665. | #define HAVE_FCNTL_H 1
  666. | #define HAVE_ALLOCA_H 1
  667. | #define HAVE_SYS_SYSINFO_H 1
  668. | #define HAVE_SYS_SYSCTL_H 1
  669. | #define HAVE_STDINT_H 1
  670. | #define HAVE_STDIO_EXT_H 1
  671. | /* end confdefs.h. */
  672. | #include <process.h>
  673. configure:5014: result: no
  674. configure:5014: checking for sys/prctl.h
  675. configure:5014: cc -E conftest.c
  676. configure:5014: $? = 0
  677. configure:5014: result: yes
  678. configure:5024: checking for sys/wait.h that is POSIX.1 compatible
  679. configure:5050: cc -c -O conftest.c >&5
  680. configure:5050: $? = 0
  681. configure:5057: result: yes
  682. configure:5065: checking whether time.h and sys/time.h may both be included
  683. configure:5085: cc -c -O conftest.c >&5
  684. configure:5085: $? = 0
  685. configure:5092: result: yes
  686. configure:5101: checking whether errno must be declared
  687. configure:5117: cc -c -O conftest.c >&5
  688. configure:5117: $? = 0
  689. configure:5124: result: no
  690. configure:5138: checking size of int
  691. configure:5143: cc -o conftest -O conftest.c >&5
  692. configure:5143: $? = 0
  693. configure:5143: ./conftest
  694. configure:5143: $? = 0
  695. configure:5158: result: 4
  696. configure:5172: checking size of long
  697. configure:5177: cc -o conftest -O conftest.c >&5
  698. configure:5177: $? = 0
  699. configure:5177: ./conftest
  700. configure:5177: $? = 0
  701. configure:5192: result: 8
  702. configure:5204: checking for long long
  703. configure:5204: cc -c -O conftest.c >&5
  704. configure:5204: $? = 0
  705. configure:5204: cc -c -O conftest.c >&5
  706. conftest.c: In function 'main':
  707. conftest.c:79:24: error: expected expression before ')' token
  708. if (sizeof ((long long)))
  709. ^
  710. configure:5204: $? = 1
  711. configure: failed program was:
  712. | /* confdefs.h */
  713. | #define PACKAGE_NAME ""
  714. | #define PACKAGE_TARNAME ""
  715. | #define PACKAGE_VERSION ""
  716. | #define PACKAGE_STRING ""
  717. | #define PACKAGE_BUGREPORT ""
  718. | #define PACKAGE_URL ""
  719. | #define STDC_HEADERS 1
  720. | #define HAVE_SYS_TYPES_H 1
  721. | #define HAVE_SYS_STAT_H 1
  722. | #define HAVE_STDLIB_H 1
  723. | #define HAVE_STRING_H 1
  724. | #define HAVE_MEMORY_H 1
  725. | #define HAVE_STRINGS_H 1
  726. | #define HAVE_INTTYPES_H 1
  727. | #define HAVE_STDINT_H 1
  728. | #define HAVE_UNISTD_H 1
  729. | #define HAVE_SYS_FILE_H 1
  730. | #define HAVE_SYS_PARAM_H 1
  731. | #define HAVE_LIMITS_H 1
  732. | #define HAVE_STDLIB_H 1
  733. | #define HAVE_MALLOC_H 1
  734. | #define HAVE_STRING_H 1
  735. | #define HAVE_UNISTD_H 1
  736. | #define HAVE_STRINGS_H 1
  737. | #define HAVE_SYS_TIME_H 1
  738. | #define HAVE_TIME_H 1
  739. | #define HAVE_SYS_RESOURCE_H 1
  740. | #define HAVE_SYS_STAT_H 1
  741. | #define HAVE_SYS_MMAN_H 1
  742. | #define HAVE_FCNTL_H 1
  743. | #define HAVE_ALLOCA_H 1
  744. | #define HAVE_SYS_SYSINFO_H 1
  745. | #define HAVE_SYS_SYSCTL_H 1
  746. | #define HAVE_STDINT_H 1
  747. | #define HAVE_STDIO_EXT_H 1
  748. | #define HAVE_SYS_PRCTL_H 1
  749. | #define HAVE_SYS_WAIT_H 1
  750. | #define TIME_WITH_SYS_TIME 1
  751. | #define SIZEOF_INT 4
  752. | #define SIZEOF_LONG 8
  753. | /* end confdefs.h. */
  754. | #include <stdio.h>
  755. | #ifdef HAVE_SYS_TYPES_H
  756. | # include <sys/types.h>
  757. | #endif
  758. | #ifdef HAVE_SYS_STAT_H
  759. | # include <sys/stat.h>
  760. | #endif
  761. | #ifdef STDC_HEADERS
  762. | # include <stdlib.h>
  763. | # include <stddef.h>
  764. | #else
  765. | # ifdef HAVE_STDLIB_H
  766. | # include <stdlib.h>
  767. | # endif
  768. | #endif
  769. | #ifdef HAVE_STRING_H
  770. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  771. | # include <memory.h>
  772. | # endif
  773. | # include <string.h>
  774. | #endif
  775. | #ifdef HAVE_STRINGS_H
  776. | # include <strings.h>
  777. | #endif
  778. | #ifdef HAVE_INTTYPES_H
  779. | # include <inttypes.h>
  780. | #endif
  781. | #ifdef HAVE_STDINT_H
  782. | # include <stdint.h>
  783. | #endif
  784. | #ifdef HAVE_UNISTD_H
  785. | # include <unistd.h>
  786. | #endif
  787. | int
  788. | main ()
  789. | {
  790. | if (sizeof ((long long)))
  791. | return 0;
  792. | ;
  793. | return 0;
  794. | }
  795. configure:5204: result: yes
  796. configure:5212: checking size of long long
  797. configure:5217: cc -o conftest -O conftest.c >&5
  798. configure:5217: $? = 0
  799. configure:5217: ./conftest
  800. configure:5217: $? = 0
  801. configure:5232: result: 8
  802. configure:5246: checking for a 64-bit type
  803. configure:5264: cc -c -O conftest.c >&5
  804. configure:5264: $? = 0
  805. configure:5314: result: uint64_t
  806. configure:5325: checking for intptr_t
  807. configure:5325: cc -c -O conftest.c >&5
  808. configure:5325: $? = 0
  809. configure:5325: cc -c -O conftest.c >&5
  810. conftest.c: In function 'main':
  811. conftest.c:82:23: error: expected expression before ')' token
  812. if (sizeof ((intptr_t)))
  813. ^
  814. configure:5325: $? = 1
  815. configure: failed program was:
  816. | /* confdefs.h */
  817. | #define PACKAGE_NAME ""
  818. | #define PACKAGE_TARNAME ""
  819. | #define PACKAGE_VERSION ""
  820. | #define PACKAGE_STRING ""
  821. | #define PACKAGE_BUGREPORT ""
  822. | #define PACKAGE_URL ""
  823. | #define STDC_HEADERS 1
  824. | #define HAVE_SYS_TYPES_H 1
  825. | #define HAVE_SYS_STAT_H 1
  826. | #define HAVE_STDLIB_H 1
  827. | #define HAVE_STRING_H 1
  828. | #define HAVE_MEMORY_H 1
  829. | #define HAVE_STRINGS_H 1
  830. | #define HAVE_INTTYPES_H 1
  831. | #define HAVE_STDINT_H 1
  832. | #define HAVE_UNISTD_H 1
  833. | #define HAVE_SYS_FILE_H 1
  834. | #define HAVE_SYS_PARAM_H 1
  835. | #define HAVE_LIMITS_H 1
  836. | #define HAVE_STDLIB_H 1
  837. | #define HAVE_MALLOC_H 1
  838. | #define HAVE_STRING_H 1
  839. | #define HAVE_UNISTD_H 1
  840. | #define HAVE_STRINGS_H 1
  841. | #define HAVE_SYS_TIME_H 1
  842. | #define HAVE_TIME_H 1
  843. | #define HAVE_SYS_RESOURCE_H 1
  844. | #define HAVE_SYS_STAT_H 1
  845. | #define HAVE_SYS_MMAN_H 1
  846. | #define HAVE_FCNTL_H 1
  847. | #define HAVE_ALLOCA_H 1
  848. | #define HAVE_SYS_SYSINFO_H 1
  849. | #define HAVE_SYS_SYSCTL_H 1
  850. | #define HAVE_STDINT_H 1
  851. | #define HAVE_STDIO_EXT_H 1
  852. | #define HAVE_SYS_PRCTL_H 1
  853. | #define HAVE_SYS_WAIT_H 1
  854. | #define TIME_WITH_SYS_TIME 1
  855. | #define SIZEOF_INT 4
  856. | #define SIZEOF_LONG 8
  857. | #define HAVE_LONG_LONG 1
  858. | #define SIZEOF_LONG_LONG 8
  859. | #define UNSIGNED_64BIT_TYPE uint64_t
  860. | /* end confdefs.h. */
  861. | #include <stdio.h>
  862. | #ifdef HAVE_SYS_TYPES_H
  863. | # include <sys/types.h>
  864. | #endif
  865. | #ifdef HAVE_SYS_STAT_H
  866. | # include <sys/stat.h>
  867. | #endif
  868. | #ifdef STDC_HEADERS
  869. | # include <stdlib.h>
  870. | # include <stddef.h>
  871. | #else
  872. | # ifdef HAVE_STDLIB_H
  873. | # include <stdlib.h>
  874. | # endif
  875. | #endif
  876. | #ifdef HAVE_STRING_H
  877. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  878. | # include <memory.h>
  879. | # endif
  880. | # include <string.h>
  881. | #endif
  882. | #ifdef HAVE_STRINGS_H
  883. | # include <strings.h>
  884. | #endif
  885. | #ifdef HAVE_INTTYPES_H
  886. | # include <inttypes.h>
  887. | #endif
  888. | #ifdef HAVE_STDINT_H
  889. | # include <stdint.h>
  890. | #endif
  891. | #ifdef HAVE_UNISTD_H
  892. | # include <unistd.h>
  893. | #endif
  894. | int
  895. | main ()
  896. | {
  897. | if (sizeof ((intptr_t)))
  898. | return 0;
  899. | ;
  900. | return 0;
  901. | }
  902. configure:5325: result: yes
  903. configure:5360: checking for uintptr_t
  904. configure:5360: cc -c -O conftest.c >&5
  905. configure:5360: $? = 0
  906. configure:5360: cc -c -O conftest.c >&5
  907. conftest.c: In function 'main':
  908. conftest.c:83:24: error: expected expression before ')' token
  909. if (sizeof ((uintptr_t)))
  910. ^
  911. configure:5360: $? = 1
  912. configure: failed program was:
  913. | /* confdefs.h */
  914. | #define PACKAGE_NAME ""
  915. | #define PACKAGE_TARNAME ""
  916. | #define PACKAGE_VERSION ""
  917. | #define PACKAGE_STRING ""
  918. | #define PACKAGE_BUGREPORT ""
  919. | #define PACKAGE_URL ""
  920. | #define STDC_HEADERS 1
  921. | #define HAVE_SYS_TYPES_H 1
  922. | #define HAVE_SYS_STAT_H 1
  923. | #define HAVE_STDLIB_H 1
  924. | #define HAVE_STRING_H 1
  925. | #define HAVE_MEMORY_H 1
  926. | #define HAVE_STRINGS_H 1
  927. | #define HAVE_INTTYPES_H 1
  928. | #define HAVE_STDINT_H 1
  929. | #define HAVE_UNISTD_H 1
  930. | #define HAVE_SYS_FILE_H 1
  931. | #define HAVE_SYS_PARAM_H 1
  932. | #define HAVE_LIMITS_H 1
  933. | #define HAVE_STDLIB_H 1
  934. | #define HAVE_MALLOC_H 1
  935. | #define HAVE_STRING_H 1
  936. | #define HAVE_UNISTD_H 1
  937. | #define HAVE_STRINGS_H 1
  938. | #define HAVE_SYS_TIME_H 1
  939. | #define HAVE_TIME_H 1
  940. | #define HAVE_SYS_RESOURCE_H 1
  941. | #define HAVE_SYS_STAT_H 1
  942. | #define HAVE_SYS_MMAN_H 1
  943. | #define HAVE_FCNTL_H 1
  944. | #define HAVE_ALLOCA_H 1
  945. | #define HAVE_SYS_SYSINFO_H 1
  946. | #define HAVE_SYS_SYSCTL_H 1
  947. | #define HAVE_STDINT_H 1
  948. | #define HAVE_STDIO_EXT_H 1
  949. | #define HAVE_SYS_PRCTL_H 1
  950. | #define HAVE_SYS_WAIT_H 1
  951. | #define TIME_WITH_SYS_TIME 1
  952. | #define SIZEOF_INT 4
  953. | #define SIZEOF_LONG 8
  954. | #define HAVE_LONG_LONG 1
  955. | #define SIZEOF_LONG_LONG 8
  956. | #define UNSIGNED_64BIT_TYPE uint64_t
  957. | #define HAVE_INTPTR_T 1
  958. | /* end confdefs.h. */
  959. | #include <stdio.h>
  960. | #ifdef HAVE_SYS_TYPES_H
  961. | # include <sys/types.h>
  962. | #endif
  963. | #ifdef HAVE_SYS_STAT_H
  964. | # include <sys/stat.h>
  965. | #endif
  966. | #ifdef STDC_HEADERS
  967. | # include <stdlib.h>
  968. | # include <stddef.h>
  969. | #else
  970. | # ifdef HAVE_STDLIB_H
  971. | # include <stdlib.h>
  972. | # endif
  973. | #endif
  974. | #ifdef HAVE_STRING_H
  975. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  976. | # include <memory.h>
  977. | # endif
  978. | # include <string.h>
  979. | #endif
  980. | #ifdef HAVE_STRINGS_H
  981. | # include <strings.h>
  982. | #endif
  983. | #ifdef HAVE_INTTYPES_H
  984. | # include <inttypes.h>
  985. | #endif
  986. | #ifdef HAVE_STDINT_H
  987. | # include <stdint.h>
  988. | #endif
  989. | #ifdef HAVE_UNISTD_H
  990. | # include <unistd.h>
  991. | #endif
  992. | int
  993. | main ()
  994. | {
  995. | if (sizeof ((uintptr_t)))
  996. | return 0;
  997. | ;
  998. | return 0;
  999. | }
  1000. configure:5360: result: yes
  1001. configure:5395: checking for ssize_t
  1002. configure:5395: cc -c -O conftest.c >&5
  1003. configure:5395: $? = 0
  1004. configure:5395: cc -c -O conftest.c >&5
  1005. conftest.c: In function 'main':
  1006. conftest.c:84:22: error: expected expression before ')' token
  1007. if (sizeof ((ssize_t)))
  1008. ^
  1009. configure:5395: $? = 1
  1010. configure: failed program was:
  1011. | /* confdefs.h */
  1012. | #define PACKAGE_NAME ""
  1013. | #define PACKAGE_TARNAME ""
  1014. | #define PACKAGE_VERSION ""
  1015. | #define PACKAGE_STRING ""
  1016. | #define PACKAGE_BUGREPORT ""
  1017. | #define PACKAGE_URL ""
  1018. | #define STDC_HEADERS 1
  1019. | #define HAVE_SYS_TYPES_H 1
  1020. | #define HAVE_SYS_STAT_H 1
  1021. | #define HAVE_STDLIB_H 1
  1022. | #define HAVE_STRING_H 1
  1023. | #define HAVE_MEMORY_H 1
  1024. | #define HAVE_STRINGS_H 1
  1025. | #define HAVE_INTTYPES_H 1
  1026. | #define HAVE_STDINT_H 1
  1027. | #define HAVE_UNISTD_H 1
  1028. | #define HAVE_SYS_FILE_H 1
  1029. | #define HAVE_SYS_PARAM_H 1
  1030. | #define HAVE_LIMITS_H 1
  1031. | #define HAVE_STDLIB_H 1
  1032. | #define HAVE_MALLOC_H 1
  1033. | #define HAVE_STRING_H 1
  1034. | #define HAVE_UNISTD_H 1
  1035. | #define HAVE_STRINGS_H 1
  1036. | #define HAVE_SYS_TIME_H 1
  1037. | #define HAVE_TIME_H 1
  1038. | #define HAVE_SYS_RESOURCE_H 1
  1039. | #define HAVE_SYS_STAT_H 1
  1040. | #define HAVE_SYS_MMAN_H 1
  1041. | #define HAVE_FCNTL_H 1
  1042. | #define HAVE_ALLOCA_H 1
  1043. | #define HAVE_SYS_SYSINFO_H 1
  1044. | #define HAVE_SYS_SYSCTL_H 1
  1045. | #define HAVE_STDINT_H 1
  1046. | #define HAVE_STDIO_EXT_H 1
  1047. | #define HAVE_SYS_PRCTL_H 1
  1048. | #define HAVE_SYS_WAIT_H 1
  1049. | #define TIME_WITH_SYS_TIME 1
  1050. | #define SIZEOF_INT 4
  1051. | #define SIZEOF_LONG 8
  1052. | #define HAVE_LONG_LONG 1
  1053. | #define SIZEOF_LONG_LONG 8
  1054. | #define UNSIGNED_64BIT_TYPE uint64_t
  1055. | #define HAVE_INTPTR_T 1
  1056. | #define HAVE_UINTPTR_T 1
  1057. | /* end confdefs.h. */
  1058. | #include <stdio.h>
  1059. | #ifdef HAVE_SYS_TYPES_H
  1060. | # include <sys/types.h>
  1061. | #endif
  1062. | #ifdef HAVE_SYS_STAT_H
  1063. | # include <sys/stat.h>
  1064. | #endif
  1065. | #ifdef STDC_HEADERS
  1066. | # include <stdlib.h>
  1067. | # include <stddef.h>
  1068. | #else
  1069. | # ifdef HAVE_STDLIB_H
  1070. | # include <stdlib.h>
  1071. | # endif
  1072. | #endif
  1073. | #ifdef HAVE_STRING_H
  1074. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1075. | # include <memory.h>
  1076. | # endif
  1077. | # include <string.h>
  1078. | #endif
  1079. | #ifdef HAVE_STRINGS_H
  1080. | # include <strings.h>
  1081. | #endif
  1082. | #ifdef HAVE_INTTYPES_H
  1083. | # include <inttypes.h>
  1084. | #endif
  1085. | #ifdef HAVE_STDINT_H
  1086. | # include <stdint.h>
  1087. | #endif
  1088. | #ifdef HAVE_UNISTD_H
  1089. | # include <unistd.h>
  1090. | #endif
  1091. | int
  1092. | main ()
  1093. | {
  1094. | if (sizeof ((ssize_t)))
  1095. | return 0;
  1096. | ;
  1097. | return 0;
  1098. | }
  1099. configure:5395: result: yes
  1100. configure:5414: checking for pid_t
  1101. configure:5414: cc -c -O conftest.c >&5
  1102. configure:5414: $? = 0
  1103. configure:5414: cc -c -O conftest.c >&5
  1104. conftest.c: In function 'main':
  1105. conftest.c:85:20: error: expected expression before ')' token
  1106. if (sizeof ((pid_t)))
  1107. ^
  1108. configure:5414: $? = 1
  1109. configure: failed program was:
  1110. | /* confdefs.h */
  1111. | #define PACKAGE_NAME ""
  1112. | #define PACKAGE_TARNAME ""
  1113. | #define PACKAGE_VERSION ""
  1114. | #define PACKAGE_STRING ""
  1115. | #define PACKAGE_BUGREPORT ""
  1116. | #define PACKAGE_URL ""
  1117. | #define STDC_HEADERS 1
  1118. | #define HAVE_SYS_TYPES_H 1
  1119. | #define HAVE_SYS_STAT_H 1
  1120. | #define HAVE_STDLIB_H 1
  1121. | #define HAVE_STRING_H 1
  1122. | #define HAVE_MEMORY_H 1
  1123. | #define HAVE_STRINGS_H 1
  1124. | #define HAVE_INTTYPES_H 1
  1125. | #define HAVE_STDINT_H 1
  1126. | #define HAVE_UNISTD_H 1
  1127. | #define HAVE_SYS_FILE_H 1
  1128. | #define HAVE_SYS_PARAM_H 1
  1129. | #define HAVE_LIMITS_H 1
  1130. | #define HAVE_STDLIB_H 1
  1131. | #define HAVE_MALLOC_H 1
  1132. | #define HAVE_STRING_H 1
  1133. | #define HAVE_UNISTD_H 1
  1134. | #define HAVE_STRINGS_H 1
  1135. | #define HAVE_SYS_TIME_H 1
  1136. | #define HAVE_TIME_H 1
  1137. | #define HAVE_SYS_RESOURCE_H 1
  1138. | #define HAVE_SYS_STAT_H 1
  1139. | #define HAVE_SYS_MMAN_H 1
  1140. | #define HAVE_FCNTL_H 1
  1141. | #define HAVE_ALLOCA_H 1
  1142. | #define HAVE_SYS_SYSINFO_H 1
  1143. | #define HAVE_SYS_SYSCTL_H 1
  1144. | #define HAVE_STDINT_H 1
  1145. | #define HAVE_STDIO_EXT_H 1
  1146. | #define HAVE_SYS_PRCTL_H 1
  1147. | #define HAVE_SYS_WAIT_H 1
  1148. | #define TIME_WITH_SYS_TIME 1
  1149. | #define SIZEOF_INT 4
  1150. | #define SIZEOF_LONG 8
  1151. | #define HAVE_LONG_LONG 1
  1152. | #define SIZEOF_LONG_LONG 8
  1153. | #define UNSIGNED_64BIT_TYPE uint64_t
  1154. | #define HAVE_INTPTR_T 1
  1155. | #define HAVE_UINTPTR_T 1
  1156. | #define HAVE_UINTPTR_T 1
  1157. | /* end confdefs.h. */
  1158. | #include <stdio.h>
  1159. | #ifdef HAVE_SYS_TYPES_H
  1160. | # include <sys/types.h>
  1161. | #endif
  1162. | #ifdef HAVE_SYS_STAT_H
  1163. | # include <sys/stat.h>
  1164. | #endif
  1165. | #ifdef STDC_HEADERS
  1166. | # include <stdlib.h>
  1167. | # include <stddef.h>
  1168. | #else
  1169. | # ifdef HAVE_STDLIB_H
  1170. | # include <stdlib.h>
  1171. | # endif
  1172. | #endif
  1173. | #ifdef HAVE_STRING_H
  1174. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1175. | # include <memory.h>
  1176. | # endif
  1177. | # include <string.h>
  1178. | #endif
  1179. | #ifdef HAVE_STRINGS_H
  1180. | # include <strings.h>
  1181. | #endif
  1182. | #ifdef HAVE_INTTYPES_H
  1183. | # include <inttypes.h>
  1184. | #endif
  1185. | #ifdef HAVE_STDINT_H
  1186. | # include <stdint.h>
  1187. | #endif
  1188. | #ifdef HAVE_UNISTD_H
  1189. | # include <unistd.h>
  1190. | #endif
  1191. | int
  1192. | main ()
  1193. | {
  1194. | if (sizeof ((pid_t)))
  1195. | return 0;
  1196. | ;
  1197. | return 0;
  1198. | }
  1199. configure:5414: result: yes
  1200. configure:6080: checking for library containing strerror
  1201. configure:6114: cc -o conftest -O conftest.c >&5
  1202. configure:6114: $? = 0
  1203. configure:6131: result: none required
  1204. configure:6142: checking for asprintf
  1205. configure:6142: cc -o conftest -O conftest.c >&5
  1206. configure:6142: $? = 0
  1207. configure:6142: result: yes
  1208. configure:6142: checking for atexit
  1209. configure:6142: cc -o conftest -O conftest.c >&5
  1210. configure:6142: $? = 0
  1211. configure:6142: result: yes
  1212. configure:6142: checking for basename
  1213. configure:6142: cc -o conftest -O conftest.c >&5
  1214. configure:6142: $? = 0
  1215. configure:6142: result: yes
  1216. configure:6142: checking for bcmp
  1217. configure:6142: cc -o conftest -O conftest.c >&5
  1218. conftest.c:75:6: warning: conflicting types for built-in function 'bcmp'
  1219. char bcmp ();
  1220. ^
  1221. configure:6142: $? = 0
  1222. configure:6142: result: yes
  1223. configure:6142: checking for bcopy
  1224. configure:6142: cc -o conftest -O conftest.c >&5
  1225. conftest.c:76:6: warning: conflicting types for built-in function 'bcopy'
  1226. char bcopy ();
  1227. ^
  1228. configure:6142: $? = 0
  1229. configure:6142: result: yes
  1230. configure:6142: checking for bsearch
  1231. configure:6142: cc -o conftest -O conftest.c >&5
  1232. configure:6142: $? = 0
  1233. configure:6142: result: yes
  1234. configure:6142: checking for bzero
  1235. configure:6142: cc -o conftest -O conftest.c >&5
  1236. conftest.c:78:6: warning: conflicting types for built-in function 'bzero'
  1237. char bzero ();
  1238. ^
  1239. configure:6142: $? = 0
  1240. configure:6142: result: yes
  1241. configure:6142: checking for calloc
  1242. configure:6142: cc -o conftest -O conftest.c >&5
  1243. conftest.c:79:6: warning: conflicting types for built-in function 'calloc'
  1244. char calloc ();
  1245. ^
  1246. configure:6142: $? = 0
  1247. configure:6142: result: yes
  1248. configure:6142: checking for clock
  1249. configure:6142: cc -o conftest -O conftest.c >&5
  1250. configure:6142: $? = 0
  1251. configure:6142: result: yes
  1252. configure:6142: checking for ffs
  1253. configure:6142: cc -o conftest -O conftest.c >&5
  1254. conftest.c:81:6: warning: conflicting types for built-in function 'ffs'
  1255. char ffs ();
  1256. ^
  1257. configure:6142: $? = 0
  1258. configure:6142: result: yes
  1259. configure:6142: checking for getcwd
  1260. configure:6142: cc -o conftest -O conftest.c >&5
  1261. configure:6142: $? = 0
  1262. configure:6142: result: yes
  1263. configure:6142: checking for getpagesize
  1264. configure:6142: cc -o conftest -O conftest.c >&5
  1265. configure:6142: $? = 0
  1266. configure:6142: result: yes
  1267. configure:6142: checking for gettimeofday
  1268. configure:6142: cc -o conftest -O conftest.c >&5
  1269. configure:6142: $? = 0
  1270. configure:6142: result: yes
  1271. configure:6142: checking for index
  1272. configure:6142: cc -o conftest -O conftest.c >&5
  1273. conftest.c:85:6: warning: conflicting types for built-in function 'index'
  1274. char index ();
  1275. ^
  1276. configure:6142: $? = 0
  1277. configure:6142: result: yes
  1278. configure:6142: checking for insque
  1279. configure:6142: cc -o conftest -O conftest.c >&5
  1280. configure:6142: $? = 0
  1281. configure:6142: result: yes
  1282. configure:6142: checking for memchr
  1283. configure:6142: cc -o conftest -O conftest.c >&5
  1284. conftest.c:87:6: warning: conflicting types for built-in function 'memchr'
  1285. char memchr ();
  1286. ^
  1287. configure:6142: $? = 0
  1288. configure:6142: result: yes
  1289. configure:6142: checking for memcmp
  1290. configure:6142: cc -o conftest -O conftest.c >&5
  1291. conftest.c:88:6: warning: conflicting types for built-in function 'memcmp'
  1292. char memcmp ();
  1293. ^
  1294. configure:6142: $? = 0
  1295. configure:6142: result: yes
  1296. configure:6142: checking for memcpy
  1297. configure:6142: cc -o conftest -O conftest.c >&5
  1298. conftest.c:89:6: warning: conflicting types for built-in function 'memcpy'
  1299. char memcpy ();
  1300. ^
  1301. configure:6142: $? = 0
  1302. configure:6142: result: yes
  1303. configure:6142: checking for memmem
  1304. configure:6142: cc -o conftest -O conftest.c >&5
  1305. configure:6142: $? = 0
  1306. configure:6142: result: yes
  1307. configure:6142: checking for memmove
  1308. configure:6142: cc -o conftest -O conftest.c >&5
  1309. conftest.c:91:6: warning: conflicting types for built-in function 'memmove'
  1310. char memmove ();
  1311. ^
  1312. configure:6142: $? = 0
  1313. configure:6142: result: yes
  1314. configure:6142: checking for mempcpy
  1315. configure:6142: cc -o conftest -O conftest.c >&5
  1316. conftest.c:92:6: warning: conflicting types for built-in function 'mempcpy'
  1317. char mempcpy ();
  1318. ^
  1319. configure:6142: $? = 0
  1320. configure:6142: result: yes
  1321. configure:6142: checking for memset
  1322. configure:6142: cc -o conftest -O conftest.c >&5
  1323. conftest.c:93:6: warning: conflicting types for built-in function 'memset'
  1324. char memset ();
  1325. ^
  1326. configure:6142: $? = 0
  1327. configure:6142: result: yes
  1328. configure:6142: checking for mkstemps
  1329. configure:6142: cc -o conftest -O conftest.c >&5
  1330. configure:6142: $? = 0
  1331. configure:6142: result: yes
  1332. configure:6142: checking for putenv
  1333. configure:6142: cc -o conftest -O conftest.c >&5
  1334. configure:6142: $? = 0
  1335. configure:6142: result: yes
  1336. configure:6142: checking for random
  1337. configure:6142: cc -o conftest -O conftest.c >&5
  1338. configure:6142: $? = 0
  1339. configure:6142: result: yes
  1340. configure:6142: checking for rename
  1341. configure:6142: cc -o conftest -O conftest.c >&5
  1342. configure:6142: $? = 0
  1343. configure:6142: result: yes
  1344. configure:6142: checking for rindex
  1345. configure:6142: cc -o conftest -O conftest.c >&5
  1346. conftest.c:98:6: warning: conflicting types for built-in function 'rindex'
  1347. char rindex ();
  1348. ^
  1349. configure:6142: $? = 0
  1350. configure:6142: result: yes
  1351. configure:6142: checking for setenv
  1352. configure:6142: cc -o conftest -O conftest.c >&5
  1353. configure:6142: $? = 0
  1354. configure:6142: result: yes
  1355. configure:6142: checking for snprintf
  1356. configure:6142: cc -o conftest -O conftest.c >&5
  1357. conftest.c:100:6: warning: conflicting types for built-in function 'snprintf'
  1358. char snprintf ();
  1359. ^
  1360. configure:6142: $? = 0
  1361. configure:6142: result: yes
  1362. configure:6142: checking for sigsetmask
  1363. configure:6142: cc -o conftest -O conftest.c >&5
  1364. configure:6142: $? = 0
  1365. configure:6142: result: yes
  1366. configure:6142: checking for stpcpy
  1367. configure:6142: cc -o conftest -O conftest.c >&5
  1368. conftest.c:102:6: warning: conflicting types for built-in function 'stpcpy'
  1369. char stpcpy ();
  1370. ^
  1371. configure:6142: $? = 0
  1372. configure:6142: result: yes
  1373. configure:6142: checking for stpncpy
  1374. configure:6142: cc -o conftest -O conftest.c >&5
  1375. conftest.c:103:6: warning: conflicting types for built-in function 'stpncpy'
  1376. char stpncpy ();
  1377. ^
  1378. configure:6142: $? = 0
  1379. configure:6142: result: yes
  1380. configure:6142: checking for strcasecmp
  1381. configure:6142: cc -o conftest -O conftest.c >&5
  1382. conftest.c:104:6: warning: conflicting types for built-in function 'strcasecmp'
  1383. char strcasecmp ();
  1384. ^
  1385. configure:6142: $? = 0
  1386. configure:6142: result: yes
  1387. configure:6142: checking for strchr
  1388. configure:6142: cc -o conftest -O conftest.c >&5
  1389. conftest.c:105:6: warning: conflicting types for built-in function 'strchr'
  1390. char strchr ();
  1391. ^
  1392. configure:6142: $? = 0
  1393. configure:6142: result: yes
  1394. configure:6142: checking for strdup
  1395. configure:6142: cc -o conftest -O conftest.c >&5
  1396. conftest.c:106:6: warning: conflicting types for built-in function 'strdup'
  1397. char strdup ();
  1398. ^
  1399. configure:6142: $? = 0
  1400. configure:6142: result: yes
  1401. configure:6142: checking for strncasecmp
  1402. configure:6142: cc -o conftest -O conftest.c >&5
  1403. conftest.c:107:6: warning: conflicting types for built-in function 'strncasecmp'
  1404. char strncasecmp ();
  1405. ^
  1406. configure:6142: $? = 0
  1407. configure:6142: result: yes
  1408. configure:6142: checking for strndup
  1409. configure:6142: cc -o conftest -O conftest.c >&5
  1410. conftest.c:108:6: warning: conflicting types for built-in function 'strndup'
  1411. char strndup ();
  1412. ^
  1413. configure:6142: $? = 0
  1414. configure:6142: result: yes
  1415. configure:6142: checking for strnlen
  1416. configure:6142: cc -o conftest -O conftest.c >&5
  1417. configure:6142: $? = 0
  1418. configure:6142: result: yes
  1419. configure:6142: checking for strrchr
  1420. configure:6142: cc -o conftest -O conftest.c >&5
  1421. conftest.c:110:6: warning: conflicting types for built-in function 'strrchr'
  1422. char strrchr ();
  1423. ^
  1424. configure:6142: $? = 0
  1425. configure:6142: result: yes
  1426. configure:6142: checking for strstr
  1427. configure:6142: cc -o conftest -O conftest.c >&5
  1428. conftest.c:111:6: warning: conflicting types for built-in function 'strstr'
  1429. char strstr ();
  1430. ^
  1431. configure:6142: $? = 0
  1432. configure:6142: result: yes
  1433. configure:6142: checking for strtod
  1434. configure:6142: cc -o conftest -O conftest.c >&5
  1435. configure:6142: $? = 0
  1436. configure:6142: result: yes
  1437. configure:6142: checking for strtol
  1438. configure:6142: cc -o conftest -O conftest.c >&5
  1439. configure:6142: $? = 0
  1440. configure:6142: result: yes
  1441. configure:6142: checking for strtoul
  1442. configure:6142: cc -o conftest -O conftest.c >&5
  1443. configure:6142: $? = 0
  1444. configure:6142: result: yes
  1445. configure:6142: checking for strtoll
  1446. configure:6142: cc -o conftest -O conftest.c >&5
  1447. configure:6142: $? = 0
  1448. configure:6142: result: yes
  1449. configure:6142: checking for strtoull
  1450. configure:6142: cc -o conftest -O conftest.c >&5
  1451. configure:6142: $? = 0
  1452. configure:6142: result: yes
  1453. configure:6142: checking for strverscmp
  1454. configure:6142: cc -o conftest -O conftest.c >&5
  1455. configure:6142: $? = 0
  1456. configure:6142: result: yes
  1457. configure:6142: checking for tmpnam
  1458. configure:6142: cc -o conftest -O conftest.c >&5
  1459. /tmp/ccnZL7F7.o: In function `main':
  1460. conftest.c:(.text+0xa): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
  1461. configure:6142: $? = 0
  1462. configure:6142: result: yes
  1463. configure:6142: checking for vasprintf
  1464. configure:6142: cc -o conftest -O conftest.c >&5
  1465. configure:6142: $? = 0
  1466. configure:6142: result: yes
  1467. configure:6142: checking for vfprintf
  1468. configure:6142: cc -o conftest -O conftest.c >&5
  1469. conftest.c:120:6: warning: conflicting types for built-in function 'vfprintf'
  1470. char vfprintf ();
  1471. ^
  1472. configure:6142: $? = 0
  1473. configure:6142: result: yes
  1474. configure:6142: checking for vprintf
  1475. configure:6142: cc -o conftest -O conftest.c >&5
  1476. conftest.c:121:6: warning: conflicting types for built-in function 'vprintf'
  1477. char vprintf ();
  1478. ^
  1479. configure:6142: $? = 0
  1480. configure:6142: result: yes
  1481. configure:6142: checking for vsnprintf
  1482. configure:6142: cc -o conftest -O conftest.c >&5
  1483. conftest.c:122:6: warning: conflicting types for built-in function 'vsnprintf'
  1484. char vsnprintf ();
  1485. ^
  1486. configure:6142: $? = 0
  1487. configure:6142: result: yes
  1488. configure:6142: checking for vsprintf
  1489. configure:6142: cc -o conftest -O conftest.c >&5
  1490. conftest.c:123:6: warning: conflicting types for built-in function 'vsprintf'
  1491. char vsprintf ();
  1492. ^
  1493. configure:6142: $? = 0
  1494. configure:6142: result: yes
  1495. configure:6142: checking for waitpid
  1496. configure:6142: cc -o conftest -O conftest.c >&5
  1497. configure:6142: $? = 0
  1498. configure:6142: result: yes
  1499. configure:6142: checking for setproctitle
  1500. configure:6142: cc -o conftest -O conftest.c >&5
  1501. /tmp/ccuRssIT.o: In function `main':
  1502. conftest.c:(.text+0xa): undefined reference to `setproctitle'
  1503. collect2: error: ld returned 1 exit status
  1504. configure:6142: $? = 1
  1505. configure: failed program was:
  1506. | /* confdefs.h */
  1507. | #define PACKAGE_NAME ""
  1508. | #define PACKAGE_TARNAME ""
  1509. | #define PACKAGE_VERSION ""
  1510. | #define PACKAGE_STRING ""
  1511. | #define PACKAGE_BUGREPORT ""
  1512. | #define PACKAGE_URL ""
  1513. | #define STDC_HEADERS 1
  1514. | #define HAVE_SYS_TYPES_H 1
  1515. | #define HAVE_SYS_STAT_H 1
  1516. | #define HAVE_STDLIB_H 1
  1517. | #define HAVE_STRING_H 1
  1518. | #define HAVE_MEMORY_H 1
  1519. | #define HAVE_STRINGS_H 1
  1520. | #define HAVE_INTTYPES_H 1
  1521. | #define HAVE_STDINT_H 1
  1522. | #define HAVE_UNISTD_H 1
  1523. | #define HAVE_SYS_FILE_H 1
  1524. | #define HAVE_SYS_PARAM_H 1
  1525. | #define HAVE_LIMITS_H 1
  1526. | #define HAVE_STDLIB_H 1
  1527. | #define HAVE_MALLOC_H 1
  1528. | #define HAVE_STRING_H 1
  1529. | #define HAVE_UNISTD_H 1
  1530. | #define HAVE_STRINGS_H 1
  1531. | #define HAVE_SYS_TIME_H 1
  1532. | #define HAVE_TIME_H 1
  1533. | #define HAVE_SYS_RESOURCE_H 1
  1534. | #define HAVE_SYS_STAT_H 1
  1535. | #define HAVE_SYS_MMAN_H 1
  1536. | #define HAVE_FCNTL_H 1
  1537. | #define HAVE_ALLOCA_H 1
  1538. | #define HAVE_SYS_SYSINFO_H 1
  1539. | #define HAVE_SYS_SYSCTL_H 1
  1540. | #define HAVE_STDINT_H 1
  1541. | #define HAVE_STDIO_EXT_H 1
  1542. | #define HAVE_SYS_PRCTL_H 1
  1543. | #define HAVE_SYS_WAIT_H 1
  1544. | #define TIME_WITH_SYS_TIME 1
  1545. | #define SIZEOF_INT 4
  1546. | #define SIZEOF_LONG 8
  1547. | #define HAVE_LONG_LONG 1
  1548. | #define SIZEOF_LONG_LONG 8
  1549. | #define UNSIGNED_64BIT_TYPE uint64_t
  1550. | #define HAVE_INTPTR_T 1
  1551. | #define HAVE_UINTPTR_T 1
  1552. | #define HAVE_UINTPTR_T 1
  1553. | #define HAVE_ASPRINTF 1
  1554. | #define HAVE_ATEXIT 1
  1555. | #define HAVE_BASENAME 1
  1556. | #define HAVE_BCMP 1
  1557. | #define HAVE_BCOPY 1
  1558. | #define HAVE_BSEARCH 1
  1559. | #define HAVE_BZERO 1
  1560. | #define HAVE_CALLOC 1
  1561. | #define HAVE_CLOCK 1
  1562. | #define HAVE_FFS 1
  1563. | #define HAVE_GETCWD 1
  1564. | #define HAVE_GETPAGESIZE 1
  1565. | #define HAVE_GETTIMEOFDAY 1
  1566. | #define HAVE_INDEX 1
  1567. | #define HAVE_INSQUE 1
  1568. | #define HAVE_MEMCHR 1
  1569. | #define HAVE_MEMCMP 1
  1570. | #define HAVE_MEMCPY 1
  1571. | #define HAVE_MEMMEM 1
  1572. | #define HAVE_MEMMOVE 1
  1573. | #define HAVE_MEMPCPY 1
  1574. | #define HAVE_MEMSET 1
  1575. | #define HAVE_MKSTEMPS 1
  1576. | #define HAVE_PUTENV 1
  1577. | #define HAVE_RANDOM 1
  1578. | #define HAVE_RENAME 1
  1579. | #define HAVE_RINDEX 1
  1580. | #define HAVE_SETENV 1
  1581. | #define HAVE_SNPRINTF 1
  1582. | #define HAVE_SIGSETMASK 1
  1583. | #define HAVE_STPCPY 1
  1584. | #define HAVE_STPNCPY 1
  1585. | #define HAVE_STRCASECMP 1
  1586. | #define HAVE_STRCHR 1
  1587. | #define HAVE_STRDUP 1
  1588. | #define HAVE_STRNCASECMP 1
  1589. | #define HAVE_STRNDUP 1
  1590. | #define HAVE_STRNLEN 1
  1591. | #define HAVE_STRRCHR 1
  1592. | #define HAVE_STRSTR 1
  1593. | #define HAVE_STRTOD 1
  1594. | #define HAVE_STRTOL 1
  1595. | #define HAVE_STRTOUL 1
  1596. | #define HAVE_STRTOLL 1
  1597. | #define HAVE_STRTOULL 1
  1598. | #define HAVE_STRVERSCMP 1
  1599. | #define HAVE_TMPNAM 1
  1600. | #define HAVE_VASPRINTF 1
  1601. | #define HAVE_VFPRINTF 1
  1602. | #define HAVE_VPRINTF 1
  1603. | #define HAVE_VSNPRINTF 1
  1604. | #define HAVE_VSPRINTF 1
  1605. | #define HAVE_WAITPID 1
  1606. | /* end confdefs.h. */
  1607. | /* Define setproctitle to an innocuous variant, in case <limits.h> declares setproctitle.
  1608. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1609. | #define setproctitle innocuous_setproctitle
  1610. |
  1611. | /* System header to define __stub macros and hopefully few prototypes,
  1612. | which can conflict with char setproctitle (); below.
  1613. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1614. | <limits.h> exists even on freestanding compilers. */
  1615. |
  1616. | #ifdef __STDC__
  1617. | # include <limits.h>
  1618. | #else
  1619. | # include <assert.h>
  1620. | #endif
  1621. |
  1622. | #undef setproctitle
  1623. |
  1624. | /* Override any GCC internal prototype to avoid an error.
  1625. | Use char because int might match the return type of a GCC
  1626. | builtin and then its argument prototype would still apply. */
  1627. | #ifdef __cplusplus
  1628. | extern "C"
  1629. | #endif
  1630. | char setproctitle ();
  1631. | /* The GNU C library defines this for functions which it implements
  1632. | to always fail with ENOSYS. Some functions are actually named
  1633. | something starting with __ and the normal name is an alias. */
  1634. | #if defined __stub_setproctitle || defined __stub___setproctitle
  1635. | choke me
  1636. | #endif
  1637. |
  1638. | int
  1639. | main ()
  1640. | {
  1641. | return setproctitle ();
  1642. | ;
  1643. | return 0;
  1644. | }
  1645. configure:6142: result: no
  1646. configure:6160: checking whether alloca needs Cray hooks
  1647. configure:6183: result: no
  1648. configure:6201: checking stack direction for C alloca
  1649. configure:6228: cc -o conftest -O conftest.c >&5
  1650. conftest.c: In function 'main':
  1651. conftest.c:116:3: warning: incompatible implicit declaration of built-in function 'exit'
  1652. exit (find_stack_direction() < 0);
  1653. ^
  1654. configure:6228: $? = 0
  1655. configure:6228: ./conftest
  1656. configure:6228: $? = 1
  1657. configure: program exited with status 1
  1658. configure: failed program was:
  1659. | /* confdefs.h */
  1660. | #define PACKAGE_NAME ""
  1661. | #define PACKAGE_TARNAME ""
  1662. | #define PACKAGE_VERSION ""
  1663. | #define PACKAGE_STRING ""
  1664. | #define PACKAGE_BUGREPORT ""
  1665. | #define PACKAGE_URL ""
  1666. | #define STDC_HEADERS 1
  1667. | #define HAVE_SYS_TYPES_H 1
  1668. | #define HAVE_SYS_STAT_H 1
  1669. | #define HAVE_STDLIB_H 1
  1670. | #define HAVE_STRING_H 1
  1671. | #define HAVE_MEMORY_H 1
  1672. | #define HAVE_STRINGS_H 1
  1673. | #define HAVE_INTTYPES_H 1
  1674. | #define HAVE_STDINT_H 1
  1675. | #define HAVE_UNISTD_H 1
  1676. | #define HAVE_SYS_FILE_H 1
  1677. | #define HAVE_SYS_PARAM_H 1
  1678. | #define HAVE_LIMITS_H 1
  1679. | #define HAVE_STDLIB_H 1
  1680. | #define HAVE_MALLOC_H 1
  1681. | #define HAVE_STRING_H 1
  1682. | #define HAVE_UNISTD_H 1
  1683. | #define HAVE_STRINGS_H 1
  1684. | #define HAVE_SYS_TIME_H 1
  1685. | #define HAVE_TIME_H 1
  1686. | #define HAVE_SYS_RESOURCE_H 1
  1687. | #define HAVE_SYS_STAT_H 1
  1688. | #define HAVE_SYS_MMAN_H 1
  1689. | #define HAVE_FCNTL_H 1
  1690. | #define HAVE_ALLOCA_H 1
  1691. | #define HAVE_SYS_SYSINFO_H 1
  1692. | #define HAVE_SYS_SYSCTL_H 1
  1693. | #define HAVE_STDINT_H 1
  1694. | #define HAVE_STDIO_EXT_H 1
  1695. | #define HAVE_SYS_PRCTL_H 1
  1696. | #define HAVE_SYS_WAIT_H 1
  1697. | #define TIME_WITH_SYS_TIME 1
  1698. | #define SIZEOF_INT 4
  1699. | #define SIZEOF_LONG 8
  1700. | #define HAVE_LONG_LONG 1
  1701. | #define SIZEOF_LONG_LONG 8
  1702. | #define UNSIGNED_64BIT_TYPE uint64_t
  1703. | #define HAVE_INTPTR_T 1
  1704. | #define HAVE_UINTPTR_T 1
  1705. | #define HAVE_UINTPTR_T 1
  1706. | #define HAVE_ASPRINTF 1
  1707. | #define HAVE_ATEXIT 1
  1708. | #define HAVE_BASENAME 1
  1709. | #define HAVE_BCMP 1
  1710. | #define HAVE_BCOPY 1
  1711. | #define HAVE_BSEARCH 1
  1712. | #define HAVE_BZERO 1
  1713. | #define HAVE_CALLOC 1
  1714. | #define HAVE_CLOCK 1
  1715. | #define HAVE_FFS 1
  1716. | #define HAVE_GETCWD 1
  1717. | #define HAVE_GETPAGESIZE 1
  1718. | #define HAVE_GETTIMEOFDAY 1
  1719. | #define HAVE_INDEX 1
  1720. | #define HAVE_INSQUE 1
  1721. | #define HAVE_MEMCHR 1
  1722. | #define HAVE_MEMCMP 1
  1723. | #define HAVE_MEMCPY 1
  1724. | #define HAVE_MEMMEM 1
  1725. | #define HAVE_MEMMOVE 1
  1726. | #define HAVE_MEMPCPY 1
  1727. | #define HAVE_MEMSET 1
  1728. | #define HAVE_MKSTEMPS 1
  1729. | #define HAVE_PUTENV 1
  1730. | #define HAVE_RANDOM 1
  1731. | #define HAVE_RENAME 1
  1732. | #define HAVE_RINDEX 1
  1733. | #define HAVE_SETENV 1
  1734. | #define HAVE_SNPRINTF 1
  1735. | #define HAVE_SIGSETMASK 1
  1736. | #define HAVE_STPCPY 1
  1737. | #define HAVE_STPNCPY 1
  1738. | #define HAVE_STRCASECMP 1
  1739. | #define HAVE_STRCHR 1
  1740. | #define HAVE_STRDUP 1
  1741. | #define HAVE_STRNCASECMP 1
  1742. | #define HAVE_STRNDUP 1
  1743. | #define HAVE_STRNLEN 1
  1744. | #define HAVE_STRRCHR 1
  1745. | #define HAVE_STRSTR 1
  1746. | #define HAVE_STRTOD 1
  1747. | #define HAVE_STRTOL 1
  1748. | #define HAVE_STRTOUL 1
  1749. | #define HAVE_STRTOLL 1
  1750. | #define HAVE_STRTOULL 1
  1751. | #define HAVE_STRVERSCMP 1
  1752. | #define HAVE_TMPNAM 1
  1753. | #define HAVE_VASPRINTF 1
  1754. | #define HAVE_VFPRINTF 1
  1755. | #define HAVE_VPRINTF 1
  1756. | #define HAVE_VSNPRINTF 1
  1757. | #define HAVE_VSPRINTF 1
  1758. | #define HAVE_WAITPID 1
  1759. | /* end confdefs.h. */
  1760. | find_stack_direction ()
  1761. | {
  1762. | static char *addr = 0;
  1763. | auto char dummy;
  1764. | if (addr == 0)
  1765. | {
  1766. | addr = &dummy;
  1767. | return find_stack_direction ();
  1768. | }
  1769. | else
  1770. | return (&dummy > addr) ? 1 : -1;
  1771. | }
  1772. | main ()
  1773. | {
  1774. | exit (find_stack_direction() < 0);
  1775. | }
  1776. configure:6238: result: -1
  1777. configure:6248: checking for vfork.h
  1778. configure:6248: cc -E conftest.c
  1779. conftest.c:103:19: fatal error: vfork.h: No such file or directory
  1780. #include <vfork.h>
  1781. ^
  1782. compilation terminated.
  1783. configure:6248: $? = 1
  1784. configure: failed program was:
  1785. | /* confdefs.h */
  1786. | #define PACKAGE_NAME ""
  1787. | #define PACKAGE_TARNAME ""
  1788. | #define PACKAGE_VERSION ""
  1789. | #define PACKAGE_STRING ""
  1790. | #define PACKAGE_BUGREPORT ""
  1791. | #define PACKAGE_URL ""
  1792. | #define STDC_HEADERS 1
  1793. | #define HAVE_SYS_TYPES_H 1
  1794. | #define HAVE_SYS_STAT_H 1
  1795. | #define HAVE_STDLIB_H 1
  1796. | #define HAVE_STRING_H 1
  1797. | #define HAVE_MEMORY_H 1
  1798. | #define HAVE_STRINGS_H 1
  1799. | #define HAVE_INTTYPES_H 1
  1800. | #define HAVE_STDINT_H 1
  1801. | #define HAVE_UNISTD_H 1
  1802. | #define HAVE_SYS_FILE_H 1
  1803. | #define HAVE_SYS_PARAM_H 1
  1804. | #define HAVE_LIMITS_H 1
  1805. | #define HAVE_STDLIB_H 1
  1806. | #define HAVE_MALLOC_H 1
  1807. | #define HAVE_STRING_H 1
  1808. | #define HAVE_UNISTD_H 1
  1809. | #define HAVE_STRINGS_H 1
  1810. | #define HAVE_SYS_TIME_H 1
  1811. | #define HAVE_TIME_H 1
  1812. | #define HAVE_SYS_RESOURCE_H 1
  1813. | #define HAVE_SYS_STAT_H 1
  1814. | #define HAVE_SYS_MMAN_H 1
  1815. | #define HAVE_FCNTL_H 1
  1816. | #define HAVE_ALLOCA_H 1
  1817. | #define HAVE_SYS_SYSINFO_H 1
  1818. | #define HAVE_SYS_SYSCTL_H 1
  1819. | #define HAVE_STDINT_H 1
  1820. | #define HAVE_STDIO_EXT_H 1
  1821. | #define HAVE_SYS_PRCTL_H 1
  1822. | #define HAVE_SYS_WAIT_H 1
  1823. | #define TIME_WITH_SYS_TIME 1
  1824. | #define SIZEOF_INT 4
  1825. | #define SIZEOF_LONG 8
  1826. | #define HAVE_LONG_LONG 1
  1827. | #define SIZEOF_LONG_LONG 8
  1828. | #define UNSIGNED_64BIT_TYPE uint64_t
  1829. | #define HAVE_INTPTR_T 1
  1830. | #define HAVE_UINTPTR_T 1
  1831. | #define HAVE_UINTPTR_T 1
  1832. | #define HAVE_ASPRINTF 1
  1833. | #define HAVE_ATEXIT 1
  1834. | #define HAVE_BASENAME 1
  1835. | #define HAVE_BCMP 1
  1836. | #define HAVE_BCOPY 1
  1837. | #define HAVE_BSEARCH 1
  1838. | #define HAVE_BZERO 1
  1839. | #define HAVE_CALLOC 1
  1840. | #define HAVE_CLOCK 1
  1841. | #define HAVE_FFS 1
  1842. | #define HAVE_GETCWD 1
  1843. | #define HAVE_GETPAGESIZE 1
  1844. | #define HAVE_GETTIMEOFDAY 1
  1845. | #define HAVE_INDEX 1
  1846. | #define HAVE_INSQUE 1
  1847. | #define HAVE_MEMCHR 1
  1848. | #define HAVE_MEMCMP 1
  1849. | #define HAVE_MEMCPY 1
  1850. | #define HAVE_MEMMEM 1
  1851. | #define HAVE_MEMMOVE 1
  1852. | #define HAVE_MEMPCPY 1
  1853. | #define HAVE_MEMSET 1
  1854. | #define HAVE_MKSTEMPS 1
  1855. | #define HAVE_PUTENV 1
  1856. | #define HAVE_RANDOM 1
  1857. | #define HAVE_RENAME 1
  1858. | #define HAVE_RINDEX 1
  1859. | #define HAVE_SETENV 1
  1860. | #define HAVE_SNPRINTF 1
  1861. | #define HAVE_SIGSETMASK 1
  1862. | #define HAVE_STPCPY 1
  1863. | #define HAVE_STPNCPY 1
  1864. | #define HAVE_STRCASECMP 1
  1865. | #define HAVE_STRCHR 1
  1866. | #define HAVE_STRDUP 1
  1867. | #define HAVE_STRNCASECMP 1
  1868. | #define HAVE_STRNDUP 1
  1869. | #define HAVE_STRNLEN 1
  1870. | #define HAVE_STRRCHR 1
  1871. | #define HAVE_STRSTR 1
  1872. | #define HAVE_STRTOD 1
  1873. | #define HAVE_STRTOL 1
  1874. | #define HAVE_STRTOUL 1
  1875. | #define HAVE_STRTOLL 1
  1876. | #define HAVE_STRTOULL 1
  1877. | #define HAVE_STRVERSCMP 1
  1878. | #define HAVE_TMPNAM 1
  1879. | #define HAVE_VASPRINTF 1
  1880. | #define HAVE_VFPRINTF 1
  1881. | #define HAVE_VPRINTF 1
  1882. | #define HAVE_VSNPRINTF 1
  1883. | #define HAVE_VSPRINTF 1
  1884. | #define HAVE_WAITPID 1
  1885. | #define STACK_DIRECTION -1
  1886. | /* end confdefs.h. */
  1887. | #include <vfork.h>
  1888. configure:6248: result: no
  1889. configure:6260: checking for fork
  1890. configure:6260: cc -o conftest -O conftest.c >&5
  1891. conftest.c:126:6: warning: conflicting types for built-in function 'fork'
  1892. char fork ();
  1893. ^
  1894. configure:6260: $? = 0
  1895. configure:6260: result: yes
  1896. configure:6260: checking for vfork
  1897. configure:6260: cc -o conftest -O conftest.c >&5
  1898. configure:6260: $? = 0
  1899. configure:6260: result: yes
  1900. configure:6271: checking for working fork
  1901. configure:6293: cc -o conftest -O conftest.c >&5
  1902. configure:6293: $? = 0
  1903. configure:6293: ./conftest
  1904. configure:6293: $? = 0
  1905. configure:6303: result: yes
  1906. configure:6324: checking for working vfork
  1907. configure:6434: result: yes
  1908. configure:6493: checking for _doprnt
  1909. configure:6493: cc -o conftest -O conftest.c >&5
  1910. /tmp/ccFrlDTj.o: In function `main':
  1911. conftest.c:(.text+0xa): undefined reference to `_doprnt'
  1912. collect2: error: ld returned 1 exit status
  1913. configure:6493: $? = 1
  1914. configure: failed program was:
  1915. | /* confdefs.h */
  1916. | #define PACKAGE_NAME ""
  1917. | #define PACKAGE_TARNAME ""
  1918. | #define PACKAGE_VERSION ""
  1919. | #define PACKAGE_STRING ""
  1920. | #define PACKAGE_BUGREPORT ""
  1921. | #define PACKAGE_URL ""
  1922. | #define STDC_HEADERS 1
  1923. | #define HAVE_SYS_TYPES_H 1
  1924. | #define HAVE_SYS_STAT_H 1
  1925. | #define HAVE_STDLIB_H 1
  1926. | #define HAVE_STRING_H 1
  1927. | #define HAVE_MEMORY_H 1
  1928. | #define HAVE_STRINGS_H 1
  1929. | #define HAVE_INTTYPES_H 1
  1930. | #define HAVE_STDINT_H 1
  1931. | #define HAVE_UNISTD_H 1
  1932. | #define HAVE_SYS_FILE_H 1
  1933. | #define HAVE_SYS_PARAM_H 1
  1934. | #define HAVE_LIMITS_H 1
  1935. | #define HAVE_STDLIB_H 1
  1936. | #define HAVE_MALLOC_H 1
  1937. | #define HAVE_STRING_H 1
  1938. | #define HAVE_UNISTD_H 1
  1939. | #define HAVE_STRINGS_H 1
  1940. | #define HAVE_SYS_TIME_H 1
  1941. | #define HAVE_TIME_H 1
  1942. | #define HAVE_SYS_RESOURCE_H 1
  1943. | #define HAVE_SYS_STAT_H 1
  1944. | #define HAVE_SYS_MMAN_H 1
  1945. | #define HAVE_FCNTL_H 1
  1946. | #define HAVE_ALLOCA_H 1
  1947. | #define HAVE_SYS_SYSINFO_H 1
  1948. | #define HAVE_SYS_SYSCTL_H 1
  1949. | #define HAVE_STDINT_H 1
  1950. | #define HAVE_STDIO_EXT_H 1
  1951. | #define HAVE_SYS_PRCTL_H 1
  1952. | #define HAVE_SYS_WAIT_H 1
  1953. | #define TIME_WITH_SYS_TIME 1
  1954. | #define SIZEOF_INT 4
  1955. | #define SIZEOF_LONG 8
  1956. | #define HAVE_LONG_LONG 1
  1957. | #define SIZEOF_LONG_LONG 8
  1958. | #define UNSIGNED_64BIT_TYPE uint64_t
  1959. | #define HAVE_INTPTR_T 1
  1960. | #define HAVE_UINTPTR_T 1
  1961. | #define HAVE_UINTPTR_T 1
  1962. | #define HAVE_ASPRINTF 1
  1963. | #define HAVE_ATEXIT 1
  1964. | #define HAVE_BASENAME 1
  1965. | #define HAVE_BCMP 1
  1966. | #define HAVE_BCOPY 1
  1967. | #define HAVE_BSEARCH 1
  1968. | #define HAVE_BZERO 1
  1969. | #define HAVE_CALLOC 1
  1970. | #define HAVE_CLOCK 1
  1971. | #define HAVE_FFS 1
  1972. | #define HAVE_GETCWD 1
  1973. | #define HAVE_GETPAGESIZE 1
  1974. | #define HAVE_GETTIMEOFDAY 1
  1975. | #define HAVE_INDEX 1
  1976. | #define HAVE_INSQUE 1
  1977. | #define HAVE_MEMCHR 1
  1978. | #define HAVE_MEMCMP 1
  1979. | #define HAVE_MEMCPY 1
  1980. | #define HAVE_MEMMEM 1
  1981. | #define HAVE_MEMMOVE 1
  1982. | #define HAVE_MEMPCPY 1
  1983. | #define HAVE_MEMSET 1
  1984. | #define HAVE_MKSTEMPS 1
  1985. | #define HAVE_PUTENV 1
  1986. | #define HAVE_RANDOM 1
  1987. | #define HAVE_RENAME 1
  1988. | #define HAVE_RINDEX 1
  1989. | #define HAVE_SETENV 1
  1990. | #define HAVE_SNPRINTF 1
  1991. | #define HAVE_SIGSETMASK 1
  1992. | #define HAVE_STPCPY 1
  1993. | #define HAVE_STPNCPY 1
  1994. | #define HAVE_STRCASECMP 1
  1995. | #define HAVE_STRCHR 1
  1996. | #define HAVE_STRDUP 1
  1997. | #define HAVE_STRNCASECMP 1
  1998. | #define HAVE_STRNDUP 1
  1999. | #define HAVE_STRNLEN 1
  2000. | #define HAVE_STRRCHR 1
  2001. | #define HAVE_STRSTR 1
  2002. | #define HAVE_STRTOD 1
  2003. | #define HAVE_STRTOL 1
  2004. | #define HAVE_STRTOUL 1
  2005. | #define HAVE_STRTOLL 1
  2006. | #define HAVE_STRTOULL 1
  2007. | #define HAVE_STRVERSCMP 1
  2008. | #define HAVE_TMPNAM 1
  2009. | #define HAVE_VASPRINTF 1
  2010. | #define HAVE_VFPRINTF 1
  2011. | #define HAVE_VPRINTF 1
  2012. | #define HAVE_VSNPRINTF 1
  2013. | #define HAVE_VSPRINTF 1
  2014. | #define HAVE_WAITPID 1
  2015. | #define STACK_DIRECTION -1
  2016. | #define HAVE_FORK 1
  2017. | #define HAVE_VFORK 1
  2018. | #define HAVE_WORKING_VFORK 1
  2019. | #define HAVE_WORKING_FORK 1
  2020. | /* end confdefs.h. */
  2021. | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
  2022. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2023. | #define _doprnt innocuous__doprnt
  2024. |
  2025. | /* System header to define __stub macros and hopefully few prototypes,
  2026. | which can conflict with char _doprnt (); below.
  2027. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2028. | <limits.h> exists even on freestanding compilers. */
  2029. |
  2030. | #ifdef __STDC__
  2031. | # include <limits.h>
  2032. | #else
  2033. | # include <assert.h>
  2034. | #endif
  2035. |
  2036. | #undef _doprnt
  2037. |
  2038. | /* Override any GCC internal prototype to avoid an error.
  2039. | Use char because int might match the return type of a GCC
  2040. | builtin and then its argument prototype would still apply. */
  2041. | #ifdef __cplusplus
  2042. | extern "C"
  2043. | #endif
  2044. | char _doprnt ();
  2045. | /* The GNU C library defines this for functions which it implements
  2046. | to always fail with ENOSYS. Some functions are actually named
  2047. | something starting with __ and the normal name is an alias. */
  2048. | #if defined __stub__doprnt || defined __stub____doprnt
  2049. | choke me
  2050. | #endif
  2051. |
  2052. | int
  2053. | main ()
  2054. | {
  2055. | return _doprnt ();
  2056. | ;
  2057. | return 0;
  2058. | }
  2059. configure:6493: result: no
  2060. configure:6505: checking for sys_errlist
  2061. configure:6524: cc -o conftest -O conftest.c >&5
  2062. /tmp/cctYGuBp.o: In function `main':
  2063. conftest.c:(.text+0x7): warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead
  2064. configure:6524: $? = 0
  2065. configure:6534: result: yes
  2066. configure:6505: checking for sys_nerr
  2067. configure:6524: cc -o conftest -O conftest.c >&5
  2068. /tmp/ccdtXSty.o: In function `main':
  2069. conftest.c:(.text+0x7): warning: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead
  2070. configure:6524: $? = 0
  2071. configure:6534: result: yes
  2072. configure:6505: checking for sys_siglist
  2073. configure:6524: cc -o conftest -O conftest.c >&5
  2074. configure:6524: $? = 0
  2075. configure:6534: result: yes
  2076. configure:6549: checking for external symbol _system_configuration
  2077. configure:6562: cc -c -O conftest.c >&5
  2078. conftest.c:110:27: fatal error: sys/systemcfg.h: No such file or directory
  2079. #include <sys/systemcfg.h>
  2080. ^
  2081. compilation terminated.
  2082. configure:6562: $? = 1
  2083. configure: failed program was:
  2084. | /* confdefs.h */
  2085. | #define PACKAGE_NAME ""
  2086. | #define PACKAGE_TARNAME ""
  2087. | #define PACKAGE_VERSION ""
  2088. | #define PACKAGE_STRING ""
  2089. | #define PACKAGE_BUGREPORT ""
  2090. | #define PACKAGE_URL ""
  2091. | #define STDC_HEADERS 1
  2092. | #define HAVE_SYS_TYPES_H 1
  2093. | #define HAVE_SYS_STAT_H 1
  2094. | #define HAVE_STDLIB_H 1
  2095. | #define HAVE_STRING_H 1
  2096. | #define HAVE_MEMORY_H 1
  2097. | #define HAVE_STRINGS_H 1
  2098. | #define HAVE_INTTYPES_H 1
  2099. | #define HAVE_STDINT_H 1
  2100. | #define HAVE_UNISTD_H 1
  2101. | #define HAVE_SYS_FILE_H 1
  2102. | #define HAVE_SYS_PARAM_H 1
  2103. | #define HAVE_LIMITS_H 1
  2104. | #define HAVE_STDLIB_H 1
  2105. | #define HAVE_MALLOC_H 1
  2106. | #define HAVE_STRING_H 1
  2107. | #define HAVE_UNISTD_H 1
  2108. | #define HAVE_STRINGS_H 1
  2109. | #define HAVE_SYS_TIME_H 1
  2110. | #define HAVE_TIME_H 1
  2111. | #define HAVE_SYS_RESOURCE_H 1
  2112. | #define HAVE_SYS_STAT_H 1
  2113. | #define HAVE_SYS_MMAN_H 1
  2114. | #define HAVE_FCNTL_H 1
  2115. | #define HAVE_ALLOCA_H 1
  2116. | #define HAVE_SYS_SYSINFO_H 1
  2117. | #define HAVE_SYS_SYSCTL_H 1
  2118. | #define HAVE_STDINT_H 1
  2119. | #define HAVE_STDIO_EXT_H 1
  2120. | #define HAVE_SYS_PRCTL_H 1
  2121. | #define HAVE_SYS_WAIT_H 1
  2122. | #define TIME_WITH_SYS_TIME 1
  2123. | #define SIZEOF_INT 4
  2124. | #define SIZEOF_LONG 8
  2125. | #define HAVE_LONG_LONG 1
  2126. | #define SIZEOF_LONG_LONG 8
  2127. | #define UNSIGNED_64BIT_TYPE uint64_t
  2128. | #define HAVE_INTPTR_T 1
  2129. | #define HAVE_UINTPTR_T 1
  2130. | #define HAVE_UINTPTR_T 1
  2131. | #define HAVE_ASPRINTF 1
  2132. | #define HAVE_ATEXIT 1
  2133. | #define HAVE_BASENAME 1
  2134. | #define HAVE_BCMP 1
  2135. | #define HAVE_BCOPY 1
  2136. | #define HAVE_BSEARCH 1
  2137. | #define HAVE_BZERO 1
  2138. | #define HAVE_CALLOC 1
  2139. | #define HAVE_CLOCK 1
  2140. | #define HAVE_FFS 1
  2141. | #define HAVE_GETCWD 1
  2142. | #define HAVE_GETPAGESIZE 1
  2143. | #define HAVE_GETTIMEOFDAY 1
  2144. | #define HAVE_INDEX 1
  2145. | #define HAVE_INSQUE 1
  2146. | #define HAVE_MEMCHR 1
  2147. | #define HAVE_MEMCMP 1
  2148. | #define HAVE_MEMCPY 1
  2149. | #define HAVE_MEMMEM 1
  2150. | #define HAVE_MEMMOVE 1
  2151. | #define HAVE_MEMPCPY 1
  2152. | #define HAVE_MEMSET 1
  2153. | #define HAVE_MKSTEMPS 1
  2154. | #define HAVE_PUTENV 1
  2155. | #define HAVE_RANDOM 1
  2156. | #define HAVE_RENAME 1
  2157. | #define HAVE_RINDEX 1
  2158. | #define HAVE_SETENV 1
  2159. | #define HAVE_SNPRINTF 1
  2160. | #define HAVE_SIGSETMASK 1
  2161. | #define HAVE_STPCPY 1
  2162. | #define HAVE_STPNCPY 1
  2163. | #define HAVE_STRCASECMP 1
  2164. | #define HAVE_STRCHR 1
  2165. | #define HAVE_STRDUP 1
  2166. | #define HAVE_STRNCASECMP 1
  2167. | #define HAVE_STRNDUP 1
  2168. | #define HAVE_STRNLEN 1
  2169. | #define HAVE_STRRCHR 1
  2170. | #define HAVE_STRSTR 1
  2171. | #define HAVE_STRTOD 1
  2172. | #define HAVE_STRTOL 1
  2173. | #define HAVE_STRTOUL 1
  2174. | #define HAVE_STRTOLL 1
  2175. | #define HAVE_STRTOULL 1
  2176. | #define HAVE_STRVERSCMP 1
  2177. | #define HAVE_TMPNAM 1
  2178. | #define HAVE_VASPRINTF 1
  2179. | #define HAVE_VFPRINTF 1
  2180. | #define HAVE_VPRINTF 1
  2181. | #define HAVE_VSNPRINTF 1
  2182. | #define HAVE_VSPRINTF 1
  2183. | #define HAVE_WAITPID 1
  2184. | #define STACK_DIRECTION -1
  2185. | #define HAVE_FORK 1
  2186. | #define HAVE_VFORK 1
  2187. | #define HAVE_WORKING_VFORK 1
  2188. | #define HAVE_WORKING_FORK 1
  2189. | #define HAVE_SYS_ERRLIST 1
  2190. | #define HAVE_SYS_NERR 1
  2191. | #define HAVE_SYS_SIGLIST 1
  2192. | /* end confdefs.h. */
  2193. | #include <sys/systemcfg.h>
  2194. | int
  2195. | main ()
  2196. | {
  2197. | double x = _system_configuration.physmem;
  2198. | ;
  2199. | return 0;
  2200. | }
  2201. configure:6569: result: no
  2202. configure:6577: checking for __fsetlocking
  2203. configure:6577: cc -o conftest -O conftest.c >&5
  2204. configure:6577: $? = 0
  2205. configure:6577: result: yes
  2206. configure:6577: checking for canonicalize_file_name
  2207. configure:6577: cc -o conftest -O conftest.c >&5
  2208. configure:6577: $? = 0
  2209. configure:6577: result: yes
  2210. configure:6577: checking for dup3
  2211. configure:6577: cc -o conftest -O conftest.c >&5
  2212. configure:6577: $? = 0
  2213. configure:6577: result: yes
  2214. configure:6577: checking for getrlimit
  2215. configure:6577: cc -o conftest -O conftest.c >&5
  2216. configure:6577: $? = 0
  2217. configure:6577: result: yes
  2218. configure:6577: checking for getrusage
  2219. configure:6577: cc -o conftest -O conftest.c >&5
  2220. configure:6577: $? = 0
  2221. configure:6577: result: yes
  2222. configure:6577: checking for getsysinfo
  2223. configure:6577: cc -o conftest -O conftest.c >&5
  2224. /tmp/ccAJSBd7.o: In function `main':
  2225. conftest.c:(.text+0xa): undefined reference to `getsysinfo'
  2226. collect2: error: ld returned 1 exit status
  2227. configure:6577: $? = 1
  2228. configure: failed program was:
  2229. | /* confdefs.h */
  2230. | #define PACKAGE_NAME ""
  2231. | #define PACKAGE_TARNAME ""
  2232. | #define PACKAGE_VERSION ""
  2233. | #define PACKAGE_STRING ""
  2234. | #define PACKAGE_BUGREPORT ""
  2235. | #define PACKAGE_URL ""
  2236. | #define STDC_HEADERS 1
  2237. | #define HAVE_SYS_TYPES_H 1
  2238. | #define HAVE_SYS_STAT_H 1
  2239. | #define HAVE_STDLIB_H 1
  2240. | #define HAVE_STRING_H 1
  2241. | #define HAVE_MEMORY_H 1
  2242. | #define HAVE_STRINGS_H 1
  2243. | #define HAVE_INTTYPES_H 1
  2244. | #define HAVE_STDINT_H 1
  2245. | #define HAVE_UNISTD_H 1
  2246. | #define HAVE_SYS_FILE_H 1
  2247. | #define HAVE_SYS_PARAM_H 1
  2248. | #define HAVE_LIMITS_H 1
  2249. | #define HAVE_STDLIB_H 1
  2250. | #define HAVE_MALLOC_H 1
  2251. | #define HAVE_STRING_H 1
  2252. | #define HAVE_UNISTD_H 1
  2253. | #define HAVE_STRINGS_H 1
  2254. | #define HAVE_SYS_TIME_H 1
  2255. | #define HAVE_TIME_H 1
  2256. | #define HAVE_SYS_RESOURCE_H 1
  2257. | #define HAVE_SYS_STAT_H 1
  2258. | #define HAVE_SYS_MMAN_H 1
  2259. | #define HAVE_FCNTL_H 1
  2260. | #define HAVE_ALLOCA_H 1
  2261. | #define HAVE_SYS_SYSINFO_H 1
  2262. | #define HAVE_SYS_SYSCTL_H 1
  2263. | #define HAVE_STDINT_H 1
  2264. | #define HAVE_STDIO_EXT_H 1
  2265. | #define HAVE_SYS_PRCTL_H 1
  2266. | #define HAVE_SYS_WAIT_H 1
  2267. | #define TIME_WITH_SYS_TIME 1
  2268. | #define SIZEOF_INT 4
  2269. | #define SIZEOF_LONG 8
  2270. | #define HAVE_LONG_LONG 1
  2271. | #define SIZEOF_LONG_LONG 8
  2272. | #define UNSIGNED_64BIT_TYPE uint64_t
  2273. | #define HAVE_INTPTR_T 1
  2274. | #define HAVE_UINTPTR_T 1
  2275. | #define HAVE_UINTPTR_T 1
  2276. | #define HAVE_ASPRINTF 1
  2277. | #define HAVE_ATEXIT 1
  2278. | #define HAVE_BASENAME 1
  2279. | #define HAVE_BCMP 1
  2280. | #define HAVE_BCOPY 1
  2281. | #define HAVE_BSEARCH 1
  2282. | #define HAVE_BZERO 1
  2283. | #define HAVE_CALLOC 1
  2284. | #define HAVE_CLOCK 1
  2285. | #define HAVE_FFS 1
  2286. | #define HAVE_GETCWD 1
  2287. | #define HAVE_GETPAGESIZE 1
  2288. | #define HAVE_GETTIMEOFDAY 1
  2289. | #define HAVE_INDEX 1
  2290. | #define HAVE_INSQUE 1
  2291. | #define HAVE_MEMCHR 1
  2292. | #define HAVE_MEMCMP 1
  2293. | #define HAVE_MEMCPY 1
  2294. | #define HAVE_MEMMEM 1
  2295. | #define HAVE_MEMMOVE 1
  2296. | #define HAVE_MEMPCPY 1
  2297. | #define HAVE_MEMSET 1
  2298. | #define HAVE_MKSTEMPS 1
  2299. | #define HAVE_PUTENV 1
  2300. | #define HAVE_RANDOM 1
  2301. | #define HAVE_RENAME 1
  2302. | #define HAVE_RINDEX 1
  2303. | #define HAVE_SETENV 1
  2304. | #define HAVE_SNPRINTF 1
  2305. | #define HAVE_SIGSETMASK 1
  2306. | #define HAVE_STPCPY 1
  2307. | #define HAVE_STPNCPY 1
  2308. | #define HAVE_STRCASECMP 1
  2309. | #define HAVE_STRCHR 1
  2310. | #define HAVE_STRDUP 1
  2311. | #define HAVE_STRNCASECMP 1
  2312. | #define HAVE_STRNDUP 1
  2313. | #define HAVE_STRNLEN 1
  2314. | #define HAVE_STRRCHR 1
  2315. | #define HAVE_STRSTR 1
  2316. | #define HAVE_STRTOD 1
  2317. | #define HAVE_STRTOL 1
  2318. | #define HAVE_STRTOUL 1
  2319. | #define HAVE_STRTOLL 1
  2320. | #define HAVE_STRTOULL 1
  2321. | #define HAVE_STRVERSCMP 1
  2322. | #define HAVE_TMPNAM 1
  2323. | #define HAVE_VASPRINTF 1
  2324. | #define HAVE_VFPRINTF 1
  2325. | #define HAVE_VPRINTF 1
  2326. | #define HAVE_VSNPRINTF 1
  2327. | #define HAVE_VSPRINTF 1
  2328. | #define HAVE_WAITPID 1
  2329. | #define STACK_DIRECTION -1
  2330. | #define HAVE_FORK 1
  2331. | #define HAVE_VFORK 1
  2332. | #define HAVE_WORKING_VFORK 1
  2333. | #define HAVE_WORKING_FORK 1
  2334. | #define HAVE_SYS_ERRLIST 1
  2335. | #define HAVE_SYS_NERR 1
  2336. | #define HAVE_SYS_SIGLIST 1
  2337. | #define HAVE___FSETLOCKING 1
  2338. | #define HAVE_CANONICALIZE_FILE_NAME 1
  2339. | #define HAVE_DUP3 1
  2340. | #define HAVE_GETRLIMIT 1
  2341. | #define HAVE_GETRUSAGE 1
  2342. | /* end confdefs.h. */
  2343. | /* Define getsysinfo to an innocuous variant, in case <limits.h> declares getsysinfo.
  2344. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2345. | #define getsysinfo innocuous_getsysinfo
  2346. |
  2347. | /* System header to define __stub macros and hopefully few prototypes,
  2348. | which can conflict with char getsysinfo (); below.
  2349. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2350. | <limits.h> exists even on freestanding compilers. */
  2351. |
  2352. | #ifdef __STDC__
  2353. | # include <limits.h>
  2354. | #else
  2355. | # include <assert.h>
  2356. | #endif
  2357. |
  2358. | #undef getsysinfo
  2359. |
  2360. | /* Override any GCC internal prototype to avoid an error.
  2361. | Use char because int might match the return type of a GCC
  2362. | builtin and then its argument prototype would still apply. */
  2363. | #ifdef __cplusplus
  2364. | extern "C"
  2365. | #endif
  2366. | char getsysinfo ();
  2367. | /* The GNU C library defines this for functions which it implements
  2368. | to always fail with ENOSYS. Some functions are actually named
  2369. | something starting with __ and the normal name is an alias. */
  2370. | #if defined __stub_getsysinfo || defined __stub___getsysinfo
  2371. | choke me
  2372. | #endif
  2373. |
  2374. | int
  2375. | main ()
  2376. | {
  2377. | return getsysinfo ();
  2378. | ;
  2379. | return 0;
  2380. | }
  2381. configure:6577: result: no
  2382. configure:6577: checking for gettimeofday
  2383. configure:6577: result: yes
  2384. configure:6577: checking for on_exit
  2385. configure:6577: cc -o conftest -O conftest.c >&5
  2386. configure:6577: $? = 0
  2387. configure:6577: result: yes
  2388. configure:6577: checking for psignal
  2389. configure:6577: cc -o conftest -O conftest.c >&5
  2390. configure:6577: $? = 0
  2391. configure:6577: result: yes
  2392. configure:6577: checking for pstat_getdynamic
  2393. configure:6577: cc -o conftest -O conftest.c >&5
  2394. /tmp/cchXSK6r.o: In function `main':
  2395. conftest.c:(.text+0xa): undefined reference to `pstat_getdynamic'
  2396. collect2: error: ld returned 1 exit status
  2397. configure:6577: $? = 1
  2398. configure: failed program was:
  2399. | /* confdefs.h */
  2400. | #define PACKAGE_NAME ""
  2401. | #define PACKAGE_TARNAME ""
  2402. | #define PACKAGE_VERSION ""
  2403. | #define PACKAGE_STRING ""
  2404. | #define PACKAGE_BUGREPORT ""
  2405. | #define PACKAGE_URL ""
  2406. | #define STDC_HEADERS 1
  2407. | #define HAVE_SYS_TYPES_H 1
  2408. | #define HAVE_SYS_STAT_H 1
  2409. | #define HAVE_STDLIB_H 1
  2410. | #define HAVE_STRING_H 1
  2411. | #define HAVE_MEMORY_H 1
  2412. | #define HAVE_STRINGS_H 1
  2413. | #define HAVE_INTTYPES_H 1
  2414. | #define HAVE_STDINT_H 1
  2415. | #define HAVE_UNISTD_H 1
  2416. | #define HAVE_SYS_FILE_H 1
  2417. | #define HAVE_SYS_PARAM_H 1
  2418. | #define HAVE_LIMITS_H 1
  2419. | #define HAVE_STDLIB_H 1
  2420. | #define HAVE_MALLOC_H 1
  2421. | #define HAVE_STRING_H 1
  2422. | #define HAVE_UNISTD_H 1
  2423. | #define HAVE_STRINGS_H 1
  2424. | #define HAVE_SYS_TIME_H 1
  2425. | #define HAVE_TIME_H 1
  2426. | #define HAVE_SYS_RESOURCE_H 1
  2427. | #define HAVE_SYS_STAT_H 1
  2428. | #define HAVE_SYS_MMAN_H 1
  2429. | #define HAVE_FCNTL_H 1
  2430. | #define HAVE_ALLOCA_H 1
  2431. | #define HAVE_SYS_SYSINFO_H 1
  2432. | #define HAVE_SYS_SYSCTL_H 1
  2433. | #define HAVE_STDINT_H 1
  2434. | #define HAVE_STDIO_EXT_H 1
  2435. | #define HAVE_SYS_PRCTL_H 1
  2436. | #define HAVE_SYS_WAIT_H 1
  2437. | #define TIME_WITH_SYS_TIME 1
  2438. | #define SIZEOF_INT 4
  2439. | #define SIZEOF_LONG 8
  2440. | #define HAVE_LONG_LONG 1
  2441. | #define SIZEOF_LONG_LONG 8
  2442. | #define UNSIGNED_64BIT_TYPE uint64_t
  2443. | #define HAVE_INTPTR_T 1
  2444. | #define HAVE_UINTPTR_T 1
  2445. | #define HAVE_UINTPTR_T 1
  2446. | #define HAVE_ASPRINTF 1
  2447. | #define HAVE_ATEXIT 1
  2448. | #define HAVE_BASENAME 1
  2449. | #define HAVE_BCMP 1
  2450. | #define HAVE_BCOPY 1
  2451. | #define HAVE_BSEARCH 1
  2452. | #define HAVE_BZERO 1
  2453. | #define HAVE_CALLOC 1
  2454. | #define HAVE_CLOCK 1
  2455. | #define HAVE_FFS 1
  2456. | #define HAVE_GETCWD 1
  2457. | #define HAVE_GETPAGESIZE 1
  2458. | #define HAVE_GETTIMEOFDAY 1
  2459. | #define HAVE_INDEX 1
  2460. | #define HAVE_INSQUE 1
  2461. | #define HAVE_MEMCHR 1
  2462. | #define HAVE_MEMCMP 1
  2463. | #define HAVE_MEMCPY 1
  2464. | #define HAVE_MEMMEM 1
  2465. | #define HAVE_MEMMOVE 1
  2466. | #define HAVE_MEMPCPY 1
  2467. | #define HAVE_MEMSET 1
  2468. | #define HAVE_MKSTEMPS 1
  2469. | #define HAVE_PUTENV 1
  2470. | #define HAVE_RANDOM 1
  2471. | #define HAVE_RENAME 1
  2472. | #define HAVE_RINDEX 1
  2473. | #define HAVE_SETENV 1
  2474. | #define HAVE_SNPRINTF 1
  2475. | #define HAVE_SIGSETMASK 1
  2476. | #define HAVE_STPCPY 1
  2477. | #define HAVE_STPNCPY 1
  2478. | #define HAVE_STRCASECMP 1
  2479. | #define HAVE_STRCHR 1
  2480. | #define HAVE_STRDUP 1
  2481. | #define HAVE_STRNCASECMP 1
  2482. | #define HAVE_STRNDUP 1
  2483. | #define HAVE_STRNLEN 1
  2484. | #define HAVE_STRRCHR 1
  2485. | #define HAVE_STRSTR 1
  2486. | #define HAVE_STRTOD 1
  2487. | #define HAVE_STRTOL 1
  2488. | #define HAVE_STRTOUL 1
  2489. | #define HAVE_STRTOLL 1
  2490. | #define HAVE_STRTOULL 1
  2491. | #define HAVE_STRVERSCMP 1
  2492. | #define HAVE_TMPNAM 1
  2493. | #define HAVE_VASPRINTF 1
  2494. | #define HAVE_VFPRINTF 1
  2495. | #define HAVE_VPRINTF 1
  2496. | #define HAVE_VSNPRINTF 1
  2497. | #define HAVE_VSPRINTF 1
  2498. | #define HAVE_WAITPID 1
  2499. | #define STACK_DIRECTION -1
  2500. | #define HAVE_FORK 1
  2501. | #define HAVE_VFORK 1
  2502. | #define HAVE_WORKING_VFORK 1
  2503. | #define HAVE_WORKING_FORK 1
  2504. | #define HAVE_SYS_ERRLIST 1
  2505. | #define HAVE_SYS_NERR 1
  2506. | #define HAVE_SYS_SIGLIST 1
  2507. | #define HAVE___FSETLOCKING 1
  2508. | #define HAVE_CANONICALIZE_FILE_NAME 1
  2509. | #define HAVE_DUP3 1
  2510. | #define HAVE_GETRLIMIT 1
  2511. | #define HAVE_GETRUSAGE 1
  2512. | #define HAVE_GETTIMEOFDAY 1
  2513. | #define HAVE_ON_EXIT 1
  2514. | #define HAVE_PSIGNAL 1
  2515. | /* end confdefs.h. */
  2516. | /* Define pstat_getdynamic to an innocuous variant, in case <limits.h> declares pstat_getdynamic.
  2517. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2518. | #define pstat_getdynamic innocuous_pstat_getdynamic
  2519. |
  2520. | /* System header to define __stub macros and hopefully few prototypes,
  2521. | which can conflict with char pstat_getdynamic (); below.
  2522. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2523. | <limits.h> exists even on freestanding compilers. */
  2524. |
  2525. | #ifdef __STDC__
  2526. | # include <limits.h>
  2527. | #else
  2528. | # include <assert.h>
  2529. | #endif
  2530. |
  2531. | #undef pstat_getdynamic
  2532. |
  2533. | /* Override any GCC internal prototype to avoid an error.
  2534. | Use char because int might match the return type of a GCC
  2535. | builtin and then its argument prototype would still apply. */
  2536. | #ifdef __cplusplus
  2537. | extern "C"
  2538. | #endif
  2539. | char pstat_getdynamic ();
  2540. | /* The GNU C library defines this for functions which it implements
  2541. | to always fail with ENOSYS. Some functions are actually named
  2542. | something starting with __ and the normal name is an alias. */
  2543. | #if defined __stub_pstat_getdynamic || defined __stub___pstat_getdynamic
  2544. | choke me
  2545. | #endif
  2546. |
  2547. | int
  2548. | main ()
  2549. | {
  2550. | return pstat_getdynamic ();
  2551. | ;
  2552. | return 0;
  2553. | }
  2554. configure:6577: result: no
  2555. configure:6577: checking for pstat_getstatic
  2556. configure:6577: cc -o conftest -O conftest.c >&5
  2557. /tmp/ccllJIFw.o: In function `main':
  2558. conftest.c:(.text+0xa): undefined reference to `pstat_getstatic'
  2559. collect2: error: ld returned 1 exit status
  2560. configure:6577: $? = 1
  2561. configure: failed program was:
  2562. | /* confdefs.h */
  2563. | #define PACKAGE_NAME ""
  2564. | #define PACKAGE_TARNAME ""
  2565. | #define PACKAGE_VERSION ""
  2566. | #define PACKAGE_STRING ""
  2567. | #define PACKAGE_BUGREPORT ""
  2568. | #define PACKAGE_URL ""
  2569. | #define STDC_HEADERS 1
  2570. | #define HAVE_SYS_TYPES_H 1
  2571. | #define HAVE_SYS_STAT_H 1
  2572. | #define HAVE_STDLIB_H 1
  2573. | #define HAVE_STRING_H 1
  2574. | #define HAVE_MEMORY_H 1
  2575. | #define HAVE_STRINGS_H 1
  2576. | #define HAVE_INTTYPES_H 1
  2577. | #define HAVE_STDINT_H 1
  2578. | #define HAVE_UNISTD_H 1
  2579. | #define HAVE_SYS_FILE_H 1
  2580. | #define HAVE_SYS_PARAM_H 1
  2581. | #define HAVE_LIMITS_H 1
  2582. | #define HAVE_STDLIB_H 1
  2583. | #define HAVE_MALLOC_H 1
  2584. | #define HAVE_STRING_H 1
  2585. | #define HAVE_UNISTD_H 1
  2586. | #define HAVE_STRINGS_H 1
  2587. | #define HAVE_SYS_TIME_H 1
  2588. | #define HAVE_TIME_H 1
  2589. | #define HAVE_SYS_RESOURCE_H 1
  2590. | #define HAVE_SYS_STAT_H 1
  2591. | #define HAVE_SYS_MMAN_H 1
  2592. | #define HAVE_FCNTL_H 1
  2593. | #define HAVE_ALLOCA_H 1
  2594. | #define HAVE_SYS_SYSINFO_H 1
  2595. | #define HAVE_SYS_SYSCTL_H 1
  2596. | #define HAVE_STDINT_H 1
  2597. | #define HAVE_STDIO_EXT_H 1
  2598. | #define HAVE_SYS_PRCTL_H 1
  2599. | #define HAVE_SYS_WAIT_H 1
  2600. | #define TIME_WITH_SYS_TIME 1
  2601. | #define SIZEOF_INT 4
  2602. | #define SIZEOF_LONG 8
  2603. | #define HAVE_LONG_LONG 1
  2604. | #define SIZEOF_LONG_LONG 8
  2605. | #define UNSIGNED_64BIT_TYPE uint64_t
  2606. | #define HAVE_INTPTR_T 1
  2607. | #define HAVE_UINTPTR_T 1
  2608. | #define HAVE_UINTPTR_T 1
  2609. | #define HAVE_ASPRINTF 1
  2610. | #define HAVE_ATEXIT 1
  2611. | #define HAVE_BASENAME 1
  2612. | #define HAVE_BCMP 1
  2613. | #define HAVE_BCOPY 1
  2614. | #define HAVE_BSEARCH 1
  2615. | #define HAVE_BZERO 1
  2616. | #define HAVE_CALLOC 1
  2617. | #define HAVE_CLOCK 1
  2618. | #define HAVE_FFS 1
  2619. | #define HAVE_GETCWD 1
  2620. | #define HAVE_GETPAGESIZE 1
  2621. | #define HAVE_GETTIMEOFDAY 1
  2622. | #define HAVE_INDEX 1
  2623. | #define HAVE_INSQUE 1
  2624. | #define HAVE_MEMCHR 1
  2625. | #define HAVE_MEMCMP 1
  2626. | #define HAVE_MEMCPY 1
  2627. | #define HAVE_MEMMEM 1
  2628. | #define HAVE_MEMMOVE 1
  2629. | #define HAVE_MEMPCPY 1
  2630. | #define HAVE_MEMSET 1
  2631. | #define HAVE_MKSTEMPS 1
  2632. | #define HAVE_PUTENV 1
  2633. | #define HAVE_RANDOM 1
  2634. | #define HAVE_RENAME 1
  2635. | #define HAVE_RINDEX 1
  2636. | #define HAVE_SETENV 1
  2637. | #define HAVE_SNPRINTF 1
  2638. | #define HAVE_SIGSETMASK 1
  2639. | #define HAVE_STPCPY 1
  2640. | #define HAVE_STPNCPY 1
  2641. | #define HAVE_STRCASECMP 1
  2642. | #define HAVE_STRCHR 1
  2643. | #define HAVE_STRDUP 1
  2644. | #define HAVE_STRNCASECMP 1
  2645. | #define HAVE_STRNDUP 1
  2646. | #define HAVE_STRNLEN 1
  2647. | #define HAVE_STRRCHR 1
  2648. | #define HAVE_STRSTR 1
  2649. | #define HAVE_STRTOD 1
  2650. | #define HAVE_STRTOL 1
  2651. | #define HAVE_STRTOUL 1
  2652. | #define HAVE_STRTOLL 1
  2653. | #define HAVE_STRTOULL 1
  2654. | #define HAVE_STRVERSCMP 1
  2655. | #define HAVE_TMPNAM 1
  2656. | #define HAVE_VASPRINTF 1
  2657. | #define HAVE_VFPRINTF 1
  2658. | #define HAVE_VPRINTF 1
  2659. | #define HAVE_VSNPRINTF 1
  2660. | #define HAVE_VSPRINTF 1
  2661. | #define HAVE_WAITPID 1
  2662. | #define STACK_DIRECTION -1
  2663. | #define HAVE_FORK 1
  2664. | #define HAVE_VFORK 1
  2665. | #define HAVE_WORKING_VFORK 1
  2666. | #define HAVE_WORKING_FORK 1
  2667. | #define HAVE_SYS_ERRLIST 1
  2668. | #define HAVE_SYS_NERR 1
  2669. | #define HAVE_SYS_SIGLIST 1
  2670. | #define HAVE___FSETLOCKING 1
  2671. | #define HAVE_CANONICALIZE_FILE_NAME 1
  2672. | #define HAVE_DUP3 1
  2673. | #define HAVE_GETRLIMIT 1
  2674. | #define HAVE_GETRUSAGE 1
  2675. | #define HAVE_GETTIMEOFDAY 1
  2676. | #define HAVE_ON_EXIT 1
  2677. | #define HAVE_PSIGNAL 1
  2678. | /* end confdefs.h. */
  2679. | /* Define pstat_getstatic to an innocuous variant, in case <limits.h> declares pstat_getstatic.
  2680. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2681. | #define pstat_getstatic innocuous_pstat_getstatic
  2682. |
  2683. | /* System header to define __stub macros and hopefully few prototypes,
  2684. | which can conflict with char pstat_getstatic (); below.
  2685. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2686. | <limits.h> exists even on freestanding compilers. */
  2687. |
  2688. | #ifdef __STDC__
  2689. | # include <limits.h>
  2690. | #else
  2691. | # include <assert.h>
  2692. | #endif
  2693. |
  2694. | #undef pstat_getstatic
  2695. |
  2696. | /* Override any GCC internal prototype to avoid an error.
  2697. | Use char because int might match the return type of a GCC
  2698. | builtin and then its argument prototype would still apply. */
  2699. | #ifdef __cplusplus
  2700. | extern "C"
  2701. | #endif
  2702. | char pstat_getstatic ();
  2703. | /* The GNU C library defines this for functions which it implements
  2704. | to always fail with ENOSYS. Some functions are actually named
  2705. | something starting with __ and the normal name is an alias. */
  2706. | #if defined __stub_pstat_getstatic || defined __stub___pstat_getstatic
  2707. | choke me
  2708. | #endif
  2709. |
  2710. | int
  2711. | main ()
  2712. | {
  2713. | return pstat_getstatic ();
  2714. | ;
  2715. | return 0;
  2716. | }
  2717. configure:6577: result: no
  2718. configure:6577: checking for realpath
  2719. configure:6577: cc -o conftest -O conftest.c >&5
  2720. configure:6577: $? = 0
  2721. configure:6577: result: yes
  2722. configure:6577: checking for setrlimit
  2723. configure:6577: cc -o conftest -O conftest.c >&5
  2724. configure:6577: $? = 0
  2725. configure:6577: result: yes
  2726. configure:6577: checking for sbrk
  2727. configure:6577: cc -o conftest -O conftest.c >&5
  2728. configure:6577: $? = 0
  2729. configure:6577: result: yes
  2730. configure:6577: checking for spawnve
  2731. configure:6577: cc -o conftest -O conftest.c >&5
  2732. /tmp/ccDueBTX.o: In function `main':
  2733. conftest.c:(.text+0xa): undefined reference to `spawnve'
  2734. collect2: error: ld returned 1 exit status
  2735. configure:6577: $? = 1
  2736. configure: failed program was:
  2737. | /* confdefs.h */
  2738. | #define PACKAGE_NAME ""
  2739. | #define PACKAGE_TARNAME ""
  2740. | #define PACKAGE_VERSION ""
  2741. | #define PACKAGE_STRING ""
  2742. | #define PACKAGE_BUGREPORT ""
  2743. | #define PACKAGE_URL ""
  2744. | #define STDC_HEADERS 1
  2745. | #define HAVE_SYS_TYPES_H 1
  2746. | #define HAVE_SYS_STAT_H 1
  2747. | #define HAVE_STDLIB_H 1
  2748. | #define HAVE_STRING_H 1
  2749. | #define HAVE_MEMORY_H 1
  2750. | #define HAVE_STRINGS_H 1
  2751. | #define HAVE_INTTYPES_H 1
  2752. | #define HAVE_STDINT_H 1
  2753. | #define HAVE_UNISTD_H 1
  2754. | #define HAVE_SYS_FILE_H 1
  2755. | #define HAVE_SYS_PARAM_H 1
  2756. | #define HAVE_LIMITS_H 1
  2757. | #define HAVE_STDLIB_H 1
  2758. | #define HAVE_MALLOC_H 1
  2759. | #define HAVE_STRING_H 1
  2760. | #define HAVE_UNISTD_H 1
  2761. | #define HAVE_STRINGS_H 1
  2762. | #define HAVE_SYS_TIME_H 1
  2763. | #define HAVE_TIME_H 1
  2764. | #define HAVE_SYS_RESOURCE_H 1
  2765. | #define HAVE_SYS_STAT_H 1
  2766. | #define HAVE_SYS_MMAN_H 1
  2767. | #define HAVE_FCNTL_H 1
  2768. | #define HAVE_ALLOCA_H 1
  2769. | #define HAVE_SYS_SYSINFO_H 1
  2770. | #define HAVE_SYS_SYSCTL_H 1
  2771. | #define HAVE_STDINT_H 1
  2772. | #define HAVE_STDIO_EXT_H 1
  2773. | #define HAVE_SYS_PRCTL_H 1
  2774. | #define HAVE_SYS_WAIT_H 1
  2775. | #define TIME_WITH_SYS_TIME 1
  2776. | #define SIZEOF_INT 4
  2777. | #define SIZEOF_LONG 8
  2778. | #define HAVE_LONG_LONG 1
  2779. | #define SIZEOF_LONG_LONG 8
  2780. | #define UNSIGNED_64BIT_TYPE uint64_t
  2781. | #define HAVE_INTPTR_T 1
  2782. | #define HAVE_UINTPTR_T 1
  2783. | #define HAVE_UINTPTR_T 1
  2784. | #define HAVE_ASPRINTF 1
  2785. | #define HAVE_ATEXIT 1
  2786. | #define HAVE_BASENAME 1
  2787. | #define HAVE_BCMP 1
  2788. | #define HAVE_BCOPY 1
  2789. | #define HAVE_BSEARCH 1
  2790. | #define HAVE_BZERO 1
  2791. | #define HAVE_CALLOC 1
  2792. | #define HAVE_CLOCK 1
  2793. | #define HAVE_FFS 1
  2794. | #define HAVE_GETCWD 1
  2795. | #define HAVE_GETPAGESIZE 1
  2796. | #define HAVE_GETTIMEOFDAY 1
  2797. | #define HAVE_INDEX 1
  2798. | #define HAVE_INSQUE 1
  2799. | #define HAVE_MEMCHR 1
  2800. | #define HAVE_MEMCMP 1
  2801. | #define HAVE_MEMCPY 1
  2802. | #define HAVE_MEMMEM 1
  2803. | #define HAVE_MEMMOVE 1
  2804. | #define HAVE_MEMPCPY 1
  2805. | #define HAVE_MEMSET 1
  2806. | #define HAVE_MKSTEMPS 1
  2807. | #define HAVE_PUTENV 1
  2808. | #define HAVE_RANDOM 1
  2809. | #define HAVE_RENAME 1
  2810. | #define HAVE_RINDEX 1
  2811. | #define HAVE_SETENV 1
  2812. | #define HAVE_SNPRINTF 1
  2813. | #define HAVE_SIGSETMASK 1
  2814. | #define HAVE_STPCPY 1
  2815. | #define HAVE_STPNCPY 1
  2816. | #define HAVE_STRCASECMP 1
  2817. | #define HAVE_STRCHR 1
  2818. | #define HAVE_STRDUP 1
  2819. | #define HAVE_STRNCASECMP 1
  2820. | #define HAVE_STRNDUP 1
  2821. | #define HAVE_STRNLEN 1
  2822. | #define HAVE_STRRCHR 1
  2823. | #define HAVE_STRSTR 1
  2824. | #define HAVE_STRTOD 1
  2825. | #define HAVE_STRTOL 1
  2826. | #define HAVE_STRTOUL 1
  2827. | #define HAVE_STRTOLL 1
  2828. | #define HAVE_STRTOULL 1
  2829. | #define HAVE_STRVERSCMP 1
  2830. | #define HAVE_TMPNAM 1
  2831. | #define HAVE_VASPRINTF 1
  2832. | #define HAVE_VFPRINTF 1
  2833. | #define HAVE_VPRINTF 1
  2834. | #define HAVE_VSNPRINTF 1
  2835. | #define HAVE_VSPRINTF 1
  2836. | #define HAVE_WAITPID 1
  2837. | #define STACK_DIRECTION -1
  2838. | #define HAVE_FORK 1
  2839. | #define HAVE_VFORK 1
  2840. | #define HAVE_WORKING_VFORK 1
  2841. | #define HAVE_WORKING_FORK 1
  2842. | #define HAVE_SYS_ERRLIST 1
  2843. | #define HAVE_SYS_NERR 1
  2844. | #define HAVE_SYS_SIGLIST 1
  2845. | #define HAVE___FSETLOCKING 1
  2846. | #define HAVE_CANONICALIZE_FILE_NAME 1
  2847. | #define HAVE_DUP3 1
  2848. | #define HAVE_GETRLIMIT 1
  2849. | #define HAVE_GETRUSAGE 1
  2850. | #define HAVE_GETTIMEOFDAY 1
  2851. | #define HAVE_ON_EXIT 1
  2852. | #define HAVE_PSIGNAL 1
  2853. | #define HAVE_REALPATH 1
  2854. | #define HAVE_SETRLIMIT 1
  2855. | #define HAVE_SBRK 1
  2856. | /* end confdefs.h. */
  2857. | /* Define spawnve to an innocuous variant, in case <limits.h> declares spawnve.
  2858. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2859. | #define spawnve innocuous_spawnve
  2860. |
  2861. | /* System header to define __stub macros and hopefully few prototypes,
  2862. | which can conflict with char spawnve (); below.
  2863. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2864. | <limits.h> exists even on freestanding compilers. */
  2865. |
  2866. | #ifdef __STDC__
  2867. | # include <limits.h>
  2868. | #else
  2869. | # include <assert.h>
  2870. | #endif
  2871. |
  2872. | #undef spawnve
  2873. |
  2874. | /* Override any GCC internal prototype to avoid an error.
  2875. | Use char because int might match the return type of a GCC
  2876. | builtin and then its argument prototype would still apply. */
  2877. | #ifdef __cplusplus
  2878. | extern "C"
  2879. | #endif
  2880. | char spawnve ();
  2881. | /* The GNU C library defines this for functions which it implements
  2882. | to always fail with ENOSYS. Some functions are actually named
  2883. | something starting with __ and the normal name is an alias. */
  2884. | #if defined __stub_spawnve || defined __stub___spawnve
  2885. | choke me
  2886. | #endif
  2887. |
  2888. | int
  2889. | main ()
  2890. | {
  2891. | return spawnve ();
  2892. | ;
  2893. | return 0;
  2894. | }
  2895. configure:6577: result: no
  2896. configure:6577: checking for spawnvpe
  2897. configure:6577: cc -o conftest -O conftest.c >&5
  2898. /tmp/ccBDBu01.o: In function `main':
  2899. conftest.c:(.text+0xa): undefined reference to `spawnvpe'
  2900. collect2: error: ld returned 1 exit status
  2901. configure:6577: $? = 1
  2902. configure: failed program was:
  2903. | /* confdefs.h */
  2904. | #define PACKAGE_NAME ""
  2905. | #define PACKAGE_TARNAME ""
  2906. | #define PACKAGE_VERSION ""
  2907. | #define PACKAGE_STRING ""
  2908. | #define PACKAGE_BUGREPORT ""
  2909. | #define PACKAGE_URL ""
  2910. | #define STDC_HEADERS 1
  2911. | #define HAVE_SYS_TYPES_H 1
  2912. | #define HAVE_SYS_STAT_H 1
  2913. | #define HAVE_STDLIB_H 1
  2914. | #define HAVE_STRING_H 1
  2915. | #define HAVE_MEMORY_H 1
  2916. | #define HAVE_STRINGS_H 1
  2917. | #define HAVE_INTTYPES_H 1
  2918. | #define HAVE_STDINT_H 1
  2919. | #define HAVE_UNISTD_H 1
  2920. | #define HAVE_SYS_FILE_H 1
  2921. | #define HAVE_SYS_PARAM_H 1
  2922. | #define HAVE_LIMITS_H 1
  2923. | #define HAVE_STDLIB_H 1
  2924. | #define HAVE_MALLOC_H 1
  2925. | #define HAVE_STRING_H 1
  2926. | #define HAVE_UNISTD_H 1
  2927. | #define HAVE_STRINGS_H 1
  2928. | #define HAVE_SYS_TIME_H 1
  2929. | #define HAVE_TIME_H 1
  2930. | #define HAVE_SYS_RESOURCE_H 1
  2931. | #define HAVE_SYS_STAT_H 1
  2932. | #define HAVE_SYS_MMAN_H 1
  2933. | #define HAVE_FCNTL_H 1
  2934. | #define HAVE_ALLOCA_H 1
  2935. | #define HAVE_SYS_SYSINFO_H 1
  2936. | #define HAVE_SYS_SYSCTL_H 1
  2937. | #define HAVE_STDINT_H 1
  2938. | #define HAVE_STDIO_EXT_H 1
  2939. | #define HAVE_SYS_PRCTL_H 1
  2940. | #define HAVE_SYS_WAIT_H 1
  2941. | #define TIME_WITH_SYS_TIME 1
  2942. | #define SIZEOF_INT 4
  2943. | #define SIZEOF_LONG 8
  2944. | #define HAVE_LONG_LONG 1
  2945. | #define SIZEOF_LONG_LONG 8
  2946. | #define UNSIGNED_64BIT_TYPE uint64_t
  2947. | #define HAVE_INTPTR_T 1
  2948. | #define HAVE_UINTPTR_T 1
  2949. | #define HAVE_UINTPTR_T 1
  2950. | #define HAVE_ASPRINTF 1
  2951. | #define HAVE_ATEXIT 1
  2952. | #define HAVE_BASENAME 1
  2953. | #define HAVE_BCMP 1
  2954. | #define HAVE_BCOPY 1
  2955. | #define HAVE_BSEARCH 1
  2956. | #define HAVE_BZERO 1
  2957. | #define HAVE_CALLOC 1
  2958. | #define HAVE_CLOCK 1
  2959. | #define HAVE_FFS 1
  2960. | #define HAVE_GETCWD 1
  2961. | #define HAVE_GETPAGESIZE 1
  2962. | #define HAVE_GETTIMEOFDAY 1
  2963. | #define HAVE_INDEX 1
  2964. | #define HAVE_INSQUE 1
  2965. | #define HAVE_MEMCHR 1
  2966. | #define HAVE_MEMCMP 1
  2967. | #define HAVE_MEMCPY 1
  2968. | #define HAVE_MEMMEM 1
  2969. | #define HAVE_MEMMOVE 1
  2970. | #define HAVE_MEMPCPY 1
  2971. | #define HAVE_MEMSET 1
  2972. | #define HAVE_MKSTEMPS 1
  2973. | #define HAVE_PUTENV 1
  2974. | #define HAVE_RANDOM 1
  2975. | #define HAVE_RENAME 1
  2976. | #define HAVE_RINDEX 1
  2977. | #define HAVE_SETENV 1
  2978. | #define HAVE_SNPRINTF 1
  2979. | #define HAVE_SIGSETMASK 1
  2980. | #define HAVE_STPCPY 1
  2981. | #define HAVE_STPNCPY 1
  2982. | #define HAVE_STRCASECMP 1
  2983. | #define HAVE_STRCHR 1
  2984. | #define HAVE_STRDUP 1
  2985. | #define HAVE_STRNCASECMP 1
  2986. | #define HAVE_STRNDUP 1
  2987. | #define HAVE_STRNLEN 1
  2988. | #define HAVE_STRRCHR 1
  2989. | #define HAVE_STRSTR 1
  2990. | #define HAVE_STRTOD 1
  2991. | #define HAVE_STRTOL 1
  2992. | #define HAVE_STRTOUL 1
  2993. | #define HAVE_STRTOLL 1
  2994. | #define HAVE_STRTOULL 1
  2995. | #define HAVE_STRVERSCMP 1
  2996. | #define HAVE_TMPNAM 1
  2997. | #define HAVE_VASPRINTF 1
  2998. | #define HAVE_VFPRINTF 1
  2999. | #define HAVE_VPRINTF 1
  3000. | #define HAVE_VSNPRINTF 1
  3001. | #define HAVE_VSPRINTF 1
  3002. | #define HAVE_WAITPID 1
  3003. | #define STACK_DIRECTION -1
  3004. | #define HAVE_FORK 1
  3005. | #define HAVE_VFORK 1
  3006. | #define HAVE_WORKING_VFORK 1
  3007. | #define HAVE_WORKING_FORK 1
  3008. | #define HAVE_SYS_ERRLIST 1
  3009. | #define HAVE_SYS_NERR 1
  3010. | #define HAVE_SYS_SIGLIST 1
  3011. | #define HAVE___FSETLOCKING 1
  3012. | #define HAVE_CANONICALIZE_FILE_NAME 1
  3013. | #define HAVE_DUP3 1
  3014. | #define HAVE_GETRLIMIT 1
  3015. | #define HAVE_GETRUSAGE 1
  3016. | #define HAVE_GETTIMEOFDAY 1
  3017. | #define HAVE_ON_EXIT 1
  3018. | #define HAVE_PSIGNAL 1
  3019. | #define HAVE_REALPATH 1
  3020. | #define HAVE_SETRLIMIT 1
  3021. | #define HAVE_SBRK 1
  3022. | /* end confdefs.h. */
  3023. | /* Define spawnvpe to an innocuous variant, in case <limits.h> declares spawnvpe.
  3024. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3025. | #define spawnvpe innocuous_spawnvpe
  3026. |
  3027. | /* System header to define __stub macros and hopefully few prototypes,
  3028. | which can conflict with char spawnvpe (); below.
  3029. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3030. | <limits.h> exists even on freestanding compilers. */
  3031. |
  3032. | #ifdef __STDC__
  3033. | # include <limits.h>
  3034. | #else
  3035. | # include <assert.h>
  3036. | #endif
  3037. |
  3038. | #undef spawnvpe
  3039. |
  3040. | /* Override any GCC internal prototype to avoid an error.
  3041. | Use char because int might match the return type of a GCC
  3042. | builtin and then its argument prototype would still apply. */
  3043. | #ifdef __cplusplus
  3044. | extern "C"
  3045. | #endif
  3046. | char spawnvpe ();
  3047. | /* The GNU C library defines this for functions which it implements
  3048. | to always fail with ENOSYS. Some functions are actually named
  3049. | something starting with __ and the normal name is an alias. */
  3050. | #if defined __stub_spawnvpe || defined __stub___spawnvpe
  3051. | choke me
  3052. | #endif
  3053. |
  3054. | int
  3055. | main ()
  3056. | {
  3057. | return spawnvpe ();
  3058. | ;
  3059. | return 0;
  3060. | }
  3061. configure:6577: result: no
  3062. configure:6577: checking for strerror
  3063. configure:6577: cc -o conftest -O conftest.c >&5
  3064. configure:6577: $? = 0
  3065. configure:6577: result: yes
  3066. configure:6577: checking for strsignal
  3067. configure:6577: cc -o conftest -O conftest.c >&5
  3068. configure:6577: $? = 0
  3069. configure:6577: result: yes
  3070. configure:6577: checking for sysconf
  3071. configure:6577: cc -o conftest -O conftest.c >&5
  3072. configure:6577: $? = 0
  3073. configure:6577: result: yes
  3074. configure:6577: checking for sysctl
  3075. configure:6577: cc -o conftest -O conftest.c >&5
  3076. configure:6577: $? = 0
  3077. configure:6577: result: yes
  3078. configure:6577: checking for sysmp
  3079. configure:6577: cc -o conftest -O conftest.c >&5
  3080. /tmp/ccFHP8Ip.o: In function `main':
  3081. conftest.c:(.text+0xa): undefined reference to `sysmp'
  3082. collect2: error: ld returned 1 exit status
  3083. configure:6577: $? = 1
  3084. configure: failed program was:
  3085. | /* confdefs.h */
  3086. | #define PACKAGE_NAME ""
  3087. | #define PACKAGE_TARNAME ""
  3088. | #define PACKAGE_VERSION ""
  3089. | #define PACKAGE_STRING ""
  3090. | #define PACKAGE_BUGREPORT ""
  3091. | #define PACKAGE_URL ""
  3092. | #define STDC_HEADERS 1
  3093. | #define HAVE_SYS_TYPES_H 1
  3094. | #define HAVE_SYS_STAT_H 1
  3095. | #define HAVE_STDLIB_H 1
  3096. | #define HAVE_STRING_H 1
  3097. | #define HAVE_MEMORY_H 1
  3098. | #define HAVE_STRINGS_H 1
  3099. | #define HAVE_INTTYPES_H 1
  3100. | #define HAVE_STDINT_H 1
  3101. | #define HAVE_UNISTD_H 1
  3102. | #define HAVE_SYS_FILE_H 1
  3103. | #define HAVE_SYS_PARAM_H 1
  3104. | #define HAVE_LIMITS_H 1
  3105. | #define HAVE_STDLIB_H 1
  3106. | #define HAVE_MALLOC_H 1
  3107. | #define HAVE_STRING_H 1
  3108. | #define HAVE_UNISTD_H 1
  3109. | #define HAVE_STRINGS_H 1
  3110. | #define HAVE_SYS_TIME_H 1
  3111. | #define HAVE_TIME_H 1
  3112. | #define HAVE_SYS_RESOURCE_H 1
  3113. | #define HAVE_SYS_STAT_H 1
  3114. | #define HAVE_SYS_MMAN_H 1
  3115. | #define HAVE_FCNTL_H 1
  3116. | #define HAVE_ALLOCA_H 1
  3117. | #define HAVE_SYS_SYSINFO_H 1
  3118. | #define HAVE_SYS_SYSCTL_H 1
  3119. | #define HAVE_STDINT_H 1
  3120. | #define HAVE_STDIO_EXT_H 1
  3121. | #define HAVE_SYS_PRCTL_H 1
  3122. | #define HAVE_SYS_WAIT_H 1
  3123. | #define TIME_WITH_SYS_TIME 1
  3124. | #define SIZEOF_INT 4
  3125. | #define SIZEOF_LONG 8
  3126. | #define HAVE_LONG_LONG 1
  3127. | #define SIZEOF_LONG_LONG 8
  3128. | #define UNSIGNED_64BIT_TYPE uint64_t
  3129. | #define HAVE_INTPTR_T 1
  3130. | #define HAVE_UINTPTR_T 1
  3131. | #define HAVE_UINTPTR_T 1
  3132. | #define HAVE_ASPRINTF 1
  3133. | #define HAVE_ATEXIT 1
  3134. | #define HAVE_BASENAME 1
  3135. | #define HAVE_BCMP 1
  3136. | #define HAVE_BCOPY 1
  3137. | #define HAVE_BSEARCH 1
  3138. | #define HAVE_BZERO 1
  3139. | #define HAVE_CALLOC 1
  3140. | #define HAVE_CLOCK 1
  3141. | #define HAVE_FFS 1
  3142. | #define HAVE_GETCWD 1
  3143. | #define HAVE_GETPAGESIZE 1
  3144. | #define HAVE_GETTIMEOFDAY 1
  3145. | #define HAVE_INDEX 1
  3146. | #define HAVE_INSQUE 1
  3147. | #define HAVE_MEMCHR 1
  3148. | #define HAVE_MEMCMP 1
  3149. | #define HAVE_MEMCPY 1
  3150. | #define HAVE_MEMMEM 1
  3151. | #define HAVE_MEMMOVE 1
  3152. | #define HAVE_MEMPCPY 1
  3153. | #define HAVE_MEMSET 1
  3154. | #define HAVE_MKSTEMPS 1
  3155. | #define HAVE_PUTENV 1
  3156. | #define HAVE_RANDOM 1
  3157. | #define HAVE_RENAME 1
  3158. | #define HAVE_RINDEX 1
  3159. | #define HAVE_SETENV 1
  3160. | #define HAVE_SNPRINTF 1
  3161. | #define HAVE_SIGSETMASK 1
  3162. | #define HAVE_STPCPY 1
  3163. | #define HAVE_STPNCPY 1
  3164. | #define HAVE_STRCASECMP 1
  3165. | #define HAVE_STRCHR 1
  3166. | #define HAVE_STRDUP 1
  3167. | #define HAVE_STRNCASECMP 1
  3168. | #define HAVE_STRNDUP 1
  3169. | #define HAVE_STRNLEN 1
  3170. | #define HAVE_STRRCHR 1
  3171. | #define HAVE_STRSTR 1
  3172. | #define HAVE_STRTOD 1
  3173. | #define HAVE_STRTOL 1
  3174. | #define HAVE_STRTOUL 1
  3175. | #define HAVE_STRTOLL 1
  3176. | #define HAVE_STRTOULL 1
  3177. | #define HAVE_STRVERSCMP 1
  3178. | #define HAVE_TMPNAM 1
  3179. | #define HAVE_VASPRINTF 1
  3180. | #define HAVE_VFPRINTF 1
  3181. | #define HAVE_VPRINTF 1
  3182. | #define HAVE_VSNPRINTF 1
  3183. | #define HAVE_VSPRINTF 1
  3184. | #define HAVE_WAITPID 1
  3185. | #define STACK_DIRECTION -1
  3186. | #define HAVE_FORK 1
  3187. | #define HAVE_VFORK 1
  3188. | #define HAVE_WORKING_VFORK 1
  3189. | #define HAVE_WORKING_FORK 1
  3190. | #define HAVE_SYS_ERRLIST 1
  3191. | #define HAVE_SYS_NERR 1
  3192. | #define HAVE_SYS_SIGLIST 1
  3193. | #define HAVE___FSETLOCKING 1
  3194. | #define HAVE_CANONICALIZE_FILE_NAME 1
  3195. | #define HAVE_DUP3 1
  3196. | #define HAVE_GETRLIMIT 1
  3197. | #define HAVE_GETRUSAGE 1
  3198. | #define HAVE_GETTIMEOFDAY 1
  3199. | #define HAVE_ON_EXIT 1
  3200. | #define HAVE_PSIGNAL 1
  3201. | #define HAVE_REALPATH 1
  3202. | #define HAVE_SETRLIMIT 1
  3203. | #define HAVE_SBRK 1
  3204. | #define HAVE_STRERROR 1
  3205. | #define HAVE_STRSIGNAL 1
  3206. | #define HAVE_SYSCONF 1
  3207. | #define HAVE_SYSCTL 1
  3208. | /* end confdefs.h. */
  3209. | /* Define sysmp to an innocuous variant, in case <limits.h> declares sysmp.
  3210. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3211. | #define sysmp innocuous_sysmp
  3212. |
  3213. | /* System header to define __stub macros and hopefully few prototypes,
  3214. | which can conflict with char sysmp (); below.
  3215. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3216. | <limits.h> exists even on freestanding compilers. */
  3217. |
  3218. | #ifdef __STDC__
  3219. | # include <limits.h>
  3220. | #else
  3221. | # include <assert.h>
  3222. | #endif
  3223. |
  3224. | #undef sysmp
  3225. |
  3226. | /* Override any GCC internal prototype to avoid an error.
  3227. | Use char because int might match the return type of a GCC
  3228. | builtin and then its argument prototype would still apply. */
  3229. | #ifdef __cplusplus
  3230. | extern "C"
  3231. | #endif
  3232. | char sysmp ();
  3233. | /* The GNU C library defines this for functions which it implements
  3234. | to always fail with ENOSYS. Some functions are actually named
  3235. | something starting with __ and the normal name is an alias. */
  3236. | #if defined __stub_sysmp || defined __stub___sysmp
  3237. | choke me
  3238. | #endif
  3239. |
  3240. | int
  3241. | main ()
  3242. | {
  3243. | return sysmp ();
  3244. | ;
  3245. | return 0;
  3246. | }
  3247. configure:6577: result: no
  3248. configure:6577: checking for table
  3249. configure:6577: cc -o conftest -O conftest.c >&5
  3250. /tmp/ccShuihu.o: In function `main':
  3251. conftest.c:(.text+0xa): undefined reference to `table'
  3252. collect2: error: ld returned 1 exit status
  3253. configure:6577: $? = 1
  3254. configure: failed program was:
  3255. | /* confdefs.h */
  3256. | #define PACKAGE_NAME ""
  3257. | #define PACKAGE_TARNAME ""
  3258. | #define PACKAGE_VERSION ""
  3259. | #define PACKAGE_STRING ""
  3260. | #define PACKAGE_BUGREPORT ""
  3261. | #define PACKAGE_URL ""
  3262. | #define STDC_HEADERS 1
  3263. | #define HAVE_SYS_TYPES_H 1
  3264. | #define HAVE_SYS_STAT_H 1
  3265. | #define HAVE_STDLIB_H 1
  3266. | #define HAVE_STRING_H 1
  3267. | #define HAVE_MEMORY_H 1
  3268. | #define HAVE_STRINGS_H 1
  3269. | #define HAVE_INTTYPES_H 1
  3270. | #define HAVE_STDINT_H 1
  3271. | #define HAVE_UNISTD_H 1
  3272. | #define HAVE_SYS_FILE_H 1
  3273. | #define HAVE_SYS_PARAM_H 1
  3274. | #define HAVE_LIMITS_H 1
  3275. | #define HAVE_STDLIB_H 1
  3276. | #define HAVE_MALLOC_H 1
  3277. | #define HAVE_STRING_H 1
  3278. | #define HAVE_UNISTD_H 1
  3279. | #define HAVE_STRINGS_H 1
  3280. | #define HAVE_SYS_TIME_H 1
  3281. | #define HAVE_TIME_H 1
  3282. | #define HAVE_SYS_RESOURCE_H 1
  3283. | #define HAVE_SYS_STAT_H 1
  3284. | #define HAVE_SYS_MMAN_H 1
  3285. | #define HAVE_FCNTL_H 1
  3286. | #define HAVE_ALLOCA_H 1
  3287. | #define HAVE_SYS_SYSINFO_H 1
  3288. | #define HAVE_SYS_SYSCTL_H 1
  3289. | #define HAVE_STDINT_H 1
  3290. | #define HAVE_STDIO_EXT_H 1
  3291. | #define HAVE_SYS_PRCTL_H 1
  3292. | #define HAVE_SYS_WAIT_H 1
  3293. | #define TIME_WITH_SYS_TIME 1
  3294. | #define SIZEOF_INT 4
  3295. | #define SIZEOF_LONG 8
  3296. | #define HAVE_LONG_LONG 1
  3297. | #define SIZEOF_LONG_LONG 8
  3298. | #define UNSIGNED_64BIT_TYPE uint64_t
  3299. | #define HAVE_INTPTR_T 1
  3300. | #define HAVE_UINTPTR_T 1
  3301. | #define HAVE_UINTPTR_T 1
  3302. | #define HAVE_ASPRINTF 1
  3303. | #define HAVE_ATEXIT 1
  3304. | #define HAVE_BASENAME 1
  3305. | #define HAVE_BCMP 1
  3306. | #define HAVE_BCOPY 1
  3307. | #define HAVE_BSEARCH 1
  3308. | #define HAVE_BZERO 1
  3309. | #define HAVE_CALLOC 1
  3310. | #define HAVE_CLOCK 1
  3311. | #define HAVE_FFS 1
  3312. | #define HAVE_GETCWD 1
  3313. | #define HAVE_GETPAGESIZE 1
  3314. | #define HAVE_GETTIMEOFDAY 1
  3315. | #define HAVE_INDEX 1
  3316. | #define HAVE_INSQUE 1
  3317. | #define HAVE_MEMCHR 1
  3318. | #define HAVE_MEMCMP 1
  3319. | #define HAVE_MEMCPY 1
  3320. | #define HAVE_MEMMEM 1
  3321. | #define HAVE_MEMMOVE 1
  3322. | #define HAVE_MEMPCPY 1
  3323. | #define HAVE_MEMSET 1
  3324. | #define HAVE_MKSTEMPS 1
  3325. | #define HAVE_PUTENV 1
  3326. | #define HAVE_RANDOM 1
  3327. | #define HAVE_RENAME 1
  3328. | #define HAVE_RINDEX 1
  3329. | #define HAVE_SETENV 1
  3330. | #define HAVE_SNPRINTF 1
  3331. | #define HAVE_SIGSETMASK 1
  3332. | #define HAVE_STPCPY 1
  3333. | #define HAVE_STPNCPY 1
  3334. | #define HAVE_STRCASECMP 1
  3335. | #define HAVE_STRCHR 1
  3336. | #define HAVE_STRDUP 1
  3337. | #define HAVE_STRNCASECMP 1
  3338. | #define HAVE_STRNDUP 1
  3339. | #define HAVE_STRNLEN 1
  3340. | #define HAVE_STRRCHR 1
  3341. | #define HAVE_STRSTR 1
  3342. | #define HAVE_STRTOD 1
  3343. | #define HAVE_STRTOL 1
  3344. | #define HAVE_STRTOUL 1
  3345. | #define HAVE_STRTOLL 1
  3346. | #define HAVE_STRTOULL 1
  3347. | #define HAVE_STRVERSCMP 1
  3348. | #define HAVE_TMPNAM 1
  3349. | #define HAVE_VASPRINTF 1
  3350. | #define HAVE_VFPRINTF 1
  3351. | #define HAVE_VPRINTF 1
  3352. | #define HAVE_VSNPRINTF 1
  3353. | #define HAVE_VSPRINTF 1
  3354. | #define HAVE_WAITPID 1
  3355. | #define STACK_DIRECTION -1
  3356. | #define HAVE_FORK 1
  3357. | #define HAVE_VFORK 1
  3358. | #define HAVE_WORKING_VFORK 1
  3359. | #define HAVE_WORKING_FORK 1
  3360. | #define HAVE_SYS_ERRLIST 1
  3361. | #define HAVE_SYS_NERR 1
  3362. | #define HAVE_SYS_SIGLIST 1
  3363. | #define HAVE___FSETLOCKING 1
  3364. | #define HAVE_CANONICALIZE_FILE_NAME 1
  3365. | #define HAVE_DUP3 1
  3366. | #define HAVE_GETRLIMIT 1
  3367. | #define HAVE_GETRUSAGE 1
  3368. | #define HAVE_GETTIMEOFDAY 1
  3369. | #define HAVE_ON_EXIT 1
  3370. | #define HAVE_PSIGNAL 1
  3371. | #define HAVE_REALPATH 1
  3372. | #define HAVE_SETRLIMIT 1
  3373. | #define HAVE_SBRK 1
  3374. | #define HAVE_STRERROR 1
  3375. | #define HAVE_STRSIGNAL 1
  3376. | #define HAVE_SYSCONF 1
  3377. | #define HAVE_SYSCTL 1
  3378. | /* end confdefs.h. */
  3379. | /* Define table to an innocuous variant, in case <limits.h> declares table.
  3380. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3381. | #define table innocuous_table
  3382. |
  3383. | /* System header to define __stub macros and hopefully few prototypes,
  3384. | which can conflict with char table (); below.
  3385. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3386. | <limits.h> exists even on freestanding compilers. */
  3387. |
  3388. | #ifdef __STDC__
  3389. | # include <limits.h>
  3390. | #else
  3391. | # include <assert.h>
  3392. | #endif
  3393. |
  3394. | #undef table
  3395. |
  3396. | /* Override any GCC internal prototype to avoid an error.
  3397. | Use char because int might match the return type of a GCC
  3398. | builtin and then its argument prototype would still apply. */
  3399. | #ifdef __cplusplus
  3400. | extern "C"
  3401. | #endif
  3402. | char table ();
  3403. | /* The GNU C library defines this for functions which it implements
  3404. | to always fail with ENOSYS. Some functions are actually named
  3405. | something starting with __ and the normal name is an alias. */
  3406. | #if defined __stub_table || defined __stub___table
  3407. | choke me
  3408. | #endif
  3409. |
  3410. | int
  3411. | main ()
  3412. | {
  3413. | return table ();
  3414. | ;
  3415. | return 0;
  3416. | }
  3417. configure:6577: result: no
  3418. configure:6577: checking for times
  3419. configure:6577: cc -o conftest -O conftest.c >&5
  3420. configure:6577: $? = 0
  3421. configure:6577: result: yes
  3422. configure:6577: checking for wait3
  3423. configure:6577: cc -o conftest -O conftest.c >&5
  3424. configure:6577: $? = 0
  3425. configure:6577: result: yes
  3426. configure:6577: checking for wait4
  3427. configure:6577: cc -o conftest -O conftest.c >&5
  3428. configure:6577: $? = 0
  3429. configure:6577: result: yes
  3430. configure:6587: checking whether basename is declared
  3431. configure:6587: cc -c -O conftest.c >&5
  3432. conftest.c: In function 'main':
  3433. conftest.c:168:10: error: 'basename' undeclared (first use in this function)
  3434. (void) basename;
  3435. ^
  3436. conftest.c:168:10: note: each undeclared identifier is reported only once for each function it appears in
  3437. configure:6587: $? = 1
  3438. configure: failed program was:
  3439. | /* confdefs.h */
  3440. | #define PACKAGE_NAME ""
  3441. | #define PACKAGE_TARNAME ""
  3442. | #define PACKAGE_VERSION ""
  3443. | #define PACKAGE_STRING ""
  3444. | #define PACKAGE_BUGREPORT ""
  3445. | #define PACKAGE_URL ""
  3446. | #define STDC_HEADERS 1
  3447. | #define HAVE_SYS_TYPES_H 1
  3448. | #define HAVE_SYS_STAT_H 1
  3449. | #define HAVE_STDLIB_H 1
  3450. | #define HAVE_STRING_H 1
  3451. | #define HAVE_MEMORY_H 1
  3452. | #define HAVE_STRINGS_H 1
  3453. | #define HAVE_INTTYPES_H 1
  3454. | #define HAVE_STDINT_H 1
  3455. | #define HAVE_UNISTD_H 1
  3456. | #define HAVE_SYS_FILE_H 1
  3457. | #define HAVE_SYS_PARAM_H 1
  3458. | #define HAVE_LIMITS_H 1
  3459. | #define HAVE_STDLIB_H 1
  3460. | #define HAVE_MALLOC_H 1
  3461. | #define HAVE_STRING_H 1
  3462. | #define HAVE_UNISTD_H 1
  3463. | #define HAVE_STRINGS_H 1
  3464. | #define HAVE_SYS_TIME_H 1
  3465. | #define HAVE_TIME_H 1
  3466. | #define HAVE_SYS_RESOURCE_H 1
  3467. | #define HAVE_SYS_STAT_H 1
  3468. | #define HAVE_SYS_MMAN_H 1
  3469. | #define HAVE_FCNTL_H 1
  3470. | #define HAVE_ALLOCA_H 1
  3471. | #define HAVE_SYS_SYSINFO_H 1
  3472. | #define HAVE_SYS_SYSCTL_H 1
  3473. | #define HAVE_STDINT_H 1
  3474. | #define HAVE_STDIO_EXT_H 1
  3475. | #define HAVE_SYS_PRCTL_H 1
  3476. | #define HAVE_SYS_WAIT_H 1
  3477. | #define TIME_WITH_SYS_TIME 1
  3478. | #define SIZEOF_INT 4
  3479. | #define SIZEOF_LONG 8
  3480. | #define HAVE_LONG_LONG 1
  3481. | #define SIZEOF_LONG_LONG 8
  3482. | #define UNSIGNED_64BIT_TYPE uint64_t
  3483. | #define HAVE_INTPTR_T 1
  3484. | #define HAVE_UINTPTR_T 1
  3485. | #define HAVE_UINTPTR_T 1
  3486. | #define HAVE_ASPRINTF 1
  3487. | #define HAVE_ATEXIT 1
  3488. | #define HAVE_BASENAME 1
  3489. | #define HAVE_BCMP 1
  3490. | #define HAVE_BCOPY 1
  3491. | #define HAVE_BSEARCH 1
  3492. | #define HAVE_BZERO 1
  3493. | #define HAVE_CALLOC 1
  3494. | #define HAVE_CLOCK 1
  3495. | #define HAVE_FFS 1
  3496. | #define HAVE_GETCWD 1
  3497. | #define HAVE_GETPAGESIZE 1
  3498. | #define HAVE_GETTIMEOFDAY 1
  3499. | #define HAVE_INDEX 1
  3500. | #define HAVE_INSQUE 1
  3501. | #define HAVE_MEMCHR 1
  3502. | #define HAVE_MEMCMP 1
  3503. | #define HAVE_MEMCPY 1
  3504. | #define HAVE_MEMMEM 1
  3505. | #define HAVE_MEMMOVE 1
  3506. | #define HAVE_MEMPCPY 1
  3507. | #define HAVE_MEMSET 1
  3508. | #define HAVE_MKSTEMPS 1
  3509. | #define HAVE_PUTENV 1
  3510. | #define HAVE_RANDOM 1
  3511. | #define HAVE_RENAME 1
  3512. | #define HAVE_RINDEX 1
  3513. | #define HAVE_SETENV 1
  3514. | #define HAVE_SNPRINTF 1
  3515. | #define HAVE_SIGSETMASK 1
  3516. | #define HAVE_STPCPY 1
  3517. | #define HAVE_STPNCPY 1
  3518. | #define HAVE_STRCASECMP 1
  3519. | #define HAVE_STRCHR 1
  3520. | #define HAVE_STRDUP 1
  3521. | #define HAVE_STRNCASECMP 1
  3522. | #define HAVE_STRNDUP 1
  3523. | #define HAVE_STRNLEN 1
  3524. | #define HAVE_STRRCHR 1
  3525. | #define HAVE_STRSTR 1
  3526. | #define HAVE_STRTOD 1
  3527. | #define HAVE_STRTOL 1
  3528. | #define HAVE_STRTOUL 1
  3529. | #define HAVE_STRTOLL 1
  3530. | #define HAVE_STRTOULL 1
  3531. | #define HAVE_STRVERSCMP 1
  3532. | #define HAVE_TMPNAM 1
  3533. | #define HAVE_VASPRINTF 1
  3534. | #define HAVE_VFPRINTF 1
  3535. | #define HAVE_VPRINTF 1
  3536. | #define HAVE_VSNPRINTF 1
  3537. | #define HAVE_VSPRINTF 1
  3538. | #define HAVE_WAITPID 1
  3539. | #define STACK_DIRECTION -1
  3540. | #define HAVE_FORK 1
  3541. | #define HAVE_VFORK 1
  3542. | #define HAVE_WORKING_VFORK 1
  3543. | #define HAVE_WORKING_FORK 1
  3544. | #define HAVE_SYS_ERRLIST 1
  3545. | #define HAVE_SYS_NERR 1
  3546. | #define HAVE_SYS_SIGLIST 1
  3547. | #define HAVE___FSETLOCKING 1
  3548. | #define HAVE_CANONICALIZE_FILE_NAME 1
  3549. | #define HAVE_DUP3 1
  3550. | #define HAVE_GETRLIMIT 1
  3551. | #define HAVE_GETRUSAGE 1
  3552. | #define HAVE_GETTIMEOFDAY 1
  3553. | #define HAVE_ON_EXIT 1
  3554. | #define HAVE_PSIGNAL 1
  3555. | #define HAVE_REALPATH 1
  3556. | #define HAVE_SETRLIMIT 1
  3557. | #define HAVE_SBRK 1
  3558. | #define HAVE_STRERROR 1
  3559. | #define HAVE_STRSIGNAL 1
  3560. | #define HAVE_SYSCONF 1
  3561. | #define HAVE_SYSCTL 1
  3562. | #define HAVE_TIMES 1
  3563. | #define HAVE_WAIT3 1
  3564. | #define HAVE_WAIT4 1
  3565. | /* end confdefs.h. */
  3566. | #include <stdio.h>
  3567. | #ifdef HAVE_SYS_TYPES_H
  3568. | # include <sys/types.h>
  3569. | #endif
  3570. | #ifdef HAVE_SYS_STAT_H
  3571. | # include <sys/stat.h>
  3572. | #endif
  3573. | #ifdef STDC_HEADERS
  3574. | # include <stdlib.h>
  3575. | # include <stddef.h>
  3576. | #else
  3577. | # ifdef HAVE_STDLIB_H
  3578. | # include <stdlib.h>
  3579. | # endif
  3580. | #endif
  3581. | #ifdef HAVE_STRING_H
  3582. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3583. | # include <memory.h>
  3584. | # endif
  3585. | # include <string.h>
  3586. | #endif
  3587. | #ifdef HAVE_STRINGS_H
  3588. | # include <strings.h>
  3589. | #endif
  3590. | #ifdef HAVE_INTTYPES_H
  3591. | # include <inttypes.h>
  3592. | #endif
  3593. | #ifdef HAVE_STDINT_H
  3594. | # include <stdint.h>
  3595. | #endif
  3596. | #ifdef HAVE_UNISTD_H
  3597. | # include <unistd.h>
  3598. | #endif
  3599. | int
  3600. | main ()
  3601. | {
  3602. | #ifndef basename
  3603. | #ifdef __cplusplus
  3604. | (void) basename((char *) 0);
  3605. | #else
  3606. | (void) basename;
  3607. | #endif
  3608. | #endif
  3609. |
  3610. | ;
  3611. | return 0;
  3612. | }
  3613. configure:6587: result: no
  3614. configure:6597: checking whether ffs is declared
  3615. configure:6597: cc -c -O conftest.c >&5
  3616. configure:6597: $? = 0
  3617. configure:6597: result: yes
  3618. configure:6607: checking whether asprintf is declared
  3619. configure:6607: cc -c -O conftest.c >&5
  3620. conftest.c: In function 'main':
  3621. conftest.c:170:10: error: 'asprintf' undeclared (first use in this function)
  3622. (void) asprintf;
  3623. ^
  3624. conftest.c:170:10: note: each undeclared identifier is reported only once for each function it appears in
  3625. configure:6607: $? = 1
  3626. configure: failed program was:
  3627. | /* confdefs.h */
  3628. | #define PACKAGE_NAME ""
  3629. | #define PACKAGE_TARNAME ""
  3630. | #define PACKAGE_VERSION ""
  3631. | #define PACKAGE_STRING ""
  3632. | #define PACKAGE_BUGREPORT ""
  3633. | #define PACKAGE_URL ""
  3634. | #define STDC_HEADERS 1
  3635. | #define HAVE_SYS_TYPES_H 1
  3636. | #define HAVE_SYS_STAT_H 1
  3637. | #define HAVE_STDLIB_H 1
  3638. | #define HAVE_STRING_H 1
  3639. | #define HAVE_MEMORY_H 1
  3640. | #define HAVE_STRINGS_H 1
  3641. | #define HAVE_INTTYPES_H 1
  3642. | #define HAVE_STDINT_H 1
  3643. | #define HAVE_UNISTD_H 1
  3644. | #define HAVE_SYS_FILE_H 1
  3645. | #define HAVE_SYS_PARAM_H 1
  3646. | #define HAVE_LIMITS_H 1
  3647. | #define HAVE_STDLIB_H 1
  3648. | #define HAVE_MALLOC_H 1
  3649. | #define HAVE_STRING_H 1
  3650. | #define HAVE_UNISTD_H 1
  3651. | #define HAVE_STRINGS_H 1
  3652. | #define HAVE_SYS_TIME_H 1
  3653. | #define HAVE_TIME_H 1
  3654. | #define HAVE_SYS_RESOURCE_H 1
  3655. | #define HAVE_SYS_STAT_H 1
  3656. | #define HAVE_SYS_MMAN_H 1
  3657. | #define HAVE_FCNTL_H 1
  3658. | #define HAVE_ALLOCA_H 1
  3659. | #define HAVE_SYS_SYSINFO_H 1
  3660. | #define HAVE_SYS_SYSCTL_H 1
  3661. | #define HAVE_STDINT_H 1
  3662. | #define HAVE_STDIO_EXT_H 1
  3663. | #define HAVE_SYS_PRCTL_H 1
  3664. | #define HAVE_SYS_WAIT_H 1
  3665. | #define TIME_WITH_SYS_TIME 1
  3666. | #define SIZEOF_INT 4
  3667. | #define SIZEOF_LONG 8
  3668. | #define HAVE_LONG_LONG 1
  3669. | #define SIZEOF_LONG_LONG 8
  3670. | #define UNSIGNED_64BIT_TYPE uint64_t
  3671. | #define HAVE_INTPTR_T 1
  3672. | #define HAVE_UINTPTR_T 1
  3673. | #define HAVE_UINTPTR_T 1
  3674. | #define HAVE_ASPRINTF 1
  3675. | #define HAVE_ATEXIT 1
  3676. | #define HAVE_BASENAME 1
  3677. | #define HAVE_BCMP 1
  3678. | #define HAVE_BCOPY 1
  3679. | #define HAVE_BSEARCH 1
  3680. | #define HAVE_BZERO 1
  3681. | #define HAVE_CALLOC 1
  3682. | #define HAVE_CLOCK 1
  3683. | #define HAVE_FFS 1
  3684. | #define HAVE_GETCWD 1
  3685. | #define HAVE_GETPAGESIZE 1
  3686. | #define HAVE_GETTIMEOFDAY 1
  3687. | #define HAVE_INDEX 1
  3688. | #define HAVE_INSQUE 1
  3689. | #define HAVE_MEMCHR 1
  3690. | #define HAVE_MEMCMP 1
  3691. | #define HAVE_MEMCPY 1
  3692. | #define HAVE_MEMMEM 1
  3693. | #define HAVE_MEMMOVE 1
  3694. | #define HAVE_MEMPCPY 1
  3695. | #define HAVE_MEMSET 1
  3696. | #define HAVE_MKSTEMPS 1
  3697. | #define HAVE_PUTENV 1
  3698. | #define HAVE_RANDOM 1
  3699. | #define HAVE_RENAME 1
  3700. | #define HAVE_RINDEX 1
  3701. | #define HAVE_SETENV 1
  3702. | #define HAVE_SNPRINTF 1
  3703. | #define HAVE_SIGSETMASK 1
  3704. | #define HAVE_STPCPY 1
  3705. | #define HAVE_STPNCPY 1
  3706. | #define HAVE_STRCASECMP 1
  3707. | #define HAVE_STRCHR 1
  3708. | #define HAVE_STRDUP 1
  3709. | #define HAVE_STRNCASECMP 1
  3710. | #define HAVE_STRNDUP 1
  3711. | #define HAVE_STRNLEN 1
  3712. | #define HAVE_STRRCHR 1
  3713. | #define HAVE_STRSTR 1
  3714. | #define HAVE_STRTOD 1
  3715. | #define HAVE_STRTOL 1
  3716. | #define HAVE_STRTOUL 1
  3717. | #define HAVE_STRTOLL 1
  3718. | #define HAVE_STRTOULL 1
  3719. | #define HAVE_STRVERSCMP 1
  3720. | #define HAVE_TMPNAM 1
  3721. | #define HAVE_VASPRINTF 1
  3722. | #define HAVE_VFPRINTF 1
  3723. | #define HAVE_VPRINTF 1
  3724. | #define HAVE_VSNPRINTF 1
  3725. | #define HAVE_VSPRINTF 1
  3726. | #define HAVE_WAITPID 1
  3727. | #define STACK_DIRECTION -1
  3728. | #define HAVE_FORK 1
  3729. | #define HAVE_VFORK 1
  3730. | #define HAVE_WORKING_VFORK 1
  3731. | #define HAVE_WORKING_FORK 1
  3732. | #define HAVE_SYS_ERRLIST 1
  3733. | #define HAVE_SYS_NERR 1
  3734. | #define HAVE_SYS_SIGLIST 1
  3735. | #define HAVE___FSETLOCKING 1
  3736. | #define HAVE_CANONICALIZE_FILE_NAME 1
  3737. | #define HAVE_DUP3 1
  3738. | #define HAVE_GETRLIMIT 1
  3739. | #define HAVE_GETRUSAGE 1
  3740. | #define HAVE_GETTIMEOFDAY 1
  3741. | #define HAVE_ON_EXIT 1
  3742. | #define HAVE_PSIGNAL 1
  3743. | #define HAVE_REALPATH 1
  3744. | #define HAVE_SETRLIMIT 1
  3745. | #define HAVE_SBRK 1
  3746. | #define HAVE_STRERROR 1
  3747. | #define HAVE_STRSIGNAL 1
  3748. | #define HAVE_SYSCONF 1
  3749. | #define HAVE_SYSCTL 1
  3750. | #define HAVE_TIMES 1
  3751. | #define HAVE_WAIT3 1
  3752. | #define HAVE_WAIT4 1
  3753. | #define HAVE_DECL_BASENAME 0
  3754. | #define HAVE_DECL_FFS 1
  3755. | /* end confdefs.h. */
  3756. | #include <stdio.h>
  3757. | #ifdef HAVE_SYS_TYPES_H
  3758. | # include <sys/types.h>
  3759. | #endif
  3760. | #ifdef HAVE_SYS_STAT_H
  3761. | # include <sys/stat.h>
  3762. | #endif
  3763. | #ifdef STDC_HEADERS
  3764. | # include <stdlib.h>
  3765. | # include <stddef.h>
  3766. | #else
  3767. | # ifdef HAVE_STDLIB_H
  3768. | # include <stdlib.h>
  3769. | # endif
  3770. | #endif
  3771. | #ifdef HAVE_STRING_H
  3772. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3773. | # include <memory.h>
  3774. | # endif
  3775. | # include <string.h>
  3776. | #endif
  3777. | #ifdef HAVE_STRINGS_H
  3778. | # include <strings.h>
  3779. | #endif
  3780. | #ifdef HAVE_INTTYPES_H
  3781. | # include <inttypes.h>
  3782. | #endif
  3783. | #ifdef HAVE_STDINT_H
  3784. | # include <stdint.h>
  3785. | #endif
  3786. | #ifdef HAVE_UNISTD_H
  3787. | # include <unistd.h>
  3788. | #endif
  3789. | int
  3790. | main ()
  3791. | {
  3792. | #ifndef asprintf
  3793. | #ifdef __cplusplus
  3794. | (void) asprintf;
  3795. | #else
  3796. | (void) asprintf;
  3797. | #endif
  3798. | #endif
  3799. |
  3800. | ;
  3801. | return 0;
  3802. | }
  3803. configure:6607: result: no
  3804. configure:6617: checking whether vasprintf is declared
  3805. configure:6617: cc -c -O conftest.c >&5
  3806. conftest.c: In function 'main':
  3807. conftest.c:171:10: error: 'vasprintf' undeclared (first use in this function)
  3808. (void) vasprintf;
  3809. ^
  3810. conftest.c:171:10: note: each undeclared identifier is reported only once for each function it appears in
  3811. configure:6617: $? = 1
  3812. configure: failed program was:
  3813. | /* confdefs.h */
  3814. | #define PACKAGE_NAME ""
  3815. | #define PACKAGE_TARNAME ""
  3816. | #define PACKAGE_VERSION ""
  3817. | #define PACKAGE_STRING ""
  3818. | #define PACKAGE_BUGREPORT ""
  3819. | #define PACKAGE_URL ""
  3820. | #define STDC_HEADERS 1
  3821. | #define HAVE_SYS_TYPES_H 1
  3822. | #define HAVE_SYS_STAT_H 1
  3823. | #define HAVE_STDLIB_H 1
  3824. | #define HAVE_STRING_H 1
  3825. | #define HAVE_MEMORY_H 1
  3826. | #define HAVE_STRINGS_H 1
  3827. | #define HAVE_INTTYPES_H 1
  3828. | #define HAVE_STDINT_H 1
  3829. | #define HAVE_UNISTD_H 1
  3830. | #define HAVE_SYS_FILE_H 1
  3831. | #define HAVE_SYS_PARAM_H 1
  3832. | #define HAVE_LIMITS_H 1
  3833. | #define HAVE_STDLIB_H 1
  3834. | #define HAVE_MALLOC_H 1
  3835. | #define HAVE_STRING_H 1
  3836. | #define HAVE_UNISTD_H 1
  3837. | #define HAVE_STRINGS_H 1
  3838. | #define HAVE_SYS_TIME_H 1
  3839. | #define HAVE_TIME_H 1
  3840. | #define HAVE_SYS_RESOURCE_H 1
  3841. | #define HAVE_SYS_STAT_H 1
  3842. | #define HAVE_SYS_MMAN_H 1
  3843. | #define HAVE_FCNTL_H 1
  3844. | #define HAVE_ALLOCA_H 1
  3845. | #define HAVE_SYS_SYSINFO_H 1
  3846. | #define HAVE_SYS_SYSCTL_H 1
  3847. | #define HAVE_STDINT_H 1
  3848. | #define HAVE_STDIO_EXT_H 1
  3849. | #define HAVE_SYS_PRCTL_H 1
  3850. | #define HAVE_SYS_WAIT_H 1
  3851. | #define TIME_WITH_SYS_TIME 1
  3852. | #define SIZEOF_INT 4
  3853. | #define SIZEOF_LONG 8
  3854. | #define HAVE_LONG_LONG 1
  3855. | #define SIZEOF_LONG_LONG 8
  3856. | #define UNSIGNED_64BIT_TYPE uint64_t
  3857. | #define HAVE_INTPTR_T 1
  3858. | #define HAVE_UINTPTR_T 1
  3859. | #define HAVE_UINTPTR_T 1
  3860. | #define HAVE_ASPRINTF 1
  3861. | #define HAVE_ATEXIT 1
  3862. | #define HAVE_BASENAME 1
  3863. | #define HAVE_BCMP 1
  3864. | #define HAVE_BCOPY 1
  3865. | #define HAVE_BSEARCH 1
  3866. | #define HAVE_BZERO 1
  3867. | #define HAVE_CALLOC 1
  3868. | #define HAVE_CLOCK 1
  3869. | #define HAVE_FFS 1
  3870. | #define HAVE_GETCWD 1
  3871. | #define HAVE_GETPAGESIZE 1
  3872. | #define HAVE_GETTIMEOFDAY 1
  3873. | #define HAVE_INDEX 1
  3874. | #define HAVE_INSQUE 1
  3875. | #define HAVE_MEMCHR 1
  3876. | #define HAVE_MEMCMP 1
  3877. | #define HAVE_MEMCPY 1
  3878. | #define HAVE_MEMMEM 1
  3879. | #define HAVE_MEMMOVE 1
  3880. | #define HAVE_MEMPCPY 1
  3881. | #define HAVE_MEMSET 1
  3882. | #define HAVE_MKSTEMPS 1
  3883. | #define HAVE_PUTENV 1
  3884. | #define HAVE_RANDOM 1
  3885. | #define HAVE_RENAME 1
  3886. | #define HAVE_RINDEX 1
  3887. | #define HAVE_SETENV 1
  3888. | #define HAVE_SNPRINTF 1
  3889. | #define HAVE_SIGSETMASK 1
  3890. | #define HAVE_STPCPY 1
  3891. | #define HAVE_STPNCPY 1
  3892. | #define HAVE_STRCASECMP 1
  3893. | #define HAVE_STRCHR 1
  3894. | #define HAVE_STRDUP 1
  3895. | #define HAVE_STRNCASECMP 1
  3896. | #define HAVE_STRNDUP 1
  3897. | #define HAVE_STRNLEN 1
  3898. | #define HAVE_STRRCHR 1
  3899. | #define HAVE_STRSTR 1
  3900. | #define HAVE_STRTOD 1
  3901. | #define HAVE_STRTOL 1
  3902. | #define HAVE_STRTOUL 1
  3903. | #define HAVE_STRTOLL 1
  3904. | #define HAVE_STRTOULL 1
  3905. | #define HAVE_STRVERSCMP 1
  3906. | #define HAVE_TMPNAM 1
  3907. | #define HAVE_VASPRINTF 1
  3908. | #define HAVE_VFPRINTF 1
  3909. | #define HAVE_VPRINTF 1
  3910. | #define HAVE_VSNPRINTF 1
  3911. | #define HAVE_VSPRINTF 1
  3912. | #define HAVE_WAITPID 1
  3913. | #define STACK_DIRECTION -1
  3914. | #define HAVE_FORK 1
  3915. | #define HAVE_VFORK 1
  3916. | #define HAVE_WORKING_VFORK 1
  3917. | #define HAVE_WORKING_FORK 1
  3918. | #define HAVE_SYS_ERRLIST 1
  3919. | #define HAVE_SYS_NERR 1
  3920. | #define HAVE_SYS_SIGLIST 1
  3921. | #define HAVE___FSETLOCKING 1
  3922. | #define HAVE_CANONICALIZE_FILE_NAME 1
  3923. | #define HAVE_DUP3 1
  3924. | #define HAVE_GETRLIMIT 1
  3925. | #define HAVE_GETRUSAGE 1
  3926. | #define HAVE_GETTIMEOFDAY 1
  3927. | #define HAVE_ON_EXIT 1
  3928. | #define HAVE_PSIGNAL 1
  3929. | #define HAVE_REALPATH 1
  3930. | #define HAVE_SETRLIMIT 1
  3931. | #define HAVE_SBRK 1
  3932. | #define HAVE_STRERROR 1
  3933. | #define HAVE_STRSIGNAL 1
  3934. | #define HAVE_SYSCONF 1
  3935. | #define HAVE_SYSCTL 1
  3936. | #define HAVE_TIMES 1
  3937. | #define HAVE_WAIT3 1
  3938. | #define HAVE_WAIT4 1
  3939. | #define HAVE_DECL_BASENAME 0
  3940. | #define HAVE_DECL_FFS 1
  3941. | #define HAVE_DECL_ASPRINTF 0
  3942. | /* end confdefs.h. */
  3943. | #include <stdio.h>
  3944. | #ifdef HAVE_SYS_TYPES_H
  3945. | # include <sys/types.h>
  3946. | #endif
  3947. | #ifdef HAVE_SYS_STAT_H
  3948. | # include <sys/stat.h>
  3949. | #endif
  3950. | #ifdef STDC_HEADERS
  3951. | # include <stdlib.h>
  3952. | # include <stddef.h>
  3953. | #else
  3954. | # ifdef HAVE_STDLIB_H
  3955. | # include <stdlib.h>
  3956. | # endif
  3957. | #endif
  3958. | #ifdef HAVE_STRING_H
  3959. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3960. | # include <memory.h>
  3961. | # endif
  3962. | # include <string.h>
  3963. | #endif
  3964. | #ifdef HAVE_STRINGS_H
  3965. | # include <strings.h>
  3966. | #endif
  3967. | #ifdef HAVE_INTTYPES_H
  3968. | # include <inttypes.h>
  3969. | #endif
  3970. | #ifdef HAVE_STDINT_H
  3971. | # include <stdint.h>
  3972. | #endif
  3973. | #ifdef HAVE_UNISTD_H
  3974. | # include <unistd.h>
  3975. | #endif
  3976. | int
  3977. | main ()
  3978. | {
  3979. | #ifndef vasprintf
  3980. | #ifdef __cplusplus
  3981. | (void) vasprintf;
  3982. | #else
  3983. | (void) vasprintf;
  3984. | #endif
  3985. | #endif
  3986. |
  3987. | ;
  3988. | return 0;
  3989. | }
  3990. configure:6617: result: no
  3991. configure:6627: checking whether snprintf is declared
  3992. configure:6627: cc -c -O conftest.c >&5
  3993. configure:6627: $? = 0
  3994. configure:6627: result: yes
  3995. configure:6637: checking whether vsnprintf is declared
  3996. configure:6637: cc -c -O conftest.c >&5
  3997. configure:6637: $? = 0
  3998. configure:6637: result: yes
  3999. configure:6648: checking whether calloc is declared
  4000. configure:6648: cc -c -O conftest.c >&5
  4001. configure:6648: $? = 0
  4002. configure:6648: result: yes
  4003. configure:6658: checking whether getenv is declared
  4004. configure:6658: cc -c -O conftest.c >&5
  4005. configure:6658: $? = 0
  4006. configure:6658: result: yes
  4007. configure:6668: checking whether getopt is declared
  4008. configure:6668: cc -c -O conftest.c >&5
  4009. configure:6668: $? = 0
  4010. configure:6668: result: yes
  4011. configure:6678: checking whether malloc is declared
  4012. configure:6678: cc -c -O conftest.c >&5
  4013. configure:6678: $? = 0
  4014. configure:6678: result: yes
  4015. configure:6688: checking whether realloc is declared
  4016. configure:6688: cc -c -O conftest.c >&5
  4017. configure:6688: $? = 0
  4018. configure:6688: result: yes
  4019. configure:6698: checking whether sbrk is declared
  4020. configure:6698: cc -c -O conftest.c >&5
  4021. configure:6698: $? = 0
  4022. configure:6698: result: yes
  4023. configure:6709: checking whether strtol is declared
  4024. configure:6709: cc -c -O conftest.c >&5
  4025. configure:6709: $? = 0
  4026. configure:6709: result: yes
  4027. configure:6719: checking whether strtoul is declared
  4028. configure:6719: cc -c -O conftest.c >&5
  4029. configure:6719: $? = 0
  4030. configure:6719: result: yes
  4031. configure:6729: checking whether strtoll is declared
  4032. configure:6729: cc -c -O conftest.c >&5
  4033. configure:6729: $? = 0
  4034. configure:6729: result: yes
  4035. configure:6739: checking whether strtoull is declared
  4036. configure:6739: cc -c -O conftest.c >&5
  4037. configure:6739: $? = 0
  4038. configure:6739: result: yes
  4039. configure:6750: checking whether strverscmp is declared
  4040. configure:6750: cc -c -O conftest.c >&5
  4041. conftest.c: In function 'main':
  4042. conftest.c:184:10: error: 'strverscmp' undeclared (first use in this function)
  4043. (void) strverscmp;
  4044. ^
  4045. conftest.c:184:10: note: each undeclared identifier is reported only once for each function it appears in
  4046. configure:6750: $? = 1
  4047. configure: failed program was:
  4048. | /* confdefs.h */
  4049. | #define PACKAGE_NAME ""
  4050. | #define PACKAGE_TARNAME ""
  4051. | #define PACKAGE_VERSION ""
  4052. | #define PACKAGE_STRING ""
  4053. | #define PACKAGE_BUGREPORT ""
  4054. | #define PACKAGE_URL ""
  4055. | #define STDC_HEADERS 1
  4056. | #define HAVE_SYS_TYPES_H 1
  4057. | #define HAVE_SYS_STAT_H 1
  4058. | #define HAVE_STDLIB_H 1
  4059. | #define HAVE_STRING_H 1
  4060. | #define HAVE_MEMORY_H 1
  4061. | #define HAVE_STRINGS_H 1
  4062. | #define HAVE_INTTYPES_H 1
  4063. | #define HAVE_STDINT_H 1
  4064. | #define HAVE_UNISTD_H 1
  4065. | #define HAVE_SYS_FILE_H 1
  4066. | #define HAVE_SYS_PARAM_H 1
  4067. | #define HAVE_LIMITS_H 1
  4068. | #define HAVE_STDLIB_H 1
  4069. | #define HAVE_MALLOC_H 1
  4070. | #define HAVE_STRING_H 1
  4071. | #define HAVE_UNISTD_H 1
  4072. | #define HAVE_STRINGS_H 1
  4073. | #define HAVE_SYS_TIME_H 1
  4074. | #define HAVE_TIME_H 1
  4075. | #define HAVE_SYS_RESOURCE_H 1
  4076. | #define HAVE_SYS_STAT_H 1
  4077. | #define HAVE_SYS_MMAN_H 1
  4078. | #define HAVE_FCNTL_H 1
  4079. | #define HAVE_ALLOCA_H 1
  4080. | #define HAVE_SYS_SYSINFO_H 1
  4081. | #define HAVE_SYS_SYSCTL_H 1
  4082. | #define HAVE_STDINT_H 1
  4083. | #define HAVE_STDIO_EXT_H 1
  4084. | #define HAVE_SYS_PRCTL_H 1
  4085. | #define HAVE_SYS_WAIT_H 1
  4086. | #define TIME_WITH_SYS_TIME 1
  4087. | #define SIZEOF_INT 4
  4088. | #define SIZEOF_LONG 8
  4089. | #define HAVE_LONG_LONG 1
  4090. | #define SIZEOF_LONG_LONG 8
  4091. | #define UNSIGNED_64BIT_TYPE uint64_t
  4092. | #define HAVE_INTPTR_T 1
  4093. | #define HAVE_UINTPTR_T 1
  4094. | #define HAVE_UINTPTR_T 1
  4095. | #define HAVE_ASPRINTF 1
  4096. | #define HAVE_ATEXIT 1
  4097. | #define HAVE_BASENAME 1
  4098. | #define HAVE_BCMP 1
  4099. | #define HAVE_BCOPY 1
  4100. | #define HAVE_BSEARCH 1
  4101. | #define HAVE_BZERO 1
  4102. | #define HAVE_CALLOC 1
  4103. | #define HAVE_CLOCK 1
  4104. | #define HAVE_FFS 1
  4105. | #define HAVE_GETCWD 1
  4106. | #define HAVE_GETPAGESIZE 1
  4107. | #define HAVE_GETTIMEOFDAY 1
  4108. | #define HAVE_INDEX 1
  4109. | #define HAVE_INSQUE 1
  4110. | #define HAVE_MEMCHR 1
  4111. | #define HAVE_MEMCMP 1
  4112. | #define HAVE_MEMCPY 1
  4113. | #define HAVE_MEMMEM 1
  4114. | #define HAVE_MEMMOVE 1
  4115. | #define HAVE_MEMPCPY 1
  4116. | #define HAVE_MEMSET 1
  4117. | #define HAVE_MKSTEMPS 1
  4118. | #define HAVE_PUTENV 1
  4119. | #define HAVE_RANDOM 1
  4120. | #define HAVE_RENAME 1
  4121. | #define HAVE_RINDEX 1
  4122. | #define HAVE_SETENV 1
  4123. | #define HAVE_SNPRINTF 1
  4124. | #define HAVE_SIGSETMASK 1
  4125. | #define HAVE_STPCPY 1
  4126. | #define HAVE_STPNCPY 1
  4127. | #define HAVE_STRCASECMP 1
  4128. | #define HAVE_STRCHR 1
  4129. | #define HAVE_STRDUP 1
  4130. | #define HAVE_STRNCASECMP 1
  4131. | #define HAVE_STRNDUP 1
  4132. | #define HAVE_STRNLEN 1
  4133. | #define HAVE_STRRCHR 1
  4134. | #define HAVE_STRSTR 1
  4135. | #define HAVE_STRTOD 1
  4136. | #define HAVE_STRTOL 1
  4137. | #define HAVE_STRTOUL 1
  4138. | #define HAVE_STRTOLL 1
  4139. | #define HAVE_STRTOULL 1
  4140. | #define HAVE_STRVERSCMP 1
  4141. | #define HAVE_TMPNAM 1
  4142. | #define HAVE_VASPRINTF 1
  4143. | #define HAVE_VFPRINTF 1
  4144. | #define HAVE_VPRINTF 1
  4145. | #define HAVE_VSNPRINTF 1
  4146. | #define HAVE_VSPRINTF 1
  4147. | #define HAVE_WAITPID 1
  4148. | #define STACK_DIRECTION -1
  4149. | #define HAVE_FORK 1
  4150. | #define HAVE_VFORK 1
  4151. | #define HAVE_WORKING_VFORK 1
  4152. | #define HAVE_WORKING_FORK 1
  4153. | #define HAVE_SYS_ERRLIST 1
  4154. | #define HAVE_SYS_NERR 1
  4155. | #define HAVE_SYS_SIGLIST 1
  4156. | #define HAVE___FSETLOCKING 1
  4157. | #define HAVE_CANONICALIZE_FILE_NAME 1
  4158. | #define HAVE_DUP3 1
  4159. | #define HAVE_GETRLIMIT 1
  4160. | #define HAVE_GETRUSAGE 1
  4161. | #define HAVE_GETTIMEOFDAY 1
  4162. | #define HAVE_ON_EXIT 1
  4163. | #define HAVE_PSIGNAL 1
  4164. | #define HAVE_REALPATH 1
  4165. | #define HAVE_SETRLIMIT 1
  4166. | #define HAVE_SBRK 1
  4167. | #define HAVE_STRERROR 1
  4168. | #define HAVE_STRSIGNAL 1
  4169. | #define HAVE_SYSCONF 1
  4170. | #define HAVE_SYSCTL 1
  4171. | #define HAVE_TIMES 1
  4172. | #define HAVE_WAIT3 1
  4173. | #define HAVE_WAIT4 1
  4174. | #define HAVE_DECL_BASENAME 0
  4175. | #define HAVE_DECL_FFS 1
  4176. | #define HAVE_DECL_ASPRINTF 0
  4177. | #define HAVE_DECL_VASPRINTF 0
  4178. | #define HAVE_DECL_SNPRINTF 1
  4179. | #define HAVE_DECL_VSNPRINTF 1
  4180. | #define HAVE_DECL_CALLOC 1
  4181. | #define HAVE_DECL_GETENV 1
  4182. | #define HAVE_DECL_GETOPT 1
  4183. | #define HAVE_DECL_MALLOC 1
  4184. | #define HAVE_DECL_REALLOC 1
  4185. | #define HAVE_DECL_SBRK 1
  4186. | #define HAVE_DECL_STRTOL 1
  4187. | #define HAVE_DECL_STRTOUL 1
  4188. | #define HAVE_DECL_STRTOLL 1
  4189. | #define HAVE_DECL_STRTOULL 1
  4190. | /* end confdefs.h. */
  4191. | #include <stdio.h>
  4192. | #ifdef HAVE_SYS_TYPES_H
  4193. | # include <sys/types.h>
  4194. | #endif
  4195. | #ifdef HAVE_SYS_STAT_H
  4196. | # include <sys/stat.h>
  4197. | #endif
  4198. | #ifdef STDC_HEADERS
  4199. | # include <stdlib.h>
  4200. | # include <stddef.h>
  4201. | #else
  4202. | # ifdef HAVE_STDLIB_H
  4203. | # include <stdlib.h>
  4204. | # endif
  4205. | #endif
  4206. | #ifdef HAVE_STRING_H
  4207. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4208. | # include <memory.h>
  4209. | # endif
  4210. | # include <string.h>
  4211. | #endif
  4212. | #ifdef HAVE_STRINGS_H
  4213. | # include <strings.h>
  4214. | #endif
  4215. | #ifdef HAVE_INTTYPES_H
  4216. | # include <inttypes.h>
  4217. | #endif
  4218. | #ifdef HAVE_STDINT_H
  4219. | # include <stdint.h>
  4220. | #endif
  4221. | #ifdef HAVE_UNISTD_H
  4222. | # include <unistd.h>
  4223. | #endif
  4224. | int
  4225. | main ()
  4226. | {
  4227. | #ifndef strverscmp
  4228. | #ifdef __cplusplus
  4229. | (void) strverscmp;
  4230. | #else
  4231. | (void) strverscmp;
  4232. | #endif
  4233. | #endif
  4234. |
  4235. | ;
  4236. | return 0;
  4237. | }
  4238. configure:6750: result: no
  4239. configure:6761: checking whether canonicalize_file_name must be declared
  4240. configure:6792: cc -c -O conftest.c >&5
  4241. conftest.c: In function 'main':
  4242. conftest.c:164:28: error: 'canonicalize_file_name' undeclared (first use in this function)
  4243. char *(*pfn) = (char *(*)) canonicalize_file_name
  4244. ^
  4245. conftest.c:164:28: note: each undeclared identifier is reported only once for each function it appears in
  4246. configure:6792: $? = 1
  4247. configure: failed program was:
  4248. | /* confdefs.h */
  4249. | #define PACKAGE_NAME ""
  4250. | #define PACKAGE_TARNAME ""
  4251. | #define PACKAGE_VERSION ""
  4252. | #define PACKAGE_STRING ""
  4253. | #define PACKAGE_BUGREPORT ""
  4254. | #define PACKAGE_URL ""
  4255. | #define STDC_HEADERS 1
  4256. | #define HAVE_SYS_TYPES_H 1
  4257. | #define HAVE_SYS_STAT_H 1
  4258. | #define HAVE_STDLIB_H 1
  4259. | #define HAVE_STRING_H 1
  4260. | #define HAVE_MEMORY_H 1
  4261. | #define HAVE_STRINGS_H 1
  4262. | #define HAVE_INTTYPES_H 1
  4263. | #define HAVE_STDINT_H 1
  4264. | #define HAVE_UNISTD_H 1
  4265. | #define HAVE_SYS_FILE_H 1
  4266. | #define HAVE_SYS_PARAM_H 1
  4267. | #define HAVE_LIMITS_H 1
  4268. | #define HAVE_STDLIB_H 1
  4269. | #define HAVE_MALLOC_H 1
  4270. | #define HAVE_STRING_H 1
  4271. | #define HAVE_UNISTD_H 1
  4272. | #define HAVE_STRINGS_H 1
  4273. | #define HAVE_SYS_TIME_H 1
  4274. | #define HAVE_TIME_H 1
  4275. | #define HAVE_SYS_RESOURCE_H 1
  4276. | #define HAVE_SYS_STAT_H 1
  4277. | #define HAVE_SYS_MMAN_H 1
  4278. | #define HAVE_FCNTL_H 1
  4279. | #define HAVE_ALLOCA_H 1
  4280. | #define HAVE_SYS_SYSINFO_H 1
  4281. | #define HAVE_SYS_SYSCTL_H 1
  4282. | #define HAVE_STDINT_H 1
  4283. | #define HAVE_STDIO_EXT_H 1
  4284. | #define HAVE_SYS_PRCTL_H 1
  4285. | #define HAVE_SYS_WAIT_H 1
  4286. | #define TIME_WITH_SYS_TIME 1
  4287. | #define SIZEOF_INT 4
  4288. | #define SIZEOF_LONG 8
  4289. | #define HAVE_LONG_LONG 1
  4290. | #define SIZEOF_LONG_LONG 8
  4291. | #define UNSIGNED_64BIT_TYPE uint64_t
  4292. | #define HAVE_INTPTR_T 1
  4293. | #define HAVE_UINTPTR_T 1
  4294. | #define HAVE_UINTPTR_T 1
  4295. | #define HAVE_ASPRINTF 1
  4296. | #define HAVE_ATEXIT 1
  4297. | #define HAVE_BASENAME 1
  4298. | #define HAVE_BCMP 1
  4299. | #define HAVE_BCOPY 1
  4300. | #define HAVE_BSEARCH 1
  4301. | #define HAVE_BZERO 1
  4302. | #define HAVE_CALLOC 1
  4303. | #define HAVE_CLOCK 1
  4304. | #define HAVE_FFS 1
  4305. | #define HAVE_GETCWD 1
  4306. | #define HAVE_GETPAGESIZE 1
  4307. | #define HAVE_GETTIMEOFDAY 1
  4308. | #define HAVE_INDEX 1
  4309. | #define HAVE_INSQUE 1
  4310. | #define HAVE_MEMCHR 1
  4311. | #define HAVE_MEMCMP 1
  4312. | #define HAVE_MEMCPY 1
  4313. | #define HAVE_MEMMEM 1
  4314. | #define HAVE_MEMMOVE 1
  4315. | #define HAVE_MEMPCPY 1
  4316. | #define HAVE_MEMSET 1
  4317. | #define HAVE_MKSTEMPS 1
  4318. | #define HAVE_PUTENV 1
  4319. | #define HAVE_RANDOM 1
  4320. | #define HAVE_RENAME 1
  4321. | #define HAVE_RINDEX 1
  4322. | #define HAVE_SETENV 1
  4323. | #define HAVE_SNPRINTF 1
  4324. | #define HAVE_SIGSETMASK 1
  4325. | #define HAVE_STPCPY 1
  4326. | #define HAVE_STPNCPY 1
  4327. | #define HAVE_STRCASECMP 1
  4328. | #define HAVE_STRCHR 1
  4329. | #define HAVE_STRDUP 1
  4330. | #define HAVE_STRNCASECMP 1
  4331. | #define HAVE_STRNDUP 1
  4332. | #define HAVE_STRNLEN 1
  4333. | #define HAVE_STRRCHR 1
  4334. | #define HAVE_STRSTR 1
  4335. | #define HAVE_STRTOD 1
  4336. | #define HAVE_STRTOL 1
  4337. | #define HAVE_STRTOUL 1
  4338. | #define HAVE_STRTOLL 1
  4339. | #define HAVE_STRTOULL 1
  4340. | #define HAVE_STRVERSCMP 1
  4341. | #define HAVE_TMPNAM 1
  4342. | #define HAVE_VASPRINTF 1
  4343. | #define HAVE_VFPRINTF 1
  4344. | #define HAVE_VPRINTF 1
  4345. | #define HAVE_VSNPRINTF 1
  4346. | #define HAVE_VSPRINTF 1
  4347. | #define HAVE_WAITPID 1
  4348. | #define STACK_DIRECTION -1
  4349. | #define HAVE_FORK 1
  4350. | #define HAVE_VFORK 1
  4351. | #define HAVE_WORKING_VFORK 1
  4352. | #define HAVE_WORKING_FORK 1
  4353. | #define HAVE_SYS_ERRLIST 1
  4354. | #define HAVE_SYS_NERR 1
  4355. | #define HAVE_SYS_SIGLIST 1
  4356. | #define HAVE___FSETLOCKING 1
  4357. | #define HAVE_CANONICALIZE_FILE_NAME 1
  4358. | #define HAVE_DUP3 1
  4359. | #define HAVE_GETRLIMIT 1
  4360. | #define HAVE_GETRUSAGE 1
  4361. | #define HAVE_GETTIMEOFDAY 1
  4362. | #define HAVE_ON_EXIT 1
  4363. | #define HAVE_PSIGNAL 1
  4364. | #define HAVE_REALPATH 1
  4365. | #define HAVE_SETRLIMIT 1
  4366. | #define HAVE_SBRK 1
  4367. | #define HAVE_STRERROR 1
  4368. | #define HAVE_STRSIGNAL 1
  4369. | #define HAVE_SYSCONF 1
  4370. | #define HAVE_SYSCTL 1
  4371. | #define HAVE_TIMES 1
  4372. | #define HAVE_WAIT3 1
  4373. | #define HAVE_WAIT4 1
  4374. | #define HAVE_DECL_BASENAME 0
  4375. | #define HAVE_DECL_FFS 1
  4376. | #define HAVE_DECL_ASPRINTF 0
  4377. | #define HAVE_DECL_VASPRINTF 0
  4378. | #define HAVE_DECL_SNPRINTF 1
  4379. | #define HAVE_DECL_VSNPRINTF 1
  4380. | #define HAVE_DECL_CALLOC 1
  4381. | #define HAVE_DECL_GETENV 1
  4382. | #define HAVE_DECL_GETOPT 1
  4383. | #define HAVE_DECL_MALLOC 1
  4384. | #define HAVE_DECL_REALLOC 1
  4385. | #define HAVE_DECL_SBRK 1
  4386. | #define HAVE_DECL_STRTOL 1
  4387. | #define HAVE_DECL_STRTOUL 1
  4388. | #define HAVE_DECL_STRTOLL 1
  4389. | #define HAVE_DECL_STRTOULL 1
  4390. | #define HAVE_DECL_STRVERSCMP 0
  4391. | /* end confdefs.h. */
  4392. |
  4393. | #include "confdefs.h"
  4394. | #include <stdio.h>
  4395. | #ifdef HAVE_STRING_H
  4396. | #include <string.h>
  4397. | #else
  4398. | #ifdef HAVE_STRINGS_H
  4399. | #include <strings.h>
  4400. | #endif
  4401. | #endif
  4402. | #ifdef HAVE_STDLIB_H
  4403. | #include <stdlib.h>
  4404. | #endif
  4405. | #ifdef HAVE_UNISTD_H
  4406. | #include <unistd.h>
  4407. | #endif
  4408. | int
  4409. | main ()
  4410. | {
  4411. | char *(*pfn) = (char *(*)) canonicalize_file_name
  4412. | ;
  4413. | return 0;
  4414. | }
  4415. configure:6800: result: yes
  4416. configure:6828: checking for stdlib.h
  4417. configure:6828: result: yes
  4418. configure:6828: checking for unistd.h
  4419. configure:6828: result: yes
  4420. configure:6840: checking for getpagesize
  4421. configure:6840: result: yes
  4422. configure:6849: checking for working mmap
  4423. configure:6986: cc -o conftest -O conftest.c >&5
  4424. configure:6986: $? = 0
  4425. configure:6986: ./conftest
  4426. configure:6986: $? = 0
  4427. configure:6996: result: yes
  4428. configure:7007: checking for working strncmp
  4429. configure:7079: cc -o conftest -O conftest.c >&5
  4430. conftest.c: In function 'main':
  4431. conftest.c:188:5: warning: incompatible implicit declaration of built-in function 'exit'
  4432. exit (1);
  4433. ^
  4434. conftest.c:200:40: warning: incompatible implicit declaration of built-in function 'strlen'
  4435. char *q = (char *) p + MAP_LEN - strlen (string) - 2;
  4436. ^
  4437. conftest.c:203:7: warning: incompatible implicit declaration of built-in function 'strcpy'
  4438. strcpy (q, string);
  4439. ^
  4440. configure:7079: $? = 0
  4441. configure:7079: ./conftest
  4442. configure:7079: $? = 0
  4443. configure:7090: result: yes
  4444. configure:7233: creating ./config.status
  4445.  
  4446. ## ---------------------- ##
  4447. ## Running config.status. ##
  4448. ## ---------------------- ##
  4449.  
  4450. This file was extended by config.status, which was
  4451. generated by GNU Autoconf 2.64. Invocation command line was
  4452.  
  4453. CONFIG_FILES =
  4454. CONFIG_HEADERS =
  4455. CONFIG_LINKS =
  4456. CONFIG_COMMANDS =
  4457. $ ./config.status
  4458.  
  4459. on herpderp
  4460.  
  4461. config.status:8216: creating Makefile
  4462. config.status:8216: creating config.h
  4463. config.status:8407: executing default commands
  4464.  
  4465. ## ---------------- ##
  4466. ## Cache variables. ##
  4467. ## ---------------- ##
  4468.  
  4469. ac_cv_build='x86_64-unknown-linux-gnu'
  4470. ac_cv_c_bigendian='no'
  4471. ac_cv_c_compiler_gnu='yes'
  4472. ac_cv_c_const='yes'
  4473. ac_cv_c_inline='inline'
  4474. ac_cv_c_stack_direction='-1'
  4475. ac_cv_env_CC_set='set'
  4476. ac_cv_env_CC_value='cc'
  4477. ac_cv_env_CFLAGS_set='set'
  4478. ac_cv_env_CFLAGS_value='-O'
  4479. ac_cv_env_CPPFLAGS_set=''
  4480. ac_cv_env_CPPFLAGS_value=''
  4481. ac_cv_env_CPP_set=''
  4482. ac_cv_env_CPP_value=''
  4483. ac_cv_env_LDFLAGS_set=''
  4484. ac_cv_env_LDFLAGS_value=''
  4485. ac_cv_env_LIBS_set=''
  4486. ac_cv_env_LIBS_value=''
  4487. ac_cv_env_build_alias_set=''
  4488. ac_cv_env_build_alias_value=''
  4489. ac_cv_env_host_alias_set=''
  4490. ac_cv_env_host_alias_value=''
  4491. ac_cv_env_target_alias_set=''
  4492. ac_cv_env_target_alias_value=''
  4493. ac_cv_func___fsetlocking='yes'
  4494. ac_cv_func__doprnt='no'
  4495. ac_cv_func_asprintf='yes'
  4496. ac_cv_func_atexit='yes'
  4497. ac_cv_func_basename='yes'
  4498. ac_cv_func_bcmp='yes'
  4499. ac_cv_func_bcopy='yes'
  4500. ac_cv_func_bsearch='yes'
  4501. ac_cv_func_bzero='yes'
  4502. ac_cv_func_calloc='yes'
  4503. ac_cv_func_canonicalize_file_name='yes'
  4504. ac_cv_func_clock='yes'
  4505. ac_cv_func_dup3='yes'
  4506. ac_cv_func_ffs='yes'
  4507. ac_cv_func_fork='yes'
  4508. ac_cv_func_fork_works='yes'
  4509. ac_cv_func_getcwd='yes'
  4510. ac_cv_func_getpagesize='yes'
  4511. ac_cv_func_getrlimit='yes'
  4512. ac_cv_func_getrusage='yes'
  4513. ac_cv_func_getsysinfo='no'
  4514. ac_cv_func_gettimeofday='yes'
  4515. ac_cv_func_index='yes'
  4516. ac_cv_func_insque='yes'
  4517. ac_cv_func_memchr='yes'
  4518. ac_cv_func_memcmp='yes'
  4519. ac_cv_func_memcpy='yes'
  4520. ac_cv_func_memmem='yes'
  4521. ac_cv_func_memmove='yes'
  4522. ac_cv_func_mempcpy='yes'
  4523. ac_cv_func_memset='yes'
  4524. ac_cv_func_mkstemps='yes'
  4525. ac_cv_func_mmap_fixed_mapped='yes'
  4526. ac_cv_func_on_exit='yes'
  4527. ac_cv_func_psignal='yes'
  4528. ac_cv_func_pstat_getdynamic='no'
  4529. ac_cv_func_pstat_getstatic='no'
  4530. ac_cv_func_putenv='yes'
  4531. ac_cv_func_random='yes'
  4532. ac_cv_func_realpath='yes'
  4533. ac_cv_func_rename='yes'
  4534. ac_cv_func_rindex='yes'
  4535. ac_cv_func_sbrk='yes'
  4536. ac_cv_func_setenv='yes'
  4537. ac_cv_func_setproctitle='no'
  4538. ac_cv_func_setrlimit='yes'
  4539. ac_cv_func_sigsetmask='yes'
  4540. ac_cv_func_snprintf='yes'
  4541. ac_cv_func_spawnve='no'
  4542. ac_cv_func_spawnvpe='no'
  4543. ac_cv_func_stpcpy='yes'
  4544. ac_cv_func_stpncpy='yes'
  4545. ac_cv_func_strcasecmp='yes'
  4546. ac_cv_func_strchr='yes'
  4547. ac_cv_func_strdup='yes'
  4548. ac_cv_func_strerror='yes'
  4549. ac_cv_func_strncasecmp='yes'
  4550. ac_cv_func_strncmp_works='yes'
  4551. ac_cv_func_strndup='yes'
  4552. ac_cv_func_strnlen='yes'
  4553. ac_cv_func_strrchr='yes'
  4554. ac_cv_func_strsignal='yes'
  4555. ac_cv_func_strstr='yes'
  4556. ac_cv_func_strtod='yes'
  4557. ac_cv_func_strtol='yes'
  4558. ac_cv_func_strtoll='yes'
  4559. ac_cv_func_strtoul='yes'
  4560. ac_cv_func_strtoull='yes'
  4561. ac_cv_func_strverscmp='yes'
  4562. ac_cv_func_sysconf='yes'
  4563. ac_cv_func_sysctl='yes'
  4564. ac_cv_func_sysmp='no'
  4565. ac_cv_func_table='no'
  4566. ac_cv_func_times='yes'
  4567. ac_cv_func_tmpnam='yes'
  4568. ac_cv_func_vasprintf='yes'
  4569. ac_cv_func_vfork='yes'
  4570. ac_cv_func_vfork_works='yes'
  4571. ac_cv_func_vfprintf='yes'
  4572. ac_cv_func_vprintf='yes'
  4573. ac_cv_func_vsnprintf='yes'
  4574. ac_cv_func_vsprintf='yes'
  4575. ac_cv_func_wait3='yes'
  4576. ac_cv_func_wait4='yes'
  4577. ac_cv_func_waitpid='yes'
  4578. ac_cv_have_decl_asprintf='no'
  4579. ac_cv_have_decl_basename_char_p_='no'
  4580. ac_cv_have_decl_calloc='yes'
  4581. ac_cv_have_decl_ffs='yes'
  4582. ac_cv_have_decl_getenv='yes'
  4583. ac_cv_have_decl_getopt='yes'
  4584. ac_cv_have_decl_malloc='yes'
  4585. ac_cv_have_decl_realloc='yes'
  4586. ac_cv_have_decl_sbrk='yes'
  4587. ac_cv_have_decl_snprintf='yes'
  4588. ac_cv_have_decl_strtol='yes'
  4589. ac_cv_have_decl_strtoll='yes'
  4590. ac_cv_have_decl_strtoul='yes'
  4591. ac_cv_have_decl_strtoull='yes'
  4592. ac_cv_have_decl_strverscmp='no'
  4593. ac_cv_have_decl_vasprintf='no'
  4594. ac_cv_have_decl_vsnprintf='yes'
  4595. ac_cv_header_alloca_h='yes'
  4596. ac_cv_header_fcntl_h='yes'
  4597. ac_cv_header_inttypes_h='yes'
  4598. ac_cv_header_limits_h='yes'
  4599. ac_cv_header_machine_hal_sysinfo_h='no'
  4600. ac_cv_header_malloc_h='yes'
  4601. ac_cv_header_memory_h='yes'
  4602. ac_cv_header_process_h='no'
  4603. ac_cv_header_stdc='yes'
  4604. ac_cv_header_stdint_h='yes'
  4605. ac_cv_header_stdio_ext_h='yes'
  4606. ac_cv_header_stdlib_h='yes'
  4607. ac_cv_header_string_h='yes'
  4608. ac_cv_header_strings_h='yes'
  4609. ac_cv_header_sys_file_h='yes'
  4610. ac_cv_header_sys_mman_h='yes'
  4611. ac_cv_header_sys_param_h='yes'
  4612. ac_cv_header_sys_prctl_h='yes'
  4613. ac_cv_header_sys_pstat_h='no'
  4614. ac_cv_header_sys_resource_h='yes'
  4615. ac_cv_header_sys_stat_h='yes'
  4616. ac_cv_header_sys_sysctl_h='yes'
  4617. ac_cv_header_sys_sysinfo_h='yes'
  4618. ac_cv_header_sys_sysmp_h='no'
  4619. ac_cv_header_sys_systemcfg_h='no'
  4620. ac_cv_header_sys_table_h='no'
  4621. ac_cv_header_sys_time_h='yes'
  4622. ac_cv_header_sys_types_h='yes'
  4623. ac_cv_header_sys_wait_h='yes'
  4624. ac_cv_header_time='yes'
  4625. ac_cv_header_time_h='yes'
  4626. ac_cv_header_unistd_h='yes'
  4627. ac_cv_header_vfork_h='no'
  4628. ac_cv_host='x86_64-unknown-linux-gnu'
  4629. ac_cv_objext='o'
  4630. ac_cv_os_cray='no'
  4631. ac_cv_path_EGREP='/bin/grep -E'
  4632. ac_cv_path_GREP='/bin/grep'
  4633. ac_cv_path_install='/usr/bin/install -c'
  4634. ac_cv_prog_CPP='cc -E'
  4635. ac_cv_prog_MAKEINFO='makeinfo'
  4636. ac_cv_prog_PERL='perl'
  4637. ac_cv_prog_ac_ct_AR='ar'
  4638. ac_cv_prog_ac_ct_CC='cc'
  4639. ac_cv_prog_ac_ct_RANLIB='ranlib'
  4640. ac_cv_prog_cc_c89=''
  4641. ac_cv_prog_cc_cc_c_o='yes'
  4642. ac_cv_prog_cc_g='yes'
  4643. ac_cv_search_strerror='none required'
  4644. ac_cv_sizeof_int='4'
  4645. ac_cv_sizeof_long='8'
  4646. ac_cv_sizeof_long_long='8'
  4647. ac_cv_sys_file_offset_bits='no'
  4648. ac_cv_sys_largefile_CC='no'
  4649. ac_cv_type_intptr_t='yes'
  4650. ac_cv_type_long_long='yes'
  4651. ac_cv_type_pid_t='yes'
  4652. ac_cv_type_ssize_t='yes'
  4653. ac_cv_type_uintptr_t='yes'
  4654. acx_cv_prog_cc_pedantic_='yes'
  4655. acx_cv_prog_cc_warning__W='yes'
  4656. acx_cv_prog_cc_warning__Wall='yes'
  4657. acx_cv_prog_cc_warning__Wcpp_compat='yes'
  4658. acx_cv_prog_cc_warning__Wstrict_prototypes='yes'
  4659. acx_cv_prog_cc_warning__Wwrite_strings='yes'
  4660. liberty_cv_uint64='uint64_t'
  4661. libiberty_cv_decl_needed_canonicalize_file_name='yes'
  4662. libiberty_cv_declare_errno='no'
  4663. libiberty_cv_var_sys_errlist='yes'
  4664. libiberty_cv_var_sys_nerr='yes'
  4665. libiberty_cv_var_sys_siglist='yes'
  4666.  
  4667. ## ----------------- ##
  4668. ## Output variables. ##
  4669. ## ----------------- ##
  4670.  
  4671. AR='ar'
  4672. BUILD_INFO='info'
  4673. CC='cc'
  4674. CFLAGS='-O'
  4675. CHECK='really-check'
  4676. CPP='cc -E'
  4677. CPPFLAGS=''
  4678. DEFS='-DHAVE_CONFIG_H'
  4679. ECHO_C=''
  4680. ECHO_N='-n'
  4681. ECHO_T=''
  4682. EGREP='/bin/grep -E'
  4683. EXEEXT=''
  4684. GREP='/bin/grep'
  4685. HAVE_PERL=''
  4686. INSTALL_DATA='${INSTALL} -m 644'
  4687. INSTALL_DEST='libdir'
  4688. INSTALL_PROGRAM='${INSTALL}'
  4689. INSTALL_SCRIPT='${INSTALL}'
  4690. LDFLAGS=''
  4691. LIBOBJS=' ${LIBOBJDIR}./setproctitle$U.o'
  4692. LIBS=''
  4693. LTLIBOBJS=' ${LIBOBJDIR}./setproctitle$U.lo'
  4694. MAINT='#'
  4695. MAKEINFO='makeinfo'
  4696. NOASANFLAG=''
  4697. NOTMAINT=''
  4698. NO_MINUS_C_MINUS_O=''
  4699. OBJEXT='o'
  4700. OUTPUT_OPTION='-o $@'
  4701. PACKAGE_BUGREPORT=''
  4702. PACKAGE_NAME=''
  4703. PACKAGE_STRING=''
  4704. PACKAGE_TARNAME=''
  4705. PACKAGE_URL=''
  4706. PACKAGE_VERSION=''
  4707. PATH_SEPARATOR=':'
  4708. PERL='perl'
  4709. PICFLAG=''
  4710. RANLIB='ranlib'
  4711. SHELL='/bin/sh'
  4712. ac_ct_CC='cc'
  4713. ac_libiberty_warn_cflags='-W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic '
  4714. bindir='${exec_prefix}/bin'
  4715. build='x86_64-unknown-linux-gnu'
  4716. build_alias=''
  4717. build_cpu='x86_64'
  4718. build_os='linux-gnu'
  4719. build_vendor='unknown'
  4720. datadir='${datarootdir}'
  4721. datarootdir='${prefix}/share'
  4722. docdir='${datarootdir}/doc/${PACKAGE}'
  4723. dvidir='${docdir}'
  4724. exec_prefix='${prefix}'
  4725. host='x86_64-unknown-linux-gnu'
  4726. host_alias=''
  4727. host_cpu='x86_64'
  4728. host_os='linux-gnu'
  4729. host_vendor='unknown'
  4730. htmldir='${docdir}'
  4731. includedir='${prefix}/include'
  4732. infodir='${datarootdir}/info'
  4733. libdir='${exec_prefix}/lib'
  4734. libexecdir='${exec_prefix}/libexec'
  4735. libiberty_topdir='/usr/src/netbsd/external/gpl3/gcc/dist/libiberty/..'
  4736. localedir='${datarootdir}/locale'
  4737. localstatedir='${prefix}/var'
  4738. mandir='${datarootdir}/man'
  4739. oldincludedir='/usr/include'
  4740. pdfdir='${docdir}'
  4741. pexecute='pex-unix'
  4742. prefix='/usr/local'
  4743. program_transform_name='s,x,x,'
  4744. psdir='${docdir}'
  4745. sbindir='${exec_prefix}/sbin'
  4746. sharedstatedir='${prefix}/com'
  4747. sysconfdir='${prefix}/etc'
  4748. target_alias=''
  4749. target_header_dir=''
  4750.  
  4751. ## ------------------- ##
  4752. ## File substitutions. ##
  4753. ## ------------------- ##
  4754.  
  4755. host_makefile_frag='xhost-mkfrag'
  4756.  
  4757. ## ----------- ##
  4758. ## confdefs.h. ##
  4759. ## ----------- ##
  4760.  
  4761. /* confdefs.h */
  4762. #define PACKAGE_NAME ""
  4763. #define PACKAGE_TARNAME ""
  4764. #define PACKAGE_VERSION ""
  4765. #define PACKAGE_STRING ""
  4766. #define PACKAGE_BUGREPORT ""
  4767. #define PACKAGE_URL ""
  4768. #define STDC_HEADERS 1
  4769. #define HAVE_SYS_TYPES_H 1
  4770. #define HAVE_SYS_STAT_H 1
  4771. #define HAVE_STDLIB_H 1
  4772. #define HAVE_STRING_H 1
  4773. #define HAVE_MEMORY_H 1
  4774. #define HAVE_STRINGS_H 1
  4775. #define HAVE_INTTYPES_H 1
  4776. #define HAVE_STDINT_H 1
  4777. #define HAVE_UNISTD_H 1
  4778. #define HAVE_SYS_FILE_H 1
  4779. #define HAVE_SYS_PARAM_H 1
  4780. #define HAVE_LIMITS_H 1
  4781. #define HAVE_STDLIB_H 1
  4782. #define HAVE_MALLOC_H 1
  4783. #define HAVE_STRING_H 1
  4784. #define HAVE_UNISTD_H 1
  4785. #define HAVE_STRINGS_H 1
  4786. #define HAVE_SYS_TIME_H 1
  4787. #define HAVE_TIME_H 1
  4788. #define HAVE_SYS_RESOURCE_H 1
  4789. #define HAVE_SYS_STAT_H 1
  4790. #define HAVE_SYS_MMAN_H 1
  4791. #define HAVE_FCNTL_H 1
  4792. #define HAVE_ALLOCA_H 1
  4793. #define HAVE_SYS_SYSINFO_H 1
  4794. #define HAVE_SYS_SYSCTL_H 1
  4795. #define HAVE_STDINT_H 1
  4796. #define HAVE_STDIO_EXT_H 1
  4797. #define HAVE_SYS_PRCTL_H 1
  4798. #define HAVE_SYS_WAIT_H 1
  4799. #define TIME_WITH_SYS_TIME 1
  4800. #define SIZEOF_INT 4
  4801. #define SIZEOF_LONG 8
  4802. #define HAVE_LONG_LONG 1
  4803. #define SIZEOF_LONG_LONG 8
  4804. #define UNSIGNED_64BIT_TYPE uint64_t
  4805. #define HAVE_INTPTR_T 1
  4806. #define HAVE_UINTPTR_T 1
  4807. #define HAVE_UINTPTR_T 1
  4808. #define HAVE_ASPRINTF 1
  4809. #define HAVE_ATEXIT 1
  4810. #define HAVE_BASENAME 1
  4811. #define HAVE_BCMP 1
  4812. #define HAVE_BCOPY 1
  4813. #define HAVE_BSEARCH 1
  4814. #define HAVE_BZERO 1
  4815. #define HAVE_CALLOC 1
  4816. #define HAVE_CLOCK 1
  4817. #define HAVE_FFS 1
  4818. #define HAVE_GETCWD 1
  4819. #define HAVE_GETPAGESIZE 1
  4820. #define HAVE_GETTIMEOFDAY 1
  4821. #define HAVE_INDEX 1
  4822. #define HAVE_INSQUE 1
  4823. #define HAVE_MEMCHR 1
  4824. #define HAVE_MEMCMP 1
  4825. #define HAVE_MEMCPY 1
  4826. #define HAVE_MEMMEM 1
  4827. #define HAVE_MEMMOVE 1
  4828. #define HAVE_MEMPCPY 1
  4829. #define HAVE_MEMSET 1
  4830. #define HAVE_MKSTEMPS 1
  4831. #define HAVE_PUTENV 1
  4832. #define HAVE_RANDOM 1
  4833. #define HAVE_RENAME 1
  4834. #define HAVE_RINDEX 1
  4835. #define HAVE_SETENV 1
  4836. #define HAVE_SNPRINTF 1
  4837. #define HAVE_SIGSETMASK 1
  4838. #define HAVE_STPCPY 1
  4839. #define HAVE_STPNCPY 1
  4840. #define HAVE_STRCASECMP 1
  4841. #define HAVE_STRCHR 1
  4842. #define HAVE_STRDUP 1
  4843. #define HAVE_STRNCASECMP 1
  4844. #define HAVE_STRNDUP 1
  4845. #define HAVE_STRNLEN 1
  4846. #define HAVE_STRRCHR 1
  4847. #define HAVE_STRSTR 1
  4848. #define HAVE_STRTOD 1
  4849. #define HAVE_STRTOL 1
  4850. #define HAVE_STRTOUL 1
  4851. #define HAVE_STRTOLL 1
  4852. #define HAVE_STRTOULL 1
  4853. #define HAVE_STRVERSCMP 1
  4854. #define HAVE_TMPNAM 1
  4855. #define HAVE_VASPRINTF 1
  4856. #define HAVE_VFPRINTF 1
  4857. #define HAVE_VPRINTF 1
  4858. #define HAVE_VSNPRINTF 1
  4859. #define HAVE_VSPRINTF 1
  4860. #define HAVE_WAITPID 1
  4861. #define STACK_DIRECTION -1
  4862. #define HAVE_FORK 1
  4863. #define HAVE_VFORK 1
  4864. #define HAVE_WORKING_VFORK 1
  4865. #define HAVE_WORKING_FORK 1
  4866. #define HAVE_SYS_ERRLIST 1
  4867. #define HAVE_SYS_NERR 1
  4868. #define HAVE_SYS_SIGLIST 1
  4869. #define HAVE___FSETLOCKING 1
  4870. #define HAVE_CANONICALIZE_FILE_NAME 1
  4871. #define HAVE_DUP3 1
  4872. #define HAVE_GETRLIMIT 1
  4873. #define HAVE_GETRUSAGE 1
  4874. #define HAVE_GETTIMEOFDAY 1
  4875. #define HAVE_ON_EXIT 1
  4876. #define HAVE_PSIGNAL 1
  4877. #define HAVE_REALPATH 1
  4878. #define HAVE_SETRLIMIT 1
  4879. #define HAVE_SBRK 1
  4880. #define HAVE_STRERROR 1
  4881. #define HAVE_STRSIGNAL 1
  4882. #define HAVE_SYSCONF 1
  4883. #define HAVE_SYSCTL 1
  4884. #define HAVE_TIMES 1
  4885. #define HAVE_WAIT3 1
  4886. #define HAVE_WAIT4 1
  4887. #define HAVE_DECL_BASENAME 0
  4888. #define HAVE_DECL_FFS 1
  4889. #define HAVE_DECL_ASPRINTF 0
  4890. #define HAVE_DECL_VASPRINTF 0
  4891. #define HAVE_DECL_SNPRINTF 1
  4892. #define HAVE_DECL_VSNPRINTF 1
  4893. #define HAVE_DECL_CALLOC 1
  4894. #define HAVE_DECL_GETENV 1
  4895. #define HAVE_DECL_GETOPT 1
  4896. #define HAVE_DECL_MALLOC 1
  4897. #define HAVE_DECL_REALLOC 1
  4898. #define HAVE_DECL_SBRK 1
  4899. #define HAVE_DECL_STRTOL 1
  4900. #define HAVE_DECL_STRTOUL 1
  4901. #define HAVE_DECL_STRTOLL 1
  4902. #define HAVE_DECL_STRTOULL 1
  4903. #define HAVE_DECL_STRVERSCMP 0
  4904. #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1
  4905. #define HAVE_STDLIB_H 1
  4906. #define HAVE_UNISTD_H 1
  4907. #define HAVE_GETPAGESIZE 1
  4908. #define HAVE_MMAP 1
  4909.  
  4910. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement