Advertisement
fjloza

config.log1

Oct 30th, 2014
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 439.26 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 asterisk configure trunk, which was
  5. generated by GNU Autoconf 2.68. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = astserversur
  14. uname -m = i686
  15. uname -r = 3.2.0-4-686-pae
  16. uname -s = Linux
  17. uname -v = #1 SMP Debian 3.2.63-2
  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: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36.  
  37.  
  38. ## ----------- ##
  39. ## Core tests. ##
  40. ## ----------- ##
  41.  
  42. configure:3410: checking build system type
  43. configure:3424: result: i686-pc-linux-gnu
  44. configure:3444: checking host system type
  45. configure:3457: result: i686-pc-linux-gnu
  46. configure:3586: checking for gcc
  47. configure:3602: found /usr/bin/gcc
  48. configure:3613: result: gcc
  49. configure:3644: checking for C compiler version
  50. configure:3653: gcc --version >&5
  51. gcc (Debian 4.7.2-5) 4.7.2
  52. Copyright (C) 2012 Free Software Foundation, Inc.
  53. This is free software; see the source for copying conditions. There is NO
  54. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  55.  
  56. configure:3664: $? = 0
  57. configure:3653: gcc -v >&5
  58. Using built-in specs.
  59. COLLECT_GCC=gcc
  60. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i486-linux-gnu/4.7/lto-wrapper
  61. Target: i486-linux-gnu
  62. Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.2-5' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  63. Thread model: posix
  64. gcc version 4.7.2 (Debian 4.7.2-5)
  65. configure:3664: $? = 0
  66. configure:3653: gcc -V >&5
  67. gcc: error: unrecognized command line option '-V'
  68. gcc: fatal error: no input files
  69. compilation terminated.
  70. configure:3664: $? = 4
  71. configure:3653: gcc -qversion >&5
  72. gcc: error: unrecognized command line option '-qversion'
  73. gcc: fatal error: no input files
  74. compilation terminated.
  75. configure:3664: $? = 4
  76. configure:3684: checking whether the C compiler works
  77. configure:3706: gcc conftest.c >&5
  78. configure:3710: $? = 0
  79. configure:3758: result: yes
  80. configure:3761: checking for C compiler default output file name
  81. configure:3763: result: a.out
  82. configure:3769: checking for suffix of executables
  83. configure:3776: gcc -o conftest conftest.c >&5
  84. configure:3780: $? = 0
  85. configure:3802: result:
  86. configure:3824: checking whether we are cross compiling
  87. configure:3832: gcc -o conftest conftest.c >&5
  88. configure:3836: $? = 0
  89. configure:3843: ./conftest
  90. configure:3847: $? = 0
  91. configure:3862: result: no
  92. configure:3867: checking for suffix of object files
  93. configure:3889: gcc -c conftest.c >&5
  94. configure:3893: $? = 0
  95. configure:3914: result: o
  96. configure:3918: checking whether we are using the GNU C compiler
  97. configure:3937: gcc -c conftest.c >&5
  98. configure:3937: $? = 0
  99. configure:3946: result: yes
  100. configure:3955: checking whether gcc accepts -g
  101. configure:3975: gcc -c -g conftest.c >&5
  102. configure:3975: $? = 0
  103. configure:4016: result: yes
  104. configure:4033: checking for gcc option to accept ISO C89
  105. configure:4097: gcc -c -g -O2 conftest.c >&5
  106. configure:4097: $? = 0
  107. configure:4110: result: none needed
  108. configure:4137: checking how to run the C preprocessor
  109. configure:4168: gcc -E conftest.c
  110. configure:4168: $? = 0
  111. configure:4182: gcc -E conftest.c
  112. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  113. compilation terminated.
  114. configure:4182: $? = 1
  115. configure: failed program was:
  116. | /* confdefs.h */
  117. | #define PACKAGE_NAME "asterisk"
  118. | #define PACKAGE_TARNAME "asterisk"
  119. | #define PACKAGE_VERSION "trunk"
  120. | #define PACKAGE_STRING "asterisk trunk"
  121. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  122. | #define PACKAGE_URL ""
  123. | /* end confdefs.h. */
  124. | #include <ac_nonexistent.h>
  125. configure:4207: result: gcc -E
  126. configure:4227: gcc -E conftest.c
  127. configure:4227: $? = 0
  128. configure:4241: gcc -E conftest.c
  129. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  130. compilation terminated.
  131. configure:4241: $? = 1
  132. configure: failed program was:
  133. | /* confdefs.h */
  134. | #define PACKAGE_NAME "asterisk"
  135. | #define PACKAGE_TARNAME "asterisk"
  136. | #define PACKAGE_VERSION "trunk"
  137. | #define PACKAGE_STRING "asterisk trunk"
  138. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  139. | #define PACKAGE_URL ""
  140. | /* end confdefs.h. */
  141. | #include <ac_nonexistent.h>
  142. configure:4270: checking for grep that handles long lines and -e
  143. configure:4328: result: /bin/grep
  144. configure:4333: checking for egrep
  145. configure:4395: result: /bin/grep -E
  146. configure:4400: checking for ANSI C header files
  147. configure:4420: gcc -c -g -O2 conftest.c >&5
  148. configure:4420: $? = 0
  149. configure:4493: gcc -o conftest -g -O2 conftest.c >&5
  150. configure:4493: $? = 0
  151. configure:4493: ./conftest
  152. configure:4493: $? = 0
  153. configure:4504: result: yes
  154. configure:4517: checking for sys/types.h
  155. configure:4517: gcc -c -g -O2 conftest.c >&5
  156. configure:4517: $? = 0
  157. configure:4517: result: yes
  158. configure:4517: checking for sys/stat.h
  159. configure:4517: gcc -c -g -O2 conftest.c >&5
  160. configure:4517: $? = 0
  161. configure:4517: result: yes
  162. configure:4517: checking for stdlib.h
  163. configure:4517: gcc -c -g -O2 conftest.c >&5
  164. configure:4517: $? = 0
  165. configure:4517: result: yes
  166. configure:4517: checking for string.h
  167. configure:4517: gcc -c -g -O2 conftest.c >&5
  168. configure:4517: $? = 0
  169. configure:4517: result: yes
  170. configure:4517: checking for memory.h
  171. configure:4517: gcc -c -g -O2 conftest.c >&5
  172. configure:4517: $? = 0
  173. configure:4517: result: yes
  174. configure:4517: checking for strings.h
  175. configure:4517: gcc -c -g -O2 conftest.c >&5
  176. configure:4517: $? = 0
  177. configure:4517: result: yes
  178. configure:4517: checking for inttypes.h
  179. configure:4517: gcc -c -g -O2 conftest.c >&5
  180. configure:4517: $? = 0
  181. configure:4517: result: yes
  182. configure:4517: checking for stdint.h
  183. configure:4517: gcc -c -g -O2 conftest.c >&5
  184. configure:4517: $? = 0
  185. configure:4517: result: yes
  186. configure:4517: checking for unistd.h
  187. configure:4517: gcc -c -g -O2 conftest.c >&5
  188. configure:4517: $? = 0
  189. configure:4517: result: yes
  190. configure:4530: checking minix/config.h usability
  191. configure:4530: gcc -c -g -O2 conftest.c >&5
  192. conftest.c:52:26: fatal error: minix/config.h: No such file or directory
  193. compilation terminated.
  194. configure:4530: $? = 1
  195. configure: failed program was:
  196. | /* confdefs.h */
  197. | #define PACKAGE_NAME "asterisk"
  198. | #define PACKAGE_TARNAME "asterisk"
  199. | #define PACKAGE_VERSION "trunk"
  200. | #define PACKAGE_STRING "asterisk trunk"
  201. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  202. | #define PACKAGE_URL ""
  203. | #define STDC_HEADERS 1
  204. | #define HAVE_SYS_TYPES_H 1
  205. | #define HAVE_SYS_STAT_H 1
  206. | #define HAVE_STDLIB_H 1
  207. | #define HAVE_STRING_H 1
  208. | #define HAVE_MEMORY_H 1
  209. | #define HAVE_STRINGS_H 1
  210. | #define HAVE_INTTYPES_H 1
  211. | #define HAVE_STDINT_H 1
  212. | #define HAVE_UNISTD_H 1
  213. | /* end confdefs.h. */
  214. | #include <stdio.h>
  215. | #ifdef HAVE_SYS_TYPES_H
  216. | # include <sys/types.h>
  217. | #endif
  218. | #ifdef HAVE_SYS_STAT_H
  219. | # include <sys/stat.h>
  220. | #endif
  221. | #ifdef STDC_HEADERS
  222. | # include <stdlib.h>
  223. | # include <stddef.h>
  224. | #else
  225. | # ifdef HAVE_STDLIB_H
  226. | # include <stdlib.h>
  227. | # endif
  228. | #endif
  229. | #ifdef HAVE_STRING_H
  230. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  231. | # include <memory.h>
  232. | # endif
  233. | # include <string.h>
  234. | #endif
  235. | #ifdef HAVE_STRINGS_H
  236. | # include <strings.h>
  237. | #endif
  238. | #ifdef HAVE_INTTYPES_H
  239. | # include <inttypes.h>
  240. | #endif
  241. | #ifdef HAVE_STDINT_H
  242. | # include <stdint.h>
  243. | #endif
  244. | #ifdef HAVE_UNISTD_H
  245. | # include <unistd.h>
  246. | #endif
  247. | #include <minix/config.h>
  248. configure:4530: result: no
  249. configure:4530: checking minix/config.h presence
  250. configure:4530: gcc -E conftest.c
  251. conftest.c:19:26: fatal error: minix/config.h: No such file or directory
  252. compilation terminated.
  253. configure:4530: $? = 1
  254. configure: failed program was:
  255. | /* confdefs.h */
  256. | #define PACKAGE_NAME "asterisk"
  257. | #define PACKAGE_TARNAME "asterisk"
  258. | #define PACKAGE_VERSION "trunk"
  259. | #define PACKAGE_STRING "asterisk trunk"
  260. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  261. | #define PACKAGE_URL ""
  262. | #define STDC_HEADERS 1
  263. | #define HAVE_SYS_TYPES_H 1
  264. | #define HAVE_SYS_STAT_H 1
  265. | #define HAVE_STDLIB_H 1
  266. | #define HAVE_STRING_H 1
  267. | #define HAVE_MEMORY_H 1
  268. | #define HAVE_STRINGS_H 1
  269. | #define HAVE_INTTYPES_H 1
  270. | #define HAVE_STDINT_H 1
  271. | #define HAVE_UNISTD_H 1
  272. | /* end confdefs.h. */
  273. | #include <minix/config.h>
  274. configure:4530: result: no
  275. configure:4530: checking for minix/config.h
  276. configure:4530: result: no
  277. configure:4551: checking whether it is safe to define __EXTENSIONS__
  278. configure:4569: gcc -c -g -O2 conftest.c >&5
  279. configure:4569: $? = 0
  280. configure:4576: result: yes
  281. configure:4790: checking for uname
  282. configure:4808: found /bin/uname
  283. configure:4820: result: /bin/uname
  284. configure:5283: checking for g++
  285. configure:5299: found /usr/bin/g++
  286. configure:5310: result: g++
  287. configure:5337: checking for C++ compiler version
  288. configure:5346: g++ --version >&5
  289. g++ (Debian 4.7.2-5) 4.7.2
  290. Copyright (C) 2012 Free Software Foundation, Inc.
  291. This is free software; see the source for copying conditions. There is NO
  292. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  293.  
  294. configure:5357: $? = 0
  295. configure:5346: g++ -v >&5
  296. Using built-in specs.
  297. COLLECT_GCC=g++
  298. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i486-linux-gnu/4.7/lto-wrapper
  299. Target: i486-linux-gnu
  300. Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.2-5' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  301. Thread model: posix
  302. gcc version 4.7.2 (Debian 4.7.2-5)
  303. configure:5357: $? = 0
  304. configure:5346: g++ -V >&5
  305. g++: error: unrecognized command line option '-V'
  306. g++: fatal error: no input files
  307. compilation terminated.
  308. configure:5357: $? = 4
  309. configure:5346: g++ -qversion >&5
  310. g++: error: unrecognized command line option '-qversion'
  311. g++: fatal error: no input files
  312. compilation terminated.
  313. configure:5357: $? = 4
  314. configure:5361: checking whether we are using the GNU C++ compiler
  315. configure:5380: g++ -c conftest.cpp >&5
  316. configure:5380: $? = 0
  317. configure:5389: result: yes
  318. configure:5398: checking whether g++ accepts -g
  319. configure:5418: g++ -c -g conftest.cpp >&5
  320. configure:5418: $? = 0
  321. configure:5459: result: yes
  322. configure:5487: checking how to run the C preprocessor
  323. configure:5557: result: gcc -E
  324. configure:5577: gcc -E conftest.c
  325. configure:5577: $? = 0
  326. configure:5591: gcc -E conftest.c
  327. conftest.c:24:28: fatal error: ac_nonexistent.h: No such file or directory
  328. compilation terminated.
  329. configure:5591: $? = 1
  330. configure: failed program was:
  331. | /* confdefs.h */
  332. | #define PACKAGE_NAME "asterisk"
  333. | #define PACKAGE_TARNAME "asterisk"
  334. | #define PACKAGE_VERSION "trunk"
  335. | #define PACKAGE_STRING "asterisk trunk"
  336. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  337. | #define PACKAGE_URL ""
  338. | #define STDC_HEADERS 1
  339. | #define HAVE_SYS_TYPES_H 1
  340. | #define HAVE_SYS_STAT_H 1
  341. | #define HAVE_STDLIB_H 1
  342. | #define HAVE_STRING_H 1
  343. | #define HAVE_MEMORY_H 1
  344. | #define HAVE_STRINGS_H 1
  345. | #define HAVE_INTTYPES_H 1
  346. | #define HAVE_STDINT_H 1
  347. | #define HAVE_UNISTD_H 1
  348. | #define __EXTENSIONS__ 1
  349. | #define _ALL_SOURCE 1
  350. | #define _GNU_SOURCE 1
  351. | #define _POSIX_PTHREAD_SEMANTICS 1
  352. | #define _TANDEM_SOURCE 1
  353. | /* end confdefs.h. */
  354. | #include <ac_nonexistent.h>
  355. configure:5624: checking how to run the C++ preprocessor
  356. configure:5651: g++ -E conftest.cpp
  357. configure:5651: $? = 0
  358. configure:5665: g++ -E conftest.cpp
  359. conftest.cpp:24:28: fatal error: ac_nonexistent.h: No such file or directory
  360. compilation terminated.
  361. configure:5665: $? = 1
  362. configure: failed program was:
  363. | /* confdefs.h */
  364. | #define PACKAGE_NAME "asterisk"
  365. | #define PACKAGE_TARNAME "asterisk"
  366. | #define PACKAGE_VERSION "trunk"
  367. | #define PACKAGE_STRING "asterisk trunk"
  368. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  369. | #define PACKAGE_URL ""
  370. | #define STDC_HEADERS 1
  371. | #define HAVE_SYS_TYPES_H 1
  372. | #define HAVE_SYS_STAT_H 1
  373. | #define HAVE_STDLIB_H 1
  374. | #define HAVE_STRING_H 1
  375. | #define HAVE_MEMORY_H 1
  376. | #define HAVE_STRINGS_H 1
  377. | #define HAVE_INTTYPES_H 1
  378. | #define HAVE_STDINT_H 1
  379. | #define HAVE_UNISTD_H 1
  380. | #define __EXTENSIONS__ 1
  381. | #define _ALL_SOURCE 1
  382. | #define _GNU_SOURCE 1
  383. | #define _POSIX_PTHREAD_SEMANTICS 1
  384. | #define _TANDEM_SOURCE 1
  385. | /* end confdefs.h. */
  386. | #include <ac_nonexistent.h>
  387. configure:5690: result: g++ -E
  388. configure:5710: g++ -E conftest.cpp
  389. configure:5710: $? = 0
  390. configure:5724: g++ -E conftest.cpp
  391. conftest.cpp:24:28: fatal error: ac_nonexistent.h: No such file or directory
  392. compilation terminated.
  393. configure:5724: $? = 1
  394. configure: failed program was:
  395. | /* confdefs.h */
  396. | #define PACKAGE_NAME "asterisk"
  397. | #define PACKAGE_TARNAME "asterisk"
  398. | #define PACKAGE_VERSION "trunk"
  399. | #define PACKAGE_STRING "asterisk trunk"
  400. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  401. | #define PACKAGE_URL ""
  402. | #define STDC_HEADERS 1
  403. | #define HAVE_SYS_TYPES_H 1
  404. | #define HAVE_SYS_STAT_H 1
  405. | #define HAVE_STDLIB_H 1
  406. | #define HAVE_STRING_H 1
  407. | #define HAVE_MEMORY_H 1
  408. | #define HAVE_STRINGS_H 1
  409. | #define HAVE_INTTYPES_H 1
  410. | #define HAVE_STDINT_H 1
  411. | #define HAVE_UNISTD_H 1
  412. | #define __EXTENSIONS__ 1
  413. | #define _ALL_SOURCE 1
  414. | #define _GNU_SOURCE 1
  415. | #define _POSIX_PTHREAD_SEMANTICS 1
  416. | #define _TANDEM_SOURCE 1
  417. | /* end confdefs.h. */
  418. | #include <ac_nonexistent.h>
  419. configure:5754: checking for a sed that does not truncate output
  420. configure:5818: result: /bin/sed
  421. configure:5823: checking for egrep
  422. configure:5833: result: grep -E
  423. configure:5849: checking for ld used by gcc
  424. configure:5916: result: /usr/bin/ld
  425. configure:5923: checking if the linker (/usr/bin/ld) is GNU ld
  426. configure:5938: result: yes
  427. configure:5947: checking for gawk
  428. configure:5977: result: no
  429. configure:5947: checking for mawk
  430. configure:5963: found /usr/bin/mawk
  431. configure:5974: result: mawk
  432. configure:5999: checking for a BSD-compatible install
  433. configure:6067: result: /usr/bin/install -c
  434. configure:6078: checking whether ln -s works
  435. configure:6082: result: yes
  436. configure:6132: checking for ranlib
  437. configure:6148: found /usr/bin/ranlib
  438. configure:6159: result: ranlib
  439. configure:6181: checking for GNU make
  440. configure:6200: result: make
  441. configure:6209: checking for egrep
  442. configure:6271: result: /bin/grep -E
  443. configure:6326: checking for strip
  444. configure:6342: found /usr/bin/strip
  445. configure:6353: result: strip
  446. configure:6426: checking for ar
  447. configure:6442: found /usr/bin/ar
  448. configure:6453: result: ar
  449. configure:6486: checking for bison
  450. configure:6517: result: :
  451. configure:6527: checking for cmp
  452. configure:6545: found /usr/bin/cmp
  453. configure:6558: result: /usr/bin/cmp
  454. configure:6568: checking for flex
  455. configure:6599: result: :
  456. configure:6609: checking for grep
  457. configure:6640: result: /bin/grep
  458. configure:6650: checking for python
  459. configure:6668: found /usr/bin/python
  460. configure:6681: result: /usr/bin/python
  461. configure:6691: checking for find
  462. configure:6709: found /usr/bin/find
  463. configure:6722: result: /usr/bin/find
  464. configure:6732: checking for compress
  465. configure:6763: result: :
  466. configure:6773: checking for basename
  467. configure:6791: found /usr/bin/basename
  468. configure:6804: result: /usr/bin/basename
  469. configure:6814: checking for dirname
  470. configure:6832: found /usr/bin/dirname
  471. configure:6845: result: /usr/bin/dirname
  472. configure:6855: checking for sh
  473. configure:6886: result: /bin/bash
  474. configure:6896: checking for ln
  475. configure:6914: found /bin/ln
  476. configure:6927: result: /bin/ln
  477. configure:6937: checking for dot
  478. configure:6968: result: :
  479. configure:6978: checking for wget
  480. configure:6996: found /usr/bin/wget
  481. configure:7009: result: /usr/bin/wget
  482. configure:7019: checking for curl
  483. configure:7050: result: :
  484. configure:7060: checking for rubber
  485. configure:7091: result: :
  486. configure:7101: checking for catdvi
  487. configure:7132: result: :
  488. configure:7142: checking for kpsewhich
  489. configure:7173: result: :
  490. configure:7183: checking for xmllint
  491. configure:7201: found /usr/bin/xmllint
  492. configure:7214: result: /usr/bin/xmllint
  493. configure:7224: checking for xmlstarlet
  494. configure:7255: result: :
  495. configure:7265: checking for git
  496. configure:7283: found /usr/bin/git
  497. configure:7296: result: /usr/bin/git
  498. configure:7356: checking for ldconfig
  499. configure:7374: found /sbin/ldconfig
  500. configure:7387: result: /sbin/ldconfig
  501. configure:7397: checking for sha1sum
  502. configure:7415: found /usr/bin/sha1sum
  503. configure:7428: result: /usr/bin/sha1sum
  504. configure:7438: checking for openssl
  505. configure:7456: found /usr/bin/openssl
  506. configure:7469: result: /usr/bin/openssl
  507. configure:7478: checking for bison that supports parse-param
  508. configure:7513: result:
  509. configure:7572: checking for soxmix
  510. configure:7602: result: no
  511. configure:7631: checking for md5
  512. configure:7661: result: no
  513. configure:7631: checking for md5sum
  514. configure:7647: found /usr/bin/md5sum
  515. configure:7658: result: md5sum
  516. configure:7839: checking for the pthreads library -lpthreads
  517. configure:7872: gcc -o conftest -g -O2 conftest.c -lpthreads >&5
  518. /usr/bin/ld: cannot find -lpthreads
  519. collect2: error: ld returned 1 exit status
  520. configure:7872: $? = 1
  521. configure: failed program was:
  522. | /* confdefs.h */
  523. | #define PACKAGE_NAME "asterisk"
  524. | #define PACKAGE_TARNAME "asterisk"
  525. | #define PACKAGE_VERSION "trunk"
  526. | #define PACKAGE_STRING "asterisk trunk"
  527. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  528. | #define PACKAGE_URL ""
  529. | #define STDC_HEADERS 1
  530. | #define HAVE_SYS_TYPES_H 1
  531. | #define HAVE_SYS_STAT_H 1
  532. | #define HAVE_STDLIB_H 1
  533. | #define HAVE_STRING_H 1
  534. | #define HAVE_MEMORY_H 1
  535. | #define HAVE_STRINGS_H 1
  536. | #define HAVE_INTTYPES_H 1
  537. | #define HAVE_STDINT_H 1
  538. | #define HAVE_UNISTD_H 1
  539. | #define __EXTENSIONS__ 1
  540. | #define _ALL_SOURCE 1
  541. | #define _GNU_SOURCE 1
  542. | #define _POSIX_PTHREAD_SEMANTICS 1
  543. | #define _TANDEM_SOURCE 1
  544. | /* end confdefs.h. */
  545. | #include <pthread.h>
  546. | int
  547. | main ()
  548. | {
  549. | pthread_t th; pthread_join(th, 0);
  550. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  551. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  552. | ;
  553. | return 0;
  554. | }
  555. configure:7881: result: no
  556. configure:7784: checking whether pthreads work without any flags
  557. configure:7872: gcc -o conftest -g -O2 conftest.c >&5
  558. /tmp/cc2Q3Avv.o: In function `main':
  559. /usr/src/asterisk-11.13.1/conftest.c:28: undefined reference to `pthread_join'
  560. /usr/src/asterisk-11.13.1/conftest.c:29: undefined reference to `__pthread_register_cancel'
  561. /usr/src/asterisk-11.13.1/conftest.c:30: undefined reference to `pthread_create'
  562. /usr/src/asterisk-11.13.1/conftest.c:30: undefined reference to `__pthread_unregister_cancel'
  563. collect2: error: ld returned 1 exit status
  564. configure:7872: $? = 1
  565. configure: failed program was:
  566. | /* confdefs.h */
  567. | #define PACKAGE_NAME "asterisk"
  568. | #define PACKAGE_TARNAME "asterisk"
  569. | #define PACKAGE_VERSION "trunk"
  570. | #define PACKAGE_STRING "asterisk trunk"
  571. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  572. | #define PACKAGE_URL ""
  573. | #define STDC_HEADERS 1
  574. | #define HAVE_SYS_TYPES_H 1
  575. | #define HAVE_SYS_STAT_H 1
  576. | #define HAVE_STDLIB_H 1
  577. | #define HAVE_STRING_H 1
  578. | #define HAVE_MEMORY_H 1
  579. | #define HAVE_STRINGS_H 1
  580. | #define HAVE_INTTYPES_H 1
  581. | #define HAVE_STDINT_H 1
  582. | #define HAVE_UNISTD_H 1
  583. | #define __EXTENSIONS__ 1
  584. | #define _ALL_SOURCE 1
  585. | #define _GNU_SOURCE 1
  586. | #define _POSIX_PTHREAD_SEMANTICS 1
  587. | #define _TANDEM_SOURCE 1
  588. | /* end confdefs.h. */
  589. | #include <pthread.h>
  590. | int
  591. | main ()
  592. | {
  593. | pthread_t th; pthread_join(th, 0);
  594. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  595. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  596. | ;
  597. | return 0;
  598. | }
  599. configure:7881: result: no
  600. configure:7789: checking whether pthreads work with -Kthread
  601. configure:7872: gcc -o conftest -g -O2 -Kthread conftest.c >&5
  602. gcc: error: unrecognized command line option '-Kthread'
  603. configure:7872: $? = 1
  604. configure: failed program was:
  605. | /* confdefs.h */
  606. | #define PACKAGE_NAME "asterisk"
  607. | #define PACKAGE_TARNAME "asterisk"
  608. | #define PACKAGE_VERSION "trunk"
  609. | #define PACKAGE_STRING "asterisk trunk"
  610. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  611. | #define PACKAGE_URL ""
  612. | #define STDC_HEADERS 1
  613. | #define HAVE_SYS_TYPES_H 1
  614. | #define HAVE_SYS_STAT_H 1
  615. | #define HAVE_STDLIB_H 1
  616. | #define HAVE_STRING_H 1
  617. | #define HAVE_MEMORY_H 1
  618. | #define HAVE_STRINGS_H 1
  619. | #define HAVE_INTTYPES_H 1
  620. | #define HAVE_STDINT_H 1
  621. | #define HAVE_UNISTD_H 1
  622. | #define __EXTENSIONS__ 1
  623. | #define _ALL_SOURCE 1
  624. | #define _GNU_SOURCE 1
  625. | #define _POSIX_PTHREAD_SEMANTICS 1
  626. | #define _TANDEM_SOURCE 1
  627. | /* end confdefs.h. */
  628. | #include <pthread.h>
  629. | int
  630. | main ()
  631. | {
  632. | pthread_t th; pthread_join(th, 0);
  633. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  634. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  635. | ;
  636. | return 0;
  637. | }
  638. configure:7881: result: no
  639. configure:7789: checking whether pthreads work with -kthread
  640. configure:7872: gcc -o conftest -g -O2 -kthread conftest.c >&5
  641. gcc: error: unrecognized command line option '-kthread'
  642. configure:7872: $? = 1
  643. configure: failed program was:
  644. | /* confdefs.h */
  645. | #define PACKAGE_NAME "asterisk"
  646. | #define PACKAGE_TARNAME "asterisk"
  647. | #define PACKAGE_VERSION "trunk"
  648. | #define PACKAGE_STRING "asterisk trunk"
  649. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  650. | #define PACKAGE_URL ""
  651. | #define STDC_HEADERS 1
  652. | #define HAVE_SYS_TYPES_H 1
  653. | #define HAVE_SYS_STAT_H 1
  654. | #define HAVE_STDLIB_H 1
  655. | #define HAVE_STRING_H 1
  656. | #define HAVE_MEMORY_H 1
  657. | #define HAVE_STRINGS_H 1
  658. | #define HAVE_INTTYPES_H 1
  659. | #define HAVE_STDINT_H 1
  660. | #define HAVE_UNISTD_H 1
  661. | #define __EXTENSIONS__ 1
  662. | #define _ALL_SOURCE 1
  663. | #define _GNU_SOURCE 1
  664. | #define _POSIX_PTHREAD_SEMANTICS 1
  665. | #define _TANDEM_SOURCE 1
  666. | /* end confdefs.h. */
  667. | #include <pthread.h>
  668. | int
  669. | main ()
  670. | {
  671. | pthread_t th; pthread_join(th, 0);
  672. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  673. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  674. | ;
  675. | return 0;
  676. | }
  677. configure:7881: result: no
  678. configure:7839: checking for the pthreads library -llthread
  679. configure:7872: gcc -o conftest -g -O2 conftest.c -llthread >&5
  680. /usr/bin/ld: cannot find -llthread
  681. collect2: error: ld returned 1 exit status
  682. configure:7872: $? = 1
  683. configure: failed program was:
  684. | /* confdefs.h */
  685. | #define PACKAGE_NAME "asterisk"
  686. | #define PACKAGE_TARNAME "asterisk"
  687. | #define PACKAGE_VERSION "trunk"
  688. | #define PACKAGE_STRING "asterisk trunk"
  689. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  690. | #define PACKAGE_URL ""
  691. | #define STDC_HEADERS 1
  692. | #define HAVE_SYS_TYPES_H 1
  693. | #define HAVE_SYS_STAT_H 1
  694. | #define HAVE_STDLIB_H 1
  695. | #define HAVE_STRING_H 1
  696. | #define HAVE_MEMORY_H 1
  697. | #define HAVE_STRINGS_H 1
  698. | #define HAVE_INTTYPES_H 1
  699. | #define HAVE_STDINT_H 1
  700. | #define HAVE_UNISTD_H 1
  701. | #define __EXTENSIONS__ 1
  702. | #define _ALL_SOURCE 1
  703. | #define _GNU_SOURCE 1
  704. | #define _POSIX_PTHREAD_SEMANTICS 1
  705. | #define _TANDEM_SOURCE 1
  706. | /* end confdefs.h. */
  707. | #include <pthread.h>
  708. | int
  709. | main ()
  710. | {
  711. | pthread_t th; pthread_join(th, 0);
  712. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  713. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  714. | ;
  715. | return 0;
  716. | }
  717. configure:7881: result: no
  718. configure:7789: checking whether pthreads work with -pthread
  719. configure:7872: gcc -o conftest -g -O2 -pthread conftest.c >&5
  720. configure:7872: $? = 0
  721. configure:7881: result: yes
  722. configure:7900: checking for joinable pthread attribute
  723. configure:7915: gcc -o conftest -g -O2 -pthread conftest.c >&5
  724. configure:7915: $? = 0
  725. configure:7921: result: PTHREAD_CREATE_JOINABLE
  726. configure:7931: checking if more special flags are required for pthreads
  727. configure:7938: result: no
  728. configure:8966: checking for gawk
  729. configure:8993: result: mawk
  730. configure:9056: checking for curl-config
  731. configure:9089: result: no
  732. configure:9165: checking whether libcurl is usable
  733. configure:9198: gcc -o conftest -g -O2 conftest.c -lcurl >&5
  734. conftest.c:25:23: fatal error: curl/curl.h: No such file or directory
  735. compilation terminated.
  736. configure:9198: $? = 1
  737. configure: failed program was:
  738. | /* confdefs.h */
  739. | #define PACKAGE_NAME "asterisk"
  740. | #define PACKAGE_TARNAME "asterisk"
  741. | #define PACKAGE_VERSION "trunk"
  742. | #define PACKAGE_STRING "asterisk trunk"
  743. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  744. | #define PACKAGE_URL ""
  745. | #define STDC_HEADERS 1
  746. | #define HAVE_SYS_TYPES_H 1
  747. | #define HAVE_SYS_STAT_H 1
  748. | #define HAVE_STDLIB_H 1
  749. | #define HAVE_STRING_H 1
  750. | #define HAVE_MEMORY_H 1
  751. | #define HAVE_STRINGS_H 1
  752. | #define HAVE_INTTYPES_H 1
  753. | #define HAVE_STDINT_H 1
  754. | #define HAVE_UNISTD_H 1
  755. | #define __EXTENSIONS__ 1
  756. | #define _ALL_SOURCE 1
  757. | #define _GNU_SOURCE 1
  758. | #define _POSIX_PTHREAD_SEMANTICS 1
  759. | #define _TANDEM_SOURCE 1
  760. | #define HAVE_PTHREAD 1
  761. | /* end confdefs.h. */
  762. | #include <curl/curl.h>
  763. | int
  764. | main ()
  765. | {
  766. |
  767. | /* Try and use a few common options to force a failure if we are
  768. | missing symbols or can't link. */
  769. | int x;
  770. | curl_easy_setopt(NULL,CURLOPT_URL,NULL);
  771. | x=CURL_ERROR_SIZE;
  772. | x=CURLOPT_WRITEFUNCTION;
  773. | x=CURLOPT_FILE;
  774. | x=CURLOPT_ERRORBUFFER;
  775. | x=CURLOPT_STDERR;
  776. | x=CURLOPT_VERBOSE;
  777. |
  778. | ;
  779. | return 0;
  780. | }
  781. configure:9212: result: no
  782. configure:11074: checking for size_t
  783. configure:11074: gcc -c -g -O2 conftest.c >&5
  784. configure:11074: $? = 0
  785. configure:11074: gcc -c -g -O2 conftest.c >&5
  786. conftest.c: In function 'main':
  787. conftest.c:61:21: error: expected expression before ')' token
  788. configure:11074: $? = 1
  789. configure: failed program was:
  790. | /* confdefs.h */
  791. | #define PACKAGE_NAME "asterisk"
  792. | #define PACKAGE_TARNAME "asterisk"
  793. | #define PACKAGE_VERSION "trunk"
  794. | #define PACKAGE_STRING "asterisk trunk"
  795. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  796. | #define PACKAGE_URL ""
  797. | #define STDC_HEADERS 1
  798. | #define HAVE_SYS_TYPES_H 1
  799. | #define HAVE_SYS_STAT_H 1
  800. | #define HAVE_STDLIB_H 1
  801. | #define HAVE_STRING_H 1
  802. | #define HAVE_MEMORY_H 1
  803. | #define HAVE_STRINGS_H 1
  804. | #define HAVE_INTTYPES_H 1
  805. | #define HAVE_STDINT_H 1
  806. | #define HAVE_UNISTD_H 1
  807. | #define __EXTENSIONS__ 1
  808. | #define _ALL_SOURCE 1
  809. | #define _GNU_SOURCE 1
  810. | #define _POSIX_PTHREAD_SEMANTICS 1
  811. | #define _TANDEM_SOURCE 1
  812. | #define HAVE_PTHREAD 1
  813. | /* end confdefs.h. */
  814. | #include <stdio.h>
  815. | #ifdef HAVE_SYS_TYPES_H
  816. | # include <sys/types.h>
  817. | #endif
  818. | #ifdef HAVE_SYS_STAT_H
  819. | # include <sys/stat.h>
  820. | #endif
  821. | #ifdef STDC_HEADERS
  822. | # include <stdlib.h>
  823. | # include <stddef.h>
  824. | #else
  825. | # ifdef HAVE_STDLIB_H
  826. | # include <stdlib.h>
  827. | # endif
  828. | #endif
  829. | #ifdef HAVE_STRING_H
  830. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  831. | # include <memory.h>
  832. | # endif
  833. | # include <string.h>
  834. | #endif
  835. | #ifdef HAVE_STRINGS_H
  836. | # include <strings.h>
  837. | #endif
  838. | #ifdef HAVE_INTTYPES_H
  839. | # include <inttypes.h>
  840. | #endif
  841. | #ifdef HAVE_STDINT_H
  842. | # include <stdint.h>
  843. | #endif
  844. | #ifdef HAVE_UNISTD_H
  845. | # include <unistd.h>
  846. | #endif
  847. | int
  848. | main ()
  849. | {
  850. | if (sizeof ((size_t)))
  851. | return 0;
  852. | ;
  853. | return 0;
  854. | }
  855. configure:11074: result: yes
  856. configure:11087: checking for working alloca.h
  857. configure:11104: gcc -o conftest -g -O2 conftest.c >&5
  858. configure:11104: $? = 0
  859. configure:11112: result: yes
  860. configure:11120: checking for alloca
  861. configure:11157: gcc -o conftest -g -O2 conftest.c >&5
  862. configure:11157: $? = 0
  863. configure:11165: result: yes
  864. configure:11277: checking for dirent.h that defines DIR
  865. configure:11296: gcc -c -g -O2 conftest.c >&5
  866. configure:11296: $? = 0
  867. configure:11304: result: yes
  868. configure:11317: checking for library containing opendir
  869. configure:11348: gcc -o conftest -g -O2 conftest.c >&5
  870. configure:11348: $? = 0
  871. configure:11365: result: none required
  872. configure:11432: checking for ANSI C header files
  873. configure:11536: result: yes
  874. configure:11544: checking for sys/wait.h that is POSIX.1 compatible
  875. configure:11570: gcc -c -g -O2 conftest.c >&5
  876. configure:11570: $? = 0
  877. configure:11577: result: yes
  878. configure:11588: checking arpa/inet.h usability
  879. configure:11588: gcc -c -g -O2 conftest.c >&5
  880. configure:11588: $? = 0
  881. configure:11588: result: yes
  882. configure:11588: checking arpa/inet.h presence
  883. configure:11588: gcc -E conftest.c
  884. configure:11588: $? = 0
  885. configure:11588: result: yes
  886. configure:11588: checking for arpa/inet.h
  887. configure:11588: result: yes
  888. configure:11588: checking fcntl.h usability
  889. configure:11588: gcc -c -g -O2 conftest.c >&5
  890. configure:11588: $? = 0
  891. configure:11588: result: yes
  892. configure:11588: checking fcntl.h presence
  893. configure:11588: gcc -E conftest.c
  894. configure:11588: $? = 0
  895. configure:11588: result: yes
  896. configure:11588: checking for fcntl.h
  897. configure:11588: result: yes
  898. configure:11588: checking for inttypes.h
  899. configure:11588: result: yes
  900. configure:11588: checking libintl.h usability
  901. configure:11588: gcc -c -g -O2 conftest.c >&5
  902. configure:11588: $? = 0
  903. configure:11588: result: yes
  904. configure:11588: checking libintl.h presence
  905. configure:11588: gcc -E conftest.c
  906. configure:11588: $? = 0
  907. configure:11588: result: yes
  908. configure:11588: checking for libintl.h
  909. configure:11588: result: yes
  910. configure:11588: checking limits.h usability
  911. configure:11588: gcc -c -g -O2 conftest.c >&5
  912. configure:11588: $? = 0
  913. configure:11588: result: yes
  914. configure:11588: checking limits.h presence
  915. configure:11588: gcc -E conftest.c
  916. configure:11588: $? = 0
  917. configure:11588: result: yes
  918. configure:11588: checking for limits.h
  919. configure:11588: result: yes
  920. configure:11588: checking locale.h usability
  921. configure:11588: gcc -c -g -O2 conftest.c >&5
  922. configure:11588: $? = 0
  923. configure:11588: result: yes
  924. configure:11588: checking locale.h presence
  925. configure:11588: gcc -E conftest.c
  926. configure:11588: $? = 0
  927. configure:11588: result: yes
  928. configure:11588: checking for locale.h
  929. configure:11588: result: yes
  930. configure:11588: checking malloc.h usability
  931. configure:11588: gcc -c -g -O2 conftest.c >&5
  932. configure:11588: $? = 0
  933. configure:11588: result: yes
  934. configure:11588: checking malloc.h presence
  935. configure:11588: gcc -E conftest.c
  936. configure:11588: $? = 0
  937. configure:11588: result: yes
  938. configure:11588: checking for malloc.h
  939. configure:11588: result: yes
  940. configure:11588: checking netdb.h usability
  941. configure:11588: gcc -c -g -O2 conftest.c >&5
  942. configure:11588: $? = 0
  943. configure:11588: result: yes
  944. configure:11588: checking netdb.h presence
  945. configure:11588: gcc -E conftest.c
  946. configure:11588: $? = 0
  947. configure:11588: result: yes
  948. configure:11588: checking for netdb.h
  949. configure:11588: result: yes
  950. configure:11588: checking netinet/in.h usability
  951. configure:11588: gcc -c -g -O2 conftest.c >&5
  952. configure:11588: $? = 0
  953. configure:11588: result: yes
  954. configure:11588: checking netinet/in.h presence
  955. configure:11588: gcc -E conftest.c
  956. configure:11588: $? = 0
  957. configure:11588: result: yes
  958. configure:11588: checking for netinet/in.h
  959. configure:11588: result: yes
  960. configure:11588: checking stddef.h usability
  961. configure:11588: gcc -c -g -O2 conftest.c >&5
  962. configure:11588: $? = 0
  963. configure:11588: result: yes
  964. configure:11588: checking stddef.h presence
  965. configure:11588: gcc -E conftest.c
  966. configure:11588: $? = 0
  967. configure:11588: result: yes
  968. configure:11588: checking for stddef.h
  969. configure:11588: result: yes
  970. configure:11588: checking for stdint.h
  971. configure:11588: result: yes
  972. configure:11588: checking for stdlib.h
  973. configure:11588: result: yes
  974. configure:11588: checking for string.h
  975. configure:11588: result: yes
  976. configure:11588: checking for strings.h
  977. configure:11588: result: yes
  978. configure:11588: checking sys/event.h usability
  979. configure:11588: gcc -c -g -O2 conftest.c >&5
  980. conftest.c:77:23: fatal error: sys/event.h: No such file or directory
  981. compilation terminated.
  982. configure:11588: $? = 1
  983. configure: failed program was:
  984. | /* confdefs.h */
  985. | #define PACKAGE_NAME "asterisk"
  986. | #define PACKAGE_TARNAME "asterisk"
  987. | #define PACKAGE_VERSION "trunk"
  988. | #define PACKAGE_STRING "asterisk trunk"
  989. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  990. | #define PACKAGE_URL ""
  991. | #define STDC_HEADERS 1
  992. | #define HAVE_SYS_TYPES_H 1
  993. | #define HAVE_SYS_STAT_H 1
  994. | #define HAVE_STDLIB_H 1
  995. | #define HAVE_STRING_H 1
  996. | #define HAVE_MEMORY_H 1
  997. | #define HAVE_STRINGS_H 1
  998. | #define HAVE_INTTYPES_H 1
  999. | #define HAVE_STDINT_H 1
  1000. | #define HAVE_UNISTD_H 1
  1001. | #define __EXTENSIONS__ 1
  1002. | #define _ALL_SOURCE 1
  1003. | #define _GNU_SOURCE 1
  1004. | #define _POSIX_PTHREAD_SEMANTICS 1
  1005. | #define _TANDEM_SOURCE 1
  1006. | #define HAVE_PTHREAD 1
  1007. | #define HAVE_ALLOCA_H 1
  1008. | #define HAVE_ALLOCA 1
  1009. | #define HAVE_DIRENT_H 1
  1010. | #define STDC_HEADERS 1
  1011. | #define HAVE_SYS_WAIT_H 1
  1012. | #define HAVE_ARPA_INET_H 1
  1013. | #define HAVE_FCNTL_H 1
  1014. | #define HAVE_INTTYPES_H 1
  1015. | #define HAVE_LIBINTL_H 1
  1016. | #define HAVE_LIMITS_H 1
  1017. | #define HAVE_LOCALE_H 1
  1018. | #define HAVE_MALLOC_H 1
  1019. | #define HAVE_NETDB_H 1
  1020. | #define HAVE_NETINET_IN_H 1
  1021. | #define HAVE_STDDEF_H 1
  1022. | #define HAVE_STDINT_H 1
  1023. | #define HAVE_STDLIB_H 1
  1024. | #define HAVE_STRING_H 1
  1025. | #define HAVE_STRINGS_H 1
  1026. | /* end confdefs.h. */
  1027. | #include <stdio.h>
  1028. | #ifdef HAVE_SYS_TYPES_H
  1029. | # include <sys/types.h>
  1030. | #endif
  1031. | #ifdef HAVE_SYS_STAT_H
  1032. | # include <sys/stat.h>
  1033. | #endif
  1034. | #ifdef STDC_HEADERS
  1035. | # include <stdlib.h>
  1036. | # include <stddef.h>
  1037. | #else
  1038. | # ifdef HAVE_STDLIB_H
  1039. | # include <stdlib.h>
  1040. | # endif
  1041. | #endif
  1042. | #ifdef HAVE_STRING_H
  1043. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1044. | # include <memory.h>
  1045. | # endif
  1046. | # include <string.h>
  1047. | #endif
  1048. | #ifdef HAVE_STRINGS_H
  1049. | # include <strings.h>
  1050. | #endif
  1051. | #ifdef HAVE_INTTYPES_H
  1052. | # include <inttypes.h>
  1053. | #endif
  1054. | #ifdef HAVE_STDINT_H
  1055. | # include <stdint.h>
  1056. | #endif
  1057. | #ifdef HAVE_UNISTD_H
  1058. | # include <unistd.h>
  1059. | #endif
  1060. | #include <sys/event.h>
  1061. configure:11588: result: no
  1062. configure:11588: checking sys/event.h presence
  1063. configure:11588: gcc -E conftest.c
  1064. conftest.c:44:23: fatal error: sys/event.h: No such file or directory
  1065. compilation terminated.
  1066. configure:11588: $? = 1
  1067. configure: failed program was:
  1068. | /* confdefs.h */
  1069. | #define PACKAGE_NAME "asterisk"
  1070. | #define PACKAGE_TARNAME "asterisk"
  1071. | #define PACKAGE_VERSION "trunk"
  1072. | #define PACKAGE_STRING "asterisk trunk"
  1073. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  1074. | #define PACKAGE_URL ""
  1075. | #define STDC_HEADERS 1
  1076. | #define HAVE_SYS_TYPES_H 1
  1077. | #define HAVE_SYS_STAT_H 1
  1078. | #define HAVE_STDLIB_H 1
  1079. | #define HAVE_STRING_H 1
  1080. | #define HAVE_MEMORY_H 1
  1081. | #define HAVE_STRINGS_H 1
  1082. | #define HAVE_INTTYPES_H 1
  1083. | #define HAVE_STDINT_H 1
  1084. | #define HAVE_UNISTD_H 1
  1085. | #define __EXTENSIONS__ 1
  1086. | #define _ALL_SOURCE 1
  1087. | #define _GNU_SOURCE 1
  1088. | #define _POSIX_PTHREAD_SEMANTICS 1
  1089. | #define _TANDEM_SOURCE 1
  1090. | #define HAVE_PTHREAD 1
  1091. | #define HAVE_ALLOCA_H 1
  1092. | #define HAVE_ALLOCA 1
  1093. | #define HAVE_DIRENT_H 1
  1094. | #define STDC_HEADERS 1
  1095. | #define HAVE_SYS_WAIT_H 1
  1096. | #define HAVE_ARPA_INET_H 1
  1097. | #define HAVE_FCNTL_H 1
  1098. | #define HAVE_INTTYPES_H 1
  1099. | #define HAVE_LIBINTL_H 1
  1100. | #define HAVE_LIMITS_H 1
  1101. | #define HAVE_LOCALE_H 1
  1102. | #define HAVE_MALLOC_H 1
  1103. | #define HAVE_NETDB_H 1
  1104. | #define HAVE_NETINET_IN_H 1
  1105. | #define HAVE_STDDEF_H 1
  1106. | #define HAVE_STDINT_H 1
  1107. | #define HAVE_STDLIB_H 1
  1108. | #define HAVE_STRING_H 1
  1109. | #define HAVE_STRINGS_H 1
  1110. | /* end confdefs.h. */
  1111. | #include <sys/event.h>
  1112. configure:11588: result: no
  1113. configure:11588: checking for sys/event.h
  1114. configure:11588: result: no
  1115. configure:11588: checking sys/file.h usability
  1116. configure:11588: gcc -c -g -O2 conftest.c >&5
  1117. configure:11588: $? = 0
  1118. configure:11588: result: yes
  1119. configure:11588: checking sys/file.h presence
  1120. configure:11588: gcc -E conftest.c
  1121. configure:11588: $? = 0
  1122. configure:11588: result: yes
  1123. configure:11588: checking for sys/file.h
  1124. configure:11588: result: yes
  1125. configure:11588: checking sys/ioctl.h usability
  1126. configure:11588: gcc -c -g -O2 conftest.c >&5
  1127. configure:11588: $? = 0
  1128. configure:11588: result: yes
  1129. configure:11588: checking sys/ioctl.h presence
  1130. configure:11588: gcc -E conftest.c
  1131. configure:11588: $? = 0
  1132. configure:11588: result: yes
  1133. configure:11588: checking for sys/ioctl.h
  1134. configure:11588: result: yes
  1135. configure:11588: checking sys/param.h usability
  1136. configure:11588: gcc -c -g -O2 conftest.c >&5
  1137. configure:11588: $? = 0
  1138. configure:11588: result: yes
  1139. configure:11588: checking sys/param.h presence
  1140. configure:11588: gcc -E conftest.c
  1141. configure:11588: $? = 0
  1142. configure:11588: result: yes
  1143. configure:11588: checking for sys/param.h
  1144. configure:11588: result: yes
  1145. configure:11588: checking sys/socket.h usability
  1146. configure:11588: gcc -c -g -O2 conftest.c >&5
  1147. configure:11588: $? = 0
  1148. configure:11588: result: yes
  1149. configure:11588: checking sys/socket.h presence
  1150. configure:11588: gcc -E conftest.c
  1151. configure:11588: $? = 0
  1152. configure:11588: result: yes
  1153. configure:11588: checking for sys/socket.h
  1154. configure:11588: result: yes
  1155. configure:11588: checking sys/time.h usability
  1156. configure:11588: gcc -c -g -O2 conftest.c >&5
  1157. configure:11588: $? = 0
  1158. configure:11588: result: yes
  1159. configure:11588: checking sys/time.h presence
  1160. configure:11588: gcc -E conftest.c
  1161. configure:11588: $? = 0
  1162. configure:11588: result: yes
  1163. configure:11588: checking for sys/time.h
  1164. configure:11588: result: yes
  1165. configure:11588: checking syslog.h usability
  1166. configure:11588: gcc -c -g -O2 conftest.c >&5
  1167. configure:11588: $? = 0
  1168. configure:11588: result: yes
  1169. configure:11588: checking syslog.h presence
  1170. configure:11588: gcc -E conftest.c
  1171. configure:11588: $? = 0
  1172. configure:11588: result: yes
  1173. configure:11588: checking for syslog.h
  1174. configure:11588: result: yes
  1175. configure:11588: checking termios.h usability
  1176. configure:11588: gcc -c -g -O2 conftest.c >&5
  1177. configure:11588: $? = 0
  1178. configure:11588: result: yes
  1179. configure:11588: checking termios.h presence
  1180. configure:11588: gcc -E conftest.c
  1181. configure:11588: $? = 0
  1182. configure:11588: result: yes
  1183. configure:11588: checking for termios.h
  1184. configure:11588: result: yes
  1185. configure:11588: checking for unistd.h
  1186. configure:11588: result: yes
  1187. configure:11588: checking utime.h usability
  1188. configure:11588: gcc -c -g -O2 conftest.c >&5
  1189. configure:11588: $? = 0
  1190. configure:11588: result: yes
  1191. configure:11588: checking utime.h presence
  1192. configure:11588: gcc -E conftest.c
  1193. configure:11588: $? = 0
  1194. configure:11588: result: yes
  1195. configure:11588: checking for utime.h
  1196. configure:11588: result: yes
  1197. configure:11588: checking arpa/nameser.h usability
  1198. configure:11588: gcc -c -g -O2 conftest.c >&5
  1199. configure:11588: $? = 0
  1200. configure:11588: result: yes
  1201. configure:11588: checking arpa/nameser.h presence
  1202. configure:11588: gcc -E conftest.c
  1203. configure:11588: $? = 0
  1204. configure:11588: result: yes
  1205. configure:11588: checking for arpa/nameser.h
  1206. configure:11588: result: yes
  1207. configure:11588: checking sys/io.h usability
  1208. configure:11588: gcc -c -g -O2 conftest.c >&5
  1209. configure:11588: $? = 0
  1210. configure:11588: result: yes
  1211. configure:11588: checking sys/io.h presence
  1212. configure:11588: gcc -E conftest.c
  1213. configure:11588: $? = 0
  1214. configure:11588: result: yes
  1215. configure:11588: checking for sys/io.h
  1216. configure:11588: result: yes
  1217. configure:11618: checking for tgetent in -ltermcap
  1218. configure:11643: gcc -o conftest -g -O2 conftest.c -ltermcap >&5
  1219. configure:11643: $? = 0
  1220. configure:11653: result: yes
  1221. configure:11722: checking for tgetent in -ltinfo
  1222. configure:11747: gcc -o conftest -g -O2 conftest.c -ltinfo >&5
  1223. configure:11747: $? = 0
  1224. configure:11757: result: yes
  1225. configure:11826: checking for initscr in -lcurses
  1226. configure:11851: gcc -o conftest -g -O2 conftest.c -lcurses >&5
  1227. configure:11851: $? = 0
  1228. configure:11861: result: yes
  1229. configure:11885: checking curses.h usability
  1230. configure:11885: gcc -c -g -O2 conftest.c >&5
  1231. configure:11885: $? = 0
  1232. configure:11885: result: yes
  1233. configure:11885: checking curses.h presence
  1234. configure:11885: gcc -E conftest.c
  1235. configure:11885: $? = 0
  1236. configure:11885: result: yes
  1237. configure:11885: checking for curses.h
  1238. configure:11885: result: yes
  1239. configure:11930: checking for initscr in -lncurses
  1240. configure:11955: gcc -o conftest -g -O2 conftest.c -lncurses >&5
  1241. configure:11955: $? = 0
  1242. configure:11965: result: yes
  1243. configure:11989: checking for curses.h
  1244. configure:11989: result: yes
  1245. configure:12095: checking for xml2-config
  1246. configure:12114: found /usr/bin/xml2-config
  1247. configure:12126: result: /usr/bin/xml2-config
  1248. configure:12177: gcc -o conftest -g -O2 -I/usr/include/libxml2 conftest.c -L/usr/lib -lxml2 >&5
  1249. configure:12177: $? = 0
  1250. configure:12209: checking xlocale.h usability
  1251. configure:12209: gcc -c -g -O2 conftest.c >&5
  1252. configure:12209: $? = 0
  1253. configure:12209: result: yes
  1254. configure:12209: checking xlocale.h presence
  1255. configure:12209: gcc -E conftest.c
  1256. configure:12209: $? = 0
  1257. configure:12209: result: yes
  1258. configure:12209: checking for xlocale.h
  1259. configure:12209: result: yes
  1260. configure:12223: checking winsock.h usability
  1261. configure:12223: gcc -c -g -O2 conftest.c >&5
  1262. conftest.c:94:21: fatal error: winsock.h: No such file or directory
  1263. compilation terminated.
  1264. configure:12223: $? = 1
  1265. configure: failed program was:
  1266. | /* confdefs.h */
  1267. | #define PACKAGE_NAME "asterisk"
  1268. | #define PACKAGE_TARNAME "asterisk"
  1269. | #define PACKAGE_VERSION "trunk"
  1270. | #define PACKAGE_STRING "asterisk trunk"
  1271. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  1272. | #define PACKAGE_URL ""
  1273. | #define STDC_HEADERS 1
  1274. | #define HAVE_SYS_TYPES_H 1
  1275. | #define HAVE_SYS_STAT_H 1
  1276. | #define HAVE_STDLIB_H 1
  1277. | #define HAVE_STRING_H 1
  1278. | #define HAVE_MEMORY_H 1
  1279. | #define HAVE_STRINGS_H 1
  1280. | #define HAVE_INTTYPES_H 1
  1281. | #define HAVE_STDINT_H 1
  1282. | #define HAVE_UNISTD_H 1
  1283. | #define __EXTENSIONS__ 1
  1284. | #define _ALL_SOURCE 1
  1285. | #define _GNU_SOURCE 1
  1286. | #define _POSIX_PTHREAD_SEMANTICS 1
  1287. | #define _TANDEM_SOURCE 1
  1288. | #define HAVE_PTHREAD 1
  1289. | #define HAVE_ALLOCA_H 1
  1290. | #define HAVE_ALLOCA 1
  1291. | #define HAVE_DIRENT_H 1
  1292. | #define STDC_HEADERS 1
  1293. | #define HAVE_SYS_WAIT_H 1
  1294. | #define HAVE_ARPA_INET_H 1
  1295. | #define HAVE_FCNTL_H 1
  1296. | #define HAVE_INTTYPES_H 1
  1297. | #define HAVE_LIBINTL_H 1
  1298. | #define HAVE_LIMITS_H 1
  1299. | #define HAVE_LOCALE_H 1
  1300. | #define HAVE_MALLOC_H 1
  1301. | #define HAVE_NETDB_H 1
  1302. | #define HAVE_NETINET_IN_H 1
  1303. | #define HAVE_STDDEF_H 1
  1304. | #define HAVE_STDINT_H 1
  1305. | #define HAVE_STDLIB_H 1
  1306. | #define HAVE_STRING_H 1
  1307. | #define HAVE_STRINGS_H 1
  1308. | #define HAVE_SYS_FILE_H 1
  1309. | #define HAVE_SYS_IOCTL_H 1
  1310. | #define HAVE_SYS_PARAM_H 1
  1311. | #define HAVE_SYS_SOCKET_H 1
  1312. | #define HAVE_SYS_TIME_H 1
  1313. | #define HAVE_SYSLOG_H 1
  1314. | #define HAVE_TERMIOS_H 1
  1315. | #define HAVE_UNISTD_H 1
  1316. | #define HAVE_UTIME_H 1
  1317. | #define HAVE_ARPA_NAMESER_H 1
  1318. | #define HAVE_SYS_IO_H 1
  1319. | #define HAVE_TERMCAP 1
  1320. | #define HAVE_TINFO 1
  1321. | #define HAVE_CURSES 1
  1322. | #define HAVE_NCURSES 1
  1323. | #define HAVE_LIBXML2 1
  1324. | #define HAVE_XLOCALE_H 1
  1325. | /* end confdefs.h. */
  1326. | #include <stdio.h>
  1327. | #ifdef HAVE_SYS_TYPES_H
  1328. | # include <sys/types.h>
  1329. | #endif
  1330. | #ifdef HAVE_SYS_STAT_H
  1331. | # include <sys/stat.h>
  1332. | #endif
  1333. | #ifdef STDC_HEADERS
  1334. | # include <stdlib.h>
  1335. | # include <stddef.h>
  1336. | #else
  1337. | # ifdef HAVE_STDLIB_H
  1338. | # include <stdlib.h>
  1339. | # endif
  1340. | #endif
  1341. | #ifdef HAVE_STRING_H
  1342. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1343. | # include <memory.h>
  1344. | # endif
  1345. | # include <string.h>
  1346. | #endif
  1347. | #ifdef HAVE_STRINGS_H
  1348. | # include <strings.h>
  1349. | #endif
  1350. | #ifdef HAVE_INTTYPES_H
  1351. | # include <inttypes.h>
  1352. | #endif
  1353. | #ifdef HAVE_STDINT_H
  1354. | # include <stdint.h>
  1355. | #endif
  1356. | #ifdef HAVE_UNISTD_H
  1357. | # include <unistd.h>
  1358. | #endif
  1359. | #include <winsock.h>
  1360. configure:12223: result: no
  1361. configure:12223: checking winsock.h presence
  1362. configure:12223: gcc -E conftest.c
  1363. conftest.c:61:21: fatal error: winsock.h: No such file or directory
  1364. compilation terminated.
  1365. configure:12223: $? = 1
  1366. configure: failed program was:
  1367. | /* confdefs.h */
  1368. | #define PACKAGE_NAME "asterisk"
  1369. | #define PACKAGE_TARNAME "asterisk"
  1370. | #define PACKAGE_VERSION "trunk"
  1371. | #define PACKAGE_STRING "asterisk trunk"
  1372. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  1373. | #define PACKAGE_URL ""
  1374. | #define STDC_HEADERS 1
  1375. | #define HAVE_SYS_TYPES_H 1
  1376. | #define HAVE_SYS_STAT_H 1
  1377. | #define HAVE_STDLIB_H 1
  1378. | #define HAVE_STRING_H 1
  1379. | #define HAVE_MEMORY_H 1
  1380. | #define HAVE_STRINGS_H 1
  1381. | #define HAVE_INTTYPES_H 1
  1382. | #define HAVE_STDINT_H 1
  1383. | #define HAVE_UNISTD_H 1
  1384. | #define __EXTENSIONS__ 1
  1385. | #define _ALL_SOURCE 1
  1386. | #define _GNU_SOURCE 1
  1387. | #define _POSIX_PTHREAD_SEMANTICS 1
  1388. | #define _TANDEM_SOURCE 1
  1389. | #define HAVE_PTHREAD 1
  1390. | #define HAVE_ALLOCA_H 1
  1391. | #define HAVE_ALLOCA 1
  1392. | #define HAVE_DIRENT_H 1
  1393. | #define STDC_HEADERS 1
  1394. | #define HAVE_SYS_WAIT_H 1
  1395. | #define HAVE_ARPA_INET_H 1
  1396. | #define HAVE_FCNTL_H 1
  1397. | #define HAVE_INTTYPES_H 1
  1398. | #define HAVE_LIBINTL_H 1
  1399. | #define HAVE_LIMITS_H 1
  1400. | #define HAVE_LOCALE_H 1
  1401. | #define HAVE_MALLOC_H 1
  1402. | #define HAVE_NETDB_H 1
  1403. | #define HAVE_NETINET_IN_H 1
  1404. | #define HAVE_STDDEF_H 1
  1405. | #define HAVE_STDINT_H 1
  1406. | #define HAVE_STDLIB_H 1
  1407. | #define HAVE_STRING_H 1
  1408. | #define HAVE_STRINGS_H 1
  1409. | #define HAVE_SYS_FILE_H 1
  1410. | #define HAVE_SYS_IOCTL_H 1
  1411. | #define HAVE_SYS_PARAM_H 1
  1412. | #define HAVE_SYS_SOCKET_H 1
  1413. | #define HAVE_SYS_TIME_H 1
  1414. | #define HAVE_SYSLOG_H 1
  1415. | #define HAVE_TERMIOS_H 1
  1416. | #define HAVE_UNISTD_H 1
  1417. | #define HAVE_UTIME_H 1
  1418. | #define HAVE_ARPA_NAMESER_H 1
  1419. | #define HAVE_SYS_IO_H 1
  1420. | #define HAVE_TERMCAP 1
  1421. | #define HAVE_TINFO 1
  1422. | #define HAVE_CURSES 1
  1423. | #define HAVE_NCURSES 1
  1424. | #define HAVE_LIBXML2 1
  1425. | #define HAVE_XLOCALE_H 1
  1426. | /* end confdefs.h. */
  1427. | #include <winsock.h>
  1428. configure:12223: result: no
  1429. configure:12223: checking for winsock.h
  1430. configure:12223: result: no
  1431. configure:12223: checking winsock2.h usability
  1432. configure:12223: gcc -c -g -O2 conftest.c >&5
  1433. conftest.c:94:22: fatal error: winsock2.h: No such file or directory
  1434. compilation terminated.
  1435. configure:12223: $? = 1
  1436. configure: failed program was:
  1437. | /* confdefs.h */
  1438. | #define PACKAGE_NAME "asterisk"
  1439. | #define PACKAGE_TARNAME "asterisk"
  1440. | #define PACKAGE_VERSION "trunk"
  1441. | #define PACKAGE_STRING "asterisk trunk"
  1442. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  1443. | #define PACKAGE_URL ""
  1444. | #define STDC_HEADERS 1
  1445. | #define HAVE_SYS_TYPES_H 1
  1446. | #define HAVE_SYS_STAT_H 1
  1447. | #define HAVE_STDLIB_H 1
  1448. | #define HAVE_STRING_H 1
  1449. | #define HAVE_MEMORY_H 1
  1450. | #define HAVE_STRINGS_H 1
  1451. | #define HAVE_INTTYPES_H 1
  1452. | #define HAVE_STDINT_H 1
  1453. | #define HAVE_UNISTD_H 1
  1454. | #define __EXTENSIONS__ 1
  1455. | #define _ALL_SOURCE 1
  1456. | #define _GNU_SOURCE 1
  1457. | #define _POSIX_PTHREAD_SEMANTICS 1
  1458. | #define _TANDEM_SOURCE 1
  1459. | #define HAVE_PTHREAD 1
  1460. | #define HAVE_ALLOCA_H 1
  1461. | #define HAVE_ALLOCA 1
  1462. | #define HAVE_DIRENT_H 1
  1463. | #define STDC_HEADERS 1
  1464. | #define HAVE_SYS_WAIT_H 1
  1465. | #define HAVE_ARPA_INET_H 1
  1466. | #define HAVE_FCNTL_H 1
  1467. | #define HAVE_INTTYPES_H 1
  1468. | #define HAVE_LIBINTL_H 1
  1469. | #define HAVE_LIMITS_H 1
  1470. | #define HAVE_LOCALE_H 1
  1471. | #define HAVE_MALLOC_H 1
  1472. | #define HAVE_NETDB_H 1
  1473. | #define HAVE_NETINET_IN_H 1
  1474. | #define HAVE_STDDEF_H 1
  1475. | #define HAVE_STDINT_H 1
  1476. | #define HAVE_STDLIB_H 1
  1477. | #define HAVE_STRING_H 1
  1478. | #define HAVE_STRINGS_H 1
  1479. | #define HAVE_SYS_FILE_H 1
  1480. | #define HAVE_SYS_IOCTL_H 1
  1481. | #define HAVE_SYS_PARAM_H 1
  1482. | #define HAVE_SYS_SOCKET_H 1
  1483. | #define HAVE_SYS_TIME_H 1
  1484. | #define HAVE_SYSLOG_H 1
  1485. | #define HAVE_TERMIOS_H 1
  1486. | #define HAVE_UNISTD_H 1
  1487. | #define HAVE_UTIME_H 1
  1488. | #define HAVE_ARPA_NAMESER_H 1
  1489. | #define HAVE_SYS_IO_H 1
  1490. | #define HAVE_TERMCAP 1
  1491. | #define HAVE_TINFO 1
  1492. | #define HAVE_CURSES 1
  1493. | #define HAVE_NCURSES 1
  1494. | #define HAVE_LIBXML2 1
  1495. | #define HAVE_XLOCALE_H 1
  1496. | /* end confdefs.h. */
  1497. | #include <stdio.h>
  1498. | #ifdef HAVE_SYS_TYPES_H
  1499. | # include <sys/types.h>
  1500. | #endif
  1501. | #ifdef HAVE_SYS_STAT_H
  1502. | # include <sys/stat.h>
  1503. | #endif
  1504. | #ifdef STDC_HEADERS
  1505. | # include <stdlib.h>
  1506. | # include <stddef.h>
  1507. | #else
  1508. | # ifdef HAVE_STDLIB_H
  1509. | # include <stdlib.h>
  1510. | # endif
  1511. | #endif
  1512. | #ifdef HAVE_STRING_H
  1513. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1514. | # include <memory.h>
  1515. | # endif
  1516. | # include <string.h>
  1517. | #endif
  1518. | #ifdef HAVE_STRINGS_H
  1519. | # include <strings.h>
  1520. | #endif
  1521. | #ifdef HAVE_INTTYPES_H
  1522. | # include <inttypes.h>
  1523. | #endif
  1524. | #ifdef HAVE_STDINT_H
  1525. | # include <stdint.h>
  1526. | #endif
  1527. | #ifdef HAVE_UNISTD_H
  1528. | # include <unistd.h>
  1529. | #endif
  1530. | #include <winsock2.h>
  1531. configure:12223: result: no
  1532. configure:12223: checking winsock2.h presence
  1533. configure:12223: gcc -E conftest.c
  1534. conftest.c:61:22: fatal error: winsock2.h: No such file or directory
  1535. compilation terminated.
  1536. configure:12223: $? = 1
  1537. configure: failed program was:
  1538. | /* confdefs.h */
  1539. | #define PACKAGE_NAME "asterisk"
  1540. | #define PACKAGE_TARNAME "asterisk"
  1541. | #define PACKAGE_VERSION "trunk"
  1542. | #define PACKAGE_STRING "asterisk trunk"
  1543. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  1544. | #define PACKAGE_URL ""
  1545. | #define STDC_HEADERS 1
  1546. | #define HAVE_SYS_TYPES_H 1
  1547. | #define HAVE_SYS_STAT_H 1
  1548. | #define HAVE_STDLIB_H 1
  1549. | #define HAVE_STRING_H 1
  1550. | #define HAVE_MEMORY_H 1
  1551. | #define HAVE_STRINGS_H 1
  1552. | #define HAVE_INTTYPES_H 1
  1553. | #define HAVE_STDINT_H 1
  1554. | #define HAVE_UNISTD_H 1
  1555. | #define __EXTENSIONS__ 1
  1556. | #define _ALL_SOURCE 1
  1557. | #define _GNU_SOURCE 1
  1558. | #define _POSIX_PTHREAD_SEMANTICS 1
  1559. | #define _TANDEM_SOURCE 1
  1560. | #define HAVE_PTHREAD 1
  1561. | #define HAVE_ALLOCA_H 1
  1562. | #define HAVE_ALLOCA 1
  1563. | #define HAVE_DIRENT_H 1
  1564. | #define STDC_HEADERS 1
  1565. | #define HAVE_SYS_WAIT_H 1
  1566. | #define HAVE_ARPA_INET_H 1
  1567. | #define HAVE_FCNTL_H 1
  1568. | #define HAVE_INTTYPES_H 1
  1569. | #define HAVE_LIBINTL_H 1
  1570. | #define HAVE_LIMITS_H 1
  1571. | #define HAVE_LOCALE_H 1
  1572. | #define HAVE_MALLOC_H 1
  1573. | #define HAVE_NETDB_H 1
  1574. | #define HAVE_NETINET_IN_H 1
  1575. | #define HAVE_STDDEF_H 1
  1576. | #define HAVE_STDINT_H 1
  1577. | #define HAVE_STDLIB_H 1
  1578. | #define HAVE_STRING_H 1
  1579. | #define HAVE_STRINGS_H 1
  1580. | #define HAVE_SYS_FILE_H 1
  1581. | #define HAVE_SYS_IOCTL_H 1
  1582. | #define HAVE_SYS_PARAM_H 1
  1583. | #define HAVE_SYS_SOCKET_H 1
  1584. | #define HAVE_SYS_TIME_H 1
  1585. | #define HAVE_SYSLOG_H 1
  1586. | #define HAVE_TERMIOS_H 1
  1587. | #define HAVE_UNISTD_H 1
  1588. | #define HAVE_UTIME_H 1
  1589. | #define HAVE_ARPA_NAMESER_H 1
  1590. | #define HAVE_SYS_IO_H 1
  1591. | #define HAVE_TERMCAP 1
  1592. | #define HAVE_TINFO 1
  1593. | #define HAVE_CURSES 1
  1594. | #define HAVE_NCURSES 1
  1595. | #define HAVE_LIBXML2 1
  1596. | #define HAVE_XLOCALE_H 1
  1597. | /* end confdefs.h. */
  1598. | #include <winsock2.h>
  1599. configure:12223: result: no
  1600. configure:12223: checking for winsock2.h
  1601. configure:12223: result: no
  1602. configure:12234: checking sys/poll.h usability
  1603. configure:12234: gcc -c -g -O2 conftest.c >&5
  1604. configure:12234: $? = 0
  1605. configure:12234: result: yes
  1606. configure:12234: checking sys/poll.h presence
  1607. configure:12234: gcc -E conftest.c
  1608. configure:12234: $? = 0
  1609. configure:12234: result: yes
  1610. configure:12234: checking for sys/poll.h
  1611. configure:12234: result: yes
  1612. configure:12252: checking for special C compiler options needed for large files
  1613. configure:12297: result: no
  1614. configure:12303: checking for _FILE_OFFSET_BITS value needed for large files
  1615. configure:12328: gcc -c -g -O2 conftest.c >&5
  1616. conftest.c:67:3: warning: left shift count >= width of type [enabled by default]
  1617. conftest.c:67:3: warning: left shift count >= width of type [enabled by default]
  1618. conftest.c:68:10: warning: left shift count >= width of type [enabled by default]
  1619. conftest.c:68:10: warning: left shift count >= width of type [enabled by default]
  1620. conftest.c:67:7: error: variably modified 'off_t_is_large' at file scope
  1621. configure:12328: $? = 1
  1622. configure: failed program was:
  1623. | /* confdefs.h */
  1624. | #define PACKAGE_NAME "asterisk"
  1625. | #define PACKAGE_TARNAME "asterisk"
  1626. | #define PACKAGE_VERSION "trunk"
  1627. | #define PACKAGE_STRING "asterisk trunk"
  1628. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  1629. | #define PACKAGE_URL ""
  1630. | #define STDC_HEADERS 1
  1631. | #define HAVE_SYS_TYPES_H 1
  1632. | #define HAVE_SYS_STAT_H 1
  1633. | #define HAVE_STDLIB_H 1
  1634. | #define HAVE_STRING_H 1
  1635. | #define HAVE_MEMORY_H 1
  1636. | #define HAVE_STRINGS_H 1
  1637. | #define HAVE_INTTYPES_H 1
  1638. | #define HAVE_STDINT_H 1
  1639. | #define HAVE_UNISTD_H 1
  1640. | #define __EXTENSIONS__ 1
  1641. | #define _ALL_SOURCE 1
  1642. | #define _GNU_SOURCE 1
  1643. | #define _POSIX_PTHREAD_SEMANTICS 1
  1644. | #define _TANDEM_SOURCE 1
  1645. | #define HAVE_PTHREAD 1
  1646. | #define HAVE_ALLOCA_H 1
  1647. | #define HAVE_ALLOCA 1
  1648. | #define HAVE_DIRENT_H 1
  1649. | #define STDC_HEADERS 1
  1650. | #define HAVE_SYS_WAIT_H 1
  1651. | #define HAVE_ARPA_INET_H 1
  1652. | #define HAVE_FCNTL_H 1
  1653. | #define HAVE_INTTYPES_H 1
  1654. | #define HAVE_LIBINTL_H 1
  1655. | #define HAVE_LIMITS_H 1
  1656. | #define HAVE_LOCALE_H 1
  1657. | #define HAVE_MALLOC_H 1
  1658. | #define HAVE_NETDB_H 1
  1659. | #define HAVE_NETINET_IN_H 1
  1660. | #define HAVE_STDDEF_H 1
  1661. | #define HAVE_STDINT_H 1
  1662. | #define HAVE_STDLIB_H 1
  1663. | #define HAVE_STRING_H 1
  1664. | #define HAVE_STRINGS_H 1
  1665. | #define HAVE_SYS_FILE_H 1
  1666. | #define HAVE_SYS_IOCTL_H 1
  1667. | #define HAVE_SYS_PARAM_H 1
  1668. | #define HAVE_SYS_SOCKET_H 1
  1669. | #define HAVE_SYS_TIME_H 1
  1670. | #define HAVE_SYSLOG_H 1
  1671. | #define HAVE_TERMIOS_H 1
  1672. | #define HAVE_UNISTD_H 1
  1673. | #define HAVE_UTIME_H 1
  1674. | #define HAVE_ARPA_NAMESER_H 1
  1675. | #define HAVE_SYS_IO_H 1
  1676. | #define HAVE_TERMCAP 1
  1677. | #define HAVE_TINFO 1
  1678. | #define HAVE_CURSES 1
  1679. | #define HAVE_NCURSES 1
  1680. | #define HAVE_LIBXML2 1
  1681. | #define HAVE_XLOCALE_H 1
  1682. | /* end confdefs.h. */
  1683. | #include <sys/types.h>
  1684. | /* Check that off_t can represent 2**63 - 1 correctly.
  1685. | We can't simply define LARGE_OFF_T to be 9223372036854775807,
  1686. | since some C++ compilers masquerading as C compilers
  1687. | incorrectly reject 9223372036854775807. */
  1688. | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  1689. | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  1690. | && LARGE_OFF_T % 2147483647 == 1)
  1691. | ? 1 : -1];
  1692. | int
  1693. | main ()
  1694. | {
  1695. |
  1696. | ;
  1697. | return 0;
  1698. | }
  1699. configure:12352: gcc -c -g -O2 conftest.c >&5
  1700. configure:12352: $? = 0
  1701. configure:12360: result: 64
  1702. configure:12445: checking for stdbool.h that conforms to C99
  1703. configure:12512: gcc -c -g -O2 conftest.c >&5
  1704. configure:12512: $? = 0
  1705. configure:12519: result: yes
  1706. configure:12521: checking for _Bool
  1707. configure:12521: gcc -c -g -O2 conftest.c >&5
  1708. configure:12521: $? = 0
  1709. configure:12521: gcc -c -g -O2 conftest.c >&5
  1710. conftest.c: In function 'main':
  1711. conftest.c:98:20: error: expected expression before ')' token
  1712. configure:12521: $? = 1
  1713. configure: failed program was:
  1714. | /* confdefs.h */
  1715. | #define PACKAGE_NAME "asterisk"
  1716. | #define PACKAGE_TARNAME "asterisk"
  1717. | #define PACKAGE_VERSION "trunk"
  1718. | #define PACKAGE_STRING "asterisk trunk"
  1719. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  1720. | #define PACKAGE_URL ""
  1721. | #define STDC_HEADERS 1
  1722. | #define HAVE_SYS_TYPES_H 1
  1723. | #define HAVE_SYS_STAT_H 1
  1724. | #define HAVE_STDLIB_H 1
  1725. | #define HAVE_STRING_H 1
  1726. | #define HAVE_MEMORY_H 1
  1727. | #define HAVE_STRINGS_H 1
  1728. | #define HAVE_INTTYPES_H 1
  1729. | #define HAVE_STDINT_H 1
  1730. | #define HAVE_UNISTD_H 1
  1731. | #define __EXTENSIONS__ 1
  1732. | #define _ALL_SOURCE 1
  1733. | #define _GNU_SOURCE 1
  1734. | #define _POSIX_PTHREAD_SEMANTICS 1
  1735. | #define _TANDEM_SOURCE 1
  1736. | #define HAVE_PTHREAD 1
  1737. | #define HAVE_ALLOCA_H 1
  1738. | #define HAVE_ALLOCA 1
  1739. | #define HAVE_DIRENT_H 1
  1740. | #define STDC_HEADERS 1
  1741. | #define HAVE_SYS_WAIT_H 1
  1742. | #define HAVE_ARPA_INET_H 1
  1743. | #define HAVE_FCNTL_H 1
  1744. | #define HAVE_INTTYPES_H 1
  1745. | #define HAVE_LIBINTL_H 1
  1746. | #define HAVE_LIMITS_H 1
  1747. | #define HAVE_LOCALE_H 1
  1748. | #define HAVE_MALLOC_H 1
  1749. | #define HAVE_NETDB_H 1
  1750. | #define HAVE_NETINET_IN_H 1
  1751. | #define HAVE_STDDEF_H 1
  1752. | #define HAVE_STDINT_H 1
  1753. | #define HAVE_STDLIB_H 1
  1754. | #define HAVE_STRING_H 1
  1755. | #define HAVE_STRINGS_H 1
  1756. | #define HAVE_SYS_FILE_H 1
  1757. | #define HAVE_SYS_IOCTL_H 1
  1758. | #define HAVE_SYS_PARAM_H 1
  1759. | #define HAVE_SYS_SOCKET_H 1
  1760. | #define HAVE_SYS_TIME_H 1
  1761. | #define HAVE_SYSLOG_H 1
  1762. | #define HAVE_TERMIOS_H 1
  1763. | #define HAVE_UNISTD_H 1
  1764. | #define HAVE_UTIME_H 1
  1765. | #define HAVE_ARPA_NAMESER_H 1
  1766. | #define HAVE_SYS_IO_H 1
  1767. | #define HAVE_TERMCAP 1
  1768. | #define HAVE_TINFO 1
  1769. | #define HAVE_CURSES 1
  1770. | #define HAVE_NCURSES 1
  1771. | #define HAVE_LIBXML2 1
  1772. | #define HAVE_XLOCALE_H 1
  1773. | #define _FILE_OFFSET_BITS 64
  1774. | /* end confdefs.h. */
  1775. | #include <stdio.h>
  1776. | #ifdef HAVE_SYS_TYPES_H
  1777. | # include <sys/types.h>
  1778. | #endif
  1779. | #ifdef HAVE_SYS_STAT_H
  1780. | # include <sys/stat.h>
  1781. | #endif
  1782. | #ifdef STDC_HEADERS
  1783. | # include <stdlib.h>
  1784. | # include <stddef.h>
  1785. | #else
  1786. | # ifdef HAVE_STDLIB_H
  1787. | # include <stdlib.h>
  1788. | # endif
  1789. | #endif
  1790. | #ifdef HAVE_STRING_H
  1791. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1792. | # include <memory.h>
  1793. | # endif
  1794. | # include <string.h>
  1795. | #endif
  1796. | #ifdef HAVE_STRINGS_H
  1797. | # include <strings.h>
  1798. | #endif
  1799. | #ifdef HAVE_INTTYPES_H
  1800. | # include <inttypes.h>
  1801. | #endif
  1802. | #ifdef HAVE_STDINT_H
  1803. | # include <stdint.h>
  1804. | #endif
  1805. | #ifdef HAVE_UNISTD_H
  1806. | # include <unistd.h>
  1807. | #endif
  1808. | int
  1809. | main ()
  1810. | {
  1811. | if (sizeof ((_Bool)))
  1812. | return 0;
  1813. | ;
  1814. | return 0;
  1815. | }
  1816. configure:12521: result: yes
  1817. configure:12537: checking for an ANSI C-conforming const
  1818. configure:12602: gcc -c -g -O2 conftest.c >&5
  1819. configure:12602: $? = 0
  1820. configure:12609: result: yes
  1821. configure:12617: checking for uid_t in sys/types.h
  1822. configure:12636: result: yes
  1823. configure:12647: checking for inline
  1824. configure:12663: gcc -c -g -O2 conftest.c >&5
  1825. configure:12663: $? = 0
  1826. configure:12671: result: inline
  1827. configure:12690: checking for long double with more range or precision than double
  1828. configure:12725: gcc -c -g -O2 conftest.c >&5
  1829. configure:12725: $? = 0
  1830. configure:12732: result: yes
  1831. configure:12740: checking for mode_t
  1832. configure:12740: gcc -c -g -O2 conftest.c >&5
  1833. configure:12740: $? = 0
  1834. configure:12740: gcc -c -g -O2 conftest.c >&5
  1835. conftest.c: In function 'main':
  1836. conftest.c:101:21: error: expected expression before ')' token
  1837. configure:12740: $? = 1
  1838. configure: failed program was:
  1839. | /* confdefs.h */
  1840. | #define PACKAGE_NAME "asterisk"
  1841. | #define PACKAGE_TARNAME "asterisk"
  1842. | #define PACKAGE_VERSION "trunk"
  1843. | #define PACKAGE_STRING "asterisk trunk"
  1844. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  1845. | #define PACKAGE_URL ""
  1846. | #define STDC_HEADERS 1
  1847. | #define HAVE_SYS_TYPES_H 1
  1848. | #define HAVE_SYS_STAT_H 1
  1849. | #define HAVE_STDLIB_H 1
  1850. | #define HAVE_STRING_H 1
  1851. | #define HAVE_MEMORY_H 1
  1852. | #define HAVE_STRINGS_H 1
  1853. | #define HAVE_INTTYPES_H 1
  1854. | #define HAVE_STDINT_H 1
  1855. | #define HAVE_UNISTD_H 1
  1856. | #define __EXTENSIONS__ 1
  1857. | #define _ALL_SOURCE 1
  1858. | #define _GNU_SOURCE 1
  1859. | #define _POSIX_PTHREAD_SEMANTICS 1
  1860. | #define _TANDEM_SOURCE 1
  1861. | #define HAVE_PTHREAD 1
  1862. | #define HAVE_ALLOCA_H 1
  1863. | #define HAVE_ALLOCA 1
  1864. | #define HAVE_DIRENT_H 1
  1865. | #define STDC_HEADERS 1
  1866. | #define HAVE_SYS_WAIT_H 1
  1867. | #define HAVE_ARPA_INET_H 1
  1868. | #define HAVE_FCNTL_H 1
  1869. | #define HAVE_INTTYPES_H 1
  1870. | #define HAVE_LIBINTL_H 1
  1871. | #define HAVE_LIMITS_H 1
  1872. | #define HAVE_LOCALE_H 1
  1873. | #define HAVE_MALLOC_H 1
  1874. | #define HAVE_NETDB_H 1
  1875. | #define HAVE_NETINET_IN_H 1
  1876. | #define HAVE_STDDEF_H 1
  1877. | #define HAVE_STDINT_H 1
  1878. | #define HAVE_STDLIB_H 1
  1879. | #define HAVE_STRING_H 1
  1880. | #define HAVE_STRINGS_H 1
  1881. | #define HAVE_SYS_FILE_H 1
  1882. | #define HAVE_SYS_IOCTL_H 1
  1883. | #define HAVE_SYS_PARAM_H 1
  1884. | #define HAVE_SYS_SOCKET_H 1
  1885. | #define HAVE_SYS_TIME_H 1
  1886. | #define HAVE_SYSLOG_H 1
  1887. | #define HAVE_TERMIOS_H 1
  1888. | #define HAVE_UNISTD_H 1
  1889. | #define HAVE_UTIME_H 1
  1890. | #define HAVE_ARPA_NAMESER_H 1
  1891. | #define HAVE_SYS_IO_H 1
  1892. | #define HAVE_TERMCAP 1
  1893. | #define HAVE_TINFO 1
  1894. | #define HAVE_CURSES 1
  1895. | #define HAVE_NCURSES 1
  1896. | #define HAVE_LIBXML2 1
  1897. | #define HAVE_XLOCALE_H 1
  1898. | #define _FILE_OFFSET_BITS 64
  1899. | #define HAVE__BOOL 1
  1900. | #define HAVE_STDBOOL_H 1
  1901. | #define HAVE_LONG_DOUBLE_WIDER 1
  1902. | /* end confdefs.h. */
  1903. | #include <stdio.h>
  1904. | #ifdef HAVE_SYS_TYPES_H
  1905. | # include <sys/types.h>
  1906. | #endif
  1907. | #ifdef HAVE_SYS_STAT_H
  1908. | # include <sys/stat.h>
  1909. | #endif
  1910. | #ifdef STDC_HEADERS
  1911. | # include <stdlib.h>
  1912. | # include <stddef.h>
  1913. | #else
  1914. | # ifdef HAVE_STDLIB_H
  1915. | # include <stdlib.h>
  1916. | # endif
  1917. | #endif
  1918. | #ifdef HAVE_STRING_H
  1919. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1920. | # include <memory.h>
  1921. | # endif
  1922. | # include <string.h>
  1923. | #endif
  1924. | #ifdef HAVE_STRINGS_H
  1925. | # include <strings.h>
  1926. | #endif
  1927. | #ifdef HAVE_INTTYPES_H
  1928. | # include <inttypes.h>
  1929. | #endif
  1930. | #ifdef HAVE_STDINT_H
  1931. | # include <stdint.h>
  1932. | #endif
  1933. | #ifdef HAVE_UNISTD_H
  1934. | # include <unistd.h>
  1935. | #endif
  1936. | int
  1937. | main ()
  1938. | {
  1939. | if (sizeof ((mode_t)))
  1940. | return 0;
  1941. | ;
  1942. | return 0;
  1943. | }
  1944. configure:12740: result: yes
  1945. configure:12751: checking for off_t
  1946. configure:12751: gcc -c -g -O2 conftest.c >&5
  1947. configure:12751: $? = 0
  1948. configure:12751: gcc -c -g -O2 conftest.c >&5
  1949. conftest.c: In function 'main':
  1950. conftest.c:101:20: error: expected expression before ')' token
  1951. configure:12751: $? = 1
  1952. configure: failed program was:
  1953. | /* confdefs.h */
  1954. | #define PACKAGE_NAME "asterisk"
  1955. | #define PACKAGE_TARNAME "asterisk"
  1956. | #define PACKAGE_VERSION "trunk"
  1957. | #define PACKAGE_STRING "asterisk trunk"
  1958. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  1959. | #define PACKAGE_URL ""
  1960. | #define STDC_HEADERS 1
  1961. | #define HAVE_SYS_TYPES_H 1
  1962. | #define HAVE_SYS_STAT_H 1
  1963. | #define HAVE_STDLIB_H 1
  1964. | #define HAVE_STRING_H 1
  1965. | #define HAVE_MEMORY_H 1
  1966. | #define HAVE_STRINGS_H 1
  1967. | #define HAVE_INTTYPES_H 1
  1968. | #define HAVE_STDINT_H 1
  1969. | #define HAVE_UNISTD_H 1
  1970. | #define __EXTENSIONS__ 1
  1971. | #define _ALL_SOURCE 1
  1972. | #define _GNU_SOURCE 1
  1973. | #define _POSIX_PTHREAD_SEMANTICS 1
  1974. | #define _TANDEM_SOURCE 1
  1975. | #define HAVE_PTHREAD 1
  1976. | #define HAVE_ALLOCA_H 1
  1977. | #define HAVE_ALLOCA 1
  1978. | #define HAVE_DIRENT_H 1
  1979. | #define STDC_HEADERS 1
  1980. | #define HAVE_SYS_WAIT_H 1
  1981. | #define HAVE_ARPA_INET_H 1
  1982. | #define HAVE_FCNTL_H 1
  1983. | #define HAVE_INTTYPES_H 1
  1984. | #define HAVE_LIBINTL_H 1
  1985. | #define HAVE_LIMITS_H 1
  1986. | #define HAVE_LOCALE_H 1
  1987. | #define HAVE_MALLOC_H 1
  1988. | #define HAVE_NETDB_H 1
  1989. | #define HAVE_NETINET_IN_H 1
  1990. | #define HAVE_STDDEF_H 1
  1991. | #define HAVE_STDINT_H 1
  1992. | #define HAVE_STDLIB_H 1
  1993. | #define HAVE_STRING_H 1
  1994. | #define HAVE_STRINGS_H 1
  1995. | #define HAVE_SYS_FILE_H 1
  1996. | #define HAVE_SYS_IOCTL_H 1
  1997. | #define HAVE_SYS_PARAM_H 1
  1998. | #define HAVE_SYS_SOCKET_H 1
  1999. | #define HAVE_SYS_TIME_H 1
  2000. | #define HAVE_SYSLOG_H 1
  2001. | #define HAVE_TERMIOS_H 1
  2002. | #define HAVE_UNISTD_H 1
  2003. | #define HAVE_UTIME_H 1
  2004. | #define HAVE_ARPA_NAMESER_H 1
  2005. | #define HAVE_SYS_IO_H 1
  2006. | #define HAVE_TERMCAP 1
  2007. | #define HAVE_TINFO 1
  2008. | #define HAVE_CURSES 1
  2009. | #define HAVE_NCURSES 1
  2010. | #define HAVE_LIBXML2 1
  2011. | #define HAVE_XLOCALE_H 1
  2012. | #define _FILE_OFFSET_BITS 64
  2013. | #define HAVE__BOOL 1
  2014. | #define HAVE_STDBOOL_H 1
  2015. | #define HAVE_LONG_DOUBLE_WIDER 1
  2016. | /* end confdefs.h. */
  2017. | #include <stdio.h>
  2018. | #ifdef HAVE_SYS_TYPES_H
  2019. | # include <sys/types.h>
  2020. | #endif
  2021. | #ifdef HAVE_SYS_STAT_H
  2022. | # include <sys/stat.h>
  2023. | #endif
  2024. | #ifdef STDC_HEADERS
  2025. | # include <stdlib.h>
  2026. | # include <stddef.h>
  2027. | #else
  2028. | # ifdef HAVE_STDLIB_H
  2029. | # include <stdlib.h>
  2030. | # endif
  2031. | #endif
  2032. | #ifdef HAVE_STRING_H
  2033. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2034. | # include <memory.h>
  2035. | # endif
  2036. | # include <string.h>
  2037. | #endif
  2038. | #ifdef HAVE_STRINGS_H
  2039. | # include <strings.h>
  2040. | #endif
  2041. | #ifdef HAVE_INTTYPES_H
  2042. | # include <inttypes.h>
  2043. | #endif
  2044. | #ifdef HAVE_STDINT_H
  2045. | # include <stdint.h>
  2046. | #endif
  2047. | #ifdef HAVE_UNISTD_H
  2048. | # include <unistd.h>
  2049. | #endif
  2050. | int
  2051. | main ()
  2052. | {
  2053. | if (sizeof ((off_t)))
  2054. | return 0;
  2055. | ;
  2056. | return 0;
  2057. | }
  2058. configure:12751: result: yes
  2059. configure:12762: checking for pid_t
  2060. configure:12762: gcc -c -g -O2 conftest.c >&5
  2061. configure:12762: $? = 0
  2062. configure:12762: gcc -c -g -O2 conftest.c >&5
  2063. conftest.c: In function 'main':
  2064. conftest.c:101:20: error: expected expression before ')' token
  2065. configure:12762: $? = 1
  2066. configure: failed program was:
  2067. | /* confdefs.h */
  2068. | #define PACKAGE_NAME "asterisk"
  2069. | #define PACKAGE_TARNAME "asterisk"
  2070. | #define PACKAGE_VERSION "trunk"
  2071. | #define PACKAGE_STRING "asterisk trunk"
  2072. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  2073. | #define PACKAGE_URL ""
  2074. | #define STDC_HEADERS 1
  2075. | #define HAVE_SYS_TYPES_H 1
  2076. | #define HAVE_SYS_STAT_H 1
  2077. | #define HAVE_STDLIB_H 1
  2078. | #define HAVE_STRING_H 1
  2079. | #define HAVE_MEMORY_H 1
  2080. | #define HAVE_STRINGS_H 1
  2081. | #define HAVE_INTTYPES_H 1
  2082. | #define HAVE_STDINT_H 1
  2083. | #define HAVE_UNISTD_H 1
  2084. | #define __EXTENSIONS__ 1
  2085. | #define _ALL_SOURCE 1
  2086. | #define _GNU_SOURCE 1
  2087. | #define _POSIX_PTHREAD_SEMANTICS 1
  2088. | #define _TANDEM_SOURCE 1
  2089. | #define HAVE_PTHREAD 1
  2090. | #define HAVE_ALLOCA_H 1
  2091. | #define HAVE_ALLOCA 1
  2092. | #define HAVE_DIRENT_H 1
  2093. | #define STDC_HEADERS 1
  2094. | #define HAVE_SYS_WAIT_H 1
  2095. | #define HAVE_ARPA_INET_H 1
  2096. | #define HAVE_FCNTL_H 1
  2097. | #define HAVE_INTTYPES_H 1
  2098. | #define HAVE_LIBINTL_H 1
  2099. | #define HAVE_LIMITS_H 1
  2100. | #define HAVE_LOCALE_H 1
  2101. | #define HAVE_MALLOC_H 1
  2102. | #define HAVE_NETDB_H 1
  2103. | #define HAVE_NETINET_IN_H 1
  2104. | #define HAVE_STDDEF_H 1
  2105. | #define HAVE_STDINT_H 1
  2106. | #define HAVE_STDLIB_H 1
  2107. | #define HAVE_STRING_H 1
  2108. | #define HAVE_STRINGS_H 1
  2109. | #define HAVE_SYS_FILE_H 1
  2110. | #define HAVE_SYS_IOCTL_H 1
  2111. | #define HAVE_SYS_PARAM_H 1
  2112. | #define HAVE_SYS_SOCKET_H 1
  2113. | #define HAVE_SYS_TIME_H 1
  2114. | #define HAVE_SYSLOG_H 1
  2115. | #define HAVE_TERMIOS_H 1
  2116. | #define HAVE_UNISTD_H 1
  2117. | #define HAVE_UTIME_H 1
  2118. | #define HAVE_ARPA_NAMESER_H 1
  2119. | #define HAVE_SYS_IO_H 1
  2120. | #define HAVE_TERMCAP 1
  2121. | #define HAVE_TINFO 1
  2122. | #define HAVE_CURSES 1
  2123. | #define HAVE_NCURSES 1
  2124. | #define HAVE_LIBXML2 1
  2125. | #define HAVE_XLOCALE_H 1
  2126. | #define _FILE_OFFSET_BITS 64
  2127. | #define HAVE__BOOL 1
  2128. | #define HAVE_STDBOOL_H 1
  2129. | #define HAVE_LONG_DOUBLE_WIDER 1
  2130. | /* end confdefs.h. */
  2131. | #include <stdio.h>
  2132. | #ifdef HAVE_SYS_TYPES_H
  2133. | # include <sys/types.h>
  2134. | #endif
  2135. | #ifdef HAVE_SYS_STAT_H
  2136. | # include <sys/stat.h>
  2137. | #endif
  2138. | #ifdef STDC_HEADERS
  2139. | # include <stdlib.h>
  2140. | # include <stddef.h>
  2141. | #else
  2142. | # ifdef HAVE_STDLIB_H
  2143. | # include <stdlib.h>
  2144. | # endif
  2145. | #endif
  2146. | #ifdef HAVE_STRING_H
  2147. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2148. | # include <memory.h>
  2149. | # endif
  2150. | # include <string.h>
  2151. | #endif
  2152. | #ifdef HAVE_STRINGS_H
  2153. | # include <strings.h>
  2154. | #endif
  2155. | #ifdef HAVE_INTTYPES_H
  2156. | # include <inttypes.h>
  2157. | #endif
  2158. | #ifdef HAVE_STDINT_H
  2159. | # include <stdint.h>
  2160. | #endif
  2161. | #ifdef HAVE_UNISTD_H
  2162. | # include <unistd.h>
  2163. | #endif
  2164. | int
  2165. | main ()
  2166. | {
  2167. | if (sizeof ((pid_t)))
  2168. | return 0;
  2169. | ;
  2170. | return 0;
  2171. | }
  2172. configure:12762: result: yes
  2173. configure:12773: checking for size_t
  2174. configure:12773: result: yes
  2175. configure:12784: checking for struct stat.st_blksize
  2176. configure:12784: gcc -c -g -O2 conftest.c >&5
  2177. configure:12784: $? = 0
  2178. configure:12784: result: yes
  2179. configure:12794: checking for struct ucred.uid
  2180. configure:12794: gcc -c -g -O2 conftest.c >&5
  2181. configure:12794: $? = 0
  2182. configure:12794: result: yes
  2183. configure:12805: checking for struct ucred.cr_uid
  2184. configure:12805: gcc -c -g -O2 conftest.c >&5
  2185. conftest.c: In function 'main':
  2186. conftest.c:74:12: error: 'struct ucred' has no member named 'cr_uid'
  2187. configure:12805: $? = 1
  2188. configure: failed program was:
  2189. | /* confdefs.h */
  2190. | #define PACKAGE_NAME "asterisk"
  2191. | #define PACKAGE_TARNAME "asterisk"
  2192. | #define PACKAGE_VERSION "trunk"
  2193. | #define PACKAGE_STRING "asterisk trunk"
  2194. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  2195. | #define PACKAGE_URL ""
  2196. | #define STDC_HEADERS 1
  2197. | #define HAVE_SYS_TYPES_H 1
  2198. | #define HAVE_SYS_STAT_H 1
  2199. | #define HAVE_STDLIB_H 1
  2200. | #define HAVE_STRING_H 1
  2201. | #define HAVE_MEMORY_H 1
  2202. | #define HAVE_STRINGS_H 1
  2203. | #define HAVE_INTTYPES_H 1
  2204. | #define HAVE_STDINT_H 1
  2205. | #define HAVE_UNISTD_H 1
  2206. | #define __EXTENSIONS__ 1
  2207. | #define _ALL_SOURCE 1
  2208. | #define _GNU_SOURCE 1
  2209. | #define _POSIX_PTHREAD_SEMANTICS 1
  2210. | #define _TANDEM_SOURCE 1
  2211. | #define HAVE_PTHREAD 1
  2212. | #define HAVE_ALLOCA_H 1
  2213. | #define HAVE_ALLOCA 1
  2214. | #define HAVE_DIRENT_H 1
  2215. | #define STDC_HEADERS 1
  2216. | #define HAVE_SYS_WAIT_H 1
  2217. | #define HAVE_ARPA_INET_H 1
  2218. | #define HAVE_FCNTL_H 1
  2219. | #define HAVE_INTTYPES_H 1
  2220. | #define HAVE_LIBINTL_H 1
  2221. | #define HAVE_LIMITS_H 1
  2222. | #define HAVE_LOCALE_H 1
  2223. | #define HAVE_MALLOC_H 1
  2224. | #define HAVE_NETDB_H 1
  2225. | #define HAVE_NETINET_IN_H 1
  2226. | #define HAVE_STDDEF_H 1
  2227. | #define HAVE_STDINT_H 1
  2228. | #define HAVE_STDLIB_H 1
  2229. | #define HAVE_STRING_H 1
  2230. | #define HAVE_STRINGS_H 1
  2231. | #define HAVE_SYS_FILE_H 1
  2232. | #define HAVE_SYS_IOCTL_H 1
  2233. | #define HAVE_SYS_PARAM_H 1
  2234. | #define HAVE_SYS_SOCKET_H 1
  2235. | #define HAVE_SYS_TIME_H 1
  2236. | #define HAVE_SYSLOG_H 1
  2237. | #define HAVE_TERMIOS_H 1
  2238. | #define HAVE_UNISTD_H 1
  2239. | #define HAVE_UTIME_H 1
  2240. | #define HAVE_ARPA_NAMESER_H 1
  2241. | #define HAVE_SYS_IO_H 1
  2242. | #define HAVE_TERMCAP 1
  2243. | #define HAVE_TINFO 1
  2244. | #define HAVE_CURSES 1
  2245. | #define HAVE_NCURSES 1
  2246. | #define HAVE_LIBXML2 1
  2247. | #define HAVE_XLOCALE_H 1
  2248. | #define _FILE_OFFSET_BITS 64
  2249. | #define HAVE__BOOL 1
  2250. | #define HAVE_STDBOOL_H 1
  2251. | #define HAVE_LONG_DOUBLE_WIDER 1
  2252. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  2253. | #define HAVE_STRUCT_UCRED_UID 1
  2254. | /* end confdefs.h. */
  2255. | #include <sys/types.h>
  2256. | #include <sys/socket.h>
  2257. |
  2258. | int
  2259. | main ()
  2260. | {
  2261. | static struct ucred ac_aggr;
  2262. | if (ac_aggr.cr_uid)
  2263. | return 0;
  2264. | ;
  2265. | return 0;
  2266. | }
  2267. configure:12805: gcc -c -g -O2 conftest.c >&5
  2268. conftest.c: In function 'main':
  2269. conftest.c:74:19: error: 'struct ucred' has no member named 'cr_uid'
  2270. configure:12805: $? = 1
  2271. configure: failed program was:
  2272. | /* confdefs.h */
  2273. | #define PACKAGE_NAME "asterisk"
  2274. | #define PACKAGE_TARNAME "asterisk"
  2275. | #define PACKAGE_VERSION "trunk"
  2276. | #define PACKAGE_STRING "asterisk trunk"
  2277. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  2278. | #define PACKAGE_URL ""
  2279. | #define STDC_HEADERS 1
  2280. | #define HAVE_SYS_TYPES_H 1
  2281. | #define HAVE_SYS_STAT_H 1
  2282. | #define HAVE_STDLIB_H 1
  2283. | #define HAVE_STRING_H 1
  2284. | #define HAVE_MEMORY_H 1
  2285. | #define HAVE_STRINGS_H 1
  2286. | #define HAVE_INTTYPES_H 1
  2287. | #define HAVE_STDINT_H 1
  2288. | #define HAVE_UNISTD_H 1
  2289. | #define __EXTENSIONS__ 1
  2290. | #define _ALL_SOURCE 1
  2291. | #define _GNU_SOURCE 1
  2292. | #define _POSIX_PTHREAD_SEMANTICS 1
  2293. | #define _TANDEM_SOURCE 1
  2294. | #define HAVE_PTHREAD 1
  2295. | #define HAVE_ALLOCA_H 1
  2296. | #define HAVE_ALLOCA 1
  2297. | #define HAVE_DIRENT_H 1
  2298. | #define STDC_HEADERS 1
  2299. | #define HAVE_SYS_WAIT_H 1
  2300. | #define HAVE_ARPA_INET_H 1
  2301. | #define HAVE_FCNTL_H 1
  2302. | #define HAVE_INTTYPES_H 1
  2303. | #define HAVE_LIBINTL_H 1
  2304. | #define HAVE_LIMITS_H 1
  2305. | #define HAVE_LOCALE_H 1
  2306. | #define HAVE_MALLOC_H 1
  2307. | #define HAVE_NETDB_H 1
  2308. | #define HAVE_NETINET_IN_H 1
  2309. | #define HAVE_STDDEF_H 1
  2310. | #define HAVE_STDINT_H 1
  2311. | #define HAVE_STDLIB_H 1
  2312. | #define HAVE_STRING_H 1
  2313. | #define HAVE_STRINGS_H 1
  2314. | #define HAVE_SYS_FILE_H 1
  2315. | #define HAVE_SYS_IOCTL_H 1
  2316. | #define HAVE_SYS_PARAM_H 1
  2317. | #define HAVE_SYS_SOCKET_H 1
  2318. | #define HAVE_SYS_TIME_H 1
  2319. | #define HAVE_SYSLOG_H 1
  2320. | #define HAVE_TERMIOS_H 1
  2321. | #define HAVE_UNISTD_H 1
  2322. | #define HAVE_UTIME_H 1
  2323. | #define HAVE_ARPA_NAMESER_H 1
  2324. | #define HAVE_SYS_IO_H 1
  2325. | #define HAVE_TERMCAP 1
  2326. | #define HAVE_TINFO 1
  2327. | #define HAVE_CURSES 1
  2328. | #define HAVE_NCURSES 1
  2329. | #define HAVE_LIBXML2 1
  2330. | #define HAVE_XLOCALE_H 1
  2331. | #define _FILE_OFFSET_BITS 64
  2332. | #define HAVE__BOOL 1
  2333. | #define HAVE_STDBOOL_H 1
  2334. | #define HAVE_LONG_DOUBLE_WIDER 1
  2335. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  2336. | #define HAVE_STRUCT_UCRED_UID 1
  2337. | /* end confdefs.h. */
  2338. | #include <sys/types.h>
  2339. | #include <sys/socket.h>
  2340. |
  2341. | int
  2342. | main ()
  2343. | {
  2344. | static struct ucred ac_aggr;
  2345. | if (sizeof ac_aggr.cr_uid)
  2346. | return 0;
  2347. | ;
  2348. | return 0;
  2349. | }
  2350. configure:12805: result: no
  2351. configure:12816: checking for struct sockpeercred.uid
  2352. configure:12816: gcc -c -g -O2 conftest.c >&5
  2353. conftest.c: In function 'main':
  2354. conftest.c:73:28: error: storage size of 'ac_aggr' isn't known
  2355. configure:12816: $? = 1
  2356. configure: failed program was:
  2357. | /* confdefs.h */
  2358. | #define PACKAGE_NAME "asterisk"
  2359. | #define PACKAGE_TARNAME "asterisk"
  2360. | #define PACKAGE_VERSION "trunk"
  2361. | #define PACKAGE_STRING "asterisk trunk"
  2362. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  2363. | #define PACKAGE_URL ""
  2364. | #define STDC_HEADERS 1
  2365. | #define HAVE_SYS_TYPES_H 1
  2366. | #define HAVE_SYS_STAT_H 1
  2367. | #define HAVE_STDLIB_H 1
  2368. | #define HAVE_STRING_H 1
  2369. | #define HAVE_MEMORY_H 1
  2370. | #define HAVE_STRINGS_H 1
  2371. | #define HAVE_INTTYPES_H 1
  2372. | #define HAVE_STDINT_H 1
  2373. | #define HAVE_UNISTD_H 1
  2374. | #define __EXTENSIONS__ 1
  2375. | #define _ALL_SOURCE 1
  2376. | #define _GNU_SOURCE 1
  2377. | #define _POSIX_PTHREAD_SEMANTICS 1
  2378. | #define _TANDEM_SOURCE 1
  2379. | #define HAVE_PTHREAD 1
  2380. | #define HAVE_ALLOCA_H 1
  2381. | #define HAVE_ALLOCA 1
  2382. | #define HAVE_DIRENT_H 1
  2383. | #define STDC_HEADERS 1
  2384. | #define HAVE_SYS_WAIT_H 1
  2385. | #define HAVE_ARPA_INET_H 1
  2386. | #define HAVE_FCNTL_H 1
  2387. | #define HAVE_INTTYPES_H 1
  2388. | #define HAVE_LIBINTL_H 1
  2389. | #define HAVE_LIMITS_H 1
  2390. | #define HAVE_LOCALE_H 1
  2391. | #define HAVE_MALLOC_H 1
  2392. | #define HAVE_NETDB_H 1
  2393. | #define HAVE_NETINET_IN_H 1
  2394. | #define HAVE_STDDEF_H 1
  2395. | #define HAVE_STDINT_H 1
  2396. | #define HAVE_STDLIB_H 1
  2397. | #define HAVE_STRING_H 1
  2398. | #define HAVE_STRINGS_H 1
  2399. | #define HAVE_SYS_FILE_H 1
  2400. | #define HAVE_SYS_IOCTL_H 1
  2401. | #define HAVE_SYS_PARAM_H 1
  2402. | #define HAVE_SYS_SOCKET_H 1
  2403. | #define HAVE_SYS_TIME_H 1
  2404. | #define HAVE_SYSLOG_H 1
  2405. | #define HAVE_TERMIOS_H 1
  2406. | #define HAVE_UNISTD_H 1
  2407. | #define HAVE_UTIME_H 1
  2408. | #define HAVE_ARPA_NAMESER_H 1
  2409. | #define HAVE_SYS_IO_H 1
  2410. | #define HAVE_TERMCAP 1
  2411. | #define HAVE_TINFO 1
  2412. | #define HAVE_CURSES 1
  2413. | #define HAVE_NCURSES 1
  2414. | #define HAVE_LIBXML2 1
  2415. | #define HAVE_XLOCALE_H 1
  2416. | #define _FILE_OFFSET_BITS 64
  2417. | #define HAVE__BOOL 1
  2418. | #define HAVE_STDBOOL_H 1
  2419. | #define HAVE_LONG_DOUBLE_WIDER 1
  2420. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  2421. | #define HAVE_STRUCT_UCRED_UID 1
  2422. | /* end confdefs.h. */
  2423. | #include <sys/types.h>
  2424. | #include <sys/socket.h>
  2425. |
  2426. | int
  2427. | main ()
  2428. | {
  2429. | static struct sockpeercred ac_aggr;
  2430. | if (ac_aggr.uid)
  2431. | return 0;
  2432. | ;
  2433. | return 0;
  2434. | }
  2435. configure:12816: gcc -c -g -O2 conftest.c >&5
  2436. conftest.c: In function 'main':
  2437. conftest.c:73:28: error: storage size of 'ac_aggr' isn't known
  2438. configure:12816: $? = 1
  2439. configure: failed program was:
  2440. | /* confdefs.h */
  2441. | #define PACKAGE_NAME "asterisk"
  2442. | #define PACKAGE_TARNAME "asterisk"
  2443. | #define PACKAGE_VERSION "trunk"
  2444. | #define PACKAGE_STRING "asterisk trunk"
  2445. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  2446. | #define PACKAGE_URL ""
  2447. | #define STDC_HEADERS 1
  2448. | #define HAVE_SYS_TYPES_H 1
  2449. | #define HAVE_SYS_STAT_H 1
  2450. | #define HAVE_STDLIB_H 1
  2451. | #define HAVE_STRING_H 1
  2452. | #define HAVE_MEMORY_H 1
  2453. | #define HAVE_STRINGS_H 1
  2454. | #define HAVE_INTTYPES_H 1
  2455. | #define HAVE_STDINT_H 1
  2456. | #define HAVE_UNISTD_H 1
  2457. | #define __EXTENSIONS__ 1
  2458. | #define _ALL_SOURCE 1
  2459. | #define _GNU_SOURCE 1
  2460. | #define _POSIX_PTHREAD_SEMANTICS 1
  2461. | #define _TANDEM_SOURCE 1
  2462. | #define HAVE_PTHREAD 1
  2463. | #define HAVE_ALLOCA_H 1
  2464. | #define HAVE_ALLOCA 1
  2465. | #define HAVE_DIRENT_H 1
  2466. | #define STDC_HEADERS 1
  2467. | #define HAVE_SYS_WAIT_H 1
  2468. | #define HAVE_ARPA_INET_H 1
  2469. | #define HAVE_FCNTL_H 1
  2470. | #define HAVE_INTTYPES_H 1
  2471. | #define HAVE_LIBINTL_H 1
  2472. | #define HAVE_LIMITS_H 1
  2473. | #define HAVE_LOCALE_H 1
  2474. | #define HAVE_MALLOC_H 1
  2475. | #define HAVE_NETDB_H 1
  2476. | #define HAVE_NETINET_IN_H 1
  2477. | #define HAVE_STDDEF_H 1
  2478. | #define HAVE_STDINT_H 1
  2479. | #define HAVE_STDLIB_H 1
  2480. | #define HAVE_STRING_H 1
  2481. | #define HAVE_STRINGS_H 1
  2482. | #define HAVE_SYS_FILE_H 1
  2483. | #define HAVE_SYS_IOCTL_H 1
  2484. | #define HAVE_SYS_PARAM_H 1
  2485. | #define HAVE_SYS_SOCKET_H 1
  2486. | #define HAVE_SYS_TIME_H 1
  2487. | #define HAVE_SYSLOG_H 1
  2488. | #define HAVE_TERMIOS_H 1
  2489. | #define HAVE_UNISTD_H 1
  2490. | #define HAVE_UTIME_H 1
  2491. | #define HAVE_ARPA_NAMESER_H 1
  2492. | #define HAVE_SYS_IO_H 1
  2493. | #define HAVE_TERMCAP 1
  2494. | #define HAVE_TINFO 1
  2495. | #define HAVE_CURSES 1
  2496. | #define HAVE_NCURSES 1
  2497. | #define HAVE_LIBXML2 1
  2498. | #define HAVE_XLOCALE_H 1
  2499. | #define _FILE_OFFSET_BITS 64
  2500. | #define HAVE__BOOL 1
  2501. | #define HAVE_STDBOOL_H 1
  2502. | #define HAVE_LONG_DOUBLE_WIDER 1
  2503. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  2504. | #define HAVE_STRUCT_UCRED_UID 1
  2505. | /* end confdefs.h. */
  2506. | #include <sys/types.h>
  2507. | #include <sys/socket.h>
  2508. |
  2509. | int
  2510. | main ()
  2511. | {
  2512. | static struct sockpeercred ac_aggr;
  2513. | if (sizeof ac_aggr.uid)
  2514. | return 0;
  2515. | ;
  2516. | return 0;
  2517. | }
  2518. configure:12816: result: no
  2519. configure:12828: checking for struct ifreq.ifr_ifru.ifru_hwaddr
  2520. configure:12828: gcc -c -g -O2 conftest.c >&5
  2521. conftest.c: In function 'main':
  2522. conftest.c:73:5: error: used struct type value where scalar is required
  2523. configure:12828: $? = 1
  2524. configure: failed program was:
  2525. | /* confdefs.h */
  2526. | #define PACKAGE_NAME "asterisk"
  2527. | #define PACKAGE_TARNAME "asterisk"
  2528. | #define PACKAGE_VERSION "trunk"
  2529. | #define PACKAGE_STRING "asterisk trunk"
  2530. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  2531. | #define PACKAGE_URL ""
  2532. | #define STDC_HEADERS 1
  2533. | #define HAVE_SYS_TYPES_H 1
  2534. | #define HAVE_SYS_STAT_H 1
  2535. | #define HAVE_STDLIB_H 1
  2536. | #define HAVE_STRING_H 1
  2537. | #define HAVE_MEMORY_H 1
  2538. | #define HAVE_STRINGS_H 1
  2539. | #define HAVE_INTTYPES_H 1
  2540. | #define HAVE_STDINT_H 1
  2541. | #define HAVE_UNISTD_H 1
  2542. | #define __EXTENSIONS__ 1
  2543. | #define _ALL_SOURCE 1
  2544. | #define _GNU_SOURCE 1
  2545. | #define _POSIX_PTHREAD_SEMANTICS 1
  2546. | #define _TANDEM_SOURCE 1
  2547. | #define HAVE_PTHREAD 1
  2548. | #define HAVE_ALLOCA_H 1
  2549. | #define HAVE_ALLOCA 1
  2550. | #define HAVE_DIRENT_H 1
  2551. | #define STDC_HEADERS 1
  2552. | #define HAVE_SYS_WAIT_H 1
  2553. | #define HAVE_ARPA_INET_H 1
  2554. | #define HAVE_FCNTL_H 1
  2555. | #define HAVE_INTTYPES_H 1
  2556. | #define HAVE_LIBINTL_H 1
  2557. | #define HAVE_LIMITS_H 1
  2558. | #define HAVE_LOCALE_H 1
  2559. | #define HAVE_MALLOC_H 1
  2560. | #define HAVE_NETDB_H 1
  2561. | #define HAVE_NETINET_IN_H 1
  2562. | #define HAVE_STDDEF_H 1
  2563. | #define HAVE_STDINT_H 1
  2564. | #define HAVE_STDLIB_H 1
  2565. | #define HAVE_STRING_H 1
  2566. | #define HAVE_STRINGS_H 1
  2567. | #define HAVE_SYS_FILE_H 1
  2568. | #define HAVE_SYS_IOCTL_H 1
  2569. | #define HAVE_SYS_PARAM_H 1
  2570. | #define HAVE_SYS_SOCKET_H 1
  2571. | #define HAVE_SYS_TIME_H 1
  2572. | #define HAVE_SYSLOG_H 1
  2573. | #define HAVE_TERMIOS_H 1
  2574. | #define HAVE_UNISTD_H 1
  2575. | #define HAVE_UTIME_H 1
  2576. | #define HAVE_ARPA_NAMESER_H 1
  2577. | #define HAVE_SYS_IO_H 1
  2578. | #define HAVE_TERMCAP 1
  2579. | #define HAVE_TINFO 1
  2580. | #define HAVE_CURSES 1
  2581. | #define HAVE_NCURSES 1
  2582. | #define HAVE_LIBXML2 1
  2583. | #define HAVE_XLOCALE_H 1
  2584. | #define _FILE_OFFSET_BITS 64
  2585. | #define HAVE__BOOL 1
  2586. | #define HAVE_STDBOOL_H 1
  2587. | #define HAVE_LONG_DOUBLE_WIDER 1
  2588. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  2589. | #define HAVE_STRUCT_UCRED_UID 1
  2590. | /* end confdefs.h. */
  2591. | #include <net/if.h>
  2592. |
  2593. | int
  2594. | main ()
  2595. | {
  2596. | static struct ifreq ac_aggr;
  2597. | if (ac_aggr.ifr_ifru.ifru_hwaddr)
  2598. | return 0;
  2599. | ;
  2600. | return 0;
  2601. | }
  2602. configure:12828: gcc -c -g -O2 conftest.c >&5
  2603. configure:12828: $? = 0
  2604. configure:12828: result: yes
  2605. configure:12839: checking whether time.h and sys/time.h may both be included
  2606. configure:12859: gcc -c -g -O2 conftest.c >&5
  2607. configure:12859: $? = 0
  2608. configure:12866: result: yes
  2609. configure:12874: checking whether struct tm is in sys/time.h or time.h
  2610. configure:12894: gcc -c -g -O2 conftest.c >&5
  2611. configure:12894: $? = 0
  2612. configure:12901: result: time.h
  2613. configure:12909: checking for working volatile
  2614. configure:12928: gcc -c -g -O2 conftest.c >&5
  2615. configure:12928: $? = 0
  2616. configure:12935: result: yes
  2617. configure:12943: checking for ptrdiff_t
  2618. configure:12943: gcc -c -g -O2 conftest.c >&5
  2619. configure:12943: $? = 0
  2620. configure:12943: gcc -c -g -O2 conftest.c >&5
  2621. conftest.c: In function 'main':
  2622. conftest.c:105:24: error: expected expression before ')' token
  2623. configure:12943: $? = 1
  2624. configure: failed program was:
  2625. | /* confdefs.h */
  2626. | #define PACKAGE_NAME "asterisk"
  2627. | #define PACKAGE_TARNAME "asterisk"
  2628. | #define PACKAGE_VERSION "trunk"
  2629. | #define PACKAGE_STRING "asterisk trunk"
  2630. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  2631. | #define PACKAGE_URL ""
  2632. | #define STDC_HEADERS 1
  2633. | #define HAVE_SYS_TYPES_H 1
  2634. | #define HAVE_SYS_STAT_H 1
  2635. | #define HAVE_STDLIB_H 1
  2636. | #define HAVE_STRING_H 1
  2637. | #define HAVE_MEMORY_H 1
  2638. | #define HAVE_STRINGS_H 1
  2639. | #define HAVE_INTTYPES_H 1
  2640. | #define HAVE_STDINT_H 1
  2641. | #define HAVE_UNISTD_H 1
  2642. | #define __EXTENSIONS__ 1
  2643. | #define _ALL_SOURCE 1
  2644. | #define _GNU_SOURCE 1
  2645. | #define _POSIX_PTHREAD_SEMANTICS 1
  2646. | #define _TANDEM_SOURCE 1
  2647. | #define HAVE_PTHREAD 1
  2648. | #define HAVE_ALLOCA_H 1
  2649. | #define HAVE_ALLOCA 1
  2650. | #define HAVE_DIRENT_H 1
  2651. | #define STDC_HEADERS 1
  2652. | #define HAVE_SYS_WAIT_H 1
  2653. | #define HAVE_ARPA_INET_H 1
  2654. | #define HAVE_FCNTL_H 1
  2655. | #define HAVE_INTTYPES_H 1
  2656. | #define HAVE_LIBINTL_H 1
  2657. | #define HAVE_LIMITS_H 1
  2658. | #define HAVE_LOCALE_H 1
  2659. | #define HAVE_MALLOC_H 1
  2660. | #define HAVE_NETDB_H 1
  2661. | #define HAVE_NETINET_IN_H 1
  2662. | #define HAVE_STDDEF_H 1
  2663. | #define HAVE_STDINT_H 1
  2664. | #define HAVE_STDLIB_H 1
  2665. | #define HAVE_STRING_H 1
  2666. | #define HAVE_STRINGS_H 1
  2667. | #define HAVE_SYS_FILE_H 1
  2668. | #define HAVE_SYS_IOCTL_H 1
  2669. | #define HAVE_SYS_PARAM_H 1
  2670. | #define HAVE_SYS_SOCKET_H 1
  2671. | #define HAVE_SYS_TIME_H 1
  2672. | #define HAVE_SYSLOG_H 1
  2673. | #define HAVE_TERMIOS_H 1
  2674. | #define HAVE_UNISTD_H 1
  2675. | #define HAVE_UTIME_H 1
  2676. | #define HAVE_ARPA_NAMESER_H 1
  2677. | #define HAVE_SYS_IO_H 1
  2678. | #define HAVE_TERMCAP 1
  2679. | #define HAVE_TINFO 1
  2680. | #define HAVE_CURSES 1
  2681. | #define HAVE_NCURSES 1
  2682. | #define HAVE_LIBXML2 1
  2683. | #define HAVE_XLOCALE_H 1
  2684. | #define _FILE_OFFSET_BITS 64
  2685. | #define HAVE__BOOL 1
  2686. | #define HAVE_STDBOOL_H 1
  2687. | #define HAVE_LONG_DOUBLE_WIDER 1
  2688. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  2689. | #define HAVE_STRUCT_UCRED_UID 1
  2690. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  2691. | #define TIME_WITH_SYS_TIME 1
  2692. | /* end confdefs.h. */
  2693. | #include <stdio.h>
  2694. | #ifdef HAVE_SYS_TYPES_H
  2695. | # include <sys/types.h>
  2696. | #endif
  2697. | #ifdef HAVE_SYS_STAT_H
  2698. | # include <sys/stat.h>
  2699. | #endif
  2700. | #ifdef STDC_HEADERS
  2701. | # include <stdlib.h>
  2702. | # include <stddef.h>
  2703. | #else
  2704. | # ifdef HAVE_STDLIB_H
  2705. | # include <stdlib.h>
  2706. | # endif
  2707. | #endif
  2708. | #ifdef HAVE_STRING_H
  2709. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2710. | # include <memory.h>
  2711. | # endif
  2712. | # include <string.h>
  2713. | #endif
  2714. | #ifdef HAVE_STRINGS_H
  2715. | # include <strings.h>
  2716. | #endif
  2717. | #ifdef HAVE_INTTYPES_H
  2718. | # include <inttypes.h>
  2719. | #endif
  2720. | #ifdef HAVE_STDINT_H
  2721. | # include <stdint.h>
  2722. | #endif
  2723. | #ifdef HAVE_UNISTD_H
  2724. | # include <unistd.h>
  2725. | #endif
  2726. | int
  2727. | main ()
  2728. | {
  2729. | if (sizeof ((ptrdiff_t)))
  2730. | return 0;
  2731. | ;
  2732. | return 0;
  2733. | }
  2734. configure:12943: result: yes
  2735. configure:12954: checking for struct stat.st_mtim
  2736. configure:12954: gcc -c -g -O2 conftest.c >&5
  2737. conftest.c: In function 'main':
  2738. conftest.c:76:5: error: used struct type value where scalar is required
  2739. configure:12954: $? = 1
  2740. configure: failed program was:
  2741. | /* confdefs.h */
  2742. | #define PACKAGE_NAME "asterisk"
  2743. | #define PACKAGE_TARNAME "asterisk"
  2744. | #define PACKAGE_VERSION "trunk"
  2745. | #define PACKAGE_STRING "asterisk trunk"
  2746. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  2747. | #define PACKAGE_URL ""
  2748. | #define STDC_HEADERS 1
  2749. | #define HAVE_SYS_TYPES_H 1
  2750. | #define HAVE_SYS_STAT_H 1
  2751. | #define HAVE_STDLIB_H 1
  2752. | #define HAVE_STRING_H 1
  2753. | #define HAVE_MEMORY_H 1
  2754. | #define HAVE_STRINGS_H 1
  2755. | #define HAVE_INTTYPES_H 1
  2756. | #define HAVE_STDINT_H 1
  2757. | #define HAVE_UNISTD_H 1
  2758. | #define __EXTENSIONS__ 1
  2759. | #define _ALL_SOURCE 1
  2760. | #define _GNU_SOURCE 1
  2761. | #define _POSIX_PTHREAD_SEMANTICS 1
  2762. | #define _TANDEM_SOURCE 1
  2763. | #define HAVE_PTHREAD 1
  2764. | #define HAVE_ALLOCA_H 1
  2765. | #define HAVE_ALLOCA 1
  2766. | #define HAVE_DIRENT_H 1
  2767. | #define STDC_HEADERS 1
  2768. | #define HAVE_SYS_WAIT_H 1
  2769. | #define HAVE_ARPA_INET_H 1
  2770. | #define HAVE_FCNTL_H 1
  2771. | #define HAVE_INTTYPES_H 1
  2772. | #define HAVE_LIBINTL_H 1
  2773. | #define HAVE_LIMITS_H 1
  2774. | #define HAVE_LOCALE_H 1
  2775. | #define HAVE_MALLOC_H 1
  2776. | #define HAVE_NETDB_H 1
  2777. | #define HAVE_NETINET_IN_H 1
  2778. | #define HAVE_STDDEF_H 1
  2779. | #define HAVE_STDINT_H 1
  2780. | #define HAVE_STDLIB_H 1
  2781. | #define HAVE_STRING_H 1
  2782. | #define HAVE_STRINGS_H 1
  2783. | #define HAVE_SYS_FILE_H 1
  2784. | #define HAVE_SYS_IOCTL_H 1
  2785. | #define HAVE_SYS_PARAM_H 1
  2786. | #define HAVE_SYS_SOCKET_H 1
  2787. | #define HAVE_SYS_TIME_H 1
  2788. | #define HAVE_SYSLOG_H 1
  2789. | #define HAVE_TERMIOS_H 1
  2790. | #define HAVE_UNISTD_H 1
  2791. | #define HAVE_UTIME_H 1
  2792. | #define HAVE_ARPA_NAMESER_H 1
  2793. | #define HAVE_SYS_IO_H 1
  2794. | #define HAVE_TERMCAP 1
  2795. | #define HAVE_TINFO 1
  2796. | #define HAVE_CURSES 1
  2797. | #define HAVE_NCURSES 1
  2798. | #define HAVE_LIBXML2 1
  2799. | #define HAVE_XLOCALE_H 1
  2800. | #define _FILE_OFFSET_BITS 64
  2801. | #define HAVE__BOOL 1
  2802. | #define HAVE_STDBOOL_H 1
  2803. | #define HAVE_LONG_DOUBLE_WIDER 1
  2804. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  2805. | #define HAVE_STRUCT_UCRED_UID 1
  2806. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  2807. | #define TIME_WITH_SYS_TIME 1
  2808. | #define HAVE_PTRDIFF_T 1
  2809. | /* end confdefs.h. */
  2810. | #include <sys/stat.h>
  2811. |
  2812. | int
  2813. | main ()
  2814. | {
  2815. | static struct stat ac_aggr;
  2816. | if (ac_aggr.st_mtim)
  2817. | return 0;
  2818. | ;
  2819. | return 0;
  2820. | }
  2821. configure:12954: gcc -c -g -O2 conftest.c >&5
  2822. configure:12954: $? = 0
  2823. configure:12954: result: yes
  2824. configure:12964: checking for struct stat.st_mtimensec
  2825. configure:12964: gcc -c -g -O2 conftest.c >&5
  2826. conftest.c: In function 'main':
  2827. conftest.c:77:12: error: 'struct stat' has no member named 'st_mtimensec'
  2828. configure:12964: $? = 1
  2829. configure: failed program was:
  2830. | /* confdefs.h */
  2831. | #define PACKAGE_NAME "asterisk"
  2832. | #define PACKAGE_TARNAME "asterisk"
  2833. | #define PACKAGE_VERSION "trunk"
  2834. | #define PACKAGE_STRING "asterisk trunk"
  2835. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  2836. | #define PACKAGE_URL ""
  2837. | #define STDC_HEADERS 1
  2838. | #define HAVE_SYS_TYPES_H 1
  2839. | #define HAVE_SYS_STAT_H 1
  2840. | #define HAVE_STDLIB_H 1
  2841. | #define HAVE_STRING_H 1
  2842. | #define HAVE_MEMORY_H 1
  2843. | #define HAVE_STRINGS_H 1
  2844. | #define HAVE_INTTYPES_H 1
  2845. | #define HAVE_STDINT_H 1
  2846. | #define HAVE_UNISTD_H 1
  2847. | #define __EXTENSIONS__ 1
  2848. | #define _ALL_SOURCE 1
  2849. | #define _GNU_SOURCE 1
  2850. | #define _POSIX_PTHREAD_SEMANTICS 1
  2851. | #define _TANDEM_SOURCE 1
  2852. | #define HAVE_PTHREAD 1
  2853. | #define HAVE_ALLOCA_H 1
  2854. | #define HAVE_ALLOCA 1
  2855. | #define HAVE_DIRENT_H 1
  2856. | #define STDC_HEADERS 1
  2857. | #define HAVE_SYS_WAIT_H 1
  2858. | #define HAVE_ARPA_INET_H 1
  2859. | #define HAVE_FCNTL_H 1
  2860. | #define HAVE_INTTYPES_H 1
  2861. | #define HAVE_LIBINTL_H 1
  2862. | #define HAVE_LIMITS_H 1
  2863. | #define HAVE_LOCALE_H 1
  2864. | #define HAVE_MALLOC_H 1
  2865. | #define HAVE_NETDB_H 1
  2866. | #define HAVE_NETINET_IN_H 1
  2867. | #define HAVE_STDDEF_H 1
  2868. | #define HAVE_STDINT_H 1
  2869. | #define HAVE_STDLIB_H 1
  2870. | #define HAVE_STRING_H 1
  2871. | #define HAVE_STRINGS_H 1
  2872. | #define HAVE_SYS_FILE_H 1
  2873. | #define HAVE_SYS_IOCTL_H 1
  2874. | #define HAVE_SYS_PARAM_H 1
  2875. | #define HAVE_SYS_SOCKET_H 1
  2876. | #define HAVE_SYS_TIME_H 1
  2877. | #define HAVE_SYSLOG_H 1
  2878. | #define HAVE_TERMIOS_H 1
  2879. | #define HAVE_UNISTD_H 1
  2880. | #define HAVE_UTIME_H 1
  2881. | #define HAVE_ARPA_NAMESER_H 1
  2882. | #define HAVE_SYS_IO_H 1
  2883. | #define HAVE_TERMCAP 1
  2884. | #define HAVE_TINFO 1
  2885. | #define HAVE_CURSES 1
  2886. | #define HAVE_NCURSES 1
  2887. | #define HAVE_LIBXML2 1
  2888. | #define HAVE_XLOCALE_H 1
  2889. | #define _FILE_OFFSET_BITS 64
  2890. | #define HAVE__BOOL 1
  2891. | #define HAVE_STDBOOL_H 1
  2892. | #define HAVE_LONG_DOUBLE_WIDER 1
  2893. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  2894. | #define HAVE_STRUCT_UCRED_UID 1
  2895. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  2896. | #define TIME_WITH_SYS_TIME 1
  2897. | #define HAVE_PTRDIFF_T 1
  2898. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  2899. | /* end confdefs.h. */
  2900. | #include <sys/stat.h>
  2901. |
  2902. | int
  2903. | main ()
  2904. | {
  2905. | static struct stat ac_aggr;
  2906. | if (ac_aggr.st_mtimensec)
  2907. | return 0;
  2908. | ;
  2909. | return 0;
  2910. | }
  2911. configure:12964: gcc -c -g -O2 conftest.c >&5
  2912. conftest.c: In function 'main':
  2913. conftest.c:77:19: error: 'struct stat' has no member named 'st_mtimensec'
  2914. configure:12964: $? = 1
  2915. configure: failed program was:
  2916. | /* confdefs.h */
  2917. | #define PACKAGE_NAME "asterisk"
  2918. | #define PACKAGE_TARNAME "asterisk"
  2919. | #define PACKAGE_VERSION "trunk"
  2920. | #define PACKAGE_STRING "asterisk trunk"
  2921. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  2922. | #define PACKAGE_URL ""
  2923. | #define STDC_HEADERS 1
  2924. | #define HAVE_SYS_TYPES_H 1
  2925. | #define HAVE_SYS_STAT_H 1
  2926. | #define HAVE_STDLIB_H 1
  2927. | #define HAVE_STRING_H 1
  2928. | #define HAVE_MEMORY_H 1
  2929. | #define HAVE_STRINGS_H 1
  2930. | #define HAVE_INTTYPES_H 1
  2931. | #define HAVE_STDINT_H 1
  2932. | #define HAVE_UNISTD_H 1
  2933. | #define __EXTENSIONS__ 1
  2934. | #define _ALL_SOURCE 1
  2935. | #define _GNU_SOURCE 1
  2936. | #define _POSIX_PTHREAD_SEMANTICS 1
  2937. | #define _TANDEM_SOURCE 1
  2938. | #define HAVE_PTHREAD 1
  2939. | #define HAVE_ALLOCA_H 1
  2940. | #define HAVE_ALLOCA 1
  2941. | #define HAVE_DIRENT_H 1
  2942. | #define STDC_HEADERS 1
  2943. | #define HAVE_SYS_WAIT_H 1
  2944. | #define HAVE_ARPA_INET_H 1
  2945. | #define HAVE_FCNTL_H 1
  2946. | #define HAVE_INTTYPES_H 1
  2947. | #define HAVE_LIBINTL_H 1
  2948. | #define HAVE_LIMITS_H 1
  2949. | #define HAVE_LOCALE_H 1
  2950. | #define HAVE_MALLOC_H 1
  2951. | #define HAVE_NETDB_H 1
  2952. | #define HAVE_NETINET_IN_H 1
  2953. | #define HAVE_STDDEF_H 1
  2954. | #define HAVE_STDINT_H 1
  2955. | #define HAVE_STDLIB_H 1
  2956. | #define HAVE_STRING_H 1
  2957. | #define HAVE_STRINGS_H 1
  2958. | #define HAVE_SYS_FILE_H 1
  2959. | #define HAVE_SYS_IOCTL_H 1
  2960. | #define HAVE_SYS_PARAM_H 1
  2961. | #define HAVE_SYS_SOCKET_H 1
  2962. | #define HAVE_SYS_TIME_H 1
  2963. | #define HAVE_SYSLOG_H 1
  2964. | #define HAVE_TERMIOS_H 1
  2965. | #define HAVE_UNISTD_H 1
  2966. | #define HAVE_UTIME_H 1
  2967. | #define HAVE_ARPA_NAMESER_H 1
  2968. | #define HAVE_SYS_IO_H 1
  2969. | #define HAVE_TERMCAP 1
  2970. | #define HAVE_TINFO 1
  2971. | #define HAVE_CURSES 1
  2972. | #define HAVE_NCURSES 1
  2973. | #define HAVE_LIBXML2 1
  2974. | #define HAVE_XLOCALE_H 1
  2975. | #define _FILE_OFFSET_BITS 64
  2976. | #define HAVE__BOOL 1
  2977. | #define HAVE_STDBOOL_H 1
  2978. | #define HAVE_LONG_DOUBLE_WIDER 1
  2979. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  2980. | #define HAVE_STRUCT_UCRED_UID 1
  2981. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  2982. | #define TIME_WITH_SYS_TIME 1
  2983. | #define HAVE_PTRDIFF_T 1
  2984. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  2985. | /* end confdefs.h. */
  2986. | #include <sys/stat.h>
  2987. |
  2988. | int
  2989. | main ()
  2990. | {
  2991. | static struct stat ac_aggr;
  2992. | if (sizeof ac_aggr.st_mtimensec)
  2993. | return 0;
  2994. | ;
  2995. | return 0;
  2996. | }
  2997. configure:12964: result: no
  2998. configure:12974: checking for struct stat.st_mtimespec
  2999. configure:12974: gcc -c -g -O2 conftest.c >&5
  3000. conftest.c: In function 'main':
  3001. conftest.c:77:12: error: 'struct stat' has no member named 'st_mtimespec'
  3002. configure:12974: $? = 1
  3003. configure: failed program was:
  3004. | /* confdefs.h */
  3005. | #define PACKAGE_NAME "asterisk"
  3006. | #define PACKAGE_TARNAME "asterisk"
  3007. | #define PACKAGE_VERSION "trunk"
  3008. | #define PACKAGE_STRING "asterisk trunk"
  3009. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  3010. | #define PACKAGE_URL ""
  3011. | #define STDC_HEADERS 1
  3012. | #define HAVE_SYS_TYPES_H 1
  3013. | #define HAVE_SYS_STAT_H 1
  3014. | #define HAVE_STDLIB_H 1
  3015. | #define HAVE_STRING_H 1
  3016. | #define HAVE_MEMORY_H 1
  3017. | #define HAVE_STRINGS_H 1
  3018. | #define HAVE_INTTYPES_H 1
  3019. | #define HAVE_STDINT_H 1
  3020. | #define HAVE_UNISTD_H 1
  3021. | #define __EXTENSIONS__ 1
  3022. | #define _ALL_SOURCE 1
  3023. | #define _GNU_SOURCE 1
  3024. | #define _POSIX_PTHREAD_SEMANTICS 1
  3025. | #define _TANDEM_SOURCE 1
  3026. | #define HAVE_PTHREAD 1
  3027. | #define HAVE_ALLOCA_H 1
  3028. | #define HAVE_ALLOCA 1
  3029. | #define HAVE_DIRENT_H 1
  3030. | #define STDC_HEADERS 1
  3031. | #define HAVE_SYS_WAIT_H 1
  3032. | #define HAVE_ARPA_INET_H 1
  3033. | #define HAVE_FCNTL_H 1
  3034. | #define HAVE_INTTYPES_H 1
  3035. | #define HAVE_LIBINTL_H 1
  3036. | #define HAVE_LIMITS_H 1
  3037. | #define HAVE_LOCALE_H 1
  3038. | #define HAVE_MALLOC_H 1
  3039. | #define HAVE_NETDB_H 1
  3040. | #define HAVE_NETINET_IN_H 1
  3041. | #define HAVE_STDDEF_H 1
  3042. | #define HAVE_STDINT_H 1
  3043. | #define HAVE_STDLIB_H 1
  3044. | #define HAVE_STRING_H 1
  3045. | #define HAVE_STRINGS_H 1
  3046. | #define HAVE_SYS_FILE_H 1
  3047. | #define HAVE_SYS_IOCTL_H 1
  3048. | #define HAVE_SYS_PARAM_H 1
  3049. | #define HAVE_SYS_SOCKET_H 1
  3050. | #define HAVE_SYS_TIME_H 1
  3051. | #define HAVE_SYSLOG_H 1
  3052. | #define HAVE_TERMIOS_H 1
  3053. | #define HAVE_UNISTD_H 1
  3054. | #define HAVE_UTIME_H 1
  3055. | #define HAVE_ARPA_NAMESER_H 1
  3056. | #define HAVE_SYS_IO_H 1
  3057. | #define HAVE_TERMCAP 1
  3058. | #define HAVE_TINFO 1
  3059. | #define HAVE_CURSES 1
  3060. | #define HAVE_NCURSES 1
  3061. | #define HAVE_LIBXML2 1
  3062. | #define HAVE_XLOCALE_H 1
  3063. | #define _FILE_OFFSET_BITS 64
  3064. | #define HAVE__BOOL 1
  3065. | #define HAVE_STDBOOL_H 1
  3066. | #define HAVE_LONG_DOUBLE_WIDER 1
  3067. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  3068. | #define HAVE_STRUCT_UCRED_UID 1
  3069. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  3070. | #define TIME_WITH_SYS_TIME 1
  3071. | #define HAVE_PTRDIFF_T 1
  3072. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  3073. | /* end confdefs.h. */
  3074. | #include <sys/stat.h>
  3075. |
  3076. | int
  3077. | main ()
  3078. | {
  3079. | static struct stat ac_aggr;
  3080. | if (ac_aggr.st_mtimespec)
  3081. | return 0;
  3082. | ;
  3083. | return 0;
  3084. | }
  3085. configure:12974: gcc -c -g -O2 conftest.c >&5
  3086. conftest.c: In function 'main':
  3087. conftest.c:77:19: error: 'struct stat' has no member named 'st_mtimespec'
  3088. configure:12974: $? = 1
  3089. configure: failed program was:
  3090. | /* confdefs.h */
  3091. | #define PACKAGE_NAME "asterisk"
  3092. | #define PACKAGE_TARNAME "asterisk"
  3093. | #define PACKAGE_VERSION "trunk"
  3094. | #define PACKAGE_STRING "asterisk trunk"
  3095. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  3096. | #define PACKAGE_URL ""
  3097. | #define STDC_HEADERS 1
  3098. | #define HAVE_SYS_TYPES_H 1
  3099. | #define HAVE_SYS_STAT_H 1
  3100. | #define HAVE_STDLIB_H 1
  3101. | #define HAVE_STRING_H 1
  3102. | #define HAVE_MEMORY_H 1
  3103. | #define HAVE_STRINGS_H 1
  3104. | #define HAVE_INTTYPES_H 1
  3105. | #define HAVE_STDINT_H 1
  3106. | #define HAVE_UNISTD_H 1
  3107. | #define __EXTENSIONS__ 1
  3108. | #define _ALL_SOURCE 1
  3109. | #define _GNU_SOURCE 1
  3110. | #define _POSIX_PTHREAD_SEMANTICS 1
  3111. | #define _TANDEM_SOURCE 1
  3112. | #define HAVE_PTHREAD 1
  3113. | #define HAVE_ALLOCA_H 1
  3114. | #define HAVE_ALLOCA 1
  3115. | #define HAVE_DIRENT_H 1
  3116. | #define STDC_HEADERS 1
  3117. | #define HAVE_SYS_WAIT_H 1
  3118. | #define HAVE_ARPA_INET_H 1
  3119. | #define HAVE_FCNTL_H 1
  3120. | #define HAVE_INTTYPES_H 1
  3121. | #define HAVE_LIBINTL_H 1
  3122. | #define HAVE_LIMITS_H 1
  3123. | #define HAVE_LOCALE_H 1
  3124. | #define HAVE_MALLOC_H 1
  3125. | #define HAVE_NETDB_H 1
  3126. | #define HAVE_NETINET_IN_H 1
  3127. | #define HAVE_STDDEF_H 1
  3128. | #define HAVE_STDINT_H 1
  3129. | #define HAVE_STDLIB_H 1
  3130. | #define HAVE_STRING_H 1
  3131. | #define HAVE_STRINGS_H 1
  3132. | #define HAVE_SYS_FILE_H 1
  3133. | #define HAVE_SYS_IOCTL_H 1
  3134. | #define HAVE_SYS_PARAM_H 1
  3135. | #define HAVE_SYS_SOCKET_H 1
  3136. | #define HAVE_SYS_TIME_H 1
  3137. | #define HAVE_SYSLOG_H 1
  3138. | #define HAVE_TERMIOS_H 1
  3139. | #define HAVE_UNISTD_H 1
  3140. | #define HAVE_UTIME_H 1
  3141. | #define HAVE_ARPA_NAMESER_H 1
  3142. | #define HAVE_SYS_IO_H 1
  3143. | #define HAVE_TERMCAP 1
  3144. | #define HAVE_TINFO 1
  3145. | #define HAVE_CURSES 1
  3146. | #define HAVE_NCURSES 1
  3147. | #define HAVE_LIBXML2 1
  3148. | #define HAVE_XLOCALE_H 1
  3149. | #define _FILE_OFFSET_BITS 64
  3150. | #define HAVE__BOOL 1
  3151. | #define HAVE_STDBOOL_H 1
  3152. | #define HAVE_LONG_DOUBLE_WIDER 1
  3153. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  3154. | #define HAVE_STRUCT_UCRED_UID 1
  3155. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  3156. | #define TIME_WITH_SYS_TIME 1
  3157. | #define HAVE_PTRDIFF_T 1
  3158. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  3159. | /* end confdefs.h. */
  3160. | #include <sys/stat.h>
  3161. |
  3162. | int
  3163. | main ()
  3164. | {
  3165. | static struct stat ac_aggr;
  3166. | if (sizeof ac_aggr.st_mtimespec)
  3167. | return 0;
  3168. | ;
  3169. | return 0;
  3170. | }
  3171. configure:12974: result: no
  3172. configure:12994: checking for unistd.h
  3173. configure:12994: result: yes
  3174. configure:13004: checking for working chown
  3175. configure:13037: gcc -o conftest -g -O2 conftest.c >&5
  3176. configure:13037: $? = 0
  3177. configure:13037: ./conftest
  3178. configure:13037: $? = 0
  3179. configure:13049: result: yes
  3180. configure:13057: checking whether closedir returns void
  3181. configure:13081: gcc -o conftest -g -O2 conftest.c >&5
  3182. configure:13081: $? = 0
  3183. configure:13081: ./conftest
  3184. configure:13081: $? = 0
  3185. configure:13091: result: no
  3186. configure:13099: checking for error_at_line
  3187. configure:13115: gcc -o conftest -g -O2 conftest.c >&5
  3188. configure:13115: $? = 0
  3189. configure:13123: result: yes
  3190. configure:13136: checking vfork.h usability
  3191. configure:13136: gcc -c -g -O2 conftest.c >&5
  3192. conftest.c:106:19: fatal error: vfork.h: No such file or directory
  3193. compilation terminated.
  3194. configure:13136: $? = 1
  3195. configure: failed program was:
  3196. | /* confdefs.h */
  3197. | #define PACKAGE_NAME "asterisk"
  3198. | #define PACKAGE_TARNAME "asterisk"
  3199. | #define PACKAGE_VERSION "trunk"
  3200. | #define PACKAGE_STRING "asterisk trunk"
  3201. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  3202. | #define PACKAGE_URL ""
  3203. | #define STDC_HEADERS 1
  3204. | #define HAVE_SYS_TYPES_H 1
  3205. | #define HAVE_SYS_STAT_H 1
  3206. | #define HAVE_STDLIB_H 1
  3207. | #define HAVE_STRING_H 1
  3208. | #define HAVE_MEMORY_H 1
  3209. | #define HAVE_STRINGS_H 1
  3210. | #define HAVE_INTTYPES_H 1
  3211. | #define HAVE_STDINT_H 1
  3212. | #define HAVE_UNISTD_H 1
  3213. | #define __EXTENSIONS__ 1
  3214. | #define _ALL_SOURCE 1
  3215. | #define _GNU_SOURCE 1
  3216. | #define _POSIX_PTHREAD_SEMANTICS 1
  3217. | #define _TANDEM_SOURCE 1
  3218. | #define HAVE_PTHREAD 1
  3219. | #define HAVE_ALLOCA_H 1
  3220. | #define HAVE_ALLOCA 1
  3221. | #define HAVE_DIRENT_H 1
  3222. | #define STDC_HEADERS 1
  3223. | #define HAVE_SYS_WAIT_H 1
  3224. | #define HAVE_ARPA_INET_H 1
  3225. | #define HAVE_FCNTL_H 1
  3226. | #define HAVE_INTTYPES_H 1
  3227. | #define HAVE_LIBINTL_H 1
  3228. | #define HAVE_LIMITS_H 1
  3229. | #define HAVE_LOCALE_H 1
  3230. | #define HAVE_MALLOC_H 1
  3231. | #define HAVE_NETDB_H 1
  3232. | #define HAVE_NETINET_IN_H 1
  3233. | #define HAVE_STDDEF_H 1
  3234. | #define HAVE_STDINT_H 1
  3235. | #define HAVE_STDLIB_H 1
  3236. | #define HAVE_STRING_H 1
  3237. | #define HAVE_STRINGS_H 1
  3238. | #define HAVE_SYS_FILE_H 1
  3239. | #define HAVE_SYS_IOCTL_H 1
  3240. | #define HAVE_SYS_PARAM_H 1
  3241. | #define HAVE_SYS_SOCKET_H 1
  3242. | #define HAVE_SYS_TIME_H 1
  3243. | #define HAVE_SYSLOG_H 1
  3244. | #define HAVE_TERMIOS_H 1
  3245. | #define HAVE_UNISTD_H 1
  3246. | #define HAVE_UTIME_H 1
  3247. | #define HAVE_ARPA_NAMESER_H 1
  3248. | #define HAVE_SYS_IO_H 1
  3249. | #define HAVE_TERMCAP 1
  3250. | #define HAVE_TINFO 1
  3251. | #define HAVE_CURSES 1
  3252. | #define HAVE_NCURSES 1
  3253. | #define HAVE_LIBXML2 1
  3254. | #define HAVE_XLOCALE_H 1
  3255. | #define _FILE_OFFSET_BITS 64
  3256. | #define HAVE__BOOL 1
  3257. | #define HAVE_STDBOOL_H 1
  3258. | #define HAVE_LONG_DOUBLE_WIDER 1
  3259. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  3260. | #define HAVE_STRUCT_UCRED_UID 1
  3261. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  3262. | #define TIME_WITH_SYS_TIME 1
  3263. | #define HAVE_PTRDIFF_T 1
  3264. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  3265. | #define HAVE_UNISTD_H 1
  3266. | #define HAVE_CHOWN 1
  3267. | /* end confdefs.h. */
  3268. | #include <stdio.h>
  3269. | #ifdef HAVE_SYS_TYPES_H
  3270. | # include <sys/types.h>
  3271. | #endif
  3272. | #ifdef HAVE_SYS_STAT_H
  3273. | # include <sys/stat.h>
  3274. | #endif
  3275. | #ifdef STDC_HEADERS
  3276. | # include <stdlib.h>
  3277. | # include <stddef.h>
  3278. | #else
  3279. | # ifdef HAVE_STDLIB_H
  3280. | # include <stdlib.h>
  3281. | # endif
  3282. | #endif
  3283. | #ifdef HAVE_STRING_H
  3284. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3285. | # include <memory.h>
  3286. | # endif
  3287. | # include <string.h>
  3288. | #endif
  3289. | #ifdef HAVE_STRINGS_H
  3290. | # include <strings.h>
  3291. | #endif
  3292. | #ifdef HAVE_INTTYPES_H
  3293. | # include <inttypes.h>
  3294. | #endif
  3295. | #ifdef HAVE_STDINT_H
  3296. | # include <stdint.h>
  3297. | #endif
  3298. | #ifdef HAVE_UNISTD_H
  3299. | # include <unistd.h>
  3300. | #endif
  3301. | #include <vfork.h>
  3302. configure:13136: result: no
  3303. configure:13136: checking vfork.h presence
  3304. configure:13136: gcc -E conftest.c
  3305. conftest.c:73:19: fatal error: vfork.h: No such file or directory
  3306. compilation terminated.
  3307. configure:13136: $? = 1
  3308. configure: failed program was:
  3309. | /* confdefs.h */
  3310. | #define PACKAGE_NAME "asterisk"
  3311. | #define PACKAGE_TARNAME "asterisk"
  3312. | #define PACKAGE_VERSION "trunk"
  3313. | #define PACKAGE_STRING "asterisk trunk"
  3314. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  3315. | #define PACKAGE_URL ""
  3316. | #define STDC_HEADERS 1
  3317. | #define HAVE_SYS_TYPES_H 1
  3318. | #define HAVE_SYS_STAT_H 1
  3319. | #define HAVE_STDLIB_H 1
  3320. | #define HAVE_STRING_H 1
  3321. | #define HAVE_MEMORY_H 1
  3322. | #define HAVE_STRINGS_H 1
  3323. | #define HAVE_INTTYPES_H 1
  3324. | #define HAVE_STDINT_H 1
  3325. | #define HAVE_UNISTD_H 1
  3326. | #define __EXTENSIONS__ 1
  3327. | #define _ALL_SOURCE 1
  3328. | #define _GNU_SOURCE 1
  3329. | #define _POSIX_PTHREAD_SEMANTICS 1
  3330. | #define _TANDEM_SOURCE 1
  3331. | #define HAVE_PTHREAD 1
  3332. | #define HAVE_ALLOCA_H 1
  3333. | #define HAVE_ALLOCA 1
  3334. | #define HAVE_DIRENT_H 1
  3335. | #define STDC_HEADERS 1
  3336. | #define HAVE_SYS_WAIT_H 1
  3337. | #define HAVE_ARPA_INET_H 1
  3338. | #define HAVE_FCNTL_H 1
  3339. | #define HAVE_INTTYPES_H 1
  3340. | #define HAVE_LIBINTL_H 1
  3341. | #define HAVE_LIMITS_H 1
  3342. | #define HAVE_LOCALE_H 1
  3343. | #define HAVE_MALLOC_H 1
  3344. | #define HAVE_NETDB_H 1
  3345. | #define HAVE_NETINET_IN_H 1
  3346. | #define HAVE_STDDEF_H 1
  3347. | #define HAVE_STDINT_H 1
  3348. | #define HAVE_STDLIB_H 1
  3349. | #define HAVE_STRING_H 1
  3350. | #define HAVE_STRINGS_H 1
  3351. | #define HAVE_SYS_FILE_H 1
  3352. | #define HAVE_SYS_IOCTL_H 1
  3353. | #define HAVE_SYS_PARAM_H 1
  3354. | #define HAVE_SYS_SOCKET_H 1
  3355. | #define HAVE_SYS_TIME_H 1
  3356. | #define HAVE_SYSLOG_H 1
  3357. | #define HAVE_TERMIOS_H 1
  3358. | #define HAVE_UNISTD_H 1
  3359. | #define HAVE_UTIME_H 1
  3360. | #define HAVE_ARPA_NAMESER_H 1
  3361. | #define HAVE_SYS_IO_H 1
  3362. | #define HAVE_TERMCAP 1
  3363. | #define HAVE_TINFO 1
  3364. | #define HAVE_CURSES 1
  3365. | #define HAVE_NCURSES 1
  3366. | #define HAVE_LIBXML2 1
  3367. | #define HAVE_XLOCALE_H 1
  3368. | #define _FILE_OFFSET_BITS 64
  3369. | #define HAVE__BOOL 1
  3370. | #define HAVE_STDBOOL_H 1
  3371. | #define HAVE_LONG_DOUBLE_WIDER 1
  3372. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  3373. | #define HAVE_STRUCT_UCRED_UID 1
  3374. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  3375. | #define TIME_WITH_SYS_TIME 1
  3376. | #define HAVE_PTRDIFF_T 1
  3377. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  3378. | #define HAVE_UNISTD_H 1
  3379. | #define HAVE_CHOWN 1
  3380. | /* end confdefs.h. */
  3381. | #include <vfork.h>
  3382. configure:13136: result: no
  3383. configure:13136: checking for vfork.h
  3384. configure:13136: result: no
  3385. configure:13149: checking for fork
  3386. configure:13149: gcc -o conftest -g -O2 conftest.c >&5
  3387. conftest.c:96:6: warning: conflicting types for built-in function 'fork' [enabled by default]
  3388. configure:13149: $? = 0
  3389. configure:13149: result: yes
  3390. configure:13149: checking for vfork
  3391. configure:13149: gcc -o conftest -g -O2 conftest.c >&5
  3392. configure:13149: $? = 0
  3393. configure:13149: result: yes
  3394. configure:13159: checking for working fork
  3395. configure:13181: gcc -o conftest -g -O2 conftest.c >&5
  3396. configure:13181: $? = 0
  3397. configure:13181: ./conftest
  3398. configure:13181: $? = 0
  3399. configure:13191: result: yes
  3400. configure:13212: checking for working vfork
  3401. configure:13322: result: yes
  3402. configure:13349: checking for _LARGEFILE_SOURCE value needed for large files
  3403. configure:13368: gcc -o conftest -g -O2 conftest.c >&5
  3404. configure:13368: $? = 0
  3405. configure:13396: result: no
  3406. configure:13418: checking whether gcc needs -traditional
  3407. configure:13452: result: no
  3408. configure:13463: checking for working memcmp
  3409. configure:13506: gcc -o conftest -g -O2 conftest.c >&5
  3410. configure:13506: $? = 0
  3411. configure:13506: ./conftest
  3412. configure:13506: $? = 0
  3413. configure:13516: result: yes
  3414. configure:13531: checking for stdlib.h
  3415. configure:13531: result: yes
  3416. configure:13531: checking for unistd.h
  3417. configure:13531: result: yes
  3418. configure:13531: checking for sys/param.h
  3419. configure:13531: result: yes
  3420. configure:13531: checking for utime.h
  3421. configure:13531: result: yes
  3422. configure:13551: checking for getpagesize
  3423. configure:13551: gcc -o conftest -g -O2 conftest.c >&5
  3424. configure:13551: $? = 0
  3425. configure:13551: result: yes
  3426. configure:13560: checking for working mmap
  3427. configure:13707: gcc -o conftest -g -O2 conftest.c >&5
  3428. configure:13707: $? = 0
  3429. configure:13707: ./conftest
  3430. configure:13707: $? = 0
  3431. configure:13717: result: yes
  3432. configure:13729: checking sys/select.h usability
  3433. configure:13729: gcc -c -g -O2 conftest.c >&5
  3434. configure:13729: $? = 0
  3435. configure:13729: result: yes
  3436. configure:13729: checking sys/select.h presence
  3437. configure:13729: gcc -E conftest.c
  3438. configure:13729: $? = 0
  3439. configure:13729: result: yes
  3440. configure:13729: checking for sys/select.h
  3441. configure:13729: result: yes
  3442. configure:13729: checking for sys/socket.h
  3443. configure:13729: result: yes
  3444. configure:13739: checking types of arguments for select
  3445. configure:13767: gcc -c -g -O2 conftest.c >&5
  3446. configure:13767: $? = 0
  3447. configure:13778: result: int,fd_set *,struct timeval *
  3448. configure:13808: checking return type of signal handlers
  3449. configure:13826: gcc -c -g -O2 conftest.c >&5
  3450. conftest.c: In function 'main':
  3451. conftest.c:95:1: error: void value not ignored as it ought to be
  3452. configure:13826: $? = 1
  3453. configure: failed program was:
  3454. | /* confdefs.h */
  3455. | #define PACKAGE_NAME "asterisk"
  3456. | #define PACKAGE_TARNAME "asterisk"
  3457. | #define PACKAGE_VERSION "trunk"
  3458. | #define PACKAGE_STRING "asterisk trunk"
  3459. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  3460. | #define PACKAGE_URL ""
  3461. | #define STDC_HEADERS 1
  3462. | #define HAVE_SYS_TYPES_H 1
  3463. | #define HAVE_SYS_STAT_H 1
  3464. | #define HAVE_STDLIB_H 1
  3465. | #define HAVE_STRING_H 1
  3466. | #define HAVE_MEMORY_H 1
  3467. | #define HAVE_STRINGS_H 1
  3468. | #define HAVE_INTTYPES_H 1
  3469. | #define HAVE_STDINT_H 1
  3470. | #define HAVE_UNISTD_H 1
  3471. | #define __EXTENSIONS__ 1
  3472. | #define _ALL_SOURCE 1
  3473. | #define _GNU_SOURCE 1
  3474. | #define _POSIX_PTHREAD_SEMANTICS 1
  3475. | #define _TANDEM_SOURCE 1
  3476. | #define HAVE_PTHREAD 1
  3477. | #define HAVE_ALLOCA_H 1
  3478. | #define HAVE_ALLOCA 1
  3479. | #define HAVE_DIRENT_H 1
  3480. | #define STDC_HEADERS 1
  3481. | #define HAVE_SYS_WAIT_H 1
  3482. | #define HAVE_ARPA_INET_H 1
  3483. | #define HAVE_FCNTL_H 1
  3484. | #define HAVE_INTTYPES_H 1
  3485. | #define HAVE_LIBINTL_H 1
  3486. | #define HAVE_LIMITS_H 1
  3487. | #define HAVE_LOCALE_H 1
  3488. | #define HAVE_MALLOC_H 1
  3489. | #define HAVE_NETDB_H 1
  3490. | #define HAVE_NETINET_IN_H 1
  3491. | #define HAVE_STDDEF_H 1
  3492. | #define HAVE_STDINT_H 1
  3493. | #define HAVE_STDLIB_H 1
  3494. | #define HAVE_STRING_H 1
  3495. | #define HAVE_STRINGS_H 1
  3496. | #define HAVE_SYS_FILE_H 1
  3497. | #define HAVE_SYS_IOCTL_H 1
  3498. | #define HAVE_SYS_PARAM_H 1
  3499. | #define HAVE_SYS_SOCKET_H 1
  3500. | #define HAVE_SYS_TIME_H 1
  3501. | #define HAVE_SYSLOG_H 1
  3502. | #define HAVE_TERMIOS_H 1
  3503. | #define HAVE_UNISTD_H 1
  3504. | #define HAVE_UTIME_H 1
  3505. | #define HAVE_ARPA_NAMESER_H 1
  3506. | #define HAVE_SYS_IO_H 1
  3507. | #define HAVE_TERMCAP 1
  3508. | #define HAVE_TINFO 1
  3509. | #define HAVE_CURSES 1
  3510. | #define HAVE_NCURSES 1
  3511. | #define HAVE_LIBXML2 1
  3512. | #define HAVE_XLOCALE_H 1
  3513. | #define _FILE_OFFSET_BITS 64
  3514. | #define HAVE__BOOL 1
  3515. | #define HAVE_STDBOOL_H 1
  3516. | #define HAVE_LONG_DOUBLE_WIDER 1
  3517. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  3518. | #define HAVE_STRUCT_UCRED_UID 1
  3519. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  3520. | #define TIME_WITH_SYS_TIME 1
  3521. | #define HAVE_PTRDIFF_T 1
  3522. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  3523. | #define HAVE_UNISTD_H 1
  3524. | #define HAVE_CHOWN 1
  3525. | #define HAVE_FORK 1
  3526. | #define HAVE_VFORK 1
  3527. | #define HAVE_WORKING_VFORK 1
  3528. | #define HAVE_WORKING_FORK 1
  3529. | #define HAVE_FSEEKO 1
  3530. | #define HAVE_STDLIB_H 1
  3531. | #define HAVE_UNISTD_H 1
  3532. | #define HAVE_SYS_PARAM_H 1
  3533. | #define HAVE_UTIME_H 1
  3534. | #define HAVE_GETPAGESIZE 1
  3535. | #define HAVE_MMAP 1
  3536. | #define HAVE_SYS_SELECT_H 1
  3537. | #define HAVE_SYS_SOCKET_H 1
  3538. | #define SELECT_TYPE_ARG1 int
  3539. | #define SELECT_TYPE_ARG234 (fd_set *)
  3540. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3541. | /* end confdefs.h. */
  3542. | #include <sys/types.h>
  3543. | #include <signal.h>
  3544. |
  3545. | int
  3546. | main ()
  3547. | {
  3548. | return *(signal (0, 0)) (0) == 1;
  3549. | ;
  3550. | return 0;
  3551. | }
  3552. configure:13833: result: void
  3553. configure:13841: checking whether lstat correctly handles trailing slash
  3554. configure:13867: gcc -o conftest -g -O2 conftest.c >&5
  3555. configure:13867: $? = 0
  3556. configure:13867: ./conftest
  3557. configure:13867: $? = 0
  3558. configure:13884: result: yes
  3559. configure:13903: checking whether stat accepts an empty string
  3560. configure:13923: gcc -o conftest -g -O2 conftest.c >&5
  3561. configure:13923: $? = 0
  3562. configure:13923: ./conftest
  3563. configure:13923: $? = 0
  3564. configure:13933: result: no
  3565. configure:13949: checking for working strcoll
  3566. configure:13970: gcc -o conftest -g -O2 conftest.c >&5
  3567. configure:13970: $? = 0
  3568. configure:13970: ./conftest
  3569. configure:13970: $? = 0
  3570. configure:13980: result: yes
  3571. configure:13990: checking for strftime
  3572. configure:13990: gcc -o conftest -g -O2 conftest.c >&5
  3573. conftest.c:115:6: warning: conflicting types for built-in function 'strftime' [enabled by default]
  3574. configure:13990: $? = 0
  3575. configure:13990: result: yes
  3576. configure:14043: checking for working strnlen
  3577. configure:14081: gcc -o conftest -g -O2 conftest.c >&5
  3578. configure:14081: $? = 0
  3579. configure:14081: ./conftest
  3580. configure:14081: $? = 0
  3581. configure:14091: result: yes
  3582. configure:14100: checking for working strtod
  3583. configure:14141: gcc -o conftest -g -O2 conftest.c >&5
  3584. configure:14141: $? = 0
  3585. configure:14141: ./conftest
  3586. configure:14141: $? = 0
  3587. configure:14151: result: yes
  3588. configure:14216: checking whether utime accepts a null argument
  3589. configure:14245: gcc -o conftest -g -O2 conftest.c >&5
  3590. configure:14245: $? = 0
  3591. configure:14245: ./conftest
  3592. configure:14245: $? = 0
  3593. configure:14255: result: yes
  3594. configure:14267: checking for vprintf
  3595. configure:14267: gcc -o conftest -g -O2 conftest.c >&5
  3596. conftest.c:117:6: warning: conflicting types for built-in function 'vprintf' [enabled by default]
  3597. configure:14267: $? = 0
  3598. configure:14267: result: yes
  3599. configure:14273: checking for _doprnt
  3600. configure:14273: gcc -o conftest -g -O2 conftest.c >&5
  3601. /tmp/ccOJVXdx.o: In function `main':
  3602. /usr/src/asterisk-11.13.1/conftest.c:129: undefined reference to `_doprnt'
  3603. collect2: error: ld returned 1 exit status
  3604. configure:14273: $? = 1
  3605. configure: failed program was:
  3606. | /* confdefs.h */
  3607. | #define PACKAGE_NAME "asterisk"
  3608. | #define PACKAGE_TARNAME "asterisk"
  3609. | #define PACKAGE_VERSION "trunk"
  3610. | #define PACKAGE_STRING "asterisk trunk"
  3611. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  3612. | #define PACKAGE_URL ""
  3613. | #define STDC_HEADERS 1
  3614. | #define HAVE_SYS_TYPES_H 1
  3615. | #define HAVE_SYS_STAT_H 1
  3616. | #define HAVE_STDLIB_H 1
  3617. | #define HAVE_STRING_H 1
  3618. | #define HAVE_MEMORY_H 1
  3619. | #define HAVE_STRINGS_H 1
  3620. | #define HAVE_INTTYPES_H 1
  3621. | #define HAVE_STDINT_H 1
  3622. | #define HAVE_UNISTD_H 1
  3623. | #define __EXTENSIONS__ 1
  3624. | #define _ALL_SOURCE 1
  3625. | #define _GNU_SOURCE 1
  3626. | #define _POSIX_PTHREAD_SEMANTICS 1
  3627. | #define _TANDEM_SOURCE 1
  3628. | #define HAVE_PTHREAD 1
  3629. | #define HAVE_ALLOCA_H 1
  3630. | #define HAVE_ALLOCA 1
  3631. | #define HAVE_DIRENT_H 1
  3632. | #define STDC_HEADERS 1
  3633. | #define HAVE_SYS_WAIT_H 1
  3634. | #define HAVE_ARPA_INET_H 1
  3635. | #define HAVE_FCNTL_H 1
  3636. | #define HAVE_INTTYPES_H 1
  3637. | #define HAVE_LIBINTL_H 1
  3638. | #define HAVE_LIMITS_H 1
  3639. | #define HAVE_LOCALE_H 1
  3640. | #define HAVE_MALLOC_H 1
  3641. | #define HAVE_NETDB_H 1
  3642. | #define HAVE_NETINET_IN_H 1
  3643. | #define HAVE_STDDEF_H 1
  3644. | #define HAVE_STDINT_H 1
  3645. | #define HAVE_STDLIB_H 1
  3646. | #define HAVE_STRING_H 1
  3647. | #define HAVE_STRINGS_H 1
  3648. | #define HAVE_SYS_FILE_H 1
  3649. | #define HAVE_SYS_IOCTL_H 1
  3650. | #define HAVE_SYS_PARAM_H 1
  3651. | #define HAVE_SYS_SOCKET_H 1
  3652. | #define HAVE_SYS_TIME_H 1
  3653. | #define HAVE_SYSLOG_H 1
  3654. | #define HAVE_TERMIOS_H 1
  3655. | #define HAVE_UNISTD_H 1
  3656. | #define HAVE_UTIME_H 1
  3657. | #define HAVE_ARPA_NAMESER_H 1
  3658. | #define HAVE_SYS_IO_H 1
  3659. | #define HAVE_TERMCAP 1
  3660. | #define HAVE_TINFO 1
  3661. | #define HAVE_CURSES 1
  3662. | #define HAVE_NCURSES 1
  3663. | #define HAVE_LIBXML2 1
  3664. | #define HAVE_XLOCALE_H 1
  3665. | #define _FILE_OFFSET_BITS 64
  3666. | #define HAVE__BOOL 1
  3667. | #define HAVE_STDBOOL_H 1
  3668. | #define HAVE_LONG_DOUBLE_WIDER 1
  3669. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  3670. | #define HAVE_STRUCT_UCRED_UID 1
  3671. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  3672. | #define TIME_WITH_SYS_TIME 1
  3673. | #define HAVE_PTRDIFF_T 1
  3674. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  3675. | #define HAVE_UNISTD_H 1
  3676. | #define HAVE_CHOWN 1
  3677. | #define HAVE_FORK 1
  3678. | #define HAVE_VFORK 1
  3679. | #define HAVE_WORKING_VFORK 1
  3680. | #define HAVE_WORKING_FORK 1
  3681. | #define HAVE_FSEEKO 1
  3682. | #define HAVE_STDLIB_H 1
  3683. | #define HAVE_UNISTD_H 1
  3684. | #define HAVE_SYS_PARAM_H 1
  3685. | #define HAVE_UTIME_H 1
  3686. | #define HAVE_GETPAGESIZE 1
  3687. | #define HAVE_MMAP 1
  3688. | #define HAVE_SYS_SELECT_H 1
  3689. | #define HAVE_SYS_SOCKET_H 1
  3690. | #define SELECT_TYPE_ARG1 int
  3691. | #define SELECT_TYPE_ARG234 (fd_set *)
  3692. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3693. | #define RETSIGTYPE void
  3694. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3695. | #define HAVE_STRCOLL 1
  3696. | #define HAVE_STRFTIME 1
  3697. | #define HAVE_UTIME_NULL 1
  3698. | #define HAVE_VPRINTF 1
  3699. | /* end confdefs.h. */
  3700. | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
  3701. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3702. | #define _doprnt innocuous__doprnt
  3703. |
  3704. | /* System header to define __stub macros and hopefully few prototypes,
  3705. | which can conflict with char _doprnt (); below.
  3706. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3707. | <limits.h> exists even on freestanding compilers. */
  3708. |
  3709. | #ifdef __STDC__
  3710. | # include <limits.h>
  3711. | #else
  3712. | # include <assert.h>
  3713. | #endif
  3714. |
  3715. | #undef _doprnt
  3716. |
  3717. | /* Override any GCC internal prototype to avoid an error.
  3718. | Use char because int might match the return type of a GCC
  3719. | builtin and then its argument prototype would still apply. */
  3720. | #ifdef __cplusplus
  3721. | extern "C"
  3722. | #endif
  3723. | char _doprnt ();
  3724. | /* The GNU C library defines this for functions which it implements
  3725. | to always fail with ENOSYS. Some functions are actually named
  3726. | something starting with __ and the normal name is an alias. */
  3727. | #if defined __stub__doprnt || defined __stub____doprnt
  3728. | choke me
  3729. | #endif
  3730. |
  3731. | int
  3732. | main ()
  3733. | {
  3734. | return _doprnt ();
  3735. | ;
  3736. | return 0;
  3737. | }
  3738. configure:14273: result: no
  3739. configure:14287: checking for asprintf
  3740. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  3741. configure:14287: $? = 0
  3742. configure:14287: result: yes
  3743. configure:14287: checking for atexit
  3744. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  3745. configure:14287: $? = 0
  3746. configure:14287: result: yes
  3747. configure:14287: checking for closefrom
  3748. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  3749. /tmp/ccokrqIP.o: In function `main':
  3750. /usr/src/asterisk-11.13.1/conftest.c:131: undefined reference to `closefrom'
  3751. collect2: error: ld returned 1 exit status
  3752. configure:14287: $? = 1
  3753. configure: failed program was:
  3754. | /* confdefs.h */
  3755. | #define PACKAGE_NAME "asterisk"
  3756. | #define PACKAGE_TARNAME "asterisk"
  3757. | #define PACKAGE_VERSION "trunk"
  3758. | #define PACKAGE_STRING "asterisk trunk"
  3759. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  3760. | #define PACKAGE_URL ""
  3761. | #define STDC_HEADERS 1
  3762. | #define HAVE_SYS_TYPES_H 1
  3763. | #define HAVE_SYS_STAT_H 1
  3764. | #define HAVE_STDLIB_H 1
  3765. | #define HAVE_STRING_H 1
  3766. | #define HAVE_MEMORY_H 1
  3767. | #define HAVE_STRINGS_H 1
  3768. | #define HAVE_INTTYPES_H 1
  3769. | #define HAVE_STDINT_H 1
  3770. | #define HAVE_UNISTD_H 1
  3771. | #define __EXTENSIONS__ 1
  3772. | #define _ALL_SOURCE 1
  3773. | #define _GNU_SOURCE 1
  3774. | #define _POSIX_PTHREAD_SEMANTICS 1
  3775. | #define _TANDEM_SOURCE 1
  3776. | #define HAVE_PTHREAD 1
  3777. | #define HAVE_ALLOCA_H 1
  3778. | #define HAVE_ALLOCA 1
  3779. | #define HAVE_DIRENT_H 1
  3780. | #define STDC_HEADERS 1
  3781. | #define HAVE_SYS_WAIT_H 1
  3782. | #define HAVE_ARPA_INET_H 1
  3783. | #define HAVE_FCNTL_H 1
  3784. | #define HAVE_INTTYPES_H 1
  3785. | #define HAVE_LIBINTL_H 1
  3786. | #define HAVE_LIMITS_H 1
  3787. | #define HAVE_LOCALE_H 1
  3788. | #define HAVE_MALLOC_H 1
  3789. | #define HAVE_NETDB_H 1
  3790. | #define HAVE_NETINET_IN_H 1
  3791. | #define HAVE_STDDEF_H 1
  3792. | #define HAVE_STDINT_H 1
  3793. | #define HAVE_STDLIB_H 1
  3794. | #define HAVE_STRING_H 1
  3795. | #define HAVE_STRINGS_H 1
  3796. | #define HAVE_SYS_FILE_H 1
  3797. | #define HAVE_SYS_IOCTL_H 1
  3798. | #define HAVE_SYS_PARAM_H 1
  3799. | #define HAVE_SYS_SOCKET_H 1
  3800. | #define HAVE_SYS_TIME_H 1
  3801. | #define HAVE_SYSLOG_H 1
  3802. | #define HAVE_TERMIOS_H 1
  3803. | #define HAVE_UNISTD_H 1
  3804. | #define HAVE_UTIME_H 1
  3805. | #define HAVE_ARPA_NAMESER_H 1
  3806. | #define HAVE_SYS_IO_H 1
  3807. | #define HAVE_TERMCAP 1
  3808. | #define HAVE_TINFO 1
  3809. | #define HAVE_CURSES 1
  3810. | #define HAVE_NCURSES 1
  3811. | #define HAVE_LIBXML2 1
  3812. | #define HAVE_XLOCALE_H 1
  3813. | #define _FILE_OFFSET_BITS 64
  3814. | #define HAVE__BOOL 1
  3815. | #define HAVE_STDBOOL_H 1
  3816. | #define HAVE_LONG_DOUBLE_WIDER 1
  3817. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  3818. | #define HAVE_STRUCT_UCRED_UID 1
  3819. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  3820. | #define TIME_WITH_SYS_TIME 1
  3821. | #define HAVE_PTRDIFF_T 1
  3822. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  3823. | #define HAVE_UNISTD_H 1
  3824. | #define HAVE_CHOWN 1
  3825. | #define HAVE_FORK 1
  3826. | #define HAVE_VFORK 1
  3827. | #define HAVE_WORKING_VFORK 1
  3828. | #define HAVE_WORKING_FORK 1
  3829. | #define HAVE_FSEEKO 1
  3830. | #define HAVE_STDLIB_H 1
  3831. | #define HAVE_UNISTD_H 1
  3832. | #define HAVE_SYS_PARAM_H 1
  3833. | #define HAVE_UTIME_H 1
  3834. | #define HAVE_GETPAGESIZE 1
  3835. | #define HAVE_MMAP 1
  3836. | #define HAVE_SYS_SELECT_H 1
  3837. | #define HAVE_SYS_SOCKET_H 1
  3838. | #define SELECT_TYPE_ARG1 int
  3839. | #define SELECT_TYPE_ARG234 (fd_set *)
  3840. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3841. | #define RETSIGTYPE void
  3842. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3843. | #define HAVE_STRCOLL 1
  3844. | #define HAVE_STRFTIME 1
  3845. | #define HAVE_UTIME_NULL 1
  3846. | #define HAVE_VPRINTF 1
  3847. | #define HAVE_ASPRINTF 1
  3848. | #define HAVE_ATEXIT 1
  3849. | /* end confdefs.h. */
  3850. | /* Define closefrom to an innocuous variant, in case <limits.h> declares closefrom.
  3851. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3852. | #define closefrom innocuous_closefrom
  3853. |
  3854. | /* System header to define __stub macros and hopefully few prototypes,
  3855. | which can conflict with char closefrom (); below.
  3856. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3857. | <limits.h> exists even on freestanding compilers. */
  3858. |
  3859. | #ifdef __STDC__
  3860. | # include <limits.h>
  3861. | #else
  3862. | # include <assert.h>
  3863. | #endif
  3864. |
  3865. | #undef closefrom
  3866. |
  3867. | /* Override any GCC internal prototype to avoid an error.
  3868. | Use char because int might match the return type of a GCC
  3869. | builtin and then its argument prototype would still apply. */
  3870. | #ifdef __cplusplus
  3871. | extern "C"
  3872. | #endif
  3873. | char closefrom ();
  3874. | /* The GNU C library defines this for functions which it implements
  3875. | to always fail with ENOSYS. Some functions are actually named
  3876. | something starting with __ and the normal name is an alias. */
  3877. | #if defined __stub_closefrom || defined __stub___closefrom
  3878. | choke me
  3879. | #endif
  3880. |
  3881. | int
  3882. | main ()
  3883. | {
  3884. | return closefrom ();
  3885. | ;
  3886. | return 0;
  3887. | }
  3888. configure:14287: result: no
  3889. configure:14287: checking for dup2
  3890. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  3891. configure:14287: $? = 0
  3892. configure:14287: result: yes
  3893. configure:14287: checking for eaccess
  3894. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  3895. configure:14287: $? = 0
  3896. configure:14287: result: yes
  3897. configure:14287: checking for endpwent
  3898. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  3899. configure:14287: $? = 0
  3900. configure:14287: result: yes
  3901. configure:14287: checking for euidaccess
  3902. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  3903. configure:14287: $? = 0
  3904. configure:14287: result: yes
  3905. configure:14287: checking for ffsll
  3906. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  3907. conftest.c:124:6: warning: conflicting types for built-in function 'ffsll' [enabled by default]
  3908. configure:14287: $? = 0
  3909. configure:14287: result: yes
  3910. configure:14287: checking for ftruncate
  3911. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  3912. configure:14287: $? = 0
  3913. configure:14287: result: yes
  3914. configure:14287: checking for getcwd
  3915. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  3916. configure:14287: $? = 0
  3917. configure:14287: result: yes
  3918. configure:14287: checking for gethostbyname
  3919. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  3920. configure:14287: $? = 0
  3921. configure:14287: result: yes
  3922. configure:14287: checking for gethostname
  3923. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  3924. configure:14287: $? = 0
  3925. configure:14287: result: yes
  3926. configure:14287: checking for getloadavg
  3927. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  3928. configure:14287: $? = 0
  3929. configure:14287: result: yes
  3930. configure:14287: checking for gettimeofday
  3931. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  3932. configure:14287: $? = 0
  3933. configure:14287: result: yes
  3934. configure:14287: checking for glob
  3935. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  3936. configure:14287: $? = 0
  3937. configure:14287: result: yes
  3938. configure:14287: checking for htonll
  3939. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  3940. /tmp/cc5aB81O.o: In function `main':
  3941. /usr/src/asterisk-11.13.1/conftest.c:143: undefined reference to `htonll'
  3942. collect2: error: ld returned 1 exit status
  3943. configure:14287: $? = 1
  3944. configure: failed program was:
  3945. | /* confdefs.h */
  3946. | #define PACKAGE_NAME "asterisk"
  3947. | #define PACKAGE_TARNAME "asterisk"
  3948. | #define PACKAGE_VERSION "trunk"
  3949. | #define PACKAGE_STRING "asterisk trunk"
  3950. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  3951. | #define PACKAGE_URL ""
  3952. | #define STDC_HEADERS 1
  3953. | #define HAVE_SYS_TYPES_H 1
  3954. | #define HAVE_SYS_STAT_H 1
  3955. | #define HAVE_STDLIB_H 1
  3956. | #define HAVE_STRING_H 1
  3957. | #define HAVE_MEMORY_H 1
  3958. | #define HAVE_STRINGS_H 1
  3959. | #define HAVE_INTTYPES_H 1
  3960. | #define HAVE_STDINT_H 1
  3961. | #define HAVE_UNISTD_H 1
  3962. | #define __EXTENSIONS__ 1
  3963. | #define _ALL_SOURCE 1
  3964. | #define _GNU_SOURCE 1
  3965. | #define _POSIX_PTHREAD_SEMANTICS 1
  3966. | #define _TANDEM_SOURCE 1
  3967. | #define HAVE_PTHREAD 1
  3968. | #define HAVE_ALLOCA_H 1
  3969. | #define HAVE_ALLOCA 1
  3970. | #define HAVE_DIRENT_H 1
  3971. | #define STDC_HEADERS 1
  3972. | #define HAVE_SYS_WAIT_H 1
  3973. | #define HAVE_ARPA_INET_H 1
  3974. | #define HAVE_FCNTL_H 1
  3975. | #define HAVE_INTTYPES_H 1
  3976. | #define HAVE_LIBINTL_H 1
  3977. | #define HAVE_LIMITS_H 1
  3978. | #define HAVE_LOCALE_H 1
  3979. | #define HAVE_MALLOC_H 1
  3980. | #define HAVE_NETDB_H 1
  3981. | #define HAVE_NETINET_IN_H 1
  3982. | #define HAVE_STDDEF_H 1
  3983. | #define HAVE_STDINT_H 1
  3984. | #define HAVE_STDLIB_H 1
  3985. | #define HAVE_STRING_H 1
  3986. | #define HAVE_STRINGS_H 1
  3987. | #define HAVE_SYS_FILE_H 1
  3988. | #define HAVE_SYS_IOCTL_H 1
  3989. | #define HAVE_SYS_PARAM_H 1
  3990. | #define HAVE_SYS_SOCKET_H 1
  3991. | #define HAVE_SYS_TIME_H 1
  3992. | #define HAVE_SYSLOG_H 1
  3993. | #define HAVE_TERMIOS_H 1
  3994. | #define HAVE_UNISTD_H 1
  3995. | #define HAVE_UTIME_H 1
  3996. | #define HAVE_ARPA_NAMESER_H 1
  3997. | #define HAVE_SYS_IO_H 1
  3998. | #define HAVE_TERMCAP 1
  3999. | #define HAVE_TINFO 1
  4000. | #define HAVE_CURSES 1
  4001. | #define HAVE_NCURSES 1
  4002. | #define HAVE_LIBXML2 1
  4003. | #define HAVE_XLOCALE_H 1
  4004. | #define _FILE_OFFSET_BITS 64
  4005. | #define HAVE__BOOL 1
  4006. | #define HAVE_STDBOOL_H 1
  4007. | #define HAVE_LONG_DOUBLE_WIDER 1
  4008. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  4009. | #define HAVE_STRUCT_UCRED_UID 1
  4010. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  4011. | #define TIME_WITH_SYS_TIME 1
  4012. | #define HAVE_PTRDIFF_T 1
  4013. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  4014. | #define HAVE_UNISTD_H 1
  4015. | #define HAVE_CHOWN 1
  4016. | #define HAVE_FORK 1
  4017. | #define HAVE_VFORK 1
  4018. | #define HAVE_WORKING_VFORK 1
  4019. | #define HAVE_WORKING_FORK 1
  4020. | #define HAVE_FSEEKO 1
  4021. | #define HAVE_STDLIB_H 1
  4022. | #define HAVE_UNISTD_H 1
  4023. | #define HAVE_SYS_PARAM_H 1
  4024. | #define HAVE_UTIME_H 1
  4025. | #define HAVE_GETPAGESIZE 1
  4026. | #define HAVE_MMAP 1
  4027. | #define HAVE_SYS_SELECT_H 1
  4028. | #define HAVE_SYS_SOCKET_H 1
  4029. | #define SELECT_TYPE_ARG1 int
  4030. | #define SELECT_TYPE_ARG234 (fd_set *)
  4031. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4032. | #define RETSIGTYPE void
  4033. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4034. | #define HAVE_STRCOLL 1
  4035. | #define HAVE_STRFTIME 1
  4036. | #define HAVE_UTIME_NULL 1
  4037. | #define HAVE_VPRINTF 1
  4038. | #define HAVE_ASPRINTF 1
  4039. | #define HAVE_ATEXIT 1
  4040. | #define HAVE_DUP2 1
  4041. | #define HAVE_EACCESS 1
  4042. | #define HAVE_ENDPWENT 1
  4043. | #define HAVE_EUIDACCESS 1
  4044. | #define HAVE_FFSLL 1
  4045. | #define HAVE_FTRUNCATE 1
  4046. | #define HAVE_GETCWD 1
  4047. | #define HAVE_GETHOSTBYNAME 1
  4048. | #define HAVE_GETHOSTNAME 1
  4049. | #define HAVE_GETLOADAVG 1
  4050. | #define HAVE_GETTIMEOFDAY 1
  4051. | #define HAVE_GLOB 1
  4052. | /* end confdefs.h. */
  4053. | /* Define htonll to an innocuous variant, in case <limits.h> declares htonll.
  4054. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4055. | #define htonll innocuous_htonll
  4056. |
  4057. | /* System header to define __stub macros and hopefully few prototypes,
  4058. | which can conflict with char htonll (); below.
  4059. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4060. | <limits.h> exists even on freestanding compilers. */
  4061. |
  4062. | #ifdef __STDC__
  4063. | # include <limits.h>
  4064. | #else
  4065. | # include <assert.h>
  4066. | #endif
  4067. |
  4068. | #undef htonll
  4069. |
  4070. | /* Override any GCC internal prototype to avoid an error.
  4071. | Use char because int might match the return type of a GCC
  4072. | builtin and then its argument prototype would still apply. */
  4073. | #ifdef __cplusplus
  4074. | extern "C"
  4075. | #endif
  4076. | char htonll ();
  4077. | /* The GNU C library defines this for functions which it implements
  4078. | to always fail with ENOSYS. Some functions are actually named
  4079. | something starting with __ and the normal name is an alias. */
  4080. | #if defined __stub_htonll || defined __stub___htonll
  4081. | choke me
  4082. | #endif
  4083. |
  4084. | int
  4085. | main ()
  4086. | {
  4087. | return htonll ();
  4088. | ;
  4089. | return 0;
  4090. | }
  4091. configure:14287: result: no
  4092. configure:14287: checking for ioperm
  4093. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4094. configure:14287: $? = 0
  4095. configure:14287: result: yes
  4096. configure:14287: checking for inet_ntoa
  4097. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4098. configure:14287: $? = 0
  4099. configure:14287: result: yes
  4100. configure:14287: checking for isascii
  4101. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4102. conftest.c:134:6: warning: conflicting types for built-in function 'isascii' [enabled by default]
  4103. configure:14287: $? = 0
  4104. configure:14287: result: yes
  4105. configure:14287: checking for memchr
  4106. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4107. conftest.c:135:6: warning: conflicting types for built-in function 'memchr' [enabled by default]
  4108. configure:14287: $? = 0
  4109. configure:14287: result: yes
  4110. configure:14287: checking for memmove
  4111. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4112. conftest.c:136:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
  4113. configure:14287: $? = 0
  4114. configure:14287: result: yes
  4115. configure:14287: checking for memset
  4116. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4117. conftest.c:137:6: warning: conflicting types for built-in function 'memset' [enabled by default]
  4118. configure:14287: $? = 0
  4119. configure:14287: result: yes
  4120. configure:14287: checking for mkdir
  4121. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4122. configure:14287: $? = 0
  4123. configure:14287: result: yes
  4124. configure:14287: checking for mkdtemp
  4125. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4126. configure:14287: $? = 0
  4127. configure:14287: result: yes
  4128. configure:14287: checking for munmap
  4129. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4130. configure:14287: $? = 0
  4131. configure:14287: result: yes
  4132. configure:14287: checking for ntohll
  4133. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4134. /tmp/cc6OCV4C.o: In function `main':
  4135. /usr/src/asterisk-11.13.1/conftest.c:152: undefined reference to `ntohll'
  4136. collect2: error: ld returned 1 exit status
  4137. configure:14287: $? = 1
  4138. configure: failed program was:
  4139. | /* confdefs.h */
  4140. | #define PACKAGE_NAME "asterisk"
  4141. | #define PACKAGE_TARNAME "asterisk"
  4142. | #define PACKAGE_VERSION "trunk"
  4143. | #define PACKAGE_STRING "asterisk trunk"
  4144. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  4145. | #define PACKAGE_URL ""
  4146. | #define STDC_HEADERS 1
  4147. | #define HAVE_SYS_TYPES_H 1
  4148. | #define HAVE_SYS_STAT_H 1
  4149. | #define HAVE_STDLIB_H 1
  4150. | #define HAVE_STRING_H 1
  4151. | #define HAVE_MEMORY_H 1
  4152. | #define HAVE_STRINGS_H 1
  4153. | #define HAVE_INTTYPES_H 1
  4154. | #define HAVE_STDINT_H 1
  4155. | #define HAVE_UNISTD_H 1
  4156. | #define __EXTENSIONS__ 1
  4157. | #define _ALL_SOURCE 1
  4158. | #define _GNU_SOURCE 1
  4159. | #define _POSIX_PTHREAD_SEMANTICS 1
  4160. | #define _TANDEM_SOURCE 1
  4161. | #define HAVE_PTHREAD 1
  4162. | #define HAVE_ALLOCA_H 1
  4163. | #define HAVE_ALLOCA 1
  4164. | #define HAVE_DIRENT_H 1
  4165. | #define STDC_HEADERS 1
  4166. | #define HAVE_SYS_WAIT_H 1
  4167. | #define HAVE_ARPA_INET_H 1
  4168. | #define HAVE_FCNTL_H 1
  4169. | #define HAVE_INTTYPES_H 1
  4170. | #define HAVE_LIBINTL_H 1
  4171. | #define HAVE_LIMITS_H 1
  4172. | #define HAVE_LOCALE_H 1
  4173. | #define HAVE_MALLOC_H 1
  4174. | #define HAVE_NETDB_H 1
  4175. | #define HAVE_NETINET_IN_H 1
  4176. | #define HAVE_STDDEF_H 1
  4177. | #define HAVE_STDINT_H 1
  4178. | #define HAVE_STDLIB_H 1
  4179. | #define HAVE_STRING_H 1
  4180. | #define HAVE_STRINGS_H 1
  4181. | #define HAVE_SYS_FILE_H 1
  4182. | #define HAVE_SYS_IOCTL_H 1
  4183. | #define HAVE_SYS_PARAM_H 1
  4184. | #define HAVE_SYS_SOCKET_H 1
  4185. | #define HAVE_SYS_TIME_H 1
  4186. | #define HAVE_SYSLOG_H 1
  4187. | #define HAVE_TERMIOS_H 1
  4188. | #define HAVE_UNISTD_H 1
  4189. | #define HAVE_UTIME_H 1
  4190. | #define HAVE_ARPA_NAMESER_H 1
  4191. | #define HAVE_SYS_IO_H 1
  4192. | #define HAVE_TERMCAP 1
  4193. | #define HAVE_TINFO 1
  4194. | #define HAVE_CURSES 1
  4195. | #define HAVE_NCURSES 1
  4196. | #define HAVE_LIBXML2 1
  4197. | #define HAVE_XLOCALE_H 1
  4198. | #define _FILE_OFFSET_BITS 64
  4199. | #define HAVE__BOOL 1
  4200. | #define HAVE_STDBOOL_H 1
  4201. | #define HAVE_LONG_DOUBLE_WIDER 1
  4202. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  4203. | #define HAVE_STRUCT_UCRED_UID 1
  4204. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  4205. | #define TIME_WITH_SYS_TIME 1
  4206. | #define HAVE_PTRDIFF_T 1
  4207. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  4208. | #define HAVE_UNISTD_H 1
  4209. | #define HAVE_CHOWN 1
  4210. | #define HAVE_FORK 1
  4211. | #define HAVE_VFORK 1
  4212. | #define HAVE_WORKING_VFORK 1
  4213. | #define HAVE_WORKING_FORK 1
  4214. | #define HAVE_FSEEKO 1
  4215. | #define HAVE_STDLIB_H 1
  4216. | #define HAVE_UNISTD_H 1
  4217. | #define HAVE_SYS_PARAM_H 1
  4218. | #define HAVE_UTIME_H 1
  4219. | #define HAVE_GETPAGESIZE 1
  4220. | #define HAVE_MMAP 1
  4221. | #define HAVE_SYS_SELECT_H 1
  4222. | #define HAVE_SYS_SOCKET_H 1
  4223. | #define SELECT_TYPE_ARG1 int
  4224. | #define SELECT_TYPE_ARG234 (fd_set *)
  4225. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4226. | #define RETSIGTYPE void
  4227. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4228. | #define HAVE_STRCOLL 1
  4229. | #define HAVE_STRFTIME 1
  4230. | #define HAVE_UTIME_NULL 1
  4231. | #define HAVE_VPRINTF 1
  4232. | #define HAVE_ASPRINTF 1
  4233. | #define HAVE_ATEXIT 1
  4234. | #define HAVE_DUP2 1
  4235. | #define HAVE_EACCESS 1
  4236. | #define HAVE_ENDPWENT 1
  4237. | #define HAVE_EUIDACCESS 1
  4238. | #define HAVE_FFSLL 1
  4239. | #define HAVE_FTRUNCATE 1
  4240. | #define HAVE_GETCWD 1
  4241. | #define HAVE_GETHOSTBYNAME 1
  4242. | #define HAVE_GETHOSTNAME 1
  4243. | #define HAVE_GETLOADAVG 1
  4244. | #define HAVE_GETTIMEOFDAY 1
  4245. | #define HAVE_GLOB 1
  4246. | #define HAVE_IOPERM 1
  4247. | #define HAVE_INET_NTOA 1
  4248. | #define HAVE_ISASCII 1
  4249. | #define HAVE_MEMCHR 1
  4250. | #define HAVE_MEMMOVE 1
  4251. | #define HAVE_MEMSET 1
  4252. | #define HAVE_MKDIR 1
  4253. | #define HAVE_MKDTEMP 1
  4254. | #define HAVE_MUNMAP 1
  4255. | /* end confdefs.h. */
  4256. | /* Define ntohll to an innocuous variant, in case <limits.h> declares ntohll.
  4257. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4258. | #define ntohll innocuous_ntohll
  4259. |
  4260. | /* System header to define __stub macros and hopefully few prototypes,
  4261. | which can conflict with char ntohll (); below.
  4262. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4263. | <limits.h> exists even on freestanding compilers. */
  4264. |
  4265. | #ifdef __STDC__
  4266. | # include <limits.h>
  4267. | #else
  4268. | # include <assert.h>
  4269. | #endif
  4270. |
  4271. | #undef ntohll
  4272. |
  4273. | /* Override any GCC internal prototype to avoid an error.
  4274. | Use char because int might match the return type of a GCC
  4275. | builtin and then its argument prototype would still apply. */
  4276. | #ifdef __cplusplus
  4277. | extern "C"
  4278. | #endif
  4279. | char ntohll ();
  4280. | /* The GNU C library defines this for functions which it implements
  4281. | to always fail with ENOSYS. Some functions are actually named
  4282. | something starting with __ and the normal name is an alias. */
  4283. | #if defined __stub_ntohll || defined __stub___ntohll
  4284. | choke me
  4285. | #endif
  4286. |
  4287. | int
  4288. | main ()
  4289. | {
  4290. | return ntohll ();
  4291. | ;
  4292. | return 0;
  4293. | }
  4294. configure:14287: result: no
  4295. configure:14287: checking for newlocale
  4296. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4297. configure:14287: $? = 0
  4298. configure:14287: result: yes
  4299. configure:14287: checking for ppoll
  4300. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4301. configure:14287: $? = 0
  4302. configure:14287: result: yes
  4303. configure:14287: checking for putenv
  4304. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4305. configure:14287: $? = 0
  4306. configure:14287: result: yes
  4307. configure:14287: checking for re_comp
  4308. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4309. configure:14287: $? = 0
  4310. configure:14287: result: yes
  4311. configure:14287: checking for regcomp
  4312. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4313. configure:14287: $? = 0
  4314. configure:14287: result: yes
  4315. configure:14287: checking for select
  4316. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4317. configure:14287: $? = 0
  4318. configure:14287: result: yes
  4319. configure:14287: checking for setenv
  4320. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4321. configure:14287: $? = 0
  4322. configure:14287: result: yes
  4323. configure:14287: checking for socket
  4324. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4325. configure:14287: $? = 0
  4326. configure:14287: result: yes
  4327. configure:14287: checking for strcasecmp
  4328. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4329. conftest.c:149:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default]
  4330. configure:14287: $? = 0
  4331. configure:14287: result: yes
  4332. configure:14287: checking for strcasestr
  4333. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4334. configure:14287: $? = 0
  4335. configure:14287: result: yes
  4336. configure:14287: checking for strchr
  4337. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4338. conftest.c:151:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
  4339. configure:14287: $? = 0
  4340. configure:14287: result: yes
  4341. configure:14287: checking for strcspn
  4342. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4343. conftest.c:152:6: warning: conflicting types for built-in function 'strcspn' [enabled by default]
  4344. configure:14287: $? = 0
  4345. configure:14287: result: yes
  4346. configure:14287: checking for strdup
  4347. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4348. conftest.c:153:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
  4349. configure:14287: $? = 0
  4350. configure:14287: result: yes
  4351. configure:14287: checking for strerror
  4352. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4353. configure:14287: $? = 0
  4354. configure:14287: result: yes
  4355. configure:14287: checking for strlcat
  4356. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4357. /tmp/ccFcibrQ.o: In function `main':
  4358. /usr/src/asterisk-11.13.1/conftest.c:166: undefined reference to `strlcat'
  4359. collect2: error: ld returned 1 exit status
  4360. configure:14287: $? = 1
  4361. configure: failed program was:
  4362. | /* confdefs.h */
  4363. | #define PACKAGE_NAME "asterisk"
  4364. | #define PACKAGE_TARNAME "asterisk"
  4365. | #define PACKAGE_VERSION "trunk"
  4366. | #define PACKAGE_STRING "asterisk trunk"
  4367. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  4368. | #define PACKAGE_URL ""
  4369. | #define STDC_HEADERS 1
  4370. | #define HAVE_SYS_TYPES_H 1
  4371. | #define HAVE_SYS_STAT_H 1
  4372. | #define HAVE_STDLIB_H 1
  4373. | #define HAVE_STRING_H 1
  4374. | #define HAVE_MEMORY_H 1
  4375. | #define HAVE_STRINGS_H 1
  4376. | #define HAVE_INTTYPES_H 1
  4377. | #define HAVE_STDINT_H 1
  4378. | #define HAVE_UNISTD_H 1
  4379. | #define __EXTENSIONS__ 1
  4380. | #define _ALL_SOURCE 1
  4381. | #define _GNU_SOURCE 1
  4382. | #define _POSIX_PTHREAD_SEMANTICS 1
  4383. | #define _TANDEM_SOURCE 1
  4384. | #define HAVE_PTHREAD 1
  4385. | #define HAVE_ALLOCA_H 1
  4386. | #define HAVE_ALLOCA 1
  4387. | #define HAVE_DIRENT_H 1
  4388. | #define STDC_HEADERS 1
  4389. | #define HAVE_SYS_WAIT_H 1
  4390. | #define HAVE_ARPA_INET_H 1
  4391. | #define HAVE_FCNTL_H 1
  4392. | #define HAVE_INTTYPES_H 1
  4393. | #define HAVE_LIBINTL_H 1
  4394. | #define HAVE_LIMITS_H 1
  4395. | #define HAVE_LOCALE_H 1
  4396. | #define HAVE_MALLOC_H 1
  4397. | #define HAVE_NETDB_H 1
  4398. | #define HAVE_NETINET_IN_H 1
  4399. | #define HAVE_STDDEF_H 1
  4400. | #define HAVE_STDINT_H 1
  4401. | #define HAVE_STDLIB_H 1
  4402. | #define HAVE_STRING_H 1
  4403. | #define HAVE_STRINGS_H 1
  4404. | #define HAVE_SYS_FILE_H 1
  4405. | #define HAVE_SYS_IOCTL_H 1
  4406. | #define HAVE_SYS_PARAM_H 1
  4407. | #define HAVE_SYS_SOCKET_H 1
  4408. | #define HAVE_SYS_TIME_H 1
  4409. | #define HAVE_SYSLOG_H 1
  4410. | #define HAVE_TERMIOS_H 1
  4411. | #define HAVE_UNISTD_H 1
  4412. | #define HAVE_UTIME_H 1
  4413. | #define HAVE_ARPA_NAMESER_H 1
  4414. | #define HAVE_SYS_IO_H 1
  4415. | #define HAVE_TERMCAP 1
  4416. | #define HAVE_TINFO 1
  4417. | #define HAVE_CURSES 1
  4418. | #define HAVE_NCURSES 1
  4419. | #define HAVE_LIBXML2 1
  4420. | #define HAVE_XLOCALE_H 1
  4421. | #define _FILE_OFFSET_BITS 64
  4422. | #define HAVE__BOOL 1
  4423. | #define HAVE_STDBOOL_H 1
  4424. | #define HAVE_LONG_DOUBLE_WIDER 1
  4425. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  4426. | #define HAVE_STRUCT_UCRED_UID 1
  4427. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  4428. | #define TIME_WITH_SYS_TIME 1
  4429. | #define HAVE_PTRDIFF_T 1
  4430. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  4431. | #define HAVE_UNISTD_H 1
  4432. | #define HAVE_CHOWN 1
  4433. | #define HAVE_FORK 1
  4434. | #define HAVE_VFORK 1
  4435. | #define HAVE_WORKING_VFORK 1
  4436. | #define HAVE_WORKING_FORK 1
  4437. | #define HAVE_FSEEKO 1
  4438. | #define HAVE_STDLIB_H 1
  4439. | #define HAVE_UNISTD_H 1
  4440. | #define HAVE_SYS_PARAM_H 1
  4441. | #define HAVE_UTIME_H 1
  4442. | #define HAVE_GETPAGESIZE 1
  4443. | #define HAVE_MMAP 1
  4444. | #define HAVE_SYS_SELECT_H 1
  4445. | #define HAVE_SYS_SOCKET_H 1
  4446. | #define SELECT_TYPE_ARG1 int
  4447. | #define SELECT_TYPE_ARG234 (fd_set *)
  4448. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4449. | #define RETSIGTYPE void
  4450. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4451. | #define HAVE_STRCOLL 1
  4452. | #define HAVE_STRFTIME 1
  4453. | #define HAVE_UTIME_NULL 1
  4454. | #define HAVE_VPRINTF 1
  4455. | #define HAVE_ASPRINTF 1
  4456. | #define HAVE_ATEXIT 1
  4457. | #define HAVE_DUP2 1
  4458. | #define HAVE_EACCESS 1
  4459. | #define HAVE_ENDPWENT 1
  4460. | #define HAVE_EUIDACCESS 1
  4461. | #define HAVE_FFSLL 1
  4462. | #define HAVE_FTRUNCATE 1
  4463. | #define HAVE_GETCWD 1
  4464. | #define HAVE_GETHOSTBYNAME 1
  4465. | #define HAVE_GETHOSTNAME 1
  4466. | #define HAVE_GETLOADAVG 1
  4467. | #define HAVE_GETTIMEOFDAY 1
  4468. | #define HAVE_GLOB 1
  4469. | #define HAVE_IOPERM 1
  4470. | #define HAVE_INET_NTOA 1
  4471. | #define HAVE_ISASCII 1
  4472. | #define HAVE_MEMCHR 1
  4473. | #define HAVE_MEMMOVE 1
  4474. | #define HAVE_MEMSET 1
  4475. | #define HAVE_MKDIR 1
  4476. | #define HAVE_MKDTEMP 1
  4477. | #define HAVE_MUNMAP 1
  4478. | #define HAVE_NEWLOCALE 1
  4479. | #define HAVE_PPOLL 1
  4480. | #define HAVE_PUTENV 1
  4481. | #define HAVE_RE_COMP 1
  4482. | #define HAVE_REGCOMP 1
  4483. | #define HAVE_SELECT 1
  4484. | #define HAVE_SETENV 1
  4485. | #define HAVE_SOCKET 1
  4486. | #define HAVE_STRCASECMP 1
  4487. | #define HAVE_STRCASESTR 1
  4488. | #define HAVE_STRCHR 1
  4489. | #define HAVE_STRCSPN 1
  4490. | #define HAVE_STRDUP 1
  4491. | #define HAVE_STRERROR 1
  4492. | /* end confdefs.h. */
  4493. | /* Define strlcat to an innocuous variant, in case <limits.h> declares strlcat.
  4494. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4495. | #define strlcat innocuous_strlcat
  4496. |
  4497. | /* System header to define __stub macros and hopefully few prototypes,
  4498. | which can conflict with char strlcat (); below.
  4499. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4500. | <limits.h> exists even on freestanding compilers. */
  4501. |
  4502. | #ifdef __STDC__
  4503. | # include <limits.h>
  4504. | #else
  4505. | # include <assert.h>
  4506. | #endif
  4507. |
  4508. | #undef strlcat
  4509. |
  4510. | /* Override any GCC internal prototype to avoid an error.
  4511. | Use char because int might match the return type of a GCC
  4512. | builtin and then its argument prototype would still apply. */
  4513. | #ifdef __cplusplus
  4514. | extern "C"
  4515. | #endif
  4516. | char strlcat ();
  4517. | /* The GNU C library defines this for functions which it implements
  4518. | to always fail with ENOSYS. Some functions are actually named
  4519. | something starting with __ and the normal name is an alias. */
  4520. | #if defined __stub_strlcat || defined __stub___strlcat
  4521. | choke me
  4522. | #endif
  4523. |
  4524. | int
  4525. | main ()
  4526. | {
  4527. | return strlcat ();
  4528. | ;
  4529. | return 0;
  4530. | }
  4531. configure:14287: result: no
  4532. configure:14287: checking for strlcpy
  4533. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4534. /tmp/cc5COKIT.o: In function `main':
  4535. /usr/src/asterisk-11.13.1/conftest.c:166: undefined reference to `strlcpy'
  4536. collect2: error: ld returned 1 exit status
  4537. configure:14287: $? = 1
  4538. configure: failed program was:
  4539. | /* confdefs.h */
  4540. | #define PACKAGE_NAME "asterisk"
  4541. | #define PACKAGE_TARNAME "asterisk"
  4542. | #define PACKAGE_VERSION "trunk"
  4543. | #define PACKAGE_STRING "asterisk trunk"
  4544. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  4545. | #define PACKAGE_URL ""
  4546. | #define STDC_HEADERS 1
  4547. | #define HAVE_SYS_TYPES_H 1
  4548. | #define HAVE_SYS_STAT_H 1
  4549. | #define HAVE_STDLIB_H 1
  4550. | #define HAVE_STRING_H 1
  4551. | #define HAVE_MEMORY_H 1
  4552. | #define HAVE_STRINGS_H 1
  4553. | #define HAVE_INTTYPES_H 1
  4554. | #define HAVE_STDINT_H 1
  4555. | #define HAVE_UNISTD_H 1
  4556. | #define __EXTENSIONS__ 1
  4557. | #define _ALL_SOURCE 1
  4558. | #define _GNU_SOURCE 1
  4559. | #define _POSIX_PTHREAD_SEMANTICS 1
  4560. | #define _TANDEM_SOURCE 1
  4561. | #define HAVE_PTHREAD 1
  4562. | #define HAVE_ALLOCA_H 1
  4563. | #define HAVE_ALLOCA 1
  4564. | #define HAVE_DIRENT_H 1
  4565. | #define STDC_HEADERS 1
  4566. | #define HAVE_SYS_WAIT_H 1
  4567. | #define HAVE_ARPA_INET_H 1
  4568. | #define HAVE_FCNTL_H 1
  4569. | #define HAVE_INTTYPES_H 1
  4570. | #define HAVE_LIBINTL_H 1
  4571. | #define HAVE_LIMITS_H 1
  4572. | #define HAVE_LOCALE_H 1
  4573. | #define HAVE_MALLOC_H 1
  4574. | #define HAVE_NETDB_H 1
  4575. | #define HAVE_NETINET_IN_H 1
  4576. | #define HAVE_STDDEF_H 1
  4577. | #define HAVE_STDINT_H 1
  4578. | #define HAVE_STDLIB_H 1
  4579. | #define HAVE_STRING_H 1
  4580. | #define HAVE_STRINGS_H 1
  4581. | #define HAVE_SYS_FILE_H 1
  4582. | #define HAVE_SYS_IOCTL_H 1
  4583. | #define HAVE_SYS_PARAM_H 1
  4584. | #define HAVE_SYS_SOCKET_H 1
  4585. | #define HAVE_SYS_TIME_H 1
  4586. | #define HAVE_SYSLOG_H 1
  4587. | #define HAVE_TERMIOS_H 1
  4588. | #define HAVE_UNISTD_H 1
  4589. | #define HAVE_UTIME_H 1
  4590. | #define HAVE_ARPA_NAMESER_H 1
  4591. | #define HAVE_SYS_IO_H 1
  4592. | #define HAVE_TERMCAP 1
  4593. | #define HAVE_TINFO 1
  4594. | #define HAVE_CURSES 1
  4595. | #define HAVE_NCURSES 1
  4596. | #define HAVE_LIBXML2 1
  4597. | #define HAVE_XLOCALE_H 1
  4598. | #define _FILE_OFFSET_BITS 64
  4599. | #define HAVE__BOOL 1
  4600. | #define HAVE_STDBOOL_H 1
  4601. | #define HAVE_LONG_DOUBLE_WIDER 1
  4602. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  4603. | #define HAVE_STRUCT_UCRED_UID 1
  4604. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  4605. | #define TIME_WITH_SYS_TIME 1
  4606. | #define HAVE_PTRDIFF_T 1
  4607. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  4608. | #define HAVE_UNISTD_H 1
  4609. | #define HAVE_CHOWN 1
  4610. | #define HAVE_FORK 1
  4611. | #define HAVE_VFORK 1
  4612. | #define HAVE_WORKING_VFORK 1
  4613. | #define HAVE_WORKING_FORK 1
  4614. | #define HAVE_FSEEKO 1
  4615. | #define HAVE_STDLIB_H 1
  4616. | #define HAVE_UNISTD_H 1
  4617. | #define HAVE_SYS_PARAM_H 1
  4618. | #define HAVE_UTIME_H 1
  4619. | #define HAVE_GETPAGESIZE 1
  4620. | #define HAVE_MMAP 1
  4621. | #define HAVE_SYS_SELECT_H 1
  4622. | #define HAVE_SYS_SOCKET_H 1
  4623. | #define SELECT_TYPE_ARG1 int
  4624. | #define SELECT_TYPE_ARG234 (fd_set *)
  4625. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4626. | #define RETSIGTYPE void
  4627. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4628. | #define HAVE_STRCOLL 1
  4629. | #define HAVE_STRFTIME 1
  4630. | #define HAVE_UTIME_NULL 1
  4631. | #define HAVE_VPRINTF 1
  4632. | #define HAVE_ASPRINTF 1
  4633. | #define HAVE_ATEXIT 1
  4634. | #define HAVE_DUP2 1
  4635. | #define HAVE_EACCESS 1
  4636. | #define HAVE_ENDPWENT 1
  4637. | #define HAVE_EUIDACCESS 1
  4638. | #define HAVE_FFSLL 1
  4639. | #define HAVE_FTRUNCATE 1
  4640. | #define HAVE_GETCWD 1
  4641. | #define HAVE_GETHOSTBYNAME 1
  4642. | #define HAVE_GETHOSTNAME 1
  4643. | #define HAVE_GETLOADAVG 1
  4644. | #define HAVE_GETTIMEOFDAY 1
  4645. | #define HAVE_GLOB 1
  4646. | #define HAVE_IOPERM 1
  4647. | #define HAVE_INET_NTOA 1
  4648. | #define HAVE_ISASCII 1
  4649. | #define HAVE_MEMCHR 1
  4650. | #define HAVE_MEMMOVE 1
  4651. | #define HAVE_MEMSET 1
  4652. | #define HAVE_MKDIR 1
  4653. | #define HAVE_MKDTEMP 1
  4654. | #define HAVE_MUNMAP 1
  4655. | #define HAVE_NEWLOCALE 1
  4656. | #define HAVE_PPOLL 1
  4657. | #define HAVE_PUTENV 1
  4658. | #define HAVE_RE_COMP 1
  4659. | #define HAVE_REGCOMP 1
  4660. | #define HAVE_SELECT 1
  4661. | #define HAVE_SETENV 1
  4662. | #define HAVE_SOCKET 1
  4663. | #define HAVE_STRCASECMP 1
  4664. | #define HAVE_STRCASESTR 1
  4665. | #define HAVE_STRCHR 1
  4666. | #define HAVE_STRCSPN 1
  4667. | #define HAVE_STRDUP 1
  4668. | #define HAVE_STRERROR 1
  4669. | /* end confdefs.h. */
  4670. | /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
  4671. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4672. | #define strlcpy innocuous_strlcpy
  4673. |
  4674. | /* System header to define __stub macros and hopefully few prototypes,
  4675. | which can conflict with char strlcpy (); below.
  4676. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4677. | <limits.h> exists even on freestanding compilers. */
  4678. |
  4679. | #ifdef __STDC__
  4680. | # include <limits.h>
  4681. | #else
  4682. | # include <assert.h>
  4683. | #endif
  4684. |
  4685. | #undef strlcpy
  4686. |
  4687. | /* Override any GCC internal prototype to avoid an error.
  4688. | Use char because int might match the return type of a GCC
  4689. | builtin and then its argument prototype would still apply. */
  4690. | #ifdef __cplusplus
  4691. | extern "C"
  4692. | #endif
  4693. | char strlcpy ();
  4694. | /* The GNU C library defines this for functions which it implements
  4695. | to always fail with ENOSYS. Some functions are actually named
  4696. | something starting with __ and the normal name is an alias. */
  4697. | #if defined __stub_strlcpy || defined __stub___strlcpy
  4698. | choke me
  4699. | #endif
  4700. |
  4701. | int
  4702. | main ()
  4703. | {
  4704. | return strlcpy ();
  4705. | ;
  4706. | return 0;
  4707. | }
  4708. configure:14287: result: no
  4709. configure:14287: checking for strncasecmp
  4710. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4711. conftest.c:155:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default]
  4712. configure:14287: $? = 0
  4713. configure:14287: result: yes
  4714. configure:14287: checking for strndup
  4715. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4716. conftest.c:156:6: warning: conflicting types for built-in function 'strndup' [enabled by default]
  4717. configure:14287: $? = 0
  4718. configure:14287: result: yes
  4719. configure:14287: checking for strnlen
  4720. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4721. configure:14287: $? = 0
  4722. configure:14287: result: yes
  4723. configure:14287: checking for strrchr
  4724. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4725. conftest.c:158:6: warning: conflicting types for built-in function 'strrchr' [enabled by default]
  4726. configure:14287: $? = 0
  4727. configure:14287: result: yes
  4728. configure:14287: checking for strsep
  4729. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4730. configure:14287: $? = 0
  4731. configure:14287: result: yes
  4732. configure:14287: checking for strspn
  4733. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4734. conftest.c:160:6: warning: conflicting types for built-in function 'strspn' [enabled by default]
  4735. configure:14287: $? = 0
  4736. configure:14287: result: yes
  4737. configure:14287: checking for strstr
  4738. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4739. conftest.c:161:6: warning: conflicting types for built-in function 'strstr' [enabled by default]
  4740. configure:14287: $? = 0
  4741. configure:14287: result: yes
  4742. configure:14287: checking for strtod
  4743. configure:14287: result: yes
  4744. configure:14287: checking for strtol
  4745. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4746. configure:14287: $? = 0
  4747. configure:14287: result: yes
  4748. configure:14287: checking for strtold
  4749. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4750. configure:14287: $? = 0
  4751. configure:14287: result: yes
  4752. configure:14287: checking for strtoq
  4753. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4754. configure:14287: $? = 0
  4755. configure:14287: result: yes
  4756. configure:14287: checking for unsetenv
  4757. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4758. configure:14287: $? = 0
  4759. configure:14287: result: yes
  4760. configure:14287: checking for utime
  4761. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4762. configure:14287: $? = 0
  4763. configure:14287: result: yes
  4764. configure:14287: checking for vasprintf
  4765. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4766. configure:14287: $? = 0
  4767. configure:14287: result: yes
  4768. configure:14287: checking for getpeereid
  4769. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4770. /tmp/cceQrnL2.o: In function `main':
  4771. /usr/src/asterisk-11.13.1/conftest.c:180: undefined reference to `getpeereid'
  4772. collect2: error: ld returned 1 exit status
  4773. configure:14287: $? = 1
  4774. configure: failed program was:
  4775. | /* confdefs.h */
  4776. | #define PACKAGE_NAME "asterisk"
  4777. | #define PACKAGE_TARNAME "asterisk"
  4778. | #define PACKAGE_VERSION "trunk"
  4779. | #define PACKAGE_STRING "asterisk trunk"
  4780. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  4781. | #define PACKAGE_URL ""
  4782. | #define STDC_HEADERS 1
  4783. | #define HAVE_SYS_TYPES_H 1
  4784. | #define HAVE_SYS_STAT_H 1
  4785. | #define HAVE_STDLIB_H 1
  4786. | #define HAVE_STRING_H 1
  4787. | #define HAVE_MEMORY_H 1
  4788. | #define HAVE_STRINGS_H 1
  4789. | #define HAVE_INTTYPES_H 1
  4790. | #define HAVE_STDINT_H 1
  4791. | #define HAVE_UNISTD_H 1
  4792. | #define __EXTENSIONS__ 1
  4793. | #define _ALL_SOURCE 1
  4794. | #define _GNU_SOURCE 1
  4795. | #define _POSIX_PTHREAD_SEMANTICS 1
  4796. | #define _TANDEM_SOURCE 1
  4797. | #define HAVE_PTHREAD 1
  4798. | #define HAVE_ALLOCA_H 1
  4799. | #define HAVE_ALLOCA 1
  4800. | #define HAVE_DIRENT_H 1
  4801. | #define STDC_HEADERS 1
  4802. | #define HAVE_SYS_WAIT_H 1
  4803. | #define HAVE_ARPA_INET_H 1
  4804. | #define HAVE_FCNTL_H 1
  4805. | #define HAVE_INTTYPES_H 1
  4806. | #define HAVE_LIBINTL_H 1
  4807. | #define HAVE_LIMITS_H 1
  4808. | #define HAVE_LOCALE_H 1
  4809. | #define HAVE_MALLOC_H 1
  4810. | #define HAVE_NETDB_H 1
  4811. | #define HAVE_NETINET_IN_H 1
  4812. | #define HAVE_STDDEF_H 1
  4813. | #define HAVE_STDINT_H 1
  4814. | #define HAVE_STDLIB_H 1
  4815. | #define HAVE_STRING_H 1
  4816. | #define HAVE_STRINGS_H 1
  4817. | #define HAVE_SYS_FILE_H 1
  4818. | #define HAVE_SYS_IOCTL_H 1
  4819. | #define HAVE_SYS_PARAM_H 1
  4820. | #define HAVE_SYS_SOCKET_H 1
  4821. | #define HAVE_SYS_TIME_H 1
  4822. | #define HAVE_SYSLOG_H 1
  4823. | #define HAVE_TERMIOS_H 1
  4824. | #define HAVE_UNISTD_H 1
  4825. | #define HAVE_UTIME_H 1
  4826. | #define HAVE_ARPA_NAMESER_H 1
  4827. | #define HAVE_SYS_IO_H 1
  4828. | #define HAVE_TERMCAP 1
  4829. | #define HAVE_TINFO 1
  4830. | #define HAVE_CURSES 1
  4831. | #define HAVE_NCURSES 1
  4832. | #define HAVE_LIBXML2 1
  4833. | #define HAVE_XLOCALE_H 1
  4834. | #define _FILE_OFFSET_BITS 64
  4835. | #define HAVE__BOOL 1
  4836. | #define HAVE_STDBOOL_H 1
  4837. | #define HAVE_LONG_DOUBLE_WIDER 1
  4838. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  4839. | #define HAVE_STRUCT_UCRED_UID 1
  4840. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  4841. | #define TIME_WITH_SYS_TIME 1
  4842. | #define HAVE_PTRDIFF_T 1
  4843. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  4844. | #define HAVE_UNISTD_H 1
  4845. | #define HAVE_CHOWN 1
  4846. | #define HAVE_FORK 1
  4847. | #define HAVE_VFORK 1
  4848. | #define HAVE_WORKING_VFORK 1
  4849. | #define HAVE_WORKING_FORK 1
  4850. | #define HAVE_FSEEKO 1
  4851. | #define HAVE_STDLIB_H 1
  4852. | #define HAVE_UNISTD_H 1
  4853. | #define HAVE_SYS_PARAM_H 1
  4854. | #define HAVE_UTIME_H 1
  4855. | #define HAVE_GETPAGESIZE 1
  4856. | #define HAVE_MMAP 1
  4857. | #define HAVE_SYS_SELECT_H 1
  4858. | #define HAVE_SYS_SOCKET_H 1
  4859. | #define SELECT_TYPE_ARG1 int
  4860. | #define SELECT_TYPE_ARG234 (fd_set *)
  4861. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4862. | #define RETSIGTYPE void
  4863. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4864. | #define HAVE_STRCOLL 1
  4865. | #define HAVE_STRFTIME 1
  4866. | #define HAVE_UTIME_NULL 1
  4867. | #define HAVE_VPRINTF 1
  4868. | #define HAVE_ASPRINTF 1
  4869. | #define HAVE_ATEXIT 1
  4870. | #define HAVE_DUP2 1
  4871. | #define HAVE_EACCESS 1
  4872. | #define HAVE_ENDPWENT 1
  4873. | #define HAVE_EUIDACCESS 1
  4874. | #define HAVE_FFSLL 1
  4875. | #define HAVE_FTRUNCATE 1
  4876. | #define HAVE_GETCWD 1
  4877. | #define HAVE_GETHOSTBYNAME 1
  4878. | #define HAVE_GETHOSTNAME 1
  4879. | #define HAVE_GETLOADAVG 1
  4880. | #define HAVE_GETTIMEOFDAY 1
  4881. | #define HAVE_GLOB 1
  4882. | #define HAVE_IOPERM 1
  4883. | #define HAVE_INET_NTOA 1
  4884. | #define HAVE_ISASCII 1
  4885. | #define HAVE_MEMCHR 1
  4886. | #define HAVE_MEMMOVE 1
  4887. | #define HAVE_MEMSET 1
  4888. | #define HAVE_MKDIR 1
  4889. | #define HAVE_MKDTEMP 1
  4890. | #define HAVE_MUNMAP 1
  4891. | #define HAVE_NEWLOCALE 1
  4892. | #define HAVE_PPOLL 1
  4893. | #define HAVE_PUTENV 1
  4894. | #define HAVE_RE_COMP 1
  4895. | #define HAVE_REGCOMP 1
  4896. | #define HAVE_SELECT 1
  4897. | #define HAVE_SETENV 1
  4898. | #define HAVE_SOCKET 1
  4899. | #define HAVE_STRCASECMP 1
  4900. | #define HAVE_STRCASESTR 1
  4901. | #define HAVE_STRCHR 1
  4902. | #define HAVE_STRCSPN 1
  4903. | #define HAVE_STRDUP 1
  4904. | #define HAVE_STRERROR 1
  4905. | #define HAVE_STRNCASECMP 1
  4906. | #define HAVE_STRNDUP 1
  4907. | #define HAVE_STRNLEN 1
  4908. | #define HAVE_STRRCHR 1
  4909. | #define HAVE_STRSEP 1
  4910. | #define HAVE_STRSPN 1
  4911. | #define HAVE_STRSTR 1
  4912. | #define HAVE_STRTOD 1
  4913. | #define HAVE_STRTOL 1
  4914. | #define HAVE_STRTOLD 1
  4915. | #define HAVE_STRTOQ 1
  4916. | #define HAVE_UNSETENV 1
  4917. | #define HAVE_UTIME 1
  4918. | #define HAVE_VASPRINTF 1
  4919. | /* end confdefs.h. */
  4920. | /* Define getpeereid to an innocuous variant, in case <limits.h> declares getpeereid.
  4921. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4922. | #define getpeereid innocuous_getpeereid
  4923. |
  4924. | /* System header to define __stub macros and hopefully few prototypes,
  4925. | which can conflict with char getpeereid (); below.
  4926. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4927. | <limits.h> exists even on freestanding compilers. */
  4928. |
  4929. | #ifdef __STDC__
  4930. | # include <limits.h>
  4931. | #else
  4932. | # include <assert.h>
  4933. | #endif
  4934. |
  4935. | #undef getpeereid
  4936. |
  4937. | /* Override any GCC internal prototype to avoid an error.
  4938. | Use char because int might match the return type of a GCC
  4939. | builtin and then its argument prototype would still apply. */
  4940. | #ifdef __cplusplus
  4941. | extern "C"
  4942. | #endif
  4943. | char getpeereid ();
  4944. | /* The GNU C library defines this for functions which it implements
  4945. | to always fail with ENOSYS. Some functions are actually named
  4946. | something starting with __ and the normal name is an alias. */
  4947. | #if defined __stub_getpeereid || defined __stub___getpeereid
  4948. | choke me
  4949. | #endif
  4950. |
  4951. | int
  4952. | main ()
  4953. | {
  4954. | return getpeereid ();
  4955. | ;
  4956. | return 0;
  4957. | }
  4958. configure:14287: result: no
  4959. configure:14287: checking for sysctl
  4960. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4961. configure:14287: $? = 0
  4962. configure:14287: result: yes
  4963. configure:14287: checking for swapctl
  4964. configure:14287: gcc -o conftest -g -O2 conftest.c >&5
  4965. /tmp/ccY8Amxe.o: In function `main':
  4966. /usr/src/asterisk-11.13.1/conftest.c:181: undefined reference to `swapctl'
  4967. collect2: error: ld returned 1 exit status
  4968. configure:14287: $? = 1
  4969. configure: failed program was:
  4970. | /* confdefs.h */
  4971. | #define PACKAGE_NAME "asterisk"
  4972. | #define PACKAGE_TARNAME "asterisk"
  4973. | #define PACKAGE_VERSION "trunk"
  4974. | #define PACKAGE_STRING "asterisk trunk"
  4975. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  4976. | #define PACKAGE_URL ""
  4977. | #define STDC_HEADERS 1
  4978. | #define HAVE_SYS_TYPES_H 1
  4979. | #define HAVE_SYS_STAT_H 1
  4980. | #define HAVE_STDLIB_H 1
  4981. | #define HAVE_STRING_H 1
  4982. | #define HAVE_MEMORY_H 1
  4983. | #define HAVE_STRINGS_H 1
  4984. | #define HAVE_INTTYPES_H 1
  4985. | #define HAVE_STDINT_H 1
  4986. | #define HAVE_UNISTD_H 1
  4987. | #define __EXTENSIONS__ 1
  4988. | #define _ALL_SOURCE 1
  4989. | #define _GNU_SOURCE 1
  4990. | #define _POSIX_PTHREAD_SEMANTICS 1
  4991. | #define _TANDEM_SOURCE 1
  4992. | #define HAVE_PTHREAD 1
  4993. | #define HAVE_ALLOCA_H 1
  4994. | #define HAVE_ALLOCA 1
  4995. | #define HAVE_DIRENT_H 1
  4996. | #define STDC_HEADERS 1
  4997. | #define HAVE_SYS_WAIT_H 1
  4998. | #define HAVE_ARPA_INET_H 1
  4999. | #define HAVE_FCNTL_H 1
  5000. | #define HAVE_INTTYPES_H 1
  5001. | #define HAVE_LIBINTL_H 1
  5002. | #define HAVE_LIMITS_H 1
  5003. | #define HAVE_LOCALE_H 1
  5004. | #define HAVE_MALLOC_H 1
  5005. | #define HAVE_NETDB_H 1
  5006. | #define HAVE_NETINET_IN_H 1
  5007. | #define HAVE_STDDEF_H 1
  5008. | #define HAVE_STDINT_H 1
  5009. | #define HAVE_STDLIB_H 1
  5010. | #define HAVE_STRING_H 1
  5011. | #define HAVE_STRINGS_H 1
  5012. | #define HAVE_SYS_FILE_H 1
  5013. | #define HAVE_SYS_IOCTL_H 1
  5014. | #define HAVE_SYS_PARAM_H 1
  5015. | #define HAVE_SYS_SOCKET_H 1
  5016. | #define HAVE_SYS_TIME_H 1
  5017. | #define HAVE_SYSLOG_H 1
  5018. | #define HAVE_TERMIOS_H 1
  5019. | #define HAVE_UNISTD_H 1
  5020. | #define HAVE_UTIME_H 1
  5021. | #define HAVE_ARPA_NAMESER_H 1
  5022. | #define HAVE_SYS_IO_H 1
  5023. | #define HAVE_TERMCAP 1
  5024. | #define HAVE_TINFO 1
  5025. | #define HAVE_CURSES 1
  5026. | #define HAVE_NCURSES 1
  5027. | #define HAVE_LIBXML2 1
  5028. | #define HAVE_XLOCALE_H 1
  5029. | #define _FILE_OFFSET_BITS 64
  5030. | #define HAVE__BOOL 1
  5031. | #define HAVE_STDBOOL_H 1
  5032. | #define HAVE_LONG_DOUBLE_WIDER 1
  5033. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  5034. | #define HAVE_STRUCT_UCRED_UID 1
  5035. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  5036. | #define TIME_WITH_SYS_TIME 1
  5037. | #define HAVE_PTRDIFF_T 1
  5038. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  5039. | #define HAVE_UNISTD_H 1
  5040. | #define HAVE_CHOWN 1
  5041. | #define HAVE_FORK 1
  5042. | #define HAVE_VFORK 1
  5043. | #define HAVE_WORKING_VFORK 1
  5044. | #define HAVE_WORKING_FORK 1
  5045. | #define HAVE_FSEEKO 1
  5046. | #define HAVE_STDLIB_H 1
  5047. | #define HAVE_UNISTD_H 1
  5048. | #define HAVE_SYS_PARAM_H 1
  5049. | #define HAVE_UTIME_H 1
  5050. | #define HAVE_GETPAGESIZE 1
  5051. | #define HAVE_MMAP 1
  5052. | #define HAVE_SYS_SELECT_H 1
  5053. | #define HAVE_SYS_SOCKET_H 1
  5054. | #define SELECT_TYPE_ARG1 int
  5055. | #define SELECT_TYPE_ARG234 (fd_set *)
  5056. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5057. | #define RETSIGTYPE void
  5058. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5059. | #define HAVE_STRCOLL 1
  5060. | #define HAVE_STRFTIME 1
  5061. | #define HAVE_UTIME_NULL 1
  5062. | #define HAVE_VPRINTF 1
  5063. | #define HAVE_ASPRINTF 1
  5064. | #define HAVE_ATEXIT 1
  5065. | #define HAVE_DUP2 1
  5066. | #define HAVE_EACCESS 1
  5067. | #define HAVE_ENDPWENT 1
  5068. | #define HAVE_EUIDACCESS 1
  5069. | #define HAVE_FFSLL 1
  5070. | #define HAVE_FTRUNCATE 1
  5071. | #define HAVE_GETCWD 1
  5072. | #define HAVE_GETHOSTBYNAME 1
  5073. | #define HAVE_GETHOSTNAME 1
  5074. | #define HAVE_GETLOADAVG 1
  5075. | #define HAVE_GETTIMEOFDAY 1
  5076. | #define HAVE_GLOB 1
  5077. | #define HAVE_IOPERM 1
  5078. | #define HAVE_INET_NTOA 1
  5079. | #define HAVE_ISASCII 1
  5080. | #define HAVE_MEMCHR 1
  5081. | #define HAVE_MEMMOVE 1
  5082. | #define HAVE_MEMSET 1
  5083. | #define HAVE_MKDIR 1
  5084. | #define HAVE_MKDTEMP 1
  5085. | #define HAVE_MUNMAP 1
  5086. | #define HAVE_NEWLOCALE 1
  5087. | #define HAVE_PPOLL 1
  5088. | #define HAVE_PUTENV 1
  5089. | #define HAVE_RE_COMP 1
  5090. | #define HAVE_REGCOMP 1
  5091. | #define HAVE_SELECT 1
  5092. | #define HAVE_SETENV 1
  5093. | #define HAVE_SOCKET 1
  5094. | #define HAVE_STRCASECMP 1
  5095. | #define HAVE_STRCASESTR 1
  5096. | #define HAVE_STRCHR 1
  5097. | #define HAVE_STRCSPN 1
  5098. | #define HAVE_STRDUP 1
  5099. | #define HAVE_STRERROR 1
  5100. | #define HAVE_STRNCASECMP 1
  5101. | #define HAVE_STRNDUP 1
  5102. | #define HAVE_STRNLEN 1
  5103. | #define HAVE_STRRCHR 1
  5104. | #define HAVE_STRSEP 1
  5105. | #define HAVE_STRSPN 1
  5106. | #define HAVE_STRSTR 1
  5107. | #define HAVE_STRTOD 1
  5108. | #define HAVE_STRTOL 1
  5109. | #define HAVE_STRTOLD 1
  5110. | #define HAVE_STRTOQ 1
  5111. | #define HAVE_UNSETENV 1
  5112. | #define HAVE_UTIME 1
  5113. | #define HAVE_VASPRINTF 1
  5114. | #define HAVE_SYSCTL 1
  5115. | /* end confdefs.h. */
  5116. | /* Define swapctl to an innocuous variant, in case <limits.h> declares swapctl.
  5117. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  5118. | #define swapctl innocuous_swapctl
  5119. |
  5120. | /* System header to define __stub macros and hopefully few prototypes,
  5121. | which can conflict with char swapctl (); below.
  5122. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  5123. | <limits.h> exists even on freestanding compilers. */
  5124. |
  5125. | #ifdef __STDC__
  5126. | # include <limits.h>
  5127. | #else
  5128. | # include <assert.h>
  5129. | #endif
  5130. |
  5131. | #undef swapctl
  5132. |
  5133. | /* Override any GCC internal prototype to avoid an error.
  5134. | Use char because int might match the return type of a GCC
  5135. | builtin and then its argument prototype would still apply. */
  5136. | #ifdef __cplusplus
  5137. | extern "C"
  5138. | #endif
  5139. | char swapctl ();
  5140. | /* The GNU C library defines this for functions which it implements
  5141. | to always fail with ENOSYS. Some functions are actually named
  5142. | something starting with __ and the normal name is an alias. */
  5143. | #if defined __stub_swapctl || defined __stub___swapctl
  5144. | choke me
  5145. | #endif
  5146. |
  5147. | int
  5148. | main ()
  5149. | {
  5150. | return swapctl ();
  5151. | ;
  5152. | return 0;
  5153. | }
  5154. configure:14287: result: no
  5155. configure:14299: checking for sqrt in -lm
  5156. configure:14324: gcc -o conftest -g -O2 conftest.c -lm >&5
  5157. conftest.c:154:6: warning: conflicting types for built-in function 'sqrt' [enabled by default]
  5158. configure:14324: $? = 0
  5159. configure:14333: result: yes
  5160. configure:14348: checking for exp2
  5161. configure:14348: gcc -o conftest -g -O2 conftest.c -lm >&5
  5162. conftest.c:171:6: warning: conflicting types for built-in function 'exp2' [enabled by default]
  5163. configure:14348: $? = 0
  5164. configure:14348: result: yes
  5165. configure:14348: checking for log2
  5166. configure:14348: gcc -o conftest -g -O2 conftest.c -lm >&5
  5167. conftest.c:172:6: warning: conflicting types for built-in function 'log2' [enabled by default]
  5168. configure:14348: $? = 0
  5169. configure:14348: result: yes
  5170. configure:14348: checking for exp10
  5171. configure:14348: gcc -o conftest -g -O2 conftest.c -lm >&5
  5172. conftest.c:173:6: warning: conflicting types for built-in function 'exp10' [enabled by default]
  5173. configure:14348: $? = 0
  5174. configure:14348: result: yes
  5175. configure:14348: checking for log10
  5176. configure:14348: gcc -o conftest -g -O2 conftest.c -lm >&5
  5177. conftest.c:174:6: warning: conflicting types for built-in function 'log10' [enabled by default]
  5178. configure:14348: $? = 0
  5179. configure:14348: result: yes
  5180. configure:14348: checking for sin
  5181. configure:14348: gcc -o conftest -g -O2 conftest.c -lm >&5
  5182. conftest.c:175:6: warning: conflicting types for built-in function 'sin' [enabled by default]
  5183. configure:14348: $? = 0
  5184. configure:14348: result: yes
  5185. configure:14348: checking for cos
  5186. configure:14348: gcc -o conftest -g -O2 conftest.c -lm >&5
  5187. conftest.c:176:6: warning: conflicting types for built-in function 'cos' [enabled by default]
  5188. configure:14348: $? = 0
  5189. configure:14348: result: yes
  5190. configure:14348: checking for tan
  5191. configure:14348: gcc -o conftest -g -O2 conftest.c -lm >&5
  5192. conftest.c:177:6: warning: conflicting types for built-in function 'tan' [enabled by default]
  5193. configure:14348: $? = 0
  5194. configure:14348: result: yes
  5195. configure:14348: checking for asin
  5196. configure:14348: gcc -o conftest -g -O2 conftest.c -lm >&5
  5197. conftest.c:178:6: warning: conflicting types for built-in function 'asin' [enabled by default]
  5198. configure:14348: $? = 0
  5199. configure:14348: result: yes
  5200. configure:14348: checking for acos
  5201. configure:14348: gcc -o conftest -g -O2 conftest.c -lm >&5
  5202. conftest.c:179:6: warning: conflicting types for built-in function 'acos' [enabled by default]
  5203. configure:14348: $? = 0
  5204. configure:14348: result: yes
  5205. configure:14348: checking for atan
  5206. configure:14348: gcc -o conftest -g -O2 conftest.c -lm >&5
  5207. conftest.c:180:6: warning: conflicting types for built-in function 'atan' [enabled by default]
  5208. configure:14348: $? = 0
  5209. configure:14348: result: yes
  5210. configure:14348: checking for atan2
  5211. configure:14348: gcc -o conftest -g -O2 conftest.c -lm >&5
  5212. conftest.c:181:6: warning: conflicting types for built-in function 'atan2' [enabled by default]
  5213. configure:14348: $? = 0
  5214. configure:14348: result: yes
  5215. configure:14348: checking for pow
  5216. configure:14348: gcc -o conftest -g -O2 conftest.c -lm >&5
  5217. conftest.c:182:6: warning: conflicting types for built-in function 'pow' [enabled by default]
  5218. configure:14348: $? = 0
  5219. configure:14348: result: yes
  5220. configure:14348: checking for rint
  5221. configure:14348: gcc -o conftest -g -O2 conftest.c -lm >&5
  5222. conftest.c:183:6: warning: conflicting types for built-in function 'rint' [enabled by default]
  5223. configure:14348: $? = 0
  5224. configure:14348: result: yes
  5225. configure:14348: checking for exp
  5226. configure:14348: gcc -o conftest -g -O2 conftest.c -lm >&5
  5227. conftest.c:184:6: warning: conflicting types for built-in function 'exp' [enabled by default]
  5228. configure:14348: $? = 0
  5229. configure:14348: result: yes
  5230. configure:14348: checking for log
  5231. configure:14348: gcc -o conftest -g -O2 conftest.c -lm >&5
  5232. conftest.c:185:6: warning: conflicting types for built-in function 'log' [enabled by default]
  5233. configure:14348: $? = 0
  5234. configure:14348: result: yes
  5235. configure:14348: checking for remainder
  5236. configure:14348: gcc -o conftest -g -O2 conftest.c -lm >&5
  5237. conftest.c:186:6: warning: conflicting types for built-in function 'remainder' [enabled by default]
  5238. configure:14348: $? = 0
  5239. configure:14348: result: yes
  5240. configure:14348: checking for fmod
  5241. configure:14348: gcc -o conftest -g -O2 conftest.c -lm >&5
  5242. conftest.c:187:6: warning: conflicting types for built-in function 'fmod' [enabled by default]
  5243. configure:14348: $? = 0
  5244. configure:14348: result: yes
  5245. configure:14348: checking for round
  5246. configure:14348: gcc -o conftest -g -O2 conftest.c -lm >&5
  5247. conftest.c:188:6: warning: conflicting types for built-in function 'round' [enabled by default]
  5248. configure:14348: $? = 0
  5249. configure:14348: result: yes
  5250. configure:14348: checking for roundf
  5251. configure:14348: gcc -o conftest -g -O2 conftest.c -lm >&5
  5252. conftest.c:189:6: warning: conflicting types for built-in function 'roundf' [enabled by default]
  5253. configure:14348: $? = 0
  5254. configure:14348: result: yes
  5255. configure:14348: checking for trunc
  5256. configure:14348: gcc -o conftest -g -O2 conftest.c -lm >&5
  5257. conftest.c:190:6: warning: conflicting types for built-in function 'trunc' [enabled by default]
  5258. configure:14348: $? = 0
  5259. configure:14348: result: yes
  5260. configure:14348: checking for floor
  5261. configure:14348: gcc -o conftest -g -O2 conftest.c -lm >&5
  5262. conftest.c:191:6: warning: conflicting types for built-in function 'floor' [enabled by default]
  5263. configure:14348: $? = 0
  5264. configure:14348: result: yes
  5265. configure:14348: checking for ceil
  5266. configure:14348: gcc -o conftest -g -O2 conftest.c -lm >&5
  5267. conftest.c:192:6: warning: conflicting types for built-in function 'ceil' [enabled by default]
  5268. configure:14348: $? = 0
  5269. configure:14348: result: yes
  5270. configure:14364: checking for exp2l
  5271. configure:14364: gcc -o conftest -g -O2 conftest.c -lm >&5
  5272. conftest.c:193:6: warning: conflicting types for built-in function 'exp2l' [enabled by default]
  5273. configure:14364: $? = 0
  5274. configure:14364: result: yes
  5275. configure:14364: checking for log2l
  5276. configure:14364: gcc -o conftest -g -O2 conftest.c -lm >&5
  5277. conftest.c:194:6: warning: conflicting types for built-in function 'log2l' [enabled by default]
  5278. configure:14364: $? = 0
  5279. configure:14364: result: yes
  5280. configure:14364: checking for exp10l
  5281. configure:14364: gcc -o conftest -g -O2 conftest.c -lm >&5
  5282. conftest.c:195:6: warning: conflicting types for built-in function 'exp10l' [enabled by default]
  5283. configure:14364: $? = 0
  5284. configure:14364: result: yes
  5285. configure:14364: checking for log10l
  5286. configure:14364: gcc -o conftest -g -O2 conftest.c -lm >&5
  5287. conftest.c:196:6: warning: conflicting types for built-in function 'log10l' [enabled by default]
  5288. configure:14364: $? = 0
  5289. configure:14364: result: yes
  5290. configure:14364: checking for sinl
  5291. configure:14364: gcc -o conftest -g -O2 conftest.c -lm >&5
  5292. conftest.c:197:6: warning: conflicting types for built-in function 'sinl' [enabled by default]
  5293. configure:14364: $? = 0
  5294. configure:14364: result: yes
  5295. configure:14364: checking for cosl
  5296. configure:14364: gcc -o conftest -g -O2 conftest.c -lm >&5
  5297. conftest.c:198:6: warning: conflicting types for built-in function 'cosl' [enabled by default]
  5298. configure:14364: $? = 0
  5299. configure:14364: result: yes
  5300. configure:14364: checking for tanl
  5301. configure:14364: gcc -o conftest -g -O2 conftest.c -lm >&5
  5302. conftest.c:199:6: warning: conflicting types for built-in function 'tanl' [enabled by default]
  5303. configure:14364: $? = 0
  5304. configure:14364: result: yes
  5305. configure:14364: checking for asinl
  5306. configure:14364: gcc -o conftest -g -O2 conftest.c -lm >&5
  5307. conftest.c:200:6: warning: conflicting types for built-in function 'asinl' [enabled by default]
  5308. configure:14364: $? = 0
  5309. configure:14364: result: yes
  5310. configure:14364: checking for acosl
  5311. configure:14364: gcc -o conftest -g -O2 conftest.c -lm >&5
  5312. conftest.c:201:6: warning: conflicting types for built-in function 'acosl' [enabled by default]
  5313. configure:14364: $? = 0
  5314. configure:14364: result: yes
  5315. configure:14364: checking for atanl
  5316. configure:14364: gcc -o conftest -g -O2 conftest.c -lm >&5
  5317. conftest.c:202:6: warning: conflicting types for built-in function 'atanl' [enabled by default]
  5318. configure:14364: $? = 0
  5319. configure:14364: result: yes
  5320. configure:14364: checking for atan2l
  5321. configure:14364: gcc -o conftest -g -O2 conftest.c -lm >&5
  5322. conftest.c:203:6: warning: conflicting types for built-in function 'atan2l' [enabled by default]
  5323. configure:14364: $? = 0
  5324. configure:14364: result: yes
  5325. configure:14364: checking for powl
  5326. configure:14364: gcc -o conftest -g -O2 conftest.c -lm >&5
  5327. conftest.c:204:6: warning: conflicting types for built-in function 'powl' [enabled by default]
  5328. configure:14364: $? = 0
  5329. configure:14364: result: yes
  5330. configure:14364: checking for sqrtl
  5331. configure:14364: gcc -o conftest -g -O2 conftest.c -lm >&5
  5332. conftest.c:205:6: warning: conflicting types for built-in function 'sqrtl' [enabled by default]
  5333. configure:14364: $? = 0
  5334. configure:14364: result: yes
  5335. configure:14364: checking for rintl
  5336. configure:14364: gcc -o conftest -g -O2 conftest.c -lm >&5
  5337. conftest.c:206:6: warning: conflicting types for built-in function 'rintl' [enabled by default]
  5338. configure:14364: $? = 0
  5339. configure:14364: result: yes
  5340. configure:14364: checking for expl
  5341. configure:14364: gcc -o conftest -g -O2 conftest.c -lm >&5
  5342. conftest.c:207:6: warning: conflicting types for built-in function 'expl' [enabled by default]
  5343. configure:14364: $? = 0
  5344. configure:14364: result: yes
  5345. configure:14364: checking for logl
  5346. configure:14364: gcc -o conftest -g -O2 conftest.c -lm >&5
  5347. conftest.c:208:6: warning: conflicting types for built-in function 'logl' [enabled by default]
  5348. configure:14364: $? = 0
  5349. configure:14364: result: yes
  5350. configure:14364: checking for remainderl
  5351. configure:14364: gcc -o conftest -g -O2 conftest.c -lm >&5
  5352. conftest.c:209:6: warning: conflicting types for built-in function 'remainderl' [enabled by default]
  5353. configure:14364: $? = 0
  5354. configure:14364: result: yes
  5355. configure:14364: checking for fmodl
  5356. configure:14364: gcc -o conftest -g -O2 conftest.c -lm >&5
  5357. conftest.c:210:6: warning: conflicting types for built-in function 'fmodl' [enabled by default]
  5358. configure:14364: $? = 0
  5359. configure:14364: result: yes
  5360. configure:14364: checking for roundl
  5361. configure:14364: gcc -o conftest -g -O2 conftest.c -lm >&5
  5362. conftest.c:211:6: warning: conflicting types for built-in function 'roundl' [enabled by default]
  5363. configure:14364: $? = 0
  5364. configure:14364: result: yes
  5365. configure:14364: checking for truncl
  5366. configure:14364: gcc -o conftest -g -O2 conftest.c -lm >&5
  5367. conftest.c:212:6: warning: conflicting types for built-in function 'truncl' [enabled by default]
  5368. configure:14364: $? = 0
  5369. configure:14364: result: yes
  5370. configure:14364: checking for floorl
  5371. configure:14364: gcc -o conftest -g -O2 conftest.c -lm >&5
  5372. conftest.c:213:6: warning: conflicting types for built-in function 'floorl' [enabled by default]
  5373. configure:14364: $? = 0
  5374. configure:14364: result: yes
  5375. configure:14364: checking for ceill
  5376. configure:14364: gcc -o conftest -g -O2 conftest.c -lm >&5
  5377. conftest.c:214:6: warning: conflicting types for built-in function 'ceill' [enabled by default]
  5378. configure:14364: $? = 0
  5379. configure:14364: result: yes
  5380. configure:14375: checking for LLONG_MAX in limits.h
  5381. configure:14388: gcc -o conftest -g -O2 conftest.c -lm >&5
  5382. configure:14388: $? = 0
  5383. configure:14389: result: yes
  5384. configure:14402: checking for timersub in time.h
  5385. configure:14415: gcc -o conftest -g -O2 conftest.c -lm >&5
  5386. configure:14415: $? = 0
  5387. configure:14416: result: yes
  5388. configure:14429: checking for a version of GNU ld that supports the --dynamic-list flag
  5389. configure:14450: gcc -o conftest -g -O2 -Wl,--dynamic-list,conftest.dynamics conftest.c -lm >&5
  5390. configure:14450: $? = 0
  5391. configure:14452: result: yes
  5392. configure:14465: checking for sys/poll.h
  5393. configure:14465: result: yes
  5394. configure:14504: checking for funopen
  5395. configure:14504: gcc -o conftest -g -O2 conftest.c -lm >&5
  5396. /tmp/ccktqnBq.o: In function `main':
  5397. /usr/src/asterisk-11.13.1/conftest.c:229: undefined reference to `funopen'
  5398. collect2: error: ld returned 1 exit status
  5399. configure:14504: $? = 1
  5400. configure: failed program was:
  5401. | /* confdefs.h */
  5402. | #define PACKAGE_NAME "asterisk"
  5403. | #define PACKAGE_TARNAME "asterisk"
  5404. | #define PACKAGE_VERSION "trunk"
  5405. | #define PACKAGE_STRING "asterisk trunk"
  5406. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  5407. | #define PACKAGE_URL ""
  5408. | #define STDC_HEADERS 1
  5409. | #define HAVE_SYS_TYPES_H 1
  5410. | #define HAVE_SYS_STAT_H 1
  5411. | #define HAVE_STDLIB_H 1
  5412. | #define HAVE_STRING_H 1
  5413. | #define HAVE_MEMORY_H 1
  5414. | #define HAVE_STRINGS_H 1
  5415. | #define HAVE_INTTYPES_H 1
  5416. | #define HAVE_STDINT_H 1
  5417. | #define HAVE_UNISTD_H 1
  5418. | #define __EXTENSIONS__ 1
  5419. | #define _ALL_SOURCE 1
  5420. | #define _GNU_SOURCE 1
  5421. | #define _POSIX_PTHREAD_SEMANTICS 1
  5422. | #define _TANDEM_SOURCE 1
  5423. | #define HAVE_PTHREAD 1
  5424. | #define HAVE_ALLOCA_H 1
  5425. | #define HAVE_ALLOCA 1
  5426. | #define HAVE_DIRENT_H 1
  5427. | #define STDC_HEADERS 1
  5428. | #define HAVE_SYS_WAIT_H 1
  5429. | #define HAVE_ARPA_INET_H 1
  5430. | #define HAVE_FCNTL_H 1
  5431. | #define HAVE_INTTYPES_H 1
  5432. | #define HAVE_LIBINTL_H 1
  5433. | #define HAVE_LIMITS_H 1
  5434. | #define HAVE_LOCALE_H 1
  5435. | #define HAVE_MALLOC_H 1
  5436. | #define HAVE_NETDB_H 1
  5437. | #define HAVE_NETINET_IN_H 1
  5438. | #define HAVE_STDDEF_H 1
  5439. | #define HAVE_STDINT_H 1
  5440. | #define HAVE_STDLIB_H 1
  5441. | #define HAVE_STRING_H 1
  5442. | #define HAVE_STRINGS_H 1
  5443. | #define HAVE_SYS_FILE_H 1
  5444. | #define HAVE_SYS_IOCTL_H 1
  5445. | #define HAVE_SYS_PARAM_H 1
  5446. | #define HAVE_SYS_SOCKET_H 1
  5447. | #define HAVE_SYS_TIME_H 1
  5448. | #define HAVE_SYSLOG_H 1
  5449. | #define HAVE_TERMIOS_H 1
  5450. | #define HAVE_UNISTD_H 1
  5451. | #define HAVE_UTIME_H 1
  5452. | #define HAVE_ARPA_NAMESER_H 1
  5453. | #define HAVE_SYS_IO_H 1
  5454. | #define HAVE_TERMCAP 1
  5455. | #define HAVE_TINFO 1
  5456. | #define HAVE_CURSES 1
  5457. | #define HAVE_NCURSES 1
  5458. | #define HAVE_LIBXML2 1
  5459. | #define HAVE_XLOCALE_H 1
  5460. | #define _FILE_OFFSET_BITS 64
  5461. | #define HAVE__BOOL 1
  5462. | #define HAVE_STDBOOL_H 1
  5463. | #define HAVE_LONG_DOUBLE_WIDER 1
  5464. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  5465. | #define HAVE_STRUCT_UCRED_UID 1
  5466. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  5467. | #define TIME_WITH_SYS_TIME 1
  5468. | #define HAVE_PTRDIFF_T 1
  5469. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  5470. | #define HAVE_UNISTD_H 1
  5471. | #define HAVE_CHOWN 1
  5472. | #define HAVE_FORK 1
  5473. | #define HAVE_VFORK 1
  5474. | #define HAVE_WORKING_VFORK 1
  5475. | #define HAVE_WORKING_FORK 1
  5476. | #define HAVE_FSEEKO 1
  5477. | #define HAVE_STDLIB_H 1
  5478. | #define HAVE_UNISTD_H 1
  5479. | #define HAVE_SYS_PARAM_H 1
  5480. | #define HAVE_UTIME_H 1
  5481. | #define HAVE_GETPAGESIZE 1
  5482. | #define HAVE_MMAP 1
  5483. | #define HAVE_SYS_SELECT_H 1
  5484. | #define HAVE_SYS_SOCKET_H 1
  5485. | #define SELECT_TYPE_ARG1 int
  5486. | #define SELECT_TYPE_ARG234 (fd_set *)
  5487. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5488. | #define RETSIGTYPE void
  5489. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5490. | #define HAVE_STRCOLL 1
  5491. | #define HAVE_STRFTIME 1
  5492. | #define HAVE_UTIME_NULL 1
  5493. | #define HAVE_VPRINTF 1
  5494. | #define HAVE_ASPRINTF 1
  5495. | #define HAVE_ATEXIT 1
  5496. | #define HAVE_DUP2 1
  5497. | #define HAVE_EACCESS 1
  5498. | #define HAVE_ENDPWENT 1
  5499. | #define HAVE_EUIDACCESS 1
  5500. | #define HAVE_FFSLL 1
  5501. | #define HAVE_FTRUNCATE 1
  5502. | #define HAVE_GETCWD 1
  5503. | #define HAVE_GETHOSTBYNAME 1
  5504. | #define HAVE_GETHOSTNAME 1
  5505. | #define HAVE_GETLOADAVG 1
  5506. | #define HAVE_GETTIMEOFDAY 1
  5507. | #define HAVE_GLOB 1
  5508. | #define HAVE_IOPERM 1
  5509. | #define HAVE_INET_NTOA 1
  5510. | #define HAVE_ISASCII 1
  5511. | #define HAVE_MEMCHR 1
  5512. | #define HAVE_MEMMOVE 1
  5513. | #define HAVE_MEMSET 1
  5514. | #define HAVE_MKDIR 1
  5515. | #define HAVE_MKDTEMP 1
  5516. | #define HAVE_MUNMAP 1
  5517. | #define HAVE_NEWLOCALE 1
  5518. | #define HAVE_PPOLL 1
  5519. | #define HAVE_PUTENV 1
  5520. | #define HAVE_RE_COMP 1
  5521. | #define HAVE_REGCOMP 1
  5522. | #define HAVE_SELECT 1
  5523. | #define HAVE_SETENV 1
  5524. | #define HAVE_SOCKET 1
  5525. | #define HAVE_STRCASECMP 1
  5526. | #define HAVE_STRCASESTR 1
  5527. | #define HAVE_STRCHR 1
  5528. | #define HAVE_STRCSPN 1
  5529. | #define HAVE_STRDUP 1
  5530. | #define HAVE_STRERROR 1
  5531. | #define HAVE_STRNCASECMP 1
  5532. | #define HAVE_STRNDUP 1
  5533. | #define HAVE_STRNLEN 1
  5534. | #define HAVE_STRRCHR 1
  5535. | #define HAVE_STRSEP 1
  5536. | #define HAVE_STRSPN 1
  5537. | #define HAVE_STRSTR 1
  5538. | #define HAVE_STRTOD 1
  5539. | #define HAVE_STRTOL 1
  5540. | #define HAVE_STRTOLD 1
  5541. | #define HAVE_STRTOQ 1
  5542. | #define HAVE_UNSETENV 1
  5543. | #define HAVE_UTIME 1
  5544. | #define HAVE_VASPRINTF 1
  5545. | #define HAVE_SYSCTL 1
  5546. | #define HAVE_LIBM 1
  5547. | #define HAVE_EXP2 1
  5548. | #define HAVE_LOG2 1
  5549. | #define HAVE_EXP10 1
  5550. | #define HAVE_LOG10 1
  5551. | #define HAVE_SIN 1
  5552. | #define HAVE_COS 1
  5553. | #define HAVE_TAN 1
  5554. | #define HAVE_ASIN 1
  5555. | #define HAVE_ACOS 1
  5556. | #define HAVE_ATAN 1
  5557. | #define HAVE_ATAN2 1
  5558. | #define HAVE_POW 1
  5559. | #define HAVE_RINT 1
  5560. | #define HAVE_EXP 1
  5561. | #define HAVE_LOG 1
  5562. | #define HAVE_REMAINDER 1
  5563. | #define HAVE_FMOD 1
  5564. | #define HAVE_ROUND 1
  5565. | #define HAVE_ROUNDF 1
  5566. | #define HAVE_TRUNC 1
  5567. | #define HAVE_FLOOR 1
  5568. | #define HAVE_CEIL 1
  5569. | #define HAVE_EXP2L 1
  5570. | #define HAVE_LOG2L 1
  5571. | #define HAVE_EXP10L 1
  5572. | #define HAVE_LOG10L 1
  5573. | #define HAVE_SINL 1
  5574. | #define HAVE_COSL 1
  5575. | #define HAVE_TANL 1
  5576. | #define HAVE_ASINL 1
  5577. | #define HAVE_ACOSL 1
  5578. | #define HAVE_ATANL 1
  5579. | #define HAVE_ATAN2L 1
  5580. | #define HAVE_POWL 1
  5581. | #define HAVE_SQRTL 1
  5582. | #define HAVE_RINTL 1
  5583. | #define HAVE_EXPL 1
  5584. | #define HAVE_LOGL 1
  5585. | #define HAVE_REMAINDERL 1
  5586. | #define HAVE_FMODL 1
  5587. | #define HAVE_ROUNDL 1
  5588. | #define HAVE_TRUNCL 1
  5589. | #define HAVE_FLOORL 1
  5590. | #define HAVE_CEILL 1
  5591. | #define HAVE_LLONG_MAX 1
  5592. | #define HAVE_TIMERSUB 1
  5593. | #define HAVE_SYS_POLL_H 1
  5594. | /* end confdefs.h. */
  5595. | /* Define funopen to an innocuous variant, in case <limits.h> declares funopen.
  5596. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  5597. | #define funopen innocuous_funopen
  5598. |
  5599. | /* System header to define __stub macros and hopefully few prototypes,
  5600. | which can conflict with char funopen (); below.
  5601. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  5602. | <limits.h> exists even on freestanding compilers. */
  5603. |
  5604. | #ifdef __STDC__
  5605. | # include <limits.h>
  5606. | #else
  5607. | # include <assert.h>
  5608. | #endif
  5609. |
  5610. | #undef funopen
  5611. |
  5612. | /* Override any GCC internal prototype to avoid an error.
  5613. | Use char because int might match the return type of a GCC
  5614. | builtin and then its argument prototype would still apply. */
  5615. | #ifdef __cplusplus
  5616. | extern "C"
  5617. | #endif
  5618. | char funopen ();
  5619. | /* The GNU C library defines this for functions which it implements
  5620. | to always fail with ENOSYS. Some functions are actually named
  5621. | something starting with __ and the normal name is an alias. */
  5622. | #if defined __stub_funopen || defined __stub___funopen
  5623. | choke me
  5624. | #endif
  5625. |
  5626. | int
  5627. | main ()
  5628. | {
  5629. | return funopen ();
  5630. | ;
  5631. | return 0;
  5632. | }
  5633. configure:14504: result: no
  5634. configure:14504: checking for fopencookie
  5635. configure:14504: gcc -o conftest -g -O2 conftest.c -lm >&5
  5636. configure:14504: $? = 0
  5637. configure:14504: result: yes
  5638. configure:14516: checking for inet_aton
  5639. configure:14516: gcc -o conftest -g -O2 conftest.c -lm >&5
  5640. configure:14516: $? = 0
  5641. configure:14516: result: yes
  5642. configure:14527: checking for IP_PKTINFO
  5643. configure:14540: gcc -o conftest -g -O2 conftest.c -lm >&5
  5644. configure:14540: $? = 0
  5645. configure:14541: result: yes
  5646. configure:14555: checking for library containing gethostbyname_r
  5647. configure:14586: gcc -o conftest -g -O2 conftest.c -lm >&5
  5648. configure:14586: $? = 0
  5649. configure:14603: result: none required
  5650. configure:14612: checking for gethostbyname_r with 6 arguments
  5651. configure:14626: gcc -o conftest -g -O2 conftest.c -lm >&5
  5652. conftest.c: In function 'main':
  5653. conftest.c:203:22: warning: initialization makes pointer from integer without a cast [enabled by default]
  5654. configure:14626: $? = 0
  5655. configure:14627: result: yes
  5656. configure:14640: checking for gethostbyname_r with 5 arguments
  5657. configure:14654: gcc -o conftest -g -O2 conftest.c -lm >&5
  5658. conftest.c: In function 'main':
  5659. conftest.c:204:66: warning: passing argument 5 of 'gethostbyname_r' from incompatible pointer type [enabled by default]
  5660. In file included from conftest.c:200:0:
  5661. /usr/include/netdb.h:180:12: note: expected 'struct hostent ** __restrict__' but argument is of type 'int *'
  5662. conftest.c:204:66: error: too few arguments to function 'gethostbyname_r'
  5663. In file included from conftest.c:200:0:
  5664. /usr/include/netdb.h:180:12: note: declared here
  5665. configure:14654: $? = 1
  5666. configure: failed program was:
  5667. | /* confdefs.h */
  5668. | #define PACKAGE_NAME "asterisk"
  5669. | #define PACKAGE_TARNAME "asterisk"
  5670. | #define PACKAGE_VERSION "trunk"
  5671. | #define PACKAGE_STRING "asterisk trunk"
  5672. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  5673. | #define PACKAGE_URL ""
  5674. | #define STDC_HEADERS 1
  5675. | #define HAVE_SYS_TYPES_H 1
  5676. | #define HAVE_SYS_STAT_H 1
  5677. | #define HAVE_STDLIB_H 1
  5678. | #define HAVE_STRING_H 1
  5679. | #define HAVE_MEMORY_H 1
  5680. | #define HAVE_STRINGS_H 1
  5681. | #define HAVE_INTTYPES_H 1
  5682. | #define HAVE_STDINT_H 1
  5683. | #define HAVE_UNISTD_H 1
  5684. | #define __EXTENSIONS__ 1
  5685. | #define _ALL_SOURCE 1
  5686. | #define _GNU_SOURCE 1
  5687. | #define _POSIX_PTHREAD_SEMANTICS 1
  5688. | #define _TANDEM_SOURCE 1
  5689. | #define HAVE_PTHREAD 1
  5690. | #define HAVE_ALLOCA_H 1
  5691. | #define HAVE_ALLOCA 1
  5692. | #define HAVE_DIRENT_H 1
  5693. | #define STDC_HEADERS 1
  5694. | #define HAVE_SYS_WAIT_H 1
  5695. | #define HAVE_ARPA_INET_H 1
  5696. | #define HAVE_FCNTL_H 1
  5697. | #define HAVE_INTTYPES_H 1
  5698. | #define HAVE_LIBINTL_H 1
  5699. | #define HAVE_LIMITS_H 1
  5700. | #define HAVE_LOCALE_H 1
  5701. | #define HAVE_MALLOC_H 1
  5702. | #define HAVE_NETDB_H 1
  5703. | #define HAVE_NETINET_IN_H 1
  5704. | #define HAVE_STDDEF_H 1
  5705. | #define HAVE_STDINT_H 1
  5706. | #define HAVE_STDLIB_H 1
  5707. | #define HAVE_STRING_H 1
  5708. | #define HAVE_STRINGS_H 1
  5709. | #define HAVE_SYS_FILE_H 1
  5710. | #define HAVE_SYS_IOCTL_H 1
  5711. | #define HAVE_SYS_PARAM_H 1
  5712. | #define HAVE_SYS_SOCKET_H 1
  5713. | #define HAVE_SYS_TIME_H 1
  5714. | #define HAVE_SYSLOG_H 1
  5715. | #define HAVE_TERMIOS_H 1
  5716. | #define HAVE_UNISTD_H 1
  5717. | #define HAVE_UTIME_H 1
  5718. | #define HAVE_ARPA_NAMESER_H 1
  5719. | #define HAVE_SYS_IO_H 1
  5720. | #define HAVE_TERMCAP 1
  5721. | #define HAVE_TINFO 1
  5722. | #define HAVE_CURSES 1
  5723. | #define HAVE_NCURSES 1
  5724. | #define HAVE_LIBXML2 1
  5725. | #define HAVE_XLOCALE_H 1
  5726. | #define _FILE_OFFSET_BITS 64
  5727. | #define HAVE__BOOL 1
  5728. | #define HAVE_STDBOOL_H 1
  5729. | #define HAVE_LONG_DOUBLE_WIDER 1
  5730. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  5731. | #define HAVE_STRUCT_UCRED_UID 1
  5732. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  5733. | #define TIME_WITH_SYS_TIME 1
  5734. | #define HAVE_PTRDIFF_T 1
  5735. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  5736. | #define HAVE_UNISTD_H 1
  5737. | #define HAVE_CHOWN 1
  5738. | #define HAVE_FORK 1
  5739. | #define HAVE_VFORK 1
  5740. | #define HAVE_WORKING_VFORK 1
  5741. | #define HAVE_WORKING_FORK 1
  5742. | #define HAVE_FSEEKO 1
  5743. | #define HAVE_STDLIB_H 1
  5744. | #define HAVE_UNISTD_H 1
  5745. | #define HAVE_SYS_PARAM_H 1
  5746. | #define HAVE_UTIME_H 1
  5747. | #define HAVE_GETPAGESIZE 1
  5748. | #define HAVE_MMAP 1
  5749. | #define HAVE_SYS_SELECT_H 1
  5750. | #define HAVE_SYS_SOCKET_H 1
  5751. | #define SELECT_TYPE_ARG1 int
  5752. | #define SELECT_TYPE_ARG234 (fd_set *)
  5753. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5754. | #define RETSIGTYPE void
  5755. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5756. | #define HAVE_STRCOLL 1
  5757. | #define HAVE_STRFTIME 1
  5758. | #define HAVE_UTIME_NULL 1
  5759. | #define HAVE_VPRINTF 1
  5760. | #define HAVE_ASPRINTF 1
  5761. | #define HAVE_ATEXIT 1
  5762. | #define HAVE_DUP2 1
  5763. | #define HAVE_EACCESS 1
  5764. | #define HAVE_ENDPWENT 1
  5765. | #define HAVE_EUIDACCESS 1
  5766. | #define HAVE_FFSLL 1
  5767. | #define HAVE_FTRUNCATE 1
  5768. | #define HAVE_GETCWD 1
  5769. | #define HAVE_GETHOSTBYNAME 1
  5770. | #define HAVE_GETHOSTNAME 1
  5771. | #define HAVE_GETLOADAVG 1
  5772. | #define HAVE_GETTIMEOFDAY 1
  5773. | #define HAVE_GLOB 1
  5774. | #define HAVE_IOPERM 1
  5775. | #define HAVE_INET_NTOA 1
  5776. | #define HAVE_ISASCII 1
  5777. | #define HAVE_MEMCHR 1
  5778. | #define HAVE_MEMMOVE 1
  5779. | #define HAVE_MEMSET 1
  5780. | #define HAVE_MKDIR 1
  5781. | #define HAVE_MKDTEMP 1
  5782. | #define HAVE_MUNMAP 1
  5783. | #define HAVE_NEWLOCALE 1
  5784. | #define HAVE_PPOLL 1
  5785. | #define HAVE_PUTENV 1
  5786. | #define HAVE_RE_COMP 1
  5787. | #define HAVE_REGCOMP 1
  5788. | #define HAVE_SELECT 1
  5789. | #define HAVE_SETENV 1
  5790. | #define HAVE_SOCKET 1
  5791. | #define HAVE_STRCASECMP 1
  5792. | #define HAVE_STRCASESTR 1
  5793. | #define HAVE_STRCHR 1
  5794. | #define HAVE_STRCSPN 1
  5795. | #define HAVE_STRDUP 1
  5796. | #define HAVE_STRERROR 1
  5797. | #define HAVE_STRNCASECMP 1
  5798. | #define HAVE_STRNDUP 1
  5799. | #define HAVE_STRNLEN 1
  5800. | #define HAVE_STRRCHR 1
  5801. | #define HAVE_STRSEP 1
  5802. | #define HAVE_STRSPN 1
  5803. | #define HAVE_STRSTR 1
  5804. | #define HAVE_STRTOD 1
  5805. | #define HAVE_STRTOL 1
  5806. | #define HAVE_STRTOLD 1
  5807. | #define HAVE_STRTOQ 1
  5808. | #define HAVE_UNSETENV 1
  5809. | #define HAVE_UTIME 1
  5810. | #define HAVE_VASPRINTF 1
  5811. | #define HAVE_SYSCTL 1
  5812. | #define HAVE_LIBM 1
  5813. | #define HAVE_EXP2 1
  5814. | #define HAVE_LOG2 1
  5815. | #define HAVE_EXP10 1
  5816. | #define HAVE_LOG10 1
  5817. | #define HAVE_SIN 1
  5818. | #define HAVE_COS 1
  5819. | #define HAVE_TAN 1
  5820. | #define HAVE_ASIN 1
  5821. | #define HAVE_ACOS 1
  5822. | #define HAVE_ATAN 1
  5823. | #define HAVE_ATAN2 1
  5824. | #define HAVE_POW 1
  5825. | #define HAVE_RINT 1
  5826. | #define HAVE_EXP 1
  5827. | #define HAVE_LOG 1
  5828. | #define HAVE_REMAINDER 1
  5829. | #define HAVE_FMOD 1
  5830. | #define HAVE_ROUND 1
  5831. | #define HAVE_ROUNDF 1
  5832. | #define HAVE_TRUNC 1
  5833. | #define HAVE_FLOOR 1
  5834. | #define HAVE_CEIL 1
  5835. | #define HAVE_EXP2L 1
  5836. | #define HAVE_LOG2L 1
  5837. | #define HAVE_EXP10L 1
  5838. | #define HAVE_LOG10L 1
  5839. | #define HAVE_SINL 1
  5840. | #define HAVE_COSL 1
  5841. | #define HAVE_TANL 1
  5842. | #define HAVE_ASINL 1
  5843. | #define HAVE_ACOSL 1
  5844. | #define HAVE_ATANL 1
  5845. | #define HAVE_ATAN2L 1
  5846. | #define HAVE_POWL 1
  5847. | #define HAVE_SQRTL 1
  5848. | #define HAVE_RINTL 1
  5849. | #define HAVE_EXPL 1
  5850. | #define HAVE_LOGL 1
  5851. | #define HAVE_REMAINDERL 1
  5852. | #define HAVE_FMODL 1
  5853. | #define HAVE_ROUNDL 1
  5854. | #define HAVE_TRUNCL 1
  5855. | #define HAVE_FLOORL 1
  5856. | #define HAVE_CEILL 1
  5857. | #define HAVE_LLONG_MAX 1
  5858. | #define HAVE_TIMERSUB 1
  5859. | #define HAVE_SYS_POLL_H 1
  5860. | #define HAVE_FOPENCOOKIE 1
  5861. | #define HAVE_INET_ATON 1
  5862. | #define HAVE_PKTINFO 1
  5863. | #define HAVE_GETHOSTBYNAME_R_6 1
  5864. | /* end confdefs.h. */
  5865. | #include <stdlib.h>
  5866. | #include <netdb.h>
  5867. | int
  5868. | main ()
  5869. | {
  5870. | struct hostent *he = gethostbyname_r((const char *)NULL, (struct hostent *)NULL, (char *)NULL, (int)0, (int *)NULL);
  5871. | ;
  5872. | return 0;
  5873. | }
  5874. configure:14661: result: no
  5875. configure:14668: checking byteswap.h usability
  5876. configure:14668: gcc -c -g -O2 conftest.c >&5
  5877. configure:14668: $? = 0
  5878. configure:14668: result: yes
  5879. configure:14668: checking byteswap.h presence
  5880. configure:14668: gcc -E conftest.c
  5881. configure:14668: $? = 0
  5882. configure:14668: result: yes
  5883. configure:14668: checking for byteswap.h
  5884. configure:14668: result: yes
  5885. configure:14679: checking for __swap16 variant of <sys/endian.h> byteswapping macros
  5886. configure:14692: gcc -o conftest -g -O2 conftest.c -lm >&5
  5887. conftest.c:200:24: fatal error: sys/endian.h: No such file or directory
  5888. compilation terminated.
  5889. configure:14692: $? = 1
  5890. configure: failed program was:
  5891. | /* confdefs.h */
  5892. | #define PACKAGE_NAME "asterisk"
  5893. | #define PACKAGE_TARNAME "asterisk"
  5894. | #define PACKAGE_VERSION "trunk"
  5895. | #define PACKAGE_STRING "asterisk trunk"
  5896. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  5897. | #define PACKAGE_URL ""
  5898. | #define STDC_HEADERS 1
  5899. | #define HAVE_SYS_TYPES_H 1
  5900. | #define HAVE_SYS_STAT_H 1
  5901. | #define HAVE_STDLIB_H 1
  5902. | #define HAVE_STRING_H 1
  5903. | #define HAVE_MEMORY_H 1
  5904. | #define HAVE_STRINGS_H 1
  5905. | #define HAVE_INTTYPES_H 1
  5906. | #define HAVE_STDINT_H 1
  5907. | #define HAVE_UNISTD_H 1
  5908. | #define __EXTENSIONS__ 1
  5909. | #define _ALL_SOURCE 1
  5910. | #define _GNU_SOURCE 1
  5911. | #define _POSIX_PTHREAD_SEMANTICS 1
  5912. | #define _TANDEM_SOURCE 1
  5913. | #define HAVE_PTHREAD 1
  5914. | #define HAVE_ALLOCA_H 1
  5915. | #define HAVE_ALLOCA 1
  5916. | #define HAVE_DIRENT_H 1
  5917. | #define STDC_HEADERS 1
  5918. | #define HAVE_SYS_WAIT_H 1
  5919. | #define HAVE_ARPA_INET_H 1
  5920. | #define HAVE_FCNTL_H 1
  5921. | #define HAVE_INTTYPES_H 1
  5922. | #define HAVE_LIBINTL_H 1
  5923. | #define HAVE_LIMITS_H 1
  5924. | #define HAVE_LOCALE_H 1
  5925. | #define HAVE_MALLOC_H 1
  5926. | #define HAVE_NETDB_H 1
  5927. | #define HAVE_NETINET_IN_H 1
  5928. | #define HAVE_STDDEF_H 1
  5929. | #define HAVE_STDINT_H 1
  5930. | #define HAVE_STDLIB_H 1
  5931. | #define HAVE_STRING_H 1
  5932. | #define HAVE_STRINGS_H 1
  5933. | #define HAVE_SYS_FILE_H 1
  5934. | #define HAVE_SYS_IOCTL_H 1
  5935. | #define HAVE_SYS_PARAM_H 1
  5936. | #define HAVE_SYS_SOCKET_H 1
  5937. | #define HAVE_SYS_TIME_H 1
  5938. | #define HAVE_SYSLOG_H 1
  5939. | #define HAVE_TERMIOS_H 1
  5940. | #define HAVE_UNISTD_H 1
  5941. | #define HAVE_UTIME_H 1
  5942. | #define HAVE_ARPA_NAMESER_H 1
  5943. | #define HAVE_SYS_IO_H 1
  5944. | #define HAVE_TERMCAP 1
  5945. | #define HAVE_TINFO 1
  5946. | #define HAVE_CURSES 1
  5947. | #define HAVE_NCURSES 1
  5948. | #define HAVE_LIBXML2 1
  5949. | #define HAVE_XLOCALE_H 1
  5950. | #define _FILE_OFFSET_BITS 64
  5951. | #define HAVE__BOOL 1
  5952. | #define HAVE_STDBOOL_H 1
  5953. | #define HAVE_LONG_DOUBLE_WIDER 1
  5954. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  5955. | #define HAVE_STRUCT_UCRED_UID 1
  5956. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  5957. | #define TIME_WITH_SYS_TIME 1
  5958. | #define HAVE_PTRDIFF_T 1
  5959. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  5960. | #define HAVE_UNISTD_H 1
  5961. | #define HAVE_CHOWN 1
  5962. | #define HAVE_FORK 1
  5963. | #define HAVE_VFORK 1
  5964. | #define HAVE_WORKING_VFORK 1
  5965. | #define HAVE_WORKING_FORK 1
  5966. | #define HAVE_FSEEKO 1
  5967. | #define HAVE_STDLIB_H 1
  5968. | #define HAVE_UNISTD_H 1
  5969. | #define HAVE_SYS_PARAM_H 1
  5970. | #define HAVE_UTIME_H 1
  5971. | #define HAVE_GETPAGESIZE 1
  5972. | #define HAVE_MMAP 1
  5973. | #define HAVE_SYS_SELECT_H 1
  5974. | #define HAVE_SYS_SOCKET_H 1
  5975. | #define SELECT_TYPE_ARG1 int
  5976. | #define SELECT_TYPE_ARG234 (fd_set *)
  5977. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5978. | #define RETSIGTYPE void
  5979. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5980. | #define HAVE_STRCOLL 1
  5981. | #define HAVE_STRFTIME 1
  5982. | #define HAVE_UTIME_NULL 1
  5983. | #define HAVE_VPRINTF 1
  5984. | #define HAVE_ASPRINTF 1
  5985. | #define HAVE_ATEXIT 1
  5986. | #define HAVE_DUP2 1
  5987. | #define HAVE_EACCESS 1
  5988. | #define HAVE_ENDPWENT 1
  5989. | #define HAVE_EUIDACCESS 1
  5990. | #define HAVE_FFSLL 1
  5991. | #define HAVE_FTRUNCATE 1
  5992. | #define HAVE_GETCWD 1
  5993. | #define HAVE_GETHOSTBYNAME 1
  5994. | #define HAVE_GETHOSTNAME 1
  5995. | #define HAVE_GETLOADAVG 1
  5996. | #define HAVE_GETTIMEOFDAY 1
  5997. | #define HAVE_GLOB 1
  5998. | #define HAVE_IOPERM 1
  5999. | #define HAVE_INET_NTOA 1
  6000. | #define HAVE_ISASCII 1
  6001. | #define HAVE_MEMCHR 1
  6002. | #define HAVE_MEMMOVE 1
  6003. | #define HAVE_MEMSET 1
  6004. | #define HAVE_MKDIR 1
  6005. | #define HAVE_MKDTEMP 1
  6006. | #define HAVE_MUNMAP 1
  6007. | #define HAVE_NEWLOCALE 1
  6008. | #define HAVE_PPOLL 1
  6009. | #define HAVE_PUTENV 1
  6010. | #define HAVE_RE_COMP 1
  6011. | #define HAVE_REGCOMP 1
  6012. | #define HAVE_SELECT 1
  6013. | #define HAVE_SETENV 1
  6014. | #define HAVE_SOCKET 1
  6015. | #define HAVE_STRCASECMP 1
  6016. | #define HAVE_STRCASESTR 1
  6017. | #define HAVE_STRCHR 1
  6018. | #define HAVE_STRCSPN 1
  6019. | #define HAVE_STRDUP 1
  6020. | #define HAVE_STRERROR 1
  6021. | #define HAVE_STRNCASECMP 1
  6022. | #define HAVE_STRNDUP 1
  6023. | #define HAVE_STRNLEN 1
  6024. | #define HAVE_STRRCHR 1
  6025. | #define HAVE_STRSEP 1
  6026. | #define HAVE_STRSPN 1
  6027. | #define HAVE_STRSTR 1
  6028. | #define HAVE_STRTOD 1
  6029. | #define HAVE_STRTOL 1
  6030. | #define HAVE_STRTOLD 1
  6031. | #define HAVE_STRTOQ 1
  6032. | #define HAVE_UNSETENV 1
  6033. | #define HAVE_UTIME 1
  6034. | #define HAVE_VASPRINTF 1
  6035. | #define HAVE_SYSCTL 1
  6036. | #define HAVE_LIBM 1
  6037. | #define HAVE_EXP2 1
  6038. | #define HAVE_LOG2 1
  6039. | #define HAVE_EXP10 1
  6040. | #define HAVE_LOG10 1
  6041. | #define HAVE_SIN 1
  6042. | #define HAVE_COS 1
  6043. | #define HAVE_TAN 1
  6044. | #define HAVE_ASIN 1
  6045. | #define HAVE_ACOS 1
  6046. | #define HAVE_ATAN 1
  6047. | #define HAVE_ATAN2 1
  6048. | #define HAVE_POW 1
  6049. | #define HAVE_RINT 1
  6050. | #define HAVE_EXP 1
  6051. | #define HAVE_LOG 1
  6052. | #define HAVE_REMAINDER 1
  6053. | #define HAVE_FMOD 1
  6054. | #define HAVE_ROUND 1
  6055. | #define HAVE_ROUNDF 1
  6056. | #define HAVE_TRUNC 1
  6057. | #define HAVE_FLOOR 1
  6058. | #define HAVE_CEIL 1
  6059. | #define HAVE_EXP2L 1
  6060. | #define HAVE_LOG2L 1
  6061. | #define HAVE_EXP10L 1
  6062. | #define HAVE_LOG10L 1
  6063. | #define HAVE_SINL 1
  6064. | #define HAVE_COSL 1
  6065. | #define HAVE_TANL 1
  6066. | #define HAVE_ASINL 1
  6067. | #define HAVE_ACOSL 1
  6068. | #define HAVE_ATANL 1
  6069. | #define HAVE_ATAN2L 1
  6070. | #define HAVE_POWL 1
  6071. | #define HAVE_SQRTL 1
  6072. | #define HAVE_RINTL 1
  6073. | #define HAVE_EXPL 1
  6074. | #define HAVE_LOGL 1
  6075. | #define HAVE_REMAINDERL 1
  6076. | #define HAVE_FMODL 1
  6077. | #define HAVE_ROUNDL 1
  6078. | #define HAVE_TRUNCL 1
  6079. | #define HAVE_FLOORL 1
  6080. | #define HAVE_CEILL 1
  6081. | #define HAVE_LLONG_MAX 1
  6082. | #define HAVE_TIMERSUB 1
  6083. | #define HAVE_SYS_POLL_H 1
  6084. | #define HAVE_FOPENCOOKIE 1
  6085. | #define HAVE_INET_ATON 1
  6086. | #define HAVE_PKTINFO 1
  6087. | #define HAVE_GETHOSTBYNAME_R_6 1
  6088. | #define HAVE_BYTESWAP_H 1
  6089. | /* end confdefs.h. */
  6090. | #include <sys/endian.h>
  6091. | int
  6092. | main ()
  6093. | {
  6094. | int a = 1; int b = __swap16(a);
  6095. | ;
  6096. | return 0;
  6097. | }
  6098. configure:14699: result: no
  6099. configure:14706: checking for bswap16 variant of <sys/endian.h> byteswapping macros
  6100. configure:14719: gcc -o conftest -g -O2 conftest.c -lm >&5
  6101. conftest.c:200:24: fatal error: sys/endian.h: No such file or directory
  6102. compilation terminated.
  6103. configure:14719: $? = 1
  6104. configure: failed program was:
  6105. | /* confdefs.h */
  6106. | #define PACKAGE_NAME "asterisk"
  6107. | #define PACKAGE_TARNAME "asterisk"
  6108. | #define PACKAGE_VERSION "trunk"
  6109. | #define PACKAGE_STRING "asterisk trunk"
  6110. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  6111. | #define PACKAGE_URL ""
  6112. | #define STDC_HEADERS 1
  6113. | #define HAVE_SYS_TYPES_H 1
  6114. | #define HAVE_SYS_STAT_H 1
  6115. | #define HAVE_STDLIB_H 1
  6116. | #define HAVE_STRING_H 1
  6117. | #define HAVE_MEMORY_H 1
  6118. | #define HAVE_STRINGS_H 1
  6119. | #define HAVE_INTTYPES_H 1
  6120. | #define HAVE_STDINT_H 1
  6121. | #define HAVE_UNISTD_H 1
  6122. | #define __EXTENSIONS__ 1
  6123. | #define _ALL_SOURCE 1
  6124. | #define _GNU_SOURCE 1
  6125. | #define _POSIX_PTHREAD_SEMANTICS 1
  6126. | #define _TANDEM_SOURCE 1
  6127. | #define HAVE_PTHREAD 1
  6128. | #define HAVE_ALLOCA_H 1
  6129. | #define HAVE_ALLOCA 1
  6130. | #define HAVE_DIRENT_H 1
  6131. | #define STDC_HEADERS 1
  6132. | #define HAVE_SYS_WAIT_H 1
  6133. | #define HAVE_ARPA_INET_H 1
  6134. | #define HAVE_FCNTL_H 1
  6135. | #define HAVE_INTTYPES_H 1
  6136. | #define HAVE_LIBINTL_H 1
  6137. | #define HAVE_LIMITS_H 1
  6138. | #define HAVE_LOCALE_H 1
  6139. | #define HAVE_MALLOC_H 1
  6140. | #define HAVE_NETDB_H 1
  6141. | #define HAVE_NETINET_IN_H 1
  6142. | #define HAVE_STDDEF_H 1
  6143. | #define HAVE_STDINT_H 1
  6144. | #define HAVE_STDLIB_H 1
  6145. | #define HAVE_STRING_H 1
  6146. | #define HAVE_STRINGS_H 1
  6147. | #define HAVE_SYS_FILE_H 1
  6148. | #define HAVE_SYS_IOCTL_H 1
  6149. | #define HAVE_SYS_PARAM_H 1
  6150. | #define HAVE_SYS_SOCKET_H 1
  6151. | #define HAVE_SYS_TIME_H 1
  6152. | #define HAVE_SYSLOG_H 1
  6153. | #define HAVE_TERMIOS_H 1
  6154. | #define HAVE_UNISTD_H 1
  6155. | #define HAVE_UTIME_H 1
  6156. | #define HAVE_ARPA_NAMESER_H 1
  6157. | #define HAVE_SYS_IO_H 1
  6158. | #define HAVE_TERMCAP 1
  6159. | #define HAVE_TINFO 1
  6160. | #define HAVE_CURSES 1
  6161. | #define HAVE_NCURSES 1
  6162. | #define HAVE_LIBXML2 1
  6163. | #define HAVE_XLOCALE_H 1
  6164. | #define _FILE_OFFSET_BITS 64
  6165. | #define HAVE__BOOL 1
  6166. | #define HAVE_STDBOOL_H 1
  6167. | #define HAVE_LONG_DOUBLE_WIDER 1
  6168. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  6169. | #define HAVE_STRUCT_UCRED_UID 1
  6170. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  6171. | #define TIME_WITH_SYS_TIME 1
  6172. | #define HAVE_PTRDIFF_T 1
  6173. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  6174. | #define HAVE_UNISTD_H 1
  6175. | #define HAVE_CHOWN 1
  6176. | #define HAVE_FORK 1
  6177. | #define HAVE_VFORK 1
  6178. | #define HAVE_WORKING_VFORK 1
  6179. | #define HAVE_WORKING_FORK 1
  6180. | #define HAVE_FSEEKO 1
  6181. | #define HAVE_STDLIB_H 1
  6182. | #define HAVE_UNISTD_H 1
  6183. | #define HAVE_SYS_PARAM_H 1
  6184. | #define HAVE_UTIME_H 1
  6185. | #define HAVE_GETPAGESIZE 1
  6186. | #define HAVE_MMAP 1
  6187. | #define HAVE_SYS_SELECT_H 1
  6188. | #define HAVE_SYS_SOCKET_H 1
  6189. | #define SELECT_TYPE_ARG1 int
  6190. | #define SELECT_TYPE_ARG234 (fd_set *)
  6191. | #define SELECT_TYPE_ARG5 (struct timeval *)
  6192. | #define RETSIGTYPE void
  6193. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6194. | #define HAVE_STRCOLL 1
  6195. | #define HAVE_STRFTIME 1
  6196. | #define HAVE_UTIME_NULL 1
  6197. | #define HAVE_VPRINTF 1
  6198. | #define HAVE_ASPRINTF 1
  6199. | #define HAVE_ATEXIT 1
  6200. | #define HAVE_DUP2 1
  6201. | #define HAVE_EACCESS 1
  6202. | #define HAVE_ENDPWENT 1
  6203. | #define HAVE_EUIDACCESS 1
  6204. | #define HAVE_FFSLL 1
  6205. | #define HAVE_FTRUNCATE 1
  6206. | #define HAVE_GETCWD 1
  6207. | #define HAVE_GETHOSTBYNAME 1
  6208. | #define HAVE_GETHOSTNAME 1
  6209. | #define HAVE_GETLOADAVG 1
  6210. | #define HAVE_GETTIMEOFDAY 1
  6211. | #define HAVE_GLOB 1
  6212. | #define HAVE_IOPERM 1
  6213. | #define HAVE_INET_NTOA 1
  6214. | #define HAVE_ISASCII 1
  6215. | #define HAVE_MEMCHR 1
  6216. | #define HAVE_MEMMOVE 1
  6217. | #define HAVE_MEMSET 1
  6218. | #define HAVE_MKDIR 1
  6219. | #define HAVE_MKDTEMP 1
  6220. | #define HAVE_MUNMAP 1
  6221. | #define HAVE_NEWLOCALE 1
  6222. | #define HAVE_PPOLL 1
  6223. | #define HAVE_PUTENV 1
  6224. | #define HAVE_RE_COMP 1
  6225. | #define HAVE_REGCOMP 1
  6226. | #define HAVE_SELECT 1
  6227. | #define HAVE_SETENV 1
  6228. | #define HAVE_SOCKET 1
  6229. | #define HAVE_STRCASECMP 1
  6230. | #define HAVE_STRCASESTR 1
  6231. | #define HAVE_STRCHR 1
  6232. | #define HAVE_STRCSPN 1
  6233. | #define HAVE_STRDUP 1
  6234. | #define HAVE_STRERROR 1
  6235. | #define HAVE_STRNCASECMP 1
  6236. | #define HAVE_STRNDUP 1
  6237. | #define HAVE_STRNLEN 1
  6238. | #define HAVE_STRRCHR 1
  6239. | #define HAVE_STRSEP 1
  6240. | #define HAVE_STRSPN 1
  6241. | #define HAVE_STRSTR 1
  6242. | #define HAVE_STRTOD 1
  6243. | #define HAVE_STRTOL 1
  6244. | #define HAVE_STRTOLD 1
  6245. | #define HAVE_STRTOQ 1
  6246. | #define HAVE_UNSETENV 1
  6247. | #define HAVE_UTIME 1
  6248. | #define HAVE_VASPRINTF 1
  6249. | #define HAVE_SYSCTL 1
  6250. | #define HAVE_LIBM 1
  6251. | #define HAVE_EXP2 1
  6252. | #define HAVE_LOG2 1
  6253. | #define HAVE_EXP10 1
  6254. | #define HAVE_LOG10 1
  6255. | #define HAVE_SIN 1
  6256. | #define HAVE_COS 1
  6257. | #define HAVE_TAN 1
  6258. | #define HAVE_ASIN 1
  6259. | #define HAVE_ACOS 1
  6260. | #define HAVE_ATAN 1
  6261. | #define HAVE_ATAN2 1
  6262. | #define HAVE_POW 1
  6263. | #define HAVE_RINT 1
  6264. | #define HAVE_EXP 1
  6265. | #define HAVE_LOG 1
  6266. | #define HAVE_REMAINDER 1
  6267. | #define HAVE_FMOD 1
  6268. | #define HAVE_ROUND 1
  6269. | #define HAVE_ROUNDF 1
  6270. | #define HAVE_TRUNC 1
  6271. | #define HAVE_FLOOR 1
  6272. | #define HAVE_CEIL 1
  6273. | #define HAVE_EXP2L 1
  6274. | #define HAVE_LOG2L 1
  6275. | #define HAVE_EXP10L 1
  6276. | #define HAVE_LOG10L 1
  6277. | #define HAVE_SINL 1
  6278. | #define HAVE_COSL 1
  6279. | #define HAVE_TANL 1
  6280. | #define HAVE_ASINL 1
  6281. | #define HAVE_ACOSL 1
  6282. | #define HAVE_ATANL 1
  6283. | #define HAVE_ATAN2L 1
  6284. | #define HAVE_POWL 1
  6285. | #define HAVE_SQRTL 1
  6286. | #define HAVE_RINTL 1
  6287. | #define HAVE_EXPL 1
  6288. | #define HAVE_LOGL 1
  6289. | #define HAVE_REMAINDERL 1
  6290. | #define HAVE_FMODL 1
  6291. | #define HAVE_ROUNDL 1
  6292. | #define HAVE_TRUNCL 1
  6293. | #define HAVE_FLOORL 1
  6294. | #define HAVE_CEILL 1
  6295. | #define HAVE_LLONG_MAX 1
  6296. | #define HAVE_TIMERSUB 1
  6297. | #define HAVE_SYS_POLL_H 1
  6298. | #define HAVE_FOPENCOOKIE 1
  6299. | #define HAVE_INET_ATON 1
  6300. | #define HAVE_PKTINFO 1
  6301. | #define HAVE_GETHOSTBYNAME_R_6 1
  6302. | #define HAVE_BYTESWAP_H 1
  6303. | /* end confdefs.h. */
  6304. | #include <sys/endian.h>
  6305. | int
  6306. | main ()
  6307. | {
  6308. | int a = 1; int b = bswap16(a);
  6309. | ;
  6310. | return 0;
  6311. | }
  6312. configure:14726: result: no
  6313. configure:14735: checking for /dev/urandom
  6314. configure:14748: result: yes
  6315. configure:14758: checking for locale_t in locale.h
  6316. configure:14771: gcc -o conftest -g -O2 conftest.c -lm >&5
  6317. configure:14771: $? = 0
  6318. configure:14772: result: yes
  6319. configure:14811: checking for O_EVTONLY in fcntl.h
  6320. configure:14824: gcc -o conftest -g -O2 conftest.c -lm >&5
  6321. conftest.c: In function 'main':
  6322. conftest.c:206:9: error: 'O_EVTONLY' undeclared (first use in this function)
  6323. conftest.c:206:9: note: each undeclared identifier is reported only once for each function it appears in
  6324. configure:14824: $? = 1
  6325. configure: failed program was:
  6326. | /* confdefs.h */
  6327. | #define PACKAGE_NAME "asterisk"
  6328. | #define PACKAGE_TARNAME "asterisk"
  6329. | #define PACKAGE_VERSION "trunk"
  6330. | #define PACKAGE_STRING "asterisk trunk"
  6331. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  6332. | #define PACKAGE_URL ""
  6333. | #define STDC_HEADERS 1
  6334. | #define HAVE_SYS_TYPES_H 1
  6335. | #define HAVE_SYS_STAT_H 1
  6336. | #define HAVE_STDLIB_H 1
  6337. | #define HAVE_STRING_H 1
  6338. | #define HAVE_MEMORY_H 1
  6339. | #define HAVE_STRINGS_H 1
  6340. | #define HAVE_INTTYPES_H 1
  6341. | #define HAVE_STDINT_H 1
  6342. | #define HAVE_UNISTD_H 1
  6343. | #define __EXTENSIONS__ 1
  6344. | #define _ALL_SOURCE 1
  6345. | #define _GNU_SOURCE 1
  6346. | #define _POSIX_PTHREAD_SEMANTICS 1
  6347. | #define _TANDEM_SOURCE 1
  6348. | #define HAVE_PTHREAD 1
  6349. | #define HAVE_ALLOCA_H 1
  6350. | #define HAVE_ALLOCA 1
  6351. | #define HAVE_DIRENT_H 1
  6352. | #define STDC_HEADERS 1
  6353. | #define HAVE_SYS_WAIT_H 1
  6354. | #define HAVE_ARPA_INET_H 1
  6355. | #define HAVE_FCNTL_H 1
  6356. | #define HAVE_INTTYPES_H 1
  6357. | #define HAVE_LIBINTL_H 1
  6358. | #define HAVE_LIMITS_H 1
  6359. | #define HAVE_LOCALE_H 1
  6360. | #define HAVE_MALLOC_H 1
  6361. | #define HAVE_NETDB_H 1
  6362. | #define HAVE_NETINET_IN_H 1
  6363. | #define HAVE_STDDEF_H 1
  6364. | #define HAVE_STDINT_H 1
  6365. | #define HAVE_STDLIB_H 1
  6366. | #define HAVE_STRING_H 1
  6367. | #define HAVE_STRINGS_H 1
  6368. | #define HAVE_SYS_FILE_H 1
  6369. | #define HAVE_SYS_IOCTL_H 1
  6370. | #define HAVE_SYS_PARAM_H 1
  6371. | #define HAVE_SYS_SOCKET_H 1
  6372. | #define HAVE_SYS_TIME_H 1
  6373. | #define HAVE_SYSLOG_H 1
  6374. | #define HAVE_TERMIOS_H 1
  6375. | #define HAVE_UNISTD_H 1
  6376. | #define HAVE_UTIME_H 1
  6377. | #define HAVE_ARPA_NAMESER_H 1
  6378. | #define HAVE_SYS_IO_H 1
  6379. | #define HAVE_TERMCAP 1
  6380. | #define HAVE_TINFO 1
  6381. | #define HAVE_CURSES 1
  6382. | #define HAVE_NCURSES 1
  6383. | #define HAVE_LIBXML2 1
  6384. | #define HAVE_XLOCALE_H 1
  6385. | #define _FILE_OFFSET_BITS 64
  6386. | #define HAVE__BOOL 1
  6387. | #define HAVE_STDBOOL_H 1
  6388. | #define HAVE_LONG_DOUBLE_WIDER 1
  6389. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  6390. | #define HAVE_STRUCT_UCRED_UID 1
  6391. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  6392. | #define TIME_WITH_SYS_TIME 1
  6393. | #define HAVE_PTRDIFF_T 1
  6394. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  6395. | #define HAVE_UNISTD_H 1
  6396. | #define HAVE_CHOWN 1
  6397. | #define HAVE_FORK 1
  6398. | #define HAVE_VFORK 1
  6399. | #define HAVE_WORKING_VFORK 1
  6400. | #define HAVE_WORKING_FORK 1
  6401. | #define HAVE_FSEEKO 1
  6402. | #define HAVE_STDLIB_H 1
  6403. | #define HAVE_UNISTD_H 1
  6404. | #define HAVE_SYS_PARAM_H 1
  6405. | #define HAVE_UTIME_H 1
  6406. | #define HAVE_GETPAGESIZE 1
  6407. | #define HAVE_MMAP 1
  6408. | #define HAVE_SYS_SELECT_H 1
  6409. | #define HAVE_SYS_SOCKET_H 1
  6410. | #define SELECT_TYPE_ARG1 int
  6411. | #define SELECT_TYPE_ARG234 (fd_set *)
  6412. | #define SELECT_TYPE_ARG5 (struct timeval *)
  6413. | #define RETSIGTYPE void
  6414. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6415. | #define HAVE_STRCOLL 1
  6416. | #define HAVE_STRFTIME 1
  6417. | #define HAVE_UTIME_NULL 1
  6418. | #define HAVE_VPRINTF 1
  6419. | #define HAVE_ASPRINTF 1
  6420. | #define HAVE_ATEXIT 1
  6421. | #define HAVE_DUP2 1
  6422. | #define HAVE_EACCESS 1
  6423. | #define HAVE_ENDPWENT 1
  6424. | #define HAVE_EUIDACCESS 1
  6425. | #define HAVE_FFSLL 1
  6426. | #define HAVE_FTRUNCATE 1
  6427. | #define HAVE_GETCWD 1
  6428. | #define HAVE_GETHOSTBYNAME 1
  6429. | #define HAVE_GETHOSTNAME 1
  6430. | #define HAVE_GETLOADAVG 1
  6431. | #define HAVE_GETTIMEOFDAY 1
  6432. | #define HAVE_GLOB 1
  6433. | #define HAVE_IOPERM 1
  6434. | #define HAVE_INET_NTOA 1
  6435. | #define HAVE_ISASCII 1
  6436. | #define HAVE_MEMCHR 1
  6437. | #define HAVE_MEMMOVE 1
  6438. | #define HAVE_MEMSET 1
  6439. | #define HAVE_MKDIR 1
  6440. | #define HAVE_MKDTEMP 1
  6441. | #define HAVE_MUNMAP 1
  6442. | #define HAVE_NEWLOCALE 1
  6443. | #define HAVE_PPOLL 1
  6444. | #define HAVE_PUTENV 1
  6445. | #define HAVE_RE_COMP 1
  6446. | #define HAVE_REGCOMP 1
  6447. | #define HAVE_SELECT 1
  6448. | #define HAVE_SETENV 1
  6449. | #define HAVE_SOCKET 1
  6450. | #define HAVE_STRCASECMP 1
  6451. | #define HAVE_STRCASESTR 1
  6452. | #define HAVE_STRCHR 1
  6453. | #define HAVE_STRCSPN 1
  6454. | #define HAVE_STRDUP 1
  6455. | #define HAVE_STRERROR 1
  6456. | #define HAVE_STRNCASECMP 1
  6457. | #define HAVE_STRNDUP 1
  6458. | #define HAVE_STRNLEN 1
  6459. | #define HAVE_STRRCHR 1
  6460. | #define HAVE_STRSEP 1
  6461. | #define HAVE_STRSPN 1
  6462. | #define HAVE_STRSTR 1
  6463. | #define HAVE_STRTOD 1
  6464. | #define HAVE_STRTOL 1
  6465. | #define HAVE_STRTOLD 1
  6466. | #define HAVE_STRTOQ 1
  6467. | #define HAVE_UNSETENV 1
  6468. | #define HAVE_UTIME 1
  6469. | #define HAVE_VASPRINTF 1
  6470. | #define HAVE_SYSCTL 1
  6471. | #define HAVE_LIBM 1
  6472. | #define HAVE_EXP2 1
  6473. | #define HAVE_LOG2 1
  6474. | #define HAVE_EXP10 1
  6475. | #define HAVE_LOG10 1
  6476. | #define HAVE_SIN 1
  6477. | #define HAVE_COS 1
  6478. | #define HAVE_TAN 1
  6479. | #define HAVE_ASIN 1
  6480. | #define HAVE_ACOS 1
  6481. | #define HAVE_ATAN 1
  6482. | #define HAVE_ATAN2 1
  6483. | #define HAVE_POW 1
  6484. | #define HAVE_RINT 1
  6485. | #define HAVE_EXP 1
  6486. | #define HAVE_LOG 1
  6487. | #define HAVE_REMAINDER 1
  6488. | #define HAVE_FMOD 1
  6489. | #define HAVE_ROUND 1
  6490. | #define HAVE_ROUNDF 1
  6491. | #define HAVE_TRUNC 1
  6492. | #define HAVE_FLOOR 1
  6493. | #define HAVE_CEIL 1
  6494. | #define HAVE_EXP2L 1
  6495. | #define HAVE_LOG2L 1
  6496. | #define HAVE_EXP10L 1
  6497. | #define HAVE_LOG10L 1
  6498. | #define HAVE_SINL 1
  6499. | #define HAVE_COSL 1
  6500. | #define HAVE_TANL 1
  6501. | #define HAVE_ASINL 1
  6502. | #define HAVE_ACOSL 1
  6503. | #define HAVE_ATANL 1
  6504. | #define HAVE_ATAN2L 1
  6505. | #define HAVE_POWL 1
  6506. | #define HAVE_SQRTL 1
  6507. | #define HAVE_RINTL 1
  6508. | #define HAVE_EXPL 1
  6509. | #define HAVE_LOGL 1
  6510. | #define HAVE_REMAINDERL 1
  6511. | #define HAVE_FMODL 1
  6512. | #define HAVE_ROUNDL 1
  6513. | #define HAVE_TRUNCL 1
  6514. | #define HAVE_FLOORL 1
  6515. | #define HAVE_CEILL 1
  6516. | #define HAVE_LLONG_MAX 1
  6517. | #define HAVE_TIMERSUB 1
  6518. | #define HAVE_SYS_POLL_H 1
  6519. | #define HAVE_FOPENCOOKIE 1
  6520. | #define HAVE_INET_ATON 1
  6521. | #define HAVE_PKTINFO 1
  6522. | #define HAVE_GETHOSTBYNAME_R_6 1
  6523. | #define HAVE_BYTESWAP_H 1
  6524. | #define HAVE_DEV_URANDOM 1
  6525. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  6526. | /* end confdefs.h. */
  6527. | #include <fcntl.h>
  6528. | int
  6529. | main ()
  6530. | {
  6531. | int a = O_EVTONLY;
  6532. | ;
  6533. | return 0;
  6534. | }
  6535. configure:14831: result: no
  6536. configure:14838: checking for O_SYMLINK in fcntl.h
  6537. configure:14851: gcc -o conftest -g -O2 conftest.c -lm >&5
  6538. conftest.c: In function 'main':
  6539. conftest.c:206:9: error: 'O_SYMLINK' undeclared (first use in this function)
  6540. conftest.c:206:9: note: each undeclared identifier is reported only once for each function it appears in
  6541. configure:14851: $? = 1
  6542. configure: failed program was:
  6543. | /* confdefs.h */
  6544. | #define PACKAGE_NAME "asterisk"
  6545. | #define PACKAGE_TARNAME "asterisk"
  6546. | #define PACKAGE_VERSION "trunk"
  6547. | #define PACKAGE_STRING "asterisk trunk"
  6548. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  6549. | #define PACKAGE_URL ""
  6550. | #define STDC_HEADERS 1
  6551. | #define HAVE_SYS_TYPES_H 1
  6552. | #define HAVE_SYS_STAT_H 1
  6553. | #define HAVE_STDLIB_H 1
  6554. | #define HAVE_STRING_H 1
  6555. | #define HAVE_MEMORY_H 1
  6556. | #define HAVE_STRINGS_H 1
  6557. | #define HAVE_INTTYPES_H 1
  6558. | #define HAVE_STDINT_H 1
  6559. | #define HAVE_UNISTD_H 1
  6560. | #define __EXTENSIONS__ 1
  6561. | #define _ALL_SOURCE 1
  6562. | #define _GNU_SOURCE 1
  6563. | #define _POSIX_PTHREAD_SEMANTICS 1
  6564. | #define _TANDEM_SOURCE 1
  6565. | #define HAVE_PTHREAD 1
  6566. | #define HAVE_ALLOCA_H 1
  6567. | #define HAVE_ALLOCA 1
  6568. | #define HAVE_DIRENT_H 1
  6569. | #define STDC_HEADERS 1
  6570. | #define HAVE_SYS_WAIT_H 1
  6571. | #define HAVE_ARPA_INET_H 1
  6572. | #define HAVE_FCNTL_H 1
  6573. | #define HAVE_INTTYPES_H 1
  6574. | #define HAVE_LIBINTL_H 1
  6575. | #define HAVE_LIMITS_H 1
  6576. | #define HAVE_LOCALE_H 1
  6577. | #define HAVE_MALLOC_H 1
  6578. | #define HAVE_NETDB_H 1
  6579. | #define HAVE_NETINET_IN_H 1
  6580. | #define HAVE_STDDEF_H 1
  6581. | #define HAVE_STDINT_H 1
  6582. | #define HAVE_STDLIB_H 1
  6583. | #define HAVE_STRING_H 1
  6584. | #define HAVE_STRINGS_H 1
  6585. | #define HAVE_SYS_FILE_H 1
  6586. | #define HAVE_SYS_IOCTL_H 1
  6587. | #define HAVE_SYS_PARAM_H 1
  6588. | #define HAVE_SYS_SOCKET_H 1
  6589. | #define HAVE_SYS_TIME_H 1
  6590. | #define HAVE_SYSLOG_H 1
  6591. | #define HAVE_TERMIOS_H 1
  6592. | #define HAVE_UNISTD_H 1
  6593. | #define HAVE_UTIME_H 1
  6594. | #define HAVE_ARPA_NAMESER_H 1
  6595. | #define HAVE_SYS_IO_H 1
  6596. | #define HAVE_TERMCAP 1
  6597. | #define HAVE_TINFO 1
  6598. | #define HAVE_CURSES 1
  6599. | #define HAVE_NCURSES 1
  6600. | #define HAVE_LIBXML2 1
  6601. | #define HAVE_XLOCALE_H 1
  6602. | #define _FILE_OFFSET_BITS 64
  6603. | #define HAVE__BOOL 1
  6604. | #define HAVE_STDBOOL_H 1
  6605. | #define HAVE_LONG_DOUBLE_WIDER 1
  6606. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  6607. | #define HAVE_STRUCT_UCRED_UID 1
  6608. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  6609. | #define TIME_WITH_SYS_TIME 1
  6610. | #define HAVE_PTRDIFF_T 1
  6611. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  6612. | #define HAVE_UNISTD_H 1
  6613. | #define HAVE_CHOWN 1
  6614. | #define HAVE_FORK 1
  6615. | #define HAVE_VFORK 1
  6616. | #define HAVE_WORKING_VFORK 1
  6617. | #define HAVE_WORKING_FORK 1
  6618. | #define HAVE_FSEEKO 1
  6619. | #define HAVE_STDLIB_H 1
  6620. | #define HAVE_UNISTD_H 1
  6621. | #define HAVE_SYS_PARAM_H 1
  6622. | #define HAVE_UTIME_H 1
  6623. | #define HAVE_GETPAGESIZE 1
  6624. | #define HAVE_MMAP 1
  6625. | #define HAVE_SYS_SELECT_H 1
  6626. | #define HAVE_SYS_SOCKET_H 1
  6627. | #define SELECT_TYPE_ARG1 int
  6628. | #define SELECT_TYPE_ARG234 (fd_set *)
  6629. | #define SELECT_TYPE_ARG5 (struct timeval *)
  6630. | #define RETSIGTYPE void
  6631. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6632. | #define HAVE_STRCOLL 1
  6633. | #define HAVE_STRFTIME 1
  6634. | #define HAVE_UTIME_NULL 1
  6635. | #define HAVE_VPRINTF 1
  6636. | #define HAVE_ASPRINTF 1
  6637. | #define HAVE_ATEXIT 1
  6638. | #define HAVE_DUP2 1
  6639. | #define HAVE_EACCESS 1
  6640. | #define HAVE_ENDPWENT 1
  6641. | #define HAVE_EUIDACCESS 1
  6642. | #define HAVE_FFSLL 1
  6643. | #define HAVE_FTRUNCATE 1
  6644. | #define HAVE_GETCWD 1
  6645. | #define HAVE_GETHOSTBYNAME 1
  6646. | #define HAVE_GETHOSTNAME 1
  6647. | #define HAVE_GETLOADAVG 1
  6648. | #define HAVE_GETTIMEOFDAY 1
  6649. | #define HAVE_GLOB 1
  6650. | #define HAVE_IOPERM 1
  6651. | #define HAVE_INET_NTOA 1
  6652. | #define HAVE_ISASCII 1
  6653. | #define HAVE_MEMCHR 1
  6654. | #define HAVE_MEMMOVE 1
  6655. | #define HAVE_MEMSET 1
  6656. | #define HAVE_MKDIR 1
  6657. | #define HAVE_MKDTEMP 1
  6658. | #define HAVE_MUNMAP 1
  6659. | #define HAVE_NEWLOCALE 1
  6660. | #define HAVE_PPOLL 1
  6661. | #define HAVE_PUTENV 1
  6662. | #define HAVE_RE_COMP 1
  6663. | #define HAVE_REGCOMP 1
  6664. | #define HAVE_SELECT 1
  6665. | #define HAVE_SETENV 1
  6666. | #define HAVE_SOCKET 1
  6667. | #define HAVE_STRCASECMP 1
  6668. | #define HAVE_STRCASESTR 1
  6669. | #define HAVE_STRCHR 1
  6670. | #define HAVE_STRCSPN 1
  6671. | #define HAVE_STRDUP 1
  6672. | #define HAVE_STRERROR 1
  6673. | #define HAVE_STRNCASECMP 1
  6674. | #define HAVE_STRNDUP 1
  6675. | #define HAVE_STRNLEN 1
  6676. | #define HAVE_STRRCHR 1
  6677. | #define HAVE_STRSEP 1
  6678. | #define HAVE_STRSPN 1
  6679. | #define HAVE_STRSTR 1
  6680. | #define HAVE_STRTOD 1
  6681. | #define HAVE_STRTOL 1
  6682. | #define HAVE_STRTOLD 1
  6683. | #define HAVE_STRTOQ 1
  6684. | #define HAVE_UNSETENV 1
  6685. | #define HAVE_UTIME 1
  6686. | #define HAVE_VASPRINTF 1
  6687. | #define HAVE_SYSCTL 1
  6688. | #define HAVE_LIBM 1
  6689. | #define HAVE_EXP2 1
  6690. | #define HAVE_LOG2 1
  6691. | #define HAVE_EXP10 1
  6692. | #define HAVE_LOG10 1
  6693. | #define HAVE_SIN 1
  6694. | #define HAVE_COS 1
  6695. | #define HAVE_TAN 1
  6696. | #define HAVE_ASIN 1
  6697. | #define HAVE_ACOS 1
  6698. | #define HAVE_ATAN 1
  6699. | #define HAVE_ATAN2 1
  6700. | #define HAVE_POW 1
  6701. | #define HAVE_RINT 1
  6702. | #define HAVE_EXP 1
  6703. | #define HAVE_LOG 1
  6704. | #define HAVE_REMAINDER 1
  6705. | #define HAVE_FMOD 1
  6706. | #define HAVE_ROUND 1
  6707. | #define HAVE_ROUNDF 1
  6708. | #define HAVE_TRUNC 1
  6709. | #define HAVE_FLOOR 1
  6710. | #define HAVE_CEIL 1
  6711. | #define HAVE_EXP2L 1
  6712. | #define HAVE_LOG2L 1
  6713. | #define HAVE_EXP10L 1
  6714. | #define HAVE_LOG10L 1
  6715. | #define HAVE_SINL 1
  6716. | #define HAVE_COSL 1
  6717. | #define HAVE_TANL 1
  6718. | #define HAVE_ASINL 1
  6719. | #define HAVE_ACOSL 1
  6720. | #define HAVE_ATANL 1
  6721. | #define HAVE_ATAN2L 1
  6722. | #define HAVE_POWL 1
  6723. | #define HAVE_SQRTL 1
  6724. | #define HAVE_RINTL 1
  6725. | #define HAVE_EXPL 1
  6726. | #define HAVE_LOGL 1
  6727. | #define HAVE_REMAINDERL 1
  6728. | #define HAVE_FMODL 1
  6729. | #define HAVE_ROUNDL 1
  6730. | #define HAVE_TRUNCL 1
  6731. | #define HAVE_FLOORL 1
  6732. | #define HAVE_CEILL 1
  6733. | #define HAVE_LLONG_MAX 1
  6734. | #define HAVE_TIMERSUB 1
  6735. | #define HAVE_SYS_POLL_H 1
  6736. | #define HAVE_FOPENCOOKIE 1
  6737. | #define HAVE_INET_ATON 1
  6738. | #define HAVE_PKTINFO 1
  6739. | #define HAVE_GETHOSTBYNAME_R_6 1
  6740. | #define HAVE_BYTESWAP_H 1
  6741. | #define HAVE_DEV_URANDOM 1
  6742. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  6743. | /* end confdefs.h. */
  6744. | #include <fcntl.h>
  6745. | int
  6746. | main ()
  6747. | {
  6748. | int a = O_SYMLINK;
  6749. | ;
  6750. | return 0;
  6751. | }
  6752. configure:14858: result: no
  6753. configure:14867: checking for PTHREAD_RWLOCK_INITIALIZER in pthread.h
  6754. configure:14892: gcc -c -g -O2 conftest.c >&5
  6755. configure:14892: $? = 0
  6756. configure:14893: result: yes
  6757. configure:14912: checking for PTHREAD_RWLOCK_PREFER_WRITER_NP in pthread.h
  6758. configure:14925: gcc -o conftest -g -O2 conftest.c -lm >&5
  6759. configure:14925: $? = 0
  6760. configure:14926: result: yes
  6761. configure:14939: checking for PTHREAD_MUTEX_RECURSIVE_NP in pthread.h
  6762. configure:14952: gcc -o conftest -g -O2 conftest.c -lm >&5
  6763. configure:14952: $? = 0
  6764. configure:14953: result: yes
  6765. configure:14966: checking for pthread_rwlock_timedwrlock() in pthread.h
  6766. configure:14985: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
  6767. configure:14985: $? = 0
  6768. configure:14987: result: yes
  6769. configure:15009: checking if PTHREAD_ONCE_INIT needs braces
  6770. configure:15026: gcc -c -g -O2 -Werror -Wmissing-braces conftest.c >&5
  6771. configure:15026: $? = 0
  6772. configure:15028: result: no
  6773. configure:15050: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP in pthread.h
  6774. configure:15075: gcc -c -g -O2 conftest.c >&5
  6775. configure:15075: $? = 0
  6776. configure:15076: result: yes
  6777. configure:15097: checking whether we can compare a mutex to its initial value
  6778. configure:15114: gcc -o conftest -g -O2 conftest.c -lm >&5
  6779. conftest.c: In function 'main':
  6780. conftest.c:212:13: error: invalid operands to binary != (have 'pthread_mutex_t' and 'pthread_mutex_t')
  6781. configure:15114: $? = 1
  6782. configure: failed program was:
  6783. | /* confdefs.h */
  6784. | #define PACKAGE_NAME "asterisk"
  6785. | #define PACKAGE_TARNAME "asterisk"
  6786. | #define PACKAGE_VERSION "trunk"
  6787. | #define PACKAGE_STRING "asterisk trunk"
  6788. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  6789. | #define PACKAGE_URL ""
  6790. | #define STDC_HEADERS 1
  6791. | #define HAVE_SYS_TYPES_H 1
  6792. | #define HAVE_SYS_STAT_H 1
  6793. | #define HAVE_STDLIB_H 1
  6794. | #define HAVE_STRING_H 1
  6795. | #define HAVE_MEMORY_H 1
  6796. | #define HAVE_STRINGS_H 1
  6797. | #define HAVE_INTTYPES_H 1
  6798. | #define HAVE_STDINT_H 1
  6799. | #define HAVE_UNISTD_H 1
  6800. | #define __EXTENSIONS__ 1
  6801. | #define _ALL_SOURCE 1
  6802. | #define _GNU_SOURCE 1
  6803. | #define _POSIX_PTHREAD_SEMANTICS 1
  6804. | #define _TANDEM_SOURCE 1
  6805. | #define HAVE_PTHREAD 1
  6806. | #define HAVE_ALLOCA_H 1
  6807. | #define HAVE_ALLOCA 1
  6808. | #define HAVE_DIRENT_H 1
  6809. | #define STDC_HEADERS 1
  6810. | #define HAVE_SYS_WAIT_H 1
  6811. | #define HAVE_ARPA_INET_H 1
  6812. | #define HAVE_FCNTL_H 1
  6813. | #define HAVE_INTTYPES_H 1
  6814. | #define HAVE_LIBINTL_H 1
  6815. | #define HAVE_LIMITS_H 1
  6816. | #define HAVE_LOCALE_H 1
  6817. | #define HAVE_MALLOC_H 1
  6818. | #define HAVE_NETDB_H 1
  6819. | #define HAVE_NETINET_IN_H 1
  6820. | #define HAVE_STDDEF_H 1
  6821. | #define HAVE_STDINT_H 1
  6822. | #define HAVE_STDLIB_H 1
  6823. | #define HAVE_STRING_H 1
  6824. | #define HAVE_STRINGS_H 1
  6825. | #define HAVE_SYS_FILE_H 1
  6826. | #define HAVE_SYS_IOCTL_H 1
  6827. | #define HAVE_SYS_PARAM_H 1
  6828. | #define HAVE_SYS_SOCKET_H 1
  6829. | #define HAVE_SYS_TIME_H 1
  6830. | #define HAVE_SYSLOG_H 1
  6831. | #define HAVE_TERMIOS_H 1
  6832. | #define HAVE_UNISTD_H 1
  6833. | #define HAVE_UTIME_H 1
  6834. | #define HAVE_ARPA_NAMESER_H 1
  6835. | #define HAVE_SYS_IO_H 1
  6836. | #define HAVE_TERMCAP 1
  6837. | #define HAVE_TINFO 1
  6838. | #define HAVE_CURSES 1
  6839. | #define HAVE_NCURSES 1
  6840. | #define HAVE_LIBXML2 1
  6841. | #define HAVE_XLOCALE_H 1
  6842. | #define _FILE_OFFSET_BITS 64
  6843. | #define HAVE__BOOL 1
  6844. | #define HAVE_STDBOOL_H 1
  6845. | #define HAVE_LONG_DOUBLE_WIDER 1
  6846. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  6847. | #define HAVE_STRUCT_UCRED_UID 1
  6848. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  6849. | #define TIME_WITH_SYS_TIME 1
  6850. | #define HAVE_PTRDIFF_T 1
  6851. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  6852. | #define HAVE_UNISTD_H 1
  6853. | #define HAVE_CHOWN 1
  6854. | #define HAVE_FORK 1
  6855. | #define HAVE_VFORK 1
  6856. | #define HAVE_WORKING_VFORK 1
  6857. | #define HAVE_WORKING_FORK 1
  6858. | #define HAVE_FSEEKO 1
  6859. | #define HAVE_STDLIB_H 1
  6860. | #define HAVE_UNISTD_H 1
  6861. | #define HAVE_SYS_PARAM_H 1
  6862. | #define HAVE_UTIME_H 1
  6863. | #define HAVE_GETPAGESIZE 1
  6864. | #define HAVE_MMAP 1
  6865. | #define HAVE_SYS_SELECT_H 1
  6866. | #define HAVE_SYS_SOCKET_H 1
  6867. | #define SELECT_TYPE_ARG1 int
  6868. | #define SELECT_TYPE_ARG234 (fd_set *)
  6869. | #define SELECT_TYPE_ARG5 (struct timeval *)
  6870. | #define RETSIGTYPE void
  6871. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6872. | #define HAVE_STRCOLL 1
  6873. | #define HAVE_STRFTIME 1
  6874. | #define HAVE_UTIME_NULL 1
  6875. | #define HAVE_VPRINTF 1
  6876. | #define HAVE_ASPRINTF 1
  6877. | #define HAVE_ATEXIT 1
  6878. | #define HAVE_DUP2 1
  6879. | #define HAVE_EACCESS 1
  6880. | #define HAVE_ENDPWENT 1
  6881. | #define HAVE_EUIDACCESS 1
  6882. | #define HAVE_FFSLL 1
  6883. | #define HAVE_FTRUNCATE 1
  6884. | #define HAVE_GETCWD 1
  6885. | #define HAVE_GETHOSTBYNAME 1
  6886. | #define HAVE_GETHOSTNAME 1
  6887. | #define HAVE_GETLOADAVG 1
  6888. | #define HAVE_GETTIMEOFDAY 1
  6889. | #define HAVE_GLOB 1
  6890. | #define HAVE_IOPERM 1
  6891. | #define HAVE_INET_NTOA 1
  6892. | #define HAVE_ISASCII 1
  6893. | #define HAVE_MEMCHR 1
  6894. | #define HAVE_MEMMOVE 1
  6895. | #define HAVE_MEMSET 1
  6896. | #define HAVE_MKDIR 1
  6897. | #define HAVE_MKDTEMP 1
  6898. | #define HAVE_MUNMAP 1
  6899. | #define HAVE_NEWLOCALE 1
  6900. | #define HAVE_PPOLL 1
  6901. | #define HAVE_PUTENV 1
  6902. | #define HAVE_RE_COMP 1
  6903. | #define HAVE_REGCOMP 1
  6904. | #define HAVE_SELECT 1
  6905. | #define HAVE_SETENV 1
  6906. | #define HAVE_SOCKET 1
  6907. | #define HAVE_STRCASECMP 1
  6908. | #define HAVE_STRCASESTR 1
  6909. | #define HAVE_STRCHR 1
  6910. | #define HAVE_STRCSPN 1
  6911. | #define HAVE_STRDUP 1
  6912. | #define HAVE_STRERROR 1
  6913. | #define HAVE_STRNCASECMP 1
  6914. | #define HAVE_STRNDUP 1
  6915. | #define HAVE_STRNLEN 1
  6916. | #define HAVE_STRRCHR 1
  6917. | #define HAVE_STRSEP 1
  6918. | #define HAVE_STRSPN 1
  6919. | #define HAVE_STRSTR 1
  6920. | #define HAVE_STRTOD 1
  6921. | #define HAVE_STRTOL 1
  6922. | #define HAVE_STRTOLD 1
  6923. | #define HAVE_STRTOQ 1
  6924. | #define HAVE_UNSETENV 1
  6925. | #define HAVE_UTIME 1
  6926. | #define HAVE_VASPRINTF 1
  6927. | #define HAVE_SYSCTL 1
  6928. | #define HAVE_LIBM 1
  6929. | #define HAVE_EXP2 1
  6930. | #define HAVE_LOG2 1
  6931. | #define HAVE_EXP10 1
  6932. | #define HAVE_LOG10 1
  6933. | #define HAVE_SIN 1
  6934. | #define HAVE_COS 1
  6935. | #define HAVE_TAN 1
  6936. | #define HAVE_ASIN 1
  6937. | #define HAVE_ACOS 1
  6938. | #define HAVE_ATAN 1
  6939. | #define HAVE_ATAN2 1
  6940. | #define HAVE_POW 1
  6941. | #define HAVE_RINT 1
  6942. | #define HAVE_EXP 1
  6943. | #define HAVE_LOG 1
  6944. | #define HAVE_REMAINDER 1
  6945. | #define HAVE_FMOD 1
  6946. | #define HAVE_ROUND 1
  6947. | #define HAVE_ROUNDF 1
  6948. | #define HAVE_TRUNC 1
  6949. | #define HAVE_FLOOR 1
  6950. | #define HAVE_CEIL 1
  6951. | #define HAVE_EXP2L 1
  6952. | #define HAVE_LOG2L 1
  6953. | #define HAVE_EXP10L 1
  6954. | #define HAVE_LOG10L 1
  6955. | #define HAVE_SINL 1
  6956. | #define HAVE_COSL 1
  6957. | #define HAVE_TANL 1
  6958. | #define HAVE_ASINL 1
  6959. | #define HAVE_ACOSL 1
  6960. | #define HAVE_ATANL 1
  6961. | #define HAVE_ATAN2L 1
  6962. | #define HAVE_POWL 1
  6963. | #define HAVE_SQRTL 1
  6964. | #define HAVE_RINTL 1
  6965. | #define HAVE_EXPL 1
  6966. | #define HAVE_LOGL 1
  6967. | #define HAVE_REMAINDERL 1
  6968. | #define HAVE_FMODL 1
  6969. | #define HAVE_ROUNDL 1
  6970. | #define HAVE_TRUNCL 1
  6971. | #define HAVE_FLOORL 1
  6972. | #define HAVE_CEILL 1
  6973. | #define HAVE_LLONG_MAX 1
  6974. | #define HAVE_TIMERSUB 1
  6975. | #define HAVE_SYS_POLL_H 1
  6976. | #define HAVE_FOPENCOOKIE 1
  6977. | #define HAVE_INET_ATON 1
  6978. | #define HAVE_PKTINFO 1
  6979. | #define HAVE_GETHOSTBYNAME_R_6 1
  6980. | #define HAVE_BYTESWAP_H 1
  6981. | #define HAVE_DEV_URANDOM 1
  6982. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  6983. | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
  6984. | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
  6985. | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  6986. | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  6987. | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  6988. | /* end confdefs.h. */
  6989. | #include <pthread.h>
  6990. | int
  6991. | main ()
  6992. | {
  6993. | pthread_mutex_t lock;
  6994. | if ((lock) != ((pthread_mutex_t) PTHREAD_MUTEX_INITIALIZER)) {
  6995. | return 0;
  6996. | }
  6997. | return 0
  6998. | ;
  6999. | return 0;
  7000. | }
  7001. configure:15121: result: no
  7002. configure:15146: checking sys/thr.h usability
  7003. configure:15146: gcc -c -g -O2 conftest.c >&5
  7004. conftest.c:240:21: fatal error: sys/thr.h: No such file or directory
  7005. compilation terminated.
  7006. configure:15146: $? = 1
  7007. configure: failed program was:
  7008. | /* confdefs.h */
  7009. | #define PACKAGE_NAME "asterisk"
  7010. | #define PACKAGE_TARNAME "asterisk"
  7011. | #define PACKAGE_VERSION "trunk"
  7012. | #define PACKAGE_STRING "asterisk trunk"
  7013. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  7014. | #define PACKAGE_URL ""
  7015. | #define STDC_HEADERS 1
  7016. | #define HAVE_SYS_TYPES_H 1
  7017. | #define HAVE_SYS_STAT_H 1
  7018. | #define HAVE_STDLIB_H 1
  7019. | #define HAVE_STRING_H 1
  7020. | #define HAVE_MEMORY_H 1
  7021. | #define HAVE_STRINGS_H 1
  7022. | #define HAVE_INTTYPES_H 1
  7023. | #define HAVE_STDINT_H 1
  7024. | #define HAVE_UNISTD_H 1
  7025. | #define __EXTENSIONS__ 1
  7026. | #define _ALL_SOURCE 1
  7027. | #define _GNU_SOURCE 1
  7028. | #define _POSIX_PTHREAD_SEMANTICS 1
  7029. | #define _TANDEM_SOURCE 1
  7030. | #define HAVE_PTHREAD 1
  7031. | #define HAVE_ALLOCA_H 1
  7032. | #define HAVE_ALLOCA 1
  7033. | #define HAVE_DIRENT_H 1
  7034. | #define STDC_HEADERS 1
  7035. | #define HAVE_SYS_WAIT_H 1
  7036. | #define HAVE_ARPA_INET_H 1
  7037. | #define HAVE_FCNTL_H 1
  7038. | #define HAVE_INTTYPES_H 1
  7039. | #define HAVE_LIBINTL_H 1
  7040. | #define HAVE_LIMITS_H 1
  7041. | #define HAVE_LOCALE_H 1
  7042. | #define HAVE_MALLOC_H 1
  7043. | #define HAVE_NETDB_H 1
  7044. | #define HAVE_NETINET_IN_H 1
  7045. | #define HAVE_STDDEF_H 1
  7046. | #define HAVE_STDINT_H 1
  7047. | #define HAVE_STDLIB_H 1
  7048. | #define HAVE_STRING_H 1
  7049. | #define HAVE_STRINGS_H 1
  7050. | #define HAVE_SYS_FILE_H 1
  7051. | #define HAVE_SYS_IOCTL_H 1
  7052. | #define HAVE_SYS_PARAM_H 1
  7053. | #define HAVE_SYS_SOCKET_H 1
  7054. | #define HAVE_SYS_TIME_H 1
  7055. | #define HAVE_SYSLOG_H 1
  7056. | #define HAVE_TERMIOS_H 1
  7057. | #define HAVE_UNISTD_H 1
  7058. | #define HAVE_UTIME_H 1
  7059. | #define HAVE_ARPA_NAMESER_H 1
  7060. | #define HAVE_SYS_IO_H 1
  7061. | #define HAVE_TERMCAP 1
  7062. | #define HAVE_TINFO 1
  7063. | #define HAVE_CURSES 1
  7064. | #define HAVE_NCURSES 1
  7065. | #define HAVE_LIBXML2 1
  7066. | #define HAVE_XLOCALE_H 1
  7067. | #define _FILE_OFFSET_BITS 64
  7068. | #define HAVE__BOOL 1
  7069. | #define HAVE_STDBOOL_H 1
  7070. | #define HAVE_LONG_DOUBLE_WIDER 1
  7071. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  7072. | #define HAVE_STRUCT_UCRED_UID 1
  7073. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  7074. | #define TIME_WITH_SYS_TIME 1
  7075. | #define HAVE_PTRDIFF_T 1
  7076. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  7077. | #define HAVE_UNISTD_H 1
  7078. | #define HAVE_CHOWN 1
  7079. | #define HAVE_FORK 1
  7080. | #define HAVE_VFORK 1
  7081. | #define HAVE_WORKING_VFORK 1
  7082. | #define HAVE_WORKING_FORK 1
  7083. | #define HAVE_FSEEKO 1
  7084. | #define HAVE_STDLIB_H 1
  7085. | #define HAVE_UNISTD_H 1
  7086. | #define HAVE_SYS_PARAM_H 1
  7087. | #define HAVE_UTIME_H 1
  7088. | #define HAVE_GETPAGESIZE 1
  7089. | #define HAVE_MMAP 1
  7090. | #define HAVE_SYS_SELECT_H 1
  7091. | #define HAVE_SYS_SOCKET_H 1
  7092. | #define SELECT_TYPE_ARG1 int
  7093. | #define SELECT_TYPE_ARG234 (fd_set *)
  7094. | #define SELECT_TYPE_ARG5 (struct timeval *)
  7095. | #define RETSIGTYPE void
  7096. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  7097. | #define HAVE_STRCOLL 1
  7098. | #define HAVE_STRFTIME 1
  7099. | #define HAVE_UTIME_NULL 1
  7100. | #define HAVE_VPRINTF 1
  7101. | #define HAVE_ASPRINTF 1
  7102. | #define HAVE_ATEXIT 1
  7103. | #define HAVE_DUP2 1
  7104. | #define HAVE_EACCESS 1
  7105. | #define HAVE_ENDPWENT 1
  7106. | #define HAVE_EUIDACCESS 1
  7107. | #define HAVE_FFSLL 1
  7108. | #define HAVE_FTRUNCATE 1
  7109. | #define HAVE_GETCWD 1
  7110. | #define HAVE_GETHOSTBYNAME 1
  7111. | #define HAVE_GETHOSTNAME 1
  7112. | #define HAVE_GETLOADAVG 1
  7113. | #define HAVE_GETTIMEOFDAY 1
  7114. | #define HAVE_GLOB 1
  7115. | #define HAVE_IOPERM 1
  7116. | #define HAVE_INET_NTOA 1
  7117. | #define HAVE_ISASCII 1
  7118. | #define HAVE_MEMCHR 1
  7119. | #define HAVE_MEMMOVE 1
  7120. | #define HAVE_MEMSET 1
  7121. | #define HAVE_MKDIR 1
  7122. | #define HAVE_MKDTEMP 1
  7123. | #define HAVE_MUNMAP 1
  7124. | #define HAVE_NEWLOCALE 1
  7125. | #define HAVE_PPOLL 1
  7126. | #define HAVE_PUTENV 1
  7127. | #define HAVE_RE_COMP 1
  7128. | #define HAVE_REGCOMP 1
  7129. | #define HAVE_SELECT 1
  7130. | #define HAVE_SETENV 1
  7131. | #define HAVE_SOCKET 1
  7132. | #define HAVE_STRCASECMP 1
  7133. | #define HAVE_STRCASESTR 1
  7134. | #define HAVE_STRCHR 1
  7135. | #define HAVE_STRCSPN 1
  7136. | #define HAVE_STRDUP 1
  7137. | #define HAVE_STRERROR 1
  7138. | #define HAVE_STRNCASECMP 1
  7139. | #define HAVE_STRNDUP 1
  7140. | #define HAVE_STRNLEN 1
  7141. | #define HAVE_STRRCHR 1
  7142. | #define HAVE_STRSEP 1
  7143. | #define HAVE_STRSPN 1
  7144. | #define HAVE_STRSTR 1
  7145. | #define HAVE_STRTOD 1
  7146. | #define HAVE_STRTOL 1
  7147. | #define HAVE_STRTOLD 1
  7148. | #define HAVE_STRTOQ 1
  7149. | #define HAVE_UNSETENV 1
  7150. | #define HAVE_UTIME 1
  7151. | #define HAVE_VASPRINTF 1
  7152. | #define HAVE_SYSCTL 1
  7153. | #define HAVE_LIBM 1
  7154. | #define HAVE_EXP2 1
  7155. | #define HAVE_LOG2 1
  7156. | #define HAVE_EXP10 1
  7157. | #define HAVE_LOG10 1
  7158. | #define HAVE_SIN 1
  7159. | #define HAVE_COS 1
  7160. | #define HAVE_TAN 1
  7161. | #define HAVE_ASIN 1
  7162. | #define HAVE_ACOS 1
  7163. | #define HAVE_ATAN 1
  7164. | #define HAVE_ATAN2 1
  7165. | #define HAVE_POW 1
  7166. | #define HAVE_RINT 1
  7167. | #define HAVE_EXP 1
  7168. | #define HAVE_LOG 1
  7169. | #define HAVE_REMAINDER 1
  7170. | #define HAVE_FMOD 1
  7171. | #define HAVE_ROUND 1
  7172. | #define HAVE_ROUNDF 1
  7173. | #define HAVE_TRUNC 1
  7174. | #define HAVE_FLOOR 1
  7175. | #define HAVE_CEIL 1
  7176. | #define HAVE_EXP2L 1
  7177. | #define HAVE_LOG2L 1
  7178. | #define HAVE_EXP10L 1
  7179. | #define HAVE_LOG10L 1
  7180. | #define HAVE_SINL 1
  7181. | #define HAVE_COSL 1
  7182. | #define HAVE_TANL 1
  7183. | #define HAVE_ASINL 1
  7184. | #define HAVE_ACOSL 1
  7185. | #define HAVE_ATANL 1
  7186. | #define HAVE_ATAN2L 1
  7187. | #define HAVE_POWL 1
  7188. | #define HAVE_SQRTL 1
  7189. | #define HAVE_RINTL 1
  7190. | #define HAVE_EXPL 1
  7191. | #define HAVE_LOGL 1
  7192. | #define HAVE_REMAINDERL 1
  7193. | #define HAVE_FMODL 1
  7194. | #define HAVE_ROUNDL 1
  7195. | #define HAVE_TRUNCL 1
  7196. | #define HAVE_FLOORL 1
  7197. | #define HAVE_CEILL 1
  7198. | #define HAVE_LLONG_MAX 1
  7199. | #define HAVE_TIMERSUB 1
  7200. | #define HAVE_SYS_POLL_H 1
  7201. | #define HAVE_FOPENCOOKIE 1
  7202. | #define HAVE_INET_ATON 1
  7203. | #define HAVE_PKTINFO 1
  7204. | #define HAVE_GETHOSTBYNAME_R_6 1
  7205. | #define HAVE_BYTESWAP_H 1
  7206. | #define HAVE_DEV_URANDOM 1
  7207. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  7208. | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
  7209. | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
  7210. | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  7211. | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  7212. | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  7213. | /* end confdefs.h. */
  7214. | #include <stdio.h>
  7215. | #ifdef HAVE_SYS_TYPES_H
  7216. | # include <sys/types.h>
  7217. | #endif
  7218. | #ifdef HAVE_SYS_STAT_H
  7219. | # include <sys/stat.h>
  7220. | #endif
  7221. | #ifdef STDC_HEADERS
  7222. | # include <stdlib.h>
  7223. | # include <stddef.h>
  7224. | #else
  7225. | # ifdef HAVE_STDLIB_H
  7226. | # include <stdlib.h>
  7227. | # endif
  7228. | #endif
  7229. | #ifdef HAVE_STRING_H
  7230. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  7231. | # include <memory.h>
  7232. | # endif
  7233. | # include <string.h>
  7234. | #endif
  7235. | #ifdef HAVE_STRINGS_H
  7236. | # include <strings.h>
  7237. | #endif
  7238. | #ifdef HAVE_INTTYPES_H
  7239. | # include <inttypes.h>
  7240. | #endif
  7241. | #ifdef HAVE_STDINT_H
  7242. | # include <stdint.h>
  7243. | #endif
  7244. | #ifdef HAVE_UNISTD_H
  7245. | # include <unistd.h>
  7246. | #endif
  7247. | #include <sys/thr.h>
  7248. configure:15146: result: no
  7249. configure:15146: checking sys/thr.h presence
  7250. configure:15146: gcc -E conftest.c
  7251. conftest.c:207:21: fatal error: sys/thr.h: No such file or directory
  7252. compilation terminated.
  7253. configure:15146: $? = 1
  7254. configure: failed program was:
  7255. | /* confdefs.h */
  7256. | #define PACKAGE_NAME "asterisk"
  7257. | #define PACKAGE_TARNAME "asterisk"
  7258. | #define PACKAGE_VERSION "trunk"
  7259. | #define PACKAGE_STRING "asterisk trunk"
  7260. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  7261. | #define PACKAGE_URL ""
  7262. | #define STDC_HEADERS 1
  7263. | #define HAVE_SYS_TYPES_H 1
  7264. | #define HAVE_SYS_STAT_H 1
  7265. | #define HAVE_STDLIB_H 1
  7266. | #define HAVE_STRING_H 1
  7267. | #define HAVE_MEMORY_H 1
  7268. | #define HAVE_STRINGS_H 1
  7269. | #define HAVE_INTTYPES_H 1
  7270. | #define HAVE_STDINT_H 1
  7271. | #define HAVE_UNISTD_H 1
  7272. | #define __EXTENSIONS__ 1
  7273. | #define _ALL_SOURCE 1
  7274. | #define _GNU_SOURCE 1
  7275. | #define _POSIX_PTHREAD_SEMANTICS 1
  7276. | #define _TANDEM_SOURCE 1
  7277. | #define HAVE_PTHREAD 1
  7278. | #define HAVE_ALLOCA_H 1
  7279. | #define HAVE_ALLOCA 1
  7280. | #define HAVE_DIRENT_H 1
  7281. | #define STDC_HEADERS 1
  7282. | #define HAVE_SYS_WAIT_H 1
  7283. | #define HAVE_ARPA_INET_H 1
  7284. | #define HAVE_FCNTL_H 1
  7285. | #define HAVE_INTTYPES_H 1
  7286. | #define HAVE_LIBINTL_H 1
  7287. | #define HAVE_LIMITS_H 1
  7288. | #define HAVE_LOCALE_H 1
  7289. | #define HAVE_MALLOC_H 1
  7290. | #define HAVE_NETDB_H 1
  7291. | #define HAVE_NETINET_IN_H 1
  7292. | #define HAVE_STDDEF_H 1
  7293. | #define HAVE_STDINT_H 1
  7294. | #define HAVE_STDLIB_H 1
  7295. | #define HAVE_STRING_H 1
  7296. | #define HAVE_STRINGS_H 1
  7297. | #define HAVE_SYS_FILE_H 1
  7298. | #define HAVE_SYS_IOCTL_H 1
  7299. | #define HAVE_SYS_PARAM_H 1
  7300. | #define HAVE_SYS_SOCKET_H 1
  7301. | #define HAVE_SYS_TIME_H 1
  7302. | #define HAVE_SYSLOG_H 1
  7303. | #define HAVE_TERMIOS_H 1
  7304. | #define HAVE_UNISTD_H 1
  7305. | #define HAVE_UTIME_H 1
  7306. | #define HAVE_ARPA_NAMESER_H 1
  7307. | #define HAVE_SYS_IO_H 1
  7308. | #define HAVE_TERMCAP 1
  7309. | #define HAVE_TINFO 1
  7310. | #define HAVE_CURSES 1
  7311. | #define HAVE_NCURSES 1
  7312. | #define HAVE_LIBXML2 1
  7313. | #define HAVE_XLOCALE_H 1
  7314. | #define _FILE_OFFSET_BITS 64
  7315. | #define HAVE__BOOL 1
  7316. | #define HAVE_STDBOOL_H 1
  7317. | #define HAVE_LONG_DOUBLE_WIDER 1
  7318. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  7319. | #define HAVE_STRUCT_UCRED_UID 1
  7320. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  7321. | #define TIME_WITH_SYS_TIME 1
  7322. | #define HAVE_PTRDIFF_T 1
  7323. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  7324. | #define HAVE_UNISTD_H 1
  7325. | #define HAVE_CHOWN 1
  7326. | #define HAVE_FORK 1
  7327. | #define HAVE_VFORK 1
  7328. | #define HAVE_WORKING_VFORK 1
  7329. | #define HAVE_WORKING_FORK 1
  7330. | #define HAVE_FSEEKO 1
  7331. | #define HAVE_STDLIB_H 1
  7332. | #define HAVE_UNISTD_H 1
  7333. | #define HAVE_SYS_PARAM_H 1
  7334. | #define HAVE_UTIME_H 1
  7335. | #define HAVE_GETPAGESIZE 1
  7336. | #define HAVE_MMAP 1
  7337. | #define HAVE_SYS_SELECT_H 1
  7338. | #define HAVE_SYS_SOCKET_H 1
  7339. | #define SELECT_TYPE_ARG1 int
  7340. | #define SELECT_TYPE_ARG234 (fd_set *)
  7341. | #define SELECT_TYPE_ARG5 (struct timeval *)
  7342. | #define RETSIGTYPE void
  7343. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  7344. | #define HAVE_STRCOLL 1
  7345. | #define HAVE_STRFTIME 1
  7346. | #define HAVE_UTIME_NULL 1
  7347. | #define HAVE_VPRINTF 1
  7348. | #define HAVE_ASPRINTF 1
  7349. | #define HAVE_ATEXIT 1
  7350. | #define HAVE_DUP2 1
  7351. | #define HAVE_EACCESS 1
  7352. | #define HAVE_ENDPWENT 1
  7353. | #define HAVE_EUIDACCESS 1
  7354. | #define HAVE_FFSLL 1
  7355. | #define HAVE_FTRUNCATE 1
  7356. | #define HAVE_GETCWD 1
  7357. | #define HAVE_GETHOSTBYNAME 1
  7358. | #define HAVE_GETHOSTNAME 1
  7359. | #define HAVE_GETLOADAVG 1
  7360. | #define HAVE_GETTIMEOFDAY 1
  7361. | #define HAVE_GLOB 1
  7362. | #define HAVE_IOPERM 1
  7363. | #define HAVE_INET_NTOA 1
  7364. | #define HAVE_ISASCII 1
  7365. | #define HAVE_MEMCHR 1
  7366. | #define HAVE_MEMMOVE 1
  7367. | #define HAVE_MEMSET 1
  7368. | #define HAVE_MKDIR 1
  7369. | #define HAVE_MKDTEMP 1
  7370. | #define HAVE_MUNMAP 1
  7371. | #define HAVE_NEWLOCALE 1
  7372. | #define HAVE_PPOLL 1
  7373. | #define HAVE_PUTENV 1
  7374. | #define HAVE_RE_COMP 1
  7375. | #define HAVE_REGCOMP 1
  7376. | #define HAVE_SELECT 1
  7377. | #define HAVE_SETENV 1
  7378. | #define HAVE_SOCKET 1
  7379. | #define HAVE_STRCASECMP 1
  7380. | #define HAVE_STRCASESTR 1
  7381. | #define HAVE_STRCHR 1
  7382. | #define HAVE_STRCSPN 1
  7383. | #define HAVE_STRDUP 1
  7384. | #define HAVE_STRERROR 1
  7385. | #define HAVE_STRNCASECMP 1
  7386. | #define HAVE_STRNDUP 1
  7387. | #define HAVE_STRNLEN 1
  7388. | #define HAVE_STRRCHR 1
  7389. | #define HAVE_STRSEP 1
  7390. | #define HAVE_STRSPN 1
  7391. | #define HAVE_STRSTR 1
  7392. | #define HAVE_STRTOD 1
  7393. | #define HAVE_STRTOL 1
  7394. | #define HAVE_STRTOLD 1
  7395. | #define HAVE_STRTOQ 1
  7396. | #define HAVE_UNSETENV 1
  7397. | #define HAVE_UTIME 1
  7398. | #define HAVE_VASPRINTF 1
  7399. | #define HAVE_SYSCTL 1
  7400. | #define HAVE_LIBM 1
  7401. | #define HAVE_EXP2 1
  7402. | #define HAVE_LOG2 1
  7403. | #define HAVE_EXP10 1
  7404. | #define HAVE_LOG10 1
  7405. | #define HAVE_SIN 1
  7406. | #define HAVE_COS 1
  7407. | #define HAVE_TAN 1
  7408. | #define HAVE_ASIN 1
  7409. | #define HAVE_ACOS 1
  7410. | #define HAVE_ATAN 1
  7411. | #define HAVE_ATAN2 1
  7412. | #define HAVE_POW 1
  7413. | #define HAVE_RINT 1
  7414. | #define HAVE_EXP 1
  7415. | #define HAVE_LOG 1
  7416. | #define HAVE_REMAINDER 1
  7417. | #define HAVE_FMOD 1
  7418. | #define HAVE_ROUND 1
  7419. | #define HAVE_ROUNDF 1
  7420. | #define HAVE_TRUNC 1
  7421. | #define HAVE_FLOOR 1
  7422. | #define HAVE_CEIL 1
  7423. | #define HAVE_EXP2L 1
  7424. | #define HAVE_LOG2L 1
  7425. | #define HAVE_EXP10L 1
  7426. | #define HAVE_LOG10L 1
  7427. | #define HAVE_SINL 1
  7428. | #define HAVE_COSL 1
  7429. | #define HAVE_TANL 1
  7430. | #define HAVE_ASINL 1
  7431. | #define HAVE_ACOSL 1
  7432. | #define HAVE_ATANL 1
  7433. | #define HAVE_ATAN2L 1
  7434. | #define HAVE_POWL 1
  7435. | #define HAVE_SQRTL 1
  7436. | #define HAVE_RINTL 1
  7437. | #define HAVE_EXPL 1
  7438. | #define HAVE_LOGL 1
  7439. | #define HAVE_REMAINDERL 1
  7440. | #define HAVE_FMODL 1
  7441. | #define HAVE_ROUNDL 1
  7442. | #define HAVE_TRUNCL 1
  7443. | #define HAVE_FLOORL 1
  7444. | #define HAVE_CEILL 1
  7445. | #define HAVE_LLONG_MAX 1
  7446. | #define HAVE_TIMERSUB 1
  7447. | #define HAVE_SYS_POLL_H 1
  7448. | #define HAVE_FOPENCOOKIE 1
  7449. | #define HAVE_INET_ATON 1
  7450. | #define HAVE_PKTINFO 1
  7451. | #define HAVE_GETHOSTBYNAME_R_6 1
  7452. | #define HAVE_BYTESWAP_H 1
  7453. | #define HAVE_DEV_URANDOM 1
  7454. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  7455. | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
  7456. | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
  7457. | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  7458. | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  7459. | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  7460. | /* end confdefs.h. */
  7461. | #include <sys/thr.h>
  7462. configure:15146: result: no
  7463. configure:15146: checking for sys/thr.h
  7464. configure:15146: result: no
  7465. configure:15157: checking for compiler atomic operations
  7466. configure:15170: gcc -o conftest -g -O2 conftest.c -lm >&5
  7467. configure:15170: $? = 0
  7468. configure:15171: result: yes
  7469. configure:15185: checking if your system printf is NULL-safe.
  7470. configure:15204: gcc -o conftest -g -O2 conftest.c -lm >&5
  7471. configure:15204: $? = 0
  7472. configure:15204: ./conftest
  7473. configure:15204: $? = 0
  7474. configure:15208: result: yes
  7475. configure:15219: checking if we can increase the maximum select-able file descriptor
  7476. configure:15260: gcc -o conftest -g -O2 conftest.c -lm >&5
  7477. conftest.c: In function 'main':
  7478. conftest.c:229:35: error: expected expression before '[' token
  7479. conftest.c:233:2: error: 'fds' undeclared (first use in this function)
  7480. conftest.c:233:2: note: each undeclared identifier is reported only once for each function it appears in
  7481. configure:15260: $? = 1
  7482. configure: program exited with status 1
  7483. configure: failed program was:
  7484. | /* confdefs.h */
  7485. | #define PACKAGE_NAME "asterisk"
  7486. | #define PACKAGE_TARNAME "asterisk"
  7487. | #define PACKAGE_VERSION "trunk"
  7488. | #define PACKAGE_STRING "asterisk trunk"
  7489. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  7490. | #define PACKAGE_URL ""
  7491. | #define STDC_HEADERS 1
  7492. | #define HAVE_SYS_TYPES_H 1
  7493. | #define HAVE_SYS_STAT_H 1
  7494. | #define HAVE_STDLIB_H 1
  7495. | #define HAVE_STRING_H 1
  7496. | #define HAVE_MEMORY_H 1
  7497. | #define HAVE_STRINGS_H 1
  7498. | #define HAVE_INTTYPES_H 1
  7499. | #define HAVE_STDINT_H 1
  7500. | #define HAVE_UNISTD_H 1
  7501. | #define __EXTENSIONS__ 1
  7502. | #define _ALL_SOURCE 1
  7503. | #define _GNU_SOURCE 1
  7504. | #define _POSIX_PTHREAD_SEMANTICS 1
  7505. | #define _TANDEM_SOURCE 1
  7506. | #define HAVE_PTHREAD 1
  7507. | #define HAVE_ALLOCA_H 1
  7508. | #define HAVE_ALLOCA 1
  7509. | #define HAVE_DIRENT_H 1
  7510. | #define STDC_HEADERS 1
  7511. | #define HAVE_SYS_WAIT_H 1
  7512. | #define HAVE_ARPA_INET_H 1
  7513. | #define HAVE_FCNTL_H 1
  7514. | #define HAVE_INTTYPES_H 1
  7515. | #define HAVE_LIBINTL_H 1
  7516. | #define HAVE_LIMITS_H 1
  7517. | #define HAVE_LOCALE_H 1
  7518. | #define HAVE_MALLOC_H 1
  7519. | #define HAVE_NETDB_H 1
  7520. | #define HAVE_NETINET_IN_H 1
  7521. | #define HAVE_STDDEF_H 1
  7522. | #define HAVE_STDINT_H 1
  7523. | #define HAVE_STDLIB_H 1
  7524. | #define HAVE_STRING_H 1
  7525. | #define HAVE_STRINGS_H 1
  7526. | #define HAVE_SYS_FILE_H 1
  7527. | #define HAVE_SYS_IOCTL_H 1
  7528. | #define HAVE_SYS_PARAM_H 1
  7529. | #define HAVE_SYS_SOCKET_H 1
  7530. | #define HAVE_SYS_TIME_H 1
  7531. | #define HAVE_SYSLOG_H 1
  7532. | #define HAVE_TERMIOS_H 1
  7533. | #define HAVE_UNISTD_H 1
  7534. | #define HAVE_UTIME_H 1
  7535. | #define HAVE_ARPA_NAMESER_H 1
  7536. | #define HAVE_SYS_IO_H 1
  7537. | #define HAVE_TERMCAP 1
  7538. | #define HAVE_TINFO 1
  7539. | #define HAVE_CURSES 1
  7540. | #define HAVE_NCURSES 1
  7541. | #define HAVE_LIBXML2 1
  7542. | #define HAVE_XLOCALE_H 1
  7543. | #define _FILE_OFFSET_BITS 64
  7544. | #define HAVE__BOOL 1
  7545. | #define HAVE_STDBOOL_H 1
  7546. | #define HAVE_LONG_DOUBLE_WIDER 1
  7547. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  7548. | #define HAVE_STRUCT_UCRED_UID 1
  7549. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  7550. | #define TIME_WITH_SYS_TIME 1
  7551. | #define HAVE_PTRDIFF_T 1
  7552. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  7553. | #define HAVE_UNISTD_H 1
  7554. | #define HAVE_CHOWN 1
  7555. | #define HAVE_FORK 1
  7556. | #define HAVE_VFORK 1
  7557. | #define HAVE_WORKING_VFORK 1
  7558. | #define HAVE_WORKING_FORK 1
  7559. | #define HAVE_FSEEKO 1
  7560. | #define HAVE_STDLIB_H 1
  7561. | #define HAVE_UNISTD_H 1
  7562. | #define HAVE_SYS_PARAM_H 1
  7563. | #define HAVE_UTIME_H 1
  7564. | #define HAVE_GETPAGESIZE 1
  7565. | #define HAVE_MMAP 1
  7566. | #define HAVE_SYS_SELECT_H 1
  7567. | #define HAVE_SYS_SOCKET_H 1
  7568. | #define SELECT_TYPE_ARG1 int
  7569. | #define SELECT_TYPE_ARG234 (fd_set *)
  7570. | #define SELECT_TYPE_ARG5 (struct timeval *)
  7571. | #define RETSIGTYPE void
  7572. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  7573. | #define HAVE_STRCOLL 1
  7574. | #define HAVE_STRFTIME 1
  7575. | #define HAVE_UTIME_NULL 1
  7576. | #define HAVE_VPRINTF 1
  7577. | #define HAVE_ASPRINTF 1
  7578. | #define HAVE_ATEXIT 1
  7579. | #define HAVE_DUP2 1
  7580. | #define HAVE_EACCESS 1
  7581. | #define HAVE_ENDPWENT 1
  7582. | #define HAVE_EUIDACCESS 1
  7583. | #define HAVE_FFSLL 1
  7584. | #define HAVE_FTRUNCATE 1
  7585. | #define HAVE_GETCWD 1
  7586. | #define HAVE_GETHOSTBYNAME 1
  7587. | #define HAVE_GETHOSTNAME 1
  7588. | #define HAVE_GETLOADAVG 1
  7589. | #define HAVE_GETTIMEOFDAY 1
  7590. | #define HAVE_GLOB 1
  7591. | #define HAVE_IOPERM 1
  7592. | #define HAVE_INET_NTOA 1
  7593. | #define HAVE_ISASCII 1
  7594. | #define HAVE_MEMCHR 1
  7595. | #define HAVE_MEMMOVE 1
  7596. | #define HAVE_MEMSET 1
  7597. | #define HAVE_MKDIR 1
  7598. | #define HAVE_MKDTEMP 1
  7599. | #define HAVE_MUNMAP 1
  7600. | #define HAVE_NEWLOCALE 1
  7601. | #define HAVE_PPOLL 1
  7602. | #define HAVE_PUTENV 1
  7603. | #define HAVE_RE_COMP 1
  7604. | #define HAVE_REGCOMP 1
  7605. | #define HAVE_SELECT 1
  7606. | #define HAVE_SETENV 1
  7607. | #define HAVE_SOCKET 1
  7608. | #define HAVE_STRCASECMP 1
  7609. | #define HAVE_STRCASESTR 1
  7610. | #define HAVE_STRCHR 1
  7611. | #define HAVE_STRCSPN 1
  7612. | #define HAVE_STRDUP 1
  7613. | #define HAVE_STRERROR 1
  7614. | #define HAVE_STRNCASECMP 1
  7615. | #define HAVE_STRNDUP 1
  7616. | #define HAVE_STRNLEN 1
  7617. | #define HAVE_STRRCHR 1
  7618. | #define HAVE_STRSEP 1
  7619. | #define HAVE_STRSPN 1
  7620. | #define HAVE_STRSTR 1
  7621. | #define HAVE_STRTOD 1
  7622. | #define HAVE_STRTOL 1
  7623. | #define HAVE_STRTOLD 1
  7624. | #define HAVE_STRTOQ 1
  7625. | #define HAVE_UNSETENV 1
  7626. | #define HAVE_UTIME 1
  7627. | #define HAVE_VASPRINTF 1
  7628. | #define HAVE_SYSCTL 1
  7629. | #define HAVE_LIBM 1
  7630. | #define HAVE_EXP2 1
  7631. | #define HAVE_LOG2 1
  7632. | #define HAVE_EXP10 1
  7633. | #define HAVE_LOG10 1
  7634. | #define HAVE_SIN 1
  7635. | #define HAVE_COS 1
  7636. | #define HAVE_TAN 1
  7637. | #define HAVE_ASIN 1
  7638. | #define HAVE_ACOS 1
  7639. | #define HAVE_ATAN 1
  7640. | #define HAVE_ATAN2 1
  7641. | #define HAVE_POW 1
  7642. | #define HAVE_RINT 1
  7643. | #define HAVE_EXP 1
  7644. | #define HAVE_LOG 1
  7645. | #define HAVE_REMAINDER 1
  7646. | #define HAVE_FMOD 1
  7647. | #define HAVE_ROUND 1
  7648. | #define HAVE_ROUNDF 1
  7649. | #define HAVE_TRUNC 1
  7650. | #define HAVE_FLOOR 1
  7651. | #define HAVE_CEIL 1
  7652. | #define HAVE_EXP2L 1
  7653. | #define HAVE_LOG2L 1
  7654. | #define HAVE_EXP10L 1
  7655. | #define HAVE_LOG10L 1
  7656. | #define HAVE_SINL 1
  7657. | #define HAVE_COSL 1
  7658. | #define HAVE_TANL 1
  7659. | #define HAVE_ASINL 1
  7660. | #define HAVE_ACOSL 1
  7661. | #define HAVE_ATANL 1
  7662. | #define HAVE_ATAN2L 1
  7663. | #define HAVE_POWL 1
  7664. | #define HAVE_SQRTL 1
  7665. | #define HAVE_RINTL 1
  7666. | #define HAVE_EXPL 1
  7667. | #define HAVE_LOGL 1
  7668. | #define HAVE_REMAINDERL 1
  7669. | #define HAVE_FMODL 1
  7670. | #define HAVE_ROUNDL 1
  7671. | #define HAVE_TRUNCL 1
  7672. | #define HAVE_FLOORL 1
  7673. | #define HAVE_CEILL 1
  7674. | #define HAVE_LLONG_MAX 1
  7675. | #define HAVE_TIMERSUB 1
  7676. | #define HAVE_SYS_POLL_H 1
  7677. | #define HAVE_FOPENCOOKIE 1
  7678. | #define HAVE_INET_ATON 1
  7679. | #define HAVE_PKTINFO 1
  7680. | #define HAVE_GETHOSTBYNAME_R_6 1
  7681. | #define HAVE_BYTESWAP_H 1
  7682. | #define HAVE_DEV_URANDOM 1
  7683. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  7684. | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
  7685. | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
  7686. | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  7687. | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  7688. | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  7689. | #define HAVE_GCC_ATOMICS 1
  7690. | #define HAVE_NULLSAFE_PRINTF 1
  7691. | /* end confdefs.h. */
  7692. |
  7693. | #include <stdio.h>
  7694. | #include <sys/select.h>
  7695. | #include <sys/time.h>
  7696. | #include <sys/resource.h>
  7697. | #include <string.h>
  7698. | #include <errno.h>
  7699. | #include <stdlib.h>
  7700. | #include <sys/types.h>
  7701. | #include <sys/stat.h>
  7702. | #include <fcntl.h>
  7703. | #include <unistd.h>
  7704. |
  7705. | int
  7706. | main ()
  7707. | {
  7708. |
  7709. | struct rlimit rlim = { FD_SETSIZE * 2, FD_SETSIZE * 2 };
  7710. | int fd0, fd1;
  7711. | struct timeval tv = { 0, };
  7712. | struct ast_fdset { long fds_bits[[1024]]; } fds = { { 0, } };
  7713. | if (setrlimit(RLIMIT_NOFILE, &rlim)) { exit(1); }
  7714. | if ((fd0 = open("/dev/null", O_RDONLY)) < 0) { exit(1); }
  7715. | if (dup2(fd0, (fd1 = FD_SETSIZE + 1)) < 0) { exit(1); }
  7716. | FD_SET(fd0, (fd_set *) &fds);
  7717. | FD_SET(fd1, (fd_set *) &fds);
  7718. | if (select(FD_SETSIZE + 2, (fd_set *) &fds, NULL, NULL, &tv) < 0) { exit(1); }
  7719. | exit(0)
  7720. | ;
  7721. | return 0;
  7722. | }
  7723. configure:15267: result: no
  7724. configure:15309: checking for compiler 'attribute pure' support
  7725. configure:15328: gcc -c -g -O2 -Wall -Wno-unused -Werror conftest.c >&5
  7726. configure:15328: $? = 0
  7727. configure:15329: result: yes
  7728. configure:15377: checking for compiler 'attribute malloc' support
  7729. configure:15396: gcc -c -g -O2 -Wall -Wno-unused -Werror conftest.c >&5
  7730. configure:15396: $? = 0
  7731. configure:15397: result: yes
  7732. configure:15445: checking for compiler 'attribute const' support
  7733. configure:15464: gcc -c -g -O2 -Wall -Wno-unused -Werror conftest.c >&5
  7734. configure:15464: $? = 0
  7735. configure:15465: result: yes
  7736. configure:15513: checking for compiler 'attribute unused' support
  7737. configure:15532: gcc -c -g -O2 -Wall -Wno-unused -Werror conftest.c >&5
  7738. configure:15532: $? = 0
  7739. configure:15533: result: yes
  7740. configure:15581: checking for compiler 'attribute always_inline' support
  7741. configure:15600: gcc -c -g -O2 -Wall -Wno-unused -Werror conftest.c >&5
  7742. conftest.c:213:39: error: always_inline function might not be inlinable [-Werror=attributes]
  7743. cc1: all warnings being treated as errors
  7744. configure:15600: $? = 1
  7745. configure: failed program was:
  7746. | /* confdefs.h */
  7747. | #define PACKAGE_NAME "asterisk"
  7748. | #define PACKAGE_TARNAME "asterisk"
  7749. | #define PACKAGE_VERSION "trunk"
  7750. | #define PACKAGE_STRING "asterisk trunk"
  7751. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  7752. | #define PACKAGE_URL ""
  7753. | #define STDC_HEADERS 1
  7754. | #define HAVE_SYS_TYPES_H 1
  7755. | #define HAVE_SYS_STAT_H 1
  7756. | #define HAVE_STDLIB_H 1
  7757. | #define HAVE_STRING_H 1
  7758. | #define HAVE_MEMORY_H 1
  7759. | #define HAVE_STRINGS_H 1
  7760. | #define HAVE_INTTYPES_H 1
  7761. | #define HAVE_STDINT_H 1
  7762. | #define HAVE_UNISTD_H 1
  7763. | #define __EXTENSIONS__ 1
  7764. | #define _ALL_SOURCE 1
  7765. | #define _GNU_SOURCE 1
  7766. | #define _POSIX_PTHREAD_SEMANTICS 1
  7767. | #define _TANDEM_SOURCE 1
  7768. | #define HAVE_PTHREAD 1
  7769. | #define HAVE_ALLOCA_H 1
  7770. | #define HAVE_ALLOCA 1
  7771. | #define HAVE_DIRENT_H 1
  7772. | #define STDC_HEADERS 1
  7773. | #define HAVE_SYS_WAIT_H 1
  7774. | #define HAVE_ARPA_INET_H 1
  7775. | #define HAVE_FCNTL_H 1
  7776. | #define HAVE_INTTYPES_H 1
  7777. | #define HAVE_LIBINTL_H 1
  7778. | #define HAVE_LIMITS_H 1
  7779. | #define HAVE_LOCALE_H 1
  7780. | #define HAVE_MALLOC_H 1
  7781. | #define HAVE_NETDB_H 1
  7782. | #define HAVE_NETINET_IN_H 1
  7783. | #define HAVE_STDDEF_H 1
  7784. | #define HAVE_STDINT_H 1
  7785. | #define HAVE_STDLIB_H 1
  7786. | #define HAVE_STRING_H 1
  7787. | #define HAVE_STRINGS_H 1
  7788. | #define HAVE_SYS_FILE_H 1
  7789. | #define HAVE_SYS_IOCTL_H 1
  7790. | #define HAVE_SYS_PARAM_H 1
  7791. | #define HAVE_SYS_SOCKET_H 1
  7792. | #define HAVE_SYS_TIME_H 1
  7793. | #define HAVE_SYSLOG_H 1
  7794. | #define HAVE_TERMIOS_H 1
  7795. | #define HAVE_UNISTD_H 1
  7796. | #define HAVE_UTIME_H 1
  7797. | #define HAVE_ARPA_NAMESER_H 1
  7798. | #define HAVE_SYS_IO_H 1
  7799. | #define HAVE_TERMCAP 1
  7800. | #define HAVE_TINFO 1
  7801. | #define HAVE_CURSES 1
  7802. | #define HAVE_NCURSES 1
  7803. | #define HAVE_LIBXML2 1
  7804. | #define HAVE_XLOCALE_H 1
  7805. | #define _FILE_OFFSET_BITS 64
  7806. | #define HAVE__BOOL 1
  7807. | #define HAVE_STDBOOL_H 1
  7808. | #define HAVE_LONG_DOUBLE_WIDER 1
  7809. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  7810. | #define HAVE_STRUCT_UCRED_UID 1
  7811. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  7812. | #define TIME_WITH_SYS_TIME 1
  7813. | #define HAVE_PTRDIFF_T 1
  7814. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  7815. | #define HAVE_UNISTD_H 1
  7816. | #define HAVE_CHOWN 1
  7817. | #define HAVE_FORK 1
  7818. | #define HAVE_VFORK 1
  7819. | #define HAVE_WORKING_VFORK 1
  7820. | #define HAVE_WORKING_FORK 1
  7821. | #define HAVE_FSEEKO 1
  7822. | #define HAVE_STDLIB_H 1
  7823. | #define HAVE_UNISTD_H 1
  7824. | #define HAVE_SYS_PARAM_H 1
  7825. | #define HAVE_UTIME_H 1
  7826. | #define HAVE_GETPAGESIZE 1
  7827. | #define HAVE_MMAP 1
  7828. | #define HAVE_SYS_SELECT_H 1
  7829. | #define HAVE_SYS_SOCKET_H 1
  7830. | #define SELECT_TYPE_ARG1 int
  7831. | #define SELECT_TYPE_ARG234 (fd_set *)
  7832. | #define SELECT_TYPE_ARG5 (struct timeval *)
  7833. | #define RETSIGTYPE void
  7834. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  7835. | #define HAVE_STRCOLL 1
  7836. | #define HAVE_STRFTIME 1
  7837. | #define HAVE_UTIME_NULL 1
  7838. | #define HAVE_VPRINTF 1
  7839. | #define HAVE_ASPRINTF 1
  7840. | #define HAVE_ATEXIT 1
  7841. | #define HAVE_DUP2 1
  7842. | #define HAVE_EACCESS 1
  7843. | #define HAVE_ENDPWENT 1
  7844. | #define HAVE_EUIDACCESS 1
  7845. | #define HAVE_FFSLL 1
  7846. | #define HAVE_FTRUNCATE 1
  7847. | #define HAVE_GETCWD 1
  7848. | #define HAVE_GETHOSTBYNAME 1
  7849. | #define HAVE_GETHOSTNAME 1
  7850. | #define HAVE_GETLOADAVG 1
  7851. | #define HAVE_GETTIMEOFDAY 1
  7852. | #define HAVE_GLOB 1
  7853. | #define HAVE_IOPERM 1
  7854. | #define HAVE_INET_NTOA 1
  7855. | #define HAVE_ISASCII 1
  7856. | #define HAVE_MEMCHR 1
  7857. | #define HAVE_MEMMOVE 1
  7858. | #define HAVE_MEMSET 1
  7859. | #define HAVE_MKDIR 1
  7860. | #define HAVE_MKDTEMP 1
  7861. | #define HAVE_MUNMAP 1
  7862. | #define HAVE_NEWLOCALE 1
  7863. | #define HAVE_PPOLL 1
  7864. | #define HAVE_PUTENV 1
  7865. | #define HAVE_RE_COMP 1
  7866. | #define HAVE_REGCOMP 1
  7867. | #define HAVE_SELECT 1
  7868. | #define HAVE_SETENV 1
  7869. | #define HAVE_SOCKET 1
  7870. | #define HAVE_STRCASECMP 1
  7871. | #define HAVE_STRCASESTR 1
  7872. | #define HAVE_STRCHR 1
  7873. | #define HAVE_STRCSPN 1
  7874. | #define HAVE_STRDUP 1
  7875. | #define HAVE_STRERROR 1
  7876. | #define HAVE_STRNCASECMP 1
  7877. | #define HAVE_STRNDUP 1
  7878. | #define HAVE_STRNLEN 1
  7879. | #define HAVE_STRRCHR 1
  7880. | #define HAVE_STRSEP 1
  7881. | #define HAVE_STRSPN 1
  7882. | #define HAVE_STRSTR 1
  7883. | #define HAVE_STRTOD 1
  7884. | #define HAVE_STRTOL 1
  7885. | #define HAVE_STRTOLD 1
  7886. | #define HAVE_STRTOQ 1
  7887. | #define HAVE_UNSETENV 1
  7888. | #define HAVE_UTIME 1
  7889. | #define HAVE_VASPRINTF 1
  7890. | #define HAVE_SYSCTL 1
  7891. | #define HAVE_LIBM 1
  7892. | #define HAVE_EXP2 1
  7893. | #define HAVE_LOG2 1
  7894. | #define HAVE_EXP10 1
  7895. | #define HAVE_LOG10 1
  7896. | #define HAVE_SIN 1
  7897. | #define HAVE_COS 1
  7898. | #define HAVE_TAN 1
  7899. | #define HAVE_ASIN 1
  7900. | #define HAVE_ACOS 1
  7901. | #define HAVE_ATAN 1
  7902. | #define HAVE_ATAN2 1
  7903. | #define HAVE_POW 1
  7904. | #define HAVE_RINT 1
  7905. | #define HAVE_EXP 1
  7906. | #define HAVE_LOG 1
  7907. | #define HAVE_REMAINDER 1
  7908. | #define HAVE_FMOD 1
  7909. | #define HAVE_ROUND 1
  7910. | #define HAVE_ROUNDF 1
  7911. | #define HAVE_TRUNC 1
  7912. | #define HAVE_FLOOR 1
  7913. | #define HAVE_CEIL 1
  7914. | #define HAVE_EXP2L 1
  7915. | #define HAVE_LOG2L 1
  7916. | #define HAVE_EXP10L 1
  7917. | #define HAVE_LOG10L 1
  7918. | #define HAVE_SINL 1
  7919. | #define HAVE_COSL 1
  7920. | #define HAVE_TANL 1
  7921. | #define HAVE_ASINL 1
  7922. | #define HAVE_ACOSL 1
  7923. | #define HAVE_ATANL 1
  7924. | #define HAVE_ATAN2L 1
  7925. | #define HAVE_POWL 1
  7926. | #define HAVE_SQRTL 1
  7927. | #define HAVE_RINTL 1
  7928. | #define HAVE_EXPL 1
  7929. | #define HAVE_LOGL 1
  7930. | #define HAVE_REMAINDERL 1
  7931. | #define HAVE_FMODL 1
  7932. | #define HAVE_ROUNDL 1
  7933. | #define HAVE_TRUNCL 1
  7934. | #define HAVE_FLOORL 1
  7935. | #define HAVE_CEILL 1
  7936. | #define HAVE_LLONG_MAX 1
  7937. | #define HAVE_TIMERSUB 1
  7938. | #define HAVE_SYS_POLL_H 1
  7939. | #define HAVE_FOPENCOOKIE 1
  7940. | #define HAVE_INET_ATON 1
  7941. | #define HAVE_PKTINFO 1
  7942. | #define HAVE_GETHOSTBYNAME_R_6 1
  7943. | #define HAVE_BYTESWAP_H 1
  7944. | #define HAVE_DEV_URANDOM 1
  7945. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  7946. | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
  7947. | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
  7948. | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  7949. | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  7950. | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  7951. | #define HAVE_GCC_ATOMICS 1
  7952. | #define HAVE_NULLSAFE_PRINTF 1
  7953. | #define HAVE_ATTRIBUTE_pure 1
  7954. | #define HAVE_ATTRIBUTE_malloc 1
  7955. | #define HAVE_ATTRIBUTE_const 1
  7956. | #define HAVE_ATTRIBUTE_unused 1
  7957. | /* end confdefs.h. */
  7958. | void __attribute__((always_inline)) *test(void *muffin, ...) {return (void *) 0;}
  7959. | int
  7960. | main ()
  7961. | {
  7962. |
  7963. | ;
  7964. | return 0;
  7965. | }
  7966. configure:15610: result: no
  7967. configure:15649: checking for compiler 'attribute deprecated' support
  7968. configure:15668: gcc -c -g -O2 -Wall -Wno-unused -Werror conftest.c >&5
  7969. configure:15668: $? = 0
  7970. configure:15669: result: yes
  7971. configure:15717: checking for compiler 'attribute sentinel' support
  7972. configure:15736: gcc -c -g -O2 -Wall -Wno-unused -Werror conftest.c >&5
  7973. configure:15736: $? = 0
  7974. configure:15737: result: yes
  7975. configure:15785: checking for compiler 'attribute warn_unused_result' support
  7976. configure:15804: gcc -c -g -O2 -Wall -Wno-unused -Werror conftest.c >&5
  7977. configure:15804: $? = 0
  7978. configure:15805: result: yes
  7979. configure:16008: checking for compiler 'attribute weakref' support
  7980. configure:16054: gcc -c -g -O2 -Wall -Wno-unused -Werror conftest.c >&5
  7981. conftest.c:216:46: error: 'weakref' attribute ignored because function is defined [-Werror=attributes]
  7982. cc1: all warnings being treated as errors
  7983. configure:16054: $? = 1
  7984. configure: failed program was:
  7985. | /* confdefs.h */
  7986. | #define PACKAGE_NAME "asterisk"
  7987. | #define PACKAGE_TARNAME "asterisk"
  7988. | #define PACKAGE_VERSION "trunk"
  7989. | #define PACKAGE_STRING "asterisk trunk"
  7990. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  7991. | #define PACKAGE_URL ""
  7992. | #define STDC_HEADERS 1
  7993. | #define HAVE_SYS_TYPES_H 1
  7994. | #define HAVE_SYS_STAT_H 1
  7995. | #define HAVE_STDLIB_H 1
  7996. | #define HAVE_STRING_H 1
  7997. | #define HAVE_MEMORY_H 1
  7998. | #define HAVE_STRINGS_H 1
  7999. | #define HAVE_INTTYPES_H 1
  8000. | #define HAVE_STDINT_H 1
  8001. | #define HAVE_UNISTD_H 1
  8002. | #define __EXTENSIONS__ 1
  8003. | #define _ALL_SOURCE 1
  8004. | #define _GNU_SOURCE 1
  8005. | #define _POSIX_PTHREAD_SEMANTICS 1
  8006. | #define _TANDEM_SOURCE 1
  8007. | #define HAVE_PTHREAD 1
  8008. | #define HAVE_ALLOCA_H 1
  8009. | #define HAVE_ALLOCA 1
  8010. | #define HAVE_DIRENT_H 1
  8011. | #define STDC_HEADERS 1
  8012. | #define HAVE_SYS_WAIT_H 1
  8013. | #define HAVE_ARPA_INET_H 1
  8014. | #define HAVE_FCNTL_H 1
  8015. | #define HAVE_INTTYPES_H 1
  8016. | #define HAVE_LIBINTL_H 1
  8017. | #define HAVE_LIMITS_H 1
  8018. | #define HAVE_LOCALE_H 1
  8019. | #define HAVE_MALLOC_H 1
  8020. | #define HAVE_NETDB_H 1
  8021. | #define HAVE_NETINET_IN_H 1
  8022. | #define HAVE_STDDEF_H 1
  8023. | #define HAVE_STDINT_H 1
  8024. | #define HAVE_STDLIB_H 1
  8025. | #define HAVE_STRING_H 1
  8026. | #define HAVE_STRINGS_H 1
  8027. | #define HAVE_SYS_FILE_H 1
  8028. | #define HAVE_SYS_IOCTL_H 1
  8029. | #define HAVE_SYS_PARAM_H 1
  8030. | #define HAVE_SYS_SOCKET_H 1
  8031. | #define HAVE_SYS_TIME_H 1
  8032. | #define HAVE_SYSLOG_H 1
  8033. | #define HAVE_TERMIOS_H 1
  8034. | #define HAVE_UNISTD_H 1
  8035. | #define HAVE_UTIME_H 1
  8036. | #define HAVE_ARPA_NAMESER_H 1
  8037. | #define HAVE_SYS_IO_H 1
  8038. | #define HAVE_TERMCAP 1
  8039. | #define HAVE_TINFO 1
  8040. | #define HAVE_CURSES 1
  8041. | #define HAVE_NCURSES 1
  8042. | #define HAVE_LIBXML2 1
  8043. | #define HAVE_XLOCALE_H 1
  8044. | #define _FILE_OFFSET_BITS 64
  8045. | #define HAVE__BOOL 1
  8046. | #define HAVE_STDBOOL_H 1
  8047. | #define HAVE_LONG_DOUBLE_WIDER 1
  8048. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  8049. | #define HAVE_STRUCT_UCRED_UID 1
  8050. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  8051. | #define TIME_WITH_SYS_TIME 1
  8052. | #define HAVE_PTRDIFF_T 1
  8053. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  8054. | #define HAVE_UNISTD_H 1
  8055. | #define HAVE_CHOWN 1
  8056. | #define HAVE_FORK 1
  8057. | #define HAVE_VFORK 1
  8058. | #define HAVE_WORKING_VFORK 1
  8059. | #define HAVE_WORKING_FORK 1
  8060. | #define HAVE_FSEEKO 1
  8061. | #define HAVE_STDLIB_H 1
  8062. | #define HAVE_UNISTD_H 1
  8063. | #define HAVE_SYS_PARAM_H 1
  8064. | #define HAVE_UTIME_H 1
  8065. | #define HAVE_GETPAGESIZE 1
  8066. | #define HAVE_MMAP 1
  8067. | #define HAVE_SYS_SELECT_H 1
  8068. | #define HAVE_SYS_SOCKET_H 1
  8069. | #define SELECT_TYPE_ARG1 int
  8070. | #define SELECT_TYPE_ARG234 (fd_set *)
  8071. | #define SELECT_TYPE_ARG5 (struct timeval *)
  8072. | #define RETSIGTYPE void
  8073. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  8074. | #define HAVE_STRCOLL 1
  8075. | #define HAVE_STRFTIME 1
  8076. | #define HAVE_UTIME_NULL 1
  8077. | #define HAVE_VPRINTF 1
  8078. | #define HAVE_ASPRINTF 1
  8079. | #define HAVE_ATEXIT 1
  8080. | #define HAVE_DUP2 1
  8081. | #define HAVE_EACCESS 1
  8082. | #define HAVE_ENDPWENT 1
  8083. | #define HAVE_EUIDACCESS 1
  8084. | #define HAVE_FFSLL 1
  8085. | #define HAVE_FTRUNCATE 1
  8086. | #define HAVE_GETCWD 1
  8087. | #define HAVE_GETHOSTBYNAME 1
  8088. | #define HAVE_GETHOSTNAME 1
  8089. | #define HAVE_GETLOADAVG 1
  8090. | #define HAVE_GETTIMEOFDAY 1
  8091. | #define HAVE_GLOB 1
  8092. | #define HAVE_IOPERM 1
  8093. | #define HAVE_INET_NTOA 1
  8094. | #define HAVE_ISASCII 1
  8095. | #define HAVE_MEMCHR 1
  8096. | #define HAVE_MEMMOVE 1
  8097. | #define HAVE_MEMSET 1
  8098. | #define HAVE_MKDIR 1
  8099. | #define HAVE_MKDTEMP 1
  8100. | #define HAVE_MUNMAP 1
  8101. | #define HAVE_NEWLOCALE 1
  8102. | #define HAVE_PPOLL 1
  8103. | #define HAVE_PUTENV 1
  8104. | #define HAVE_RE_COMP 1
  8105. | #define HAVE_REGCOMP 1
  8106. | #define HAVE_SELECT 1
  8107. | #define HAVE_SETENV 1
  8108. | #define HAVE_SOCKET 1
  8109. | #define HAVE_STRCASECMP 1
  8110. | #define HAVE_STRCASESTR 1
  8111. | #define HAVE_STRCHR 1
  8112. | #define HAVE_STRCSPN 1
  8113. | #define HAVE_STRDUP 1
  8114. | #define HAVE_STRERROR 1
  8115. | #define HAVE_STRNCASECMP 1
  8116. | #define HAVE_STRNDUP 1
  8117. | #define HAVE_STRNLEN 1
  8118. | #define HAVE_STRRCHR 1
  8119. | #define HAVE_STRSEP 1
  8120. | #define HAVE_STRSPN 1
  8121. | #define HAVE_STRSTR 1
  8122. | #define HAVE_STRTOD 1
  8123. | #define HAVE_STRTOL 1
  8124. | #define HAVE_STRTOLD 1
  8125. | #define HAVE_STRTOQ 1
  8126. | #define HAVE_UNSETENV 1
  8127. | #define HAVE_UTIME 1
  8128. | #define HAVE_VASPRINTF 1
  8129. | #define HAVE_SYSCTL 1
  8130. | #define HAVE_LIBM 1
  8131. | #define HAVE_EXP2 1
  8132. | #define HAVE_LOG2 1
  8133. | #define HAVE_EXP10 1
  8134. | #define HAVE_LOG10 1
  8135. | #define HAVE_SIN 1
  8136. | #define HAVE_COS 1
  8137. | #define HAVE_TAN 1
  8138. | #define HAVE_ASIN 1
  8139. | #define HAVE_ACOS 1
  8140. | #define HAVE_ATAN 1
  8141. | #define HAVE_ATAN2 1
  8142. | #define HAVE_POW 1
  8143. | #define HAVE_RINT 1
  8144. | #define HAVE_EXP 1
  8145. | #define HAVE_LOG 1
  8146. | #define HAVE_REMAINDER 1
  8147. | #define HAVE_FMOD 1
  8148. | #define HAVE_ROUND 1
  8149. | #define HAVE_ROUNDF 1
  8150. | #define HAVE_TRUNC 1
  8151. | #define HAVE_FLOOR 1
  8152. | #define HAVE_CEIL 1
  8153. | #define HAVE_EXP2L 1
  8154. | #define HAVE_LOG2L 1
  8155. | #define HAVE_EXP10L 1
  8156. | #define HAVE_LOG10L 1
  8157. | #define HAVE_SINL 1
  8158. | #define HAVE_COSL 1
  8159. | #define HAVE_TANL 1
  8160. | #define HAVE_ASINL 1
  8161. | #define HAVE_ACOSL 1
  8162. | #define HAVE_ATANL 1
  8163. | #define HAVE_ATAN2L 1
  8164. | #define HAVE_POWL 1
  8165. | #define HAVE_SQRTL 1
  8166. | #define HAVE_RINTL 1
  8167. | #define HAVE_EXPL 1
  8168. | #define HAVE_LOGL 1
  8169. | #define HAVE_REMAINDERL 1
  8170. | #define HAVE_FMODL 1
  8171. | #define HAVE_ROUNDL 1
  8172. | #define HAVE_TRUNCL 1
  8173. | #define HAVE_FLOORL 1
  8174. | #define HAVE_CEILL 1
  8175. | #define HAVE_LLONG_MAX 1
  8176. | #define HAVE_TIMERSUB 1
  8177. | #define HAVE_SYS_POLL_H 1
  8178. | #define HAVE_FOPENCOOKIE 1
  8179. | #define HAVE_INET_ATON 1
  8180. | #define HAVE_PKTINFO 1
  8181. | #define HAVE_GETHOSTBYNAME_R_6 1
  8182. | #define HAVE_BYTESWAP_H 1
  8183. | #define HAVE_DEV_URANDOM 1
  8184. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  8185. | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
  8186. | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
  8187. | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  8188. | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  8189. | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  8190. | #define HAVE_GCC_ATOMICS 1
  8191. | #define HAVE_NULLSAFE_PRINTF 1
  8192. | #define HAVE_ATTRIBUTE_pure 1
  8193. | #define HAVE_ATTRIBUTE_malloc 1
  8194. | #define HAVE_ATTRIBUTE_const 1
  8195. | #define HAVE_ATTRIBUTE_unused 1
  8196. | #define HAVE_ATTRIBUTE_deprecated 1
  8197. | #define HAVE_ATTRIBUTE_sentinel 1
  8198. | #define HAVE_ATTRIBUTE_warn_unused_result 1
  8199. | /* end confdefs.h. */
  8200. | static void __attribute__((weakref("foo"))) *test(void *muffin, ...) {return (void *) 0;}
  8201. | int
  8202. | main ()
  8203. | {
  8204. |
  8205. | ;
  8206. | return 0;
  8207. | }
  8208. configure:16064: result: no
  8209. configure:16152: checking for -ffunction-sections support
  8210. configure:16167: gcc -c -g -O2 -ffunction-sections conftest.c >&5
  8211. configure:16167: $? = 0
  8212. configure:16168: result: yes
  8213. configure:16172: checking for --gc-sections support
  8214. configure:16185: gcc -o conftest -g -O2 -ffunction-sections -Wl,--gc-sections conftest.c -lm >&5
  8215. configure:16185: $? = 0
  8216. configure:16186: result: yes
  8217. configure:16208: checking for -Wdeclaration-after-statement support
  8218. configure:16211: result: yes
  8219. configure:16221: checking for -Wtrampolines support
  8220. configure:16224: result: yes
  8221. configure:16234: checking for _FORTIFY_SOURCE support
  8222. configure:16237: result: yes
  8223. configure:16247: checking for -fno-strict-overflow
  8224. configure:16250: result: yes
  8225. configure:16260: checking for -Wshadow
  8226. configure:16263: result: yes
  8227. configure:16273: checking for -march=native support
  8228. configure:16277: result: yes
  8229. configure:16292: checking for -fnested-functions
  8230. configure:16305: gcc -c -g -O2 conftest.c >&5
  8231. configure:16305: $? = 0
  8232. configure:16306: result: no
  8233. configure:16330: checking whether to use rpath
  8234. configure:16337: result: not needed
  8235. configure:16357: checking for sysinfo
  8236. configure:16370: gcc -o conftest -g -O2 conftest.c -lm >&5
  8237. configure:16370: $? = 0
  8238. configure:16371: result: yes
  8239. configure:16384: checking for library containing res_9_ninit
  8240. configure:16415: gcc -o conftest -g -O2 conftest.c -lm >&5
  8241. /tmp/ccknwaqQ.o: In function `main':
  8242. /usr/src/asterisk-11.13.1/conftest.c:228: undefined reference to `res_9_ninit'
  8243. collect2: error: ld returned 1 exit status
  8244. configure:16415: $? = 1
  8245. configure: failed program was:
  8246. | /* confdefs.h */
  8247. | #define PACKAGE_NAME "asterisk"
  8248. | #define PACKAGE_TARNAME "asterisk"
  8249. | #define PACKAGE_VERSION "trunk"
  8250. | #define PACKAGE_STRING "asterisk trunk"
  8251. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  8252. | #define PACKAGE_URL ""
  8253. | #define STDC_HEADERS 1
  8254. | #define HAVE_SYS_TYPES_H 1
  8255. | #define HAVE_SYS_STAT_H 1
  8256. | #define HAVE_STDLIB_H 1
  8257. | #define HAVE_STRING_H 1
  8258. | #define HAVE_MEMORY_H 1
  8259. | #define HAVE_STRINGS_H 1
  8260. | #define HAVE_INTTYPES_H 1
  8261. | #define HAVE_STDINT_H 1
  8262. | #define HAVE_UNISTD_H 1
  8263. | #define __EXTENSIONS__ 1
  8264. | #define _ALL_SOURCE 1
  8265. | #define _GNU_SOURCE 1
  8266. | #define _POSIX_PTHREAD_SEMANTICS 1
  8267. | #define _TANDEM_SOURCE 1
  8268. | #define HAVE_PTHREAD 1
  8269. | #define HAVE_ALLOCA_H 1
  8270. | #define HAVE_ALLOCA 1
  8271. | #define HAVE_DIRENT_H 1
  8272. | #define STDC_HEADERS 1
  8273. | #define HAVE_SYS_WAIT_H 1
  8274. | #define HAVE_ARPA_INET_H 1
  8275. | #define HAVE_FCNTL_H 1
  8276. | #define HAVE_INTTYPES_H 1
  8277. | #define HAVE_LIBINTL_H 1
  8278. | #define HAVE_LIMITS_H 1
  8279. | #define HAVE_LOCALE_H 1
  8280. | #define HAVE_MALLOC_H 1
  8281. | #define HAVE_NETDB_H 1
  8282. | #define HAVE_NETINET_IN_H 1
  8283. | #define HAVE_STDDEF_H 1
  8284. | #define HAVE_STDINT_H 1
  8285. | #define HAVE_STDLIB_H 1
  8286. | #define HAVE_STRING_H 1
  8287. | #define HAVE_STRINGS_H 1
  8288. | #define HAVE_SYS_FILE_H 1
  8289. | #define HAVE_SYS_IOCTL_H 1
  8290. | #define HAVE_SYS_PARAM_H 1
  8291. | #define HAVE_SYS_SOCKET_H 1
  8292. | #define HAVE_SYS_TIME_H 1
  8293. | #define HAVE_SYSLOG_H 1
  8294. | #define HAVE_TERMIOS_H 1
  8295. | #define HAVE_UNISTD_H 1
  8296. | #define HAVE_UTIME_H 1
  8297. | #define HAVE_ARPA_NAMESER_H 1
  8298. | #define HAVE_SYS_IO_H 1
  8299. | #define HAVE_TERMCAP 1
  8300. | #define HAVE_TINFO 1
  8301. | #define HAVE_CURSES 1
  8302. | #define HAVE_NCURSES 1
  8303. | #define HAVE_LIBXML2 1
  8304. | #define HAVE_XLOCALE_H 1
  8305. | #define _FILE_OFFSET_BITS 64
  8306. | #define HAVE__BOOL 1
  8307. | #define HAVE_STDBOOL_H 1
  8308. | #define HAVE_LONG_DOUBLE_WIDER 1
  8309. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  8310. | #define HAVE_STRUCT_UCRED_UID 1
  8311. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  8312. | #define TIME_WITH_SYS_TIME 1
  8313. | #define HAVE_PTRDIFF_T 1
  8314. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  8315. | #define HAVE_UNISTD_H 1
  8316. | #define HAVE_CHOWN 1
  8317. | #define HAVE_FORK 1
  8318. | #define HAVE_VFORK 1
  8319. | #define HAVE_WORKING_VFORK 1
  8320. | #define HAVE_WORKING_FORK 1
  8321. | #define HAVE_FSEEKO 1
  8322. | #define HAVE_STDLIB_H 1
  8323. | #define HAVE_UNISTD_H 1
  8324. | #define HAVE_SYS_PARAM_H 1
  8325. | #define HAVE_UTIME_H 1
  8326. | #define HAVE_GETPAGESIZE 1
  8327. | #define HAVE_MMAP 1
  8328. | #define HAVE_SYS_SELECT_H 1
  8329. | #define HAVE_SYS_SOCKET_H 1
  8330. | #define SELECT_TYPE_ARG1 int
  8331. | #define SELECT_TYPE_ARG234 (fd_set *)
  8332. | #define SELECT_TYPE_ARG5 (struct timeval *)
  8333. | #define RETSIGTYPE void
  8334. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  8335. | #define HAVE_STRCOLL 1
  8336. | #define HAVE_STRFTIME 1
  8337. | #define HAVE_UTIME_NULL 1
  8338. | #define HAVE_VPRINTF 1
  8339. | #define HAVE_ASPRINTF 1
  8340. | #define HAVE_ATEXIT 1
  8341. | #define HAVE_DUP2 1
  8342. | #define HAVE_EACCESS 1
  8343. | #define HAVE_ENDPWENT 1
  8344. | #define HAVE_EUIDACCESS 1
  8345. | #define HAVE_FFSLL 1
  8346. | #define HAVE_FTRUNCATE 1
  8347. | #define HAVE_GETCWD 1
  8348. | #define HAVE_GETHOSTBYNAME 1
  8349. | #define HAVE_GETHOSTNAME 1
  8350. | #define HAVE_GETLOADAVG 1
  8351. | #define HAVE_GETTIMEOFDAY 1
  8352. | #define HAVE_GLOB 1
  8353. | #define HAVE_IOPERM 1
  8354. | #define HAVE_INET_NTOA 1
  8355. | #define HAVE_ISASCII 1
  8356. | #define HAVE_MEMCHR 1
  8357. | #define HAVE_MEMMOVE 1
  8358. | #define HAVE_MEMSET 1
  8359. | #define HAVE_MKDIR 1
  8360. | #define HAVE_MKDTEMP 1
  8361. | #define HAVE_MUNMAP 1
  8362. | #define HAVE_NEWLOCALE 1
  8363. | #define HAVE_PPOLL 1
  8364. | #define HAVE_PUTENV 1
  8365. | #define HAVE_RE_COMP 1
  8366. | #define HAVE_REGCOMP 1
  8367. | #define HAVE_SELECT 1
  8368. | #define HAVE_SETENV 1
  8369. | #define HAVE_SOCKET 1
  8370. | #define HAVE_STRCASECMP 1
  8371. | #define HAVE_STRCASESTR 1
  8372. | #define HAVE_STRCHR 1
  8373. | #define HAVE_STRCSPN 1
  8374. | #define HAVE_STRDUP 1
  8375. | #define HAVE_STRERROR 1
  8376. | #define HAVE_STRNCASECMP 1
  8377. | #define HAVE_STRNDUP 1
  8378. | #define HAVE_STRNLEN 1
  8379. | #define HAVE_STRRCHR 1
  8380. | #define HAVE_STRSEP 1
  8381. | #define HAVE_STRSPN 1
  8382. | #define HAVE_STRSTR 1
  8383. | #define HAVE_STRTOD 1
  8384. | #define HAVE_STRTOL 1
  8385. | #define HAVE_STRTOLD 1
  8386. | #define HAVE_STRTOQ 1
  8387. | #define HAVE_UNSETENV 1
  8388. | #define HAVE_UTIME 1
  8389. | #define HAVE_VASPRINTF 1
  8390. | #define HAVE_SYSCTL 1
  8391. | #define HAVE_LIBM 1
  8392. | #define HAVE_EXP2 1
  8393. | #define HAVE_LOG2 1
  8394. | #define HAVE_EXP10 1
  8395. | #define HAVE_LOG10 1
  8396. | #define HAVE_SIN 1
  8397. | #define HAVE_COS 1
  8398. | #define HAVE_TAN 1
  8399. | #define HAVE_ASIN 1
  8400. | #define HAVE_ACOS 1
  8401. | #define HAVE_ATAN 1
  8402. | #define HAVE_ATAN2 1
  8403. | #define HAVE_POW 1
  8404. | #define HAVE_RINT 1
  8405. | #define HAVE_EXP 1
  8406. | #define HAVE_LOG 1
  8407. | #define HAVE_REMAINDER 1
  8408. | #define HAVE_FMOD 1
  8409. | #define HAVE_ROUND 1
  8410. | #define HAVE_ROUNDF 1
  8411. | #define HAVE_TRUNC 1
  8412. | #define HAVE_FLOOR 1
  8413. | #define HAVE_CEIL 1
  8414. | #define HAVE_EXP2L 1
  8415. | #define HAVE_LOG2L 1
  8416. | #define HAVE_EXP10L 1
  8417. | #define HAVE_LOG10L 1
  8418. | #define HAVE_SINL 1
  8419. | #define HAVE_COSL 1
  8420. | #define HAVE_TANL 1
  8421. | #define HAVE_ASINL 1
  8422. | #define HAVE_ACOSL 1
  8423. | #define HAVE_ATANL 1
  8424. | #define HAVE_ATAN2L 1
  8425. | #define HAVE_POWL 1
  8426. | #define HAVE_SQRTL 1
  8427. | #define HAVE_RINTL 1
  8428. | #define HAVE_EXPL 1
  8429. | #define HAVE_LOGL 1
  8430. | #define HAVE_REMAINDERL 1
  8431. | #define HAVE_FMODL 1
  8432. | #define HAVE_ROUNDL 1
  8433. | #define HAVE_TRUNCL 1
  8434. | #define HAVE_FLOORL 1
  8435. | #define HAVE_CEILL 1
  8436. | #define HAVE_LLONG_MAX 1
  8437. | #define HAVE_TIMERSUB 1
  8438. | #define HAVE_SYS_POLL_H 1
  8439. | #define HAVE_FOPENCOOKIE 1
  8440. | #define HAVE_INET_ATON 1
  8441. | #define HAVE_PKTINFO 1
  8442. | #define HAVE_GETHOSTBYNAME_R_6 1
  8443. | #define HAVE_BYTESWAP_H 1
  8444. | #define HAVE_DEV_URANDOM 1
  8445. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  8446. | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
  8447. | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
  8448. | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  8449. | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  8450. | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  8451. | #define HAVE_GCC_ATOMICS 1
  8452. | #define HAVE_NULLSAFE_PRINTF 1
  8453. | #define HAVE_ATTRIBUTE_pure 1
  8454. | #define HAVE_ATTRIBUTE_malloc 1
  8455. | #define HAVE_ATTRIBUTE_const 1
  8456. | #define HAVE_ATTRIBUTE_unused 1
  8457. | #define HAVE_ATTRIBUTE_deprecated 1
  8458. | #define HAVE_ATTRIBUTE_sentinel 1
  8459. | #define HAVE_ATTRIBUTE_warn_unused_result 1
  8460. | #define HAVE_SYSINFO 1
  8461. | /* end confdefs.h. */
  8462. |
  8463. | /* Override any GCC internal prototype to avoid an error.
  8464. | Use char because int might match the return type of a GCC
  8465. | builtin and then its argument prototype would still apply. */
  8466. | #ifdef __cplusplus
  8467. | extern "C"
  8468. | #endif
  8469. | char res_9_ninit ();
  8470. | int
  8471. | main ()
  8472. | {
  8473. | return res_9_ninit ();
  8474. | ;
  8475. | return 0;
  8476. | }
  8477. configure:16415: gcc -o conftest -g -O2 conftest.c -lresolv -lm >&5
  8478. /tmp/ccIL5Y6V.o: In function `main':
  8479. /usr/src/asterisk-11.13.1/conftest.c:228: undefined reference to `res_9_ninit'
  8480. collect2: error: ld returned 1 exit status
  8481. configure:16415: $? = 1
  8482. configure: failed program was:
  8483. | /* confdefs.h */
  8484. | #define PACKAGE_NAME "asterisk"
  8485. | #define PACKAGE_TARNAME "asterisk"
  8486. | #define PACKAGE_VERSION "trunk"
  8487. | #define PACKAGE_STRING "asterisk trunk"
  8488. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  8489. | #define PACKAGE_URL ""
  8490. | #define STDC_HEADERS 1
  8491. | #define HAVE_SYS_TYPES_H 1
  8492. | #define HAVE_SYS_STAT_H 1
  8493. | #define HAVE_STDLIB_H 1
  8494. | #define HAVE_STRING_H 1
  8495. | #define HAVE_MEMORY_H 1
  8496. | #define HAVE_STRINGS_H 1
  8497. | #define HAVE_INTTYPES_H 1
  8498. | #define HAVE_STDINT_H 1
  8499. | #define HAVE_UNISTD_H 1
  8500. | #define __EXTENSIONS__ 1
  8501. | #define _ALL_SOURCE 1
  8502. | #define _GNU_SOURCE 1
  8503. | #define _POSIX_PTHREAD_SEMANTICS 1
  8504. | #define _TANDEM_SOURCE 1
  8505. | #define HAVE_PTHREAD 1
  8506. | #define HAVE_ALLOCA_H 1
  8507. | #define HAVE_ALLOCA 1
  8508. | #define HAVE_DIRENT_H 1
  8509. | #define STDC_HEADERS 1
  8510. | #define HAVE_SYS_WAIT_H 1
  8511. | #define HAVE_ARPA_INET_H 1
  8512. | #define HAVE_FCNTL_H 1
  8513. | #define HAVE_INTTYPES_H 1
  8514. | #define HAVE_LIBINTL_H 1
  8515. | #define HAVE_LIMITS_H 1
  8516. | #define HAVE_LOCALE_H 1
  8517. | #define HAVE_MALLOC_H 1
  8518. | #define HAVE_NETDB_H 1
  8519. | #define HAVE_NETINET_IN_H 1
  8520. | #define HAVE_STDDEF_H 1
  8521. | #define HAVE_STDINT_H 1
  8522. | #define HAVE_STDLIB_H 1
  8523. | #define HAVE_STRING_H 1
  8524. | #define HAVE_STRINGS_H 1
  8525. | #define HAVE_SYS_FILE_H 1
  8526. | #define HAVE_SYS_IOCTL_H 1
  8527. | #define HAVE_SYS_PARAM_H 1
  8528. | #define HAVE_SYS_SOCKET_H 1
  8529. | #define HAVE_SYS_TIME_H 1
  8530. | #define HAVE_SYSLOG_H 1
  8531. | #define HAVE_TERMIOS_H 1
  8532. | #define HAVE_UNISTD_H 1
  8533. | #define HAVE_UTIME_H 1
  8534. | #define HAVE_ARPA_NAMESER_H 1
  8535. | #define HAVE_SYS_IO_H 1
  8536. | #define HAVE_TERMCAP 1
  8537. | #define HAVE_TINFO 1
  8538. | #define HAVE_CURSES 1
  8539. | #define HAVE_NCURSES 1
  8540. | #define HAVE_LIBXML2 1
  8541. | #define HAVE_XLOCALE_H 1
  8542. | #define _FILE_OFFSET_BITS 64
  8543. | #define HAVE__BOOL 1
  8544. | #define HAVE_STDBOOL_H 1
  8545. | #define HAVE_LONG_DOUBLE_WIDER 1
  8546. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  8547. | #define HAVE_STRUCT_UCRED_UID 1
  8548. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  8549. | #define TIME_WITH_SYS_TIME 1
  8550. | #define HAVE_PTRDIFF_T 1
  8551. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  8552. | #define HAVE_UNISTD_H 1
  8553. | #define HAVE_CHOWN 1
  8554. | #define HAVE_FORK 1
  8555. | #define HAVE_VFORK 1
  8556. | #define HAVE_WORKING_VFORK 1
  8557. | #define HAVE_WORKING_FORK 1
  8558. | #define HAVE_FSEEKO 1
  8559. | #define HAVE_STDLIB_H 1
  8560. | #define HAVE_UNISTD_H 1
  8561. | #define HAVE_SYS_PARAM_H 1
  8562. | #define HAVE_UTIME_H 1
  8563. | #define HAVE_GETPAGESIZE 1
  8564. | #define HAVE_MMAP 1
  8565. | #define HAVE_SYS_SELECT_H 1
  8566. | #define HAVE_SYS_SOCKET_H 1
  8567. | #define SELECT_TYPE_ARG1 int
  8568. | #define SELECT_TYPE_ARG234 (fd_set *)
  8569. | #define SELECT_TYPE_ARG5 (struct timeval *)
  8570. | #define RETSIGTYPE void
  8571. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  8572. | #define HAVE_STRCOLL 1
  8573. | #define HAVE_STRFTIME 1
  8574. | #define HAVE_UTIME_NULL 1
  8575. | #define HAVE_VPRINTF 1
  8576. | #define HAVE_ASPRINTF 1
  8577. | #define HAVE_ATEXIT 1
  8578. | #define HAVE_DUP2 1
  8579. | #define HAVE_EACCESS 1
  8580. | #define HAVE_ENDPWENT 1
  8581. | #define HAVE_EUIDACCESS 1
  8582. | #define HAVE_FFSLL 1
  8583. | #define HAVE_FTRUNCATE 1
  8584. | #define HAVE_GETCWD 1
  8585. | #define HAVE_GETHOSTBYNAME 1
  8586. | #define HAVE_GETHOSTNAME 1
  8587. | #define HAVE_GETLOADAVG 1
  8588. | #define HAVE_GETTIMEOFDAY 1
  8589. | #define HAVE_GLOB 1
  8590. | #define HAVE_IOPERM 1
  8591. | #define HAVE_INET_NTOA 1
  8592. | #define HAVE_ISASCII 1
  8593. | #define HAVE_MEMCHR 1
  8594. | #define HAVE_MEMMOVE 1
  8595. | #define HAVE_MEMSET 1
  8596. | #define HAVE_MKDIR 1
  8597. | #define HAVE_MKDTEMP 1
  8598. | #define HAVE_MUNMAP 1
  8599. | #define HAVE_NEWLOCALE 1
  8600. | #define HAVE_PPOLL 1
  8601. | #define HAVE_PUTENV 1
  8602. | #define HAVE_RE_COMP 1
  8603. | #define HAVE_REGCOMP 1
  8604. | #define HAVE_SELECT 1
  8605. | #define HAVE_SETENV 1
  8606. | #define HAVE_SOCKET 1
  8607. | #define HAVE_STRCASECMP 1
  8608. | #define HAVE_STRCASESTR 1
  8609. | #define HAVE_STRCHR 1
  8610. | #define HAVE_STRCSPN 1
  8611. | #define HAVE_STRDUP 1
  8612. | #define HAVE_STRERROR 1
  8613. | #define HAVE_STRNCASECMP 1
  8614. | #define HAVE_STRNDUP 1
  8615. | #define HAVE_STRNLEN 1
  8616. | #define HAVE_STRRCHR 1
  8617. | #define HAVE_STRSEP 1
  8618. | #define HAVE_STRSPN 1
  8619. | #define HAVE_STRSTR 1
  8620. | #define HAVE_STRTOD 1
  8621. | #define HAVE_STRTOL 1
  8622. | #define HAVE_STRTOLD 1
  8623. | #define HAVE_STRTOQ 1
  8624. | #define HAVE_UNSETENV 1
  8625. | #define HAVE_UTIME 1
  8626. | #define HAVE_VASPRINTF 1
  8627. | #define HAVE_SYSCTL 1
  8628. | #define HAVE_LIBM 1
  8629. | #define HAVE_EXP2 1
  8630. | #define HAVE_LOG2 1
  8631. | #define HAVE_EXP10 1
  8632. | #define HAVE_LOG10 1
  8633. | #define HAVE_SIN 1
  8634. | #define HAVE_COS 1
  8635. | #define HAVE_TAN 1
  8636. | #define HAVE_ASIN 1
  8637. | #define HAVE_ACOS 1
  8638. | #define HAVE_ATAN 1
  8639. | #define HAVE_ATAN2 1
  8640. | #define HAVE_POW 1
  8641. | #define HAVE_RINT 1
  8642. | #define HAVE_EXP 1
  8643. | #define HAVE_LOG 1
  8644. | #define HAVE_REMAINDER 1
  8645. | #define HAVE_FMOD 1
  8646. | #define HAVE_ROUND 1
  8647. | #define HAVE_ROUNDF 1
  8648. | #define HAVE_TRUNC 1
  8649. | #define HAVE_FLOOR 1
  8650. | #define HAVE_CEIL 1
  8651. | #define HAVE_EXP2L 1
  8652. | #define HAVE_LOG2L 1
  8653. | #define HAVE_EXP10L 1
  8654. | #define HAVE_LOG10L 1
  8655. | #define HAVE_SINL 1
  8656. | #define HAVE_COSL 1
  8657. | #define HAVE_TANL 1
  8658. | #define HAVE_ASINL 1
  8659. | #define HAVE_ACOSL 1
  8660. | #define HAVE_ATANL 1
  8661. | #define HAVE_ATAN2L 1
  8662. | #define HAVE_POWL 1
  8663. | #define HAVE_SQRTL 1
  8664. | #define HAVE_RINTL 1
  8665. | #define HAVE_EXPL 1
  8666. | #define HAVE_LOGL 1
  8667. | #define HAVE_REMAINDERL 1
  8668. | #define HAVE_FMODL 1
  8669. | #define HAVE_ROUNDL 1
  8670. | #define HAVE_TRUNCL 1
  8671. | #define HAVE_FLOORL 1
  8672. | #define HAVE_CEILL 1
  8673. | #define HAVE_LLONG_MAX 1
  8674. | #define HAVE_TIMERSUB 1
  8675. | #define HAVE_SYS_POLL_H 1
  8676. | #define HAVE_FOPENCOOKIE 1
  8677. | #define HAVE_INET_ATON 1
  8678. | #define HAVE_PKTINFO 1
  8679. | #define HAVE_GETHOSTBYNAME_R_6 1
  8680. | #define HAVE_BYTESWAP_H 1
  8681. | #define HAVE_DEV_URANDOM 1
  8682. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  8683. | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
  8684. | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
  8685. | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  8686. | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  8687. | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  8688. | #define HAVE_GCC_ATOMICS 1
  8689. | #define HAVE_NULLSAFE_PRINTF 1
  8690. | #define HAVE_ATTRIBUTE_pure 1
  8691. | #define HAVE_ATTRIBUTE_malloc 1
  8692. | #define HAVE_ATTRIBUTE_const 1
  8693. | #define HAVE_ATTRIBUTE_unused 1
  8694. | #define HAVE_ATTRIBUTE_deprecated 1
  8695. | #define HAVE_ATTRIBUTE_sentinel 1
  8696. | #define HAVE_ATTRIBUTE_warn_unused_result 1
  8697. | #define HAVE_SYSINFO 1
  8698. | /* end confdefs.h. */
  8699. |
  8700. | /* Override any GCC internal prototype to avoid an error.
  8701. | Use char because int might match the return type of a GCC
  8702. | builtin and then its argument prototype would still apply. */
  8703. | #ifdef __cplusplus
  8704. | extern "C"
  8705. | #endif
  8706. | char res_9_ninit ();
  8707. | int
  8708. | main ()
  8709. | {
  8710. | return res_9_ninit ();
  8711. | ;
  8712. | return 0;
  8713. | }
  8714. configure:16432: result: no
  8715. configure:16440: checking for res_ninit
  8716. configure:16463: gcc -o conftest -g -O2 conftest.c -lm >&5
  8717. configure:16463: $? = 0
  8718. configure:16464: result: yes
  8719. configure:16469: checking for library containing res_9_ndestroy
  8720. configure:16500: gcc -o conftest -g -O2 conftest.c -lm >&5
  8721. /tmp/cc92zdw1.o: In function `main':
  8722. /usr/src/asterisk-11.13.1/conftest.c:229: undefined reference to `res_9_ndestroy'
  8723. collect2: error: ld returned 1 exit status
  8724. configure:16500: $? = 1
  8725. configure: failed program was:
  8726. | /* confdefs.h */
  8727. | #define PACKAGE_NAME "asterisk"
  8728. | #define PACKAGE_TARNAME "asterisk"
  8729. | #define PACKAGE_VERSION "trunk"
  8730. | #define PACKAGE_STRING "asterisk trunk"
  8731. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  8732. | #define PACKAGE_URL ""
  8733. | #define STDC_HEADERS 1
  8734. | #define HAVE_SYS_TYPES_H 1
  8735. | #define HAVE_SYS_STAT_H 1
  8736. | #define HAVE_STDLIB_H 1
  8737. | #define HAVE_STRING_H 1
  8738. | #define HAVE_MEMORY_H 1
  8739. | #define HAVE_STRINGS_H 1
  8740. | #define HAVE_INTTYPES_H 1
  8741. | #define HAVE_STDINT_H 1
  8742. | #define HAVE_UNISTD_H 1
  8743. | #define __EXTENSIONS__ 1
  8744. | #define _ALL_SOURCE 1
  8745. | #define _GNU_SOURCE 1
  8746. | #define _POSIX_PTHREAD_SEMANTICS 1
  8747. | #define _TANDEM_SOURCE 1
  8748. | #define HAVE_PTHREAD 1
  8749. | #define HAVE_ALLOCA_H 1
  8750. | #define HAVE_ALLOCA 1
  8751. | #define HAVE_DIRENT_H 1
  8752. | #define STDC_HEADERS 1
  8753. | #define HAVE_SYS_WAIT_H 1
  8754. | #define HAVE_ARPA_INET_H 1
  8755. | #define HAVE_FCNTL_H 1
  8756. | #define HAVE_INTTYPES_H 1
  8757. | #define HAVE_LIBINTL_H 1
  8758. | #define HAVE_LIMITS_H 1
  8759. | #define HAVE_LOCALE_H 1
  8760. | #define HAVE_MALLOC_H 1
  8761. | #define HAVE_NETDB_H 1
  8762. | #define HAVE_NETINET_IN_H 1
  8763. | #define HAVE_STDDEF_H 1
  8764. | #define HAVE_STDINT_H 1
  8765. | #define HAVE_STDLIB_H 1
  8766. | #define HAVE_STRING_H 1
  8767. | #define HAVE_STRINGS_H 1
  8768. | #define HAVE_SYS_FILE_H 1
  8769. | #define HAVE_SYS_IOCTL_H 1
  8770. | #define HAVE_SYS_PARAM_H 1
  8771. | #define HAVE_SYS_SOCKET_H 1
  8772. | #define HAVE_SYS_TIME_H 1
  8773. | #define HAVE_SYSLOG_H 1
  8774. | #define HAVE_TERMIOS_H 1
  8775. | #define HAVE_UNISTD_H 1
  8776. | #define HAVE_UTIME_H 1
  8777. | #define HAVE_ARPA_NAMESER_H 1
  8778. | #define HAVE_SYS_IO_H 1
  8779. | #define HAVE_TERMCAP 1
  8780. | #define HAVE_TINFO 1
  8781. | #define HAVE_CURSES 1
  8782. | #define HAVE_NCURSES 1
  8783. | #define HAVE_LIBXML2 1
  8784. | #define HAVE_XLOCALE_H 1
  8785. | #define _FILE_OFFSET_BITS 64
  8786. | #define HAVE__BOOL 1
  8787. | #define HAVE_STDBOOL_H 1
  8788. | #define HAVE_LONG_DOUBLE_WIDER 1
  8789. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  8790. | #define HAVE_STRUCT_UCRED_UID 1
  8791. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  8792. | #define TIME_WITH_SYS_TIME 1
  8793. | #define HAVE_PTRDIFF_T 1
  8794. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  8795. | #define HAVE_UNISTD_H 1
  8796. | #define HAVE_CHOWN 1
  8797. | #define HAVE_FORK 1
  8798. | #define HAVE_VFORK 1
  8799. | #define HAVE_WORKING_VFORK 1
  8800. | #define HAVE_WORKING_FORK 1
  8801. | #define HAVE_FSEEKO 1
  8802. | #define HAVE_STDLIB_H 1
  8803. | #define HAVE_UNISTD_H 1
  8804. | #define HAVE_SYS_PARAM_H 1
  8805. | #define HAVE_UTIME_H 1
  8806. | #define HAVE_GETPAGESIZE 1
  8807. | #define HAVE_MMAP 1
  8808. | #define HAVE_SYS_SELECT_H 1
  8809. | #define HAVE_SYS_SOCKET_H 1
  8810. | #define SELECT_TYPE_ARG1 int
  8811. | #define SELECT_TYPE_ARG234 (fd_set *)
  8812. | #define SELECT_TYPE_ARG5 (struct timeval *)
  8813. | #define RETSIGTYPE void
  8814. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  8815. | #define HAVE_STRCOLL 1
  8816. | #define HAVE_STRFTIME 1
  8817. | #define HAVE_UTIME_NULL 1
  8818. | #define HAVE_VPRINTF 1
  8819. | #define HAVE_ASPRINTF 1
  8820. | #define HAVE_ATEXIT 1
  8821. | #define HAVE_DUP2 1
  8822. | #define HAVE_EACCESS 1
  8823. | #define HAVE_ENDPWENT 1
  8824. | #define HAVE_EUIDACCESS 1
  8825. | #define HAVE_FFSLL 1
  8826. | #define HAVE_FTRUNCATE 1
  8827. | #define HAVE_GETCWD 1
  8828. | #define HAVE_GETHOSTBYNAME 1
  8829. | #define HAVE_GETHOSTNAME 1
  8830. | #define HAVE_GETLOADAVG 1
  8831. | #define HAVE_GETTIMEOFDAY 1
  8832. | #define HAVE_GLOB 1
  8833. | #define HAVE_IOPERM 1
  8834. | #define HAVE_INET_NTOA 1
  8835. | #define HAVE_ISASCII 1
  8836. | #define HAVE_MEMCHR 1
  8837. | #define HAVE_MEMMOVE 1
  8838. | #define HAVE_MEMSET 1
  8839. | #define HAVE_MKDIR 1
  8840. | #define HAVE_MKDTEMP 1
  8841. | #define HAVE_MUNMAP 1
  8842. | #define HAVE_NEWLOCALE 1
  8843. | #define HAVE_PPOLL 1
  8844. | #define HAVE_PUTENV 1
  8845. | #define HAVE_RE_COMP 1
  8846. | #define HAVE_REGCOMP 1
  8847. | #define HAVE_SELECT 1
  8848. | #define HAVE_SETENV 1
  8849. | #define HAVE_SOCKET 1
  8850. | #define HAVE_STRCASECMP 1
  8851. | #define HAVE_STRCASESTR 1
  8852. | #define HAVE_STRCHR 1
  8853. | #define HAVE_STRCSPN 1
  8854. | #define HAVE_STRDUP 1
  8855. | #define HAVE_STRERROR 1
  8856. | #define HAVE_STRNCASECMP 1
  8857. | #define HAVE_STRNDUP 1
  8858. | #define HAVE_STRNLEN 1
  8859. | #define HAVE_STRRCHR 1
  8860. | #define HAVE_STRSEP 1
  8861. | #define HAVE_STRSPN 1
  8862. | #define HAVE_STRSTR 1
  8863. | #define HAVE_STRTOD 1
  8864. | #define HAVE_STRTOL 1
  8865. | #define HAVE_STRTOLD 1
  8866. | #define HAVE_STRTOQ 1
  8867. | #define HAVE_UNSETENV 1
  8868. | #define HAVE_UTIME 1
  8869. | #define HAVE_VASPRINTF 1
  8870. | #define HAVE_SYSCTL 1
  8871. | #define HAVE_LIBM 1
  8872. | #define HAVE_EXP2 1
  8873. | #define HAVE_LOG2 1
  8874. | #define HAVE_EXP10 1
  8875. | #define HAVE_LOG10 1
  8876. | #define HAVE_SIN 1
  8877. | #define HAVE_COS 1
  8878. | #define HAVE_TAN 1
  8879. | #define HAVE_ASIN 1
  8880. | #define HAVE_ACOS 1
  8881. | #define HAVE_ATAN 1
  8882. | #define HAVE_ATAN2 1
  8883. | #define HAVE_POW 1
  8884. | #define HAVE_RINT 1
  8885. | #define HAVE_EXP 1
  8886. | #define HAVE_LOG 1
  8887. | #define HAVE_REMAINDER 1
  8888. | #define HAVE_FMOD 1
  8889. | #define HAVE_ROUND 1
  8890. | #define HAVE_ROUNDF 1
  8891. | #define HAVE_TRUNC 1
  8892. | #define HAVE_FLOOR 1
  8893. | #define HAVE_CEIL 1
  8894. | #define HAVE_EXP2L 1
  8895. | #define HAVE_LOG2L 1
  8896. | #define HAVE_EXP10L 1
  8897. | #define HAVE_LOG10L 1
  8898. | #define HAVE_SINL 1
  8899. | #define HAVE_COSL 1
  8900. | #define HAVE_TANL 1
  8901. | #define HAVE_ASINL 1
  8902. | #define HAVE_ACOSL 1
  8903. | #define HAVE_ATANL 1
  8904. | #define HAVE_ATAN2L 1
  8905. | #define HAVE_POWL 1
  8906. | #define HAVE_SQRTL 1
  8907. | #define HAVE_RINTL 1
  8908. | #define HAVE_EXPL 1
  8909. | #define HAVE_LOGL 1
  8910. | #define HAVE_REMAINDERL 1
  8911. | #define HAVE_FMODL 1
  8912. | #define HAVE_ROUNDL 1
  8913. | #define HAVE_TRUNCL 1
  8914. | #define HAVE_FLOORL 1
  8915. | #define HAVE_CEILL 1
  8916. | #define HAVE_LLONG_MAX 1
  8917. | #define HAVE_TIMERSUB 1
  8918. | #define HAVE_SYS_POLL_H 1
  8919. | #define HAVE_FOPENCOOKIE 1
  8920. | #define HAVE_INET_ATON 1
  8921. | #define HAVE_PKTINFO 1
  8922. | #define HAVE_GETHOSTBYNAME_R_6 1
  8923. | #define HAVE_BYTESWAP_H 1
  8924. | #define HAVE_DEV_URANDOM 1
  8925. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  8926. | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
  8927. | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
  8928. | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  8929. | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  8930. | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  8931. | #define HAVE_GCC_ATOMICS 1
  8932. | #define HAVE_NULLSAFE_PRINTF 1
  8933. | #define HAVE_ATTRIBUTE_pure 1
  8934. | #define HAVE_ATTRIBUTE_malloc 1
  8935. | #define HAVE_ATTRIBUTE_const 1
  8936. | #define HAVE_ATTRIBUTE_unused 1
  8937. | #define HAVE_ATTRIBUTE_deprecated 1
  8938. | #define HAVE_ATTRIBUTE_sentinel 1
  8939. | #define HAVE_ATTRIBUTE_warn_unused_result 1
  8940. | #define HAVE_SYSINFO 1
  8941. | #define HAVE_RES_NINIT 1
  8942. | /* end confdefs.h. */
  8943. |
  8944. | /* Override any GCC internal prototype to avoid an error.
  8945. | Use char because int might match the return type of a GCC
  8946. | builtin and then its argument prototype would still apply. */
  8947. | #ifdef __cplusplus
  8948. | extern "C"
  8949. | #endif
  8950. | char res_9_ndestroy ();
  8951. | int
  8952. | main ()
  8953. | {
  8954. | return res_9_ndestroy ();
  8955. | ;
  8956. | return 0;
  8957. | }
  8958. configure:16500: gcc -o conftest -g -O2 conftest.c -lresolv -lm >&5
  8959. /tmp/ccp5OBH4.o: In function `main':
  8960. /usr/src/asterisk-11.13.1/conftest.c:229: undefined reference to `res_9_ndestroy'
  8961. collect2: error: ld returned 1 exit status
  8962. configure:16500: $? = 1
  8963. configure: failed program was:
  8964. | /* confdefs.h */
  8965. | #define PACKAGE_NAME "asterisk"
  8966. | #define PACKAGE_TARNAME "asterisk"
  8967. | #define PACKAGE_VERSION "trunk"
  8968. | #define PACKAGE_STRING "asterisk trunk"
  8969. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  8970. | #define PACKAGE_URL ""
  8971. | #define STDC_HEADERS 1
  8972. | #define HAVE_SYS_TYPES_H 1
  8973. | #define HAVE_SYS_STAT_H 1
  8974. | #define HAVE_STDLIB_H 1
  8975. | #define HAVE_STRING_H 1
  8976. | #define HAVE_MEMORY_H 1
  8977. | #define HAVE_STRINGS_H 1
  8978. | #define HAVE_INTTYPES_H 1
  8979. | #define HAVE_STDINT_H 1
  8980. | #define HAVE_UNISTD_H 1
  8981. | #define __EXTENSIONS__ 1
  8982. | #define _ALL_SOURCE 1
  8983. | #define _GNU_SOURCE 1
  8984. | #define _POSIX_PTHREAD_SEMANTICS 1
  8985. | #define _TANDEM_SOURCE 1
  8986. | #define HAVE_PTHREAD 1
  8987. | #define HAVE_ALLOCA_H 1
  8988. | #define HAVE_ALLOCA 1
  8989. | #define HAVE_DIRENT_H 1
  8990. | #define STDC_HEADERS 1
  8991. | #define HAVE_SYS_WAIT_H 1
  8992. | #define HAVE_ARPA_INET_H 1
  8993. | #define HAVE_FCNTL_H 1
  8994. | #define HAVE_INTTYPES_H 1
  8995. | #define HAVE_LIBINTL_H 1
  8996. | #define HAVE_LIMITS_H 1
  8997. | #define HAVE_LOCALE_H 1
  8998. | #define HAVE_MALLOC_H 1
  8999. | #define HAVE_NETDB_H 1
  9000. | #define HAVE_NETINET_IN_H 1
  9001. | #define HAVE_STDDEF_H 1
  9002. | #define HAVE_STDINT_H 1
  9003. | #define HAVE_STDLIB_H 1
  9004. | #define HAVE_STRING_H 1
  9005. | #define HAVE_STRINGS_H 1
  9006. | #define HAVE_SYS_FILE_H 1
  9007. | #define HAVE_SYS_IOCTL_H 1
  9008. | #define HAVE_SYS_PARAM_H 1
  9009. | #define HAVE_SYS_SOCKET_H 1
  9010. | #define HAVE_SYS_TIME_H 1
  9011. | #define HAVE_SYSLOG_H 1
  9012. | #define HAVE_TERMIOS_H 1
  9013. | #define HAVE_UNISTD_H 1
  9014. | #define HAVE_UTIME_H 1
  9015. | #define HAVE_ARPA_NAMESER_H 1
  9016. | #define HAVE_SYS_IO_H 1
  9017. | #define HAVE_TERMCAP 1
  9018. | #define HAVE_TINFO 1
  9019. | #define HAVE_CURSES 1
  9020. | #define HAVE_NCURSES 1
  9021. | #define HAVE_LIBXML2 1
  9022. | #define HAVE_XLOCALE_H 1
  9023. | #define _FILE_OFFSET_BITS 64
  9024. | #define HAVE__BOOL 1
  9025. | #define HAVE_STDBOOL_H 1
  9026. | #define HAVE_LONG_DOUBLE_WIDER 1
  9027. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  9028. | #define HAVE_STRUCT_UCRED_UID 1
  9029. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  9030. | #define TIME_WITH_SYS_TIME 1
  9031. | #define HAVE_PTRDIFF_T 1
  9032. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  9033. | #define HAVE_UNISTD_H 1
  9034. | #define HAVE_CHOWN 1
  9035. | #define HAVE_FORK 1
  9036. | #define HAVE_VFORK 1
  9037. | #define HAVE_WORKING_VFORK 1
  9038. | #define HAVE_WORKING_FORK 1
  9039. | #define HAVE_FSEEKO 1
  9040. | #define HAVE_STDLIB_H 1
  9041. | #define HAVE_UNISTD_H 1
  9042. | #define HAVE_SYS_PARAM_H 1
  9043. | #define HAVE_UTIME_H 1
  9044. | #define HAVE_GETPAGESIZE 1
  9045. | #define HAVE_MMAP 1
  9046. | #define HAVE_SYS_SELECT_H 1
  9047. | #define HAVE_SYS_SOCKET_H 1
  9048. | #define SELECT_TYPE_ARG1 int
  9049. | #define SELECT_TYPE_ARG234 (fd_set *)
  9050. | #define SELECT_TYPE_ARG5 (struct timeval *)
  9051. | #define RETSIGTYPE void
  9052. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  9053. | #define HAVE_STRCOLL 1
  9054. | #define HAVE_STRFTIME 1
  9055. | #define HAVE_UTIME_NULL 1
  9056. | #define HAVE_VPRINTF 1
  9057. | #define HAVE_ASPRINTF 1
  9058. | #define HAVE_ATEXIT 1
  9059. | #define HAVE_DUP2 1
  9060. | #define HAVE_EACCESS 1
  9061. | #define HAVE_ENDPWENT 1
  9062. | #define HAVE_EUIDACCESS 1
  9063. | #define HAVE_FFSLL 1
  9064. | #define HAVE_FTRUNCATE 1
  9065. | #define HAVE_GETCWD 1
  9066. | #define HAVE_GETHOSTBYNAME 1
  9067. | #define HAVE_GETHOSTNAME 1
  9068. | #define HAVE_GETLOADAVG 1
  9069. | #define HAVE_GETTIMEOFDAY 1
  9070. | #define HAVE_GLOB 1
  9071. | #define HAVE_IOPERM 1
  9072. | #define HAVE_INET_NTOA 1
  9073. | #define HAVE_ISASCII 1
  9074. | #define HAVE_MEMCHR 1
  9075. | #define HAVE_MEMMOVE 1
  9076. | #define HAVE_MEMSET 1
  9077. | #define HAVE_MKDIR 1
  9078. | #define HAVE_MKDTEMP 1
  9079. | #define HAVE_MUNMAP 1
  9080. | #define HAVE_NEWLOCALE 1
  9081. | #define HAVE_PPOLL 1
  9082. | #define HAVE_PUTENV 1
  9083. | #define HAVE_RE_COMP 1
  9084. | #define HAVE_REGCOMP 1
  9085. | #define HAVE_SELECT 1
  9086. | #define HAVE_SETENV 1
  9087. | #define HAVE_SOCKET 1
  9088. | #define HAVE_STRCASECMP 1
  9089. | #define HAVE_STRCASESTR 1
  9090. | #define HAVE_STRCHR 1
  9091. | #define HAVE_STRCSPN 1
  9092. | #define HAVE_STRDUP 1
  9093. | #define HAVE_STRERROR 1
  9094. | #define HAVE_STRNCASECMP 1
  9095. | #define HAVE_STRNDUP 1
  9096. | #define HAVE_STRNLEN 1
  9097. | #define HAVE_STRRCHR 1
  9098. | #define HAVE_STRSEP 1
  9099. | #define HAVE_STRSPN 1
  9100. | #define HAVE_STRSTR 1
  9101. | #define HAVE_STRTOD 1
  9102. | #define HAVE_STRTOL 1
  9103. | #define HAVE_STRTOLD 1
  9104. | #define HAVE_STRTOQ 1
  9105. | #define HAVE_UNSETENV 1
  9106. | #define HAVE_UTIME 1
  9107. | #define HAVE_VASPRINTF 1
  9108. | #define HAVE_SYSCTL 1
  9109. | #define HAVE_LIBM 1
  9110. | #define HAVE_EXP2 1
  9111. | #define HAVE_LOG2 1
  9112. | #define HAVE_EXP10 1
  9113. | #define HAVE_LOG10 1
  9114. | #define HAVE_SIN 1
  9115. | #define HAVE_COS 1
  9116. | #define HAVE_TAN 1
  9117. | #define HAVE_ASIN 1
  9118. | #define HAVE_ACOS 1
  9119. | #define HAVE_ATAN 1
  9120. | #define HAVE_ATAN2 1
  9121. | #define HAVE_POW 1
  9122. | #define HAVE_RINT 1
  9123. | #define HAVE_EXP 1
  9124. | #define HAVE_LOG 1
  9125. | #define HAVE_REMAINDER 1
  9126. | #define HAVE_FMOD 1
  9127. | #define HAVE_ROUND 1
  9128. | #define HAVE_ROUNDF 1
  9129. | #define HAVE_TRUNC 1
  9130. | #define HAVE_FLOOR 1
  9131. | #define HAVE_CEIL 1
  9132. | #define HAVE_EXP2L 1
  9133. | #define HAVE_LOG2L 1
  9134. | #define HAVE_EXP10L 1
  9135. | #define HAVE_LOG10L 1
  9136. | #define HAVE_SINL 1
  9137. | #define HAVE_COSL 1
  9138. | #define HAVE_TANL 1
  9139. | #define HAVE_ASINL 1
  9140. | #define HAVE_ACOSL 1
  9141. | #define HAVE_ATANL 1
  9142. | #define HAVE_ATAN2L 1
  9143. | #define HAVE_POWL 1
  9144. | #define HAVE_SQRTL 1
  9145. | #define HAVE_RINTL 1
  9146. | #define HAVE_EXPL 1
  9147. | #define HAVE_LOGL 1
  9148. | #define HAVE_REMAINDERL 1
  9149. | #define HAVE_FMODL 1
  9150. | #define HAVE_ROUNDL 1
  9151. | #define HAVE_TRUNCL 1
  9152. | #define HAVE_FLOORL 1
  9153. | #define HAVE_CEILL 1
  9154. | #define HAVE_LLONG_MAX 1
  9155. | #define HAVE_TIMERSUB 1
  9156. | #define HAVE_SYS_POLL_H 1
  9157. | #define HAVE_FOPENCOOKIE 1
  9158. | #define HAVE_INET_ATON 1
  9159. | #define HAVE_PKTINFO 1
  9160. | #define HAVE_GETHOSTBYNAME_R_6 1
  9161. | #define HAVE_BYTESWAP_H 1
  9162. | #define HAVE_DEV_URANDOM 1
  9163. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  9164. | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
  9165. | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
  9166. | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  9167. | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  9168. | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  9169. | #define HAVE_GCC_ATOMICS 1
  9170. | #define HAVE_NULLSAFE_PRINTF 1
  9171. | #define HAVE_ATTRIBUTE_pure 1
  9172. | #define HAVE_ATTRIBUTE_malloc 1
  9173. | #define HAVE_ATTRIBUTE_const 1
  9174. | #define HAVE_ATTRIBUTE_unused 1
  9175. | #define HAVE_ATTRIBUTE_deprecated 1
  9176. | #define HAVE_ATTRIBUTE_sentinel 1
  9177. | #define HAVE_ATTRIBUTE_warn_unused_result 1
  9178. | #define HAVE_SYSINFO 1
  9179. | #define HAVE_RES_NINIT 1
  9180. | /* end confdefs.h. */
  9181. |
  9182. | /* Override any GCC internal prototype to avoid an error.
  9183. | Use char because int might match the return type of a GCC
  9184. | builtin and then its argument prototype would still apply. */
  9185. | #ifdef __cplusplus
  9186. | extern "C"
  9187. | #endif
  9188. | char res_9_ndestroy ();
  9189. | int
  9190. | main ()
  9191. | {
  9192. | return res_9_ndestroy ();
  9193. | ;
  9194. | return 0;
  9195. | }
  9196. configure:16517: result: no
  9197. configure:16525: checking for res_ndestroy
  9198. configure:16548: gcc -o conftest -g -O2 conftest.c -lm >&5
  9199. /tmp/ccxxBbga.o: In function `main':
  9200. /usr/src/asterisk-11.13.1/conftest.c:232: undefined reference to `res_ndestroy'
  9201. collect2: error: ld returned 1 exit status
  9202. configure:16548: $? = 1
  9203. configure: failed program was:
  9204. | /* confdefs.h */
  9205. | #define PACKAGE_NAME "asterisk"
  9206. | #define PACKAGE_TARNAME "asterisk"
  9207. | #define PACKAGE_VERSION "trunk"
  9208. | #define PACKAGE_STRING "asterisk trunk"
  9209. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  9210. | #define PACKAGE_URL ""
  9211. | #define STDC_HEADERS 1
  9212. | #define HAVE_SYS_TYPES_H 1
  9213. | #define HAVE_SYS_STAT_H 1
  9214. | #define HAVE_STDLIB_H 1
  9215. | #define HAVE_STRING_H 1
  9216. | #define HAVE_MEMORY_H 1
  9217. | #define HAVE_STRINGS_H 1
  9218. | #define HAVE_INTTYPES_H 1
  9219. | #define HAVE_STDINT_H 1
  9220. | #define HAVE_UNISTD_H 1
  9221. | #define __EXTENSIONS__ 1
  9222. | #define _ALL_SOURCE 1
  9223. | #define _GNU_SOURCE 1
  9224. | #define _POSIX_PTHREAD_SEMANTICS 1
  9225. | #define _TANDEM_SOURCE 1
  9226. | #define HAVE_PTHREAD 1
  9227. | #define HAVE_ALLOCA_H 1
  9228. | #define HAVE_ALLOCA 1
  9229. | #define HAVE_DIRENT_H 1
  9230. | #define STDC_HEADERS 1
  9231. | #define HAVE_SYS_WAIT_H 1
  9232. | #define HAVE_ARPA_INET_H 1
  9233. | #define HAVE_FCNTL_H 1
  9234. | #define HAVE_INTTYPES_H 1
  9235. | #define HAVE_LIBINTL_H 1
  9236. | #define HAVE_LIMITS_H 1
  9237. | #define HAVE_LOCALE_H 1
  9238. | #define HAVE_MALLOC_H 1
  9239. | #define HAVE_NETDB_H 1
  9240. | #define HAVE_NETINET_IN_H 1
  9241. | #define HAVE_STDDEF_H 1
  9242. | #define HAVE_STDINT_H 1
  9243. | #define HAVE_STDLIB_H 1
  9244. | #define HAVE_STRING_H 1
  9245. | #define HAVE_STRINGS_H 1
  9246. | #define HAVE_SYS_FILE_H 1
  9247. | #define HAVE_SYS_IOCTL_H 1
  9248. | #define HAVE_SYS_PARAM_H 1
  9249. | #define HAVE_SYS_SOCKET_H 1
  9250. | #define HAVE_SYS_TIME_H 1
  9251. | #define HAVE_SYSLOG_H 1
  9252. | #define HAVE_TERMIOS_H 1
  9253. | #define HAVE_UNISTD_H 1
  9254. | #define HAVE_UTIME_H 1
  9255. | #define HAVE_ARPA_NAMESER_H 1
  9256. | #define HAVE_SYS_IO_H 1
  9257. | #define HAVE_TERMCAP 1
  9258. | #define HAVE_TINFO 1
  9259. | #define HAVE_CURSES 1
  9260. | #define HAVE_NCURSES 1
  9261. | #define HAVE_LIBXML2 1
  9262. | #define HAVE_XLOCALE_H 1
  9263. | #define _FILE_OFFSET_BITS 64
  9264. | #define HAVE__BOOL 1
  9265. | #define HAVE_STDBOOL_H 1
  9266. | #define HAVE_LONG_DOUBLE_WIDER 1
  9267. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  9268. | #define HAVE_STRUCT_UCRED_UID 1
  9269. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  9270. | #define TIME_WITH_SYS_TIME 1
  9271. | #define HAVE_PTRDIFF_T 1
  9272. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  9273. | #define HAVE_UNISTD_H 1
  9274. | #define HAVE_CHOWN 1
  9275. | #define HAVE_FORK 1
  9276. | #define HAVE_VFORK 1
  9277. | #define HAVE_WORKING_VFORK 1
  9278. | #define HAVE_WORKING_FORK 1
  9279. | #define HAVE_FSEEKO 1
  9280. | #define HAVE_STDLIB_H 1
  9281. | #define HAVE_UNISTD_H 1
  9282. | #define HAVE_SYS_PARAM_H 1
  9283. | #define HAVE_UTIME_H 1
  9284. | #define HAVE_GETPAGESIZE 1
  9285. | #define HAVE_MMAP 1
  9286. | #define HAVE_SYS_SELECT_H 1
  9287. | #define HAVE_SYS_SOCKET_H 1
  9288. | #define SELECT_TYPE_ARG1 int
  9289. | #define SELECT_TYPE_ARG234 (fd_set *)
  9290. | #define SELECT_TYPE_ARG5 (struct timeval *)
  9291. | #define RETSIGTYPE void
  9292. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  9293. | #define HAVE_STRCOLL 1
  9294. | #define HAVE_STRFTIME 1
  9295. | #define HAVE_UTIME_NULL 1
  9296. | #define HAVE_VPRINTF 1
  9297. | #define HAVE_ASPRINTF 1
  9298. | #define HAVE_ATEXIT 1
  9299. | #define HAVE_DUP2 1
  9300. | #define HAVE_EACCESS 1
  9301. | #define HAVE_ENDPWENT 1
  9302. | #define HAVE_EUIDACCESS 1
  9303. | #define HAVE_FFSLL 1
  9304. | #define HAVE_FTRUNCATE 1
  9305. | #define HAVE_GETCWD 1
  9306. | #define HAVE_GETHOSTBYNAME 1
  9307. | #define HAVE_GETHOSTNAME 1
  9308. | #define HAVE_GETLOADAVG 1
  9309. | #define HAVE_GETTIMEOFDAY 1
  9310. | #define HAVE_GLOB 1
  9311. | #define HAVE_IOPERM 1
  9312. | #define HAVE_INET_NTOA 1
  9313. | #define HAVE_ISASCII 1
  9314. | #define HAVE_MEMCHR 1
  9315. | #define HAVE_MEMMOVE 1
  9316. | #define HAVE_MEMSET 1
  9317. | #define HAVE_MKDIR 1
  9318. | #define HAVE_MKDTEMP 1
  9319. | #define HAVE_MUNMAP 1
  9320. | #define HAVE_NEWLOCALE 1
  9321. | #define HAVE_PPOLL 1
  9322. | #define HAVE_PUTENV 1
  9323. | #define HAVE_RE_COMP 1
  9324. | #define HAVE_REGCOMP 1
  9325. | #define HAVE_SELECT 1
  9326. | #define HAVE_SETENV 1
  9327. | #define HAVE_SOCKET 1
  9328. | #define HAVE_STRCASECMP 1
  9329. | #define HAVE_STRCASESTR 1
  9330. | #define HAVE_STRCHR 1
  9331. | #define HAVE_STRCSPN 1
  9332. | #define HAVE_STRDUP 1
  9333. | #define HAVE_STRERROR 1
  9334. | #define HAVE_STRNCASECMP 1
  9335. | #define HAVE_STRNDUP 1
  9336. | #define HAVE_STRNLEN 1
  9337. | #define HAVE_STRRCHR 1
  9338. | #define HAVE_STRSEP 1
  9339. | #define HAVE_STRSPN 1
  9340. | #define HAVE_STRSTR 1
  9341. | #define HAVE_STRTOD 1
  9342. | #define HAVE_STRTOL 1
  9343. | #define HAVE_STRTOLD 1
  9344. | #define HAVE_STRTOQ 1
  9345. | #define HAVE_UNSETENV 1
  9346. | #define HAVE_UTIME 1
  9347. | #define HAVE_VASPRINTF 1
  9348. | #define HAVE_SYSCTL 1
  9349. | #define HAVE_LIBM 1
  9350. | #define HAVE_EXP2 1
  9351. | #define HAVE_LOG2 1
  9352. | #define HAVE_EXP10 1
  9353. | #define HAVE_LOG10 1
  9354. | #define HAVE_SIN 1
  9355. | #define HAVE_COS 1
  9356. | #define HAVE_TAN 1
  9357. | #define HAVE_ASIN 1
  9358. | #define HAVE_ACOS 1
  9359. | #define HAVE_ATAN 1
  9360. | #define HAVE_ATAN2 1
  9361. | #define HAVE_POW 1
  9362. | #define HAVE_RINT 1
  9363. | #define HAVE_EXP 1
  9364. | #define HAVE_LOG 1
  9365. | #define HAVE_REMAINDER 1
  9366. | #define HAVE_FMOD 1
  9367. | #define HAVE_ROUND 1
  9368. | #define HAVE_ROUNDF 1
  9369. | #define HAVE_TRUNC 1
  9370. | #define HAVE_FLOOR 1
  9371. | #define HAVE_CEIL 1
  9372. | #define HAVE_EXP2L 1
  9373. | #define HAVE_LOG2L 1
  9374. | #define HAVE_EXP10L 1
  9375. | #define HAVE_LOG10L 1
  9376. | #define HAVE_SINL 1
  9377. | #define HAVE_COSL 1
  9378. | #define HAVE_TANL 1
  9379. | #define HAVE_ASINL 1
  9380. | #define HAVE_ACOSL 1
  9381. | #define HAVE_ATANL 1
  9382. | #define HAVE_ATAN2L 1
  9383. | #define HAVE_POWL 1
  9384. | #define HAVE_SQRTL 1
  9385. | #define HAVE_RINTL 1
  9386. | #define HAVE_EXPL 1
  9387. | #define HAVE_LOGL 1
  9388. | #define HAVE_REMAINDERL 1
  9389. | #define HAVE_FMODL 1
  9390. | #define HAVE_ROUNDL 1
  9391. | #define HAVE_TRUNCL 1
  9392. | #define HAVE_FLOORL 1
  9393. | #define HAVE_CEILL 1
  9394. | #define HAVE_LLONG_MAX 1
  9395. | #define HAVE_TIMERSUB 1
  9396. | #define HAVE_SYS_POLL_H 1
  9397. | #define HAVE_FOPENCOOKIE 1
  9398. | #define HAVE_INET_ATON 1
  9399. | #define HAVE_PKTINFO 1
  9400. | #define HAVE_GETHOSTBYNAME_R_6 1
  9401. | #define HAVE_BYTESWAP_H 1
  9402. | #define HAVE_DEV_URANDOM 1
  9403. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  9404. | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
  9405. | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
  9406. | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  9407. | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  9408. | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  9409. | #define HAVE_GCC_ATOMICS 1
  9410. | #define HAVE_NULLSAFE_PRINTF 1
  9411. | #define HAVE_ATTRIBUTE_pure 1
  9412. | #define HAVE_ATTRIBUTE_malloc 1
  9413. | #define HAVE_ATTRIBUTE_const 1
  9414. | #define HAVE_ATTRIBUTE_unused 1
  9415. | #define HAVE_ATTRIBUTE_deprecated 1
  9416. | #define HAVE_ATTRIBUTE_sentinel 1
  9417. | #define HAVE_ATTRIBUTE_warn_unused_result 1
  9418. | #define HAVE_SYSINFO 1
  9419. | #define HAVE_RES_NINIT 1
  9420. | /* end confdefs.h. */
  9421. |
  9422. | #ifdef HAVE_SYS_SOCKET_H
  9423. | #include <sys/socket.h>
  9424. | #endif
  9425. | #ifdef HAVE_NETINET_IN_H
  9426. | #include <netinet/in.h>
  9427. | #endif
  9428. | #ifdef HAVE_ARPA_NAMESER_H
  9429. | #include <arpa/nameser.h>
  9430. | #endif
  9431. | #include <resolv.h>
  9432. | int
  9433. | main ()
  9434. | {
  9435. | res_ndestroy(NULL);
  9436. | ;
  9437. | return 0;
  9438. | }
  9439. configure:16555: result: no
  9440. configure:16561: checking for library containing res_9_close
  9441. configure:16592: gcc -o conftest -g -O2 conftest.c -lm >&5
  9442. /tmp/ccJjQ4mh.o: In function `main':
  9443. /usr/src/asterisk-11.13.1/conftest.c:229: undefined reference to `res_9_close'
  9444. collect2: error: ld returned 1 exit status
  9445. configure:16592: $? = 1
  9446. configure: failed program was:
  9447. | /* confdefs.h */
  9448. | #define PACKAGE_NAME "asterisk"
  9449. | #define PACKAGE_TARNAME "asterisk"
  9450. | #define PACKAGE_VERSION "trunk"
  9451. | #define PACKAGE_STRING "asterisk trunk"
  9452. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  9453. | #define PACKAGE_URL ""
  9454. | #define STDC_HEADERS 1
  9455. | #define HAVE_SYS_TYPES_H 1
  9456. | #define HAVE_SYS_STAT_H 1
  9457. | #define HAVE_STDLIB_H 1
  9458. | #define HAVE_STRING_H 1
  9459. | #define HAVE_MEMORY_H 1
  9460. | #define HAVE_STRINGS_H 1
  9461. | #define HAVE_INTTYPES_H 1
  9462. | #define HAVE_STDINT_H 1
  9463. | #define HAVE_UNISTD_H 1
  9464. | #define __EXTENSIONS__ 1
  9465. | #define _ALL_SOURCE 1
  9466. | #define _GNU_SOURCE 1
  9467. | #define _POSIX_PTHREAD_SEMANTICS 1
  9468. | #define _TANDEM_SOURCE 1
  9469. | #define HAVE_PTHREAD 1
  9470. | #define HAVE_ALLOCA_H 1
  9471. | #define HAVE_ALLOCA 1
  9472. | #define HAVE_DIRENT_H 1
  9473. | #define STDC_HEADERS 1
  9474. | #define HAVE_SYS_WAIT_H 1
  9475. | #define HAVE_ARPA_INET_H 1
  9476. | #define HAVE_FCNTL_H 1
  9477. | #define HAVE_INTTYPES_H 1
  9478. | #define HAVE_LIBINTL_H 1
  9479. | #define HAVE_LIMITS_H 1
  9480. | #define HAVE_LOCALE_H 1
  9481. | #define HAVE_MALLOC_H 1
  9482. | #define HAVE_NETDB_H 1
  9483. | #define HAVE_NETINET_IN_H 1
  9484. | #define HAVE_STDDEF_H 1
  9485. | #define HAVE_STDINT_H 1
  9486. | #define HAVE_STDLIB_H 1
  9487. | #define HAVE_STRING_H 1
  9488. | #define HAVE_STRINGS_H 1
  9489. | #define HAVE_SYS_FILE_H 1
  9490. | #define HAVE_SYS_IOCTL_H 1
  9491. | #define HAVE_SYS_PARAM_H 1
  9492. | #define HAVE_SYS_SOCKET_H 1
  9493. | #define HAVE_SYS_TIME_H 1
  9494. | #define HAVE_SYSLOG_H 1
  9495. | #define HAVE_TERMIOS_H 1
  9496. | #define HAVE_UNISTD_H 1
  9497. | #define HAVE_UTIME_H 1
  9498. | #define HAVE_ARPA_NAMESER_H 1
  9499. | #define HAVE_SYS_IO_H 1
  9500. | #define HAVE_TERMCAP 1
  9501. | #define HAVE_TINFO 1
  9502. | #define HAVE_CURSES 1
  9503. | #define HAVE_NCURSES 1
  9504. | #define HAVE_LIBXML2 1
  9505. | #define HAVE_XLOCALE_H 1
  9506. | #define _FILE_OFFSET_BITS 64
  9507. | #define HAVE__BOOL 1
  9508. | #define HAVE_STDBOOL_H 1
  9509. | #define HAVE_LONG_DOUBLE_WIDER 1
  9510. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  9511. | #define HAVE_STRUCT_UCRED_UID 1
  9512. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  9513. | #define TIME_WITH_SYS_TIME 1
  9514. | #define HAVE_PTRDIFF_T 1
  9515. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  9516. | #define HAVE_UNISTD_H 1
  9517. | #define HAVE_CHOWN 1
  9518. | #define HAVE_FORK 1
  9519. | #define HAVE_VFORK 1
  9520. | #define HAVE_WORKING_VFORK 1
  9521. | #define HAVE_WORKING_FORK 1
  9522. | #define HAVE_FSEEKO 1
  9523. | #define HAVE_STDLIB_H 1
  9524. | #define HAVE_UNISTD_H 1
  9525. | #define HAVE_SYS_PARAM_H 1
  9526. | #define HAVE_UTIME_H 1
  9527. | #define HAVE_GETPAGESIZE 1
  9528. | #define HAVE_MMAP 1
  9529. | #define HAVE_SYS_SELECT_H 1
  9530. | #define HAVE_SYS_SOCKET_H 1
  9531. | #define SELECT_TYPE_ARG1 int
  9532. | #define SELECT_TYPE_ARG234 (fd_set *)
  9533. | #define SELECT_TYPE_ARG5 (struct timeval *)
  9534. | #define RETSIGTYPE void
  9535. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  9536. | #define HAVE_STRCOLL 1
  9537. | #define HAVE_STRFTIME 1
  9538. | #define HAVE_UTIME_NULL 1
  9539. | #define HAVE_VPRINTF 1
  9540. | #define HAVE_ASPRINTF 1
  9541. | #define HAVE_ATEXIT 1
  9542. | #define HAVE_DUP2 1
  9543. | #define HAVE_EACCESS 1
  9544. | #define HAVE_ENDPWENT 1
  9545. | #define HAVE_EUIDACCESS 1
  9546. | #define HAVE_FFSLL 1
  9547. | #define HAVE_FTRUNCATE 1
  9548. | #define HAVE_GETCWD 1
  9549. | #define HAVE_GETHOSTBYNAME 1
  9550. | #define HAVE_GETHOSTNAME 1
  9551. | #define HAVE_GETLOADAVG 1
  9552. | #define HAVE_GETTIMEOFDAY 1
  9553. | #define HAVE_GLOB 1
  9554. | #define HAVE_IOPERM 1
  9555. | #define HAVE_INET_NTOA 1
  9556. | #define HAVE_ISASCII 1
  9557. | #define HAVE_MEMCHR 1
  9558. | #define HAVE_MEMMOVE 1
  9559. | #define HAVE_MEMSET 1
  9560. | #define HAVE_MKDIR 1
  9561. | #define HAVE_MKDTEMP 1
  9562. | #define HAVE_MUNMAP 1
  9563. | #define HAVE_NEWLOCALE 1
  9564. | #define HAVE_PPOLL 1
  9565. | #define HAVE_PUTENV 1
  9566. | #define HAVE_RE_COMP 1
  9567. | #define HAVE_REGCOMP 1
  9568. | #define HAVE_SELECT 1
  9569. | #define HAVE_SETENV 1
  9570. | #define HAVE_SOCKET 1
  9571. | #define HAVE_STRCASECMP 1
  9572. | #define HAVE_STRCASESTR 1
  9573. | #define HAVE_STRCHR 1
  9574. | #define HAVE_STRCSPN 1
  9575. | #define HAVE_STRDUP 1
  9576. | #define HAVE_STRERROR 1
  9577. | #define HAVE_STRNCASECMP 1
  9578. | #define HAVE_STRNDUP 1
  9579. | #define HAVE_STRNLEN 1
  9580. | #define HAVE_STRRCHR 1
  9581. | #define HAVE_STRSEP 1
  9582. | #define HAVE_STRSPN 1
  9583. | #define HAVE_STRSTR 1
  9584. | #define HAVE_STRTOD 1
  9585. | #define HAVE_STRTOL 1
  9586. | #define HAVE_STRTOLD 1
  9587. | #define HAVE_STRTOQ 1
  9588. | #define HAVE_UNSETENV 1
  9589. | #define HAVE_UTIME 1
  9590. | #define HAVE_VASPRINTF 1
  9591. | #define HAVE_SYSCTL 1
  9592. | #define HAVE_LIBM 1
  9593. | #define HAVE_EXP2 1
  9594. | #define HAVE_LOG2 1
  9595. | #define HAVE_EXP10 1
  9596. | #define HAVE_LOG10 1
  9597. | #define HAVE_SIN 1
  9598. | #define HAVE_COS 1
  9599. | #define HAVE_TAN 1
  9600. | #define HAVE_ASIN 1
  9601. | #define HAVE_ACOS 1
  9602. | #define HAVE_ATAN 1
  9603. | #define HAVE_ATAN2 1
  9604. | #define HAVE_POW 1
  9605. | #define HAVE_RINT 1
  9606. | #define HAVE_EXP 1
  9607. | #define HAVE_LOG 1
  9608. | #define HAVE_REMAINDER 1
  9609. | #define HAVE_FMOD 1
  9610. | #define HAVE_ROUND 1
  9611. | #define HAVE_ROUNDF 1
  9612. | #define HAVE_TRUNC 1
  9613. | #define HAVE_FLOOR 1
  9614. | #define HAVE_CEIL 1
  9615. | #define HAVE_EXP2L 1
  9616. | #define HAVE_LOG2L 1
  9617. | #define HAVE_EXP10L 1
  9618. | #define HAVE_LOG10L 1
  9619. | #define HAVE_SINL 1
  9620. | #define HAVE_COSL 1
  9621. | #define HAVE_TANL 1
  9622. | #define HAVE_ASINL 1
  9623. | #define HAVE_ACOSL 1
  9624. | #define HAVE_ATANL 1
  9625. | #define HAVE_ATAN2L 1
  9626. | #define HAVE_POWL 1
  9627. | #define HAVE_SQRTL 1
  9628. | #define HAVE_RINTL 1
  9629. | #define HAVE_EXPL 1
  9630. | #define HAVE_LOGL 1
  9631. | #define HAVE_REMAINDERL 1
  9632. | #define HAVE_FMODL 1
  9633. | #define HAVE_ROUNDL 1
  9634. | #define HAVE_TRUNCL 1
  9635. | #define HAVE_FLOORL 1
  9636. | #define HAVE_CEILL 1
  9637. | #define HAVE_LLONG_MAX 1
  9638. | #define HAVE_TIMERSUB 1
  9639. | #define HAVE_SYS_POLL_H 1
  9640. | #define HAVE_FOPENCOOKIE 1
  9641. | #define HAVE_INET_ATON 1
  9642. | #define HAVE_PKTINFO 1
  9643. | #define HAVE_GETHOSTBYNAME_R_6 1
  9644. | #define HAVE_BYTESWAP_H 1
  9645. | #define HAVE_DEV_URANDOM 1
  9646. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  9647. | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
  9648. | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
  9649. | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  9650. | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  9651. | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  9652. | #define HAVE_GCC_ATOMICS 1
  9653. | #define HAVE_NULLSAFE_PRINTF 1
  9654. | #define HAVE_ATTRIBUTE_pure 1
  9655. | #define HAVE_ATTRIBUTE_malloc 1
  9656. | #define HAVE_ATTRIBUTE_const 1
  9657. | #define HAVE_ATTRIBUTE_unused 1
  9658. | #define HAVE_ATTRIBUTE_deprecated 1
  9659. | #define HAVE_ATTRIBUTE_sentinel 1
  9660. | #define HAVE_ATTRIBUTE_warn_unused_result 1
  9661. | #define HAVE_SYSINFO 1
  9662. | #define HAVE_RES_NINIT 1
  9663. | /* end confdefs.h. */
  9664. |
  9665. | /* Override any GCC internal prototype to avoid an error.
  9666. | Use char because int might match the return type of a GCC
  9667. | builtin and then its argument prototype would still apply. */
  9668. | #ifdef __cplusplus
  9669. | extern "C"
  9670. | #endif
  9671. | char res_9_close ();
  9672. | int
  9673. | main ()
  9674. | {
  9675. | return res_9_close ();
  9676. | ;
  9677. | return 0;
  9678. | }
  9679. configure:16592: gcc -o conftest -g -O2 conftest.c -lresolv -lm >&5
  9680. /tmp/cctmzkZl.o: In function `main':
  9681. /usr/src/asterisk-11.13.1/conftest.c:229: undefined reference to `res_9_close'
  9682. collect2: error: ld returned 1 exit status
  9683. configure:16592: $? = 1
  9684. configure: failed program was:
  9685. | /* confdefs.h */
  9686. | #define PACKAGE_NAME "asterisk"
  9687. | #define PACKAGE_TARNAME "asterisk"
  9688. | #define PACKAGE_VERSION "trunk"
  9689. | #define PACKAGE_STRING "asterisk trunk"
  9690. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  9691. | #define PACKAGE_URL ""
  9692. | #define STDC_HEADERS 1
  9693. | #define HAVE_SYS_TYPES_H 1
  9694. | #define HAVE_SYS_STAT_H 1
  9695. | #define HAVE_STDLIB_H 1
  9696. | #define HAVE_STRING_H 1
  9697. | #define HAVE_MEMORY_H 1
  9698. | #define HAVE_STRINGS_H 1
  9699. | #define HAVE_INTTYPES_H 1
  9700. | #define HAVE_STDINT_H 1
  9701. | #define HAVE_UNISTD_H 1
  9702. | #define __EXTENSIONS__ 1
  9703. | #define _ALL_SOURCE 1
  9704. | #define _GNU_SOURCE 1
  9705. | #define _POSIX_PTHREAD_SEMANTICS 1
  9706. | #define _TANDEM_SOURCE 1
  9707. | #define HAVE_PTHREAD 1
  9708. | #define HAVE_ALLOCA_H 1
  9709. | #define HAVE_ALLOCA 1
  9710. | #define HAVE_DIRENT_H 1
  9711. | #define STDC_HEADERS 1
  9712. | #define HAVE_SYS_WAIT_H 1
  9713. | #define HAVE_ARPA_INET_H 1
  9714. | #define HAVE_FCNTL_H 1
  9715. | #define HAVE_INTTYPES_H 1
  9716. | #define HAVE_LIBINTL_H 1
  9717. | #define HAVE_LIMITS_H 1
  9718. | #define HAVE_LOCALE_H 1
  9719. | #define HAVE_MALLOC_H 1
  9720. | #define HAVE_NETDB_H 1
  9721. | #define HAVE_NETINET_IN_H 1
  9722. | #define HAVE_STDDEF_H 1
  9723. | #define HAVE_STDINT_H 1
  9724. | #define HAVE_STDLIB_H 1
  9725. | #define HAVE_STRING_H 1
  9726. | #define HAVE_STRINGS_H 1
  9727. | #define HAVE_SYS_FILE_H 1
  9728. | #define HAVE_SYS_IOCTL_H 1
  9729. | #define HAVE_SYS_PARAM_H 1
  9730. | #define HAVE_SYS_SOCKET_H 1
  9731. | #define HAVE_SYS_TIME_H 1
  9732. | #define HAVE_SYSLOG_H 1
  9733. | #define HAVE_TERMIOS_H 1
  9734. | #define HAVE_UNISTD_H 1
  9735. | #define HAVE_UTIME_H 1
  9736. | #define HAVE_ARPA_NAMESER_H 1
  9737. | #define HAVE_SYS_IO_H 1
  9738. | #define HAVE_TERMCAP 1
  9739. | #define HAVE_TINFO 1
  9740. | #define HAVE_CURSES 1
  9741. | #define HAVE_NCURSES 1
  9742. | #define HAVE_LIBXML2 1
  9743. | #define HAVE_XLOCALE_H 1
  9744. | #define _FILE_OFFSET_BITS 64
  9745. | #define HAVE__BOOL 1
  9746. | #define HAVE_STDBOOL_H 1
  9747. | #define HAVE_LONG_DOUBLE_WIDER 1
  9748. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  9749. | #define HAVE_STRUCT_UCRED_UID 1
  9750. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  9751. | #define TIME_WITH_SYS_TIME 1
  9752. | #define HAVE_PTRDIFF_T 1
  9753. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  9754. | #define HAVE_UNISTD_H 1
  9755. | #define HAVE_CHOWN 1
  9756. | #define HAVE_FORK 1
  9757. | #define HAVE_VFORK 1
  9758. | #define HAVE_WORKING_VFORK 1
  9759. | #define HAVE_WORKING_FORK 1
  9760. | #define HAVE_FSEEKO 1
  9761. | #define HAVE_STDLIB_H 1
  9762. | #define HAVE_UNISTD_H 1
  9763. | #define HAVE_SYS_PARAM_H 1
  9764. | #define HAVE_UTIME_H 1
  9765. | #define HAVE_GETPAGESIZE 1
  9766. | #define HAVE_MMAP 1
  9767. | #define HAVE_SYS_SELECT_H 1
  9768. | #define HAVE_SYS_SOCKET_H 1
  9769. | #define SELECT_TYPE_ARG1 int
  9770. | #define SELECT_TYPE_ARG234 (fd_set *)
  9771. | #define SELECT_TYPE_ARG5 (struct timeval *)
  9772. | #define RETSIGTYPE void
  9773. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  9774. | #define HAVE_STRCOLL 1
  9775. | #define HAVE_STRFTIME 1
  9776. | #define HAVE_UTIME_NULL 1
  9777. | #define HAVE_VPRINTF 1
  9778. | #define HAVE_ASPRINTF 1
  9779. | #define HAVE_ATEXIT 1
  9780. | #define HAVE_DUP2 1
  9781. | #define HAVE_EACCESS 1
  9782. | #define HAVE_ENDPWENT 1
  9783. | #define HAVE_EUIDACCESS 1
  9784. | #define HAVE_FFSLL 1
  9785. | #define HAVE_FTRUNCATE 1
  9786. | #define HAVE_GETCWD 1
  9787. | #define HAVE_GETHOSTBYNAME 1
  9788. | #define HAVE_GETHOSTNAME 1
  9789. | #define HAVE_GETLOADAVG 1
  9790. | #define HAVE_GETTIMEOFDAY 1
  9791. | #define HAVE_GLOB 1
  9792. | #define HAVE_IOPERM 1
  9793. | #define HAVE_INET_NTOA 1
  9794. | #define HAVE_ISASCII 1
  9795. | #define HAVE_MEMCHR 1
  9796. | #define HAVE_MEMMOVE 1
  9797. | #define HAVE_MEMSET 1
  9798. | #define HAVE_MKDIR 1
  9799. | #define HAVE_MKDTEMP 1
  9800. | #define HAVE_MUNMAP 1
  9801. | #define HAVE_NEWLOCALE 1
  9802. | #define HAVE_PPOLL 1
  9803. | #define HAVE_PUTENV 1
  9804. | #define HAVE_RE_COMP 1
  9805. | #define HAVE_REGCOMP 1
  9806. | #define HAVE_SELECT 1
  9807. | #define HAVE_SETENV 1
  9808. | #define HAVE_SOCKET 1
  9809. | #define HAVE_STRCASECMP 1
  9810. | #define HAVE_STRCASESTR 1
  9811. | #define HAVE_STRCHR 1
  9812. | #define HAVE_STRCSPN 1
  9813. | #define HAVE_STRDUP 1
  9814. | #define HAVE_STRERROR 1
  9815. | #define HAVE_STRNCASECMP 1
  9816. | #define HAVE_STRNDUP 1
  9817. | #define HAVE_STRNLEN 1
  9818. | #define HAVE_STRRCHR 1
  9819. | #define HAVE_STRSEP 1
  9820. | #define HAVE_STRSPN 1
  9821. | #define HAVE_STRSTR 1
  9822. | #define HAVE_STRTOD 1
  9823. | #define HAVE_STRTOL 1
  9824. | #define HAVE_STRTOLD 1
  9825. | #define HAVE_STRTOQ 1
  9826. | #define HAVE_UNSETENV 1
  9827. | #define HAVE_UTIME 1
  9828. | #define HAVE_VASPRINTF 1
  9829. | #define HAVE_SYSCTL 1
  9830. | #define HAVE_LIBM 1
  9831. | #define HAVE_EXP2 1
  9832. | #define HAVE_LOG2 1
  9833. | #define HAVE_EXP10 1
  9834. | #define HAVE_LOG10 1
  9835. | #define HAVE_SIN 1
  9836. | #define HAVE_COS 1
  9837. | #define HAVE_TAN 1
  9838. | #define HAVE_ASIN 1
  9839. | #define HAVE_ACOS 1
  9840. | #define HAVE_ATAN 1
  9841. | #define HAVE_ATAN2 1
  9842. | #define HAVE_POW 1
  9843. | #define HAVE_RINT 1
  9844. | #define HAVE_EXP 1
  9845. | #define HAVE_LOG 1
  9846. | #define HAVE_REMAINDER 1
  9847. | #define HAVE_FMOD 1
  9848. | #define HAVE_ROUND 1
  9849. | #define HAVE_ROUNDF 1
  9850. | #define HAVE_TRUNC 1
  9851. | #define HAVE_FLOOR 1
  9852. | #define HAVE_CEIL 1
  9853. | #define HAVE_EXP2L 1
  9854. | #define HAVE_LOG2L 1
  9855. | #define HAVE_EXP10L 1
  9856. | #define HAVE_LOG10L 1
  9857. | #define HAVE_SINL 1
  9858. | #define HAVE_COSL 1
  9859. | #define HAVE_TANL 1
  9860. | #define HAVE_ASINL 1
  9861. | #define HAVE_ACOSL 1
  9862. | #define HAVE_ATANL 1
  9863. | #define HAVE_ATAN2L 1
  9864. | #define HAVE_POWL 1
  9865. | #define HAVE_SQRTL 1
  9866. | #define HAVE_RINTL 1
  9867. | #define HAVE_EXPL 1
  9868. | #define HAVE_LOGL 1
  9869. | #define HAVE_REMAINDERL 1
  9870. | #define HAVE_FMODL 1
  9871. | #define HAVE_ROUNDL 1
  9872. | #define HAVE_TRUNCL 1
  9873. | #define HAVE_FLOORL 1
  9874. | #define HAVE_CEILL 1
  9875. | #define HAVE_LLONG_MAX 1
  9876. | #define HAVE_TIMERSUB 1
  9877. | #define HAVE_SYS_POLL_H 1
  9878. | #define HAVE_FOPENCOOKIE 1
  9879. | #define HAVE_INET_ATON 1
  9880. | #define HAVE_PKTINFO 1
  9881. | #define HAVE_GETHOSTBYNAME_R_6 1
  9882. | #define HAVE_BYTESWAP_H 1
  9883. | #define HAVE_DEV_URANDOM 1
  9884. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  9885. | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
  9886. | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
  9887. | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  9888. | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  9889. | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  9890. | #define HAVE_GCC_ATOMICS 1
  9891. | #define HAVE_NULLSAFE_PRINTF 1
  9892. | #define HAVE_ATTRIBUTE_pure 1
  9893. | #define HAVE_ATTRIBUTE_malloc 1
  9894. | #define HAVE_ATTRIBUTE_const 1
  9895. | #define HAVE_ATTRIBUTE_unused 1
  9896. | #define HAVE_ATTRIBUTE_deprecated 1
  9897. | #define HAVE_ATTRIBUTE_sentinel 1
  9898. | #define HAVE_ATTRIBUTE_warn_unused_result 1
  9899. | #define HAVE_SYSINFO 1
  9900. | #define HAVE_RES_NINIT 1
  9901. | /* end confdefs.h. */
  9902. |
  9903. | /* Override any GCC internal prototype to avoid an error.
  9904. | Use char because int might match the return type of a GCC
  9905. | builtin and then its argument prototype would still apply. */
  9906. | #ifdef __cplusplus
  9907. | extern "C"
  9908. | #endif
  9909. | char res_9_close ();
  9910. | int
  9911. | main ()
  9912. | {
  9913. | return res_9_close ();
  9914. | ;
  9915. | return 0;
  9916. | }
  9917. configure:16609: result: no
  9918. configure:16617: checking for res_close
  9919. configure:16640: gcc -o conftest -g -O2 conftest.c -lm >&5
  9920. /tmp/ccb6RhUt.o: In function `main':
  9921. /usr/src/asterisk-11.13.1/conftest.c:232: undefined reference to `__res_close'
  9922. collect2: error: ld returned 1 exit status
  9923. configure:16640: $? = 1
  9924. configure: failed program was:
  9925. | /* confdefs.h */
  9926. | #define PACKAGE_NAME "asterisk"
  9927. | #define PACKAGE_TARNAME "asterisk"
  9928. | #define PACKAGE_VERSION "trunk"
  9929. | #define PACKAGE_STRING "asterisk trunk"
  9930. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  9931. | #define PACKAGE_URL ""
  9932. | #define STDC_HEADERS 1
  9933. | #define HAVE_SYS_TYPES_H 1
  9934. | #define HAVE_SYS_STAT_H 1
  9935. | #define HAVE_STDLIB_H 1
  9936. | #define HAVE_STRING_H 1
  9937. | #define HAVE_MEMORY_H 1
  9938. | #define HAVE_STRINGS_H 1
  9939. | #define HAVE_INTTYPES_H 1
  9940. | #define HAVE_STDINT_H 1
  9941. | #define HAVE_UNISTD_H 1
  9942. | #define __EXTENSIONS__ 1
  9943. | #define _ALL_SOURCE 1
  9944. | #define _GNU_SOURCE 1
  9945. | #define _POSIX_PTHREAD_SEMANTICS 1
  9946. | #define _TANDEM_SOURCE 1
  9947. | #define HAVE_PTHREAD 1
  9948. | #define HAVE_ALLOCA_H 1
  9949. | #define HAVE_ALLOCA 1
  9950. | #define HAVE_DIRENT_H 1
  9951. | #define STDC_HEADERS 1
  9952. | #define HAVE_SYS_WAIT_H 1
  9953. | #define HAVE_ARPA_INET_H 1
  9954. | #define HAVE_FCNTL_H 1
  9955. | #define HAVE_INTTYPES_H 1
  9956. | #define HAVE_LIBINTL_H 1
  9957. | #define HAVE_LIMITS_H 1
  9958. | #define HAVE_LOCALE_H 1
  9959. | #define HAVE_MALLOC_H 1
  9960. | #define HAVE_NETDB_H 1
  9961. | #define HAVE_NETINET_IN_H 1
  9962. | #define HAVE_STDDEF_H 1
  9963. | #define HAVE_STDINT_H 1
  9964. | #define HAVE_STDLIB_H 1
  9965. | #define HAVE_STRING_H 1
  9966. | #define HAVE_STRINGS_H 1
  9967. | #define HAVE_SYS_FILE_H 1
  9968. | #define HAVE_SYS_IOCTL_H 1
  9969. | #define HAVE_SYS_PARAM_H 1
  9970. | #define HAVE_SYS_SOCKET_H 1
  9971. | #define HAVE_SYS_TIME_H 1
  9972. | #define HAVE_SYSLOG_H 1
  9973. | #define HAVE_TERMIOS_H 1
  9974. | #define HAVE_UNISTD_H 1
  9975. | #define HAVE_UTIME_H 1
  9976. | #define HAVE_ARPA_NAMESER_H 1
  9977. | #define HAVE_SYS_IO_H 1
  9978. | #define HAVE_TERMCAP 1
  9979. | #define HAVE_TINFO 1
  9980. | #define HAVE_CURSES 1
  9981. | #define HAVE_NCURSES 1
  9982. | #define HAVE_LIBXML2 1
  9983. | #define HAVE_XLOCALE_H 1
  9984. | #define _FILE_OFFSET_BITS 64
  9985. | #define HAVE__BOOL 1
  9986. | #define HAVE_STDBOOL_H 1
  9987. | #define HAVE_LONG_DOUBLE_WIDER 1
  9988. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  9989. | #define HAVE_STRUCT_UCRED_UID 1
  9990. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  9991. | #define TIME_WITH_SYS_TIME 1
  9992. | #define HAVE_PTRDIFF_T 1
  9993. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  9994. | #define HAVE_UNISTD_H 1
  9995. | #define HAVE_CHOWN 1
  9996. | #define HAVE_FORK 1
  9997. | #define HAVE_VFORK 1
  9998. | #define HAVE_WORKING_VFORK 1
  9999. | #define HAVE_WORKING_FORK 1
  10000. | #define HAVE_FSEEKO 1
  10001. | #define HAVE_STDLIB_H 1
  10002. | #define HAVE_UNISTD_H 1
  10003. | #define HAVE_SYS_PARAM_H 1
  10004. | #define HAVE_UTIME_H 1
  10005. | #define HAVE_GETPAGESIZE 1
  10006. | #define HAVE_MMAP 1
  10007. | #define HAVE_SYS_SELECT_H 1
  10008. | #define HAVE_SYS_SOCKET_H 1
  10009. | #define SELECT_TYPE_ARG1 int
  10010. | #define SELECT_TYPE_ARG234 (fd_set *)
  10011. | #define SELECT_TYPE_ARG5 (struct timeval *)
  10012. | #define RETSIGTYPE void
  10013. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  10014. | #define HAVE_STRCOLL 1
  10015. | #define HAVE_STRFTIME 1
  10016. | #define HAVE_UTIME_NULL 1
  10017. | #define HAVE_VPRINTF 1
  10018. | #define HAVE_ASPRINTF 1
  10019. | #define HAVE_ATEXIT 1
  10020. | #define HAVE_DUP2 1
  10021. | #define HAVE_EACCESS 1
  10022. | #define HAVE_ENDPWENT 1
  10023. | #define HAVE_EUIDACCESS 1
  10024. | #define HAVE_FFSLL 1
  10025. | #define HAVE_FTRUNCATE 1
  10026. | #define HAVE_GETCWD 1
  10027. | #define HAVE_GETHOSTBYNAME 1
  10028. | #define HAVE_GETHOSTNAME 1
  10029. | #define HAVE_GETLOADAVG 1
  10030. | #define HAVE_GETTIMEOFDAY 1
  10031. | #define HAVE_GLOB 1
  10032. | #define HAVE_IOPERM 1
  10033. | #define HAVE_INET_NTOA 1
  10034. | #define HAVE_ISASCII 1
  10035. | #define HAVE_MEMCHR 1
  10036. | #define HAVE_MEMMOVE 1
  10037. | #define HAVE_MEMSET 1
  10038. | #define HAVE_MKDIR 1
  10039. | #define HAVE_MKDTEMP 1
  10040. | #define HAVE_MUNMAP 1
  10041. | #define HAVE_NEWLOCALE 1
  10042. | #define HAVE_PPOLL 1
  10043. | #define HAVE_PUTENV 1
  10044. | #define HAVE_RE_COMP 1
  10045. | #define HAVE_REGCOMP 1
  10046. | #define HAVE_SELECT 1
  10047. | #define HAVE_SETENV 1
  10048. | #define HAVE_SOCKET 1
  10049. | #define HAVE_STRCASECMP 1
  10050. | #define HAVE_STRCASESTR 1
  10051. | #define HAVE_STRCHR 1
  10052. | #define HAVE_STRCSPN 1
  10053. | #define HAVE_STRDUP 1
  10054. | #define HAVE_STRERROR 1
  10055. | #define HAVE_STRNCASECMP 1
  10056. | #define HAVE_STRNDUP 1
  10057. | #define HAVE_STRNLEN 1
  10058. | #define HAVE_STRRCHR 1
  10059. | #define HAVE_STRSEP 1
  10060. | #define HAVE_STRSPN 1
  10061. | #define HAVE_STRSTR 1
  10062. | #define HAVE_STRTOD 1
  10063. | #define HAVE_STRTOL 1
  10064. | #define HAVE_STRTOLD 1
  10065. | #define HAVE_STRTOQ 1
  10066. | #define HAVE_UNSETENV 1
  10067. | #define HAVE_UTIME 1
  10068. | #define HAVE_VASPRINTF 1
  10069. | #define HAVE_SYSCTL 1
  10070. | #define HAVE_LIBM 1
  10071. | #define HAVE_EXP2 1
  10072. | #define HAVE_LOG2 1
  10073. | #define HAVE_EXP10 1
  10074. | #define HAVE_LOG10 1
  10075. | #define HAVE_SIN 1
  10076. | #define HAVE_COS 1
  10077. | #define HAVE_TAN 1
  10078. | #define HAVE_ASIN 1
  10079. | #define HAVE_ACOS 1
  10080. | #define HAVE_ATAN 1
  10081. | #define HAVE_ATAN2 1
  10082. | #define HAVE_POW 1
  10083. | #define HAVE_RINT 1
  10084. | #define HAVE_EXP 1
  10085. | #define HAVE_LOG 1
  10086. | #define HAVE_REMAINDER 1
  10087. | #define HAVE_FMOD 1
  10088. | #define HAVE_ROUND 1
  10089. | #define HAVE_ROUNDF 1
  10090. | #define HAVE_TRUNC 1
  10091. | #define HAVE_FLOOR 1
  10092. | #define HAVE_CEIL 1
  10093. | #define HAVE_EXP2L 1
  10094. | #define HAVE_LOG2L 1
  10095. | #define HAVE_EXP10L 1
  10096. | #define HAVE_LOG10L 1
  10097. | #define HAVE_SINL 1
  10098. | #define HAVE_COSL 1
  10099. | #define HAVE_TANL 1
  10100. | #define HAVE_ASINL 1
  10101. | #define HAVE_ACOSL 1
  10102. | #define HAVE_ATANL 1
  10103. | #define HAVE_ATAN2L 1
  10104. | #define HAVE_POWL 1
  10105. | #define HAVE_SQRTL 1
  10106. | #define HAVE_RINTL 1
  10107. | #define HAVE_EXPL 1
  10108. | #define HAVE_LOGL 1
  10109. | #define HAVE_REMAINDERL 1
  10110. | #define HAVE_FMODL 1
  10111. | #define HAVE_ROUNDL 1
  10112. | #define HAVE_TRUNCL 1
  10113. | #define HAVE_FLOORL 1
  10114. | #define HAVE_CEILL 1
  10115. | #define HAVE_LLONG_MAX 1
  10116. | #define HAVE_TIMERSUB 1
  10117. | #define HAVE_SYS_POLL_H 1
  10118. | #define HAVE_FOPENCOOKIE 1
  10119. | #define HAVE_INET_ATON 1
  10120. | #define HAVE_PKTINFO 1
  10121. | #define HAVE_GETHOSTBYNAME_R_6 1
  10122. | #define HAVE_BYTESWAP_H 1
  10123. | #define HAVE_DEV_URANDOM 1
  10124. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  10125. | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
  10126. | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
  10127. | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  10128. | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  10129. | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  10130. | #define HAVE_GCC_ATOMICS 1
  10131. | #define HAVE_NULLSAFE_PRINTF 1
  10132. | #define HAVE_ATTRIBUTE_pure 1
  10133. | #define HAVE_ATTRIBUTE_malloc 1
  10134. | #define HAVE_ATTRIBUTE_const 1
  10135. | #define HAVE_ATTRIBUTE_unused 1
  10136. | #define HAVE_ATTRIBUTE_deprecated 1
  10137. | #define HAVE_ATTRIBUTE_sentinel 1
  10138. | #define HAVE_ATTRIBUTE_warn_unused_result 1
  10139. | #define HAVE_SYSINFO 1
  10140. | #define HAVE_RES_NINIT 1
  10141. | /* end confdefs.h. */
  10142. |
  10143. | #ifdef HAVE_SYS_SOCKET_H
  10144. | #include <sys/socket.h>
  10145. | #endif
  10146. | #ifdef HAVE_NETINET_IN_H
  10147. | #include <netinet/in.h>
  10148. | #endif
  10149. | #ifdef HAVE_ARPA_NAMESER_H
  10150. | #include <arpa/nameser.h>
  10151. | #endif
  10152. | #include <resolv.h>
  10153. | int
  10154. | main ()
  10155. | {
  10156. | res_close();
  10157. | ;
  10158. | return 0;
  10159. | }
  10160. configure:16647: result: no
  10161. configure:16663: checking for GLOB_NOMAGIC in glob.h
  10162. configure:16688: gcc -c -g -O2 conftest.c >&5
  10163. configure:16688: $? = 0
  10164. configure:16689: result: yes
  10165. configure:16710: checking for GLOB_BRACE in glob.h
  10166. configure:16735: gcc -c -g -O2 conftest.c >&5
  10167. configure:16735: $? = 0
  10168. configure:16736: result: yes
  10169. configure:16757: checking for IP_MTU_DISCOVER in netinet/in.h
  10170. configure:16782: gcc -c -g -O2 conftest.c >&5
  10171. configure:16782: $? = 0
  10172. configure:16783: result: yes
  10173. configure:16802: checking libkern/OSAtomic.h usability
  10174. configure:16802: gcc -c -g -O2 conftest.c >&5
  10175. conftest.c:254:30: fatal error: libkern/OSAtomic.h: No such file or directory
  10176. compilation terminated.
  10177. configure:16802: $? = 1
  10178. configure: failed program was:
  10179. | /* confdefs.h */
  10180. | #define PACKAGE_NAME "asterisk"
  10181. | #define PACKAGE_TARNAME "asterisk"
  10182. | #define PACKAGE_VERSION "trunk"
  10183. | #define PACKAGE_STRING "asterisk trunk"
  10184. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  10185. | #define PACKAGE_URL ""
  10186. | #define STDC_HEADERS 1
  10187. | #define HAVE_SYS_TYPES_H 1
  10188. | #define HAVE_SYS_STAT_H 1
  10189. | #define HAVE_STDLIB_H 1
  10190. | #define HAVE_STRING_H 1
  10191. | #define HAVE_MEMORY_H 1
  10192. | #define HAVE_STRINGS_H 1
  10193. | #define HAVE_INTTYPES_H 1
  10194. | #define HAVE_STDINT_H 1
  10195. | #define HAVE_UNISTD_H 1
  10196. | #define __EXTENSIONS__ 1
  10197. | #define _ALL_SOURCE 1
  10198. | #define _GNU_SOURCE 1
  10199. | #define _POSIX_PTHREAD_SEMANTICS 1
  10200. | #define _TANDEM_SOURCE 1
  10201. | #define HAVE_PTHREAD 1
  10202. | #define HAVE_ALLOCA_H 1
  10203. | #define HAVE_ALLOCA 1
  10204. | #define HAVE_DIRENT_H 1
  10205. | #define STDC_HEADERS 1
  10206. | #define HAVE_SYS_WAIT_H 1
  10207. | #define HAVE_ARPA_INET_H 1
  10208. | #define HAVE_FCNTL_H 1
  10209. | #define HAVE_INTTYPES_H 1
  10210. | #define HAVE_LIBINTL_H 1
  10211. | #define HAVE_LIMITS_H 1
  10212. | #define HAVE_LOCALE_H 1
  10213. | #define HAVE_MALLOC_H 1
  10214. | #define HAVE_NETDB_H 1
  10215. | #define HAVE_NETINET_IN_H 1
  10216. | #define HAVE_STDDEF_H 1
  10217. | #define HAVE_STDINT_H 1
  10218. | #define HAVE_STDLIB_H 1
  10219. | #define HAVE_STRING_H 1
  10220. | #define HAVE_STRINGS_H 1
  10221. | #define HAVE_SYS_FILE_H 1
  10222. | #define HAVE_SYS_IOCTL_H 1
  10223. | #define HAVE_SYS_PARAM_H 1
  10224. | #define HAVE_SYS_SOCKET_H 1
  10225. | #define HAVE_SYS_TIME_H 1
  10226. | #define HAVE_SYSLOG_H 1
  10227. | #define HAVE_TERMIOS_H 1
  10228. | #define HAVE_UNISTD_H 1
  10229. | #define HAVE_UTIME_H 1
  10230. | #define HAVE_ARPA_NAMESER_H 1
  10231. | #define HAVE_SYS_IO_H 1
  10232. | #define HAVE_TERMCAP 1
  10233. | #define HAVE_TINFO 1
  10234. | #define HAVE_CURSES 1
  10235. | #define HAVE_NCURSES 1
  10236. | #define HAVE_LIBXML2 1
  10237. | #define HAVE_XLOCALE_H 1
  10238. | #define _FILE_OFFSET_BITS 64
  10239. | #define HAVE__BOOL 1
  10240. | #define HAVE_STDBOOL_H 1
  10241. | #define HAVE_LONG_DOUBLE_WIDER 1
  10242. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  10243. | #define HAVE_STRUCT_UCRED_UID 1
  10244. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  10245. | #define TIME_WITH_SYS_TIME 1
  10246. | #define HAVE_PTRDIFF_T 1
  10247. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  10248. | #define HAVE_UNISTD_H 1
  10249. | #define HAVE_CHOWN 1
  10250. | #define HAVE_FORK 1
  10251. | #define HAVE_VFORK 1
  10252. | #define HAVE_WORKING_VFORK 1
  10253. | #define HAVE_WORKING_FORK 1
  10254. | #define HAVE_FSEEKO 1
  10255. | #define HAVE_STDLIB_H 1
  10256. | #define HAVE_UNISTD_H 1
  10257. | #define HAVE_SYS_PARAM_H 1
  10258. | #define HAVE_UTIME_H 1
  10259. | #define HAVE_GETPAGESIZE 1
  10260. | #define HAVE_MMAP 1
  10261. | #define HAVE_SYS_SELECT_H 1
  10262. | #define HAVE_SYS_SOCKET_H 1
  10263. | #define SELECT_TYPE_ARG1 int
  10264. | #define SELECT_TYPE_ARG234 (fd_set *)
  10265. | #define SELECT_TYPE_ARG5 (struct timeval *)
  10266. | #define RETSIGTYPE void
  10267. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  10268. | #define HAVE_STRCOLL 1
  10269. | #define HAVE_STRFTIME 1
  10270. | #define HAVE_UTIME_NULL 1
  10271. | #define HAVE_VPRINTF 1
  10272. | #define HAVE_ASPRINTF 1
  10273. | #define HAVE_ATEXIT 1
  10274. | #define HAVE_DUP2 1
  10275. | #define HAVE_EACCESS 1
  10276. | #define HAVE_ENDPWENT 1
  10277. | #define HAVE_EUIDACCESS 1
  10278. | #define HAVE_FFSLL 1
  10279. | #define HAVE_FTRUNCATE 1
  10280. | #define HAVE_GETCWD 1
  10281. | #define HAVE_GETHOSTBYNAME 1
  10282. | #define HAVE_GETHOSTNAME 1
  10283. | #define HAVE_GETLOADAVG 1
  10284. | #define HAVE_GETTIMEOFDAY 1
  10285. | #define HAVE_GLOB 1
  10286. | #define HAVE_IOPERM 1
  10287. | #define HAVE_INET_NTOA 1
  10288. | #define HAVE_ISASCII 1
  10289. | #define HAVE_MEMCHR 1
  10290. | #define HAVE_MEMMOVE 1
  10291. | #define HAVE_MEMSET 1
  10292. | #define HAVE_MKDIR 1
  10293. | #define HAVE_MKDTEMP 1
  10294. | #define HAVE_MUNMAP 1
  10295. | #define HAVE_NEWLOCALE 1
  10296. | #define HAVE_PPOLL 1
  10297. | #define HAVE_PUTENV 1
  10298. | #define HAVE_RE_COMP 1
  10299. | #define HAVE_REGCOMP 1
  10300. | #define HAVE_SELECT 1
  10301. | #define HAVE_SETENV 1
  10302. | #define HAVE_SOCKET 1
  10303. | #define HAVE_STRCASECMP 1
  10304. | #define HAVE_STRCASESTR 1
  10305. | #define HAVE_STRCHR 1
  10306. | #define HAVE_STRCSPN 1
  10307. | #define HAVE_STRDUP 1
  10308. | #define HAVE_STRERROR 1
  10309. | #define HAVE_STRNCASECMP 1
  10310. | #define HAVE_STRNDUP 1
  10311. | #define HAVE_STRNLEN 1
  10312. | #define HAVE_STRRCHR 1
  10313. | #define HAVE_STRSEP 1
  10314. | #define HAVE_STRSPN 1
  10315. | #define HAVE_STRSTR 1
  10316. | #define HAVE_STRTOD 1
  10317. | #define HAVE_STRTOL 1
  10318. | #define HAVE_STRTOLD 1
  10319. | #define HAVE_STRTOQ 1
  10320. | #define HAVE_UNSETENV 1
  10321. | #define HAVE_UTIME 1
  10322. | #define HAVE_VASPRINTF 1
  10323. | #define HAVE_SYSCTL 1
  10324. | #define HAVE_LIBM 1
  10325. | #define HAVE_EXP2 1
  10326. | #define HAVE_LOG2 1
  10327. | #define HAVE_EXP10 1
  10328. | #define HAVE_LOG10 1
  10329. | #define HAVE_SIN 1
  10330. | #define HAVE_COS 1
  10331. | #define HAVE_TAN 1
  10332. | #define HAVE_ASIN 1
  10333. | #define HAVE_ACOS 1
  10334. | #define HAVE_ATAN 1
  10335. | #define HAVE_ATAN2 1
  10336. | #define HAVE_POW 1
  10337. | #define HAVE_RINT 1
  10338. | #define HAVE_EXP 1
  10339. | #define HAVE_LOG 1
  10340. | #define HAVE_REMAINDER 1
  10341. | #define HAVE_FMOD 1
  10342. | #define HAVE_ROUND 1
  10343. | #define HAVE_ROUNDF 1
  10344. | #define HAVE_TRUNC 1
  10345. | #define HAVE_FLOOR 1
  10346. | #define HAVE_CEIL 1
  10347. | #define HAVE_EXP2L 1
  10348. | #define HAVE_LOG2L 1
  10349. | #define HAVE_EXP10L 1
  10350. | #define HAVE_LOG10L 1
  10351. | #define HAVE_SINL 1
  10352. | #define HAVE_COSL 1
  10353. | #define HAVE_TANL 1
  10354. | #define HAVE_ASINL 1
  10355. | #define HAVE_ACOSL 1
  10356. | #define HAVE_ATANL 1
  10357. | #define HAVE_ATAN2L 1
  10358. | #define HAVE_POWL 1
  10359. | #define HAVE_SQRTL 1
  10360. | #define HAVE_RINTL 1
  10361. | #define HAVE_EXPL 1
  10362. | #define HAVE_LOGL 1
  10363. | #define HAVE_REMAINDERL 1
  10364. | #define HAVE_FMODL 1
  10365. | #define HAVE_ROUNDL 1
  10366. | #define HAVE_TRUNCL 1
  10367. | #define HAVE_FLOORL 1
  10368. | #define HAVE_CEILL 1
  10369. | #define HAVE_LLONG_MAX 1
  10370. | #define HAVE_TIMERSUB 1
  10371. | #define HAVE_SYS_POLL_H 1
  10372. | #define HAVE_FOPENCOOKIE 1
  10373. | #define HAVE_INET_ATON 1
  10374. | #define HAVE_PKTINFO 1
  10375. | #define HAVE_GETHOSTBYNAME_R_6 1
  10376. | #define HAVE_BYTESWAP_H 1
  10377. | #define HAVE_DEV_URANDOM 1
  10378. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  10379. | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
  10380. | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
  10381. | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  10382. | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  10383. | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  10384. | #define HAVE_GCC_ATOMICS 1
  10385. | #define HAVE_NULLSAFE_PRINTF 1
  10386. | #define HAVE_ATTRIBUTE_pure 1
  10387. | #define HAVE_ATTRIBUTE_malloc 1
  10388. | #define HAVE_ATTRIBUTE_const 1
  10389. | #define HAVE_ATTRIBUTE_unused 1
  10390. | #define HAVE_ATTRIBUTE_deprecated 1
  10391. | #define HAVE_ATTRIBUTE_sentinel 1
  10392. | #define HAVE_ATTRIBUTE_warn_unused_result 1
  10393. | #define HAVE_SYSINFO 1
  10394. | #define HAVE_RES_NINIT 1
  10395. | #define HAVE_GLOB_NOMAGIC 1
  10396. | #define HAVE_GLOB_BRACE 1
  10397. | #define HAVE_IP_MTU_DISCOVER 1
  10398. | /* end confdefs.h. */
  10399. | #include <stdio.h>
  10400. | #ifdef HAVE_SYS_TYPES_H
  10401. | # include <sys/types.h>
  10402. | #endif
  10403. | #ifdef HAVE_SYS_STAT_H
  10404. | # include <sys/stat.h>
  10405. | #endif
  10406. | #ifdef STDC_HEADERS
  10407. | # include <stdlib.h>
  10408. | # include <stddef.h>
  10409. | #else
  10410. | # ifdef HAVE_STDLIB_H
  10411. | # include <stdlib.h>
  10412. | # endif
  10413. | #endif
  10414. | #ifdef HAVE_STRING_H
  10415. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  10416. | # include <memory.h>
  10417. | # endif
  10418. | # include <string.h>
  10419. | #endif
  10420. | #ifdef HAVE_STRINGS_H
  10421. | # include <strings.h>
  10422. | #endif
  10423. | #ifdef HAVE_INTTYPES_H
  10424. | # include <inttypes.h>
  10425. | #endif
  10426. | #ifdef HAVE_STDINT_H
  10427. | # include <stdint.h>
  10428. | #endif
  10429. | #ifdef HAVE_UNISTD_H
  10430. | # include <unistd.h>
  10431. | #endif
  10432. | #include <libkern/OSAtomic.h>
  10433. configure:16802: result: no
  10434. configure:16802: checking libkern/OSAtomic.h presence
  10435. configure:16802: gcc -E conftest.c
  10436. conftest.c:221:30: fatal error: libkern/OSAtomic.h: No such file or directory
  10437. compilation terminated.
  10438. configure:16802: $? = 1
  10439. configure: failed program was:
  10440. | /* confdefs.h */
  10441. | #define PACKAGE_NAME "asterisk"
  10442. | #define PACKAGE_TARNAME "asterisk"
  10443. | #define PACKAGE_VERSION "trunk"
  10444. | #define PACKAGE_STRING "asterisk trunk"
  10445. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  10446. | #define PACKAGE_URL ""
  10447. | #define STDC_HEADERS 1
  10448. | #define HAVE_SYS_TYPES_H 1
  10449. | #define HAVE_SYS_STAT_H 1
  10450. | #define HAVE_STDLIB_H 1
  10451. | #define HAVE_STRING_H 1
  10452. | #define HAVE_MEMORY_H 1
  10453. | #define HAVE_STRINGS_H 1
  10454. | #define HAVE_INTTYPES_H 1
  10455. | #define HAVE_STDINT_H 1
  10456. | #define HAVE_UNISTD_H 1
  10457. | #define __EXTENSIONS__ 1
  10458. | #define _ALL_SOURCE 1
  10459. | #define _GNU_SOURCE 1
  10460. | #define _POSIX_PTHREAD_SEMANTICS 1
  10461. | #define _TANDEM_SOURCE 1
  10462. | #define HAVE_PTHREAD 1
  10463. | #define HAVE_ALLOCA_H 1
  10464. | #define HAVE_ALLOCA 1
  10465. | #define HAVE_DIRENT_H 1
  10466. | #define STDC_HEADERS 1
  10467. | #define HAVE_SYS_WAIT_H 1
  10468. | #define HAVE_ARPA_INET_H 1
  10469. | #define HAVE_FCNTL_H 1
  10470. | #define HAVE_INTTYPES_H 1
  10471. | #define HAVE_LIBINTL_H 1
  10472. | #define HAVE_LIMITS_H 1
  10473. | #define HAVE_LOCALE_H 1
  10474. | #define HAVE_MALLOC_H 1
  10475. | #define HAVE_NETDB_H 1
  10476. | #define HAVE_NETINET_IN_H 1
  10477. | #define HAVE_STDDEF_H 1
  10478. | #define HAVE_STDINT_H 1
  10479. | #define HAVE_STDLIB_H 1
  10480. | #define HAVE_STRING_H 1
  10481. | #define HAVE_STRINGS_H 1
  10482. | #define HAVE_SYS_FILE_H 1
  10483. | #define HAVE_SYS_IOCTL_H 1
  10484. | #define HAVE_SYS_PARAM_H 1
  10485. | #define HAVE_SYS_SOCKET_H 1
  10486. | #define HAVE_SYS_TIME_H 1
  10487. | #define HAVE_SYSLOG_H 1
  10488. | #define HAVE_TERMIOS_H 1
  10489. | #define HAVE_UNISTD_H 1
  10490. | #define HAVE_UTIME_H 1
  10491. | #define HAVE_ARPA_NAMESER_H 1
  10492. | #define HAVE_SYS_IO_H 1
  10493. | #define HAVE_TERMCAP 1
  10494. | #define HAVE_TINFO 1
  10495. | #define HAVE_CURSES 1
  10496. | #define HAVE_NCURSES 1
  10497. | #define HAVE_LIBXML2 1
  10498. | #define HAVE_XLOCALE_H 1
  10499. | #define _FILE_OFFSET_BITS 64
  10500. | #define HAVE__BOOL 1
  10501. | #define HAVE_STDBOOL_H 1
  10502. | #define HAVE_LONG_DOUBLE_WIDER 1
  10503. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  10504. | #define HAVE_STRUCT_UCRED_UID 1
  10505. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  10506. | #define TIME_WITH_SYS_TIME 1
  10507. | #define HAVE_PTRDIFF_T 1
  10508. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  10509. | #define HAVE_UNISTD_H 1
  10510. | #define HAVE_CHOWN 1
  10511. | #define HAVE_FORK 1
  10512. | #define HAVE_VFORK 1
  10513. | #define HAVE_WORKING_VFORK 1
  10514. | #define HAVE_WORKING_FORK 1
  10515. | #define HAVE_FSEEKO 1
  10516. | #define HAVE_STDLIB_H 1
  10517. | #define HAVE_UNISTD_H 1
  10518. | #define HAVE_SYS_PARAM_H 1
  10519. | #define HAVE_UTIME_H 1
  10520. | #define HAVE_GETPAGESIZE 1
  10521. | #define HAVE_MMAP 1
  10522. | #define HAVE_SYS_SELECT_H 1
  10523. | #define HAVE_SYS_SOCKET_H 1
  10524. | #define SELECT_TYPE_ARG1 int
  10525. | #define SELECT_TYPE_ARG234 (fd_set *)
  10526. | #define SELECT_TYPE_ARG5 (struct timeval *)
  10527. | #define RETSIGTYPE void
  10528. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  10529. | #define HAVE_STRCOLL 1
  10530. | #define HAVE_STRFTIME 1
  10531. | #define HAVE_UTIME_NULL 1
  10532. | #define HAVE_VPRINTF 1
  10533. | #define HAVE_ASPRINTF 1
  10534. | #define HAVE_ATEXIT 1
  10535. | #define HAVE_DUP2 1
  10536. | #define HAVE_EACCESS 1
  10537. | #define HAVE_ENDPWENT 1
  10538. | #define HAVE_EUIDACCESS 1
  10539. | #define HAVE_FFSLL 1
  10540. | #define HAVE_FTRUNCATE 1
  10541. | #define HAVE_GETCWD 1
  10542. | #define HAVE_GETHOSTBYNAME 1
  10543. | #define HAVE_GETHOSTNAME 1
  10544. | #define HAVE_GETLOADAVG 1
  10545. | #define HAVE_GETTIMEOFDAY 1
  10546. | #define HAVE_GLOB 1
  10547. | #define HAVE_IOPERM 1
  10548. | #define HAVE_INET_NTOA 1
  10549. | #define HAVE_ISASCII 1
  10550. | #define HAVE_MEMCHR 1
  10551. | #define HAVE_MEMMOVE 1
  10552. | #define HAVE_MEMSET 1
  10553. | #define HAVE_MKDIR 1
  10554. | #define HAVE_MKDTEMP 1
  10555. | #define HAVE_MUNMAP 1
  10556. | #define HAVE_NEWLOCALE 1
  10557. | #define HAVE_PPOLL 1
  10558. | #define HAVE_PUTENV 1
  10559. | #define HAVE_RE_COMP 1
  10560. | #define HAVE_REGCOMP 1
  10561. | #define HAVE_SELECT 1
  10562. | #define HAVE_SETENV 1
  10563. | #define HAVE_SOCKET 1
  10564. | #define HAVE_STRCASECMP 1
  10565. | #define HAVE_STRCASESTR 1
  10566. | #define HAVE_STRCHR 1
  10567. | #define HAVE_STRCSPN 1
  10568. | #define HAVE_STRDUP 1
  10569. | #define HAVE_STRERROR 1
  10570. | #define HAVE_STRNCASECMP 1
  10571. | #define HAVE_STRNDUP 1
  10572. | #define HAVE_STRNLEN 1
  10573. | #define HAVE_STRRCHR 1
  10574. | #define HAVE_STRSEP 1
  10575. | #define HAVE_STRSPN 1
  10576. | #define HAVE_STRSTR 1
  10577. | #define HAVE_STRTOD 1
  10578. | #define HAVE_STRTOL 1
  10579. | #define HAVE_STRTOLD 1
  10580. | #define HAVE_STRTOQ 1
  10581. | #define HAVE_UNSETENV 1
  10582. | #define HAVE_UTIME 1
  10583. | #define HAVE_VASPRINTF 1
  10584. | #define HAVE_SYSCTL 1
  10585. | #define HAVE_LIBM 1
  10586. | #define HAVE_EXP2 1
  10587. | #define HAVE_LOG2 1
  10588. | #define HAVE_EXP10 1
  10589. | #define HAVE_LOG10 1
  10590. | #define HAVE_SIN 1
  10591. | #define HAVE_COS 1
  10592. | #define HAVE_TAN 1
  10593. | #define HAVE_ASIN 1
  10594. | #define HAVE_ACOS 1
  10595. | #define HAVE_ATAN 1
  10596. | #define HAVE_ATAN2 1
  10597. | #define HAVE_POW 1
  10598. | #define HAVE_RINT 1
  10599. | #define HAVE_EXP 1
  10600. | #define HAVE_LOG 1
  10601. | #define HAVE_REMAINDER 1
  10602. | #define HAVE_FMOD 1
  10603. | #define HAVE_ROUND 1
  10604. | #define HAVE_ROUNDF 1
  10605. | #define HAVE_TRUNC 1
  10606. | #define HAVE_FLOOR 1
  10607. | #define HAVE_CEIL 1
  10608. | #define HAVE_EXP2L 1
  10609. | #define HAVE_LOG2L 1
  10610. | #define HAVE_EXP10L 1
  10611. | #define HAVE_LOG10L 1
  10612. | #define HAVE_SINL 1
  10613. | #define HAVE_COSL 1
  10614. | #define HAVE_TANL 1
  10615. | #define HAVE_ASINL 1
  10616. | #define HAVE_ACOSL 1
  10617. | #define HAVE_ATANL 1
  10618. | #define HAVE_ATAN2L 1
  10619. | #define HAVE_POWL 1
  10620. | #define HAVE_SQRTL 1
  10621. | #define HAVE_RINTL 1
  10622. | #define HAVE_EXPL 1
  10623. | #define HAVE_LOGL 1
  10624. | #define HAVE_REMAINDERL 1
  10625. | #define HAVE_FMODL 1
  10626. | #define HAVE_ROUNDL 1
  10627. | #define HAVE_TRUNCL 1
  10628. | #define HAVE_FLOORL 1
  10629. | #define HAVE_CEILL 1
  10630. | #define HAVE_LLONG_MAX 1
  10631. | #define HAVE_TIMERSUB 1
  10632. | #define HAVE_SYS_POLL_H 1
  10633. | #define HAVE_FOPENCOOKIE 1
  10634. | #define HAVE_INET_ATON 1
  10635. | #define HAVE_PKTINFO 1
  10636. | #define HAVE_GETHOSTBYNAME_R_6 1
  10637. | #define HAVE_BYTESWAP_H 1
  10638. | #define HAVE_DEV_URANDOM 1
  10639. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  10640. | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
  10641. | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
  10642. | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  10643. | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  10644. | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  10645. | #define HAVE_GCC_ATOMICS 1
  10646. | #define HAVE_NULLSAFE_PRINTF 1
  10647. | #define HAVE_ATTRIBUTE_pure 1
  10648. | #define HAVE_ATTRIBUTE_malloc 1
  10649. | #define HAVE_ATTRIBUTE_const 1
  10650. | #define HAVE_ATTRIBUTE_unused 1
  10651. | #define HAVE_ATTRIBUTE_deprecated 1
  10652. | #define HAVE_ATTRIBUTE_sentinel 1
  10653. | #define HAVE_ATTRIBUTE_warn_unused_result 1
  10654. | #define HAVE_SYSINFO 1
  10655. | #define HAVE_RES_NINIT 1
  10656. | #define HAVE_GLOB_NOMAGIC 1
  10657. | #define HAVE_GLOB_BRACE 1
  10658. | #define HAVE_IP_MTU_DISCOVER 1
  10659. | /* end confdefs.h. */
  10660. | #include <libkern/OSAtomic.h>
  10661. configure:16802: result: no
  10662. configure:16802: checking for libkern/OSAtomic.h
  10663. configure:16802: result: no
  10664. configure:16817: checking size of int
  10665. configure:16822: gcc -o conftest -g -O2 conftest.c -lm >&5
  10666. configure:16822: $? = 0
  10667. configure:16822: ./conftest
  10668. configure:16822: $? = 0
  10669. configure:16836: result: 4
  10670. configure:16850: checking size of long
  10671. configure:16855: gcc -o conftest -g -O2 conftest.c -lm >&5
  10672. configure:16855: $? = 0
  10673. configure:16855: ./conftest
  10674. configure:16855: $? = 0
  10675. configure:16869: result: 4
  10676. configure:16883: checking size of long long
  10677. configure:16888: gcc -o conftest -g -O2 conftest.c -lm >&5
  10678. configure:16888: $? = 0
  10679. configure:16888: ./conftest
  10680. configure:16888: $? = 0
  10681. configure:16902: result: 8
  10682. configure:16916: checking size of char *
  10683. configure:16921: gcc -o conftest -g -O2 conftest.c -lm >&5
  10684. configure:16921: $? = 0
  10685. configure:16921: ./conftest
  10686. configure:16921: $? = 0
  10687. configure:16935: result: 4
  10688. configure:16949: checking size of long
  10689. configure:16968: result: 4
  10690. configure:16982: checking size of long long
  10691. configure:17001: result: 8
  10692. configure:17011: gcc -o conftest -g -O2 conftest.c -lm >&5
  10693. configure:17011: $? = 0
  10694. configure:17011: ./conftest
  10695. configure:17011: $? = 0
  10696. configure:17022: checking size of fd_set.fds_bits
  10697. configure:17041: result: 4
  10698. configure:17069: checking for dladdr in dlfcn.h
  10699. configure:17087: gcc -o conftest -g -O2 conftest.c -lm -ldl >&5
  10700. configure:17087: $? = 0
  10701. configure:17088: result: yes
  10702. configure:17159: checking for pkg-config
  10703. configure:17177: found /usr/bin/pkg-config
  10704. configure:17189: result: /usr/bin/pkg-config
  10705. configure:17214: checking pkg-config is at least version 0.9.0
  10706. configure:17217: result: yes
  10707. configure:17247: checking for snd_spcm_init in -lasound
  10708. configure:17272: gcc -o conftest -g -O2 conftest.c -lasound -lm -ldl -lm >&5
  10709. /usr/bin/ld: cannot find -lasound
  10710. collect2: error: ld returned 1 exit status
  10711. configure:17272: $? = 1
  10712. configure: failed program was:
  10713. | /* confdefs.h */
  10714. | #define PACKAGE_NAME "asterisk"
  10715. | #define PACKAGE_TARNAME "asterisk"
  10716. | #define PACKAGE_VERSION "trunk"
  10717. | #define PACKAGE_STRING "asterisk trunk"
  10718. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  10719. | #define PACKAGE_URL ""
  10720. | #define STDC_HEADERS 1
  10721. | #define HAVE_SYS_TYPES_H 1
  10722. | #define HAVE_SYS_STAT_H 1
  10723. | #define HAVE_STDLIB_H 1
  10724. | #define HAVE_STRING_H 1
  10725. | #define HAVE_MEMORY_H 1
  10726. | #define HAVE_STRINGS_H 1
  10727. | #define HAVE_INTTYPES_H 1
  10728. | #define HAVE_STDINT_H 1
  10729. | #define HAVE_UNISTD_H 1
  10730. | #define __EXTENSIONS__ 1
  10731. | #define _ALL_SOURCE 1
  10732. | #define _GNU_SOURCE 1
  10733. | #define _POSIX_PTHREAD_SEMANTICS 1
  10734. | #define _TANDEM_SOURCE 1
  10735. | #define HAVE_PTHREAD 1
  10736. | #define HAVE_ALLOCA_H 1
  10737. | #define HAVE_ALLOCA 1
  10738. | #define HAVE_DIRENT_H 1
  10739. | #define STDC_HEADERS 1
  10740. | #define HAVE_SYS_WAIT_H 1
  10741. | #define HAVE_ARPA_INET_H 1
  10742. | #define HAVE_FCNTL_H 1
  10743. | #define HAVE_INTTYPES_H 1
  10744. | #define HAVE_LIBINTL_H 1
  10745. | #define HAVE_LIMITS_H 1
  10746. | #define HAVE_LOCALE_H 1
  10747. | #define HAVE_MALLOC_H 1
  10748. | #define HAVE_NETDB_H 1
  10749. | #define HAVE_NETINET_IN_H 1
  10750. | #define HAVE_STDDEF_H 1
  10751. | #define HAVE_STDINT_H 1
  10752. | #define HAVE_STDLIB_H 1
  10753. | #define HAVE_STRING_H 1
  10754. | #define HAVE_STRINGS_H 1
  10755. | #define HAVE_SYS_FILE_H 1
  10756. | #define HAVE_SYS_IOCTL_H 1
  10757. | #define HAVE_SYS_PARAM_H 1
  10758. | #define HAVE_SYS_SOCKET_H 1
  10759. | #define HAVE_SYS_TIME_H 1
  10760. | #define HAVE_SYSLOG_H 1
  10761. | #define HAVE_TERMIOS_H 1
  10762. | #define HAVE_UNISTD_H 1
  10763. | #define HAVE_UTIME_H 1
  10764. | #define HAVE_ARPA_NAMESER_H 1
  10765. | #define HAVE_SYS_IO_H 1
  10766. | #define HAVE_TERMCAP 1
  10767. | #define HAVE_TINFO 1
  10768. | #define HAVE_CURSES 1
  10769. | #define HAVE_NCURSES 1
  10770. | #define HAVE_LIBXML2 1
  10771. | #define HAVE_XLOCALE_H 1
  10772. | #define _FILE_OFFSET_BITS 64
  10773. | #define HAVE__BOOL 1
  10774. | #define HAVE_STDBOOL_H 1
  10775. | #define HAVE_LONG_DOUBLE_WIDER 1
  10776. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  10777. | #define HAVE_STRUCT_UCRED_UID 1
  10778. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  10779. | #define TIME_WITH_SYS_TIME 1
  10780. | #define HAVE_PTRDIFF_T 1
  10781. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  10782. | #define HAVE_UNISTD_H 1
  10783. | #define HAVE_CHOWN 1
  10784. | #define HAVE_FORK 1
  10785. | #define HAVE_VFORK 1
  10786. | #define HAVE_WORKING_VFORK 1
  10787. | #define HAVE_WORKING_FORK 1
  10788. | #define HAVE_FSEEKO 1
  10789. | #define HAVE_STDLIB_H 1
  10790. | #define HAVE_UNISTD_H 1
  10791. | #define HAVE_SYS_PARAM_H 1
  10792. | #define HAVE_UTIME_H 1
  10793. | #define HAVE_GETPAGESIZE 1
  10794. | #define HAVE_MMAP 1
  10795. | #define HAVE_SYS_SELECT_H 1
  10796. | #define HAVE_SYS_SOCKET_H 1
  10797. | #define SELECT_TYPE_ARG1 int
  10798. | #define SELECT_TYPE_ARG234 (fd_set *)
  10799. | #define SELECT_TYPE_ARG5 (struct timeval *)
  10800. | #define RETSIGTYPE void
  10801. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  10802. | #define HAVE_STRCOLL 1
  10803. | #define HAVE_STRFTIME 1
  10804. | #define HAVE_UTIME_NULL 1
  10805. | #define HAVE_VPRINTF 1
  10806. | #define HAVE_ASPRINTF 1
  10807. | #define HAVE_ATEXIT 1
  10808. | #define HAVE_DUP2 1
  10809. | #define HAVE_EACCESS 1
  10810. | #define HAVE_ENDPWENT 1
  10811. | #define HAVE_EUIDACCESS 1
  10812. | #define HAVE_FFSLL 1
  10813. | #define HAVE_FTRUNCATE 1
  10814. | #define HAVE_GETCWD 1
  10815. | #define HAVE_GETHOSTBYNAME 1
  10816. | #define HAVE_GETHOSTNAME 1
  10817. | #define HAVE_GETLOADAVG 1
  10818. | #define HAVE_GETTIMEOFDAY 1
  10819. | #define HAVE_GLOB 1
  10820. | #define HAVE_IOPERM 1
  10821. | #define HAVE_INET_NTOA 1
  10822. | #define HAVE_ISASCII 1
  10823. | #define HAVE_MEMCHR 1
  10824. | #define HAVE_MEMMOVE 1
  10825. | #define HAVE_MEMSET 1
  10826. | #define HAVE_MKDIR 1
  10827. | #define HAVE_MKDTEMP 1
  10828. | #define HAVE_MUNMAP 1
  10829. | #define HAVE_NEWLOCALE 1
  10830. | #define HAVE_PPOLL 1
  10831. | #define HAVE_PUTENV 1
  10832. | #define HAVE_RE_COMP 1
  10833. | #define HAVE_REGCOMP 1
  10834. | #define HAVE_SELECT 1
  10835. | #define HAVE_SETENV 1
  10836. | #define HAVE_SOCKET 1
  10837. | #define HAVE_STRCASECMP 1
  10838. | #define HAVE_STRCASESTR 1
  10839. | #define HAVE_STRCHR 1
  10840. | #define HAVE_STRCSPN 1
  10841. | #define HAVE_STRDUP 1
  10842. | #define HAVE_STRERROR 1
  10843. | #define HAVE_STRNCASECMP 1
  10844. | #define HAVE_STRNDUP 1
  10845. | #define HAVE_STRNLEN 1
  10846. | #define HAVE_STRRCHR 1
  10847. | #define HAVE_STRSEP 1
  10848. | #define HAVE_STRSPN 1
  10849. | #define HAVE_STRSTR 1
  10850. | #define HAVE_STRTOD 1
  10851. | #define HAVE_STRTOL 1
  10852. | #define HAVE_STRTOLD 1
  10853. | #define HAVE_STRTOQ 1
  10854. | #define HAVE_UNSETENV 1
  10855. | #define HAVE_UTIME 1
  10856. | #define HAVE_VASPRINTF 1
  10857. | #define HAVE_SYSCTL 1
  10858. | #define HAVE_LIBM 1
  10859. | #define HAVE_EXP2 1
  10860. | #define HAVE_LOG2 1
  10861. | #define HAVE_EXP10 1
  10862. | #define HAVE_LOG10 1
  10863. | #define HAVE_SIN 1
  10864. | #define HAVE_COS 1
  10865. | #define HAVE_TAN 1
  10866. | #define HAVE_ASIN 1
  10867. | #define HAVE_ACOS 1
  10868. | #define HAVE_ATAN 1
  10869. | #define HAVE_ATAN2 1
  10870. | #define HAVE_POW 1
  10871. | #define HAVE_RINT 1
  10872. | #define HAVE_EXP 1
  10873. | #define HAVE_LOG 1
  10874. | #define HAVE_REMAINDER 1
  10875. | #define HAVE_FMOD 1
  10876. | #define HAVE_ROUND 1
  10877. | #define HAVE_ROUNDF 1
  10878. | #define HAVE_TRUNC 1
  10879. | #define HAVE_FLOOR 1
  10880. | #define HAVE_CEIL 1
  10881. | #define HAVE_EXP2L 1
  10882. | #define HAVE_LOG2L 1
  10883. | #define HAVE_EXP10L 1
  10884. | #define HAVE_LOG10L 1
  10885. | #define HAVE_SINL 1
  10886. | #define HAVE_COSL 1
  10887. | #define HAVE_TANL 1
  10888. | #define HAVE_ASINL 1
  10889. | #define HAVE_ACOSL 1
  10890. | #define HAVE_ATANL 1
  10891. | #define HAVE_ATAN2L 1
  10892. | #define HAVE_POWL 1
  10893. | #define HAVE_SQRTL 1
  10894. | #define HAVE_RINTL 1
  10895. | #define HAVE_EXPL 1
  10896. | #define HAVE_LOGL 1
  10897. | #define HAVE_REMAINDERL 1
  10898. | #define HAVE_FMODL 1
  10899. | #define HAVE_ROUNDL 1
  10900. | #define HAVE_TRUNCL 1
  10901. | #define HAVE_FLOORL 1
  10902. | #define HAVE_CEILL 1
  10903. | #define HAVE_LLONG_MAX 1
  10904. | #define HAVE_TIMERSUB 1
  10905. | #define HAVE_SYS_POLL_H 1
  10906. | #define HAVE_FOPENCOOKIE 1
  10907. | #define HAVE_INET_ATON 1
  10908. | #define HAVE_PKTINFO 1
  10909. | #define HAVE_GETHOSTBYNAME_R_6 1
  10910. | #define HAVE_BYTESWAP_H 1
  10911. | #define HAVE_DEV_URANDOM 1
  10912. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  10913. | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
  10914. | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
  10915. | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  10916. | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  10917. | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  10918. | #define HAVE_GCC_ATOMICS 1
  10919. | #define HAVE_NULLSAFE_PRINTF 1
  10920. | #define HAVE_ATTRIBUTE_pure 1
  10921. | #define HAVE_ATTRIBUTE_malloc 1
  10922. | #define HAVE_ATTRIBUTE_const 1
  10923. | #define HAVE_ATTRIBUTE_unused 1
  10924. | #define HAVE_ATTRIBUTE_deprecated 1
  10925. | #define HAVE_ATTRIBUTE_sentinel 1
  10926. | #define HAVE_ATTRIBUTE_warn_unused_result 1
  10927. | #define HAVE_SYSINFO 1
  10928. | #define HAVE_RES_NINIT 1
  10929. | #define HAVE_GLOB_NOMAGIC 1
  10930. | #define HAVE_GLOB_BRACE 1
  10931. | #define HAVE_IP_MTU_DISCOVER 1
  10932. | #define SIZEOF_INT 4
  10933. | #define SIZEOF_LONG 4
  10934. | #define SIZEOF_LONG_LONG 8
  10935. | #define SIZEOF_CHAR_P 4
  10936. | #define SIZEOF_LONG 4
  10937. | #define SIZEOF_LONG_LONG 8
  10938. | #define SIZEOF_FD_SET_FDS_BITS 4
  10939. | #define TYPEOF_FD_SET_FDS_BITS int
  10940. | #define HAVE_DLADDR 1
  10941. | /* end confdefs.h. */
  10942. |
  10943. | /* Override any GCC internal prototype to avoid an error.
  10944. | Use char because int might match the return type of a GCC
  10945. | builtin and then its argument prototype would still apply. */
  10946. | #ifdef __cplusplus
  10947. | extern "C"
  10948. | #endif
  10949. | char snd_spcm_init ();
  10950. | int
  10951. | main ()
  10952. | {
  10953. | return snd_spcm_init ();
  10954. | ;
  10955. | return 0;
  10956. | }
  10957. configure:17282: result: no
  10958. configure:17352: checking for bfd_openr in -lbfd
  10959. configure:17377: gcc -o conftest -g -O2 conftest.c -lbfd -lm >&5
  10960. /usr/bin/ld: cannot find -lbfd
  10961. collect2: error: ld returned 1 exit status
  10962. configure:17377: $? = 1
  10963. configure: failed program was:
  10964. | /* confdefs.h */
  10965. | #define PACKAGE_NAME "asterisk"
  10966. | #define PACKAGE_TARNAME "asterisk"
  10967. | #define PACKAGE_VERSION "trunk"
  10968. | #define PACKAGE_STRING "asterisk trunk"
  10969. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  10970. | #define PACKAGE_URL ""
  10971. | #define STDC_HEADERS 1
  10972. | #define HAVE_SYS_TYPES_H 1
  10973. | #define HAVE_SYS_STAT_H 1
  10974. | #define HAVE_STDLIB_H 1
  10975. | #define HAVE_STRING_H 1
  10976. | #define HAVE_MEMORY_H 1
  10977. | #define HAVE_STRINGS_H 1
  10978. | #define HAVE_INTTYPES_H 1
  10979. | #define HAVE_STDINT_H 1
  10980. | #define HAVE_UNISTD_H 1
  10981. | #define __EXTENSIONS__ 1
  10982. | #define _ALL_SOURCE 1
  10983. | #define _GNU_SOURCE 1
  10984. | #define _POSIX_PTHREAD_SEMANTICS 1
  10985. | #define _TANDEM_SOURCE 1
  10986. | #define HAVE_PTHREAD 1
  10987. | #define HAVE_ALLOCA_H 1
  10988. | #define HAVE_ALLOCA 1
  10989. | #define HAVE_DIRENT_H 1
  10990. | #define STDC_HEADERS 1
  10991. | #define HAVE_SYS_WAIT_H 1
  10992. | #define HAVE_ARPA_INET_H 1
  10993. | #define HAVE_FCNTL_H 1
  10994. | #define HAVE_INTTYPES_H 1
  10995. | #define HAVE_LIBINTL_H 1
  10996. | #define HAVE_LIMITS_H 1
  10997. | #define HAVE_LOCALE_H 1
  10998. | #define HAVE_MALLOC_H 1
  10999. | #define HAVE_NETDB_H 1
  11000. | #define HAVE_NETINET_IN_H 1
  11001. | #define HAVE_STDDEF_H 1
  11002. | #define HAVE_STDINT_H 1
  11003. | #define HAVE_STDLIB_H 1
  11004. | #define HAVE_STRING_H 1
  11005. | #define HAVE_STRINGS_H 1
  11006. | #define HAVE_SYS_FILE_H 1
  11007. | #define HAVE_SYS_IOCTL_H 1
  11008. | #define HAVE_SYS_PARAM_H 1
  11009. | #define HAVE_SYS_SOCKET_H 1
  11010. | #define HAVE_SYS_TIME_H 1
  11011. | #define HAVE_SYSLOG_H 1
  11012. | #define HAVE_TERMIOS_H 1
  11013. | #define HAVE_UNISTD_H 1
  11014. | #define HAVE_UTIME_H 1
  11015. | #define HAVE_ARPA_NAMESER_H 1
  11016. | #define HAVE_SYS_IO_H 1
  11017. | #define HAVE_TERMCAP 1
  11018. | #define HAVE_TINFO 1
  11019. | #define HAVE_CURSES 1
  11020. | #define HAVE_NCURSES 1
  11021. | #define HAVE_LIBXML2 1
  11022. | #define HAVE_XLOCALE_H 1
  11023. | #define _FILE_OFFSET_BITS 64
  11024. | #define HAVE__BOOL 1
  11025. | #define HAVE_STDBOOL_H 1
  11026. | #define HAVE_LONG_DOUBLE_WIDER 1
  11027. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  11028. | #define HAVE_STRUCT_UCRED_UID 1
  11029. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  11030. | #define TIME_WITH_SYS_TIME 1
  11031. | #define HAVE_PTRDIFF_T 1
  11032. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  11033. | #define HAVE_UNISTD_H 1
  11034. | #define HAVE_CHOWN 1
  11035. | #define HAVE_FORK 1
  11036. | #define HAVE_VFORK 1
  11037. | #define HAVE_WORKING_VFORK 1
  11038. | #define HAVE_WORKING_FORK 1
  11039. | #define HAVE_FSEEKO 1
  11040. | #define HAVE_STDLIB_H 1
  11041. | #define HAVE_UNISTD_H 1
  11042. | #define HAVE_SYS_PARAM_H 1
  11043. | #define HAVE_UTIME_H 1
  11044. | #define HAVE_GETPAGESIZE 1
  11045. | #define HAVE_MMAP 1
  11046. | #define HAVE_SYS_SELECT_H 1
  11047. | #define HAVE_SYS_SOCKET_H 1
  11048. | #define SELECT_TYPE_ARG1 int
  11049. | #define SELECT_TYPE_ARG234 (fd_set *)
  11050. | #define SELECT_TYPE_ARG5 (struct timeval *)
  11051. | #define RETSIGTYPE void
  11052. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  11053. | #define HAVE_STRCOLL 1
  11054. | #define HAVE_STRFTIME 1
  11055. | #define HAVE_UTIME_NULL 1
  11056. | #define HAVE_VPRINTF 1
  11057. | #define HAVE_ASPRINTF 1
  11058. | #define HAVE_ATEXIT 1
  11059. | #define HAVE_DUP2 1
  11060. | #define HAVE_EACCESS 1
  11061. | #define HAVE_ENDPWENT 1
  11062. | #define HAVE_EUIDACCESS 1
  11063. | #define HAVE_FFSLL 1
  11064. | #define HAVE_FTRUNCATE 1
  11065. | #define HAVE_GETCWD 1
  11066. | #define HAVE_GETHOSTBYNAME 1
  11067. | #define HAVE_GETHOSTNAME 1
  11068. | #define HAVE_GETLOADAVG 1
  11069. | #define HAVE_GETTIMEOFDAY 1
  11070. | #define HAVE_GLOB 1
  11071. | #define HAVE_IOPERM 1
  11072. | #define HAVE_INET_NTOA 1
  11073. | #define HAVE_ISASCII 1
  11074. | #define HAVE_MEMCHR 1
  11075. | #define HAVE_MEMMOVE 1
  11076. | #define HAVE_MEMSET 1
  11077. | #define HAVE_MKDIR 1
  11078. | #define HAVE_MKDTEMP 1
  11079. | #define HAVE_MUNMAP 1
  11080. | #define HAVE_NEWLOCALE 1
  11081. | #define HAVE_PPOLL 1
  11082. | #define HAVE_PUTENV 1
  11083. | #define HAVE_RE_COMP 1
  11084. | #define HAVE_REGCOMP 1
  11085. | #define HAVE_SELECT 1
  11086. | #define HAVE_SETENV 1
  11087. | #define HAVE_SOCKET 1
  11088. | #define HAVE_STRCASECMP 1
  11089. | #define HAVE_STRCASESTR 1
  11090. | #define HAVE_STRCHR 1
  11091. | #define HAVE_STRCSPN 1
  11092. | #define HAVE_STRDUP 1
  11093. | #define HAVE_STRERROR 1
  11094. | #define HAVE_STRNCASECMP 1
  11095. | #define HAVE_STRNDUP 1
  11096. | #define HAVE_STRNLEN 1
  11097. | #define HAVE_STRRCHR 1
  11098. | #define HAVE_STRSEP 1
  11099. | #define HAVE_STRSPN 1
  11100. | #define HAVE_STRSTR 1
  11101. | #define HAVE_STRTOD 1
  11102. | #define HAVE_STRTOL 1
  11103. | #define HAVE_STRTOLD 1
  11104. | #define HAVE_STRTOQ 1
  11105. | #define HAVE_UNSETENV 1
  11106. | #define HAVE_UTIME 1
  11107. | #define HAVE_VASPRINTF 1
  11108. | #define HAVE_SYSCTL 1
  11109. | #define HAVE_LIBM 1
  11110. | #define HAVE_EXP2 1
  11111. | #define HAVE_LOG2 1
  11112. | #define HAVE_EXP10 1
  11113. | #define HAVE_LOG10 1
  11114. | #define HAVE_SIN 1
  11115. | #define HAVE_COS 1
  11116. | #define HAVE_TAN 1
  11117. | #define HAVE_ASIN 1
  11118. | #define HAVE_ACOS 1
  11119. | #define HAVE_ATAN 1
  11120. | #define HAVE_ATAN2 1
  11121. | #define HAVE_POW 1
  11122. | #define HAVE_RINT 1
  11123. | #define HAVE_EXP 1
  11124. | #define HAVE_LOG 1
  11125. | #define HAVE_REMAINDER 1
  11126. | #define HAVE_FMOD 1
  11127. | #define HAVE_ROUND 1
  11128. | #define HAVE_ROUNDF 1
  11129. | #define HAVE_TRUNC 1
  11130. | #define HAVE_FLOOR 1
  11131. | #define HAVE_CEIL 1
  11132. | #define HAVE_EXP2L 1
  11133. | #define HAVE_LOG2L 1
  11134. | #define HAVE_EXP10L 1
  11135. | #define HAVE_LOG10L 1
  11136. | #define HAVE_SINL 1
  11137. | #define HAVE_COSL 1
  11138. | #define HAVE_TANL 1
  11139. | #define HAVE_ASINL 1
  11140. | #define HAVE_ACOSL 1
  11141. | #define HAVE_ATANL 1
  11142. | #define HAVE_ATAN2L 1
  11143. | #define HAVE_POWL 1
  11144. | #define HAVE_SQRTL 1
  11145. | #define HAVE_RINTL 1
  11146. | #define HAVE_EXPL 1
  11147. | #define HAVE_LOGL 1
  11148. | #define HAVE_REMAINDERL 1
  11149. | #define HAVE_FMODL 1
  11150. | #define HAVE_ROUNDL 1
  11151. | #define HAVE_TRUNCL 1
  11152. | #define HAVE_FLOORL 1
  11153. | #define HAVE_CEILL 1
  11154. | #define HAVE_LLONG_MAX 1
  11155. | #define HAVE_TIMERSUB 1
  11156. | #define HAVE_SYS_POLL_H 1
  11157. | #define HAVE_FOPENCOOKIE 1
  11158. | #define HAVE_INET_ATON 1
  11159. | #define HAVE_PKTINFO 1
  11160. | #define HAVE_GETHOSTBYNAME_R_6 1
  11161. | #define HAVE_BYTESWAP_H 1
  11162. | #define HAVE_DEV_URANDOM 1
  11163. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  11164. | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
  11165. | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
  11166. | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  11167. | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  11168. | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  11169. | #define HAVE_GCC_ATOMICS 1
  11170. | #define HAVE_NULLSAFE_PRINTF 1
  11171. | #define HAVE_ATTRIBUTE_pure 1
  11172. | #define HAVE_ATTRIBUTE_malloc 1
  11173. | #define HAVE_ATTRIBUTE_const 1
  11174. | #define HAVE_ATTRIBUTE_unused 1
  11175. | #define HAVE_ATTRIBUTE_deprecated 1
  11176. | #define HAVE_ATTRIBUTE_sentinel 1
  11177. | #define HAVE_ATTRIBUTE_warn_unused_result 1
  11178. | #define HAVE_SYSINFO 1
  11179. | #define HAVE_RES_NINIT 1
  11180. | #define HAVE_GLOB_NOMAGIC 1
  11181. | #define HAVE_GLOB_BRACE 1
  11182. | #define HAVE_IP_MTU_DISCOVER 1
  11183. | #define SIZEOF_INT 4
  11184. | #define SIZEOF_LONG 4
  11185. | #define SIZEOF_LONG_LONG 8
  11186. | #define SIZEOF_CHAR_P 4
  11187. | #define SIZEOF_LONG 4
  11188. | #define SIZEOF_LONG_LONG 8
  11189. | #define SIZEOF_FD_SET_FDS_BITS 4
  11190. | #define TYPEOF_FD_SET_FDS_BITS int
  11191. | #define HAVE_DLADDR 1
  11192. | /* end confdefs.h. */
  11193. |
  11194. | /* Override any GCC internal prototype to avoid an error.
  11195. | Use char because int might match the return type of a GCC
  11196. | builtin and then its argument prototype would still apply. */
  11197. | #ifdef __cplusplus
  11198. | extern "C"
  11199. | #endif
  11200. | char bfd_openr ();
  11201. | int
  11202. | main ()
  11203. | {
  11204. | return bfd_openr ();
  11205. | ;
  11206. | return 0;
  11207. | }
  11208. configure:17387: result: no
  11209. configure:17459: checking for bfd_check_format in -lbfd
  11210. configure:17484: gcc -o conftest -g -O2 conftest.c -lbfd -ldl -liberty -lm >&5
  11211. /usr/bin/ld: cannot find -lbfd
  11212. /usr/bin/ld: cannot find -liberty
  11213. collect2: error: ld returned 1 exit status
  11214. configure:17484: $? = 1
  11215. configure: failed program was:
  11216. | /* confdefs.h */
  11217. | #define PACKAGE_NAME "asterisk"
  11218. | #define PACKAGE_TARNAME "asterisk"
  11219. | #define PACKAGE_VERSION "trunk"
  11220. | #define PACKAGE_STRING "asterisk trunk"
  11221. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  11222. | #define PACKAGE_URL ""
  11223. | #define STDC_HEADERS 1
  11224. | #define HAVE_SYS_TYPES_H 1
  11225. | #define HAVE_SYS_STAT_H 1
  11226. | #define HAVE_STDLIB_H 1
  11227. | #define HAVE_STRING_H 1
  11228. | #define HAVE_MEMORY_H 1
  11229. | #define HAVE_STRINGS_H 1
  11230. | #define HAVE_INTTYPES_H 1
  11231. | #define HAVE_STDINT_H 1
  11232. | #define HAVE_UNISTD_H 1
  11233. | #define __EXTENSIONS__ 1
  11234. | #define _ALL_SOURCE 1
  11235. | #define _GNU_SOURCE 1
  11236. | #define _POSIX_PTHREAD_SEMANTICS 1
  11237. | #define _TANDEM_SOURCE 1
  11238. | #define HAVE_PTHREAD 1
  11239. | #define HAVE_ALLOCA_H 1
  11240. | #define HAVE_ALLOCA 1
  11241. | #define HAVE_DIRENT_H 1
  11242. | #define STDC_HEADERS 1
  11243. | #define HAVE_SYS_WAIT_H 1
  11244. | #define HAVE_ARPA_INET_H 1
  11245. | #define HAVE_FCNTL_H 1
  11246. | #define HAVE_INTTYPES_H 1
  11247. | #define HAVE_LIBINTL_H 1
  11248. | #define HAVE_LIMITS_H 1
  11249. | #define HAVE_LOCALE_H 1
  11250. | #define HAVE_MALLOC_H 1
  11251. | #define HAVE_NETDB_H 1
  11252. | #define HAVE_NETINET_IN_H 1
  11253. | #define HAVE_STDDEF_H 1
  11254. | #define HAVE_STDINT_H 1
  11255. | #define HAVE_STDLIB_H 1
  11256. | #define HAVE_STRING_H 1
  11257. | #define HAVE_STRINGS_H 1
  11258. | #define HAVE_SYS_FILE_H 1
  11259. | #define HAVE_SYS_IOCTL_H 1
  11260. | #define HAVE_SYS_PARAM_H 1
  11261. | #define HAVE_SYS_SOCKET_H 1
  11262. | #define HAVE_SYS_TIME_H 1
  11263. | #define HAVE_SYSLOG_H 1
  11264. | #define HAVE_TERMIOS_H 1
  11265. | #define HAVE_UNISTD_H 1
  11266. | #define HAVE_UTIME_H 1
  11267. | #define HAVE_ARPA_NAMESER_H 1
  11268. | #define HAVE_SYS_IO_H 1
  11269. | #define HAVE_TERMCAP 1
  11270. | #define HAVE_TINFO 1
  11271. | #define HAVE_CURSES 1
  11272. | #define HAVE_NCURSES 1
  11273. | #define HAVE_LIBXML2 1
  11274. | #define HAVE_XLOCALE_H 1
  11275. | #define _FILE_OFFSET_BITS 64
  11276. | #define HAVE__BOOL 1
  11277. | #define HAVE_STDBOOL_H 1
  11278. | #define HAVE_LONG_DOUBLE_WIDER 1
  11279. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  11280. | #define HAVE_STRUCT_UCRED_UID 1
  11281. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  11282. | #define TIME_WITH_SYS_TIME 1
  11283. | #define HAVE_PTRDIFF_T 1
  11284. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  11285. | #define HAVE_UNISTD_H 1
  11286. | #define HAVE_CHOWN 1
  11287. | #define HAVE_FORK 1
  11288. | #define HAVE_VFORK 1
  11289. | #define HAVE_WORKING_VFORK 1
  11290. | #define HAVE_WORKING_FORK 1
  11291. | #define HAVE_FSEEKO 1
  11292. | #define HAVE_STDLIB_H 1
  11293. | #define HAVE_UNISTD_H 1
  11294. | #define HAVE_SYS_PARAM_H 1
  11295. | #define HAVE_UTIME_H 1
  11296. | #define HAVE_GETPAGESIZE 1
  11297. | #define HAVE_MMAP 1
  11298. | #define HAVE_SYS_SELECT_H 1
  11299. | #define HAVE_SYS_SOCKET_H 1
  11300. | #define SELECT_TYPE_ARG1 int
  11301. | #define SELECT_TYPE_ARG234 (fd_set *)
  11302. | #define SELECT_TYPE_ARG5 (struct timeval *)
  11303. | #define RETSIGTYPE void
  11304. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  11305. | #define HAVE_STRCOLL 1
  11306. | #define HAVE_STRFTIME 1
  11307. | #define HAVE_UTIME_NULL 1
  11308. | #define HAVE_VPRINTF 1
  11309. | #define HAVE_ASPRINTF 1
  11310. | #define HAVE_ATEXIT 1
  11311. | #define HAVE_DUP2 1
  11312. | #define HAVE_EACCESS 1
  11313. | #define HAVE_ENDPWENT 1
  11314. | #define HAVE_EUIDACCESS 1
  11315. | #define HAVE_FFSLL 1
  11316. | #define HAVE_FTRUNCATE 1
  11317. | #define HAVE_GETCWD 1
  11318. | #define HAVE_GETHOSTBYNAME 1
  11319. | #define HAVE_GETHOSTNAME 1
  11320. | #define HAVE_GETLOADAVG 1
  11321. | #define HAVE_GETTIMEOFDAY 1
  11322. | #define HAVE_GLOB 1
  11323. | #define HAVE_IOPERM 1
  11324. | #define HAVE_INET_NTOA 1
  11325. | #define HAVE_ISASCII 1
  11326. | #define HAVE_MEMCHR 1
  11327. | #define HAVE_MEMMOVE 1
  11328. | #define HAVE_MEMSET 1
  11329. | #define HAVE_MKDIR 1
  11330. | #define HAVE_MKDTEMP 1
  11331. | #define HAVE_MUNMAP 1
  11332. | #define HAVE_NEWLOCALE 1
  11333. | #define HAVE_PPOLL 1
  11334. | #define HAVE_PUTENV 1
  11335. | #define HAVE_RE_COMP 1
  11336. | #define HAVE_REGCOMP 1
  11337. | #define HAVE_SELECT 1
  11338. | #define HAVE_SETENV 1
  11339. | #define HAVE_SOCKET 1
  11340. | #define HAVE_STRCASECMP 1
  11341. | #define HAVE_STRCASESTR 1
  11342. | #define HAVE_STRCHR 1
  11343. | #define HAVE_STRCSPN 1
  11344. | #define HAVE_STRDUP 1
  11345. | #define HAVE_STRERROR 1
  11346. | #define HAVE_STRNCASECMP 1
  11347. | #define HAVE_STRNDUP 1
  11348. | #define HAVE_STRNLEN 1
  11349. | #define HAVE_STRRCHR 1
  11350. | #define HAVE_STRSEP 1
  11351. | #define HAVE_STRSPN 1
  11352. | #define HAVE_STRSTR 1
  11353. | #define HAVE_STRTOD 1
  11354. | #define HAVE_STRTOL 1
  11355. | #define HAVE_STRTOLD 1
  11356. | #define HAVE_STRTOQ 1
  11357. | #define HAVE_UNSETENV 1
  11358. | #define HAVE_UTIME 1
  11359. | #define HAVE_VASPRINTF 1
  11360. | #define HAVE_SYSCTL 1
  11361. | #define HAVE_LIBM 1
  11362. | #define HAVE_EXP2 1
  11363. | #define HAVE_LOG2 1
  11364. | #define HAVE_EXP10 1
  11365. | #define HAVE_LOG10 1
  11366. | #define HAVE_SIN 1
  11367. | #define HAVE_COS 1
  11368. | #define HAVE_TAN 1
  11369. | #define HAVE_ASIN 1
  11370. | #define HAVE_ACOS 1
  11371. | #define HAVE_ATAN 1
  11372. | #define HAVE_ATAN2 1
  11373. | #define HAVE_POW 1
  11374. | #define HAVE_RINT 1
  11375. | #define HAVE_EXP 1
  11376. | #define HAVE_LOG 1
  11377. | #define HAVE_REMAINDER 1
  11378. | #define HAVE_FMOD 1
  11379. | #define HAVE_ROUND 1
  11380. | #define HAVE_ROUNDF 1
  11381. | #define HAVE_TRUNC 1
  11382. | #define HAVE_FLOOR 1
  11383. | #define HAVE_CEIL 1
  11384. | #define HAVE_EXP2L 1
  11385. | #define HAVE_LOG2L 1
  11386. | #define HAVE_EXP10L 1
  11387. | #define HAVE_LOG10L 1
  11388. | #define HAVE_SINL 1
  11389. | #define HAVE_COSL 1
  11390. | #define HAVE_TANL 1
  11391. | #define HAVE_ASINL 1
  11392. | #define HAVE_ACOSL 1
  11393. | #define HAVE_ATANL 1
  11394. | #define HAVE_ATAN2L 1
  11395. | #define HAVE_POWL 1
  11396. | #define HAVE_SQRTL 1
  11397. | #define HAVE_RINTL 1
  11398. | #define HAVE_EXPL 1
  11399. | #define HAVE_LOGL 1
  11400. | #define HAVE_REMAINDERL 1
  11401. | #define HAVE_FMODL 1
  11402. | #define HAVE_ROUNDL 1
  11403. | #define HAVE_TRUNCL 1
  11404. | #define HAVE_FLOORL 1
  11405. | #define HAVE_CEILL 1
  11406. | #define HAVE_LLONG_MAX 1
  11407. | #define HAVE_TIMERSUB 1
  11408. | #define HAVE_SYS_POLL_H 1
  11409. | #define HAVE_FOPENCOOKIE 1
  11410. | #define HAVE_INET_ATON 1
  11411. | #define HAVE_PKTINFO 1
  11412. | #define HAVE_GETHOSTBYNAME_R_6 1
  11413. | #define HAVE_BYTESWAP_H 1
  11414. | #define HAVE_DEV_URANDOM 1
  11415. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  11416. | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
  11417. | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
  11418. | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  11419. | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  11420. | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  11421. | #define HAVE_GCC_ATOMICS 1
  11422. | #define HAVE_NULLSAFE_PRINTF 1
  11423. | #define HAVE_ATTRIBUTE_pure 1
  11424. | #define HAVE_ATTRIBUTE_malloc 1
  11425. | #define HAVE_ATTRIBUTE_const 1
  11426. | #define HAVE_ATTRIBUTE_unused 1
  11427. | #define HAVE_ATTRIBUTE_deprecated 1
  11428. | #define HAVE_ATTRIBUTE_sentinel 1
  11429. | #define HAVE_ATTRIBUTE_warn_unused_result 1
  11430. | #define HAVE_SYSINFO 1
  11431. | #define HAVE_RES_NINIT 1
  11432. | #define HAVE_GLOB_NOMAGIC 1
  11433. | #define HAVE_GLOB_BRACE 1
  11434. | #define HAVE_IP_MTU_DISCOVER 1
  11435. | #define SIZEOF_INT 4
  11436. | #define SIZEOF_LONG 4
  11437. | #define SIZEOF_LONG_LONG 8
  11438. | #define SIZEOF_CHAR_P 4
  11439. | #define SIZEOF_LONG 4
  11440. | #define SIZEOF_LONG_LONG 8
  11441. | #define SIZEOF_FD_SET_FDS_BITS 4
  11442. | #define TYPEOF_FD_SET_FDS_BITS int
  11443. | #define HAVE_DLADDR 1
  11444. | /* end confdefs.h. */
  11445. |
  11446. | /* Override any GCC internal prototype to avoid an error.
  11447. | Use char because int might match the return type of a GCC
  11448. | builtin and then its argument prototype would still apply. */
  11449. | #ifdef __cplusplus
  11450. | extern "C"
  11451. | #endif
  11452. | char bfd_check_format ();
  11453. | int
  11454. | main ()
  11455. | {
  11456. | return bfd_check_format ();
  11457. | ;
  11458. | return 0;
  11459. | }
  11460. configure:17494: result: no
  11461. configure:17567: checking for bfd_check_format in -lbfd
  11462. configure:17602: result: no
  11463. configure:17674: checking for cap_from_text in -lcap
  11464. configure:17699: gcc -o conftest -g -O2 conftest.c -lcap -lm >&5
  11465. /usr/bin/ld: cannot find -lcap
  11466. collect2: error: ld returned 1 exit status
  11467. configure:17699: $? = 1
  11468. configure: failed program was:
  11469. | /* confdefs.h */
  11470. | #define PACKAGE_NAME "asterisk"
  11471. | #define PACKAGE_TARNAME "asterisk"
  11472. | #define PACKAGE_VERSION "trunk"
  11473. | #define PACKAGE_STRING "asterisk trunk"
  11474. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  11475. | #define PACKAGE_URL ""
  11476. | #define STDC_HEADERS 1
  11477. | #define HAVE_SYS_TYPES_H 1
  11478. | #define HAVE_SYS_STAT_H 1
  11479. | #define HAVE_STDLIB_H 1
  11480. | #define HAVE_STRING_H 1
  11481. | #define HAVE_MEMORY_H 1
  11482. | #define HAVE_STRINGS_H 1
  11483. | #define HAVE_INTTYPES_H 1
  11484. | #define HAVE_STDINT_H 1
  11485. | #define HAVE_UNISTD_H 1
  11486. | #define __EXTENSIONS__ 1
  11487. | #define _ALL_SOURCE 1
  11488. | #define _GNU_SOURCE 1
  11489. | #define _POSIX_PTHREAD_SEMANTICS 1
  11490. | #define _TANDEM_SOURCE 1
  11491. | #define HAVE_PTHREAD 1
  11492. | #define HAVE_ALLOCA_H 1
  11493. | #define HAVE_ALLOCA 1
  11494. | #define HAVE_DIRENT_H 1
  11495. | #define STDC_HEADERS 1
  11496. | #define HAVE_SYS_WAIT_H 1
  11497. | #define HAVE_ARPA_INET_H 1
  11498. | #define HAVE_FCNTL_H 1
  11499. | #define HAVE_INTTYPES_H 1
  11500. | #define HAVE_LIBINTL_H 1
  11501. | #define HAVE_LIMITS_H 1
  11502. | #define HAVE_LOCALE_H 1
  11503. | #define HAVE_MALLOC_H 1
  11504. | #define HAVE_NETDB_H 1
  11505. | #define HAVE_NETINET_IN_H 1
  11506. | #define HAVE_STDDEF_H 1
  11507. | #define HAVE_STDINT_H 1
  11508. | #define HAVE_STDLIB_H 1
  11509. | #define HAVE_STRING_H 1
  11510. | #define HAVE_STRINGS_H 1
  11511. | #define HAVE_SYS_FILE_H 1
  11512. | #define HAVE_SYS_IOCTL_H 1
  11513. | #define HAVE_SYS_PARAM_H 1
  11514. | #define HAVE_SYS_SOCKET_H 1
  11515. | #define HAVE_SYS_TIME_H 1
  11516. | #define HAVE_SYSLOG_H 1
  11517. | #define HAVE_TERMIOS_H 1
  11518. | #define HAVE_UNISTD_H 1
  11519. | #define HAVE_UTIME_H 1
  11520. | #define HAVE_ARPA_NAMESER_H 1
  11521. | #define HAVE_SYS_IO_H 1
  11522. | #define HAVE_TERMCAP 1
  11523. | #define HAVE_TINFO 1
  11524. | #define HAVE_CURSES 1
  11525. | #define HAVE_NCURSES 1
  11526. | #define HAVE_LIBXML2 1
  11527. | #define HAVE_XLOCALE_H 1
  11528. | #define _FILE_OFFSET_BITS 64
  11529. | #define HAVE__BOOL 1
  11530. | #define HAVE_STDBOOL_H 1
  11531. | #define HAVE_LONG_DOUBLE_WIDER 1
  11532. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  11533. | #define HAVE_STRUCT_UCRED_UID 1
  11534. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  11535. | #define TIME_WITH_SYS_TIME 1
  11536. | #define HAVE_PTRDIFF_T 1
  11537. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  11538. | #define HAVE_UNISTD_H 1
  11539. | #define HAVE_CHOWN 1
  11540. | #define HAVE_FORK 1
  11541. | #define HAVE_VFORK 1
  11542. | #define HAVE_WORKING_VFORK 1
  11543. | #define HAVE_WORKING_FORK 1
  11544. | #define HAVE_FSEEKO 1
  11545. | #define HAVE_STDLIB_H 1
  11546. | #define HAVE_UNISTD_H 1
  11547. | #define HAVE_SYS_PARAM_H 1
  11548. | #define HAVE_UTIME_H 1
  11549. | #define HAVE_GETPAGESIZE 1
  11550. | #define HAVE_MMAP 1
  11551. | #define HAVE_SYS_SELECT_H 1
  11552. | #define HAVE_SYS_SOCKET_H 1
  11553. | #define SELECT_TYPE_ARG1 int
  11554. | #define SELECT_TYPE_ARG234 (fd_set *)
  11555. | #define SELECT_TYPE_ARG5 (struct timeval *)
  11556. | #define RETSIGTYPE void
  11557. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  11558. | #define HAVE_STRCOLL 1
  11559. | #define HAVE_STRFTIME 1
  11560. | #define HAVE_UTIME_NULL 1
  11561. | #define HAVE_VPRINTF 1
  11562. | #define HAVE_ASPRINTF 1
  11563. | #define HAVE_ATEXIT 1
  11564. | #define HAVE_DUP2 1
  11565. | #define HAVE_EACCESS 1
  11566. | #define HAVE_ENDPWENT 1
  11567. | #define HAVE_EUIDACCESS 1
  11568. | #define HAVE_FFSLL 1
  11569. | #define HAVE_FTRUNCATE 1
  11570. | #define HAVE_GETCWD 1
  11571. | #define HAVE_GETHOSTBYNAME 1
  11572. | #define HAVE_GETHOSTNAME 1
  11573. | #define HAVE_GETLOADAVG 1
  11574. | #define HAVE_GETTIMEOFDAY 1
  11575. | #define HAVE_GLOB 1
  11576. | #define HAVE_IOPERM 1
  11577. | #define HAVE_INET_NTOA 1
  11578. | #define HAVE_ISASCII 1
  11579. | #define HAVE_MEMCHR 1
  11580. | #define HAVE_MEMMOVE 1
  11581. | #define HAVE_MEMSET 1
  11582. | #define HAVE_MKDIR 1
  11583. | #define HAVE_MKDTEMP 1
  11584. | #define HAVE_MUNMAP 1
  11585. | #define HAVE_NEWLOCALE 1
  11586. | #define HAVE_PPOLL 1
  11587. | #define HAVE_PUTENV 1
  11588. | #define HAVE_RE_COMP 1
  11589. | #define HAVE_REGCOMP 1
  11590. | #define HAVE_SELECT 1
  11591. | #define HAVE_SETENV 1
  11592. | #define HAVE_SOCKET 1
  11593. | #define HAVE_STRCASECMP 1
  11594. | #define HAVE_STRCASESTR 1
  11595. | #define HAVE_STRCHR 1
  11596. | #define HAVE_STRCSPN 1
  11597. | #define HAVE_STRDUP 1
  11598. | #define HAVE_STRERROR 1
  11599. | #define HAVE_STRNCASECMP 1
  11600. | #define HAVE_STRNDUP 1
  11601. | #define HAVE_STRNLEN 1
  11602. | #define HAVE_STRRCHR 1
  11603. | #define HAVE_STRSEP 1
  11604. | #define HAVE_STRSPN 1
  11605. | #define HAVE_STRSTR 1
  11606. | #define HAVE_STRTOD 1
  11607. | #define HAVE_STRTOL 1
  11608. | #define HAVE_STRTOLD 1
  11609. | #define HAVE_STRTOQ 1
  11610. | #define HAVE_UNSETENV 1
  11611. | #define HAVE_UTIME 1
  11612. | #define HAVE_VASPRINTF 1
  11613. | #define HAVE_SYSCTL 1
  11614. | #define HAVE_LIBM 1
  11615. | #define HAVE_EXP2 1
  11616. | #define HAVE_LOG2 1
  11617. | #define HAVE_EXP10 1
  11618. | #define HAVE_LOG10 1
  11619. | #define HAVE_SIN 1
  11620. | #define HAVE_COS 1
  11621. | #define HAVE_TAN 1
  11622. | #define HAVE_ASIN 1
  11623. | #define HAVE_ACOS 1
  11624. | #define HAVE_ATAN 1
  11625. | #define HAVE_ATAN2 1
  11626. | #define HAVE_POW 1
  11627. | #define HAVE_RINT 1
  11628. | #define HAVE_EXP 1
  11629. | #define HAVE_LOG 1
  11630. | #define HAVE_REMAINDER 1
  11631. | #define HAVE_FMOD 1
  11632. | #define HAVE_ROUND 1
  11633. | #define HAVE_ROUNDF 1
  11634. | #define HAVE_TRUNC 1
  11635. | #define HAVE_FLOOR 1
  11636. | #define HAVE_CEIL 1
  11637. | #define HAVE_EXP2L 1
  11638. | #define HAVE_LOG2L 1
  11639. | #define HAVE_EXP10L 1
  11640. | #define HAVE_LOG10L 1
  11641. | #define HAVE_SINL 1
  11642. | #define HAVE_COSL 1
  11643. | #define HAVE_TANL 1
  11644. | #define HAVE_ASINL 1
  11645. | #define HAVE_ACOSL 1
  11646. | #define HAVE_ATANL 1
  11647. | #define HAVE_ATAN2L 1
  11648. | #define HAVE_POWL 1
  11649. | #define HAVE_SQRTL 1
  11650. | #define HAVE_RINTL 1
  11651. | #define HAVE_EXPL 1
  11652. | #define HAVE_LOGL 1
  11653. | #define HAVE_REMAINDERL 1
  11654. | #define HAVE_FMODL 1
  11655. | #define HAVE_ROUNDL 1
  11656. | #define HAVE_TRUNCL 1
  11657. | #define HAVE_FLOORL 1
  11658. | #define HAVE_CEILL 1
  11659. | #define HAVE_LLONG_MAX 1
  11660. | #define HAVE_TIMERSUB 1
  11661. | #define HAVE_SYS_POLL_H 1
  11662. | #define HAVE_FOPENCOOKIE 1
  11663. | #define HAVE_INET_ATON 1
  11664. | #define HAVE_PKTINFO 1
  11665. | #define HAVE_GETHOSTBYNAME_R_6 1
  11666. | #define HAVE_BYTESWAP_H 1
  11667. | #define HAVE_DEV_URANDOM 1
  11668. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  11669. | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
  11670. | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
  11671. | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  11672. | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  11673. | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  11674. | #define HAVE_GCC_ATOMICS 1
  11675. | #define HAVE_NULLSAFE_PRINTF 1
  11676. | #define HAVE_ATTRIBUTE_pure 1
  11677. | #define HAVE_ATTRIBUTE_malloc 1
  11678. | #define HAVE_ATTRIBUTE_const 1
  11679. | #define HAVE_ATTRIBUTE_unused 1
  11680. | #define HAVE_ATTRIBUTE_deprecated 1
  11681. | #define HAVE_ATTRIBUTE_sentinel 1
  11682. | #define HAVE_ATTRIBUTE_warn_unused_result 1
  11683. | #define HAVE_SYSINFO 1
  11684. | #define HAVE_RES_NINIT 1
  11685. | #define HAVE_GLOB_NOMAGIC 1
  11686. | #define HAVE_GLOB_BRACE 1
  11687. | #define HAVE_IP_MTU_DISCOVER 1
  11688. | #define SIZEOF_INT 4
  11689. | #define SIZEOF_LONG 4
  11690. | #define SIZEOF_LONG_LONG 8
  11691. | #define SIZEOF_CHAR_P 4
  11692. | #define SIZEOF_LONG 4
  11693. | #define SIZEOF_LONG_LONG 8
  11694. | #define SIZEOF_FD_SET_FDS_BITS 4
  11695. | #define TYPEOF_FD_SET_FDS_BITS int
  11696. | #define HAVE_DLADDR 1
  11697. | /* end confdefs.h. */
  11698. |
  11699. | /* Override any GCC internal prototype to avoid an error.
  11700. | Use char because int might match the return type of a GCC
  11701. | builtin and then its argument prototype would still apply. */
  11702. | #ifdef __cplusplus
  11703. | extern "C"
  11704. | #endif
  11705. | char cap_from_text ();
  11706. | int
  11707. | main ()
  11708. | {
  11709. | return cap_from_text ();
  11710. | ;
  11711. | return 0;
  11712. | }
  11713. configure:17709: result: no
  11714. configure:17764: checking for DAHDI_RESET_COUNTERS in dahdi/user.h
  11715. configure:17789: gcc -c -g -O2 conftest.c >&5
  11716. configure:17789: $? = 0
  11717. configure:17790: result: yes
  11718. configure:17909: checking for DAHDI_POLICY_HALF_FULL in dahdi/user.h
  11719. configure:17934: gcc -c -g -O2 conftest.c >&5
  11720. configure:17934: $? = 0
  11721. configure:17935: result: yes
  11722. configure:17957: checking for enhanced dahdi vmwi support
  11723. configure:17981: gcc -c -g -O2 conftest.c >&5
  11724. configure:17981: $? = 0
  11725. configure:17982: result: yes
  11726. configure:18006: checking if "int foo = DAHDI_ECHOCANCEL_FAX_MODE" compiles using dahdi/user.h
  11727. configure:18027: gcc -c -g -O2 conftest.c >&5
  11728. configure:18027: $? = 0
  11729. configure:18028: result: yes
  11730. configure:18049: checking for getifaddrs() support
  11731. configure:18073: gcc -c -g -O2 conftest.c >&5
  11732. configure:18073: $? = 0
  11733. configure:18074: result: yes
  11734. configure:18094: checking for timerfd support
  11735. configure:18118: gcc -c -g -O2 conftest.c >&5
  11736. configure:18118: $? = 0
  11737. configure:18119: result: yes
  11738. configure:18155: checking for gsm_create in -lgsm
  11739. configure:18180: gcc -o conftest -g -O2 conftest.c -lgsm -lm >&5
  11740. /usr/bin/ld: cannot find -lgsm
  11741. collect2: error: ld returned 1 exit status
  11742. configure:18180: $? = 1
  11743. configure: failed program was:
  11744. | /* confdefs.h */
  11745. | #define PACKAGE_NAME "asterisk"
  11746. | #define PACKAGE_TARNAME "asterisk"
  11747. | #define PACKAGE_VERSION "trunk"
  11748. | #define PACKAGE_STRING "asterisk trunk"
  11749. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  11750. | #define PACKAGE_URL ""
  11751. | #define STDC_HEADERS 1
  11752. | #define HAVE_SYS_TYPES_H 1
  11753. | #define HAVE_SYS_STAT_H 1
  11754. | #define HAVE_STDLIB_H 1
  11755. | #define HAVE_STRING_H 1
  11756. | #define HAVE_MEMORY_H 1
  11757. | #define HAVE_STRINGS_H 1
  11758. | #define HAVE_INTTYPES_H 1
  11759. | #define HAVE_STDINT_H 1
  11760. | #define HAVE_UNISTD_H 1
  11761. | #define __EXTENSIONS__ 1
  11762. | #define _ALL_SOURCE 1
  11763. | #define _GNU_SOURCE 1
  11764. | #define _POSIX_PTHREAD_SEMANTICS 1
  11765. | #define _TANDEM_SOURCE 1
  11766. | #define HAVE_PTHREAD 1
  11767. | #define HAVE_ALLOCA_H 1
  11768. | #define HAVE_ALLOCA 1
  11769. | #define HAVE_DIRENT_H 1
  11770. | #define STDC_HEADERS 1
  11771. | #define HAVE_SYS_WAIT_H 1
  11772. | #define HAVE_ARPA_INET_H 1
  11773. | #define HAVE_FCNTL_H 1
  11774. | #define HAVE_INTTYPES_H 1
  11775. | #define HAVE_LIBINTL_H 1
  11776. | #define HAVE_LIMITS_H 1
  11777. | #define HAVE_LOCALE_H 1
  11778. | #define HAVE_MALLOC_H 1
  11779. | #define HAVE_NETDB_H 1
  11780. | #define HAVE_NETINET_IN_H 1
  11781. | #define HAVE_STDDEF_H 1
  11782. | #define HAVE_STDINT_H 1
  11783. | #define HAVE_STDLIB_H 1
  11784. | #define HAVE_STRING_H 1
  11785. | #define HAVE_STRINGS_H 1
  11786. | #define HAVE_SYS_FILE_H 1
  11787. | #define HAVE_SYS_IOCTL_H 1
  11788. | #define HAVE_SYS_PARAM_H 1
  11789. | #define HAVE_SYS_SOCKET_H 1
  11790. | #define HAVE_SYS_TIME_H 1
  11791. | #define HAVE_SYSLOG_H 1
  11792. | #define HAVE_TERMIOS_H 1
  11793. | #define HAVE_UNISTD_H 1
  11794. | #define HAVE_UTIME_H 1
  11795. | #define HAVE_ARPA_NAMESER_H 1
  11796. | #define HAVE_SYS_IO_H 1
  11797. | #define HAVE_TERMCAP 1
  11798. | #define HAVE_TINFO 1
  11799. | #define HAVE_CURSES 1
  11800. | #define HAVE_NCURSES 1
  11801. | #define HAVE_LIBXML2 1
  11802. | #define HAVE_XLOCALE_H 1
  11803. | #define _FILE_OFFSET_BITS 64
  11804. | #define HAVE__BOOL 1
  11805. | #define HAVE_STDBOOL_H 1
  11806. | #define HAVE_LONG_DOUBLE_WIDER 1
  11807. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  11808. | #define HAVE_STRUCT_UCRED_UID 1
  11809. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  11810. | #define TIME_WITH_SYS_TIME 1
  11811. | #define HAVE_PTRDIFF_T 1
  11812. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  11813. | #define HAVE_UNISTD_H 1
  11814. | #define HAVE_CHOWN 1
  11815. | #define HAVE_FORK 1
  11816. | #define HAVE_VFORK 1
  11817. | #define HAVE_WORKING_VFORK 1
  11818. | #define HAVE_WORKING_FORK 1
  11819. | #define HAVE_FSEEKO 1
  11820. | #define HAVE_STDLIB_H 1
  11821. | #define HAVE_UNISTD_H 1
  11822. | #define HAVE_SYS_PARAM_H 1
  11823. | #define HAVE_UTIME_H 1
  11824. | #define HAVE_GETPAGESIZE 1
  11825. | #define HAVE_MMAP 1
  11826. | #define HAVE_SYS_SELECT_H 1
  11827. | #define HAVE_SYS_SOCKET_H 1
  11828. | #define SELECT_TYPE_ARG1 int
  11829. | #define SELECT_TYPE_ARG234 (fd_set *)
  11830. | #define SELECT_TYPE_ARG5 (struct timeval *)
  11831. | #define RETSIGTYPE void
  11832. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  11833. | #define HAVE_STRCOLL 1
  11834. | #define HAVE_STRFTIME 1
  11835. | #define HAVE_UTIME_NULL 1
  11836. | #define HAVE_VPRINTF 1
  11837. | #define HAVE_ASPRINTF 1
  11838. | #define HAVE_ATEXIT 1
  11839. | #define HAVE_DUP2 1
  11840. | #define HAVE_EACCESS 1
  11841. | #define HAVE_ENDPWENT 1
  11842. | #define HAVE_EUIDACCESS 1
  11843. | #define HAVE_FFSLL 1
  11844. | #define HAVE_FTRUNCATE 1
  11845. | #define HAVE_GETCWD 1
  11846. | #define HAVE_GETHOSTBYNAME 1
  11847. | #define HAVE_GETHOSTNAME 1
  11848. | #define HAVE_GETLOADAVG 1
  11849. | #define HAVE_GETTIMEOFDAY 1
  11850. | #define HAVE_GLOB 1
  11851. | #define HAVE_IOPERM 1
  11852. | #define HAVE_INET_NTOA 1
  11853. | #define HAVE_ISASCII 1
  11854. | #define HAVE_MEMCHR 1
  11855. | #define HAVE_MEMMOVE 1
  11856. | #define HAVE_MEMSET 1
  11857. | #define HAVE_MKDIR 1
  11858. | #define HAVE_MKDTEMP 1
  11859. | #define HAVE_MUNMAP 1
  11860. | #define HAVE_NEWLOCALE 1
  11861. | #define HAVE_PPOLL 1
  11862. | #define HAVE_PUTENV 1
  11863. | #define HAVE_RE_COMP 1
  11864. | #define HAVE_REGCOMP 1
  11865. | #define HAVE_SELECT 1
  11866. | #define HAVE_SETENV 1
  11867. | #define HAVE_SOCKET 1
  11868. | #define HAVE_STRCASECMP 1
  11869. | #define HAVE_STRCASESTR 1
  11870. | #define HAVE_STRCHR 1
  11871. | #define HAVE_STRCSPN 1
  11872. | #define HAVE_STRDUP 1
  11873. | #define HAVE_STRERROR 1
  11874. | #define HAVE_STRNCASECMP 1
  11875. | #define HAVE_STRNDUP 1
  11876. | #define HAVE_STRNLEN 1
  11877. | #define HAVE_STRRCHR 1
  11878. | #define HAVE_STRSEP 1
  11879. | #define HAVE_STRSPN 1
  11880. | #define HAVE_STRSTR 1
  11881. | #define HAVE_STRTOD 1
  11882. | #define HAVE_STRTOL 1
  11883. | #define HAVE_STRTOLD 1
  11884. | #define HAVE_STRTOQ 1
  11885. | #define HAVE_UNSETENV 1
  11886. | #define HAVE_UTIME 1
  11887. | #define HAVE_VASPRINTF 1
  11888. | #define HAVE_SYSCTL 1
  11889. | #define HAVE_LIBM 1
  11890. | #define HAVE_EXP2 1
  11891. | #define HAVE_LOG2 1
  11892. | #define HAVE_EXP10 1
  11893. | #define HAVE_LOG10 1
  11894. | #define HAVE_SIN 1
  11895. | #define HAVE_COS 1
  11896. | #define HAVE_TAN 1
  11897. | #define HAVE_ASIN 1
  11898. | #define HAVE_ACOS 1
  11899. | #define HAVE_ATAN 1
  11900. | #define HAVE_ATAN2 1
  11901. | #define HAVE_POW 1
  11902. | #define HAVE_RINT 1
  11903. | #define HAVE_EXP 1
  11904. | #define HAVE_LOG 1
  11905. | #define HAVE_REMAINDER 1
  11906. | #define HAVE_FMOD 1
  11907. | #define HAVE_ROUND 1
  11908. | #define HAVE_ROUNDF 1
  11909. | #define HAVE_TRUNC 1
  11910. | #define HAVE_FLOOR 1
  11911. | #define HAVE_CEIL 1
  11912. | #define HAVE_EXP2L 1
  11913. | #define HAVE_LOG2L 1
  11914. | #define HAVE_EXP10L 1
  11915. | #define HAVE_LOG10L 1
  11916. | #define HAVE_SINL 1
  11917. | #define HAVE_COSL 1
  11918. | #define HAVE_TANL 1
  11919. | #define HAVE_ASINL 1
  11920. | #define HAVE_ACOSL 1
  11921. | #define HAVE_ATANL 1
  11922. | #define HAVE_ATAN2L 1
  11923. | #define HAVE_POWL 1
  11924. | #define HAVE_SQRTL 1
  11925. | #define HAVE_RINTL 1
  11926. | #define HAVE_EXPL 1
  11927. | #define HAVE_LOGL 1
  11928. | #define HAVE_REMAINDERL 1
  11929. | #define HAVE_FMODL 1
  11930. | #define HAVE_ROUNDL 1
  11931. | #define HAVE_TRUNCL 1
  11932. | #define HAVE_FLOORL 1
  11933. | #define HAVE_CEILL 1
  11934. | #define HAVE_LLONG_MAX 1
  11935. | #define HAVE_TIMERSUB 1
  11936. | #define HAVE_SYS_POLL_H 1
  11937. | #define HAVE_FOPENCOOKIE 1
  11938. | #define HAVE_INET_ATON 1
  11939. | #define HAVE_PKTINFO 1
  11940. | #define HAVE_GETHOSTBYNAME_R_6 1
  11941. | #define HAVE_BYTESWAP_H 1
  11942. | #define HAVE_DEV_URANDOM 1
  11943. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  11944. | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
  11945. | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
  11946. | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  11947. | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  11948. | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  11949. | #define HAVE_GCC_ATOMICS 1
  11950. | #define HAVE_NULLSAFE_PRINTF 1
  11951. | #define HAVE_ATTRIBUTE_pure 1
  11952. | #define HAVE_ATTRIBUTE_malloc 1
  11953. | #define HAVE_ATTRIBUTE_const 1
  11954. | #define HAVE_ATTRIBUTE_unused 1
  11955. | #define HAVE_ATTRIBUTE_deprecated 1
  11956. | #define HAVE_ATTRIBUTE_sentinel 1
  11957. | #define HAVE_ATTRIBUTE_warn_unused_result 1
  11958. | #define HAVE_SYSINFO 1
  11959. | #define HAVE_RES_NINIT 1
  11960. | #define HAVE_GLOB_NOMAGIC 1
  11961. | #define HAVE_GLOB_BRACE 1
  11962. | #define HAVE_IP_MTU_DISCOVER 1
  11963. | #define SIZEOF_INT 4
  11964. | #define SIZEOF_LONG 4
  11965. | #define SIZEOF_LONG_LONG 8
  11966. | #define SIZEOF_CHAR_P 4
  11967. | #define SIZEOF_LONG 4
  11968. | #define SIZEOF_LONG_LONG 8
  11969. | #define SIZEOF_FD_SET_FDS_BITS 4
  11970. | #define TYPEOF_FD_SET_FDS_BITS int
  11971. | #define HAVE_DLADDR 1
  11972. | #define HAVE_DAHDI 1
  11973. | #define HAVE_DAHDI_VERSION 230
  11974. | #define HAVE_DAHDI_HALF_FULL 1
  11975. | #define HAVE_DAHDI_LINEREVERSE_VMWI 1
  11976. | #define HAVE_DAHDI_ECHOCANCEL_FAX_MODE 1
  11977. | #define HAVE_GETIFADDRS 1
  11978. | #define HAVE_TIMERFD 1
  11979. | /* end confdefs.h. */
  11980. |
  11981. | /* Override any GCC internal prototype to avoid an error.
  11982. | Use char because int might match the return type of a GCC
  11983. | builtin and then its argument prototype would still apply. */
  11984. | #ifdef __cplusplus
  11985. | extern "C"
  11986. | #endif
  11987. | char gsm_create ();
  11988. | int
  11989. | main ()
  11990. | {
  11991. | return gsm_create ();
  11992. | ;
  11993. | return 0;
  11994. | }
  11995. configure:18189: result: no
  11996. configure:18305: checking for ILBC
  11997. configure:18312: $PKG_CONFIG --exists --print-errors "libilbc"
  11998. Package libilbc was not found in the pkg-config search path.
  11999. Perhaps you should add the directory containing `libilbc.pc'
  12000. to the PKG_CONFIG_PATH environment variable
  12001. No package 'libilbc' found
  12002. configure:18315: $? = 1
  12003. configure:18329: $PKG_CONFIG --exists --print-errors "libilbc"
  12004. Package libilbc was not found in the pkg-config search path.
  12005. Perhaps you should add the directory containing `libilbc.pc'
  12006. to the PKG_CONFIG_PATH environment variable
  12007. No package 'libilbc' found
  12008. configure:18332: $? = 1
  12009. configure:18346: result: no
  12010. No package 'libilbc' found
  12011. configure:18412: checking for LIBEDIT
  12012. configure:18419: $PKG_CONFIG --exists --print-errors "libedit"
  12013. Package libedit was not found in the pkg-config search path.
  12014. Perhaps you should add the directory containing `libedit.pc'
  12015. to the PKG_CONFIG_PATH environment variable
  12016. No package 'libedit' found
  12017. configure:18422: $? = 1
  12018. configure:18436: $PKG_CONFIG --exists --print-errors "libedit"
  12019. Package libedit was not found in the pkg-config search path.
  12020. Perhaps you should add the directory containing `libedit.pc'
  12021. to the PKG_CONFIG_PATH environment variable
  12022. No package 'libedit' found
  12023. configure:18439: $? = 1
  12024. configure:18453: result: no
  12025. No package 'libedit' found
  12026. configure:18523: checking for iconv_open in -liconv
  12027. configure:18548: gcc -o conftest -g -O2 conftest.c -liconv -lm >&5
  12028. /usr/bin/ld: cannot find -liconv
  12029. collect2: error: ld returned 1 exit status
  12030. configure:18548: $? = 1
  12031. configure: failed program was:
  12032. | /* confdefs.h */
  12033. | #define PACKAGE_NAME "asterisk"
  12034. | #define PACKAGE_TARNAME "asterisk"
  12035. | #define PACKAGE_VERSION "trunk"
  12036. | #define PACKAGE_STRING "asterisk trunk"
  12037. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  12038. | #define PACKAGE_URL ""
  12039. | #define STDC_HEADERS 1
  12040. | #define HAVE_SYS_TYPES_H 1
  12041. | #define HAVE_SYS_STAT_H 1
  12042. | #define HAVE_STDLIB_H 1
  12043. | #define HAVE_STRING_H 1
  12044. | #define HAVE_MEMORY_H 1
  12045. | #define HAVE_STRINGS_H 1
  12046. | #define HAVE_INTTYPES_H 1
  12047. | #define HAVE_STDINT_H 1
  12048. | #define HAVE_UNISTD_H 1
  12049. | #define __EXTENSIONS__ 1
  12050. | #define _ALL_SOURCE 1
  12051. | #define _GNU_SOURCE 1
  12052. | #define _POSIX_PTHREAD_SEMANTICS 1
  12053. | #define _TANDEM_SOURCE 1
  12054. | #define HAVE_PTHREAD 1
  12055. | #define HAVE_ALLOCA_H 1
  12056. | #define HAVE_ALLOCA 1
  12057. | #define HAVE_DIRENT_H 1
  12058. | #define STDC_HEADERS 1
  12059. | #define HAVE_SYS_WAIT_H 1
  12060. | #define HAVE_ARPA_INET_H 1
  12061. | #define HAVE_FCNTL_H 1
  12062. | #define HAVE_INTTYPES_H 1
  12063. | #define HAVE_LIBINTL_H 1
  12064. | #define HAVE_LIMITS_H 1
  12065. | #define HAVE_LOCALE_H 1
  12066. | #define HAVE_MALLOC_H 1
  12067. | #define HAVE_NETDB_H 1
  12068. | #define HAVE_NETINET_IN_H 1
  12069. | #define HAVE_STDDEF_H 1
  12070. | #define HAVE_STDINT_H 1
  12071. | #define HAVE_STDLIB_H 1
  12072. | #define HAVE_STRING_H 1
  12073. | #define HAVE_STRINGS_H 1
  12074. | #define HAVE_SYS_FILE_H 1
  12075. | #define HAVE_SYS_IOCTL_H 1
  12076. | #define HAVE_SYS_PARAM_H 1
  12077. | #define HAVE_SYS_SOCKET_H 1
  12078. | #define HAVE_SYS_TIME_H 1
  12079. | #define HAVE_SYSLOG_H 1
  12080. | #define HAVE_TERMIOS_H 1
  12081. | #define HAVE_UNISTD_H 1
  12082. | #define HAVE_UTIME_H 1
  12083. | #define HAVE_ARPA_NAMESER_H 1
  12084. | #define HAVE_SYS_IO_H 1
  12085. | #define HAVE_TERMCAP 1
  12086. | #define HAVE_TINFO 1
  12087. | #define HAVE_CURSES 1
  12088. | #define HAVE_NCURSES 1
  12089. | #define HAVE_LIBXML2 1
  12090. | #define HAVE_XLOCALE_H 1
  12091. | #define _FILE_OFFSET_BITS 64
  12092. | #define HAVE__BOOL 1
  12093. | #define HAVE_STDBOOL_H 1
  12094. | #define HAVE_LONG_DOUBLE_WIDER 1
  12095. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  12096. | #define HAVE_STRUCT_UCRED_UID 1
  12097. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  12098. | #define TIME_WITH_SYS_TIME 1
  12099. | #define HAVE_PTRDIFF_T 1
  12100. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  12101. | #define HAVE_UNISTD_H 1
  12102. | #define HAVE_CHOWN 1
  12103. | #define HAVE_FORK 1
  12104. | #define HAVE_VFORK 1
  12105. | #define HAVE_WORKING_VFORK 1
  12106. | #define HAVE_WORKING_FORK 1
  12107. | #define HAVE_FSEEKO 1
  12108. | #define HAVE_STDLIB_H 1
  12109. | #define HAVE_UNISTD_H 1
  12110. | #define HAVE_SYS_PARAM_H 1
  12111. | #define HAVE_UTIME_H 1
  12112. | #define HAVE_GETPAGESIZE 1
  12113. | #define HAVE_MMAP 1
  12114. | #define HAVE_SYS_SELECT_H 1
  12115. | #define HAVE_SYS_SOCKET_H 1
  12116. | #define SELECT_TYPE_ARG1 int
  12117. | #define SELECT_TYPE_ARG234 (fd_set *)
  12118. | #define SELECT_TYPE_ARG5 (struct timeval *)
  12119. | #define RETSIGTYPE void
  12120. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  12121. | #define HAVE_STRCOLL 1
  12122. | #define HAVE_STRFTIME 1
  12123. | #define HAVE_UTIME_NULL 1
  12124. | #define HAVE_VPRINTF 1
  12125. | #define HAVE_ASPRINTF 1
  12126. | #define HAVE_ATEXIT 1
  12127. | #define HAVE_DUP2 1
  12128. | #define HAVE_EACCESS 1
  12129. | #define HAVE_ENDPWENT 1
  12130. | #define HAVE_EUIDACCESS 1
  12131. | #define HAVE_FFSLL 1
  12132. | #define HAVE_FTRUNCATE 1
  12133. | #define HAVE_GETCWD 1
  12134. | #define HAVE_GETHOSTBYNAME 1
  12135. | #define HAVE_GETHOSTNAME 1
  12136. | #define HAVE_GETLOADAVG 1
  12137. | #define HAVE_GETTIMEOFDAY 1
  12138. | #define HAVE_GLOB 1
  12139. | #define HAVE_IOPERM 1
  12140. | #define HAVE_INET_NTOA 1
  12141. | #define HAVE_ISASCII 1
  12142. | #define HAVE_MEMCHR 1
  12143. | #define HAVE_MEMMOVE 1
  12144. | #define HAVE_MEMSET 1
  12145. | #define HAVE_MKDIR 1
  12146. | #define HAVE_MKDTEMP 1
  12147. | #define HAVE_MUNMAP 1
  12148. | #define HAVE_NEWLOCALE 1
  12149. | #define HAVE_PPOLL 1
  12150. | #define HAVE_PUTENV 1
  12151. | #define HAVE_RE_COMP 1
  12152. | #define HAVE_REGCOMP 1
  12153. | #define HAVE_SELECT 1
  12154. | #define HAVE_SETENV 1
  12155. | #define HAVE_SOCKET 1
  12156. | #define HAVE_STRCASECMP 1
  12157. | #define HAVE_STRCASESTR 1
  12158. | #define HAVE_STRCHR 1
  12159. | #define HAVE_STRCSPN 1
  12160. | #define HAVE_STRDUP 1
  12161. | #define HAVE_STRERROR 1
  12162. | #define HAVE_STRNCASECMP 1
  12163. | #define HAVE_STRNDUP 1
  12164. | #define HAVE_STRNLEN 1
  12165. | #define HAVE_STRRCHR 1
  12166. | #define HAVE_STRSEP 1
  12167. | #define HAVE_STRSPN 1
  12168. | #define HAVE_STRSTR 1
  12169. | #define HAVE_STRTOD 1
  12170. | #define HAVE_STRTOL 1
  12171. | #define HAVE_STRTOLD 1
  12172. | #define HAVE_STRTOQ 1
  12173. | #define HAVE_UNSETENV 1
  12174. | #define HAVE_UTIME 1
  12175. | #define HAVE_VASPRINTF 1
  12176. | #define HAVE_SYSCTL 1
  12177. | #define HAVE_LIBM 1
  12178. | #define HAVE_EXP2 1
  12179. | #define HAVE_LOG2 1
  12180. | #define HAVE_EXP10 1
  12181. | #define HAVE_LOG10 1
  12182. | #define HAVE_SIN 1
  12183. | #define HAVE_COS 1
  12184. | #define HAVE_TAN 1
  12185. | #define HAVE_ASIN 1
  12186. | #define HAVE_ACOS 1
  12187. | #define HAVE_ATAN 1
  12188. | #define HAVE_ATAN2 1
  12189. | #define HAVE_POW 1
  12190. | #define HAVE_RINT 1
  12191. | #define HAVE_EXP 1
  12192. | #define HAVE_LOG 1
  12193. | #define HAVE_REMAINDER 1
  12194. | #define HAVE_FMOD 1
  12195. | #define HAVE_ROUND 1
  12196. | #define HAVE_ROUNDF 1
  12197. | #define HAVE_TRUNC 1
  12198. | #define HAVE_FLOOR 1
  12199. | #define HAVE_CEIL 1
  12200. | #define HAVE_EXP2L 1
  12201. | #define HAVE_LOG2L 1
  12202. | #define HAVE_EXP10L 1
  12203. | #define HAVE_LOG10L 1
  12204. | #define HAVE_SINL 1
  12205. | #define HAVE_COSL 1
  12206. | #define HAVE_TANL 1
  12207. | #define HAVE_ASINL 1
  12208. | #define HAVE_ACOSL 1
  12209. | #define HAVE_ATANL 1
  12210. | #define HAVE_ATAN2L 1
  12211. | #define HAVE_POWL 1
  12212. | #define HAVE_SQRTL 1
  12213. | #define HAVE_RINTL 1
  12214. | #define HAVE_EXPL 1
  12215. | #define HAVE_LOGL 1
  12216. | #define HAVE_REMAINDERL 1
  12217. | #define HAVE_FMODL 1
  12218. | #define HAVE_ROUNDL 1
  12219. | #define HAVE_TRUNCL 1
  12220. | #define HAVE_FLOORL 1
  12221. | #define HAVE_CEILL 1
  12222. | #define HAVE_LLONG_MAX 1
  12223. | #define HAVE_TIMERSUB 1
  12224. | #define HAVE_SYS_POLL_H 1
  12225. | #define HAVE_FOPENCOOKIE 1
  12226. | #define HAVE_INET_ATON 1
  12227. | #define HAVE_PKTINFO 1
  12228. | #define HAVE_GETHOSTBYNAME_R_6 1
  12229. | #define HAVE_BYTESWAP_H 1
  12230. | #define HAVE_DEV_URANDOM 1
  12231. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  12232. | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
  12233. | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
  12234. | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  12235. | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  12236. | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  12237. | #define HAVE_GCC_ATOMICS 1
  12238. | #define HAVE_NULLSAFE_PRINTF 1
  12239. | #define HAVE_ATTRIBUTE_pure 1
  12240. | #define HAVE_ATTRIBUTE_malloc 1
  12241. | #define HAVE_ATTRIBUTE_const 1
  12242. | #define HAVE_ATTRIBUTE_unused 1
  12243. | #define HAVE_ATTRIBUTE_deprecated 1
  12244. | #define HAVE_ATTRIBUTE_sentinel 1
  12245. | #define HAVE_ATTRIBUTE_warn_unused_result 1
  12246. | #define HAVE_SYSINFO 1
  12247. | #define HAVE_RES_NINIT 1
  12248. | #define HAVE_GLOB_NOMAGIC 1
  12249. | #define HAVE_GLOB_BRACE 1
  12250. | #define HAVE_IP_MTU_DISCOVER 1
  12251. | #define SIZEOF_INT 4
  12252. | #define SIZEOF_LONG 4
  12253. | #define SIZEOF_LONG_LONG 8
  12254. | #define SIZEOF_CHAR_P 4
  12255. | #define SIZEOF_LONG 4
  12256. | #define SIZEOF_LONG_LONG 8
  12257. | #define SIZEOF_FD_SET_FDS_BITS 4
  12258. | #define TYPEOF_FD_SET_FDS_BITS int
  12259. | #define HAVE_DLADDR 1
  12260. | #define HAVE_DAHDI 1
  12261. | #define HAVE_DAHDI_VERSION 230
  12262. | #define HAVE_DAHDI_HALF_FULL 1
  12263. | #define HAVE_DAHDI_LINEREVERSE_VMWI 1
  12264. | #define HAVE_DAHDI_ECHOCANCEL_FAX_MODE 1
  12265. | #define HAVE_GETIFADDRS 1
  12266. | #define HAVE_TIMERFD 1
  12267. | #define HAVE_GSM_HEADER 1
  12268. | /* end confdefs.h. */
  12269. |
  12270. | /* Override any GCC internal prototype to avoid an error.
  12271. | Use char because int might match the return type of a GCC
  12272. | builtin and then its argument prototype would still apply. */
  12273. | #ifdef __cplusplus
  12274. | extern "C"
  12275. | #endif
  12276. | char iconv_open ();
  12277. | int
  12278. | main ()
  12279. | {
  12280. | return iconv_open ();
  12281. | ;
  12282. | return 0;
  12283. | }
  12284. configure:18558: result: no
  12285. configure:18628: checking for libiconv_open in -liconv
  12286. configure:18653: gcc -o conftest -g -O2 conftest.c -liconv -lm >&5
  12287. /usr/bin/ld: cannot find -liconv
  12288. collect2: error: ld returned 1 exit status
  12289. configure:18653: $? = 1
  12290. configure: failed program was:
  12291. | /* confdefs.h */
  12292. | #define PACKAGE_NAME "asterisk"
  12293. | #define PACKAGE_TARNAME "asterisk"
  12294. | #define PACKAGE_VERSION "trunk"
  12295. | #define PACKAGE_STRING "asterisk trunk"
  12296. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  12297. | #define PACKAGE_URL ""
  12298. | #define STDC_HEADERS 1
  12299. | #define HAVE_SYS_TYPES_H 1
  12300. | #define HAVE_SYS_STAT_H 1
  12301. | #define HAVE_STDLIB_H 1
  12302. | #define HAVE_STRING_H 1
  12303. | #define HAVE_MEMORY_H 1
  12304. | #define HAVE_STRINGS_H 1
  12305. | #define HAVE_INTTYPES_H 1
  12306. | #define HAVE_STDINT_H 1
  12307. | #define HAVE_UNISTD_H 1
  12308. | #define __EXTENSIONS__ 1
  12309. | #define _ALL_SOURCE 1
  12310. | #define _GNU_SOURCE 1
  12311. | #define _POSIX_PTHREAD_SEMANTICS 1
  12312. | #define _TANDEM_SOURCE 1
  12313. | #define HAVE_PTHREAD 1
  12314. | #define HAVE_ALLOCA_H 1
  12315. | #define HAVE_ALLOCA 1
  12316. | #define HAVE_DIRENT_H 1
  12317. | #define STDC_HEADERS 1
  12318. | #define HAVE_SYS_WAIT_H 1
  12319. | #define HAVE_ARPA_INET_H 1
  12320. | #define HAVE_FCNTL_H 1
  12321. | #define HAVE_INTTYPES_H 1
  12322. | #define HAVE_LIBINTL_H 1
  12323. | #define HAVE_LIMITS_H 1
  12324. | #define HAVE_LOCALE_H 1
  12325. | #define HAVE_MALLOC_H 1
  12326. | #define HAVE_NETDB_H 1
  12327. | #define HAVE_NETINET_IN_H 1
  12328. | #define HAVE_STDDEF_H 1
  12329. | #define HAVE_STDINT_H 1
  12330. | #define HAVE_STDLIB_H 1
  12331. | #define HAVE_STRING_H 1
  12332. | #define HAVE_STRINGS_H 1
  12333. | #define HAVE_SYS_FILE_H 1
  12334. | #define HAVE_SYS_IOCTL_H 1
  12335. | #define HAVE_SYS_PARAM_H 1
  12336. | #define HAVE_SYS_SOCKET_H 1
  12337. | #define HAVE_SYS_TIME_H 1
  12338. | #define HAVE_SYSLOG_H 1
  12339. | #define HAVE_TERMIOS_H 1
  12340. | #define HAVE_UNISTD_H 1
  12341. | #define HAVE_UTIME_H 1
  12342. | #define HAVE_ARPA_NAMESER_H 1
  12343. | #define HAVE_SYS_IO_H 1
  12344. | #define HAVE_TERMCAP 1
  12345. | #define HAVE_TINFO 1
  12346. | #define HAVE_CURSES 1
  12347. | #define HAVE_NCURSES 1
  12348. | #define HAVE_LIBXML2 1
  12349. | #define HAVE_XLOCALE_H 1
  12350. | #define _FILE_OFFSET_BITS 64
  12351. | #define HAVE__BOOL 1
  12352. | #define HAVE_STDBOOL_H 1
  12353. | #define HAVE_LONG_DOUBLE_WIDER 1
  12354. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  12355. | #define HAVE_STRUCT_UCRED_UID 1
  12356. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  12357. | #define TIME_WITH_SYS_TIME 1
  12358. | #define HAVE_PTRDIFF_T 1
  12359. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  12360. | #define HAVE_UNISTD_H 1
  12361. | #define HAVE_CHOWN 1
  12362. | #define HAVE_FORK 1
  12363. | #define HAVE_VFORK 1
  12364. | #define HAVE_WORKING_VFORK 1
  12365. | #define HAVE_WORKING_FORK 1
  12366. | #define HAVE_FSEEKO 1
  12367. | #define HAVE_STDLIB_H 1
  12368. | #define HAVE_UNISTD_H 1
  12369. | #define HAVE_SYS_PARAM_H 1
  12370. | #define HAVE_UTIME_H 1
  12371. | #define HAVE_GETPAGESIZE 1
  12372. | #define HAVE_MMAP 1
  12373. | #define HAVE_SYS_SELECT_H 1
  12374. | #define HAVE_SYS_SOCKET_H 1
  12375. | #define SELECT_TYPE_ARG1 int
  12376. | #define SELECT_TYPE_ARG234 (fd_set *)
  12377. | #define SELECT_TYPE_ARG5 (struct timeval *)
  12378. | #define RETSIGTYPE void
  12379. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  12380. | #define HAVE_STRCOLL 1
  12381. | #define HAVE_STRFTIME 1
  12382. | #define HAVE_UTIME_NULL 1
  12383. | #define HAVE_VPRINTF 1
  12384. | #define HAVE_ASPRINTF 1
  12385. | #define HAVE_ATEXIT 1
  12386. | #define HAVE_DUP2 1
  12387. | #define HAVE_EACCESS 1
  12388. | #define HAVE_ENDPWENT 1
  12389. | #define HAVE_EUIDACCESS 1
  12390. | #define HAVE_FFSLL 1
  12391. | #define HAVE_FTRUNCATE 1
  12392. | #define HAVE_GETCWD 1
  12393. | #define HAVE_GETHOSTBYNAME 1
  12394. | #define HAVE_GETHOSTNAME 1
  12395. | #define HAVE_GETLOADAVG 1
  12396. | #define HAVE_GETTIMEOFDAY 1
  12397. | #define HAVE_GLOB 1
  12398. | #define HAVE_IOPERM 1
  12399. | #define HAVE_INET_NTOA 1
  12400. | #define HAVE_ISASCII 1
  12401. | #define HAVE_MEMCHR 1
  12402. | #define HAVE_MEMMOVE 1
  12403. | #define HAVE_MEMSET 1
  12404. | #define HAVE_MKDIR 1
  12405. | #define HAVE_MKDTEMP 1
  12406. | #define HAVE_MUNMAP 1
  12407. | #define HAVE_NEWLOCALE 1
  12408. | #define HAVE_PPOLL 1
  12409. | #define HAVE_PUTENV 1
  12410. | #define HAVE_RE_COMP 1
  12411. | #define HAVE_REGCOMP 1
  12412. | #define HAVE_SELECT 1
  12413. | #define HAVE_SETENV 1
  12414. | #define HAVE_SOCKET 1
  12415. | #define HAVE_STRCASECMP 1
  12416. | #define HAVE_STRCASESTR 1
  12417. | #define HAVE_STRCHR 1
  12418. | #define HAVE_STRCSPN 1
  12419. | #define HAVE_STRDUP 1
  12420. | #define HAVE_STRERROR 1
  12421. | #define HAVE_STRNCASECMP 1
  12422. | #define HAVE_STRNDUP 1
  12423. | #define HAVE_STRNLEN 1
  12424. | #define HAVE_STRRCHR 1
  12425. | #define HAVE_STRSEP 1
  12426. | #define HAVE_STRSPN 1
  12427. | #define HAVE_STRSTR 1
  12428. | #define HAVE_STRTOD 1
  12429. | #define HAVE_STRTOL 1
  12430. | #define HAVE_STRTOLD 1
  12431. | #define HAVE_STRTOQ 1
  12432. | #define HAVE_UNSETENV 1
  12433. | #define HAVE_UTIME 1
  12434. | #define HAVE_VASPRINTF 1
  12435. | #define HAVE_SYSCTL 1
  12436. | #define HAVE_LIBM 1
  12437. | #define HAVE_EXP2 1
  12438. | #define HAVE_LOG2 1
  12439. | #define HAVE_EXP10 1
  12440. | #define HAVE_LOG10 1
  12441. | #define HAVE_SIN 1
  12442. | #define HAVE_COS 1
  12443. | #define HAVE_TAN 1
  12444. | #define HAVE_ASIN 1
  12445. | #define HAVE_ACOS 1
  12446. | #define HAVE_ATAN 1
  12447. | #define HAVE_ATAN2 1
  12448. | #define HAVE_POW 1
  12449. | #define HAVE_RINT 1
  12450. | #define HAVE_EXP 1
  12451. | #define HAVE_LOG 1
  12452. | #define HAVE_REMAINDER 1
  12453. | #define HAVE_FMOD 1
  12454. | #define HAVE_ROUND 1
  12455. | #define HAVE_ROUNDF 1
  12456. | #define HAVE_TRUNC 1
  12457. | #define HAVE_FLOOR 1
  12458. | #define HAVE_CEIL 1
  12459. | #define HAVE_EXP2L 1
  12460. | #define HAVE_LOG2L 1
  12461. | #define HAVE_EXP10L 1
  12462. | #define HAVE_LOG10L 1
  12463. | #define HAVE_SINL 1
  12464. | #define HAVE_COSL 1
  12465. | #define HAVE_TANL 1
  12466. | #define HAVE_ASINL 1
  12467. | #define HAVE_ACOSL 1
  12468. | #define HAVE_ATANL 1
  12469. | #define HAVE_ATAN2L 1
  12470. | #define HAVE_POWL 1
  12471. | #define HAVE_SQRTL 1
  12472. | #define HAVE_RINTL 1
  12473. | #define HAVE_EXPL 1
  12474. | #define HAVE_LOGL 1
  12475. | #define HAVE_REMAINDERL 1
  12476. | #define HAVE_FMODL 1
  12477. | #define HAVE_ROUNDL 1
  12478. | #define HAVE_TRUNCL 1
  12479. | #define HAVE_FLOORL 1
  12480. | #define HAVE_CEILL 1
  12481. | #define HAVE_LLONG_MAX 1
  12482. | #define HAVE_TIMERSUB 1
  12483. | #define HAVE_SYS_POLL_H 1
  12484. | #define HAVE_FOPENCOOKIE 1
  12485. | #define HAVE_INET_ATON 1
  12486. | #define HAVE_PKTINFO 1
  12487. | #define HAVE_GETHOSTBYNAME_R_6 1
  12488. | #define HAVE_BYTESWAP_H 1
  12489. | #define HAVE_DEV_URANDOM 1
  12490. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  12491. | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
  12492. | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
  12493. | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  12494. | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  12495. | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  12496. | #define HAVE_GCC_ATOMICS 1
  12497. | #define HAVE_NULLSAFE_PRINTF 1
  12498. | #define HAVE_ATTRIBUTE_pure 1
  12499. | #define HAVE_ATTRIBUTE_malloc 1
  12500. | #define HAVE_ATTRIBUTE_const 1
  12501. | #define HAVE_ATTRIBUTE_unused 1
  12502. | #define HAVE_ATTRIBUTE_deprecated 1
  12503. | #define HAVE_ATTRIBUTE_sentinel 1
  12504. | #define HAVE_ATTRIBUTE_warn_unused_result 1
  12505. | #define HAVE_SYSINFO 1
  12506. | #define HAVE_RES_NINIT 1
  12507. | #define HAVE_GLOB_NOMAGIC 1
  12508. | #define HAVE_GLOB_BRACE 1
  12509. | #define HAVE_IP_MTU_DISCOVER 1
  12510. | #define SIZEOF_INT 4
  12511. | #define SIZEOF_LONG 4
  12512. | #define SIZEOF_LONG_LONG 8
  12513. | #define SIZEOF_CHAR_P 4
  12514. | #define SIZEOF_LONG 4
  12515. | #define SIZEOF_LONG_LONG 8
  12516. | #define SIZEOF_FD_SET_FDS_BITS 4
  12517. | #define TYPEOF_FD_SET_FDS_BITS int
  12518. | #define HAVE_DLADDR 1
  12519. | #define HAVE_DAHDI 1
  12520. | #define HAVE_DAHDI_VERSION 230
  12521. | #define HAVE_DAHDI_HALF_FULL 1
  12522. | #define HAVE_DAHDI_LINEREVERSE_VMWI 1
  12523. | #define HAVE_DAHDI_ECHOCANCEL_FAX_MODE 1
  12524. | #define HAVE_GETIFADDRS 1
  12525. | #define HAVE_TIMERFD 1
  12526. | #define HAVE_GSM_HEADER 1
  12527. | /* end confdefs.h. */
  12528. |
  12529. | /* Override any GCC internal prototype to avoid an error.
  12530. | Use char because int might match the return type of a GCC
  12531. | builtin and then its argument prototype would still apply. */
  12532. | #ifdef __cplusplus
  12533. | extern "C"
  12534. | #endif
  12535. | char libiconv_open ();
  12536. | int
  12537. | main ()
  12538. | {
  12539. | return libiconv_open ();
  12540. | ;
  12541. | return 0;
  12542. | }
  12543. configure:18663: result: no
  12544. configure:18733: checking for iconv_close in -lc
  12545. configure:18758: gcc -o conftest -g -O2 conftest.c -lc -lm >&5
  12546. configure:18758: $? = 0
  12547. configure:18768: result: yes
  12548. configure:18792: checking iconv.h usability
  12549. configure:18792: gcc -c -g -O2 conftest.c >&5
  12550. configure:18792: $? = 0
  12551. configure:18792: result: yes
  12552. configure:18792: checking iconv.h presence
  12553. configure:18792: gcc -E conftest.c
  12554. configure:18792: $? = 0
  12555. configure:18792: result: yes
  12556. configure:18792: checking for iconv.h
  12557. configure:18792: result: yes
  12558. configure:18839: checking for icaltimezone_get_utc_timezone in -lical
  12559. configure:18864: gcc -o conftest -g -O2 -pthread conftest.c -lical -lm >&5
  12560. /usr/bin/ld: cannot find -lical
  12561. collect2: error: ld returned 1 exit status
  12562. configure:18864: $? = 1
  12563. configure: failed program was:
  12564. | /* confdefs.h */
  12565. | #define PACKAGE_NAME "asterisk"
  12566. | #define PACKAGE_TARNAME "asterisk"
  12567. | #define PACKAGE_VERSION "trunk"
  12568. | #define PACKAGE_STRING "asterisk trunk"
  12569. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  12570. | #define PACKAGE_URL ""
  12571. | #define STDC_HEADERS 1
  12572. | #define HAVE_SYS_TYPES_H 1
  12573. | #define HAVE_SYS_STAT_H 1
  12574. | #define HAVE_STDLIB_H 1
  12575. | #define HAVE_STRING_H 1
  12576. | #define HAVE_MEMORY_H 1
  12577. | #define HAVE_STRINGS_H 1
  12578. | #define HAVE_INTTYPES_H 1
  12579. | #define HAVE_STDINT_H 1
  12580. | #define HAVE_UNISTD_H 1
  12581. | #define __EXTENSIONS__ 1
  12582. | #define _ALL_SOURCE 1
  12583. | #define _GNU_SOURCE 1
  12584. | #define _POSIX_PTHREAD_SEMANTICS 1
  12585. | #define _TANDEM_SOURCE 1
  12586. | #define HAVE_PTHREAD 1
  12587. | #define HAVE_ALLOCA_H 1
  12588. | #define HAVE_ALLOCA 1
  12589. | #define HAVE_DIRENT_H 1
  12590. | #define STDC_HEADERS 1
  12591. | #define HAVE_SYS_WAIT_H 1
  12592. | #define HAVE_ARPA_INET_H 1
  12593. | #define HAVE_FCNTL_H 1
  12594. | #define HAVE_INTTYPES_H 1
  12595. | #define HAVE_LIBINTL_H 1
  12596. | #define HAVE_LIMITS_H 1
  12597. | #define HAVE_LOCALE_H 1
  12598. | #define HAVE_MALLOC_H 1
  12599. | #define HAVE_NETDB_H 1
  12600. | #define HAVE_NETINET_IN_H 1
  12601. | #define HAVE_STDDEF_H 1
  12602. | #define HAVE_STDINT_H 1
  12603. | #define HAVE_STDLIB_H 1
  12604. | #define HAVE_STRING_H 1
  12605. | #define HAVE_STRINGS_H 1
  12606. | #define HAVE_SYS_FILE_H 1
  12607. | #define HAVE_SYS_IOCTL_H 1
  12608. | #define HAVE_SYS_PARAM_H 1
  12609. | #define HAVE_SYS_SOCKET_H 1
  12610. | #define HAVE_SYS_TIME_H 1
  12611. | #define HAVE_SYSLOG_H 1
  12612. | #define HAVE_TERMIOS_H 1
  12613. | #define HAVE_UNISTD_H 1
  12614. | #define HAVE_UTIME_H 1
  12615. | #define HAVE_ARPA_NAMESER_H 1
  12616. | #define HAVE_SYS_IO_H 1
  12617. | #define HAVE_TERMCAP 1
  12618. | #define HAVE_TINFO 1
  12619. | #define HAVE_CURSES 1
  12620. | #define HAVE_NCURSES 1
  12621. | #define HAVE_LIBXML2 1
  12622. | #define HAVE_XLOCALE_H 1
  12623. | #define _FILE_OFFSET_BITS 64
  12624. | #define HAVE__BOOL 1
  12625. | #define HAVE_STDBOOL_H 1
  12626. | #define HAVE_LONG_DOUBLE_WIDER 1
  12627. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  12628. | #define HAVE_STRUCT_UCRED_UID 1
  12629. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  12630. | #define TIME_WITH_SYS_TIME 1
  12631. | #define HAVE_PTRDIFF_T 1
  12632. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  12633. | #define HAVE_UNISTD_H 1
  12634. | #define HAVE_CHOWN 1
  12635. | #define HAVE_FORK 1
  12636. | #define HAVE_VFORK 1
  12637. | #define HAVE_WORKING_VFORK 1
  12638. | #define HAVE_WORKING_FORK 1
  12639. | #define HAVE_FSEEKO 1
  12640. | #define HAVE_STDLIB_H 1
  12641. | #define HAVE_UNISTD_H 1
  12642. | #define HAVE_SYS_PARAM_H 1
  12643. | #define HAVE_UTIME_H 1
  12644. | #define HAVE_GETPAGESIZE 1
  12645. | #define HAVE_MMAP 1
  12646. | #define HAVE_SYS_SELECT_H 1
  12647. | #define HAVE_SYS_SOCKET_H 1
  12648. | #define SELECT_TYPE_ARG1 int
  12649. | #define SELECT_TYPE_ARG234 (fd_set *)
  12650. | #define SELECT_TYPE_ARG5 (struct timeval *)
  12651. | #define RETSIGTYPE void
  12652. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  12653. | #define HAVE_STRCOLL 1
  12654. | #define HAVE_STRFTIME 1
  12655. | #define HAVE_UTIME_NULL 1
  12656. | #define HAVE_VPRINTF 1
  12657. | #define HAVE_ASPRINTF 1
  12658. | #define HAVE_ATEXIT 1
  12659. | #define HAVE_DUP2 1
  12660. | #define HAVE_EACCESS 1
  12661. | #define HAVE_ENDPWENT 1
  12662. | #define HAVE_EUIDACCESS 1
  12663. | #define HAVE_FFSLL 1
  12664. | #define HAVE_FTRUNCATE 1
  12665. | #define HAVE_GETCWD 1
  12666. | #define HAVE_GETHOSTBYNAME 1
  12667. | #define HAVE_GETHOSTNAME 1
  12668. | #define HAVE_GETLOADAVG 1
  12669. | #define HAVE_GETTIMEOFDAY 1
  12670. | #define HAVE_GLOB 1
  12671. | #define HAVE_IOPERM 1
  12672. | #define HAVE_INET_NTOA 1
  12673. | #define HAVE_ISASCII 1
  12674. | #define HAVE_MEMCHR 1
  12675. | #define HAVE_MEMMOVE 1
  12676. | #define HAVE_MEMSET 1
  12677. | #define HAVE_MKDIR 1
  12678. | #define HAVE_MKDTEMP 1
  12679. | #define HAVE_MUNMAP 1
  12680. | #define HAVE_NEWLOCALE 1
  12681. | #define HAVE_PPOLL 1
  12682. | #define HAVE_PUTENV 1
  12683. | #define HAVE_RE_COMP 1
  12684. | #define HAVE_REGCOMP 1
  12685. | #define HAVE_SELECT 1
  12686. | #define HAVE_SETENV 1
  12687. | #define HAVE_SOCKET 1
  12688. | #define HAVE_STRCASECMP 1
  12689. | #define HAVE_STRCASESTR 1
  12690. | #define HAVE_STRCHR 1
  12691. | #define HAVE_STRCSPN 1
  12692. | #define HAVE_STRDUP 1
  12693. | #define HAVE_STRERROR 1
  12694. | #define HAVE_STRNCASECMP 1
  12695. | #define HAVE_STRNDUP 1
  12696. | #define HAVE_STRNLEN 1
  12697. | #define HAVE_STRRCHR 1
  12698. | #define HAVE_STRSEP 1
  12699. | #define HAVE_STRSPN 1
  12700. | #define HAVE_STRSTR 1
  12701. | #define HAVE_STRTOD 1
  12702. | #define HAVE_STRTOL 1
  12703. | #define HAVE_STRTOLD 1
  12704. | #define HAVE_STRTOQ 1
  12705. | #define HAVE_UNSETENV 1
  12706. | #define HAVE_UTIME 1
  12707. | #define HAVE_VASPRINTF 1
  12708. | #define HAVE_SYSCTL 1
  12709. | #define HAVE_LIBM 1
  12710. | #define HAVE_EXP2 1
  12711. | #define HAVE_LOG2 1
  12712. | #define HAVE_EXP10 1
  12713. | #define HAVE_LOG10 1
  12714. | #define HAVE_SIN 1
  12715. | #define HAVE_COS 1
  12716. | #define HAVE_TAN 1
  12717. | #define HAVE_ASIN 1
  12718. | #define HAVE_ACOS 1
  12719. | #define HAVE_ATAN 1
  12720. | #define HAVE_ATAN2 1
  12721. | #define HAVE_POW 1
  12722. | #define HAVE_RINT 1
  12723. | #define HAVE_EXP 1
  12724. | #define HAVE_LOG 1
  12725. | #define HAVE_REMAINDER 1
  12726. | #define HAVE_FMOD 1
  12727. | #define HAVE_ROUND 1
  12728. | #define HAVE_ROUNDF 1
  12729. | #define HAVE_TRUNC 1
  12730. | #define HAVE_FLOOR 1
  12731. | #define HAVE_CEIL 1
  12732. | #define HAVE_EXP2L 1
  12733. | #define HAVE_LOG2L 1
  12734. | #define HAVE_EXP10L 1
  12735. | #define HAVE_LOG10L 1
  12736. | #define HAVE_SINL 1
  12737. | #define HAVE_COSL 1
  12738. | #define HAVE_TANL 1
  12739. | #define HAVE_ASINL 1
  12740. | #define HAVE_ACOSL 1
  12741. | #define HAVE_ATANL 1
  12742. | #define HAVE_ATAN2L 1
  12743. | #define HAVE_POWL 1
  12744. | #define HAVE_SQRTL 1
  12745. | #define HAVE_RINTL 1
  12746. | #define HAVE_EXPL 1
  12747. | #define HAVE_LOGL 1
  12748. | #define HAVE_REMAINDERL 1
  12749. | #define HAVE_FMODL 1
  12750. | #define HAVE_ROUNDL 1
  12751. | #define HAVE_TRUNCL 1
  12752. | #define HAVE_FLOORL 1
  12753. | #define HAVE_CEILL 1
  12754. | #define HAVE_LLONG_MAX 1
  12755. | #define HAVE_TIMERSUB 1
  12756. | #define HAVE_SYS_POLL_H 1
  12757. | #define HAVE_FOPENCOOKIE 1
  12758. | #define HAVE_INET_ATON 1
  12759. | #define HAVE_PKTINFO 1
  12760. | #define HAVE_GETHOSTBYNAME_R_6 1
  12761. | #define HAVE_BYTESWAP_H 1
  12762. | #define HAVE_DEV_URANDOM 1
  12763. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  12764. | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
  12765. | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
  12766. | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  12767. | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  12768. | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  12769. | #define HAVE_GCC_ATOMICS 1
  12770. | #define HAVE_NULLSAFE_PRINTF 1
  12771. | #define HAVE_ATTRIBUTE_pure 1
  12772. | #define HAVE_ATTRIBUTE_malloc 1
  12773. | #define HAVE_ATTRIBUTE_const 1
  12774. | #define HAVE_ATTRIBUTE_unused 1
  12775. | #define HAVE_ATTRIBUTE_deprecated 1
  12776. | #define HAVE_ATTRIBUTE_sentinel 1
  12777. | #define HAVE_ATTRIBUTE_warn_unused_result 1
  12778. | #define HAVE_SYSINFO 1
  12779. | #define HAVE_RES_NINIT 1
  12780. | #define HAVE_GLOB_NOMAGIC 1
  12781. | #define HAVE_GLOB_BRACE 1
  12782. | #define HAVE_IP_MTU_DISCOVER 1
  12783. | #define SIZEOF_INT 4
  12784. | #define SIZEOF_LONG 4
  12785. | #define SIZEOF_LONG_LONG 8
  12786. | #define SIZEOF_CHAR_P 4
  12787. | #define SIZEOF_LONG 4
  12788. | #define SIZEOF_LONG_LONG 8
  12789. | #define SIZEOF_FD_SET_FDS_BITS 4
  12790. | #define TYPEOF_FD_SET_FDS_BITS int
  12791. | #define HAVE_DLADDR 1
  12792. | #define HAVE_DAHDI 1
  12793. | #define HAVE_DAHDI_VERSION 230
  12794. | #define HAVE_DAHDI_HALF_FULL 1
  12795. | #define HAVE_DAHDI_LINEREVERSE_VMWI 1
  12796. | #define HAVE_DAHDI_ECHOCANCEL_FAX_MODE 1
  12797. | #define HAVE_GETIFADDRS 1
  12798. | #define HAVE_TIMERFD 1
  12799. | #define HAVE_GSM_HEADER 1
  12800. | #define HAVE_ICONV 1
  12801. | /* end confdefs.h. */
  12802. |
  12803. | /* Override any GCC internal prototype to avoid an error.
  12804. | Use char because int might match the return type of a GCC
  12805. | builtin and then its argument prototype would still apply. */
  12806. | #ifdef __cplusplus
  12807. | extern "C"
  12808. | #endif
  12809. | char icaltimezone_get_utc_timezone ();
  12810. | int
  12811. | main ()
  12812. | {
  12813. | return icaltimezone_get_utc_timezone ();
  12814. | ;
  12815. | return 0;
  12816. | }
  12817. configure:18874: result: no
  12818. configure:18944: checking for iks_start_sasl in -liksemel
  12819. configure:18969: gcc -o conftest -g -O2 conftest.c -liksemel -lm >&5
  12820. /usr/bin/ld: cannot find -liksemel
  12821. collect2: error: ld returned 1 exit status
  12822. configure:18969: $? = 1
  12823. configure: failed program was:
  12824. | /* confdefs.h */
  12825. | #define PACKAGE_NAME "asterisk"
  12826. | #define PACKAGE_TARNAME "asterisk"
  12827. | #define PACKAGE_VERSION "trunk"
  12828. | #define PACKAGE_STRING "asterisk trunk"
  12829. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  12830. | #define PACKAGE_URL ""
  12831. | #define STDC_HEADERS 1
  12832. | #define HAVE_SYS_TYPES_H 1
  12833. | #define HAVE_SYS_STAT_H 1
  12834. | #define HAVE_STDLIB_H 1
  12835. | #define HAVE_STRING_H 1
  12836. | #define HAVE_MEMORY_H 1
  12837. | #define HAVE_STRINGS_H 1
  12838. | #define HAVE_INTTYPES_H 1
  12839. | #define HAVE_STDINT_H 1
  12840. | #define HAVE_UNISTD_H 1
  12841. | #define __EXTENSIONS__ 1
  12842. | #define _ALL_SOURCE 1
  12843. | #define _GNU_SOURCE 1
  12844. | #define _POSIX_PTHREAD_SEMANTICS 1
  12845. | #define _TANDEM_SOURCE 1
  12846. | #define HAVE_PTHREAD 1
  12847. | #define HAVE_ALLOCA_H 1
  12848. | #define HAVE_ALLOCA 1
  12849. | #define HAVE_DIRENT_H 1
  12850. | #define STDC_HEADERS 1
  12851. | #define HAVE_SYS_WAIT_H 1
  12852. | #define HAVE_ARPA_INET_H 1
  12853. | #define HAVE_FCNTL_H 1
  12854. | #define HAVE_INTTYPES_H 1
  12855. | #define HAVE_LIBINTL_H 1
  12856. | #define HAVE_LIMITS_H 1
  12857. | #define HAVE_LOCALE_H 1
  12858. | #define HAVE_MALLOC_H 1
  12859. | #define HAVE_NETDB_H 1
  12860. | #define HAVE_NETINET_IN_H 1
  12861. | #define HAVE_STDDEF_H 1
  12862. | #define HAVE_STDINT_H 1
  12863. | #define HAVE_STDLIB_H 1
  12864. | #define HAVE_STRING_H 1
  12865. | #define HAVE_STRINGS_H 1
  12866. | #define HAVE_SYS_FILE_H 1
  12867. | #define HAVE_SYS_IOCTL_H 1
  12868. | #define HAVE_SYS_PARAM_H 1
  12869. | #define HAVE_SYS_SOCKET_H 1
  12870. | #define HAVE_SYS_TIME_H 1
  12871. | #define HAVE_SYSLOG_H 1
  12872. | #define HAVE_TERMIOS_H 1
  12873. | #define HAVE_UNISTD_H 1
  12874. | #define HAVE_UTIME_H 1
  12875. | #define HAVE_ARPA_NAMESER_H 1
  12876. | #define HAVE_SYS_IO_H 1
  12877. | #define HAVE_TERMCAP 1
  12878. | #define HAVE_TINFO 1
  12879. | #define HAVE_CURSES 1
  12880. | #define HAVE_NCURSES 1
  12881. | #define HAVE_LIBXML2 1
  12882. | #define HAVE_XLOCALE_H 1
  12883. | #define _FILE_OFFSET_BITS 64
  12884. | #define HAVE__BOOL 1
  12885. | #define HAVE_STDBOOL_H 1
  12886. | #define HAVE_LONG_DOUBLE_WIDER 1
  12887. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  12888. | #define HAVE_STRUCT_UCRED_UID 1
  12889. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  12890. | #define TIME_WITH_SYS_TIME 1
  12891. | #define HAVE_PTRDIFF_T 1
  12892. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  12893. | #define HAVE_UNISTD_H 1
  12894. | #define HAVE_CHOWN 1
  12895. | #define HAVE_FORK 1
  12896. | #define HAVE_VFORK 1
  12897. | #define HAVE_WORKING_VFORK 1
  12898. | #define HAVE_WORKING_FORK 1
  12899. | #define HAVE_FSEEKO 1
  12900. | #define HAVE_STDLIB_H 1
  12901. | #define HAVE_UNISTD_H 1
  12902. | #define HAVE_SYS_PARAM_H 1
  12903. | #define HAVE_UTIME_H 1
  12904. | #define HAVE_GETPAGESIZE 1
  12905. | #define HAVE_MMAP 1
  12906. | #define HAVE_SYS_SELECT_H 1
  12907. | #define HAVE_SYS_SOCKET_H 1
  12908. | #define SELECT_TYPE_ARG1 int
  12909. | #define SELECT_TYPE_ARG234 (fd_set *)
  12910. | #define SELECT_TYPE_ARG5 (struct timeval *)
  12911. | #define RETSIGTYPE void
  12912. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  12913. | #define HAVE_STRCOLL 1
  12914. | #define HAVE_STRFTIME 1
  12915. | #define HAVE_UTIME_NULL 1
  12916. | #define HAVE_VPRINTF 1
  12917. | #define HAVE_ASPRINTF 1
  12918. | #define HAVE_ATEXIT 1
  12919. | #define HAVE_DUP2 1
  12920. | #define HAVE_EACCESS 1
  12921. | #define HAVE_ENDPWENT 1
  12922. | #define HAVE_EUIDACCESS 1
  12923. | #define HAVE_FFSLL 1
  12924. | #define HAVE_FTRUNCATE 1
  12925. | #define HAVE_GETCWD 1
  12926. | #define HAVE_GETHOSTBYNAME 1
  12927. | #define HAVE_GETHOSTNAME 1
  12928. | #define HAVE_GETLOADAVG 1
  12929. | #define HAVE_GETTIMEOFDAY 1
  12930. | #define HAVE_GLOB 1
  12931. | #define HAVE_IOPERM 1
  12932. | #define HAVE_INET_NTOA 1
  12933. | #define HAVE_ISASCII 1
  12934. | #define HAVE_MEMCHR 1
  12935. | #define HAVE_MEMMOVE 1
  12936. | #define HAVE_MEMSET 1
  12937. | #define HAVE_MKDIR 1
  12938. | #define HAVE_MKDTEMP 1
  12939. | #define HAVE_MUNMAP 1
  12940. | #define HAVE_NEWLOCALE 1
  12941. | #define HAVE_PPOLL 1
  12942. | #define HAVE_PUTENV 1
  12943. | #define HAVE_RE_COMP 1
  12944. | #define HAVE_REGCOMP 1
  12945. | #define HAVE_SELECT 1
  12946. | #define HAVE_SETENV 1
  12947. | #define HAVE_SOCKET 1
  12948. | #define HAVE_STRCASECMP 1
  12949. | #define HAVE_STRCASESTR 1
  12950. | #define HAVE_STRCHR 1
  12951. | #define HAVE_STRCSPN 1
  12952. | #define HAVE_STRDUP 1
  12953. | #define HAVE_STRERROR 1
  12954. | #define HAVE_STRNCASECMP 1
  12955. | #define HAVE_STRNDUP 1
  12956. | #define HAVE_STRNLEN 1
  12957. | #define HAVE_STRRCHR 1
  12958. | #define HAVE_STRSEP 1
  12959. | #define HAVE_STRSPN 1
  12960. | #define HAVE_STRSTR 1
  12961. | #define HAVE_STRTOD 1
  12962. | #define HAVE_STRTOL 1
  12963. | #define HAVE_STRTOLD 1
  12964. | #define HAVE_STRTOQ 1
  12965. | #define HAVE_UNSETENV 1
  12966. | #define HAVE_UTIME 1
  12967. | #define HAVE_VASPRINTF 1
  12968. | #define HAVE_SYSCTL 1
  12969. | #define HAVE_LIBM 1
  12970. | #define HAVE_EXP2 1
  12971. | #define HAVE_LOG2 1
  12972. | #define HAVE_EXP10 1
  12973. | #define HAVE_LOG10 1
  12974. | #define HAVE_SIN 1
  12975. | #define HAVE_COS 1
  12976. | #define HAVE_TAN 1
  12977. | #define HAVE_ASIN 1
  12978. | #define HAVE_ACOS 1
  12979. | #define HAVE_ATAN 1
  12980. | #define HAVE_ATAN2 1
  12981. | #define HAVE_POW 1
  12982. | #define HAVE_RINT 1
  12983. | #define HAVE_EXP 1
  12984. | #define HAVE_LOG 1
  12985. | #define HAVE_REMAINDER 1
  12986. | #define HAVE_FMOD 1
  12987. | #define HAVE_ROUND 1
  12988. | #define HAVE_ROUNDF 1
  12989. | #define HAVE_TRUNC 1
  12990. | #define HAVE_FLOOR 1
  12991. | #define HAVE_CEIL 1
  12992. | #define HAVE_EXP2L 1
  12993. | #define HAVE_LOG2L 1
  12994. | #define HAVE_EXP10L 1
  12995. | #define HAVE_LOG10L 1
  12996. | #define HAVE_SINL 1
  12997. | #define HAVE_COSL 1
  12998. | #define HAVE_TANL 1
  12999. | #define HAVE_ASINL 1
  13000. | #define HAVE_ACOSL 1
  13001. | #define HAVE_ATANL 1
  13002. | #define HAVE_ATAN2L 1
  13003. | #define HAVE_POWL 1
  13004. | #define HAVE_SQRTL 1
  13005. | #define HAVE_RINTL 1
  13006. | #define HAVE_EXPL 1
  13007. | #define HAVE_LOGL 1
  13008. | #define HAVE_REMAINDERL 1
  13009. | #define HAVE_FMODL 1
  13010. | #define HAVE_ROUNDL 1
  13011. | #define HAVE_TRUNCL 1
  13012. | #define HAVE_FLOORL 1
  13013. | #define HAVE_CEILL 1
  13014. | #define HAVE_LLONG_MAX 1
  13015. | #define HAVE_TIMERSUB 1
  13016. | #define HAVE_SYS_POLL_H 1
  13017. | #define HAVE_FOPENCOOKIE 1
  13018. | #define HAVE_INET_ATON 1
  13019. | #define HAVE_PKTINFO 1
  13020. | #define HAVE_GETHOSTBYNAME_R_6 1
  13021. | #define HAVE_BYTESWAP_H 1
  13022. | #define HAVE_DEV_URANDOM 1
  13023. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  13024. | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
  13025. | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
  13026. | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  13027. | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  13028. | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  13029. | #define HAVE_GCC_ATOMICS 1
  13030. | #define HAVE_NULLSAFE_PRINTF 1
  13031. | #define HAVE_ATTRIBUTE_pure 1
  13032. | #define HAVE_ATTRIBUTE_malloc 1
  13033. | #define HAVE_ATTRIBUTE_const 1
  13034. | #define HAVE_ATTRIBUTE_unused 1
  13035. | #define HAVE_ATTRIBUTE_deprecated 1
  13036. | #define HAVE_ATTRIBUTE_sentinel 1
  13037. | #define HAVE_ATTRIBUTE_warn_unused_result 1
  13038. | #define HAVE_SYSINFO 1
  13039. | #define HAVE_RES_NINIT 1
  13040. | #define HAVE_GLOB_NOMAGIC 1
  13041. | #define HAVE_GLOB_BRACE 1
  13042. | #define HAVE_IP_MTU_DISCOVER 1
  13043. | #define SIZEOF_INT 4
  13044. | #define SIZEOF_LONG 4
  13045. | #define SIZEOF_LONG_LONG 8
  13046. | #define SIZEOF_CHAR_P 4
  13047. | #define SIZEOF_LONG 4
  13048. | #define SIZEOF_LONG_LONG 8
  13049. | #define SIZEOF_FD_SET_FDS_BITS 4
  13050. | #define TYPEOF_FD_SET_FDS_BITS int
  13051. | #define HAVE_DLADDR 1
  13052. | #define HAVE_DAHDI 1
  13053. | #define HAVE_DAHDI_VERSION 230
  13054. | #define HAVE_DAHDI_HALF_FULL 1
  13055. | #define HAVE_DAHDI_LINEREVERSE_VMWI 1
  13056. | #define HAVE_DAHDI_ECHOCANCEL_FAX_MODE 1
  13057. | #define HAVE_GETIFADDRS 1
  13058. | #define HAVE_TIMERFD 1
  13059. | #define HAVE_GSM_HEADER 1
  13060. | #define HAVE_ICONV 1
  13061. | /* end confdefs.h. */
  13062. |
  13063. | /* Override any GCC internal prototype to avoid an error.
  13064. | Use char because int might match the return type of a GCC
  13065. | builtin and then its argument prototype would still apply. */
  13066. | #ifdef __cplusplus
  13067. | extern "C"
  13068. | #endif
  13069. | char iks_start_sasl ();
  13070. | int
  13071. | main ()
  13072. | {
  13073. | return iks_start_sasl ();
  13074. | ;
  13075. | return 0;
  13076. | }
  13077. configure:18979: result: no
  13078. configure:19040: checking for UW IMAP Toolkit c-client library
  13079. configure:19108: gcc -o conftest -g -O2 -I/usr/src/asterisk-11.13.1/../imap-2004g/c-client conftest.c -lm /usr/src/asterisk-11.13.1/../imap-2004g/c-client/c-client.a >&5
  13080. gcc: error: /usr/src/asterisk-11.13.1/../imap-2004g/c-client/c-client.a: No such file or directory
  13081. configure:19108: $? = 1
  13082. configure: failed program was:
  13083. | /* confdefs.h */
  13084. | #define PACKAGE_NAME "asterisk"
  13085. | #define PACKAGE_TARNAME "asterisk"
  13086. | #define PACKAGE_VERSION "trunk"
  13087. | #define PACKAGE_STRING "asterisk trunk"
  13088. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  13089. | #define PACKAGE_URL ""
  13090. | #define STDC_HEADERS 1
  13091. | #define HAVE_SYS_TYPES_H 1
  13092. | #define HAVE_SYS_STAT_H 1
  13093. | #define HAVE_STDLIB_H 1
  13094. | #define HAVE_STRING_H 1
  13095. | #define HAVE_MEMORY_H 1
  13096. | #define HAVE_STRINGS_H 1
  13097. | #define HAVE_INTTYPES_H 1
  13098. | #define HAVE_STDINT_H 1
  13099. | #define HAVE_UNISTD_H 1
  13100. | #define __EXTENSIONS__ 1
  13101. | #define _ALL_SOURCE 1
  13102. | #define _GNU_SOURCE 1
  13103. | #define _POSIX_PTHREAD_SEMANTICS 1
  13104. | #define _TANDEM_SOURCE 1
  13105. | #define HAVE_PTHREAD 1
  13106. | #define HAVE_ALLOCA_H 1
  13107. | #define HAVE_ALLOCA 1
  13108. | #define HAVE_DIRENT_H 1
  13109. | #define STDC_HEADERS 1
  13110. | #define HAVE_SYS_WAIT_H 1
  13111. | #define HAVE_ARPA_INET_H 1
  13112. | #define HAVE_FCNTL_H 1
  13113. | #define HAVE_INTTYPES_H 1
  13114. | #define HAVE_LIBINTL_H 1
  13115. | #define HAVE_LIMITS_H 1
  13116. | #define HAVE_LOCALE_H 1
  13117. | #define HAVE_MALLOC_H 1
  13118. | #define HAVE_NETDB_H 1
  13119. | #define HAVE_NETINET_IN_H 1
  13120. | #define HAVE_STDDEF_H 1
  13121. | #define HAVE_STDINT_H 1
  13122. | #define HAVE_STDLIB_H 1
  13123. | #define HAVE_STRING_H 1
  13124. | #define HAVE_STRINGS_H 1
  13125. | #define HAVE_SYS_FILE_H 1
  13126. | #define HAVE_SYS_IOCTL_H 1
  13127. | #define HAVE_SYS_PARAM_H 1
  13128. | #define HAVE_SYS_SOCKET_H 1
  13129. | #define HAVE_SYS_TIME_H 1
  13130. | #define HAVE_SYSLOG_H 1
  13131. | #define HAVE_TERMIOS_H 1
  13132. | #define HAVE_UNISTD_H 1
  13133. | #define HAVE_UTIME_H 1
  13134. | #define HAVE_ARPA_NAMESER_H 1
  13135. | #define HAVE_SYS_IO_H 1
  13136. | #define HAVE_TERMCAP 1
  13137. | #define HAVE_TINFO 1
  13138. | #define HAVE_CURSES 1
  13139. | #define HAVE_NCURSES 1
  13140. | #define HAVE_LIBXML2 1
  13141. | #define HAVE_XLOCALE_H 1
  13142. | #define _FILE_OFFSET_BITS 64
  13143. | #define HAVE__BOOL 1
  13144. | #define HAVE_STDBOOL_H 1
  13145. | #define HAVE_LONG_DOUBLE_WIDER 1
  13146. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  13147. | #define HAVE_STRUCT_UCRED_UID 1
  13148. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  13149. | #define TIME_WITH_SYS_TIME 1
  13150. | #define HAVE_PTRDIFF_T 1
  13151. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  13152. | #define HAVE_UNISTD_H 1
  13153. | #define HAVE_CHOWN 1
  13154. | #define HAVE_FORK 1
  13155. | #define HAVE_VFORK 1
  13156. | #define HAVE_WORKING_VFORK 1
  13157. | #define HAVE_WORKING_FORK 1
  13158. | #define HAVE_FSEEKO 1
  13159. | #define HAVE_STDLIB_H 1
  13160. | #define HAVE_UNISTD_H 1
  13161. | #define HAVE_SYS_PARAM_H 1
  13162. | #define HAVE_UTIME_H 1
  13163. | #define HAVE_GETPAGESIZE 1
  13164. | #define HAVE_MMAP 1
  13165. | #define HAVE_SYS_SELECT_H 1
  13166. | #define HAVE_SYS_SOCKET_H 1
  13167. | #define SELECT_TYPE_ARG1 int
  13168. | #define SELECT_TYPE_ARG234 (fd_set *)
  13169. | #define SELECT_TYPE_ARG5 (struct timeval *)
  13170. | #define RETSIGTYPE void
  13171. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  13172. | #define HAVE_STRCOLL 1
  13173. | #define HAVE_STRFTIME 1
  13174. | #define HAVE_UTIME_NULL 1
  13175. | #define HAVE_VPRINTF 1
  13176. | #define HAVE_ASPRINTF 1
  13177. | #define HAVE_ATEXIT 1
  13178. | #define HAVE_DUP2 1
  13179. | #define HAVE_EACCESS 1
  13180. | #define HAVE_ENDPWENT 1
  13181. | #define HAVE_EUIDACCESS 1
  13182. | #define HAVE_FFSLL 1
  13183. | #define HAVE_FTRUNCATE 1
  13184. | #define HAVE_GETCWD 1
  13185. | #define HAVE_GETHOSTBYNAME 1
  13186. | #define HAVE_GETHOSTNAME 1
  13187. | #define HAVE_GETLOADAVG 1
  13188. | #define HAVE_GETTIMEOFDAY 1
  13189. | #define HAVE_GLOB 1
  13190. | #define HAVE_IOPERM 1
  13191. | #define HAVE_INET_NTOA 1
  13192. | #define HAVE_ISASCII 1
  13193. | #define HAVE_MEMCHR 1
  13194. | #define HAVE_MEMMOVE 1
  13195. | #define HAVE_MEMSET 1
  13196. | #define HAVE_MKDIR 1
  13197. | #define HAVE_MKDTEMP 1
  13198. | #define HAVE_MUNMAP 1
  13199. | #define HAVE_NEWLOCALE 1
  13200. | #define HAVE_PPOLL 1
  13201. | #define HAVE_PUTENV 1
  13202. | #define HAVE_RE_COMP 1
  13203. | #define HAVE_REGCOMP 1
  13204. | #define HAVE_SELECT 1
  13205. | #define HAVE_SETENV 1
  13206. | #define HAVE_SOCKET 1
  13207. | #define HAVE_STRCASECMP 1
  13208. | #define HAVE_STRCASESTR 1
  13209. | #define HAVE_STRCHR 1
  13210. | #define HAVE_STRCSPN 1
  13211. | #define HAVE_STRDUP 1
  13212. | #define HAVE_STRERROR 1
  13213. | #define HAVE_STRNCASECMP 1
  13214. | #define HAVE_STRNDUP 1
  13215. | #define HAVE_STRNLEN 1
  13216. | #define HAVE_STRRCHR 1
  13217. | #define HAVE_STRSEP 1
  13218. | #define HAVE_STRSPN 1
  13219. | #define HAVE_STRSTR 1
  13220. | #define HAVE_STRTOD 1
  13221. | #define HAVE_STRTOL 1
  13222. | #define HAVE_STRTOLD 1
  13223. | #define HAVE_STRTOQ 1
  13224. | #define HAVE_UNSETENV 1
  13225. | #define HAVE_UTIME 1
  13226. | #define HAVE_VASPRINTF 1
  13227. | #define HAVE_SYSCTL 1
  13228. | #define HAVE_LIBM 1
  13229. | #define HAVE_EXP2 1
  13230. | #define HAVE_LOG2 1
  13231. | #define HAVE_EXP10 1
  13232. | #define HAVE_LOG10 1
  13233. | #define HAVE_SIN 1
  13234. | #define HAVE_COS 1
  13235. | #define HAVE_TAN 1
  13236. | #define HAVE_ASIN 1
  13237. | #define HAVE_ACOS 1
  13238. | #define HAVE_ATAN 1
  13239. | #define HAVE_ATAN2 1
  13240. | #define HAVE_POW 1
  13241. | #define HAVE_RINT 1
  13242. | #define HAVE_EXP 1
  13243. | #define HAVE_LOG 1
  13244. | #define HAVE_REMAINDER 1
  13245. | #define HAVE_FMOD 1
  13246. | #define HAVE_ROUND 1
  13247. | #define HAVE_ROUNDF 1
  13248. | #define HAVE_TRUNC 1
  13249. | #define HAVE_FLOOR 1
  13250. | #define HAVE_CEIL 1
  13251. | #define HAVE_EXP2L 1
  13252. | #define HAVE_LOG2L 1
  13253. | #define HAVE_EXP10L 1
  13254. | #define HAVE_LOG10L 1
  13255. | #define HAVE_SINL 1
  13256. | #define HAVE_COSL 1
  13257. | #define HAVE_TANL 1
  13258. | #define HAVE_ASINL 1
  13259. | #define HAVE_ACOSL 1
  13260. | #define HAVE_ATANL 1
  13261. | #define HAVE_ATAN2L 1
  13262. | #define HAVE_POWL 1
  13263. | #define HAVE_SQRTL 1
  13264. | #define HAVE_RINTL 1
  13265. | #define HAVE_EXPL 1
  13266. | #define HAVE_LOGL 1
  13267. | #define HAVE_REMAINDERL 1
  13268. | #define HAVE_FMODL 1
  13269. | #define HAVE_ROUNDL 1
  13270. | #define HAVE_TRUNCL 1
  13271. | #define HAVE_FLOORL 1
  13272. | #define HAVE_CEILL 1
  13273. | #define HAVE_LLONG_MAX 1
  13274. | #define HAVE_TIMERSUB 1
  13275. | #define HAVE_SYS_POLL_H 1
  13276. | #define HAVE_FOPENCOOKIE 1
  13277. | #define HAVE_INET_ATON 1
  13278. | #define HAVE_PKTINFO 1
  13279. | #define HAVE_GETHOSTBYNAME_R_6 1
  13280. | #define HAVE_BYTESWAP_H 1
  13281. | #define HAVE_DEV_URANDOM 1
  13282. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  13283. | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
  13284. | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
  13285. | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  13286. | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  13287. | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  13288. | #define HAVE_GCC_ATOMICS 1
  13289. | #define HAVE_NULLSAFE_PRINTF 1
  13290. | #define HAVE_ATTRIBUTE_pure 1
  13291. | #define HAVE_ATTRIBUTE_malloc 1
  13292. | #define HAVE_ATTRIBUTE_const 1
  13293. | #define HAVE_ATTRIBUTE_unused 1
  13294. | #define HAVE_ATTRIBUTE_deprecated 1
  13295. | #define HAVE_ATTRIBUTE_sentinel 1
  13296. | #define HAVE_ATTRIBUTE_warn_unused_result 1
  13297. | #define HAVE_SYSINFO 1
  13298. | #define HAVE_RES_NINIT 1
  13299. | #define HAVE_GLOB_NOMAGIC 1
  13300. | #define HAVE_GLOB_BRACE 1
  13301. | #define HAVE_IP_MTU_DISCOVER 1
  13302. | #define SIZEOF_INT 4
  13303. | #define SIZEOF_LONG 4
  13304. | #define SIZEOF_LONG_LONG 8
  13305. | #define SIZEOF_CHAR_P 4
  13306. | #define SIZEOF_LONG 4
  13307. | #define SIZEOF_LONG_LONG 8
  13308. | #define SIZEOF_FD_SET_FDS_BITS 4
  13309. | #define TYPEOF_FD_SET_FDS_BITS int
  13310. | #define HAVE_DLADDR 1
  13311. | #define HAVE_DAHDI 1
  13312. | #define HAVE_DAHDI_VERSION 230
  13313. | #define HAVE_DAHDI_HALF_FULL 1
  13314. | #define HAVE_DAHDI_LINEREVERSE_VMWI 1
  13315. | #define HAVE_DAHDI_ECHOCANCEL_FAX_MODE 1
  13316. | #define HAVE_GETIFADDRS 1
  13317. | #define HAVE_TIMERFD 1
  13318. | #define HAVE_GSM_HEADER 1
  13319. | #define HAVE_ICONV 1
  13320. | /* end confdefs.h. */
  13321. | #include "c-client.h"
  13322. | void mm_searched (MAILSTREAM *stream,unsigned long number)
  13323. | {
  13324. | }
  13325. | void mm_exists (MAILSTREAM *stream,unsigned long number)
  13326. | {
  13327. | }
  13328. | void mm_expunged (MAILSTREAM *stream,unsigned long number)
  13329. | {
  13330. | }
  13331. | void mm_flags (MAILSTREAM *stream,unsigned long number)
  13332. | {
  13333. | }
  13334. | void mm_notify (MAILSTREAM *stream,char *string,long errflg)
  13335. | {
  13336. | }
  13337. | void mm_list (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
  13338. | {
  13339. | }
  13340. | void mm_lsub (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
  13341. | {
  13342. | }
  13343. | void mm_status (MAILSTREAM *stream,char *mailbox,MAILSTATUS *status)
  13344. | {
  13345. | }
  13346. | void mm_log (char *string,long errflg)
  13347. | {
  13348. | }
  13349. | void mm_dlog (char *string)
  13350. | {
  13351. | }
  13352. | void mm_login (NETMBX *mb,char *user,char *pwd,long trial)
  13353. | {
  13354. | }
  13355. | void mm_critical (MAILSTREAM *stream)
  13356. | {
  13357. | }
  13358. | void mm_nocritical (MAILSTREAM *stream)
  13359. | {
  13360. | }
  13361. | long mm_diskerror (MAILSTREAM *stream,long errcode,long serious)
  13362. | {
  13363. | }
  13364. | void mm_fatal (char *string)
  13365. | {
  13366. | }
  13367. | int
  13368. | main ()
  13369. | {
  13370. |
  13371. | MAILSTREAM *foo = mail_open(NULL, "", 0);
  13372. |
  13373. |
  13374. | ;
  13375. | return 0;
  13376. | }
  13377. configure:19188: result: no
  13378. configure:19343: checking for system c-client library...
  13379. configure:19412: gcc -o conftest -g -O2 -DUSE_SYSTEM_IMAP conftest.c -lm -lc-client >&5
  13380. conftest.c:240:31: fatal error: imap/c-client.h: No such file or directory
  13381. compilation terminated.
  13382. configure:19412: $? = 1
  13383. configure: failed program was:
  13384. | /* confdefs.h */
  13385. | #define PACKAGE_NAME "asterisk"
  13386. | #define PACKAGE_TARNAME "asterisk"
  13387. | #define PACKAGE_VERSION "trunk"
  13388. | #define PACKAGE_STRING "asterisk trunk"
  13389. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  13390. | #define PACKAGE_URL ""
  13391. | #define STDC_HEADERS 1
  13392. | #define HAVE_SYS_TYPES_H 1
  13393. | #define HAVE_SYS_STAT_H 1
  13394. | #define HAVE_STDLIB_H 1
  13395. | #define HAVE_STRING_H 1
  13396. | #define HAVE_MEMORY_H 1
  13397. | #define HAVE_STRINGS_H 1
  13398. | #define HAVE_INTTYPES_H 1
  13399. | #define HAVE_STDINT_H 1
  13400. | #define HAVE_UNISTD_H 1
  13401. | #define __EXTENSIONS__ 1
  13402. | #define _ALL_SOURCE 1
  13403. | #define _GNU_SOURCE 1
  13404. | #define _POSIX_PTHREAD_SEMANTICS 1
  13405. | #define _TANDEM_SOURCE 1
  13406. | #define HAVE_PTHREAD 1
  13407. | #define HAVE_ALLOCA_H 1
  13408. | #define HAVE_ALLOCA 1
  13409. | #define HAVE_DIRENT_H 1
  13410. | #define STDC_HEADERS 1
  13411. | #define HAVE_SYS_WAIT_H 1
  13412. | #define HAVE_ARPA_INET_H 1
  13413. | #define HAVE_FCNTL_H 1
  13414. | #define HAVE_INTTYPES_H 1
  13415. | #define HAVE_LIBINTL_H 1
  13416. | #define HAVE_LIMITS_H 1
  13417. | #define HAVE_LOCALE_H 1
  13418. | #define HAVE_MALLOC_H 1
  13419. | #define HAVE_NETDB_H 1
  13420. | #define HAVE_NETINET_IN_H 1
  13421. | #define HAVE_STDDEF_H 1
  13422. | #define HAVE_STDINT_H 1
  13423. | #define HAVE_STDLIB_H 1
  13424. | #define HAVE_STRING_H 1
  13425. | #define HAVE_STRINGS_H 1
  13426. | #define HAVE_SYS_FILE_H 1
  13427. | #define HAVE_SYS_IOCTL_H 1
  13428. | #define HAVE_SYS_PARAM_H 1
  13429. | #define HAVE_SYS_SOCKET_H 1
  13430. | #define HAVE_SYS_TIME_H 1
  13431. | #define HAVE_SYSLOG_H 1
  13432. | #define HAVE_TERMIOS_H 1
  13433. | #define HAVE_UNISTD_H 1
  13434. | #define HAVE_UTIME_H 1
  13435. | #define HAVE_ARPA_NAMESER_H 1
  13436. | #define HAVE_SYS_IO_H 1
  13437. | #define HAVE_TERMCAP 1
  13438. | #define HAVE_TINFO 1
  13439. | #define HAVE_CURSES 1
  13440. | #define HAVE_NCURSES 1
  13441. | #define HAVE_LIBXML2 1
  13442. | #define HAVE_XLOCALE_H 1
  13443. | #define _FILE_OFFSET_BITS 64
  13444. | #define HAVE__BOOL 1
  13445. | #define HAVE_STDBOOL_H 1
  13446. | #define HAVE_LONG_DOUBLE_WIDER 1
  13447. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  13448. | #define HAVE_STRUCT_UCRED_UID 1
  13449. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  13450. | #define TIME_WITH_SYS_TIME 1
  13451. | #define HAVE_PTRDIFF_T 1
  13452. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  13453. | #define HAVE_UNISTD_H 1
  13454. | #define HAVE_CHOWN 1
  13455. | #define HAVE_FORK 1
  13456. | #define HAVE_VFORK 1
  13457. | #define HAVE_WORKING_VFORK 1
  13458. | #define HAVE_WORKING_FORK 1
  13459. | #define HAVE_FSEEKO 1
  13460. | #define HAVE_STDLIB_H 1
  13461. | #define HAVE_UNISTD_H 1
  13462. | #define HAVE_SYS_PARAM_H 1
  13463. | #define HAVE_UTIME_H 1
  13464. | #define HAVE_GETPAGESIZE 1
  13465. | #define HAVE_MMAP 1
  13466. | #define HAVE_SYS_SELECT_H 1
  13467. | #define HAVE_SYS_SOCKET_H 1
  13468. | #define SELECT_TYPE_ARG1 int
  13469. | #define SELECT_TYPE_ARG234 (fd_set *)
  13470. | #define SELECT_TYPE_ARG5 (struct timeval *)
  13471. | #define RETSIGTYPE void
  13472. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  13473. | #define HAVE_STRCOLL 1
  13474. | #define HAVE_STRFTIME 1
  13475. | #define HAVE_UTIME_NULL 1
  13476. | #define HAVE_VPRINTF 1
  13477. | #define HAVE_ASPRINTF 1
  13478. | #define HAVE_ATEXIT 1
  13479. | #define HAVE_DUP2 1
  13480. | #define HAVE_EACCESS 1
  13481. | #define HAVE_ENDPWENT 1
  13482. | #define HAVE_EUIDACCESS 1
  13483. | #define HAVE_FFSLL 1
  13484. | #define HAVE_FTRUNCATE 1
  13485. | #define HAVE_GETCWD 1
  13486. | #define HAVE_GETHOSTBYNAME 1
  13487. | #define HAVE_GETHOSTNAME 1
  13488. | #define HAVE_GETLOADAVG 1
  13489. | #define HAVE_GETTIMEOFDAY 1
  13490. | #define HAVE_GLOB 1
  13491. | #define HAVE_IOPERM 1
  13492. | #define HAVE_INET_NTOA 1
  13493. | #define HAVE_ISASCII 1
  13494. | #define HAVE_MEMCHR 1
  13495. | #define HAVE_MEMMOVE 1
  13496. | #define HAVE_MEMSET 1
  13497. | #define HAVE_MKDIR 1
  13498. | #define HAVE_MKDTEMP 1
  13499. | #define HAVE_MUNMAP 1
  13500. | #define HAVE_NEWLOCALE 1
  13501. | #define HAVE_PPOLL 1
  13502. | #define HAVE_PUTENV 1
  13503. | #define HAVE_RE_COMP 1
  13504. | #define HAVE_REGCOMP 1
  13505. | #define HAVE_SELECT 1
  13506. | #define HAVE_SETENV 1
  13507. | #define HAVE_SOCKET 1
  13508. | #define HAVE_STRCASECMP 1
  13509. | #define HAVE_STRCASESTR 1
  13510. | #define HAVE_STRCHR 1
  13511. | #define HAVE_STRCSPN 1
  13512. | #define HAVE_STRDUP 1
  13513. | #define HAVE_STRERROR 1
  13514. | #define HAVE_STRNCASECMP 1
  13515. | #define HAVE_STRNDUP 1
  13516. | #define HAVE_STRNLEN 1
  13517. | #define HAVE_STRRCHR 1
  13518. | #define HAVE_STRSEP 1
  13519. | #define HAVE_STRSPN 1
  13520. | #define HAVE_STRSTR 1
  13521. | #define HAVE_STRTOD 1
  13522. | #define HAVE_STRTOL 1
  13523. | #define HAVE_STRTOLD 1
  13524. | #define HAVE_STRTOQ 1
  13525. | #define HAVE_UNSETENV 1
  13526. | #define HAVE_UTIME 1
  13527. | #define HAVE_VASPRINTF 1
  13528. | #define HAVE_SYSCTL 1
  13529. | #define HAVE_LIBM 1
  13530. | #define HAVE_EXP2 1
  13531. | #define HAVE_LOG2 1
  13532. | #define HAVE_EXP10 1
  13533. | #define HAVE_LOG10 1
  13534. | #define HAVE_SIN 1
  13535. | #define HAVE_COS 1
  13536. | #define HAVE_TAN 1
  13537. | #define HAVE_ASIN 1
  13538. | #define HAVE_ACOS 1
  13539. | #define HAVE_ATAN 1
  13540. | #define HAVE_ATAN2 1
  13541. | #define HAVE_POW 1
  13542. | #define HAVE_RINT 1
  13543. | #define HAVE_EXP 1
  13544. | #define HAVE_LOG 1
  13545. | #define HAVE_REMAINDER 1
  13546. | #define HAVE_FMOD 1
  13547. | #define HAVE_ROUND 1
  13548. | #define HAVE_ROUNDF 1
  13549. | #define HAVE_TRUNC 1
  13550. | #define HAVE_FLOOR 1
  13551. | #define HAVE_CEIL 1
  13552. | #define HAVE_EXP2L 1
  13553. | #define HAVE_LOG2L 1
  13554. | #define HAVE_EXP10L 1
  13555. | #define HAVE_LOG10L 1
  13556. | #define HAVE_SINL 1
  13557. | #define HAVE_COSL 1
  13558. | #define HAVE_TANL 1
  13559. | #define HAVE_ASINL 1
  13560. | #define HAVE_ACOSL 1
  13561. | #define HAVE_ATANL 1
  13562. | #define HAVE_ATAN2L 1
  13563. | #define HAVE_POWL 1
  13564. | #define HAVE_SQRTL 1
  13565. | #define HAVE_RINTL 1
  13566. | #define HAVE_EXPL 1
  13567. | #define HAVE_LOGL 1
  13568. | #define HAVE_REMAINDERL 1
  13569. | #define HAVE_FMODL 1
  13570. | #define HAVE_ROUNDL 1
  13571. | #define HAVE_TRUNCL 1
  13572. | #define HAVE_FLOORL 1
  13573. | #define HAVE_CEILL 1
  13574. | #define HAVE_LLONG_MAX 1
  13575. | #define HAVE_TIMERSUB 1
  13576. | #define HAVE_SYS_POLL_H 1
  13577. | #define HAVE_FOPENCOOKIE 1
  13578. | #define HAVE_INET_ATON 1
  13579. | #define HAVE_PKTINFO 1
  13580. | #define HAVE_GETHOSTBYNAME_R_6 1
  13581. | #define HAVE_BYTESWAP_H 1
  13582. | #define HAVE_DEV_URANDOM 1
  13583. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  13584. | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
  13585. | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
  13586. | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  13587. | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  13588. | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  13589. | #define HAVE_GCC_ATOMICS 1
  13590. | #define HAVE_NULLSAFE_PRINTF 1
  13591. | #define HAVE_ATTRIBUTE_pure 1
  13592. | #define HAVE_ATTRIBUTE_malloc 1
  13593. | #define HAVE_ATTRIBUTE_const 1
  13594. | #define HAVE_ATTRIBUTE_unused 1
  13595. | #define HAVE_ATTRIBUTE_deprecated 1
  13596. | #define HAVE_ATTRIBUTE_sentinel 1
  13597. | #define HAVE_ATTRIBUTE_warn_unused_result 1
  13598. | #define HAVE_SYSINFO 1
  13599. | #define HAVE_RES_NINIT 1
  13600. | #define HAVE_GLOB_NOMAGIC 1
  13601. | #define HAVE_GLOB_BRACE 1
  13602. | #define HAVE_IP_MTU_DISCOVER 1
  13603. | #define SIZEOF_INT 4
  13604. | #define SIZEOF_LONG 4
  13605. | #define SIZEOF_LONG_LONG 8
  13606. | #define SIZEOF_CHAR_P 4
  13607. | #define SIZEOF_LONG 4
  13608. | #define SIZEOF_LONG_LONG 8
  13609. | #define SIZEOF_FD_SET_FDS_BITS 4
  13610. | #define TYPEOF_FD_SET_FDS_BITS int
  13611. | #define HAVE_DLADDR 1
  13612. | #define HAVE_DAHDI 1
  13613. | #define HAVE_DAHDI_VERSION 230
  13614. | #define HAVE_DAHDI_HALF_FULL 1
  13615. | #define HAVE_DAHDI_LINEREVERSE_VMWI 1
  13616. | #define HAVE_DAHDI_ECHOCANCEL_FAX_MODE 1
  13617. | #define HAVE_GETIFADDRS 1
  13618. | #define HAVE_TIMERFD 1
  13619. | #define HAVE_GSM_HEADER 1
  13620. | #define HAVE_ICONV 1
  13621. | /* end confdefs.h. */
  13622. | #include <stdio.h>
  13623. | #include <imap/c-client.h>
  13624. | void mm_searched (MAILSTREAM *stream,unsigned long number)
  13625. | {
  13626. | }
  13627. | void mm_exists (MAILSTREAM *stream,unsigned long number)
  13628. | {
  13629. | }
  13630. | void mm_expunged (MAILSTREAM *stream,unsigned long number)
  13631. | {
  13632. | }
  13633. | void mm_flags (MAILSTREAM *stream,unsigned long number)
  13634. | {
  13635. | }
  13636. | void mm_notify (MAILSTREAM *stream,char *string,long errflg)
  13637. | {
  13638. | }
  13639. | void mm_list (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
  13640. | {
  13641. | }
  13642. | void mm_lsub (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
  13643. | {
  13644. | }
  13645. | void mm_status (MAILSTREAM *stream,char *mailbox,MAILSTATUS *status)
  13646. | {
  13647. | }
  13648. | void mm_log (char *string,long errflg)
  13649. | {
  13650. | }
  13651. | void mm_dlog (char *string)
  13652. | {
  13653. | }
  13654. | void mm_login (NETMBX *mb,char *user,char *pwd,long trial)
  13655. | {
  13656. | }
  13657. | void mm_critical (MAILSTREAM *stream)
  13658. | {
  13659. | }
  13660. | void mm_nocritical (MAILSTREAM *stream)
  13661. | {
  13662. | }
  13663. | long mm_diskerror (MAILSTREAM *stream,long errcode,long serious)
  13664. | {
  13665. | }
  13666. | void mm_fatal (char *string)
  13667. | {
  13668. | }
  13669. | int
  13670. | main ()
  13671. | {
  13672. |
  13673. | MAILSTREAM *foo = mail_open(NULL, "", 0);
  13674. |
  13675. |
  13676. | ;
  13677. | return 0;
  13678. | }
  13679. configure:19557: gcc -o conftest -g -O2 -DUSE_SYSTEM_CCLIENT conftest.c -lm -lc-client >&5
  13680. conftest.c:240:36: fatal error: c-client/c-client.h: No such file or directory
  13681. compilation terminated.
  13682. configure:19557: $? = 1
  13683. configure: failed program was:
  13684. | /* confdefs.h */
  13685. | #define PACKAGE_NAME "asterisk"
  13686. | #define PACKAGE_TARNAME "asterisk"
  13687. | #define PACKAGE_VERSION "trunk"
  13688. | #define PACKAGE_STRING "asterisk trunk"
  13689. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  13690. | #define PACKAGE_URL ""
  13691. | #define STDC_HEADERS 1
  13692. | #define HAVE_SYS_TYPES_H 1
  13693. | #define HAVE_SYS_STAT_H 1
  13694. | #define HAVE_STDLIB_H 1
  13695. | #define HAVE_STRING_H 1
  13696. | #define HAVE_MEMORY_H 1
  13697. | #define HAVE_STRINGS_H 1
  13698. | #define HAVE_INTTYPES_H 1
  13699. | #define HAVE_STDINT_H 1
  13700. | #define HAVE_UNISTD_H 1
  13701. | #define __EXTENSIONS__ 1
  13702. | #define _ALL_SOURCE 1
  13703. | #define _GNU_SOURCE 1
  13704. | #define _POSIX_PTHREAD_SEMANTICS 1
  13705. | #define _TANDEM_SOURCE 1
  13706. | #define HAVE_PTHREAD 1
  13707. | #define HAVE_ALLOCA_H 1
  13708. | #define HAVE_ALLOCA 1
  13709. | #define HAVE_DIRENT_H 1
  13710. | #define STDC_HEADERS 1
  13711. | #define HAVE_SYS_WAIT_H 1
  13712. | #define HAVE_ARPA_INET_H 1
  13713. | #define HAVE_FCNTL_H 1
  13714. | #define HAVE_INTTYPES_H 1
  13715. | #define HAVE_LIBINTL_H 1
  13716. | #define HAVE_LIMITS_H 1
  13717. | #define HAVE_LOCALE_H 1
  13718. | #define HAVE_MALLOC_H 1
  13719. | #define HAVE_NETDB_H 1
  13720. | #define HAVE_NETINET_IN_H 1
  13721. | #define HAVE_STDDEF_H 1
  13722. | #define HAVE_STDINT_H 1
  13723. | #define HAVE_STDLIB_H 1
  13724. | #define HAVE_STRING_H 1
  13725. | #define HAVE_STRINGS_H 1
  13726. | #define HAVE_SYS_FILE_H 1
  13727. | #define HAVE_SYS_IOCTL_H 1
  13728. | #define HAVE_SYS_PARAM_H 1
  13729. | #define HAVE_SYS_SOCKET_H 1
  13730. | #define HAVE_SYS_TIME_H 1
  13731. | #define HAVE_SYSLOG_H 1
  13732. | #define HAVE_TERMIOS_H 1
  13733. | #define HAVE_UNISTD_H 1
  13734. | #define HAVE_UTIME_H 1
  13735. | #define HAVE_ARPA_NAMESER_H 1
  13736. | #define HAVE_SYS_IO_H 1
  13737. | #define HAVE_TERMCAP 1
  13738. | #define HAVE_TINFO 1
  13739. | #define HAVE_CURSES 1
  13740. | #define HAVE_NCURSES 1
  13741. | #define HAVE_LIBXML2 1
  13742. | #define HAVE_XLOCALE_H 1
  13743. | #define _FILE_OFFSET_BITS 64
  13744. | #define HAVE__BOOL 1
  13745. | #define HAVE_STDBOOL_H 1
  13746. | #define HAVE_LONG_DOUBLE_WIDER 1
  13747. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  13748. | #define HAVE_STRUCT_UCRED_UID 1
  13749. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  13750. | #define TIME_WITH_SYS_TIME 1
  13751. | #define HAVE_PTRDIFF_T 1
  13752. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  13753. | #define HAVE_UNISTD_H 1
  13754. | #define HAVE_CHOWN 1
  13755. | #define HAVE_FORK 1
  13756. | #define HAVE_VFORK 1
  13757. | #define HAVE_WORKING_VFORK 1
  13758. | #define HAVE_WORKING_FORK 1
  13759. | #define HAVE_FSEEKO 1
  13760. | #define HAVE_STDLIB_H 1
  13761. | #define HAVE_UNISTD_H 1
  13762. | #define HAVE_SYS_PARAM_H 1
  13763. | #define HAVE_UTIME_H 1
  13764. | #define HAVE_GETPAGESIZE 1
  13765. | #define HAVE_MMAP 1
  13766. | #define HAVE_SYS_SELECT_H 1
  13767. | #define HAVE_SYS_SOCKET_H 1
  13768. | #define SELECT_TYPE_ARG1 int
  13769. | #define SELECT_TYPE_ARG234 (fd_set *)
  13770. | #define SELECT_TYPE_ARG5 (struct timeval *)
  13771. | #define RETSIGTYPE void
  13772. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  13773. | #define HAVE_STRCOLL 1
  13774. | #define HAVE_STRFTIME 1
  13775. | #define HAVE_UTIME_NULL 1
  13776. | #define HAVE_VPRINTF 1
  13777. | #define HAVE_ASPRINTF 1
  13778. | #define HAVE_ATEXIT 1
  13779. | #define HAVE_DUP2 1
  13780. | #define HAVE_EACCESS 1
  13781. | #define HAVE_ENDPWENT 1
  13782. | #define HAVE_EUIDACCESS 1
  13783. | #define HAVE_FFSLL 1
  13784. | #define HAVE_FTRUNCATE 1
  13785. | #define HAVE_GETCWD 1
  13786. | #define HAVE_GETHOSTBYNAME 1
  13787. | #define HAVE_GETHOSTNAME 1
  13788. | #define HAVE_GETLOADAVG 1
  13789. | #define HAVE_GETTIMEOFDAY 1
  13790. | #define HAVE_GLOB 1
  13791. | #define HAVE_IOPERM 1
  13792. | #define HAVE_INET_NTOA 1
  13793. | #define HAVE_ISASCII 1
  13794. | #define HAVE_MEMCHR 1
  13795. | #define HAVE_MEMMOVE 1
  13796. | #define HAVE_MEMSET 1
  13797. | #define HAVE_MKDIR 1
  13798. | #define HAVE_MKDTEMP 1
  13799. | #define HAVE_MUNMAP 1
  13800. | #define HAVE_NEWLOCALE 1
  13801. | #define HAVE_PPOLL 1
  13802. | #define HAVE_PUTENV 1
  13803. | #define HAVE_RE_COMP 1
  13804. | #define HAVE_REGCOMP 1
  13805. | #define HAVE_SELECT 1
  13806. | #define HAVE_SETENV 1
  13807. | #define HAVE_SOCKET 1
  13808. | #define HAVE_STRCASECMP 1
  13809. | #define HAVE_STRCASESTR 1
  13810. | #define HAVE_STRCHR 1
  13811. | #define HAVE_STRCSPN 1
  13812. | #define HAVE_STRDUP 1
  13813. | #define HAVE_STRERROR 1
  13814. | #define HAVE_STRNCASECMP 1
  13815. | #define HAVE_STRNDUP 1
  13816. | #define HAVE_STRNLEN 1
  13817. | #define HAVE_STRRCHR 1
  13818. | #define HAVE_STRSEP 1
  13819. | #define HAVE_STRSPN 1
  13820. | #define HAVE_STRSTR 1
  13821. | #define HAVE_STRTOD 1
  13822. | #define HAVE_STRTOL 1
  13823. | #define HAVE_STRTOLD 1
  13824. | #define HAVE_STRTOQ 1
  13825. | #define HAVE_UNSETENV 1
  13826. | #define HAVE_UTIME 1
  13827. | #define HAVE_VASPRINTF 1
  13828. | #define HAVE_SYSCTL 1
  13829. | #define HAVE_LIBM 1
  13830. | #define HAVE_EXP2 1
  13831. | #define HAVE_LOG2 1
  13832. | #define HAVE_EXP10 1
  13833. | #define HAVE_LOG10 1
  13834. | #define HAVE_SIN 1
  13835. | #define HAVE_COS 1
  13836. | #define HAVE_TAN 1
  13837. | #define HAVE_ASIN 1
  13838. | #define HAVE_ACOS 1
  13839. | #define HAVE_ATAN 1
  13840. | #define HAVE_ATAN2 1
  13841. | #define HAVE_POW 1
  13842. | #define HAVE_RINT 1
  13843. | #define HAVE_EXP 1
  13844. | #define HAVE_LOG 1
  13845. | #define HAVE_REMAINDER 1
  13846. | #define HAVE_FMOD 1
  13847. | #define HAVE_ROUND 1
  13848. | #define HAVE_ROUNDF 1
  13849. | #define HAVE_TRUNC 1
  13850. | #define HAVE_FLOOR 1
  13851. | #define HAVE_CEIL 1
  13852. | #define HAVE_EXP2L 1
  13853. | #define HAVE_LOG2L 1
  13854. | #define HAVE_EXP10L 1
  13855. | #define HAVE_LOG10L 1
  13856. | #define HAVE_SINL 1
  13857. | #define HAVE_COSL 1
  13858. | #define HAVE_TANL 1
  13859. | #define HAVE_ASINL 1
  13860. | #define HAVE_ACOSL 1
  13861. | #define HAVE_ATANL 1
  13862. | #define HAVE_ATAN2L 1
  13863. | #define HAVE_POWL 1
  13864. | #define HAVE_SQRTL 1
  13865. | #define HAVE_RINTL 1
  13866. | #define HAVE_EXPL 1
  13867. | #define HAVE_LOGL 1
  13868. | #define HAVE_REMAINDERL 1
  13869. | #define HAVE_FMODL 1
  13870. | #define HAVE_ROUNDL 1
  13871. | #define HAVE_TRUNCL 1
  13872. | #define HAVE_FLOORL 1
  13873. | #define HAVE_CEILL 1
  13874. | #define HAVE_LLONG_MAX 1
  13875. | #define HAVE_TIMERSUB 1
  13876. | #define HAVE_SYS_POLL_H 1
  13877. | #define HAVE_FOPENCOOKIE 1
  13878. | #define HAVE_INET_ATON 1
  13879. | #define HAVE_PKTINFO 1
  13880. | #define HAVE_GETHOSTBYNAME_R_6 1
  13881. | #define HAVE_BYTESWAP_H 1
  13882. | #define HAVE_DEV_URANDOM 1
  13883. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  13884. | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
  13885. | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
  13886. | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  13887. | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  13888. | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  13889. | #define HAVE_GCC_ATOMICS 1
  13890. | #define HAVE_NULLSAFE_PRINTF 1
  13891. | #define HAVE_ATTRIBUTE_pure 1
  13892. | #define HAVE_ATTRIBUTE_malloc 1
  13893. | #define HAVE_ATTRIBUTE_const 1
  13894. | #define HAVE_ATTRIBUTE_unused 1
  13895. | #define HAVE_ATTRIBUTE_deprecated 1
  13896. | #define HAVE_ATTRIBUTE_sentinel 1
  13897. | #define HAVE_ATTRIBUTE_warn_unused_result 1
  13898. | #define HAVE_SYSINFO 1
  13899. | #define HAVE_RES_NINIT 1
  13900. | #define HAVE_GLOB_NOMAGIC 1
  13901. | #define HAVE_GLOB_BRACE 1
  13902. | #define HAVE_IP_MTU_DISCOVER 1
  13903. | #define SIZEOF_INT 4
  13904. | #define SIZEOF_LONG 4
  13905. | #define SIZEOF_LONG_LONG 8
  13906. | #define SIZEOF_CHAR_P 4
  13907. | #define SIZEOF_LONG 4
  13908. | #define SIZEOF_LONG_LONG 8
  13909. | #define SIZEOF_FD_SET_FDS_BITS 4
  13910. | #define TYPEOF_FD_SET_FDS_BITS int
  13911. | #define HAVE_DLADDR 1
  13912. | #define HAVE_DAHDI 1
  13913. | #define HAVE_DAHDI_VERSION 230
  13914. | #define HAVE_DAHDI_HALF_FULL 1
  13915. | #define HAVE_DAHDI_LINEREVERSE_VMWI 1
  13916. | #define HAVE_DAHDI_ECHOCANCEL_FAX_MODE 1
  13917. | #define HAVE_GETIFADDRS 1
  13918. | #define HAVE_TIMERFD 1
  13919. | #define HAVE_GSM_HEADER 1
  13920. | #define HAVE_ICONV 1
  13921. | /* end confdefs.h. */
  13922. | #include <stdio.h>
  13923. | #include <c-client/c-client.h>
  13924. | void mm_searched (MAILSTREAM *stream,unsigned long number)
  13925. | {
  13926. | }
  13927. | void mm_exists (MAILSTREAM *stream,unsigned long number)
  13928. | {
  13929. | }
  13930. | void mm_expunged (MAILSTREAM *stream,unsigned long number)
  13931. | {
  13932. | }
  13933. | void mm_flags (MAILSTREAM *stream,unsigned long number)
  13934. | {
  13935. | }
  13936. | void mm_notify (MAILSTREAM *stream,char *string,long errflg)
  13937. | {
  13938. | }
  13939. | void mm_list (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
  13940. | {
  13941. | }
  13942. | void mm_lsub (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
  13943. | {
  13944. | }
  13945. | void mm_status (MAILSTREAM *stream,char *mailbox,MAILSTATUS *status)
  13946. | {
  13947. | }
  13948. | void mm_log (char *string,long errflg)
  13949. | {
  13950. | }
  13951. | void mm_dlog (char *string)
  13952. | {
  13953. | }
  13954. | void mm_login (NETMBX *mb,char *user,char *pwd,long trial)
  13955. | {
  13956. | }
  13957. | void mm_critical (MAILSTREAM *stream)
  13958. | {
  13959. | }
  13960. | void mm_nocritical (MAILSTREAM *stream)
  13961. | {
  13962. | }
  13963. | long mm_diskerror (MAILSTREAM *stream,long errcode,long serious)
  13964. | {
  13965. | }
  13966. | void mm_fatal (char *string)
  13967. | {
  13968. | }
  13969. | int
  13970. | main ()
  13971. | {
  13972. |
  13973. | MAILSTREAM *foo = mail_open(NULL, "", 0);
  13974. |
  13975. |
  13976. | ;
  13977. | return 0;
  13978. | }
  13979. configure:19652: result: no
  13980. configure:19677: checking for SQLConnect in -liodbc
  13981. configure:19702: gcc -o conftest -g -O2 -pthread conftest.c -liodbc -lm >&5
  13982. /usr/bin/ld: cannot find -liodbc
  13983. collect2: error: ld returned 1 exit status
  13984. configure:19702: $? = 1
  13985. configure: failed program was:
  13986. | /* confdefs.h */
  13987. | #define PACKAGE_NAME "asterisk"
  13988. | #define PACKAGE_TARNAME "asterisk"
  13989. | #define PACKAGE_VERSION "trunk"
  13990. | #define PACKAGE_STRING "asterisk trunk"
  13991. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  13992. | #define PACKAGE_URL ""
  13993. | #define STDC_HEADERS 1
  13994. | #define HAVE_SYS_TYPES_H 1
  13995. | #define HAVE_SYS_STAT_H 1
  13996. | #define HAVE_STDLIB_H 1
  13997. | #define HAVE_STRING_H 1
  13998. | #define HAVE_MEMORY_H 1
  13999. | #define HAVE_STRINGS_H 1
  14000. | #define HAVE_INTTYPES_H 1
  14001. | #define HAVE_STDINT_H 1
  14002. | #define HAVE_UNISTD_H 1
  14003. | #define __EXTENSIONS__ 1
  14004. | #define _ALL_SOURCE 1
  14005. | #define _GNU_SOURCE 1
  14006. | #define _POSIX_PTHREAD_SEMANTICS 1
  14007. | #define _TANDEM_SOURCE 1
  14008. | #define HAVE_PTHREAD 1
  14009. | #define HAVE_ALLOCA_H 1
  14010. | #define HAVE_ALLOCA 1
  14011. | #define HAVE_DIRENT_H 1
  14012. | #define STDC_HEADERS 1
  14013. | #define HAVE_SYS_WAIT_H 1
  14014. | #define HAVE_ARPA_INET_H 1
  14015. | #define HAVE_FCNTL_H 1
  14016. | #define HAVE_INTTYPES_H 1
  14017. | #define HAVE_LIBINTL_H 1
  14018. | #define HAVE_LIMITS_H 1
  14019. | #define HAVE_LOCALE_H 1
  14020. | #define HAVE_MALLOC_H 1
  14021. | #define HAVE_NETDB_H 1
  14022. | #define HAVE_NETINET_IN_H 1
  14023. | #define HAVE_STDDEF_H 1
  14024. | #define HAVE_STDINT_H 1
  14025. | #define HAVE_STDLIB_H 1
  14026. | #define HAVE_STRING_H 1
  14027. | #define HAVE_STRINGS_H 1
  14028. | #define HAVE_SYS_FILE_H 1
  14029. | #define HAVE_SYS_IOCTL_H 1
  14030. | #define HAVE_SYS_PARAM_H 1
  14031. | #define HAVE_SYS_SOCKET_H 1
  14032. | #define HAVE_SYS_TIME_H 1
  14033. | #define HAVE_SYSLOG_H 1
  14034. | #define HAVE_TERMIOS_H 1
  14035. | #define HAVE_UNISTD_H 1
  14036. | #define HAVE_UTIME_H 1
  14037. | #define HAVE_ARPA_NAMESER_H 1
  14038. | #define HAVE_SYS_IO_H 1
  14039. | #define HAVE_TERMCAP 1
  14040. | #define HAVE_TINFO 1
  14041. | #define HAVE_CURSES 1
  14042. | #define HAVE_NCURSES 1
  14043. | #define HAVE_LIBXML2 1
  14044. | #define HAVE_XLOCALE_H 1
  14045. | #define _FILE_OFFSET_BITS 64
  14046. | #define HAVE__BOOL 1
  14047. | #define HAVE_STDBOOL_H 1
  14048. | #define HAVE_LONG_DOUBLE_WIDER 1
  14049. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  14050. | #define HAVE_STRUCT_UCRED_UID 1
  14051. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  14052. | #define TIME_WITH_SYS_TIME 1
  14053. | #define HAVE_PTRDIFF_T 1
  14054. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  14055. | #define HAVE_UNISTD_H 1
  14056. | #define HAVE_CHOWN 1
  14057. | #define HAVE_FORK 1
  14058. | #define HAVE_VFORK 1
  14059. | #define HAVE_WORKING_VFORK 1
  14060. | #define HAVE_WORKING_FORK 1
  14061. | #define HAVE_FSEEKO 1
  14062. | #define HAVE_STDLIB_H 1
  14063. | #define HAVE_UNISTD_H 1
  14064. | #define HAVE_SYS_PARAM_H 1
  14065. | #define HAVE_UTIME_H 1
  14066. | #define HAVE_GETPAGESIZE 1
  14067. | #define HAVE_MMAP 1
  14068. | #define HAVE_SYS_SELECT_H 1
  14069. | #define HAVE_SYS_SOCKET_H 1
  14070. | #define SELECT_TYPE_ARG1 int
  14071. | #define SELECT_TYPE_ARG234 (fd_set *)
  14072. | #define SELECT_TYPE_ARG5 (struct timeval *)
  14073. | #define RETSIGTYPE void
  14074. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  14075. | #define HAVE_STRCOLL 1
  14076. | #define HAVE_STRFTIME 1
  14077. | #define HAVE_UTIME_NULL 1
  14078. | #define HAVE_VPRINTF 1
  14079. | #define HAVE_ASPRINTF 1
  14080. | #define HAVE_ATEXIT 1
  14081. | #define HAVE_DUP2 1
  14082. | #define HAVE_EACCESS 1
  14083. | #define HAVE_ENDPWENT 1
  14084. | #define HAVE_EUIDACCESS 1
  14085. | #define HAVE_FFSLL 1
  14086. | #define HAVE_FTRUNCATE 1
  14087. | #define HAVE_GETCWD 1
  14088. | #define HAVE_GETHOSTBYNAME 1
  14089. | #define HAVE_GETHOSTNAME 1
  14090. | #define HAVE_GETLOADAVG 1
  14091. | #define HAVE_GETTIMEOFDAY 1
  14092. | #define HAVE_GLOB 1
  14093. | #define HAVE_IOPERM 1
  14094. | #define HAVE_INET_NTOA 1
  14095. | #define HAVE_ISASCII 1
  14096. | #define HAVE_MEMCHR 1
  14097. | #define HAVE_MEMMOVE 1
  14098. | #define HAVE_MEMSET 1
  14099. | #define HAVE_MKDIR 1
  14100. | #define HAVE_MKDTEMP 1
  14101. | #define HAVE_MUNMAP 1
  14102. | #define HAVE_NEWLOCALE 1
  14103. | #define HAVE_PPOLL 1
  14104. | #define HAVE_PUTENV 1
  14105. | #define HAVE_RE_COMP 1
  14106. | #define HAVE_REGCOMP 1
  14107. | #define HAVE_SELECT 1
  14108. | #define HAVE_SETENV 1
  14109. | #define HAVE_SOCKET 1
  14110. | #define HAVE_STRCASECMP 1
  14111. | #define HAVE_STRCASESTR 1
  14112. | #define HAVE_STRCHR 1
  14113. | #define HAVE_STRCSPN 1
  14114. | #define HAVE_STRDUP 1
  14115. | #define HAVE_STRERROR 1
  14116. | #define HAVE_STRNCASECMP 1
  14117. | #define HAVE_STRNDUP 1
  14118. | #define HAVE_STRNLEN 1
  14119. | #define HAVE_STRRCHR 1
  14120. | #define HAVE_STRSEP 1
  14121. | #define HAVE_STRSPN 1
  14122. | #define HAVE_STRSTR 1
  14123. | #define HAVE_STRTOD 1
  14124. | #define HAVE_STRTOL 1
  14125. | #define HAVE_STRTOLD 1
  14126. | #define HAVE_STRTOQ 1
  14127. | #define HAVE_UNSETENV 1
  14128. | #define HAVE_UTIME 1
  14129. | #define HAVE_VASPRINTF 1
  14130. | #define HAVE_SYSCTL 1
  14131. | #define HAVE_LIBM 1
  14132. | #define HAVE_EXP2 1
  14133. | #define HAVE_LOG2 1
  14134. | #define HAVE_EXP10 1
  14135. | #define HAVE_LOG10 1
  14136. | #define HAVE_SIN 1
  14137. | #define HAVE_COS 1
  14138. | #define HAVE_TAN 1
  14139. | #define HAVE_ASIN 1
  14140. | #define HAVE_ACOS 1
  14141. | #define HAVE_ATAN 1
  14142. | #define HAVE_ATAN2 1
  14143. | #define HAVE_POW 1
  14144. | #define HAVE_RINT 1
  14145. | #define HAVE_EXP 1
  14146. | #define HAVE_LOG 1
  14147. | #define HAVE_REMAINDER 1
  14148. | #define HAVE_FMOD 1
  14149. | #define HAVE_ROUND 1
  14150. | #define HAVE_ROUNDF 1
  14151. | #define HAVE_TRUNC 1
  14152. | #define HAVE_FLOOR 1
  14153. | #define HAVE_CEIL 1
  14154. | #define HAVE_EXP2L 1
  14155. | #define HAVE_LOG2L 1
  14156. | #define HAVE_EXP10L 1
  14157. | #define HAVE_LOG10L 1
  14158. | #define HAVE_SINL 1
  14159. | #define HAVE_COSL 1
  14160. | #define HAVE_TANL 1
  14161. | #define HAVE_ASINL 1
  14162. | #define HAVE_ACOSL 1
  14163. | #define HAVE_ATANL 1
  14164. | #define HAVE_ATAN2L 1
  14165. | #define HAVE_POWL 1
  14166. | #define HAVE_SQRTL 1
  14167. | #define HAVE_RINTL 1
  14168. | #define HAVE_EXPL 1
  14169. | #define HAVE_LOGL 1
  14170. | #define HAVE_REMAINDERL 1
  14171. | #define HAVE_FMODL 1
  14172. | #define HAVE_ROUNDL 1
  14173. | #define HAVE_TRUNCL 1
  14174. | #define HAVE_FLOORL 1
  14175. | #define HAVE_CEILL 1
  14176. | #define HAVE_LLONG_MAX 1
  14177. | #define HAVE_TIMERSUB 1
  14178. | #define HAVE_SYS_POLL_H 1
  14179. | #define HAVE_FOPENCOOKIE 1
  14180. | #define HAVE_INET_ATON 1
  14181. | #define HAVE_PKTINFO 1
  14182. | #define HAVE_GETHOSTBYNAME_R_6 1
  14183. | #define HAVE_BYTESWAP_H 1
  14184. | #define HAVE_DEV_URANDOM 1
  14185. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  14186. | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
  14187. | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
  14188. | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  14189. | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  14190. | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  14191. | #define HAVE_GCC_ATOMICS 1
  14192. | #define HAVE_NULLSAFE_PRINTF 1
  14193. | #define HAVE_ATTRIBUTE_pure 1
  14194. | #define HAVE_ATTRIBUTE_malloc 1
  14195. | #define HAVE_ATTRIBUTE_const 1
  14196. | #define HAVE_ATTRIBUTE_unused 1
  14197. | #define HAVE_ATTRIBUTE_deprecated 1
  14198. | #define HAVE_ATTRIBUTE_sentinel 1
  14199. | #define HAVE_ATTRIBUTE_warn_unused_result 1
  14200. | #define HAVE_SYSINFO 1
  14201. | #define HAVE_RES_NINIT 1
  14202. | #define HAVE_GLOB_NOMAGIC 1
  14203. | #define HAVE_GLOB_BRACE 1
  14204. | #define HAVE_IP_MTU_DISCOVER 1
  14205. | #define SIZEOF_INT 4
  14206. | #define SIZEOF_LONG 4
  14207. | #define SIZEOF_LONG_LONG 8
  14208. | #define SIZEOF_CHAR_P 4
  14209. | #define SIZEOF_LONG 4
  14210. | #define SIZEOF_LONG_LONG 8
  14211. | #define SIZEOF_FD_SET_FDS_BITS 4
  14212. | #define TYPEOF_FD_SET_FDS_BITS int
  14213. | #define HAVE_DLADDR 1
  14214. | #define HAVE_DAHDI 1
  14215. | #define HAVE_DAHDI_VERSION 230
  14216. | #define HAVE_DAHDI_HALF_FULL 1
  14217. | #define HAVE_DAHDI_LINEREVERSE_VMWI 1
  14218. | #define HAVE_DAHDI_ECHOCANCEL_FAX_MODE 1
  14219. | #define HAVE_GETIFADDRS 1
  14220. | #define HAVE_TIMERFD 1
  14221. | #define HAVE_GSM_HEADER 1
  14222. | #define HAVE_ICONV 1
  14223. | /* end confdefs.h. */
  14224. |
  14225. | /* Override any GCC internal prototype to avoid an error.
  14226. | Use char because int might match the return type of a GCC
  14227. | builtin and then its argument prototype would still apply. */
  14228. | #ifdef __cplusplus
  14229. | extern "C"
  14230. | #endif
  14231. | char SQLConnect ();
  14232. | int
  14233. | main ()
  14234. | {
  14235. | return SQLConnect ();
  14236. | ;
  14237. | return 0;
  14238. | }
  14239. configure:19712: result: no
  14240. configure:19782: checking for inotify_init in -lc
  14241. configure:19807: gcc -o conftest -g -O2 conftest.c -lc -lm >&5
  14242. configure:19807: $? = 0
  14243. configure:19817: result: yes
  14244. configure:19841: checking sys/inotify.h usability
  14245. configure:19841: gcc -c -g -O2 conftest.c >&5
  14246. configure:19841: $? = 0
  14247. configure:19841: result: yes
  14248. configure:19841: checking sys/inotify.h presence
  14249. configure:19841: gcc -E conftest.c
  14250. configure:19841: $? = 0
  14251. configure:19841: result: yes
  14252. configure:19841: checking for sys/inotify.h
  14253. configure:19841: result: yes
  14254. configure:19887: checking for jack_activate in -ljack
  14255. configure:19912: gcc -o conftest -g -O2 conftest.c -ljack -lm >&5
  14256. /usr/bin/ld: cannot find -ljack
  14257. collect2: error: ld returned 1 exit status
  14258. configure:19912: $? = 1
  14259. configure: failed program was:
  14260. | /* confdefs.h */
  14261. | #define PACKAGE_NAME "asterisk"
  14262. | #define PACKAGE_TARNAME "asterisk"
  14263. | #define PACKAGE_VERSION "trunk"
  14264. | #define PACKAGE_STRING "asterisk trunk"
  14265. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  14266. | #define PACKAGE_URL ""
  14267. | #define STDC_HEADERS 1
  14268. | #define HAVE_SYS_TYPES_H 1
  14269. | #define HAVE_SYS_STAT_H 1
  14270. | #define HAVE_STDLIB_H 1
  14271. | #define HAVE_STRING_H 1
  14272. | #define HAVE_MEMORY_H 1
  14273. | #define HAVE_STRINGS_H 1
  14274. | #define HAVE_INTTYPES_H 1
  14275. | #define HAVE_STDINT_H 1
  14276. | #define HAVE_UNISTD_H 1
  14277. | #define __EXTENSIONS__ 1
  14278. | #define _ALL_SOURCE 1
  14279. | #define _GNU_SOURCE 1
  14280. | #define _POSIX_PTHREAD_SEMANTICS 1
  14281. | #define _TANDEM_SOURCE 1
  14282. | #define HAVE_PTHREAD 1
  14283. | #define HAVE_ALLOCA_H 1
  14284. | #define HAVE_ALLOCA 1
  14285. | #define HAVE_DIRENT_H 1
  14286. | #define STDC_HEADERS 1
  14287. | #define HAVE_SYS_WAIT_H 1
  14288. | #define HAVE_ARPA_INET_H 1
  14289. | #define HAVE_FCNTL_H 1
  14290. | #define HAVE_INTTYPES_H 1
  14291. | #define HAVE_LIBINTL_H 1
  14292. | #define HAVE_LIMITS_H 1
  14293. | #define HAVE_LOCALE_H 1
  14294. | #define HAVE_MALLOC_H 1
  14295. | #define HAVE_NETDB_H 1
  14296. | #define HAVE_NETINET_IN_H 1
  14297. | #define HAVE_STDDEF_H 1
  14298. | #define HAVE_STDINT_H 1
  14299. | #define HAVE_STDLIB_H 1
  14300. | #define HAVE_STRING_H 1
  14301. | #define HAVE_STRINGS_H 1
  14302. | #define HAVE_SYS_FILE_H 1
  14303. | #define HAVE_SYS_IOCTL_H 1
  14304. | #define HAVE_SYS_PARAM_H 1
  14305. | #define HAVE_SYS_SOCKET_H 1
  14306. | #define HAVE_SYS_TIME_H 1
  14307. | #define HAVE_SYSLOG_H 1
  14308. | #define HAVE_TERMIOS_H 1
  14309. | #define HAVE_UNISTD_H 1
  14310. | #define HAVE_UTIME_H 1
  14311. | #define HAVE_ARPA_NAMESER_H 1
  14312. | #define HAVE_SYS_IO_H 1
  14313. | #define HAVE_TERMCAP 1
  14314. | #define HAVE_TINFO 1
  14315. | #define HAVE_CURSES 1
  14316. | #define HAVE_NCURSES 1
  14317. | #define HAVE_LIBXML2 1
  14318. | #define HAVE_XLOCALE_H 1
  14319. | #define _FILE_OFFSET_BITS 64
  14320. | #define HAVE__BOOL 1
  14321. | #define HAVE_STDBOOL_H 1
  14322. | #define HAVE_LONG_DOUBLE_WIDER 1
  14323. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  14324. | #define HAVE_STRUCT_UCRED_UID 1
  14325. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  14326. | #define TIME_WITH_SYS_TIME 1
  14327. | #define HAVE_PTRDIFF_T 1
  14328. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  14329. | #define HAVE_UNISTD_H 1
  14330. | #define HAVE_CHOWN 1
  14331. | #define HAVE_FORK 1
  14332. | #define HAVE_VFORK 1
  14333. | #define HAVE_WORKING_VFORK 1
  14334. | #define HAVE_WORKING_FORK 1
  14335. | #define HAVE_FSEEKO 1
  14336. | #define HAVE_STDLIB_H 1
  14337. | #define HAVE_UNISTD_H 1
  14338. | #define HAVE_SYS_PARAM_H 1
  14339. | #define HAVE_UTIME_H 1
  14340. | #define HAVE_GETPAGESIZE 1
  14341. | #define HAVE_MMAP 1
  14342. | #define HAVE_SYS_SELECT_H 1
  14343. | #define HAVE_SYS_SOCKET_H 1
  14344. | #define SELECT_TYPE_ARG1 int
  14345. | #define SELECT_TYPE_ARG234 (fd_set *)
  14346. | #define SELECT_TYPE_ARG5 (struct timeval *)
  14347. | #define RETSIGTYPE void
  14348. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  14349. | #define HAVE_STRCOLL 1
  14350. | #define HAVE_STRFTIME 1
  14351. | #define HAVE_UTIME_NULL 1
  14352. | #define HAVE_VPRINTF 1
  14353. | #define HAVE_ASPRINTF 1
  14354. | #define HAVE_ATEXIT 1
  14355. | #define HAVE_DUP2 1
  14356. | #define HAVE_EACCESS 1
  14357. | #define HAVE_ENDPWENT 1
  14358. | #define HAVE_EUIDACCESS 1
  14359. | #define HAVE_FFSLL 1
  14360. | #define HAVE_FTRUNCATE 1
  14361. | #define HAVE_GETCWD 1
  14362. | #define HAVE_GETHOSTBYNAME 1
  14363. | #define HAVE_GETHOSTNAME 1
  14364. | #define HAVE_GETLOADAVG 1
  14365. | #define HAVE_GETTIMEOFDAY 1
  14366. | #define HAVE_GLOB 1
  14367. | #define HAVE_IOPERM 1
  14368. | #define HAVE_INET_NTOA 1
  14369. | #define HAVE_ISASCII 1
  14370. | #define HAVE_MEMCHR 1
  14371. | #define HAVE_MEMMOVE 1
  14372. | #define HAVE_MEMSET 1
  14373. | #define HAVE_MKDIR 1
  14374. | #define HAVE_MKDTEMP 1
  14375. | #define HAVE_MUNMAP 1
  14376. | #define HAVE_NEWLOCALE 1
  14377. | #define HAVE_PPOLL 1
  14378. | #define HAVE_PUTENV 1
  14379. | #define HAVE_RE_COMP 1
  14380. | #define HAVE_REGCOMP 1
  14381. | #define HAVE_SELECT 1
  14382. | #define HAVE_SETENV 1
  14383. | #define HAVE_SOCKET 1
  14384. | #define HAVE_STRCASECMP 1
  14385. | #define HAVE_STRCASESTR 1
  14386. | #define HAVE_STRCHR 1
  14387. | #define HAVE_STRCSPN 1
  14388. | #define HAVE_STRDUP 1
  14389. | #define HAVE_STRERROR 1
  14390. | #define HAVE_STRNCASECMP 1
  14391. | #define HAVE_STRNDUP 1
  14392. | #define HAVE_STRNLEN 1
  14393. | #define HAVE_STRRCHR 1
  14394. | #define HAVE_STRSEP 1
  14395. | #define HAVE_STRSPN 1
  14396. | #define HAVE_STRSTR 1
  14397. | #define HAVE_STRTOD 1
  14398. | #define HAVE_STRTOL 1
  14399. | #define HAVE_STRTOLD 1
  14400. | #define HAVE_STRTOQ 1
  14401. | #define HAVE_UNSETENV 1
  14402. | #define HAVE_UTIME 1
  14403. | #define HAVE_VASPRINTF 1
  14404. | #define HAVE_SYSCTL 1
  14405. | #define HAVE_LIBM 1
  14406. | #define HAVE_EXP2 1
  14407. | #define HAVE_LOG2 1
  14408. | #define HAVE_EXP10 1
  14409. | #define HAVE_LOG10 1
  14410. | #define HAVE_SIN 1
  14411. | #define HAVE_COS 1
  14412. | #define HAVE_TAN 1
  14413. | #define HAVE_ASIN 1
  14414. | #define HAVE_ACOS 1
  14415. | #define HAVE_ATAN 1
  14416. | #define HAVE_ATAN2 1
  14417. | #define HAVE_POW 1
  14418. | #define HAVE_RINT 1
  14419. | #define HAVE_EXP 1
  14420. | #define HAVE_LOG 1
  14421. | #define HAVE_REMAINDER 1
  14422. | #define HAVE_FMOD 1
  14423. | #define HAVE_ROUND 1
  14424. | #define HAVE_ROUNDF 1
  14425. | #define HAVE_TRUNC 1
  14426. | #define HAVE_FLOOR 1
  14427. | #define HAVE_CEIL 1
  14428. | #define HAVE_EXP2L 1
  14429. | #define HAVE_LOG2L 1
  14430. | #define HAVE_EXP10L 1
  14431. | #define HAVE_LOG10L 1
  14432. | #define HAVE_SINL 1
  14433. | #define HAVE_COSL 1
  14434. | #define HAVE_TANL 1
  14435. | #define HAVE_ASINL 1
  14436. | #define HAVE_ACOSL 1
  14437. | #define HAVE_ATANL 1
  14438. | #define HAVE_ATAN2L 1
  14439. | #define HAVE_POWL 1
  14440. | #define HAVE_SQRTL 1
  14441. | #define HAVE_RINTL 1
  14442. | #define HAVE_EXPL 1
  14443. | #define HAVE_LOGL 1
  14444. | #define HAVE_REMAINDERL 1
  14445. | #define HAVE_FMODL 1
  14446. | #define HAVE_ROUNDL 1
  14447. | #define HAVE_TRUNCL 1
  14448. | #define HAVE_FLOORL 1
  14449. | #define HAVE_CEILL 1
  14450. | #define HAVE_LLONG_MAX 1
  14451. | #define HAVE_TIMERSUB 1
  14452. | #define HAVE_SYS_POLL_H 1
  14453. | #define HAVE_FOPENCOOKIE 1
  14454. | #define HAVE_INET_ATON 1
  14455. | #define HAVE_PKTINFO 1
  14456. | #define HAVE_GETHOSTBYNAME_R_6 1
  14457. | #define HAVE_BYTESWAP_H 1
  14458. | #define HAVE_DEV_URANDOM 1
  14459. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  14460. | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
  14461. | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
  14462. | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  14463. | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  14464. | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  14465. | #define HAVE_GCC_ATOMICS 1
  14466. | #define HAVE_NULLSAFE_PRINTF 1
  14467. | #define HAVE_ATTRIBUTE_pure 1
  14468. | #define HAVE_ATTRIBUTE_malloc 1
  14469. | #define HAVE_ATTRIBUTE_const 1
  14470. | #define HAVE_ATTRIBUTE_unused 1
  14471. | #define HAVE_ATTRIBUTE_deprecated 1
  14472. | #define HAVE_ATTRIBUTE_sentinel 1
  14473. | #define HAVE_ATTRIBUTE_warn_unused_result 1
  14474. | #define HAVE_SYSINFO 1
  14475. | #define HAVE_RES_NINIT 1
  14476. | #define HAVE_GLOB_NOMAGIC 1
  14477. | #define HAVE_GLOB_BRACE 1
  14478. | #define HAVE_IP_MTU_DISCOVER 1
  14479. | #define SIZEOF_INT 4
  14480. | #define SIZEOF_LONG 4
  14481. | #define SIZEOF_LONG_LONG 8
  14482. | #define SIZEOF_CHAR_P 4
  14483. | #define SIZEOF_LONG 4
  14484. | #define SIZEOF_LONG_LONG 8
  14485. | #define SIZEOF_FD_SET_FDS_BITS 4
  14486. | #define TYPEOF_FD_SET_FDS_BITS int
  14487. | #define HAVE_DLADDR 1
  14488. | #define HAVE_DAHDI 1
  14489. | #define HAVE_DAHDI_VERSION 230
  14490. | #define HAVE_DAHDI_HALF_FULL 1
  14491. | #define HAVE_DAHDI_LINEREVERSE_VMWI 1
  14492. | #define HAVE_DAHDI_ECHOCANCEL_FAX_MODE 1
  14493. | #define HAVE_GETIFADDRS 1
  14494. | #define HAVE_TIMERFD 1
  14495. | #define HAVE_GSM_HEADER 1
  14496. | #define HAVE_ICONV 1
  14497. | #define HAVE_INOTIFY 1
  14498. | /* end confdefs.h. */
  14499. |
  14500. | /* Override any GCC internal prototype to avoid an error.
  14501. | Use char because int might match the return type of a GCC
  14502. | builtin and then its argument prototype would still apply. */
  14503. | #ifdef __cplusplus
  14504. | extern "C"
  14505. | #endif
  14506. | char jack_activate ();
  14507. | int
  14508. | main ()
  14509. | {
  14510. | return jack_activate ();
  14511. | ;
  14512. | return 0;
  14513. | }
  14514. configure:19922: result: no
  14515. configure:19993: checking for kqueue in -lc
  14516. configure:20018: gcc -o conftest -g -O2 conftest.c -lc -lm >&5
  14517. /tmp/ccNHTfdf.o: In function `main':
  14518. /usr/src/asterisk-11.13.1/conftest.c:251: undefined reference to `kqueue'
  14519. collect2: error: ld returned 1 exit status
  14520. configure:20018: $? = 1
  14521. configure: failed program was:
  14522. | /* confdefs.h */
  14523. | #define PACKAGE_NAME "asterisk"
  14524. | #define PACKAGE_TARNAME "asterisk"
  14525. | #define PACKAGE_VERSION "trunk"
  14526. | #define PACKAGE_STRING "asterisk trunk"
  14527. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  14528. | #define PACKAGE_URL ""
  14529. | #define STDC_HEADERS 1
  14530. | #define HAVE_SYS_TYPES_H 1
  14531. | #define HAVE_SYS_STAT_H 1
  14532. | #define HAVE_STDLIB_H 1
  14533. | #define HAVE_STRING_H 1
  14534. | #define HAVE_MEMORY_H 1
  14535. | #define HAVE_STRINGS_H 1
  14536. | #define HAVE_INTTYPES_H 1
  14537. | #define HAVE_STDINT_H 1
  14538. | #define HAVE_UNISTD_H 1
  14539. | #define __EXTENSIONS__ 1
  14540. | #define _ALL_SOURCE 1
  14541. | #define _GNU_SOURCE 1
  14542. | #define _POSIX_PTHREAD_SEMANTICS 1
  14543. | #define _TANDEM_SOURCE 1
  14544. | #define HAVE_PTHREAD 1
  14545. | #define HAVE_ALLOCA_H 1
  14546. | #define HAVE_ALLOCA 1
  14547. | #define HAVE_DIRENT_H 1
  14548. | #define STDC_HEADERS 1
  14549. | #define HAVE_SYS_WAIT_H 1
  14550. | #define HAVE_ARPA_INET_H 1
  14551. | #define HAVE_FCNTL_H 1
  14552. | #define HAVE_INTTYPES_H 1
  14553. | #define HAVE_LIBINTL_H 1
  14554. | #define HAVE_LIMITS_H 1
  14555. | #define HAVE_LOCALE_H 1
  14556. | #define HAVE_MALLOC_H 1
  14557. | #define HAVE_NETDB_H 1
  14558. | #define HAVE_NETINET_IN_H 1
  14559. | #define HAVE_STDDEF_H 1
  14560. | #define HAVE_STDINT_H 1
  14561. | #define HAVE_STDLIB_H 1
  14562. | #define HAVE_STRING_H 1
  14563. | #define HAVE_STRINGS_H 1
  14564. | #define HAVE_SYS_FILE_H 1
  14565. | #define HAVE_SYS_IOCTL_H 1
  14566. | #define HAVE_SYS_PARAM_H 1
  14567. | #define HAVE_SYS_SOCKET_H 1
  14568. | #define HAVE_SYS_TIME_H 1
  14569. | #define HAVE_SYSLOG_H 1
  14570. | #define HAVE_TERMIOS_H 1
  14571. | #define HAVE_UNISTD_H 1
  14572. | #define HAVE_UTIME_H 1
  14573. | #define HAVE_ARPA_NAMESER_H 1
  14574. | #define HAVE_SYS_IO_H 1
  14575. | #define HAVE_TERMCAP 1
  14576. | #define HAVE_TINFO 1
  14577. | #define HAVE_CURSES 1
  14578. | #define HAVE_NCURSES 1
  14579. | #define HAVE_LIBXML2 1
  14580. | #define HAVE_XLOCALE_H 1
  14581. | #define _FILE_OFFSET_BITS 64
  14582. | #define HAVE__BOOL 1
  14583. | #define HAVE_STDBOOL_H 1
  14584. | #define HAVE_LONG_DOUBLE_WIDER 1
  14585. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  14586. | #define HAVE_STRUCT_UCRED_UID 1
  14587. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  14588. | #define TIME_WITH_SYS_TIME 1
  14589. | #define HAVE_PTRDIFF_T 1
  14590. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  14591. | #define HAVE_UNISTD_H 1
  14592. | #define HAVE_CHOWN 1
  14593. | #define HAVE_FORK 1
  14594. | #define HAVE_VFORK 1
  14595. | #define HAVE_WORKING_VFORK 1
  14596. | #define HAVE_WORKING_FORK 1
  14597. | #define HAVE_FSEEKO 1
  14598. | #define HAVE_STDLIB_H 1
  14599. | #define HAVE_UNISTD_H 1
  14600. | #define HAVE_SYS_PARAM_H 1
  14601. | #define HAVE_UTIME_H 1
  14602. | #define HAVE_GETPAGESIZE 1
  14603. | #define HAVE_MMAP 1
  14604. | #define HAVE_SYS_SELECT_H 1
  14605. | #define HAVE_SYS_SOCKET_H 1
  14606. | #define SELECT_TYPE_ARG1 int
  14607. | #define SELECT_TYPE_ARG234 (fd_set *)
  14608. | #define SELECT_TYPE_ARG5 (struct timeval *)
  14609. | #define RETSIGTYPE void
  14610. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  14611. | #define HAVE_STRCOLL 1
  14612. | #define HAVE_STRFTIME 1
  14613. | #define HAVE_UTIME_NULL 1
  14614. | #define HAVE_VPRINTF 1
  14615. | #define HAVE_ASPRINTF 1
  14616. | #define HAVE_ATEXIT 1
  14617. | #define HAVE_DUP2 1
  14618. | #define HAVE_EACCESS 1
  14619. | #define HAVE_ENDPWENT 1
  14620. | #define HAVE_EUIDACCESS 1
  14621. | #define HAVE_FFSLL 1
  14622. | #define HAVE_FTRUNCATE 1
  14623. | #define HAVE_GETCWD 1
  14624. | #define HAVE_GETHOSTBYNAME 1
  14625. | #define HAVE_GETHOSTNAME 1
  14626. | #define HAVE_GETLOADAVG 1
  14627. | #define HAVE_GETTIMEOFDAY 1
  14628. | #define HAVE_GLOB 1
  14629. | #define HAVE_IOPERM 1
  14630. | #define HAVE_INET_NTOA 1
  14631. | #define HAVE_ISASCII 1
  14632. | #define HAVE_MEMCHR 1
  14633. | #define HAVE_MEMMOVE 1
  14634. | #define HAVE_MEMSET 1
  14635. | #define HAVE_MKDIR 1
  14636. | #define HAVE_MKDTEMP 1
  14637. | #define HAVE_MUNMAP 1
  14638. | #define HAVE_NEWLOCALE 1
  14639. | #define HAVE_PPOLL 1
  14640. | #define HAVE_PUTENV 1
  14641. | #define HAVE_RE_COMP 1
  14642. | #define HAVE_REGCOMP 1
  14643. | #define HAVE_SELECT 1
  14644. | #define HAVE_SETENV 1
  14645. | #define HAVE_SOCKET 1
  14646. | #define HAVE_STRCASECMP 1
  14647. | #define HAVE_STRCASESTR 1
  14648. | #define HAVE_STRCHR 1
  14649. | #define HAVE_STRCSPN 1
  14650. | #define HAVE_STRDUP 1
  14651. | #define HAVE_STRERROR 1
  14652. | #define HAVE_STRNCASECMP 1
  14653. | #define HAVE_STRNDUP 1
  14654. | #define HAVE_STRNLEN 1
  14655. | #define HAVE_STRRCHR 1
  14656. | #define HAVE_STRSEP 1
  14657. | #define HAVE_STRSPN 1
  14658. | #define HAVE_STRSTR 1
  14659. | #define HAVE_STRTOD 1
  14660. | #define HAVE_STRTOL 1
  14661. | #define HAVE_STRTOLD 1
  14662. | #define HAVE_STRTOQ 1
  14663. | #define HAVE_UNSETENV 1
  14664. | #define HAVE_UTIME 1
  14665. | #define HAVE_VASPRINTF 1
  14666. | #define HAVE_SYSCTL 1
  14667. | #define HAVE_LIBM 1
  14668. | #define HAVE_EXP2 1
  14669. | #define HAVE_LOG2 1
  14670. | #define HAVE_EXP10 1
  14671. | #define HAVE_LOG10 1
  14672. | #define HAVE_SIN 1
  14673. | #define HAVE_COS 1
  14674. | #define HAVE_TAN 1
  14675. | #define HAVE_ASIN 1
  14676. | #define HAVE_ACOS 1
  14677. | #define HAVE_ATAN 1
  14678. | #define HAVE_ATAN2 1
  14679. | #define HAVE_POW 1
  14680. | #define HAVE_RINT 1
  14681. | #define HAVE_EXP 1
  14682. | #define HAVE_LOG 1
  14683. | #define HAVE_REMAINDER 1
  14684. | #define HAVE_FMOD 1
  14685. | #define HAVE_ROUND 1
  14686. | #define HAVE_ROUNDF 1
  14687. | #define HAVE_TRUNC 1
  14688. | #define HAVE_FLOOR 1
  14689. | #define HAVE_CEIL 1
  14690. | #define HAVE_EXP2L 1
  14691. | #define HAVE_LOG2L 1
  14692. | #define HAVE_EXP10L 1
  14693. | #define HAVE_LOG10L 1
  14694. | #define HAVE_SINL 1
  14695. | #define HAVE_COSL 1
  14696. | #define HAVE_TANL 1
  14697. | #define HAVE_ASINL 1
  14698. | #define HAVE_ACOSL 1
  14699. | #define HAVE_ATANL 1
  14700. | #define HAVE_ATAN2L 1
  14701. | #define HAVE_POWL 1
  14702. | #define HAVE_SQRTL 1
  14703. | #define HAVE_RINTL 1
  14704. | #define HAVE_EXPL 1
  14705. | #define HAVE_LOGL 1
  14706. | #define HAVE_REMAINDERL 1
  14707. | #define HAVE_FMODL 1
  14708. | #define HAVE_ROUNDL 1
  14709. | #define HAVE_TRUNCL 1
  14710. | #define HAVE_FLOORL 1
  14711. | #define HAVE_CEILL 1
  14712. | #define HAVE_LLONG_MAX 1
  14713. | #define HAVE_TIMERSUB 1
  14714. | #define HAVE_SYS_POLL_H 1
  14715. | #define HAVE_FOPENCOOKIE 1
  14716. | #define HAVE_INET_ATON 1
  14717. | #define HAVE_PKTINFO 1
  14718. | #define HAVE_GETHOSTBYNAME_R_6 1
  14719. | #define HAVE_BYTESWAP_H 1
  14720. | #define HAVE_DEV_URANDOM 1
  14721. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  14722. | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
  14723. | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
  14724. | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  14725. | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  14726. | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  14727. | #define HAVE_GCC_ATOMICS 1
  14728. | #define HAVE_NULLSAFE_PRINTF 1
  14729. | #define HAVE_ATTRIBUTE_pure 1
  14730. | #define HAVE_ATTRIBUTE_malloc 1
  14731. | #define HAVE_ATTRIBUTE_const 1
  14732. | #define HAVE_ATTRIBUTE_unused 1
  14733. | #define HAVE_ATTRIBUTE_deprecated 1
  14734. | #define HAVE_ATTRIBUTE_sentinel 1
  14735. | #define HAVE_ATTRIBUTE_warn_unused_result 1
  14736. | #define HAVE_SYSINFO 1
  14737. | #define HAVE_RES_NINIT 1
  14738. | #define HAVE_GLOB_NOMAGIC 1
  14739. | #define HAVE_GLOB_BRACE 1
  14740. | #define HAVE_IP_MTU_DISCOVER 1
  14741. | #define SIZEOF_INT 4
  14742. | #define SIZEOF_LONG 4
  14743. | #define SIZEOF_LONG_LONG 8
  14744. | #define SIZEOF_CHAR_P 4
  14745. | #define SIZEOF_LONG 4
  14746. | #define SIZEOF_LONG_LONG 8
  14747. | #define SIZEOF_FD_SET_FDS_BITS 4
  14748. | #define TYPEOF_FD_SET_FDS_BITS int
  14749. | #define HAVE_DLADDR 1
  14750. | #define HAVE_DAHDI 1
  14751. | #define HAVE_DAHDI_VERSION 230
  14752. | #define HAVE_DAHDI_HALF_FULL 1
  14753. | #define HAVE_DAHDI_LINEREVERSE_VMWI 1
  14754. | #define HAVE_DAHDI_ECHOCANCEL_FAX_MODE 1
  14755. | #define HAVE_GETIFADDRS 1
  14756. | #define HAVE_TIMERFD 1
  14757. | #define HAVE_GSM_HEADER 1
  14758. | #define HAVE_ICONV 1
  14759. | #define HAVE_INOTIFY 1
  14760. | /* end confdefs.h. */
  14761. |
  14762. | /* Override any GCC internal prototype to avoid an error.
  14763. | Use char because int might match the return type of a GCC
  14764. | builtin and then its argument prototype would still apply. */
  14765. | #ifdef __cplusplus
  14766. | extern "C"
  14767. | #endif
  14768. | char kqueue ();
  14769. | int
  14770. | main ()
  14771. | {
  14772. | return kqueue ();
  14773. | ;
  14774. | return 0;
  14775. | }
  14776. configure:20028: result: no
  14777. configure:20083: checking for kevent64
  14778. configure:20083: gcc -o conftest -g -O2 conftest.c -lm >&5
  14779. /tmp/ccY2SwRa.o: In function `main':
  14780. /usr/src/asterisk-11.13.1/conftest.c:274: undefined reference to `kevent64'
  14781. collect2: error: ld returned 1 exit status
  14782. configure:20083: $? = 1
  14783. configure: failed program was:
  14784. | /* confdefs.h */
  14785. | #define PACKAGE_NAME "asterisk"
  14786. | #define PACKAGE_TARNAME "asterisk"
  14787. | #define PACKAGE_VERSION "trunk"
  14788. | #define PACKAGE_STRING "asterisk trunk"
  14789. | #define PACKAGE_BUGREPORT "https://issues.asterisk.org"
  14790. | #define PACKAGE_URL ""
  14791. | #define STDC_HEADERS 1
  14792. | #define HAVE_SYS_TYPES_H 1
  14793. | #define HAVE_SYS_STAT_H 1
  14794. | #define HAVE_STDLIB_H 1
  14795. | #define HAVE_STRING_H 1
  14796. | #define HAVE_MEMORY_H 1
  14797. | #define HAVE_STRINGS_H 1
  14798. | #define HAVE_INTTYPES_H 1
  14799. | #define HAVE_STDINT_H 1
  14800. | #define HAVE_UNISTD_H 1
  14801. | #define __EXTENSIONS__ 1
  14802. | #define _ALL_SOURCE 1
  14803. | #define _GNU_SOURCE 1
  14804. | #define _POSIX_PTHREAD_SEMANTICS 1
  14805. | #define _TANDEM_SOURCE 1
  14806. | #define HAVE_PTHREAD 1
  14807. | #define HAVE_ALLOCA_H 1
  14808. | #define HAVE_ALLOCA 1
  14809. | #define HAVE_DIRENT_H 1
  14810. | #define STDC_HEADERS 1
  14811. | #define HAVE_SYS_WAIT_H 1
  14812. | #define HAVE_ARPA_INET_H 1
  14813. | #define HAVE_FCNTL_H 1
  14814. | #define HAVE_INTTYPES_H 1
  14815. | #define HAVE_LIBINTL_H 1
  14816. | #define HAVE_LIMITS_H 1
  14817. | #define HAVE_LOCALE_H 1
  14818. | #define HAVE_MALLOC_H 1
  14819. | #define HAVE_NETDB_H 1
  14820. | #define HAVE_NETINET_IN_H 1
  14821. | #define HAVE_STDDEF_H 1
  14822. | #define HAVE_STDINT_H 1
  14823. | #define HAVE_STDLIB_H 1
  14824. | #define HAVE_STRING_H 1
  14825. | #define HAVE_STRINGS_H 1
  14826. | #define HAVE_SYS_FILE_H 1
  14827. | #define HAVE_SYS_IOCTL_H 1
  14828. | #define HAVE_SYS_PARAM_H 1
  14829. | #define HAVE_SYS_SOCKET_H 1
  14830. | #define HAVE_SYS_TIME_H 1
  14831. | #define HAVE_SYSLOG_H 1
  14832. | #define HAVE_TERMIOS_H 1
  14833. | #define HAVE_UNISTD_H 1
  14834. | #define HAVE_UTIME_H 1
  14835. | #define HAVE_ARPA_NAMESER_H 1
  14836. | #define HAVE_SYS_IO_H 1
  14837. | #define HAVE_TERMCAP 1
  14838. | #define HAVE_TINFO 1
  14839. | #define HAVE_CURSES 1
  14840. | #define HAVE_NCURSES 1
  14841. | #define HAVE_LIBXML2 1
  14842. | #define HAVE_XLOCALE_H 1
  14843. | #define _FILE_OFFSET_BITS 64
  14844. | #define HAVE__BOOL 1
  14845. | #define HAVE_STDBOOL_H 1
  14846. | #define HAVE_LONG_DOUBLE_WIDER 1
  14847. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  14848. | #define HAVE_STRUCT_UCRED_UID 1
  14849. | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
  14850. | #define TIME_WITH_SYS_TIME 1
  14851. | #define HAVE_PTRDIFF_T 1
  14852. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  14853. | #define HAVE_UNISTD_H 1
  14854. | #define HAVE_CHOWN 1
  14855. | #define HAVE_FORK 1
  14856. | #define HAVE_VFORK 1
  14857. | #define HAVE_WORKING_VFORK 1
  14858. | #define HAVE_WORKING_FORK 1
  14859. | #define HAVE_FSEEKO 1
  14860. | #define HAVE_STDLIB_H 1
  14861. | #define HAVE_UNISTD_H 1
  14862. | #define HAVE_SYS_PARAM_H 1
  14863. | #define HAVE_UTIME_H 1
  14864. | #define HAVE_GETPAGESIZE 1
  14865. | #define HAVE_MMAP 1
  14866. | #define HAVE_SYS_SELECT_H 1
  14867. | #define HAVE_SYS_SOCKET_H 1
  14868. | #define SELECT_TYPE_ARG1 int
  14869. | #define SELECT_TYPE_ARG234 (fd_set *)
  14870. | #define SELECT_TYPE_ARG5 (struct timeval *)
  14871. | #define RETSIGTYPE void
  14872. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  14873. | #define HAVE_STRCOLL 1
  14874. | #define HAVE_STRFTIME 1
  14875. | #define HAVE_UTIME_NULL 1
  14876. | #define HAVE_VPRINTF 1
  14877. | #define HAVE_ASPRINTF 1
  14878. | #define HAVE_ATEXIT 1
  14879. | #define HAVE_DUP2 1
  14880. | #define HAVE_EACCESS 1
  14881. | #define HAVE_ENDPWENT 1
  14882. | #define HAVE_EUIDACCESS 1
  14883. | #define HAVE_FFSLL 1
  14884. | #define HAVE_FTRUNCATE 1
  14885. | #define HAVE_GETCWD 1
  14886. | #define HAVE_GETHOSTBYNAME 1
  14887. | #define HAVE_GETHOSTNAME 1
  14888. | #define HAVE_GETLOADAVG 1
  14889. | #define HAVE_GETTIMEOFDAY 1
  14890. | #define HAVE_GLOB 1
  14891. | #define HAVE_IOPERM 1
  14892. | #define HAVE_INET_NTOA 1
  14893. | #define HAVE_ISASCII 1
  14894. | #define HAVE_MEMCHR 1
  14895. | #define HAVE_MEMMOVE 1
  14896. | #define HAVE_MEMSET 1
  14897. | #define HAVE_MKDIR 1
  14898. | #define HAVE_MKDTEMP 1
  14899. | #define HAVE_MUNMAP 1
  14900. | #define HAVE_NEWLOCALE 1
  14901. | #define HAVE_PPOLL 1
  14902. | #define HAVE_PUTENV 1
  14903. | #define HAVE_RE_COMP 1
  14904. | #define HAVE_REGCOMP 1
  14905. | #define HAVE_SELECT 1
  14906. | #define HAVE_SETENV 1
  14907. | #define HAVE_SOCKET 1
  14908. | #define HAVE_STRCASECMP 1
  14909. | #define HAVE_STRCASESTR 1
  14910. | #define HAVE_STRCHR 1
  14911. | #define HAVE_STRCSPN 1
  14912. | #define HAVE_STRDUP 1
  14913. | #define HAVE_STRERROR 1
  14914. | #define HAVE_STRNCASECMP 1
  14915. | #define HAVE_STRNDUP 1
  14916. | #define HAVE_STRNLEN 1
  14917. | #define HAVE_STRRCHR 1
  14918. | #define HAVE_STRSEP 1
  14919. | #define HAVE_STRSPN 1
  14920. | #define HAVE_STRSTR 1
  14921. | #define HAVE_STRTOD 1
  14922. | #define HAVE_STRTOL 1
  14923. | #define HAVE_STRTOLD 1
  14924. | #define HAVE_STRTOQ 1
  14925. | #define HAVE_UNSETENV 1
  14926. | #define HAVE_UTIME 1
  14927. | #define HAVE_VASPRINTF 1
  14928. | #define HAVE_SYSCTL 1
  14929. | #define HAVE_LIBM 1
  14930. | #define HAVE_EXP2 1
  14931. | #define HAVE_LOG2 1
  14932. | #define HAVE_EXP10 1
  14933. | #define HAVE_LOG10 1
  14934. | #define HAVE_SIN 1
  14935. | #define HAVE_COS 1
  14936. | #define HAVE_TAN 1
  14937. | #define HAVE_ASIN 1
  14938. | #define HAVE_ACOS 1
  14939. | #define HAVE_ATAN 1
  14940. | #define HAVE_ATAN2 1
  14941. | #define HAVE_POW 1
  14942. | #define HAVE_RINT 1
  14943. | #define HAVE_EXP 1
  14944. | #define HAVE_LOG 1
  14945. | #define HAVE_REMAINDER 1
  14946. | #define HAVE_FMOD 1
  14947. | #define HAVE_ROUND 1
  14948. | #define HAVE_ROUNDF 1
  14949. | #define HAVE_TRUNC 1
  14950. | #define HAVE_FLOOR 1
  14951. | #define HAVE_CEIL 1
  14952. | #define HAVE_EXP2L 1
  14953. | #define HAVE_LOG2L 1
  14954. | #define HAVE_EXP10L 1
  14955. | #define HAVE_LOG10L 1
  14956. | #define HAVE_SINL 1
  14957. | #define HAVE_COSL 1
  14958. | #define HAVE_TANL 1
  14959. | #define HAVE_ASINL 1
  14960. | #define HAVE_ACOSL 1
  14961. | #define HAVE_ATANL 1
  14962. | #define HAVE_ATAN2L 1
  14963. | #define HAVE_POWL 1
  14964. | #define HAVE_SQRTL 1
  14965. | #define HAVE_RINTL 1
  14966. | #define HAVE_EXPL 1
  14967. | #define HAVE_LOGL 1
  14968. | #define HAVE_REMAINDERL 1
  14969. | #define HAVE_FMODL 1
  14970. | #define HAVE_ROUNDL 1
  14971. | #define HAVE_TRUNCL 1
  14972. | #define HAVE_FLOORL 1
  14973. | #define HAVE_CEILL 1
  14974. | #define HAVE_LLONG_MAX 1
  14975. | #define HAVE_TIMERSUB 1
  14976. | #define HAVE_SYS_POLL_H 1
  14977. | #define HAVE_FOPENCOOKIE 1
  14978. | #define HAVE_INET_ATON 1
  14979. | #define HAVE_PKTINFO 1
  14980. | #define HAVE_GETHOSTBYNAME_R_6 1
  14981. | #define HAVE_BYTESWAP_H 1
  14982. | #define HAVE_DEV_URANDOM 1
  14983. | #define HAVE_LOCALE_T_IN_LOCALE_H 1
  14984. | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
  14985. | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
  14986. | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  14987. | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  14988. | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  14989. | #define HAVE_GCC_ATOMICS 1
  14990. | #define HAVE_NULLSAFE_PRINTF 1
  14991. | #define HAVE_ATTRIBUTE_pure 1
  14992. | #define HAVE_ATTRIBUTE_malloc 1
  14993. | #define HAVE_ATTRIBUTE_const 1
  14994. | #define HAVE_ATTRIBUTE_unused 1
  14995. | #define HAVE_ATTRIBUTE_deprecated 1
  14996. | #define HAVE_ATTRIBUTE_sentinel 1
  14997. | #define HAVE_ATTRIBUTE_warn_unused_result 1
  14998. | #define HAVE_SYSINFO 1
  14999. | #define HAVE_RES_NINIT 1
  15000. | #define HAVE_GLOB_NOMAGIC 1
  15001. | #define HAVE_GLOB_BRACE 1
  15002. | #define HAVE_IP_MTU_DISCOVER 1
  15003. | #define SIZEOF_INT 4
  15004. | #define SIZEOF_LONG 4
  15005. | #define SIZEOF_LONG_LONG 8
  15006. | #define SIZEOF_CHAR_P 4
  15007. | #define SIZEOF_LONG 4
  15008. | #define SIZEOF_LONG_LONG 8
  15009. | #define SIZEOF_FD_SET_FDS_BITS 4
  15010. | #define TYPEOF_FD_SET_FDS_BITS int
  15011. | #define HAVE_DLADDR 1
  15012. | #define HAVE_DAHDI 1
  15013. | #define HAVE_DAHDI_VERSION 230
  15014. | #define HAVE_DAHDI_HALF_FULL 1
  15015. | #define HAVE_DAHDI_LINEREVERSE_VMWI 1
  15016. | #define HAVE_DAHDI_ECHOCANCEL_FAX_MODE 1
  15017. | #define HAVE_GETIFADDRS 1
  15018. | #define HAVE_TIMERFD 1
  15019. | #define HAVE_GSM_HEADER 1
  15020. | #define HAVE_ICONV 1
  15021. | #define HAVE_INOTIFY 1
  15022. | /* end confdefs.h. */
  15023. | /* Define kevent64 to an innocuous variant, in case <limits.h> declares kevent64.
  15024. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  15025. | #define kevent64 innocuous_kevent64
  15026. |
  15027. | /* System header to define __stub macros and hopefully few prototypes,
  15028. | which can conflict with char kevent64 (); below.
  15029. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  15030. | <limits.h> exists even on freestanding compilers. */
  15031. |
  15032. | #ifdef __STDC__
  15033. | # include <limits.h>
  15034. | #else
  15035. | # include <assert.h>
  15036. | #endif
  15037. |
  15038. | #undef kevent64
  15039. |
  15040. | /* Override any GCC internal prototype to avoid an error.
  15041. | Use char because int might match the return type of a GCC
  15042. | builtin and then its argument prototype would still apply. */
  15043. | #ifdef __cplusplus
  15044. | extern "C"
  15045. | #endif
  15046. | char kevent64 ();
  15047. | /* The GNU C library defines this for functions which it implements
  15048. | to always fail with ENOSYS. Some functions are actually named
  15049. | something starting with __ and the normal name is an alias. */
  15050. | #if defined __stub_kevent64 || defined __stub___kevent64
  15051. | choke me
  15052. | #endif
  15053. |
  15054. | int
  15055. | main ()
  15056. | {
  15057. | return kevent64 ();
  15058. | ;
  15059. | return 0;
  15060. | }
  15061. configure:20083: result: no
  15062. configure:20112: checking for lt_dlinit in -lltdl
  15063. configure:20137: gcc -o conftest -g -O2 conftest.c -lltdl -lm >&5
  15064. /usr/bin/ld: cannot find -lltdl
  15065. collect2: error: ld returned 1 exit status
  15066. configure:20137: $? = 1
  15067. configure: failed program was:
  15068. | /* confdefs.h */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement