Advertisement
lerasdn

Untitled

Jul 2nd, 2019
650
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 367.52 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by configure, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --with-apxs2=/usr/share/apache2/bin/apxs --with-mysql
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = lera
  14. uname -m = x86_64
  15. uname -r = 4.9.0-9-amd64
  16. uname -s = Linux
  17. uname -v = #1 SMP Debian 4.9.168-1+deb9u3 (2019-06-16)
  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:3250: checking for grep that handles long lines and -e
  43. configure:3308: result: /bin/grep
  44. configure:3313: checking for egrep
  45. configure:3375: result: /bin/grep -E
  46. configure:3380: checking for a sed that does not truncate output
  47. configure:3434: result: /bin/sed
  48. configure:3544: checking build system type
  49. configure:3558: result: x86_64-pc-linux-gnu
  50. configure:3578: checking host system type
  51. configure:3591: result: x86_64-pc-linux-gnu
  52. configure:3611: checking target system type
  53. configure:3624: result: x86_64-pc-linux-gnu
  54. configure:3784: checking for cc
  55. configure:3800: found /usr/bin/cc
  56. configure:3811: result: cc
  57. configure:3842: checking for C compiler version
  58. configure:3851: cc --version >&5
  59. cc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
  60. Copyright (C) 2016 Free Software Foundation, Inc.
  61. This is free software; see the source for copying conditions. There is NO
  62. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  63.  
  64. configure:3862: $? = 0
  65. configure:3851: cc -v >&5
  66. Using built-in specs.
  67. COLLECT_GCC=cc
  68. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
  69. Target: x86_64-linux-gnu
  70. Configured with: ../src/configure -v --with-pkgversion='Debian 6.3.0-18+deb9u1' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  71. Thread model: posix
  72. gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1)
  73. configure:3862: $? = 0
  74. configure:3851: cc -V >&5
  75. cc: error: unrecognized command line option '-V'
  76. cc: fatal error: no input files
  77. compilation terminated.
  78. configure:3862: $? = 1
  79. configure:3851: cc -qversion >&5
  80. cc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  81. cc: fatal error: no input files
  82. compilation terminated.
  83. configure:3862: $? = 1
  84. configure:3882: checking whether the C compiler works
  85. configure:3904: cc conftest.c >&5
  86. configure:3908: $? = 0
  87. configure:3956: result: yes
  88. configure:3959: checking for C compiler default output file name
  89. configure:3961: result: a.out
  90. configure:3967: checking for suffix of executables
  91. configure:3974: cc -o conftest conftest.c >&5
  92. configure:3978: $? = 0
  93. configure:4000: result:
  94. configure:4022: checking whether we are cross compiling
  95. configure:4030: cc -o conftest conftest.c >&5
  96. configure:4034: $? = 0
  97. configure:4041: ./conftest
  98. configure:4045: $? = 0
  99. configure:4060: result: no
  100. configure:4065: checking for suffix of object files
  101. configure:4087: cc -c conftest.c >&5
  102. configure:4091: $? = 0
  103. configure:4112: result: o
  104. configure:4116: checking whether we are using the GNU C compiler
  105. configure:4135: cc -c conftest.c >&5
  106. configure:4135: $? = 0
  107. configure:4144: result: yes
  108. configure:4153: checking whether cc accepts -g
  109. configure:4173: cc -c -g conftest.c >&5
  110. configure:4173: $? = 0
  111. configure:4214: result: yes
  112. configure:4231: checking for cc option to accept ISO C89
  113. configure:4294: cc -c -g -O2 conftest.c >&5
  114. configure:4294: $? = 0
  115. configure:4307: result: none needed
  116. configure:4333: checking how to run the C preprocessor
  117. configure:4364: cc -E conftest.c
  118. configure:4364: $? = 0
  119. configure:4378: cc -E conftest.c
  120. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  121. #include <ac_nonexistent.h>
  122. ^
  123. compilation terminated.
  124. configure:4378: $? = 1
  125. configure: failed program was:
  126. | /* confdefs.h */
  127. | #define PACKAGE_NAME ""
  128. | #define PACKAGE_TARNAME ""
  129. | #define PACKAGE_VERSION ""
  130. | #define PACKAGE_STRING ""
  131. | #define PACKAGE_BUGREPORT ""
  132. | #define PACKAGE_URL ""
  133. | /* end confdefs.h. */
  134. | #include <ac_nonexistent.h>
  135. configure:4403: result: cc -E
  136. configure:4423: cc -E conftest.c
  137. configure:4423: $? = 0
  138. configure:4437: cc -E conftest.c
  139. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  140. #include <ac_nonexistent.h>
  141. ^
  142. compilation terminated.
  143. configure:4437: $? = 1
  144. configure: failed program was:
  145. | /* confdefs.h */
  146. | #define PACKAGE_NAME ""
  147. | #define PACKAGE_TARNAME ""
  148. | #define PACKAGE_VERSION ""
  149. | #define PACKAGE_STRING ""
  150. | #define PACKAGE_BUGREPORT ""
  151. | #define PACKAGE_URL ""
  152. | /* end confdefs.h. */
  153. | #include <ac_nonexistent.h>
  154. configure:4468: checking for icc
  155. configure:4477: result: no
  156. configure:4491: checking for suncc
  157. configure:4500: result: no
  158. configure:4518: checking whether cc understands -c and -o together
  159. configure:4546: cc -c conftest.c -o conftest2.o >&5
  160. configure:4550: $? = 0
  161. configure:4556: cc -c conftest.c -o conftest2.o >&5
  162. configure:4560: $? = 0
  163. configure:4615: result: yes
  164. configure:4630: checking how to run the C preprocessor
  165. configure:4700: result: cc -E
  166. configure:4720: cc -E conftest.c
  167. configure:4720: $? = 0
  168. configure:4734: cc -E conftest.c
  169. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  170. #include <ac_nonexistent.h>
  171. ^
  172. compilation terminated.
  173. configure:4734: $? = 1
  174. configure: failed program was:
  175. | /* confdefs.h */
  176. | #define PACKAGE_NAME ""
  177. | #define PACKAGE_TARNAME ""
  178. | #define PACKAGE_VERSION ""
  179. | #define PACKAGE_STRING ""
  180. | #define PACKAGE_BUGREPORT ""
  181. | #define PACKAGE_URL ""
  182. | /* end confdefs.h. */
  183. | #include <ac_nonexistent.h>
  184. configure:4762: checking for ANSI C header files
  185. configure:4782: cc -c -g -O2 conftest.c >&5
  186. configure:4782: $? = 0
  187. configure:4855: cc -o conftest -g -O2 conftest.c >&5
  188. configure:4855: $? = 0
  189. configure:4855: ./conftest
  190. configure:4855: $? = 0
  191. configure:4866: result: yes
  192. configure:4879: checking for sys/types.h
  193. configure:4879: cc -c -g -O2 conftest.c >&5
  194. configure:4879: $? = 0
  195. configure:4879: result: yes
  196. configure:4879: checking for sys/stat.h
  197. configure:4879: cc -c -g -O2 conftest.c >&5
  198. configure:4879: $? = 0
  199. configure:4879: result: yes
  200. configure:4879: checking for stdlib.h
  201. configure:4879: cc -c -g -O2 conftest.c >&5
  202. configure:4879: $? = 0
  203. configure:4879: result: yes
  204. configure:4879: checking for string.h
  205. configure:4879: cc -c -g -O2 conftest.c >&5
  206. configure:4879: $? = 0
  207. configure:4879: result: yes
  208. configure:4879: checking for memory.h
  209. configure:4879: cc -c -g -O2 conftest.c >&5
  210. configure:4879: $? = 0
  211. configure:4879: result: yes
  212. configure:4879: checking for strings.h
  213. configure:4879: cc -c -g -O2 conftest.c >&5
  214. configure:4879: $? = 0
  215. configure:4879: result: yes
  216. configure:4879: checking for inttypes.h
  217. configure:4879: cc -c -g -O2 conftest.c >&5
  218. configure:4879: $? = 0
  219. configure:4879: result: yes
  220. configure:4879: checking for stdint.h
  221. configure:4879: cc -c -g -O2 conftest.c >&5
  222. configure:4879: $? = 0
  223. configure:4879: result: yes
  224. configure:4879: checking for unistd.h
  225. configure:4879: cc -c -g -O2 conftest.c >&5
  226. configure:4879: $? = 0
  227. configure:4879: result: yes
  228. configure:4892: checking minix/config.h usability
  229. configure:4892: cc -c -g -O2 conftest.c >&5
  230. conftest.c:52:26: fatal error: minix/config.h: No such file or directory
  231. #include <minix/config.h>
  232. ^
  233. compilation terminated.
  234. configure:4892: $? = 1
  235. configure: failed program was:
  236. | /* confdefs.h */
  237. | #define PACKAGE_NAME ""
  238. | #define PACKAGE_TARNAME ""
  239. | #define PACKAGE_VERSION ""
  240. | #define PACKAGE_STRING ""
  241. | #define PACKAGE_BUGREPORT ""
  242. | #define PACKAGE_URL ""
  243. | #define STDC_HEADERS 1
  244. | #define HAVE_SYS_TYPES_H 1
  245. | #define HAVE_SYS_STAT_H 1
  246. | #define HAVE_STDLIB_H 1
  247. | #define HAVE_STRING_H 1
  248. | #define HAVE_MEMORY_H 1
  249. | #define HAVE_STRINGS_H 1
  250. | #define HAVE_INTTYPES_H 1
  251. | #define HAVE_STDINT_H 1
  252. | #define HAVE_UNISTD_H 1
  253. | /* end confdefs.h. */
  254. | #include <stdio.h>
  255. | #ifdef HAVE_SYS_TYPES_H
  256. | # include <sys/types.h>
  257. | #endif
  258. | #ifdef HAVE_SYS_STAT_H
  259. | # include <sys/stat.h>
  260. | #endif
  261. | #ifdef STDC_HEADERS
  262. | # include <stdlib.h>
  263. | # include <stddef.h>
  264. | #else
  265. | # ifdef HAVE_STDLIB_H
  266. | # include <stdlib.h>
  267. | # endif
  268. | #endif
  269. | #ifdef HAVE_STRING_H
  270. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  271. | # include <memory.h>
  272. | # endif
  273. | # include <string.h>
  274. | #endif
  275. | #ifdef HAVE_STRINGS_H
  276. | # include <strings.h>
  277. | #endif
  278. | #ifdef HAVE_INTTYPES_H
  279. | # include <inttypes.h>
  280. | #endif
  281. | #ifdef HAVE_STDINT_H
  282. | # include <stdint.h>
  283. | #endif
  284. | #ifdef HAVE_UNISTD_H
  285. | # include <unistd.h>
  286. | #endif
  287. | #include <minix/config.h>
  288. configure:4892: result: no
  289. configure:4892: checking minix/config.h presence
  290. configure:4892: cc -E conftest.c
  291. conftest.c:19:26: fatal error: minix/config.h: No such file or directory
  292. #include <minix/config.h>
  293. ^
  294. compilation terminated.
  295. configure:4892: $? = 1
  296. configure: failed program was:
  297. | /* confdefs.h */
  298. | #define PACKAGE_NAME ""
  299. | #define PACKAGE_TARNAME ""
  300. | #define PACKAGE_VERSION ""
  301. | #define PACKAGE_STRING ""
  302. | #define PACKAGE_BUGREPORT ""
  303. | #define PACKAGE_URL ""
  304. | #define STDC_HEADERS 1
  305. | #define HAVE_SYS_TYPES_H 1
  306. | #define HAVE_SYS_STAT_H 1
  307. | #define HAVE_STDLIB_H 1
  308. | #define HAVE_STRING_H 1
  309. | #define HAVE_MEMORY_H 1
  310. | #define HAVE_STRINGS_H 1
  311. | #define HAVE_INTTYPES_H 1
  312. | #define HAVE_STDINT_H 1
  313. | #define HAVE_UNISTD_H 1
  314. | /* end confdefs.h. */
  315. | #include <minix/config.h>
  316. configure:4892: result: no
  317. configure:4892: checking for minix/config.h
  318. configure:4892: result: no
  319. configure:4913: checking whether it is safe to define __EXTENSIONS__
  320. configure:4931: cc -c -g -O2 conftest.c >&5
  321. configure:4931: $? = 0
  322. configure:4938: result: yes
  323. configure:4952: checking whether ln -s works
  324. configure:4956: result: yes
  325. configure:4967: checking for system library directory
  326. configure:4982: result: lib
  327. configure:4991: checking whether to enable runpaths
  328. configure:5005: result: yes
  329. configure:5012: checking if compiler supports -R
  330. configure:5031: cc -o conftest -g -O2 conftest.c -R /usr/lib >&5
  331. cc: error: unrecognized command line option '-R'; did you mean '-R'?
  332. configure:5031: $? = 1
  333. configure: failed program was:
  334. | /* confdefs.h */
  335. | #define PACKAGE_NAME ""
  336. | #define PACKAGE_TARNAME ""
  337. | #define PACKAGE_VERSION ""
  338. | #define PACKAGE_STRING ""
  339. | #define PACKAGE_BUGREPORT ""
  340. | #define PACKAGE_URL ""
  341. | #define STDC_HEADERS 1
  342. | #define HAVE_SYS_TYPES_H 1
  343. | #define HAVE_SYS_STAT_H 1
  344. | #define HAVE_STDLIB_H 1
  345. | #define HAVE_STRING_H 1
  346. | #define HAVE_MEMORY_H 1
  347. | #define HAVE_STRINGS_H 1
  348. | #define HAVE_INTTYPES_H 1
  349. | #define HAVE_STDINT_H 1
  350. | #define HAVE_UNISTD_H 1
  351. | #define __EXTENSIONS__ 1
  352. | #define _ALL_SOURCE 1
  353. | #define _GNU_SOURCE 1
  354. | #define _POSIX_PTHREAD_SEMANTICS 1
  355. | #define _TANDEM_SOURCE 1
  356. | /* end confdefs.h. */
  357. |
  358. | int
  359. | main ()
  360. | {
  361. |
  362. | ;
  363. | return 0;
  364. | }
  365. configure:5041: result: no
  366. configure:5046: checking if compiler supports -Wl,-rpath,
  367. configure:5065: cc -o conftest -g -O2 conftest.c -Wl,-rpath,/usr/lib >&5
  368. configure:5065: $? = 0
  369. configure:5075: result: yes
  370. configure:5093: checking for gawk
  371. configure:5110: found /usr/bin/gawk
  372. configure:5121: result: gawk
  373. configure:5165: checking for bison
  374. configure:5181: found /usr/bin/bison
  375. configure:5192: result: bison -y
  376. configure:5218: checking for bison version
  377. configure:5242: result: 3.0 (ok)
  378. configure:5261: checking for re2c
  379. configure:5291: result: no
  380. configure:5316: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
  381. configure:5337: checking whether to enable computed goto gcc extension with re2c
  382. configure:5351: result: no
  383. configure:5419: checking whether C compiler accepts -fvisibility=hidden
  384. configure:5438: cc -c -g -O2 -fvisibility=hidden conftest.c >&5
  385. configure:5438: $? = 0
  386. configure:5446: result: yes
  387. configure:5517: checking whether to force non-PIC code in shared modules
  388. configure:5531: result: no
  389. configure:5547: checking whether /dev/urandom exists
  390. configure:5553: result: yes
  391. configure:5560: checking whether /dev/arandom exists
  392. configure:5569: result: no
  393. configure:5584: checking for global register variables support
  394. configure:5632: cc -c -g -O2 -fvisibility=hidden conftest.c >&5
  395. configure:5632: $? = 0
  396. configure:5650: result: yes
  397. configure:5653: checking whether atof() accepts NAN
  398. configure:5684: cc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
  399. configure:5684: $? = 0
  400. configure:5684: ./conftest
  401. configure:5684: $? = 1
  402. configure: program exited with status 1
  403. configure: failed program was:
  404. | /* confdefs.h */
  405. | #define PACKAGE_NAME ""
  406. | #define PACKAGE_TARNAME ""
  407. | #define PACKAGE_VERSION ""
  408. | #define PACKAGE_STRING ""
  409. | #define PACKAGE_BUGREPORT ""
  410. | #define PACKAGE_URL ""
  411. | #define STDC_HEADERS 1
  412. | #define HAVE_SYS_TYPES_H 1
  413. | #define HAVE_SYS_STAT_H 1
  414. | #define HAVE_STDLIB_H 1
  415. | #define HAVE_STRING_H 1
  416. | #define HAVE_MEMORY_H 1
  417. | #define HAVE_STRINGS_H 1
  418. | #define HAVE_INTTYPES_H 1
  419. | #define HAVE_STDINT_H 1
  420. | #define HAVE_UNISTD_H 1
  421. | #define __EXTENSIONS__ 1
  422. | #define _ALL_SOURCE 1
  423. | #define _GNU_SOURCE 1
  424. | #define _POSIX_PTHREAD_SEMANTICS 1
  425. | #define _TANDEM_SOURCE 1
  426. | #define HAVE_DEV_URANDOM 1
  427. | #define HAVE_GCC_GLOBAL_REGS 1
  428. | /* end confdefs.h. */
  429. |
  430. | #include <math.h>
  431. | #include <stdlib.h>
  432. |
  433. | #ifdef HAVE_ISNAN
  434. | #define zend_isnan(a) isnan(a)
  435. | #elif defined(HAVE_FPCLASS)
  436. | #define zend_isnan(a) ((fpclass(a) == FP_SNAN) || (fpclass(a) == FP_QNAN))
  437. | #else
  438. | #define zend_isnan(a) 0
  439. | #endif
  440. |
  441. | int main(int argc, char** argv)
  442. | {
  443. | return zend_isnan(atof("NAN")) ? 0 : 1;
  444. | }
  445. |
  446. configure:5698: result: no
  447. configure:5706: checking whether atof() accepts INF
  448. configure:5740: cc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
  449. configure:5740: $? = 0
  450. configure:5740: ./conftest
  451. configure:5740: $? = 1
  452. configure: program exited with status 1
  453. configure: failed program was:
  454. | /* confdefs.h */
  455. | #define PACKAGE_NAME ""
  456. | #define PACKAGE_TARNAME ""
  457. | #define PACKAGE_VERSION ""
  458. | #define PACKAGE_STRING ""
  459. | #define PACKAGE_BUGREPORT ""
  460. | #define PACKAGE_URL ""
  461. | #define STDC_HEADERS 1
  462. | #define HAVE_SYS_TYPES_H 1
  463. | #define HAVE_SYS_STAT_H 1
  464. | #define HAVE_STDLIB_H 1
  465. | #define HAVE_STRING_H 1
  466. | #define HAVE_MEMORY_H 1
  467. | #define HAVE_STRINGS_H 1
  468. | #define HAVE_INTTYPES_H 1
  469. | #define HAVE_STDINT_H 1
  470. | #define HAVE_UNISTD_H 1
  471. | #define __EXTENSIONS__ 1
  472. | #define _ALL_SOURCE 1
  473. | #define _GNU_SOURCE 1
  474. | #define _POSIX_PTHREAD_SEMANTICS 1
  475. | #define _TANDEM_SOURCE 1
  476. | #define HAVE_DEV_URANDOM 1
  477. | #define HAVE_GCC_GLOBAL_REGS 1
  478. | /* end confdefs.h. */
  479. |
  480. | #include <math.h>
  481. | #include <stdlib.h>
  482. |
  483. | #ifdef HAVE_ISINF
  484. | #define zend_isinf(a) isinf(a)
  485. | #elif defined(INFINITY)
  486. | /* Might not work, but is required by ISO C99 */
  487. | #define zend_isinf(a) (((a)==INFINITY)?1:0)
  488. | #elif defined(HAVE_FPCLASS)
  489. | #define zend_isinf(a) ((fpclass(a) == FP_PINF) || (fpclass(a) == FP_NINF))
  490. | #else
  491. | #define zend_isinf(a) 0
  492. | #endif
  493. |
  494. | int main(int argc, char** argv)
  495. | {
  496. | return zend_isinf(atof("INF")) && zend_isinf(atof("-INF")) ? 0 : 1;
  497. | }
  498. |
  499. configure:5754: result: no
  500. configure:5762: checking whether HUGE_VAL == INF
  501. configure:5796: cc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
  502. configure:5796: $? = 0
  503. configure:5796: ./conftest
  504. configure:5796: $? = 0
  505. configure:5810: result: yes
  506. configure:5818: checking whether HUGE_VAL + -HUGEVAL == NAN
  507. configure:5854: cc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
  508. configure:5854: $? = 0
  509. configure:5854: ./conftest
  510. configure:5854: $? = 1
  511. configure: program exited with status 1
  512. configure: failed program was:
  513. | /* confdefs.h */
  514. | #define PACKAGE_NAME ""
  515. | #define PACKAGE_TARNAME ""
  516. | #define PACKAGE_VERSION ""
  517. | #define PACKAGE_STRING ""
  518. | #define PACKAGE_BUGREPORT ""
  519. | #define PACKAGE_URL ""
  520. | #define STDC_HEADERS 1
  521. | #define HAVE_SYS_TYPES_H 1
  522. | #define HAVE_SYS_STAT_H 1
  523. | #define HAVE_STDLIB_H 1
  524. | #define HAVE_STRING_H 1
  525. | #define HAVE_MEMORY_H 1
  526. | #define HAVE_STRINGS_H 1
  527. | #define HAVE_INTTYPES_H 1
  528. | #define HAVE_STDINT_H 1
  529. | #define HAVE_UNISTD_H 1
  530. | #define __EXTENSIONS__ 1
  531. | #define _ALL_SOURCE 1
  532. | #define _GNU_SOURCE 1
  533. | #define _POSIX_PTHREAD_SEMANTICS 1
  534. | #define _TANDEM_SOURCE 1
  535. | #define HAVE_DEV_URANDOM 1
  536. | #define HAVE_GCC_GLOBAL_REGS 1
  537. | #define HAVE_HUGE_VAL_INF 1
  538. | /* end confdefs.h. */
  539. |
  540. | #include <math.h>
  541. | #include <stdlib.h>
  542. |
  543. | #ifdef HAVE_ISNAN
  544. | #define zend_isnan(a) isnan(a)
  545. | #elif defined(HAVE_FPCLASS)
  546. | #define zend_isnan(a) ((fpclass(a) == FP_SNAN) || (fpclass(a) == FP_QNAN))
  547. | #else
  548. | #define zend_isnan(a) 0
  549. | #endif
  550. |
  551. | int main(int argc, char** argv)
  552. | {
  553. | #if defined(__sparc__) && !(__GNUC__ >= 3)
  554. | /* prevent bug #27830 */
  555. | return 1;
  556. | #else
  557. | return zend_isnan(HUGE_VAL + -HUGE_VAL) ? 0 : 1;
  558. | #endif
  559. | }
  560. |
  561. configure:5868: result: no
  562. configure:5876: checking whether __cpuid_count is available
  563. configure:5898: cc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
  564. configure:5898: $? = 0
  565. configure:5910: result: yes
  566. configure:6034: cc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
  567. /tmp/cc2Be5pl.o: In function `main':
  568. /media/lera/b1a4b0ee-bd95-4c39-a19c-5cb0e0ee5f4b/Linguagem de programacao/php/php-7.3.6/conftest.c:40: undefined reference to `pthread_mutexattr_init'
  569. /media/lera/b1a4b0ee-bd95-4c39-a19c-5cb0e0ee5f4b/Linguagem de programacao/php/php-7.3.6/conftest.c:41: undefined reference to `pthread_create'
  570. collect2: error: ld returned 1 exit status
  571. configure:6034: $? = 1
  572. configure: failed program was:
  573. | /* confdefs.h */
  574. | #define PACKAGE_NAME ""
  575. | #define PACKAGE_TARNAME ""
  576. | #define PACKAGE_VERSION ""
  577. | #define PACKAGE_STRING ""
  578. | #define PACKAGE_BUGREPORT ""
  579. | #define PACKAGE_URL ""
  580. | #define STDC_HEADERS 1
  581. | #define HAVE_SYS_TYPES_H 1
  582. | #define HAVE_SYS_STAT_H 1
  583. | #define HAVE_STDLIB_H 1
  584. | #define HAVE_STRING_H 1
  585. | #define HAVE_MEMORY_H 1
  586. | #define HAVE_STRINGS_H 1
  587. | #define HAVE_INTTYPES_H 1
  588. | #define HAVE_STDINT_H 1
  589. | #define HAVE_UNISTD_H 1
  590. | #define __EXTENSIONS__ 1
  591. | #define _ALL_SOURCE 1
  592. | #define _GNU_SOURCE 1
  593. | #define _POSIX_PTHREAD_SEMANTICS 1
  594. | #define _TANDEM_SOURCE 1
  595. | #define HAVE_DEV_URANDOM 1
  596. | #define HAVE_GCC_GLOBAL_REGS 1
  597. | #define HAVE_HUGE_VAL_INF 1
  598. | #define HAVE_CPUID_COUNT 1
  599. | /* end confdefs.h. */
  600. |
  601. | #include <pthread.h>
  602. | #include <stddef.h>
  603. |
  604. | void *thread_routine(void *data) {
  605. | return data;
  606. | }
  607. |
  608. | int main() {
  609. | pthread_t thd;
  610. | pthread_mutexattr_t mattr;
  611. | int data = 1;
  612. | pthread_mutexattr_init(&mattr);
  613. | return pthread_create(&thd, NULL, thread_routine, &data);
  614. | }
  615. configure:6049: checking for pthreads_cflags
  616. configure:6079: cc -o conftest -g -O2 -fvisibility=hidden -kthread conftest.c >&5
  617. cc: error: unrecognized command line option '-kthread'; did you mean '-pthread'?
  618. configure:6079: $? = 1
  619. configure: failed program was:
  620. | /* confdefs.h */
  621. | #define PACKAGE_NAME ""
  622. | #define PACKAGE_TARNAME ""
  623. | #define PACKAGE_VERSION ""
  624. | #define PACKAGE_STRING ""
  625. | #define PACKAGE_BUGREPORT ""
  626. | #define PACKAGE_URL ""
  627. | #define STDC_HEADERS 1
  628. | #define HAVE_SYS_TYPES_H 1
  629. | #define HAVE_SYS_STAT_H 1
  630. | #define HAVE_STDLIB_H 1
  631. | #define HAVE_STRING_H 1
  632. | #define HAVE_MEMORY_H 1
  633. | #define HAVE_STRINGS_H 1
  634. | #define HAVE_INTTYPES_H 1
  635. | #define HAVE_STDINT_H 1
  636. | #define HAVE_UNISTD_H 1
  637. | #define __EXTENSIONS__ 1
  638. | #define _ALL_SOURCE 1
  639. | #define _GNU_SOURCE 1
  640. | #define _POSIX_PTHREAD_SEMANTICS 1
  641. | #define _TANDEM_SOURCE 1
  642. | #define HAVE_DEV_URANDOM 1
  643. | #define HAVE_GCC_GLOBAL_REGS 1
  644. | #define HAVE_HUGE_VAL_INF 1
  645. | #define HAVE_CPUID_COUNT 1
  646. | /* end confdefs.h. */
  647. |
  648. | #include <pthread.h>
  649. | #include <stddef.h>
  650. |
  651. | void *thread_routine(void *data) {
  652. | return data;
  653. | }
  654. |
  655. | int main() {
  656. | pthread_t thd;
  657. | pthread_mutexattr_t mattr;
  658. | int data = 1;
  659. | pthread_mutexattr_init(&mattr);
  660. | return pthread_create(&thd, NULL, thread_routine, &data);
  661. | }
  662. configure:6079: cc -o conftest -g -O2 -fvisibility=hidden -pthread conftest.c >&5
  663. configure:6079: $? = 0
  664. configure:6100: result: -pthread
  665. configure:6103: checking for pthreads_lib
  666. configure:6133: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lpthread >&5
  667. configure:6133: $? = 0
  668. configure:6154: result: pthread
  669. configure:6231: result:
  670. configure:6233: result: Configuring SAPI modules
  671. configure:6267: checking for Apache 2.0 handler-module support via DSO through APXS
  672. configure:6892: result: yes
  673. configure:6930: checking for setproctitle
  674. configure:6930: cc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
  675. /tmp/ccgZO8nm.o: In function `main':
  676. /media/lera/b1a4b0ee-bd95-4c39-a19c-5cb0e0ee5f4b/Linguagem de programacao/php/php-7.3.6/conftest.c:62: undefined reference to `setproctitle'
  677. collect2: error: ld returned 1 exit status
  678. configure:6930: $? = 1
  679. configure: failed program was:
  680. | /* confdefs.h */
  681. | #define PACKAGE_NAME ""
  682. | #define PACKAGE_TARNAME ""
  683. | #define PACKAGE_VERSION ""
  684. | #define PACKAGE_STRING ""
  685. | #define PACKAGE_BUGREPORT ""
  686. | #define PACKAGE_URL ""
  687. | #define STDC_HEADERS 1
  688. | #define HAVE_SYS_TYPES_H 1
  689. | #define HAVE_SYS_STAT_H 1
  690. | #define HAVE_STDLIB_H 1
  691. | #define HAVE_STRING_H 1
  692. | #define HAVE_MEMORY_H 1
  693. | #define HAVE_STRINGS_H 1
  694. | #define HAVE_INTTYPES_H 1
  695. | #define HAVE_STDINT_H 1
  696. | #define HAVE_UNISTD_H 1
  697. | #define __EXTENSIONS__ 1
  698. | #define _ALL_SOURCE 1
  699. | #define _GNU_SOURCE 1
  700. | #define _POSIX_PTHREAD_SEMANTICS 1
  701. | #define _TANDEM_SOURCE 1
  702. | #define HAVE_DEV_URANDOM 1
  703. | #define HAVE_GCC_GLOBAL_REGS 1
  704. | #define HAVE_HUGE_VAL_INF 1
  705. | #define HAVE_CPUID_COUNT 1
  706. | /* end confdefs.h. */
  707. | /* Define setproctitle to an innocuous variant, in case <limits.h> declares setproctitle.
  708. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  709. | #define setproctitle innocuous_setproctitle
  710. |
  711. | /* System header to define __stub macros and hopefully few prototypes,
  712. | which can conflict with char setproctitle (); below.
  713. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  714. | <limits.h> exists even on freestanding compilers. */
  715. |
  716. | #ifdef __STDC__
  717. | # include <limits.h>
  718. | #else
  719. | # include <assert.h>
  720. | #endif
  721. |
  722. | #undef setproctitle
  723. |
  724. | /* Override any GCC internal prototype to avoid an error.
  725. | Use char because int might match the return type of a GCC
  726. | builtin and then its argument prototype would still apply. */
  727. | #ifdef __cplusplus
  728. | extern "C"
  729. | #endif
  730. | char setproctitle ();
  731. | /* The GNU C library defines this for functions which it implements
  732. | to always fail with ENOSYS. Some functions are actually named
  733. | something starting with __ and the normal name is an alias. */
  734. | #if defined __stub_setproctitle || defined __stub___setproctitle
  735. | choke me
  736. | #endif
  737. |
  738. | int
  739. | main ()
  740. | {
  741. | return setproctitle ();
  742. | ;
  743. | return 0;
  744. | }
  745. configure:6930: result: no
  746. configure:6942: checking sys/pstat.h usability
  747. configure:6942: cc -c -g -O2 -fvisibility=hidden conftest.c >&5
  748. conftest.c:61:23: fatal error: sys/pstat.h: No such file or directory
  749. #include <sys/pstat.h>
  750. ^
  751. compilation terminated.
  752. configure:6942: $? = 1
  753. configure: failed program was:
  754. | /* confdefs.h */
  755. | #define PACKAGE_NAME ""
  756. | #define PACKAGE_TARNAME ""
  757. | #define PACKAGE_VERSION ""
  758. | #define PACKAGE_STRING ""
  759. | #define PACKAGE_BUGREPORT ""
  760. | #define PACKAGE_URL ""
  761. | #define STDC_HEADERS 1
  762. | #define HAVE_SYS_TYPES_H 1
  763. | #define HAVE_SYS_STAT_H 1
  764. | #define HAVE_STDLIB_H 1
  765. | #define HAVE_STRING_H 1
  766. | #define HAVE_MEMORY_H 1
  767. | #define HAVE_STRINGS_H 1
  768. | #define HAVE_INTTYPES_H 1
  769. | #define HAVE_STDINT_H 1
  770. | #define HAVE_UNISTD_H 1
  771. | #define __EXTENSIONS__ 1
  772. | #define _ALL_SOURCE 1
  773. | #define _GNU_SOURCE 1
  774. | #define _POSIX_PTHREAD_SEMANTICS 1
  775. | #define _TANDEM_SOURCE 1
  776. | #define HAVE_DEV_URANDOM 1
  777. | #define HAVE_GCC_GLOBAL_REGS 1
  778. | #define HAVE_HUGE_VAL_INF 1
  779. | #define HAVE_CPUID_COUNT 1
  780. | /* end confdefs.h. */
  781. | #include <stdio.h>
  782. | #ifdef HAVE_SYS_TYPES_H
  783. | # include <sys/types.h>
  784. | #endif
  785. | #ifdef HAVE_SYS_STAT_H
  786. | # include <sys/stat.h>
  787. | #endif
  788. | #ifdef STDC_HEADERS
  789. | # include <stdlib.h>
  790. | # include <stddef.h>
  791. | #else
  792. | # ifdef HAVE_STDLIB_H
  793. | # include <stdlib.h>
  794. | # endif
  795. | #endif
  796. | #ifdef HAVE_STRING_H
  797. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  798. | # include <memory.h>
  799. | # endif
  800. | # include <string.h>
  801. | #endif
  802. | #ifdef HAVE_STRINGS_H
  803. | # include <strings.h>
  804. | #endif
  805. | #ifdef HAVE_INTTYPES_H
  806. | # include <inttypes.h>
  807. | #endif
  808. | #ifdef HAVE_STDINT_H
  809. | # include <stdint.h>
  810. | #endif
  811. | #ifdef HAVE_UNISTD_H
  812. | # include <unistd.h>
  813. | #endif
  814. | #include <sys/pstat.h>
  815. configure:6942: result: no
  816. configure:6942: checking sys/pstat.h presence
  817. configure:6942: cc -E conftest.c
  818. conftest.c:28:23: fatal error: sys/pstat.h: No such file or directory
  819. #include <sys/pstat.h>
  820. ^
  821. compilation terminated.
  822. configure:6942: $? = 1
  823. configure: failed program was:
  824. | /* confdefs.h */
  825. | #define PACKAGE_NAME ""
  826. | #define PACKAGE_TARNAME ""
  827. | #define PACKAGE_VERSION ""
  828. | #define PACKAGE_STRING ""
  829. | #define PACKAGE_BUGREPORT ""
  830. | #define PACKAGE_URL ""
  831. | #define STDC_HEADERS 1
  832. | #define HAVE_SYS_TYPES_H 1
  833. | #define HAVE_SYS_STAT_H 1
  834. | #define HAVE_STDLIB_H 1
  835. | #define HAVE_STRING_H 1
  836. | #define HAVE_MEMORY_H 1
  837. | #define HAVE_STRINGS_H 1
  838. | #define HAVE_INTTYPES_H 1
  839. | #define HAVE_STDINT_H 1
  840. | #define HAVE_UNISTD_H 1
  841. | #define __EXTENSIONS__ 1
  842. | #define _ALL_SOURCE 1
  843. | #define _GNU_SOURCE 1
  844. | #define _POSIX_PTHREAD_SEMANTICS 1
  845. | #define _TANDEM_SOURCE 1
  846. | #define HAVE_DEV_URANDOM 1
  847. | #define HAVE_GCC_GLOBAL_REGS 1
  848. | #define HAVE_HUGE_VAL_INF 1
  849. | #define HAVE_CPUID_COUNT 1
  850. | /* end confdefs.h. */
  851. | #include <sys/pstat.h>
  852. configure:6942: result: no
  853. configure:6942: checking for sys/pstat.h
  854. configure:6942: result: no
  855. configure:6953: checking for PS_STRINGS
  856. configure:6972: cc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5
  857. conftest.c:28:29: fatal error: machine/vmparam.h: No such file or directory
  858. #include <machine/vmparam.h>
  859. ^
  860. compilation terminated.
  861. configure:6972: $? = 1
  862. configure: failed program was:
  863. | /* confdefs.h */
  864. | #define PACKAGE_NAME ""
  865. | #define PACKAGE_TARNAME ""
  866. | #define PACKAGE_VERSION ""
  867. | #define PACKAGE_STRING ""
  868. | #define PACKAGE_BUGREPORT ""
  869. | #define PACKAGE_URL ""
  870. | #define STDC_HEADERS 1
  871. | #define HAVE_SYS_TYPES_H 1
  872. | #define HAVE_SYS_STAT_H 1
  873. | #define HAVE_STDLIB_H 1
  874. | #define HAVE_STRING_H 1
  875. | #define HAVE_MEMORY_H 1
  876. | #define HAVE_STRINGS_H 1
  877. | #define HAVE_INTTYPES_H 1
  878. | #define HAVE_STDINT_H 1
  879. | #define HAVE_UNISTD_H 1
  880. | #define __EXTENSIONS__ 1
  881. | #define _ALL_SOURCE 1
  882. | #define _GNU_SOURCE 1
  883. | #define _POSIX_PTHREAD_SEMANTICS 1
  884. | #define _TANDEM_SOURCE 1
  885. | #define HAVE_DEV_URANDOM 1
  886. | #define HAVE_GCC_GLOBAL_REGS 1
  887. | #define HAVE_HUGE_VAL_INF 1
  888. | #define HAVE_CPUID_COUNT 1
  889. | /* end confdefs.h. */
  890. | #include <machine/vmparam.h>
  891. | #include <sys/exec.h>
  892. |
  893. | int
  894. | main ()
  895. | {
  896. | PS_STRINGS->ps_nargvstr = 1;
  897. | PS_STRINGS->ps_argvstr = "foo";
  898. | ;
  899. | return 0;
  900. | }
  901. configure:6980: result: no
  902. configure:6988: checking for CLI build
  903. configure:7147: result: yes
  904. configure:7175: checking for embedded SAPI library support
  905. configure:7374: result: no
  906. configure:7434: checking for FPM build
  907. configure:9192: result: no
  908. configure:9200: checking for LiteSpeed support
  909. configure:9370: result: no
  910. configure:9380: checking for phpdbg support
  911. configure:9415: result: yes
  912. configure:9424: checking for phpdbg web SAPI support
  913. configure:9459: result: no
  914. configure:9468: checking for phpdbg debug build
  915. configure:9482: result: no
  916. configure:9491: checking for phpdbg readline support
  917. configure:9505: result: no
  918. configure:9512: checking whether termios.h defines TIOCGWINSZ
  919. configure:9535: result: no
  920. configure:9539: checking whether sys/ioctl.h defines TIOCGWINSZ
  921. configure:9562: result: yes
  922. configure:9589: checking for phpdbg and readline integration
  923. configure:9604: result: disabled
  924. configure:10037: checking for CGI build
  925. configure:10040: result: yes
  926. configure:10042: checking for socklen_t in sys/socket.h
  927. configure:10051: result: yes
  928. configure:10063: checking for sun_len in sys/un.h
  929. configure:10078: result: no
  930. configure:10084: checking whether cross-process locking is required by accept()
  931. configure:10095: result: no
  932. configure:10245: checking for chosen SAPI module
  933. configure:10247: result: apache2handler
  934. configure:10250: checking for executable SAPI binaries
  935. configure:10253: result: cli phpdbg cgi
  936. configure:10306: result:
  937. configure:10308: result: Running system checks
  938. configure:10316: checking for sendmail
  939. configure:10335: found /usr/sbin/sendmail
  940. configure:10347: result: /usr/sbin/sendmail
  941. configure:10361: checking whether system uses EBCDIC
  942. configure:10380: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lpthread >&5
  943. configure:10380: $? = 0
  944. configure:10380: ./conftest
  945. configure:10380: $? = 1
  946. configure: program exited with status 1
  947. configure: failed program was:
  948. | /* confdefs.h */
  949. | #define PACKAGE_NAME ""
  950. | #define PACKAGE_TARNAME ""
  951. | #define PACKAGE_VERSION ""
  952. | #define PACKAGE_STRING ""
  953. | #define PACKAGE_BUGREPORT ""
  954. | #define PACKAGE_URL ""
  955. | #define STDC_HEADERS 1
  956. | #define HAVE_SYS_TYPES_H 1
  957. | #define HAVE_SYS_STAT_H 1
  958. | #define HAVE_STDLIB_H 1
  959. | #define HAVE_STRING_H 1
  960. | #define HAVE_MEMORY_H 1
  961. | #define HAVE_STRINGS_H 1
  962. | #define HAVE_INTTYPES_H 1
  963. | #define HAVE_STDINT_H 1
  964. | #define HAVE_UNISTD_H 1
  965. | #define __EXTENSIONS__ 1
  966. | #define _ALL_SOURCE 1
  967. | #define _GNU_SOURCE 1
  968. | #define _POSIX_PTHREAD_SEMANTICS 1
  969. | #define _TANDEM_SOURCE 1
  970. | #define HAVE_DEV_URANDOM 1
  971. | #define HAVE_GCC_GLOBAL_REGS 1
  972. | #define HAVE_HUGE_VAL_INF 1
  973. | #define HAVE_CPUID_COUNT 1
  974. | #define GWINSZ_IN_SYS_IOCTL 1
  975. | #define HAVE_PHPDBG 1
  976. | #define PHPDBG_DEBUG 0
  977. | #define HAVE_SOCKLEN_T 1
  978. | /* end confdefs.h. */
  979. |
  980. | int main(void) {
  981. | return (unsigned char)'A' != (unsigned char)0xC1;
  982. | }
  983. |
  984. configure:10394: result: no
  985. configure:10403: checking whether byte ordering is bigendian
  986. configure:10429: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lpthread >&5
  987. configure:10429: $? = 0
  988. configure:10429: ./conftest
  989. configure:10429: $? = 1
  990. configure: program exited with status 1
  991. configure: failed program was:
  992. | /* confdefs.h */
  993. | #define PACKAGE_NAME ""
  994. | #define PACKAGE_TARNAME ""
  995. | #define PACKAGE_VERSION ""
  996. | #define PACKAGE_STRING ""
  997. | #define PACKAGE_BUGREPORT ""
  998. | #define PACKAGE_URL ""
  999. | #define STDC_HEADERS 1
  1000. | #define HAVE_SYS_TYPES_H 1
  1001. | #define HAVE_SYS_STAT_H 1
  1002. | #define HAVE_STDLIB_H 1
  1003. | #define HAVE_STRING_H 1
  1004. | #define HAVE_MEMORY_H 1
  1005. | #define HAVE_STRINGS_H 1
  1006. | #define HAVE_INTTYPES_H 1
  1007. | #define HAVE_STDINT_H 1
  1008. | #define HAVE_UNISTD_H 1
  1009. | #define __EXTENSIONS__ 1
  1010. | #define _ALL_SOURCE 1
  1011. | #define _GNU_SOURCE 1
  1012. | #define _POSIX_PTHREAD_SEMANTICS 1
  1013. | #define _TANDEM_SOURCE 1
  1014. | #define HAVE_DEV_URANDOM 1
  1015. | #define HAVE_GCC_GLOBAL_REGS 1
  1016. | #define HAVE_HUGE_VAL_INF 1
  1017. | #define HAVE_CPUID_COUNT 1
  1018. | #define GWINSZ_IN_SYS_IOCTL 1
  1019. | #define HAVE_PHPDBG 1
  1020. | #define PHPDBG_DEBUG 0
  1021. | #define HAVE_SOCKLEN_T 1
  1022. | /* end confdefs.h. */
  1023. |
  1024. | int main(void)
  1025. | {
  1026. | short one = 1;
  1027. | char *cp = (char *)&one;
  1028. |
  1029. | if (*cp == 0) {
  1030. | return(0);
  1031. | } else {
  1032. | return(1);
  1033. | }
  1034. | }
  1035. |
  1036. configure:10440: result: no
  1037. configure:10450: checking whether writing to stdout works
  1038. configure:10479: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lpthread >&5
  1039. conftest.c:39:1: warning: return type defaults to 'int' [-Wimplicit-int]
  1040. main()
  1041. ^~~~
  1042. configure:10479: $? = 0
  1043. configure:10479: ./conftest
  1044. configure:10479: $? = 0
  1045. configure:10494: result: yes
  1046. configure:10549: checking for socket
  1047. configure:10549: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lpthread >&5
  1048. configure:10549: $? = 0
  1049. configure:10549: result: yes
  1050. configure:10717: checking for socketpair
  1051. configure:10717: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lpthread >&5
  1052. configure:10717: $? = 0
  1053. configure:10717: result: yes
  1054. configure:10885: checking for htonl
  1055. configure:10885: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lpthread >&5
  1056. configure:10885: $? = 0
  1057. configure:10885: result: yes
  1058. configure:11053: checking for gethostname
  1059. configure:11053: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lpthread >&5
  1060. configure:11053: $? = 0
  1061. configure:11053: result: yes
  1062. configure:11221: checking for gethostbyaddr
  1063. configure:11221: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lpthread >&5
  1064. configure:11221: $? = 0
  1065. configure:11221: result: yes
  1066. configure:11389: checking for yp_get_default_domain
  1067. configure:11389: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lpthread >&5
  1068. /tmp/cc2M6iMd.o: In function `main':
  1069. /media/lera/b1a4b0ee-bd95-4c39-a19c-5cb0e0ee5f4b/Linguagem de programacao/php/php-7.3.6/conftest.c:72: undefined reference to `yp_get_default_domain'
  1070. collect2: error: ld returned 1 exit status
  1071. configure:11389: $? = 1
  1072. configure: failed program was:
  1073. | /* confdefs.h */
  1074. | #define PACKAGE_NAME ""
  1075. | #define PACKAGE_TARNAME ""
  1076. | #define PACKAGE_VERSION ""
  1077. | #define PACKAGE_STRING ""
  1078. | #define PACKAGE_BUGREPORT ""
  1079. | #define PACKAGE_URL ""
  1080. | #define STDC_HEADERS 1
  1081. | #define HAVE_SYS_TYPES_H 1
  1082. | #define HAVE_SYS_STAT_H 1
  1083. | #define HAVE_STDLIB_H 1
  1084. | #define HAVE_STRING_H 1
  1085. | #define HAVE_MEMORY_H 1
  1086. | #define HAVE_STRINGS_H 1
  1087. | #define HAVE_INTTYPES_H 1
  1088. | #define HAVE_STDINT_H 1
  1089. | #define HAVE_UNISTD_H 1
  1090. | #define __EXTENSIONS__ 1
  1091. | #define _ALL_SOURCE 1
  1092. | #define _GNU_SOURCE 1
  1093. | #define _POSIX_PTHREAD_SEMANTICS 1
  1094. | #define _TANDEM_SOURCE 1
  1095. | #define HAVE_DEV_URANDOM 1
  1096. | #define HAVE_GCC_GLOBAL_REGS 1
  1097. | #define HAVE_HUGE_VAL_INF 1
  1098. | #define HAVE_CPUID_COUNT 1
  1099. | #define GWINSZ_IN_SYS_IOCTL 1
  1100. | #define HAVE_PHPDBG 1
  1101. | #define PHPDBG_DEBUG 0
  1102. | #define HAVE_SOCKLEN_T 1
  1103. | #define PHP_WRITE_STDOUT 1
  1104. | #define HAVE_SOCKET 1
  1105. | #define HAVE_SOCKETPAIR 1
  1106. | #define HAVE_HTONL 1
  1107. | #define HAVE_GETHOSTNAME 1
  1108. | #define HAVE_GETHOSTBYADDR 1
  1109. | /* end confdefs.h. */
  1110. | /* Define yp_get_default_domain to an innocuous variant, in case <limits.h> declares yp_get_default_domain.
  1111. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1112. | #define yp_get_default_domain innocuous_yp_get_default_domain
  1113. |
  1114. | /* System header to define __stub macros and hopefully few prototypes,
  1115. | which can conflict with char yp_get_default_domain (); below.
  1116. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1117. | <limits.h> exists even on freestanding compilers. */
  1118. |
  1119. | #ifdef __STDC__
  1120. | # include <limits.h>
  1121. | #else
  1122. | # include <assert.h>
  1123. | #endif
  1124. |
  1125. | #undef yp_get_default_domain
  1126. |
  1127. | /* Override any GCC internal prototype to avoid an error.
  1128. | Use char because int might match the return type of a GCC
  1129. | builtin and then its argument prototype would still apply. */
  1130. | #ifdef __cplusplus
  1131. | extern "C"
  1132. | #endif
  1133. | char yp_get_default_domain ();
  1134. | /* The GNU C library defines this for functions which it implements
  1135. | to always fail with ENOSYS. Some functions are actually named
  1136. | something starting with __ and the normal name is an alias. */
  1137. | #if defined __stub_yp_get_default_domain || defined __stub___yp_get_default_domain
  1138. | choke me
  1139. | #endif
  1140. |
  1141. | int
  1142. | main ()
  1143. | {
  1144. | return yp_get_default_domain ();
  1145. | ;
  1146. | return 0;
  1147. | }
  1148. configure:11389: result: no
  1149. configure:11393: checking for __yp_get_default_domain
  1150. configure:11393: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lpthread >&5
  1151. /tmp/cc27PAvl.o: In function `main':
  1152. /media/lera/b1a4b0ee-bd95-4c39-a19c-5cb0e0ee5f4b/Linguagem de programacao/php/php-7.3.6/conftest.c:72: undefined reference to `__yp_get_default_domain'
  1153. collect2: error: ld returned 1 exit status
  1154. configure:11393: $? = 1
  1155. configure: failed program was:
  1156. | /* confdefs.h */
  1157. | #define PACKAGE_NAME ""
  1158. | #define PACKAGE_TARNAME ""
  1159. | #define PACKAGE_VERSION ""
  1160. | #define PACKAGE_STRING ""
  1161. | #define PACKAGE_BUGREPORT ""
  1162. | #define PACKAGE_URL ""
  1163. | #define STDC_HEADERS 1
  1164. | #define HAVE_SYS_TYPES_H 1
  1165. | #define HAVE_SYS_STAT_H 1
  1166. | #define HAVE_STDLIB_H 1
  1167. | #define HAVE_STRING_H 1
  1168. | #define HAVE_MEMORY_H 1
  1169. | #define HAVE_STRINGS_H 1
  1170. | #define HAVE_INTTYPES_H 1
  1171. | #define HAVE_STDINT_H 1
  1172. | #define HAVE_UNISTD_H 1
  1173. | #define __EXTENSIONS__ 1
  1174. | #define _ALL_SOURCE 1
  1175. | #define _GNU_SOURCE 1
  1176. | #define _POSIX_PTHREAD_SEMANTICS 1
  1177. | #define _TANDEM_SOURCE 1
  1178. | #define HAVE_DEV_URANDOM 1
  1179. | #define HAVE_GCC_GLOBAL_REGS 1
  1180. | #define HAVE_HUGE_VAL_INF 1
  1181. | #define HAVE_CPUID_COUNT 1
  1182. | #define GWINSZ_IN_SYS_IOCTL 1
  1183. | #define HAVE_PHPDBG 1
  1184. | #define PHPDBG_DEBUG 0
  1185. | #define HAVE_SOCKLEN_T 1
  1186. | #define PHP_WRITE_STDOUT 1
  1187. | #define HAVE_SOCKET 1
  1188. | #define HAVE_SOCKETPAIR 1
  1189. | #define HAVE_HTONL 1
  1190. | #define HAVE_GETHOSTNAME 1
  1191. | #define HAVE_GETHOSTBYADDR 1
  1192. | /* end confdefs.h. */
  1193. | /* Define __yp_get_default_domain to an innocuous variant, in case <limits.h> declares __yp_get_default_domain.
  1194. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1195. | #define __yp_get_default_domain innocuous___yp_get_default_domain
  1196. |
  1197. | /* System header to define __stub macros and hopefully few prototypes,
  1198. | which can conflict with char __yp_get_default_domain (); below.
  1199. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1200. | <limits.h> exists even on freestanding compilers. */
  1201. |
  1202. | #ifdef __STDC__
  1203. | # include <limits.h>
  1204. | #else
  1205. | # include <assert.h>
  1206. | #endif
  1207. |
  1208. | #undef __yp_get_default_domain
  1209. |
  1210. | /* Override any GCC internal prototype to avoid an error.
  1211. | Use char because int might match the return type of a GCC
  1212. | builtin and then its argument prototype would still apply. */
  1213. | #ifdef __cplusplus
  1214. | extern "C"
  1215. | #endif
  1216. | char __yp_get_default_domain ();
  1217. | /* The GNU C library defines this for functions which it implements
  1218. | to always fail with ENOSYS. Some functions are actually named
  1219. | something starting with __ and the normal name is an alias. */
  1220. | #if defined __stub___yp_get_default_domain || defined __stub_____yp_get_default_domain
  1221. | choke me
  1222. | #endif
  1223. |
  1224. | int
  1225. | main ()
  1226. | {
  1227. | return __yp_get_default_domain ();
  1228. | ;
  1229. | return 0;
  1230. | }
  1231. configure:11393: result: no
  1232. configure:11416: checking for yp_get_default_domain in -lnsl
  1233. configure:11441: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lnsl -lpthread >&5
  1234. configure:11441: $? = 0
  1235. configure:11450: result: yes
  1236. configure:11512: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lpthread -lnsl >&5
  1237. conftest.c:38:1: warning: return type defaults to 'int' [-Wimplicit-int]
  1238. main() { return (0); }
  1239. ^~~~
  1240. configure:11512: $? = 0
  1241. configure:11512: ./conftest
  1242. configure:11512: $? = 0
  1243. configure:11558: checking for dlopen
  1244. configure:11558: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lnsl -lpthread >&5
  1245. /tmp/ccpIuMBI.o: In function `main':
  1246. /media/lera/b1a4b0ee-bd95-4c39-a19c-5cb0e0ee5f4b/Linguagem de programacao/php/php-7.3.6/conftest.c:74: undefined reference to `dlopen'
  1247. collect2: error: ld returned 1 exit status
  1248. configure:11558: $? = 1
  1249. configure: failed program was:
  1250. | /* confdefs.h */
  1251. | #define PACKAGE_NAME ""
  1252. | #define PACKAGE_TARNAME ""
  1253. | #define PACKAGE_VERSION ""
  1254. | #define PACKAGE_STRING ""
  1255. | #define PACKAGE_BUGREPORT ""
  1256. | #define PACKAGE_URL ""
  1257. | #define STDC_HEADERS 1
  1258. | #define HAVE_SYS_TYPES_H 1
  1259. | #define HAVE_SYS_STAT_H 1
  1260. | #define HAVE_STDLIB_H 1
  1261. | #define HAVE_STRING_H 1
  1262. | #define HAVE_MEMORY_H 1
  1263. | #define HAVE_STRINGS_H 1
  1264. | #define HAVE_INTTYPES_H 1
  1265. | #define HAVE_STDINT_H 1
  1266. | #define HAVE_UNISTD_H 1
  1267. | #define __EXTENSIONS__ 1
  1268. | #define _ALL_SOURCE 1
  1269. | #define _GNU_SOURCE 1
  1270. | #define _POSIX_PTHREAD_SEMANTICS 1
  1271. | #define _TANDEM_SOURCE 1
  1272. | #define HAVE_DEV_URANDOM 1
  1273. | #define HAVE_GCC_GLOBAL_REGS 1
  1274. | #define HAVE_HUGE_VAL_INF 1
  1275. | #define HAVE_CPUID_COUNT 1
  1276. | #define GWINSZ_IN_SYS_IOCTL 1
  1277. | #define HAVE_PHPDBG 1
  1278. | #define PHPDBG_DEBUG 0
  1279. | #define HAVE_SOCKLEN_T 1
  1280. | #define PHP_WRITE_STDOUT 1
  1281. | #define HAVE_SOCKET 1
  1282. | #define HAVE_SOCKETPAIR 1
  1283. | #define HAVE_HTONL 1
  1284. | #define HAVE_GETHOSTNAME 1
  1285. | #define HAVE_GETHOSTBYADDR 1
  1286. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  1287. | #define HAVE_LIBNSL 1
  1288. | /* end confdefs.h. */
  1289. | /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
  1290. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1291. | #define dlopen innocuous_dlopen
  1292. |
  1293. | /* System header to define __stub macros and hopefully few prototypes,
  1294. | which can conflict with char dlopen (); below.
  1295. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1296. | <limits.h> exists even on freestanding compilers. */
  1297. |
  1298. | #ifdef __STDC__
  1299. | # include <limits.h>
  1300. | #else
  1301. | # include <assert.h>
  1302. | #endif
  1303. |
  1304. | #undef dlopen
  1305. |
  1306. | /* Override any GCC internal prototype to avoid an error.
  1307. | Use char because int might match the return type of a GCC
  1308. | builtin and then its argument prototype would still apply. */
  1309. | #ifdef __cplusplus
  1310. | extern "C"
  1311. | #endif
  1312. | char dlopen ();
  1313. | /* The GNU C library defines this for functions which it implements
  1314. | to always fail with ENOSYS. Some functions are actually named
  1315. | something starting with __ and the normal name is an alias. */
  1316. | #if defined __stub_dlopen || defined __stub___dlopen
  1317. | choke me
  1318. | #endif
  1319. |
  1320. | int
  1321. | main ()
  1322. | {
  1323. | return dlopen ();
  1324. | ;
  1325. | return 0;
  1326. | }
  1327. configure:11558: result: no
  1328. configure:11562: checking for __dlopen
  1329. configure:11562: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lnsl -lpthread >&5
  1330. /tmp/cc0avmOF.o: In function `main':
  1331. /media/lera/b1a4b0ee-bd95-4c39-a19c-5cb0e0ee5f4b/Linguagem de programacao/php/php-7.3.6/conftest.c:74: undefined reference to `__dlopen'
  1332. collect2: error: ld returned 1 exit status
  1333. configure:11562: $? = 1
  1334. configure: failed program was:
  1335. | /* confdefs.h */
  1336. | #define PACKAGE_NAME ""
  1337. | #define PACKAGE_TARNAME ""
  1338. | #define PACKAGE_VERSION ""
  1339. | #define PACKAGE_STRING ""
  1340. | #define PACKAGE_BUGREPORT ""
  1341. | #define PACKAGE_URL ""
  1342. | #define STDC_HEADERS 1
  1343. | #define HAVE_SYS_TYPES_H 1
  1344. | #define HAVE_SYS_STAT_H 1
  1345. | #define HAVE_STDLIB_H 1
  1346. | #define HAVE_STRING_H 1
  1347. | #define HAVE_MEMORY_H 1
  1348. | #define HAVE_STRINGS_H 1
  1349. | #define HAVE_INTTYPES_H 1
  1350. | #define HAVE_STDINT_H 1
  1351. | #define HAVE_UNISTD_H 1
  1352. | #define __EXTENSIONS__ 1
  1353. | #define _ALL_SOURCE 1
  1354. | #define _GNU_SOURCE 1
  1355. | #define _POSIX_PTHREAD_SEMANTICS 1
  1356. | #define _TANDEM_SOURCE 1
  1357. | #define HAVE_DEV_URANDOM 1
  1358. | #define HAVE_GCC_GLOBAL_REGS 1
  1359. | #define HAVE_HUGE_VAL_INF 1
  1360. | #define HAVE_CPUID_COUNT 1
  1361. | #define GWINSZ_IN_SYS_IOCTL 1
  1362. | #define HAVE_PHPDBG 1
  1363. | #define PHPDBG_DEBUG 0
  1364. | #define HAVE_SOCKLEN_T 1
  1365. | #define PHP_WRITE_STDOUT 1
  1366. | #define HAVE_SOCKET 1
  1367. | #define HAVE_SOCKETPAIR 1
  1368. | #define HAVE_HTONL 1
  1369. | #define HAVE_GETHOSTNAME 1
  1370. | #define HAVE_GETHOSTBYADDR 1
  1371. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  1372. | #define HAVE_LIBNSL 1
  1373. | /* end confdefs.h. */
  1374. | /* Define __dlopen to an innocuous variant, in case <limits.h> declares __dlopen.
  1375. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1376. | #define __dlopen innocuous___dlopen
  1377. |
  1378. | /* System header to define __stub macros and hopefully few prototypes,
  1379. | which can conflict with char __dlopen (); below.
  1380. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1381. | <limits.h> exists even on freestanding compilers. */
  1382. |
  1383. | #ifdef __STDC__
  1384. | # include <limits.h>
  1385. | #else
  1386. | # include <assert.h>
  1387. | #endif
  1388. |
  1389. | #undef __dlopen
  1390. |
  1391. | /* Override any GCC internal prototype to avoid an error.
  1392. | Use char because int might match the return type of a GCC
  1393. | builtin and then its argument prototype would still apply. */
  1394. | #ifdef __cplusplus
  1395. | extern "C"
  1396. | #endif
  1397. | char __dlopen ();
  1398. | /* The GNU C library defines this for functions which it implements
  1399. | to always fail with ENOSYS. Some functions are actually named
  1400. | something starting with __ and the normal name is an alias. */
  1401. | #if defined __stub___dlopen || defined __stub_____dlopen
  1402. | choke me
  1403. | #endif
  1404. |
  1405. | int
  1406. | main ()
  1407. | {
  1408. | return __dlopen ();
  1409. | ;
  1410. | return 0;
  1411. | }
  1412. configure:11562: result: no
  1413. configure:11585: checking for dlopen in -ldl
  1414. configure:11610: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -ldl -lnsl -lpthread >&5
  1415. configure:11610: $? = 0
  1416. configure:11619: result: yes
  1417. configure:11681: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lnsl -lpthread -ldl >&5
  1418. conftest.c:40:1: warning: return type defaults to 'int' [-Wimplicit-int]
  1419. main() { return (0); }
  1420. ^~~~
  1421. configure:11681: $? = 0
  1422. configure:11681: ./conftest
  1423. configure:11681: $? = 0
  1424. configure:11726: checking for sin in -lm
  1425. configure:11751: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  1426. conftest.c:50:6: warning: conflicting types for built-in function 'sin'
  1427. char sin ();
  1428. ^~~
  1429. configure:11751: $? = 0
  1430. configure:11760: result: yes
  1431. configure:11777: checking for inet_aton
  1432. configure:11777: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  1433. configure:11777: $? = 0
  1434. configure:11777: result: yes
  1435. configure:12077: checking for ANSI C header files
  1436. configure:12181: result: yes
  1437. configure:12192: checking for dirent.h that defines DIR
  1438. configure:12211: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1439. configure:12211: $? = 0
  1440. configure:12219: result: yes
  1441. configure:12232: checking for library containing opendir
  1442. configure:12263: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  1443. configure:12263: $? = 0
  1444. configure:12280: result: none required
  1445. configure:12410: checking for inttypes.h
  1446. configure:12410: result: yes
  1447. configure:12410: checking for stdint.h
  1448. configure:12410: result: yes
  1449. configure:12410: checking for dirent.h
  1450. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1451. configure:12410: $? = 0
  1452. configure:12410: result: yes
  1453. configure:12410: checking for ApplicationServices/ApplicationServices.h
  1454. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1455. conftest.c:68:53: fatal error: ApplicationServices/ApplicationServices.h: No such file or directory
  1456. #include <ApplicationServices/ApplicationServices.h>
  1457. ^
  1458. compilation terminated.
  1459. configure:12410: $? = 1
  1460. configure: failed program was:
  1461. | /* confdefs.h */
  1462. | #define PACKAGE_NAME ""
  1463. | #define PACKAGE_TARNAME ""
  1464. | #define PACKAGE_VERSION ""
  1465. | #define PACKAGE_STRING ""
  1466. | #define PACKAGE_BUGREPORT ""
  1467. | #define PACKAGE_URL ""
  1468. | #define STDC_HEADERS 1
  1469. | #define HAVE_SYS_TYPES_H 1
  1470. | #define HAVE_SYS_STAT_H 1
  1471. | #define HAVE_STDLIB_H 1
  1472. | #define HAVE_STRING_H 1
  1473. | #define HAVE_MEMORY_H 1
  1474. | #define HAVE_STRINGS_H 1
  1475. | #define HAVE_INTTYPES_H 1
  1476. | #define HAVE_STDINT_H 1
  1477. | #define HAVE_UNISTD_H 1
  1478. | #define __EXTENSIONS__ 1
  1479. | #define _ALL_SOURCE 1
  1480. | #define _GNU_SOURCE 1
  1481. | #define _POSIX_PTHREAD_SEMANTICS 1
  1482. | #define _TANDEM_SOURCE 1
  1483. | #define HAVE_DEV_URANDOM 1
  1484. | #define HAVE_GCC_GLOBAL_REGS 1
  1485. | #define HAVE_HUGE_VAL_INF 1
  1486. | #define HAVE_CPUID_COUNT 1
  1487. | #define GWINSZ_IN_SYS_IOCTL 1
  1488. | #define HAVE_PHPDBG 1
  1489. | #define PHPDBG_DEBUG 0
  1490. | #define HAVE_SOCKLEN_T 1
  1491. | #define PHP_WRITE_STDOUT 1
  1492. | #define HAVE_SOCKET 1
  1493. | #define HAVE_SOCKETPAIR 1
  1494. | #define HAVE_HTONL 1
  1495. | #define HAVE_GETHOSTNAME 1
  1496. | #define HAVE_GETHOSTBYADDR 1
  1497. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  1498. | #define HAVE_LIBNSL 1
  1499. | #define HAVE_DLOPEN 1
  1500. | #define HAVE_LIBDL 1
  1501. | #define HAVE_LIBDL 1
  1502. | #define HAVE_LIBM 1
  1503. | #define HAVE_INET_ATON 1
  1504. | #define STDC_HEADERS 1
  1505. | #define HAVE_DIRENT_H 1
  1506. | #define HAVE_INTTYPES_H 1
  1507. | #define HAVE_STDINT_H 1
  1508. | #define HAVE_DIRENT_H 1
  1509. | /* end confdefs.h. */
  1510. |
  1511. | #ifdef HAVE_SYS_PARAM_H
  1512. | #include <sys/param.h>
  1513. | #endif
  1514. | #ifdef HAVE_SYS_TYPES_H
  1515. | #include <sys/types.h>
  1516. | #endif
  1517. | #ifdef HAVE_SYS_TIME_H
  1518. | #include <sys/time.h>
  1519. | #endif
  1520. | #ifdef HAVE_NETINET_IN_H
  1521. | #include <netinet/in.h>
  1522. | #endif
  1523. | #ifdef HAVE_ARPA_NAMESER_H
  1524. | #include <arpa/nameser.h>
  1525. | #endif
  1526. |
  1527. |
  1528. | #include <ApplicationServices/ApplicationServices.h>
  1529. configure:12410: result: no
  1530. configure:12410: checking for sys/param.h
  1531. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1532. configure:12410: $? = 0
  1533. configure:12410: result: yes
  1534. configure:12410: checking for sys/types.h
  1535. configure:12410: result: yes
  1536. configure:12410: checking for sys/time.h
  1537. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1538. configure:12410: $? = 0
  1539. configure:12410: result: yes
  1540. configure:12410: checking for netinet/in.h
  1541. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1542. configure:12410: $? = 0
  1543. configure:12410: result: yes
  1544. configure:12410: checking for alloca.h
  1545. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1546. configure:12410: $? = 0
  1547. configure:12410: result: yes
  1548. configure:12410: checking for arpa/inet.h
  1549. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1550. configure:12410: $? = 0
  1551. configure:12410: result: yes
  1552. configure:12410: checking for arpa/nameser.h
  1553. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1554. configure:12410: $? = 0
  1555. configure:12410: result: yes
  1556. configure:12410: checking for assert.h
  1557. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1558. configure:12410: $? = 0
  1559. configure:12410: result: yes
  1560. configure:12410: checking for crypt.h
  1561. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1562. configure:12410: $? = 0
  1563. configure:12410: result: yes
  1564. configure:12410: checking for dns.h
  1565. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1566. conftest.c:77:17: fatal error: dns.h: No such file or directory
  1567. #include <dns.h>
  1568. ^
  1569. compilation terminated.
  1570. configure:12410: $? = 1
  1571. configure: failed program was:
  1572. | /* confdefs.h */
  1573. | #define PACKAGE_NAME ""
  1574. | #define PACKAGE_TARNAME ""
  1575. | #define PACKAGE_VERSION ""
  1576. | #define PACKAGE_STRING ""
  1577. | #define PACKAGE_BUGREPORT ""
  1578. | #define PACKAGE_URL ""
  1579. | #define STDC_HEADERS 1
  1580. | #define HAVE_SYS_TYPES_H 1
  1581. | #define HAVE_SYS_STAT_H 1
  1582. | #define HAVE_STDLIB_H 1
  1583. | #define HAVE_STRING_H 1
  1584. | #define HAVE_MEMORY_H 1
  1585. | #define HAVE_STRINGS_H 1
  1586. | #define HAVE_INTTYPES_H 1
  1587. | #define HAVE_STDINT_H 1
  1588. | #define HAVE_UNISTD_H 1
  1589. | #define __EXTENSIONS__ 1
  1590. | #define _ALL_SOURCE 1
  1591. | #define _GNU_SOURCE 1
  1592. | #define _POSIX_PTHREAD_SEMANTICS 1
  1593. | #define _TANDEM_SOURCE 1
  1594. | #define HAVE_DEV_URANDOM 1
  1595. | #define HAVE_GCC_GLOBAL_REGS 1
  1596. | #define HAVE_HUGE_VAL_INF 1
  1597. | #define HAVE_CPUID_COUNT 1
  1598. | #define GWINSZ_IN_SYS_IOCTL 1
  1599. | #define HAVE_PHPDBG 1
  1600. | #define PHPDBG_DEBUG 0
  1601. | #define HAVE_SOCKLEN_T 1
  1602. | #define PHP_WRITE_STDOUT 1
  1603. | #define HAVE_SOCKET 1
  1604. | #define HAVE_SOCKETPAIR 1
  1605. | #define HAVE_HTONL 1
  1606. | #define HAVE_GETHOSTNAME 1
  1607. | #define HAVE_GETHOSTBYADDR 1
  1608. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  1609. | #define HAVE_LIBNSL 1
  1610. | #define HAVE_DLOPEN 1
  1611. | #define HAVE_LIBDL 1
  1612. | #define HAVE_LIBDL 1
  1613. | #define HAVE_LIBM 1
  1614. | #define HAVE_INET_ATON 1
  1615. | #define STDC_HEADERS 1
  1616. | #define HAVE_DIRENT_H 1
  1617. | #define HAVE_INTTYPES_H 1
  1618. | #define HAVE_STDINT_H 1
  1619. | #define HAVE_DIRENT_H 1
  1620. | #define HAVE_SYS_PARAM_H 1
  1621. | #define HAVE_SYS_TYPES_H 1
  1622. | #define HAVE_SYS_TIME_H 1
  1623. | #define HAVE_NETINET_IN_H 1
  1624. | #define HAVE_ALLOCA_H 1
  1625. | #define HAVE_ARPA_INET_H 1
  1626. | #define HAVE_ARPA_NAMESER_H 1
  1627. | #define HAVE_ASSERT_H 1
  1628. | #define HAVE_CRYPT_H 1
  1629. | /* end confdefs.h. */
  1630. |
  1631. | #ifdef HAVE_SYS_PARAM_H
  1632. | #include <sys/param.h>
  1633. | #endif
  1634. | #ifdef HAVE_SYS_TYPES_H
  1635. | #include <sys/types.h>
  1636. | #endif
  1637. | #ifdef HAVE_SYS_TIME_H
  1638. | #include <sys/time.h>
  1639. | #endif
  1640. | #ifdef HAVE_NETINET_IN_H
  1641. | #include <netinet/in.h>
  1642. | #endif
  1643. | #ifdef HAVE_ARPA_NAMESER_H
  1644. | #include <arpa/nameser.h>
  1645. | #endif
  1646. |
  1647. |
  1648. | #include <dns.h>
  1649. configure:12410: result: no
  1650. configure:12410: checking for fcntl.h
  1651. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1652. configure:12410: $? = 0
  1653. configure:12410: result: yes
  1654. configure:12410: checking for grp.h
  1655. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1656. configure:12410: $? = 0
  1657. configure:12410: result: yes
  1658. configure:12410: checking for ieeefp.h
  1659. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1660. conftest.c:79:20: fatal error: ieeefp.h: No such file or directory
  1661. #include <ieeefp.h>
  1662. ^
  1663. compilation terminated.
  1664. configure:12410: $? = 1
  1665. configure: failed program was:
  1666. | /* confdefs.h */
  1667. | #define PACKAGE_NAME ""
  1668. | #define PACKAGE_TARNAME ""
  1669. | #define PACKAGE_VERSION ""
  1670. | #define PACKAGE_STRING ""
  1671. | #define PACKAGE_BUGREPORT ""
  1672. | #define PACKAGE_URL ""
  1673. | #define STDC_HEADERS 1
  1674. | #define HAVE_SYS_TYPES_H 1
  1675. | #define HAVE_SYS_STAT_H 1
  1676. | #define HAVE_STDLIB_H 1
  1677. | #define HAVE_STRING_H 1
  1678. | #define HAVE_MEMORY_H 1
  1679. | #define HAVE_STRINGS_H 1
  1680. | #define HAVE_INTTYPES_H 1
  1681. | #define HAVE_STDINT_H 1
  1682. | #define HAVE_UNISTD_H 1
  1683. | #define __EXTENSIONS__ 1
  1684. | #define _ALL_SOURCE 1
  1685. | #define _GNU_SOURCE 1
  1686. | #define _POSIX_PTHREAD_SEMANTICS 1
  1687. | #define _TANDEM_SOURCE 1
  1688. | #define HAVE_DEV_URANDOM 1
  1689. | #define HAVE_GCC_GLOBAL_REGS 1
  1690. | #define HAVE_HUGE_VAL_INF 1
  1691. | #define HAVE_CPUID_COUNT 1
  1692. | #define GWINSZ_IN_SYS_IOCTL 1
  1693. | #define HAVE_PHPDBG 1
  1694. | #define PHPDBG_DEBUG 0
  1695. | #define HAVE_SOCKLEN_T 1
  1696. | #define PHP_WRITE_STDOUT 1
  1697. | #define HAVE_SOCKET 1
  1698. | #define HAVE_SOCKETPAIR 1
  1699. | #define HAVE_HTONL 1
  1700. | #define HAVE_GETHOSTNAME 1
  1701. | #define HAVE_GETHOSTBYADDR 1
  1702. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  1703. | #define HAVE_LIBNSL 1
  1704. | #define HAVE_DLOPEN 1
  1705. | #define HAVE_LIBDL 1
  1706. | #define HAVE_LIBDL 1
  1707. | #define HAVE_LIBM 1
  1708. | #define HAVE_INET_ATON 1
  1709. | #define STDC_HEADERS 1
  1710. | #define HAVE_DIRENT_H 1
  1711. | #define HAVE_INTTYPES_H 1
  1712. | #define HAVE_STDINT_H 1
  1713. | #define HAVE_DIRENT_H 1
  1714. | #define HAVE_SYS_PARAM_H 1
  1715. | #define HAVE_SYS_TYPES_H 1
  1716. | #define HAVE_SYS_TIME_H 1
  1717. | #define HAVE_NETINET_IN_H 1
  1718. | #define HAVE_ALLOCA_H 1
  1719. | #define HAVE_ARPA_INET_H 1
  1720. | #define HAVE_ARPA_NAMESER_H 1
  1721. | #define HAVE_ASSERT_H 1
  1722. | #define HAVE_CRYPT_H 1
  1723. | #define HAVE_FCNTL_H 1
  1724. | #define HAVE_GRP_H 1
  1725. | /* end confdefs.h. */
  1726. |
  1727. | #ifdef HAVE_SYS_PARAM_H
  1728. | #include <sys/param.h>
  1729. | #endif
  1730. | #ifdef HAVE_SYS_TYPES_H
  1731. | #include <sys/types.h>
  1732. | #endif
  1733. | #ifdef HAVE_SYS_TIME_H
  1734. | #include <sys/time.h>
  1735. | #endif
  1736. | #ifdef HAVE_NETINET_IN_H
  1737. | #include <netinet/in.h>
  1738. | #endif
  1739. | #ifdef HAVE_ARPA_NAMESER_H
  1740. | #include <arpa/nameser.h>
  1741. | #endif
  1742. |
  1743. |
  1744. | #include <ieeefp.h>
  1745. configure:12410: result: no
  1746. configure:12410: checking for langinfo.h
  1747. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1748. configure:12410: $? = 0
  1749. configure:12410: result: yes
  1750. configure:12410: checking for limits.h
  1751. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1752. configure:12410: $? = 0
  1753. configure:12410: result: yes
  1754. configure:12410: checking for locale.h
  1755. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1756. configure:12410: $? = 0
  1757. configure:12410: result: yes
  1758. configure:12410: checking for monetary.h
  1759. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1760. configure:12410: $? = 0
  1761. configure:12410: result: yes
  1762. configure:12410: checking for netdb.h
  1763. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1764. configure:12410: $? = 0
  1765. configure:12410: result: yes
  1766. configure:12410: checking for poll.h
  1767. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1768. configure:12410: $? = 0
  1769. configure:12410: result: yes
  1770. configure:12410: checking for pwd.h
  1771. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1772. configure:12410: $? = 0
  1773. configure:12410: result: yes
  1774. configure:12410: checking for resolv.h
  1775. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1776. configure:12410: $? = 0
  1777. configure:12410: result: yes
  1778. configure:12410: checking for signal.h
  1779. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1780. configure:12410: $? = 0
  1781. configure:12410: result: yes
  1782. configure:12410: checking for stdarg.h
  1783. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1784. configure:12410: $? = 0
  1785. configure:12410: result: yes
  1786. configure:12410: checking for stdlib.h
  1787. configure:12410: result: yes
  1788. configure:12410: checking for string.h
  1789. configure:12410: result: yes
  1790. configure:12410: checking for syslog.h
  1791. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1792. configure:12410: $? = 0
  1793. configure:12410: result: yes
  1794. configure:12410: checking for sysexits.h
  1795. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1796. configure:12410: $? = 0
  1797. configure:12410: result: yes
  1798. configure:12410: checking for sys/ioctl.h
  1799. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1800. configure:12410: $? = 0
  1801. configure:12410: result: yes
  1802. configure:12410: checking for sys/file.h
  1803. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1804. configure:12410: $? = 0
  1805. configure:12410: result: yes
  1806. configure:12410: checking for sys/mman.h
  1807. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1808. configure:12410: $? = 0
  1809. configure:12410: result: yes
  1810. configure:12410: checking for sys/mount.h
  1811. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1812. configure:12410: $? = 0
  1813. configure:12410: result: yes
  1814. configure:12410: checking for sys/poll.h
  1815. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1816. configure:12410: $? = 0
  1817. configure:12410: result: yes
  1818. configure:12410: checking for sys/resource.h
  1819. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1820. configure:12410: $? = 0
  1821. configure:12410: result: yes
  1822. configure:12410: checking for sys/select.h
  1823. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1824. configure:12410: $? = 0
  1825. configure:12410: result: yes
  1826. configure:12410: checking for sys/socket.h
  1827. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1828. configure:12410: $? = 0
  1829. configure:12410: result: yes
  1830. configure:12410: checking for sys/stat.h
  1831. configure:12410: result: yes
  1832. configure:12410: checking for sys/statfs.h
  1833. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1834. configure:12410: $? = 0
  1835. configure:12410: result: yes
  1836. configure:12410: checking for sys/statvfs.h
  1837. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1838. configure:12410: $? = 0
  1839. configure:12410: result: yes
  1840. configure:12410: checking for sys/vfs.h
  1841. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1842. configure:12410: $? = 0
  1843. configure:12410: result: yes
  1844. configure:12410: checking for sys/sysexits.h
  1845. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1846. conftest.c:105:26: fatal error: sys/sysexits.h: No such file or directory
  1847. #include <sys/sysexits.h>
  1848. ^
  1849. compilation terminated.
  1850. configure:12410: $? = 1
  1851. configure: failed program was:
  1852. | /* confdefs.h */
  1853. | #define PACKAGE_NAME ""
  1854. | #define PACKAGE_TARNAME ""
  1855. | #define PACKAGE_VERSION ""
  1856. | #define PACKAGE_STRING ""
  1857. | #define PACKAGE_BUGREPORT ""
  1858. | #define PACKAGE_URL ""
  1859. | #define STDC_HEADERS 1
  1860. | #define HAVE_SYS_TYPES_H 1
  1861. | #define HAVE_SYS_STAT_H 1
  1862. | #define HAVE_STDLIB_H 1
  1863. | #define HAVE_STRING_H 1
  1864. | #define HAVE_MEMORY_H 1
  1865. | #define HAVE_STRINGS_H 1
  1866. | #define HAVE_INTTYPES_H 1
  1867. | #define HAVE_STDINT_H 1
  1868. | #define HAVE_UNISTD_H 1
  1869. | #define __EXTENSIONS__ 1
  1870. | #define _ALL_SOURCE 1
  1871. | #define _GNU_SOURCE 1
  1872. | #define _POSIX_PTHREAD_SEMANTICS 1
  1873. | #define _TANDEM_SOURCE 1
  1874. | #define HAVE_DEV_URANDOM 1
  1875. | #define HAVE_GCC_GLOBAL_REGS 1
  1876. | #define HAVE_HUGE_VAL_INF 1
  1877. | #define HAVE_CPUID_COUNT 1
  1878. | #define GWINSZ_IN_SYS_IOCTL 1
  1879. | #define HAVE_PHPDBG 1
  1880. | #define PHPDBG_DEBUG 0
  1881. | #define HAVE_SOCKLEN_T 1
  1882. | #define PHP_WRITE_STDOUT 1
  1883. | #define HAVE_SOCKET 1
  1884. | #define HAVE_SOCKETPAIR 1
  1885. | #define HAVE_HTONL 1
  1886. | #define HAVE_GETHOSTNAME 1
  1887. | #define HAVE_GETHOSTBYADDR 1
  1888. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  1889. | #define HAVE_LIBNSL 1
  1890. | #define HAVE_DLOPEN 1
  1891. | #define HAVE_LIBDL 1
  1892. | #define HAVE_LIBDL 1
  1893. | #define HAVE_LIBM 1
  1894. | #define HAVE_INET_ATON 1
  1895. | #define STDC_HEADERS 1
  1896. | #define HAVE_DIRENT_H 1
  1897. | #define HAVE_INTTYPES_H 1
  1898. | #define HAVE_STDINT_H 1
  1899. | #define HAVE_DIRENT_H 1
  1900. | #define HAVE_SYS_PARAM_H 1
  1901. | #define HAVE_SYS_TYPES_H 1
  1902. | #define HAVE_SYS_TIME_H 1
  1903. | #define HAVE_NETINET_IN_H 1
  1904. | #define HAVE_ALLOCA_H 1
  1905. | #define HAVE_ARPA_INET_H 1
  1906. | #define HAVE_ARPA_NAMESER_H 1
  1907. | #define HAVE_ASSERT_H 1
  1908. | #define HAVE_CRYPT_H 1
  1909. | #define HAVE_FCNTL_H 1
  1910. | #define HAVE_GRP_H 1
  1911. | #define HAVE_LANGINFO_H 1
  1912. | #define HAVE_LIMITS_H 1
  1913. | #define HAVE_LOCALE_H 1
  1914. | #define HAVE_MONETARY_H 1
  1915. | #define HAVE_NETDB_H 1
  1916. | #define HAVE_POLL_H 1
  1917. | #define HAVE_PWD_H 1
  1918. | #define HAVE_RESOLV_H 1
  1919. | #define HAVE_SIGNAL_H 1
  1920. | #define HAVE_STDARG_H 1
  1921. | #define HAVE_STDLIB_H 1
  1922. | #define HAVE_STRING_H 1
  1923. | #define HAVE_SYSLOG_H 1
  1924. | #define HAVE_SYSEXITS_H 1
  1925. | #define HAVE_SYS_IOCTL_H 1
  1926. | #define HAVE_SYS_FILE_H 1
  1927. | #define HAVE_SYS_MMAN_H 1
  1928. | #define HAVE_SYS_MOUNT_H 1
  1929. | #define HAVE_SYS_POLL_H 1
  1930. | #define HAVE_SYS_RESOURCE_H 1
  1931. | #define HAVE_SYS_SELECT_H 1
  1932. | #define HAVE_SYS_SOCKET_H 1
  1933. | #define HAVE_SYS_STAT_H 1
  1934. | #define HAVE_SYS_STATFS_H 1
  1935. | #define HAVE_SYS_STATVFS_H 1
  1936. | #define HAVE_SYS_VFS_H 1
  1937. | /* end confdefs.h. */
  1938. |
  1939. | #ifdef HAVE_SYS_PARAM_H
  1940. | #include <sys/param.h>
  1941. | #endif
  1942. | #ifdef HAVE_SYS_TYPES_H
  1943. | #include <sys/types.h>
  1944. | #endif
  1945. | #ifdef HAVE_SYS_TIME_H
  1946. | #include <sys/time.h>
  1947. | #endif
  1948. | #ifdef HAVE_NETINET_IN_H
  1949. | #include <netinet/in.h>
  1950. | #endif
  1951. | #ifdef HAVE_ARPA_NAMESER_H
  1952. | #include <arpa/nameser.h>
  1953. | #endif
  1954. |
  1955. |
  1956. | #include <sys/sysexits.h>
  1957. configure:12410: result: no
  1958. configure:12410: checking for sys/varargs.h
  1959. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  1960. conftest.c:105:25: fatal error: sys/varargs.h: No such file or directory
  1961. #include <sys/varargs.h>
  1962. ^
  1963. compilation terminated.
  1964. configure:12410: $? = 1
  1965. configure: failed program was:
  1966. | /* confdefs.h */
  1967. | #define PACKAGE_NAME ""
  1968. | #define PACKAGE_TARNAME ""
  1969. | #define PACKAGE_VERSION ""
  1970. | #define PACKAGE_STRING ""
  1971. | #define PACKAGE_BUGREPORT ""
  1972. | #define PACKAGE_URL ""
  1973. | #define STDC_HEADERS 1
  1974. | #define HAVE_SYS_TYPES_H 1
  1975. | #define HAVE_SYS_STAT_H 1
  1976. | #define HAVE_STDLIB_H 1
  1977. | #define HAVE_STRING_H 1
  1978. | #define HAVE_MEMORY_H 1
  1979. | #define HAVE_STRINGS_H 1
  1980. | #define HAVE_INTTYPES_H 1
  1981. | #define HAVE_STDINT_H 1
  1982. | #define HAVE_UNISTD_H 1
  1983. | #define __EXTENSIONS__ 1
  1984. | #define _ALL_SOURCE 1
  1985. | #define _GNU_SOURCE 1
  1986. | #define _POSIX_PTHREAD_SEMANTICS 1
  1987. | #define _TANDEM_SOURCE 1
  1988. | #define HAVE_DEV_URANDOM 1
  1989. | #define HAVE_GCC_GLOBAL_REGS 1
  1990. | #define HAVE_HUGE_VAL_INF 1
  1991. | #define HAVE_CPUID_COUNT 1
  1992. | #define GWINSZ_IN_SYS_IOCTL 1
  1993. | #define HAVE_PHPDBG 1
  1994. | #define PHPDBG_DEBUG 0
  1995. | #define HAVE_SOCKLEN_T 1
  1996. | #define PHP_WRITE_STDOUT 1
  1997. | #define HAVE_SOCKET 1
  1998. | #define HAVE_SOCKETPAIR 1
  1999. | #define HAVE_HTONL 1
  2000. | #define HAVE_GETHOSTNAME 1
  2001. | #define HAVE_GETHOSTBYADDR 1
  2002. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  2003. | #define HAVE_LIBNSL 1
  2004. | #define HAVE_DLOPEN 1
  2005. | #define HAVE_LIBDL 1
  2006. | #define HAVE_LIBDL 1
  2007. | #define HAVE_LIBM 1
  2008. | #define HAVE_INET_ATON 1
  2009. | #define STDC_HEADERS 1
  2010. | #define HAVE_DIRENT_H 1
  2011. | #define HAVE_INTTYPES_H 1
  2012. | #define HAVE_STDINT_H 1
  2013. | #define HAVE_DIRENT_H 1
  2014. | #define HAVE_SYS_PARAM_H 1
  2015. | #define HAVE_SYS_TYPES_H 1
  2016. | #define HAVE_SYS_TIME_H 1
  2017. | #define HAVE_NETINET_IN_H 1
  2018. | #define HAVE_ALLOCA_H 1
  2019. | #define HAVE_ARPA_INET_H 1
  2020. | #define HAVE_ARPA_NAMESER_H 1
  2021. | #define HAVE_ASSERT_H 1
  2022. | #define HAVE_CRYPT_H 1
  2023. | #define HAVE_FCNTL_H 1
  2024. | #define HAVE_GRP_H 1
  2025. | #define HAVE_LANGINFO_H 1
  2026. | #define HAVE_LIMITS_H 1
  2027. | #define HAVE_LOCALE_H 1
  2028. | #define HAVE_MONETARY_H 1
  2029. | #define HAVE_NETDB_H 1
  2030. | #define HAVE_POLL_H 1
  2031. | #define HAVE_PWD_H 1
  2032. | #define HAVE_RESOLV_H 1
  2033. | #define HAVE_SIGNAL_H 1
  2034. | #define HAVE_STDARG_H 1
  2035. | #define HAVE_STDLIB_H 1
  2036. | #define HAVE_STRING_H 1
  2037. | #define HAVE_SYSLOG_H 1
  2038. | #define HAVE_SYSEXITS_H 1
  2039. | #define HAVE_SYS_IOCTL_H 1
  2040. | #define HAVE_SYS_FILE_H 1
  2041. | #define HAVE_SYS_MMAN_H 1
  2042. | #define HAVE_SYS_MOUNT_H 1
  2043. | #define HAVE_SYS_POLL_H 1
  2044. | #define HAVE_SYS_RESOURCE_H 1
  2045. | #define HAVE_SYS_SELECT_H 1
  2046. | #define HAVE_SYS_SOCKET_H 1
  2047. | #define HAVE_SYS_STAT_H 1
  2048. | #define HAVE_SYS_STATFS_H 1
  2049. | #define HAVE_SYS_STATVFS_H 1
  2050. | #define HAVE_SYS_VFS_H 1
  2051. | /* end confdefs.h. */
  2052. |
  2053. | #ifdef HAVE_SYS_PARAM_H
  2054. | #include <sys/param.h>
  2055. | #endif
  2056. | #ifdef HAVE_SYS_TYPES_H
  2057. | #include <sys/types.h>
  2058. | #endif
  2059. | #ifdef HAVE_SYS_TIME_H
  2060. | #include <sys/time.h>
  2061. | #endif
  2062. | #ifdef HAVE_NETINET_IN_H
  2063. | #include <netinet/in.h>
  2064. | #endif
  2065. | #ifdef HAVE_ARPA_NAMESER_H
  2066. | #include <arpa/nameser.h>
  2067. | #endif
  2068. |
  2069. |
  2070. | #include <sys/varargs.h>
  2071. configure:12410: result: no
  2072. configure:12410: checking for sys/wait.h
  2073. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  2074. configure:12410: $? = 0
  2075. configure:12410: result: yes
  2076. configure:12410: checking for sys/loadavg.h
  2077. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  2078. conftest.c:106:25: fatal error: sys/loadavg.h: No such file or directory
  2079. #include <sys/loadavg.h>
  2080. ^
  2081. compilation terminated.
  2082. configure:12410: $? = 1
  2083. configure: failed program was:
  2084. | /* confdefs.h */
  2085. | #define PACKAGE_NAME ""
  2086. | #define PACKAGE_TARNAME ""
  2087. | #define PACKAGE_VERSION ""
  2088. | #define PACKAGE_STRING ""
  2089. | #define PACKAGE_BUGREPORT ""
  2090. | #define PACKAGE_URL ""
  2091. | #define STDC_HEADERS 1
  2092. | #define HAVE_SYS_TYPES_H 1
  2093. | #define HAVE_SYS_STAT_H 1
  2094. | #define HAVE_STDLIB_H 1
  2095. | #define HAVE_STRING_H 1
  2096. | #define HAVE_MEMORY_H 1
  2097. | #define HAVE_STRINGS_H 1
  2098. | #define HAVE_INTTYPES_H 1
  2099. | #define HAVE_STDINT_H 1
  2100. | #define HAVE_UNISTD_H 1
  2101. | #define __EXTENSIONS__ 1
  2102. | #define _ALL_SOURCE 1
  2103. | #define _GNU_SOURCE 1
  2104. | #define _POSIX_PTHREAD_SEMANTICS 1
  2105. | #define _TANDEM_SOURCE 1
  2106. | #define HAVE_DEV_URANDOM 1
  2107. | #define HAVE_GCC_GLOBAL_REGS 1
  2108. | #define HAVE_HUGE_VAL_INF 1
  2109. | #define HAVE_CPUID_COUNT 1
  2110. | #define GWINSZ_IN_SYS_IOCTL 1
  2111. | #define HAVE_PHPDBG 1
  2112. | #define PHPDBG_DEBUG 0
  2113. | #define HAVE_SOCKLEN_T 1
  2114. | #define PHP_WRITE_STDOUT 1
  2115. | #define HAVE_SOCKET 1
  2116. | #define HAVE_SOCKETPAIR 1
  2117. | #define HAVE_HTONL 1
  2118. | #define HAVE_GETHOSTNAME 1
  2119. | #define HAVE_GETHOSTBYADDR 1
  2120. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  2121. | #define HAVE_LIBNSL 1
  2122. | #define HAVE_DLOPEN 1
  2123. | #define HAVE_LIBDL 1
  2124. | #define HAVE_LIBDL 1
  2125. | #define HAVE_LIBM 1
  2126. | #define HAVE_INET_ATON 1
  2127. | #define STDC_HEADERS 1
  2128. | #define HAVE_DIRENT_H 1
  2129. | #define HAVE_INTTYPES_H 1
  2130. | #define HAVE_STDINT_H 1
  2131. | #define HAVE_DIRENT_H 1
  2132. | #define HAVE_SYS_PARAM_H 1
  2133. | #define HAVE_SYS_TYPES_H 1
  2134. | #define HAVE_SYS_TIME_H 1
  2135. | #define HAVE_NETINET_IN_H 1
  2136. | #define HAVE_ALLOCA_H 1
  2137. | #define HAVE_ARPA_INET_H 1
  2138. | #define HAVE_ARPA_NAMESER_H 1
  2139. | #define HAVE_ASSERT_H 1
  2140. | #define HAVE_CRYPT_H 1
  2141. | #define HAVE_FCNTL_H 1
  2142. | #define HAVE_GRP_H 1
  2143. | #define HAVE_LANGINFO_H 1
  2144. | #define HAVE_LIMITS_H 1
  2145. | #define HAVE_LOCALE_H 1
  2146. | #define HAVE_MONETARY_H 1
  2147. | #define HAVE_NETDB_H 1
  2148. | #define HAVE_POLL_H 1
  2149. | #define HAVE_PWD_H 1
  2150. | #define HAVE_RESOLV_H 1
  2151. | #define HAVE_SIGNAL_H 1
  2152. | #define HAVE_STDARG_H 1
  2153. | #define HAVE_STDLIB_H 1
  2154. | #define HAVE_STRING_H 1
  2155. | #define HAVE_SYSLOG_H 1
  2156. | #define HAVE_SYSEXITS_H 1
  2157. | #define HAVE_SYS_IOCTL_H 1
  2158. | #define HAVE_SYS_FILE_H 1
  2159. | #define HAVE_SYS_MMAN_H 1
  2160. | #define HAVE_SYS_MOUNT_H 1
  2161. | #define HAVE_SYS_POLL_H 1
  2162. | #define HAVE_SYS_RESOURCE_H 1
  2163. | #define HAVE_SYS_SELECT_H 1
  2164. | #define HAVE_SYS_SOCKET_H 1
  2165. | #define HAVE_SYS_STAT_H 1
  2166. | #define HAVE_SYS_STATFS_H 1
  2167. | #define HAVE_SYS_STATVFS_H 1
  2168. | #define HAVE_SYS_VFS_H 1
  2169. | #define HAVE_SYS_WAIT_H 1
  2170. | /* end confdefs.h. */
  2171. |
  2172. | #ifdef HAVE_SYS_PARAM_H
  2173. | #include <sys/param.h>
  2174. | #endif
  2175. | #ifdef HAVE_SYS_TYPES_H
  2176. | #include <sys/types.h>
  2177. | #endif
  2178. | #ifdef HAVE_SYS_TIME_H
  2179. | #include <sys/time.h>
  2180. | #endif
  2181. | #ifdef HAVE_NETINET_IN_H
  2182. | #include <netinet/in.h>
  2183. | #endif
  2184. | #ifdef HAVE_ARPA_NAMESER_H
  2185. | #include <arpa/nameser.h>
  2186. | #endif
  2187. |
  2188. |
  2189. | #include <sys/loadavg.h>
  2190. configure:12410: result: no
  2191. configure:12410: checking for termios.h
  2192. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  2193. configure:12410: $? = 0
  2194. configure:12410: result: yes
  2195. configure:12410: checking for unistd.h
  2196. configure:12410: result: yes
  2197. configure:12410: checking for unix.h
  2198. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  2199. conftest.c:108:18: fatal error: unix.h: No such file or directory
  2200. #include <unix.h>
  2201. ^
  2202. compilation terminated.
  2203. configure:12410: $? = 1
  2204. configure: failed program was:
  2205. | /* confdefs.h */
  2206. | #define PACKAGE_NAME ""
  2207. | #define PACKAGE_TARNAME ""
  2208. | #define PACKAGE_VERSION ""
  2209. | #define PACKAGE_STRING ""
  2210. | #define PACKAGE_BUGREPORT ""
  2211. | #define PACKAGE_URL ""
  2212. | #define STDC_HEADERS 1
  2213. | #define HAVE_SYS_TYPES_H 1
  2214. | #define HAVE_SYS_STAT_H 1
  2215. | #define HAVE_STDLIB_H 1
  2216. | #define HAVE_STRING_H 1
  2217. | #define HAVE_MEMORY_H 1
  2218. | #define HAVE_STRINGS_H 1
  2219. | #define HAVE_INTTYPES_H 1
  2220. | #define HAVE_STDINT_H 1
  2221. | #define HAVE_UNISTD_H 1
  2222. | #define __EXTENSIONS__ 1
  2223. | #define _ALL_SOURCE 1
  2224. | #define _GNU_SOURCE 1
  2225. | #define _POSIX_PTHREAD_SEMANTICS 1
  2226. | #define _TANDEM_SOURCE 1
  2227. | #define HAVE_DEV_URANDOM 1
  2228. | #define HAVE_GCC_GLOBAL_REGS 1
  2229. | #define HAVE_HUGE_VAL_INF 1
  2230. | #define HAVE_CPUID_COUNT 1
  2231. | #define GWINSZ_IN_SYS_IOCTL 1
  2232. | #define HAVE_PHPDBG 1
  2233. | #define PHPDBG_DEBUG 0
  2234. | #define HAVE_SOCKLEN_T 1
  2235. | #define PHP_WRITE_STDOUT 1
  2236. | #define HAVE_SOCKET 1
  2237. | #define HAVE_SOCKETPAIR 1
  2238. | #define HAVE_HTONL 1
  2239. | #define HAVE_GETHOSTNAME 1
  2240. | #define HAVE_GETHOSTBYADDR 1
  2241. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  2242. | #define HAVE_LIBNSL 1
  2243. | #define HAVE_DLOPEN 1
  2244. | #define HAVE_LIBDL 1
  2245. | #define HAVE_LIBDL 1
  2246. | #define HAVE_LIBM 1
  2247. | #define HAVE_INET_ATON 1
  2248. | #define STDC_HEADERS 1
  2249. | #define HAVE_DIRENT_H 1
  2250. | #define HAVE_INTTYPES_H 1
  2251. | #define HAVE_STDINT_H 1
  2252. | #define HAVE_DIRENT_H 1
  2253. | #define HAVE_SYS_PARAM_H 1
  2254. | #define HAVE_SYS_TYPES_H 1
  2255. | #define HAVE_SYS_TIME_H 1
  2256. | #define HAVE_NETINET_IN_H 1
  2257. | #define HAVE_ALLOCA_H 1
  2258. | #define HAVE_ARPA_INET_H 1
  2259. | #define HAVE_ARPA_NAMESER_H 1
  2260. | #define HAVE_ASSERT_H 1
  2261. | #define HAVE_CRYPT_H 1
  2262. | #define HAVE_FCNTL_H 1
  2263. | #define HAVE_GRP_H 1
  2264. | #define HAVE_LANGINFO_H 1
  2265. | #define HAVE_LIMITS_H 1
  2266. | #define HAVE_LOCALE_H 1
  2267. | #define HAVE_MONETARY_H 1
  2268. | #define HAVE_NETDB_H 1
  2269. | #define HAVE_POLL_H 1
  2270. | #define HAVE_PWD_H 1
  2271. | #define HAVE_RESOLV_H 1
  2272. | #define HAVE_SIGNAL_H 1
  2273. | #define HAVE_STDARG_H 1
  2274. | #define HAVE_STDLIB_H 1
  2275. | #define HAVE_STRING_H 1
  2276. | #define HAVE_SYSLOG_H 1
  2277. | #define HAVE_SYSEXITS_H 1
  2278. | #define HAVE_SYS_IOCTL_H 1
  2279. | #define HAVE_SYS_FILE_H 1
  2280. | #define HAVE_SYS_MMAN_H 1
  2281. | #define HAVE_SYS_MOUNT_H 1
  2282. | #define HAVE_SYS_POLL_H 1
  2283. | #define HAVE_SYS_RESOURCE_H 1
  2284. | #define HAVE_SYS_SELECT_H 1
  2285. | #define HAVE_SYS_SOCKET_H 1
  2286. | #define HAVE_SYS_STAT_H 1
  2287. | #define HAVE_SYS_STATFS_H 1
  2288. | #define HAVE_SYS_STATVFS_H 1
  2289. | #define HAVE_SYS_VFS_H 1
  2290. | #define HAVE_SYS_WAIT_H 1
  2291. | #define HAVE_TERMIOS_H 1
  2292. | #define HAVE_UNISTD_H 1
  2293. | /* end confdefs.h. */
  2294. |
  2295. | #ifdef HAVE_SYS_PARAM_H
  2296. | #include <sys/param.h>
  2297. | #endif
  2298. | #ifdef HAVE_SYS_TYPES_H
  2299. | #include <sys/types.h>
  2300. | #endif
  2301. | #ifdef HAVE_SYS_TIME_H
  2302. | #include <sys/time.h>
  2303. | #endif
  2304. | #ifdef HAVE_NETINET_IN_H
  2305. | #include <netinet/in.h>
  2306. | #endif
  2307. | #ifdef HAVE_ARPA_NAMESER_H
  2308. | #include <arpa/nameser.h>
  2309. | #endif
  2310. |
  2311. |
  2312. | #include <unix.h>
  2313. configure:12410: result: no
  2314. configure:12410: checking for utime.h
  2315. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  2316. configure:12410: $? = 0
  2317. configure:12410: result: yes
  2318. configure:12410: checking for sys/utsname.h
  2319. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  2320. configure:12410: $? = 0
  2321. configure:12410: result: yes
  2322. configure:12410: checking for sys/ipc.h
  2323. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  2324. configure:12410: $? = 0
  2325. configure:12410: result: yes
  2326. configure:12410: checking for dlfcn.h
  2327. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  2328. configure:12410: $? = 0
  2329. configure:12410: result: yes
  2330. configure:12410: checking for assert.h
  2331. configure:12410: result: yes
  2332. configure:12410: checking for tmmintrin.h
  2333. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  2334. configure:12410: $? = 0
  2335. configure:12410: result: yes
  2336. configure:12410: checking for nmmintrin.h
  2337. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  2338. configure:12410: $? = 0
  2339. configure:12410: result: yes
  2340. configure:12410: checking for immintrin.h
  2341. configure:12410: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  2342. configure:12410: $? = 0
  2343. configure:12410: result: yes
  2344. configure:12439: checking for fopencookie
  2345. configure:12439: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  2346. configure:12439: $? = 0
  2347. configure:12439: result: yes
  2348. configure:12460: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  2349. conftest.c:99:0: warning: "_GNU_SOURCE" redefined
  2350. #define _GNU_SOURCE
  2351.  
  2352. conftest.c:20:0: note: this is the location of the previous definition
  2353. #define _GNU_SOURCE 1
  2354.  
  2355. configure:12460: $? = 0
  2356. configure:12506: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  2357. conftest.c:99:0: warning: "_GNU_SOURCE" redefined
  2358. #define _GNU_SOURCE
  2359.  
  2360. conftest.c:20:0: note: this is the location of the previous definition
  2361. #define _GNU_SOURCE 1
  2362.  
  2363. conftest.c:117:1: warning: return type defaults to 'int' [-Wimplicit-int]
  2364. main() {
  2365. ^~~~
  2366. conftest.c: In function 'main':
  2367. conftest.c:122:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
  2368. exit(0);
  2369. ^~~~
  2370. conftest.c:122:5: warning: incompatible implicit declaration of built-in function 'exit'
  2371. conftest.c:122:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
  2372. conftest.c:123:3: warning: incompatible implicit declaration of built-in function 'exit'
  2373. exit(1);
  2374. ^~~~
  2375. conftest.c:123:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
  2376. configure:12506: $? = 0
  2377. configure:12506: ./conftest
  2378. configure:12506: $? = 0
  2379. configure:12564: checking for broken getcwd
  2380. configure:12575: result: no
  2381. configure:12580: checking for broken libc stdio
  2382. configure:12640: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  2383. conftest.c: In function 'main':
  2384. conftest.c:112:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
  2385. exit(2);
  2386. ^~~~
  2387. conftest.c:112:5: warning: incompatible implicit declaration of built-in function 'exit'
  2388. conftest.c:112:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
  2389. conftest.c:120:3: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration]
  2390. unlink(filename);
  2391. ^~~~~~
  2392. /tmp/ccUVt8dl.o: In function `main':
  2393. /media/lera/b1a4b0ee-bd95-4c39-a19c-5cb0e0ee5f4b/Linguagem de programacao/php/php-7.3.6/conftest.c:107: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
  2394. configure:12640: $? = 0
  2395. configure:12640: ./conftest
  2396. configure:12640: $? = 1
  2397. configure: program exited with status 1
  2398. configure: failed program was:
  2399. | /* confdefs.h */
  2400. | #define PACKAGE_NAME ""
  2401. | #define PACKAGE_TARNAME ""
  2402. | #define PACKAGE_VERSION ""
  2403. | #define PACKAGE_STRING ""
  2404. | #define PACKAGE_BUGREPORT ""
  2405. | #define PACKAGE_URL ""
  2406. | #define STDC_HEADERS 1
  2407. | #define HAVE_SYS_TYPES_H 1
  2408. | #define HAVE_SYS_STAT_H 1
  2409. | #define HAVE_STDLIB_H 1
  2410. | #define HAVE_STRING_H 1
  2411. | #define HAVE_MEMORY_H 1
  2412. | #define HAVE_STRINGS_H 1
  2413. | #define HAVE_INTTYPES_H 1
  2414. | #define HAVE_STDINT_H 1
  2415. | #define HAVE_UNISTD_H 1
  2416. | #define __EXTENSIONS__ 1
  2417. | #define _ALL_SOURCE 1
  2418. | #define _GNU_SOURCE 1
  2419. | #define _POSIX_PTHREAD_SEMANTICS 1
  2420. | #define _TANDEM_SOURCE 1
  2421. | #define HAVE_DEV_URANDOM 1
  2422. | #define HAVE_GCC_GLOBAL_REGS 1
  2423. | #define HAVE_HUGE_VAL_INF 1
  2424. | #define HAVE_CPUID_COUNT 1
  2425. | #define GWINSZ_IN_SYS_IOCTL 1
  2426. | #define HAVE_PHPDBG 1
  2427. | #define PHPDBG_DEBUG 0
  2428. | #define HAVE_SOCKLEN_T 1
  2429. | #define PHP_WRITE_STDOUT 1
  2430. | #define HAVE_SOCKET 1
  2431. | #define HAVE_SOCKETPAIR 1
  2432. | #define HAVE_HTONL 1
  2433. | #define HAVE_GETHOSTNAME 1
  2434. | #define HAVE_GETHOSTBYADDR 1
  2435. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  2436. | #define HAVE_LIBNSL 1
  2437. | #define HAVE_DLOPEN 1
  2438. | #define HAVE_LIBDL 1
  2439. | #define HAVE_LIBDL 1
  2440. | #define HAVE_LIBM 1
  2441. | #define HAVE_INET_ATON 1
  2442. | #define STDC_HEADERS 1
  2443. | #define HAVE_DIRENT_H 1
  2444. | #define HAVE_INTTYPES_H 1
  2445. | #define HAVE_STDINT_H 1
  2446. | #define HAVE_DIRENT_H 1
  2447. | #define HAVE_SYS_PARAM_H 1
  2448. | #define HAVE_SYS_TYPES_H 1
  2449. | #define HAVE_SYS_TIME_H 1
  2450. | #define HAVE_NETINET_IN_H 1
  2451. | #define HAVE_ALLOCA_H 1
  2452. | #define HAVE_ARPA_INET_H 1
  2453. | #define HAVE_ARPA_NAMESER_H 1
  2454. | #define HAVE_ASSERT_H 1
  2455. | #define HAVE_CRYPT_H 1
  2456. | #define HAVE_FCNTL_H 1
  2457. | #define HAVE_GRP_H 1
  2458. | #define HAVE_LANGINFO_H 1
  2459. | #define HAVE_LIMITS_H 1
  2460. | #define HAVE_LOCALE_H 1
  2461. | #define HAVE_MONETARY_H 1
  2462. | #define HAVE_NETDB_H 1
  2463. | #define HAVE_POLL_H 1
  2464. | #define HAVE_PWD_H 1
  2465. | #define HAVE_RESOLV_H 1
  2466. | #define HAVE_SIGNAL_H 1
  2467. | #define HAVE_STDARG_H 1
  2468. | #define HAVE_STDLIB_H 1
  2469. | #define HAVE_STRING_H 1
  2470. | #define HAVE_SYSLOG_H 1
  2471. | #define HAVE_SYSEXITS_H 1
  2472. | #define HAVE_SYS_IOCTL_H 1
  2473. | #define HAVE_SYS_FILE_H 1
  2474. | #define HAVE_SYS_MMAN_H 1
  2475. | #define HAVE_SYS_MOUNT_H 1
  2476. | #define HAVE_SYS_POLL_H 1
  2477. | #define HAVE_SYS_RESOURCE_H 1
  2478. | #define HAVE_SYS_SELECT_H 1
  2479. | #define HAVE_SYS_SOCKET_H 1
  2480. | #define HAVE_SYS_STAT_H 1
  2481. | #define HAVE_SYS_STATFS_H 1
  2482. | #define HAVE_SYS_STATVFS_H 1
  2483. | #define HAVE_SYS_VFS_H 1
  2484. | #define HAVE_SYS_WAIT_H 1
  2485. | #define HAVE_TERMIOS_H 1
  2486. | #define HAVE_UNISTD_H 1
  2487. | #define HAVE_UTIME_H 1
  2488. | #define HAVE_SYS_UTSNAME_H 1
  2489. | #define HAVE_SYS_IPC_H 1
  2490. | #define HAVE_DLFCN_H 1
  2491. | #define HAVE_ASSERT_H 1
  2492. | #define HAVE_TMMINTRIN_H 1
  2493. | #define HAVE_NMMINTRIN_H 1
  2494. | #define HAVE_IMMINTRIN_H 1
  2495. | #define HAVE_FOPENCOOKIE 1
  2496. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  2497. | #define COOKIE_SEEKER_USES_OFF64_T 1
  2498. | /* end confdefs.h. */
  2499. |
  2500. | #include <stdio.h>
  2501. | int main(int argc, char *argv[])
  2502. | {
  2503. | FILE *fp;
  2504. | long position;
  2505. | char *filename = tmpnam(NULL);
  2506. |
  2507. | fp = fopen(filename, "w");
  2508. | if (fp == NULL) {
  2509. | perror("fopen");
  2510. | exit(2);
  2511. | }
  2512. | fputs("foobar", fp);
  2513. | fclose(fp);
  2514. |
  2515. | fp = fopen(filename, "a+");
  2516. | position = ftell(fp);
  2517. | fclose(fp);
  2518. | unlink(filename);
  2519. | if (position == 0)
  2520. | return 1;
  2521. | return 0;
  2522. | }
  2523. |
  2524. configure:12653: result: yes
  2525. configure:12665: checking for broken gcc optimize-strlen
  2526. configure:12696: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  2527. configure:12696: $? = 0
  2528. configure:12696: ./conftest
  2529. configure:12696: $? = 1
  2530. configure: program exited with status 1
  2531. configure: failed program was:
  2532. | /* confdefs.h */
  2533. | #define PACKAGE_NAME ""
  2534. | #define PACKAGE_TARNAME ""
  2535. | #define PACKAGE_VERSION ""
  2536. | #define PACKAGE_STRING ""
  2537. | #define PACKAGE_BUGREPORT ""
  2538. | #define PACKAGE_URL ""
  2539. | #define STDC_HEADERS 1
  2540. | #define HAVE_SYS_TYPES_H 1
  2541. | #define HAVE_SYS_STAT_H 1
  2542. | #define HAVE_STDLIB_H 1
  2543. | #define HAVE_STRING_H 1
  2544. | #define HAVE_MEMORY_H 1
  2545. | #define HAVE_STRINGS_H 1
  2546. | #define HAVE_INTTYPES_H 1
  2547. | #define HAVE_STDINT_H 1
  2548. | #define HAVE_UNISTD_H 1
  2549. | #define __EXTENSIONS__ 1
  2550. | #define _ALL_SOURCE 1
  2551. | #define _GNU_SOURCE 1
  2552. | #define _POSIX_PTHREAD_SEMANTICS 1
  2553. | #define _TANDEM_SOURCE 1
  2554. | #define HAVE_DEV_URANDOM 1
  2555. | #define HAVE_GCC_GLOBAL_REGS 1
  2556. | #define HAVE_HUGE_VAL_INF 1
  2557. | #define HAVE_CPUID_COUNT 1
  2558. | #define GWINSZ_IN_SYS_IOCTL 1
  2559. | #define HAVE_PHPDBG 1
  2560. | #define PHPDBG_DEBUG 0
  2561. | #define HAVE_SOCKLEN_T 1
  2562. | #define PHP_WRITE_STDOUT 1
  2563. | #define HAVE_SOCKET 1
  2564. | #define HAVE_SOCKETPAIR 1
  2565. | #define HAVE_HTONL 1
  2566. | #define HAVE_GETHOSTNAME 1
  2567. | #define HAVE_GETHOSTBYADDR 1
  2568. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  2569. | #define HAVE_LIBNSL 1
  2570. | #define HAVE_DLOPEN 1
  2571. | #define HAVE_LIBDL 1
  2572. | #define HAVE_LIBDL 1
  2573. | #define HAVE_LIBM 1
  2574. | #define HAVE_INET_ATON 1
  2575. | #define STDC_HEADERS 1
  2576. | #define HAVE_DIRENT_H 1
  2577. | #define HAVE_INTTYPES_H 1
  2578. | #define HAVE_STDINT_H 1
  2579. | #define HAVE_DIRENT_H 1
  2580. | #define HAVE_SYS_PARAM_H 1
  2581. | #define HAVE_SYS_TYPES_H 1
  2582. | #define HAVE_SYS_TIME_H 1
  2583. | #define HAVE_NETINET_IN_H 1
  2584. | #define HAVE_ALLOCA_H 1
  2585. | #define HAVE_ARPA_INET_H 1
  2586. | #define HAVE_ARPA_NAMESER_H 1
  2587. | #define HAVE_ASSERT_H 1
  2588. | #define HAVE_CRYPT_H 1
  2589. | #define HAVE_FCNTL_H 1
  2590. | #define HAVE_GRP_H 1
  2591. | #define HAVE_LANGINFO_H 1
  2592. | #define HAVE_LIMITS_H 1
  2593. | #define HAVE_LOCALE_H 1
  2594. | #define HAVE_MONETARY_H 1
  2595. | #define HAVE_NETDB_H 1
  2596. | #define HAVE_POLL_H 1
  2597. | #define HAVE_PWD_H 1
  2598. | #define HAVE_RESOLV_H 1
  2599. | #define HAVE_SIGNAL_H 1
  2600. | #define HAVE_STDARG_H 1
  2601. | #define HAVE_STDLIB_H 1
  2602. | #define HAVE_STRING_H 1
  2603. | #define HAVE_SYSLOG_H 1
  2604. | #define HAVE_SYSEXITS_H 1
  2605. | #define HAVE_SYS_IOCTL_H 1
  2606. | #define HAVE_SYS_FILE_H 1
  2607. | #define HAVE_SYS_MMAN_H 1
  2608. | #define HAVE_SYS_MOUNT_H 1
  2609. | #define HAVE_SYS_POLL_H 1
  2610. | #define HAVE_SYS_RESOURCE_H 1
  2611. | #define HAVE_SYS_SELECT_H 1
  2612. | #define HAVE_SYS_SOCKET_H 1
  2613. | #define HAVE_SYS_STAT_H 1
  2614. | #define HAVE_SYS_STATFS_H 1
  2615. | #define HAVE_SYS_STATVFS_H 1
  2616. | #define HAVE_SYS_VFS_H 1
  2617. | #define HAVE_SYS_WAIT_H 1
  2618. | #define HAVE_TERMIOS_H 1
  2619. | #define HAVE_UNISTD_H 1
  2620. | #define HAVE_UTIME_H 1
  2621. | #define HAVE_SYS_UTSNAME_H 1
  2622. | #define HAVE_SYS_IPC_H 1
  2623. | #define HAVE_DLFCN_H 1
  2624. | #define HAVE_ASSERT_H 1
  2625. | #define HAVE_TMMINTRIN_H 1
  2626. | #define HAVE_NMMINTRIN_H 1
  2627. | #define HAVE_IMMINTRIN_H 1
  2628. | #define HAVE_FOPENCOOKIE 1
  2629. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  2630. | #define COOKIE_SEEKER_USES_OFF64_T 1
  2631. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  2632. | /* end confdefs.h. */
  2633. |
  2634. | #include <stdlib.h>
  2635. | #include <string.h>
  2636. | #include <stdio.h>
  2637. | struct s
  2638. | {
  2639. | int i;
  2640. | char c[1];
  2641. | };
  2642. | int main()
  2643. | {
  2644. | struct s *s = malloc(sizeof(struct s) + 3);
  2645. | s->i = 3;
  2646. | strcpy(s->c, "foo");
  2647. | return strlen(s->c+1) == 2;
  2648. | }
  2649. |
  2650. configure:12710: result: no
  2651. configure:12719: checking whether struct tm is in sys/time.h or time.h
  2652. configure:12739: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  2653. configure:12739: $? = 0
  2654. configure:12746: result: time.h
  2655. configure:12754: checking for struct tm.tm_zone
  2656. configure:12754: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  2657. configure:12754: $? = 0
  2658. configure:12754: result: yes
  2659. configure:12823: checking for missing declarations of reentrant functions
  2660. configure:12836: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  2661. configure:12836: $? = 0
  2662. configure:12859: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  2663. configure:12859: $? = 0
  2664. configure:12882: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  2665. configure:12882: $? = 0
  2666. configure:12905: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  2667. configure:12905: $? = 0
  2668. configure:12928: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  2669. configure:12928: $? = 0
  2670. configure:12940: result: done
  2671. configure:12944: checking for fclose declaration
  2672. configure:12957: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  2673. configure:12957: $? = 0
  2674. configure:12962: result: ok
  2675. configure:12978: checking for tm_gmtoff in struct tm
  2676. configure:12995: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  2677. configure:12995: $? = 0
  2678. configure:13002: result: yes
  2679. configure:13012: checking for struct flock
  2680. configure:13031: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  2681. configure:13031: $? = 0
  2682. configure:13043: result: yes
  2683. configure:13052: checking for socklen_t
  2684. configure:13073: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  2685. configure:13073: $? = 0
  2686. configure:13084: result: yes
  2687. configure:13097: checking size of size_t
  2688. configure:13102: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  2689. configure:13102: $? = 0
  2690. configure:13102: ./conftest
  2691. configure:13102: $? = 0
  2692. configure:13116: result: 8
  2693. configure:13130: checking size of long long
  2694. configure:13135: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  2695. configure:13135: $? = 0
  2696. configure:13135: ./conftest
  2697. configure:13135: $? = 0
  2698. configure:13149: result: 8
  2699. configure:13163: checking size of long long int
  2700. configure:13168: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  2701. configure:13168: $? = 0
  2702. configure:13168: ./conftest
  2703. configure:13168: $? = 0
  2704. configure:13182: result: 8
  2705. configure:13196: checking size of long
  2706. configure:13201: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  2707. configure:13201: $? = 0
  2708. configure:13201: ./conftest
  2709. configure:13201: $? = 0
  2710. configure:13215: result: 8
  2711. configure:13229: checking size of int
  2712. configure:13234: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  2713. configure:13234: $? = 0
  2714. configure:13234: ./conftest
  2715. configure:13234: $? = 0
  2716. configure:13248: result: 4
  2717. configure:13260: checking size of intmax_t
  2718. configure:13301: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  2719. configure:13301: $? = 0
  2720. configure:13301: ./conftest
  2721. configure:13301: $? = 0
  2722. configure:13335: result: 8
  2723. configure:13339: checking size of ssize_t
  2724. configure:13380: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  2725. configure:13380: $? = 0
  2726. configure:13380: ./conftest
  2727. configure:13380: $? = 0
  2728. configure:13414: result: 8
  2729. configure:13418: checking size of ptrdiff_t
  2730. configure:13459: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  2731. configure:13459: $? = 0
  2732. configure:13459: ./conftest
  2733. configure:13459: $? = 0
  2734. configure:13493: result: 8
  2735. configure:13502: checking size of short
  2736. configure:13507: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  2737. configure:13507: $? = 0
  2738. configure:13507: ./conftest
  2739. configure:13507: $? = 0
  2740. configure:13521: result: 2
  2741. configure:13535: checking size of int
  2742. configure:13554: result: 4
  2743. configure:13568: checking size of long
  2744. configure:13587: result: 8
  2745. configure:13601: checking size of long long
  2746. configure:13620: result: 8
  2747. configure:13630: checking for int8
  2748. configure:13630: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  2749. conftest.c: In function 'main':
  2750. conftest.c:135:13: error: 'int8' undeclared (first use in this function)
  2751. if (sizeof (int8))
  2752. ^~~~
  2753. conftest.c:135:13: note: each undeclared identifier is reported only once for each function it appears in
  2754. configure:13630: $? = 1
  2755. configure: failed program was:
  2756. | /* confdefs.h */
  2757. | #define PACKAGE_NAME ""
  2758. | #define PACKAGE_TARNAME ""
  2759. | #define PACKAGE_VERSION ""
  2760. | #define PACKAGE_STRING ""
  2761. | #define PACKAGE_BUGREPORT ""
  2762. | #define PACKAGE_URL ""
  2763. | #define STDC_HEADERS 1
  2764. | #define HAVE_SYS_TYPES_H 1
  2765. | #define HAVE_SYS_STAT_H 1
  2766. | #define HAVE_STDLIB_H 1
  2767. | #define HAVE_STRING_H 1
  2768. | #define HAVE_MEMORY_H 1
  2769. | #define HAVE_STRINGS_H 1
  2770. | #define HAVE_INTTYPES_H 1
  2771. | #define HAVE_STDINT_H 1
  2772. | #define HAVE_UNISTD_H 1
  2773. | #define __EXTENSIONS__ 1
  2774. | #define _ALL_SOURCE 1
  2775. | #define _GNU_SOURCE 1
  2776. | #define _POSIX_PTHREAD_SEMANTICS 1
  2777. | #define _TANDEM_SOURCE 1
  2778. | #define HAVE_DEV_URANDOM 1
  2779. | #define HAVE_GCC_GLOBAL_REGS 1
  2780. | #define HAVE_HUGE_VAL_INF 1
  2781. | #define HAVE_CPUID_COUNT 1
  2782. | #define GWINSZ_IN_SYS_IOCTL 1
  2783. | #define HAVE_PHPDBG 1
  2784. | #define PHPDBG_DEBUG 0
  2785. | #define HAVE_SOCKLEN_T 1
  2786. | #define PHP_WRITE_STDOUT 1
  2787. | #define HAVE_SOCKET 1
  2788. | #define HAVE_SOCKETPAIR 1
  2789. | #define HAVE_HTONL 1
  2790. | #define HAVE_GETHOSTNAME 1
  2791. | #define HAVE_GETHOSTBYADDR 1
  2792. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  2793. | #define HAVE_LIBNSL 1
  2794. | #define HAVE_DLOPEN 1
  2795. | #define HAVE_LIBDL 1
  2796. | #define HAVE_LIBDL 1
  2797. | #define HAVE_LIBM 1
  2798. | #define HAVE_INET_ATON 1
  2799. | #define STDC_HEADERS 1
  2800. | #define HAVE_DIRENT_H 1
  2801. | #define HAVE_INTTYPES_H 1
  2802. | #define HAVE_STDINT_H 1
  2803. | #define HAVE_DIRENT_H 1
  2804. | #define HAVE_SYS_PARAM_H 1
  2805. | #define HAVE_SYS_TYPES_H 1
  2806. | #define HAVE_SYS_TIME_H 1
  2807. | #define HAVE_NETINET_IN_H 1
  2808. | #define HAVE_ALLOCA_H 1
  2809. | #define HAVE_ARPA_INET_H 1
  2810. | #define HAVE_ARPA_NAMESER_H 1
  2811. | #define HAVE_ASSERT_H 1
  2812. | #define HAVE_CRYPT_H 1
  2813. | #define HAVE_FCNTL_H 1
  2814. | #define HAVE_GRP_H 1
  2815. | #define HAVE_LANGINFO_H 1
  2816. | #define HAVE_LIMITS_H 1
  2817. | #define HAVE_LOCALE_H 1
  2818. | #define HAVE_MONETARY_H 1
  2819. | #define HAVE_NETDB_H 1
  2820. | #define HAVE_POLL_H 1
  2821. | #define HAVE_PWD_H 1
  2822. | #define HAVE_RESOLV_H 1
  2823. | #define HAVE_SIGNAL_H 1
  2824. | #define HAVE_STDARG_H 1
  2825. | #define HAVE_STDLIB_H 1
  2826. | #define HAVE_STRING_H 1
  2827. | #define HAVE_SYSLOG_H 1
  2828. | #define HAVE_SYSEXITS_H 1
  2829. | #define HAVE_SYS_IOCTL_H 1
  2830. | #define HAVE_SYS_FILE_H 1
  2831. | #define HAVE_SYS_MMAN_H 1
  2832. | #define HAVE_SYS_MOUNT_H 1
  2833. | #define HAVE_SYS_POLL_H 1
  2834. | #define HAVE_SYS_RESOURCE_H 1
  2835. | #define HAVE_SYS_SELECT_H 1
  2836. | #define HAVE_SYS_SOCKET_H 1
  2837. | #define HAVE_SYS_STAT_H 1
  2838. | #define HAVE_SYS_STATFS_H 1
  2839. | #define HAVE_SYS_STATVFS_H 1
  2840. | #define HAVE_SYS_VFS_H 1
  2841. | #define HAVE_SYS_WAIT_H 1
  2842. | #define HAVE_TERMIOS_H 1
  2843. | #define HAVE_UNISTD_H 1
  2844. | #define HAVE_UTIME_H 1
  2845. | #define HAVE_SYS_UTSNAME_H 1
  2846. | #define HAVE_SYS_IPC_H 1
  2847. | #define HAVE_DLFCN_H 1
  2848. | #define HAVE_ASSERT_H 1
  2849. | #define HAVE_TMMINTRIN_H 1
  2850. | #define HAVE_NMMINTRIN_H 1
  2851. | #define HAVE_IMMINTRIN_H 1
  2852. | #define HAVE_FOPENCOOKIE 1
  2853. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  2854. | #define COOKIE_SEEKER_USES_OFF64_T 1
  2855. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  2856. | #define HAVE_STRUCT_TM_TM_ZONE 1
  2857. | #define HAVE_TM_ZONE 1
  2858. | #define MISSING_FCLOSE_DECL 0
  2859. | #define HAVE_TM_GMTOFF 1
  2860. | #define HAVE_STRUCT_FLOCK 1
  2861. | #define HAVE_SOCKLEN_T 1
  2862. | #define SIZEOF_SIZE_T 8
  2863. | #define SIZEOF_LONG_LONG 8
  2864. | #define SIZEOF_LONG_LONG_INT 8
  2865. | #define SIZEOF_LONG 8
  2866. | #define SIZEOF_INT 4
  2867. | #define SIZEOF_INTMAX_T 8
  2868. | #define HAVE_INTMAX_T 1
  2869. | #define SIZEOF_SSIZE_T 8
  2870. | #define HAVE_SSIZE_T 1
  2871. | #define SIZEOF_PTRDIFF_T 8
  2872. | #define HAVE_PTRDIFF_T 1
  2873. | #define SIZEOF_SHORT 2
  2874. | #define SIZEOF_INT 4
  2875. | #define SIZEOF_LONG 8
  2876. | #define SIZEOF_LONG_LONG 8
  2877. | /* end confdefs.h. */
  2878. |
  2879. | #if HAVE_STDINT_H
  2880. | # include <stdint.h>
  2881. | #endif
  2882. | #if HAVE_SYS_TYPES_H
  2883. | # include <sys/types.h>
  2884. | #endif
  2885. |
  2886. |
  2887. | int
  2888. | main ()
  2889. | {
  2890. | if (sizeof (int8))
  2891. | return 0;
  2892. | ;
  2893. | return 0;
  2894. | }
  2895. configure:13630: result: no
  2896. configure:13647: checking for int16
  2897. configure:13647: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  2898. conftest.c: In function 'main':
  2899. conftest.c:135:13: error: 'int16' undeclared (first use in this function)
  2900. if (sizeof (int16))
  2901. ^~~~~
  2902. conftest.c:135:13: note: each undeclared identifier is reported only once for each function it appears in
  2903. configure:13647: $? = 1
  2904. configure: failed program was:
  2905. | /* confdefs.h */
  2906. | #define PACKAGE_NAME ""
  2907. | #define PACKAGE_TARNAME ""
  2908. | #define PACKAGE_VERSION ""
  2909. | #define PACKAGE_STRING ""
  2910. | #define PACKAGE_BUGREPORT ""
  2911. | #define PACKAGE_URL ""
  2912. | #define STDC_HEADERS 1
  2913. | #define HAVE_SYS_TYPES_H 1
  2914. | #define HAVE_SYS_STAT_H 1
  2915. | #define HAVE_STDLIB_H 1
  2916. | #define HAVE_STRING_H 1
  2917. | #define HAVE_MEMORY_H 1
  2918. | #define HAVE_STRINGS_H 1
  2919. | #define HAVE_INTTYPES_H 1
  2920. | #define HAVE_STDINT_H 1
  2921. | #define HAVE_UNISTD_H 1
  2922. | #define __EXTENSIONS__ 1
  2923. | #define _ALL_SOURCE 1
  2924. | #define _GNU_SOURCE 1
  2925. | #define _POSIX_PTHREAD_SEMANTICS 1
  2926. | #define _TANDEM_SOURCE 1
  2927. | #define HAVE_DEV_URANDOM 1
  2928. | #define HAVE_GCC_GLOBAL_REGS 1
  2929. | #define HAVE_HUGE_VAL_INF 1
  2930. | #define HAVE_CPUID_COUNT 1
  2931. | #define GWINSZ_IN_SYS_IOCTL 1
  2932. | #define HAVE_PHPDBG 1
  2933. | #define PHPDBG_DEBUG 0
  2934. | #define HAVE_SOCKLEN_T 1
  2935. | #define PHP_WRITE_STDOUT 1
  2936. | #define HAVE_SOCKET 1
  2937. | #define HAVE_SOCKETPAIR 1
  2938. | #define HAVE_HTONL 1
  2939. | #define HAVE_GETHOSTNAME 1
  2940. | #define HAVE_GETHOSTBYADDR 1
  2941. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  2942. | #define HAVE_LIBNSL 1
  2943. | #define HAVE_DLOPEN 1
  2944. | #define HAVE_LIBDL 1
  2945. | #define HAVE_LIBDL 1
  2946. | #define HAVE_LIBM 1
  2947. | #define HAVE_INET_ATON 1
  2948. | #define STDC_HEADERS 1
  2949. | #define HAVE_DIRENT_H 1
  2950. | #define HAVE_INTTYPES_H 1
  2951. | #define HAVE_STDINT_H 1
  2952. | #define HAVE_DIRENT_H 1
  2953. | #define HAVE_SYS_PARAM_H 1
  2954. | #define HAVE_SYS_TYPES_H 1
  2955. | #define HAVE_SYS_TIME_H 1
  2956. | #define HAVE_NETINET_IN_H 1
  2957. | #define HAVE_ALLOCA_H 1
  2958. | #define HAVE_ARPA_INET_H 1
  2959. | #define HAVE_ARPA_NAMESER_H 1
  2960. | #define HAVE_ASSERT_H 1
  2961. | #define HAVE_CRYPT_H 1
  2962. | #define HAVE_FCNTL_H 1
  2963. | #define HAVE_GRP_H 1
  2964. | #define HAVE_LANGINFO_H 1
  2965. | #define HAVE_LIMITS_H 1
  2966. | #define HAVE_LOCALE_H 1
  2967. | #define HAVE_MONETARY_H 1
  2968. | #define HAVE_NETDB_H 1
  2969. | #define HAVE_POLL_H 1
  2970. | #define HAVE_PWD_H 1
  2971. | #define HAVE_RESOLV_H 1
  2972. | #define HAVE_SIGNAL_H 1
  2973. | #define HAVE_STDARG_H 1
  2974. | #define HAVE_STDLIB_H 1
  2975. | #define HAVE_STRING_H 1
  2976. | #define HAVE_SYSLOG_H 1
  2977. | #define HAVE_SYSEXITS_H 1
  2978. | #define HAVE_SYS_IOCTL_H 1
  2979. | #define HAVE_SYS_FILE_H 1
  2980. | #define HAVE_SYS_MMAN_H 1
  2981. | #define HAVE_SYS_MOUNT_H 1
  2982. | #define HAVE_SYS_POLL_H 1
  2983. | #define HAVE_SYS_RESOURCE_H 1
  2984. | #define HAVE_SYS_SELECT_H 1
  2985. | #define HAVE_SYS_SOCKET_H 1
  2986. | #define HAVE_SYS_STAT_H 1
  2987. | #define HAVE_SYS_STATFS_H 1
  2988. | #define HAVE_SYS_STATVFS_H 1
  2989. | #define HAVE_SYS_VFS_H 1
  2990. | #define HAVE_SYS_WAIT_H 1
  2991. | #define HAVE_TERMIOS_H 1
  2992. | #define HAVE_UNISTD_H 1
  2993. | #define HAVE_UTIME_H 1
  2994. | #define HAVE_SYS_UTSNAME_H 1
  2995. | #define HAVE_SYS_IPC_H 1
  2996. | #define HAVE_DLFCN_H 1
  2997. | #define HAVE_ASSERT_H 1
  2998. | #define HAVE_TMMINTRIN_H 1
  2999. | #define HAVE_NMMINTRIN_H 1
  3000. | #define HAVE_IMMINTRIN_H 1
  3001. | #define HAVE_FOPENCOOKIE 1
  3002. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  3003. | #define COOKIE_SEEKER_USES_OFF64_T 1
  3004. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  3005. | #define HAVE_STRUCT_TM_TM_ZONE 1
  3006. | #define HAVE_TM_ZONE 1
  3007. | #define MISSING_FCLOSE_DECL 0
  3008. | #define HAVE_TM_GMTOFF 1
  3009. | #define HAVE_STRUCT_FLOCK 1
  3010. | #define HAVE_SOCKLEN_T 1
  3011. | #define SIZEOF_SIZE_T 8
  3012. | #define SIZEOF_LONG_LONG 8
  3013. | #define SIZEOF_LONG_LONG_INT 8
  3014. | #define SIZEOF_LONG 8
  3015. | #define SIZEOF_INT 4
  3016. | #define SIZEOF_INTMAX_T 8
  3017. | #define HAVE_INTMAX_T 1
  3018. | #define SIZEOF_SSIZE_T 8
  3019. | #define HAVE_SSIZE_T 1
  3020. | #define SIZEOF_PTRDIFF_T 8
  3021. | #define HAVE_PTRDIFF_T 1
  3022. | #define SIZEOF_SHORT 2
  3023. | #define SIZEOF_INT 4
  3024. | #define SIZEOF_LONG 8
  3025. | #define SIZEOF_LONG_LONG 8
  3026. | /* end confdefs.h. */
  3027. |
  3028. | #if HAVE_STDINT_H
  3029. | # include <stdint.h>
  3030. | #endif
  3031. | #if HAVE_SYS_TYPES_H
  3032. | # include <sys/types.h>
  3033. | #endif
  3034. |
  3035. |
  3036. | int
  3037. | main ()
  3038. | {
  3039. | if (sizeof (int16))
  3040. | return 0;
  3041. | ;
  3042. | return 0;
  3043. | }
  3044. configure:13647: result: no
  3045. configure:13664: checking for int32
  3046. configure:13664: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  3047. conftest.c: In function 'main':
  3048. conftest.c:135:13: error: 'int32' undeclared (first use in this function)
  3049. if (sizeof (int32))
  3050. ^~~~~
  3051. conftest.c:135:13: note: each undeclared identifier is reported only once for each function it appears in
  3052. configure:13664: $? = 1
  3053. configure: failed program was:
  3054. | /* confdefs.h */
  3055. | #define PACKAGE_NAME ""
  3056. | #define PACKAGE_TARNAME ""
  3057. | #define PACKAGE_VERSION ""
  3058. | #define PACKAGE_STRING ""
  3059. | #define PACKAGE_BUGREPORT ""
  3060. | #define PACKAGE_URL ""
  3061. | #define STDC_HEADERS 1
  3062. | #define HAVE_SYS_TYPES_H 1
  3063. | #define HAVE_SYS_STAT_H 1
  3064. | #define HAVE_STDLIB_H 1
  3065. | #define HAVE_STRING_H 1
  3066. | #define HAVE_MEMORY_H 1
  3067. | #define HAVE_STRINGS_H 1
  3068. | #define HAVE_INTTYPES_H 1
  3069. | #define HAVE_STDINT_H 1
  3070. | #define HAVE_UNISTD_H 1
  3071. | #define __EXTENSIONS__ 1
  3072. | #define _ALL_SOURCE 1
  3073. | #define _GNU_SOURCE 1
  3074. | #define _POSIX_PTHREAD_SEMANTICS 1
  3075. | #define _TANDEM_SOURCE 1
  3076. | #define HAVE_DEV_URANDOM 1
  3077. | #define HAVE_GCC_GLOBAL_REGS 1
  3078. | #define HAVE_HUGE_VAL_INF 1
  3079. | #define HAVE_CPUID_COUNT 1
  3080. | #define GWINSZ_IN_SYS_IOCTL 1
  3081. | #define HAVE_PHPDBG 1
  3082. | #define PHPDBG_DEBUG 0
  3083. | #define HAVE_SOCKLEN_T 1
  3084. | #define PHP_WRITE_STDOUT 1
  3085. | #define HAVE_SOCKET 1
  3086. | #define HAVE_SOCKETPAIR 1
  3087. | #define HAVE_HTONL 1
  3088. | #define HAVE_GETHOSTNAME 1
  3089. | #define HAVE_GETHOSTBYADDR 1
  3090. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  3091. | #define HAVE_LIBNSL 1
  3092. | #define HAVE_DLOPEN 1
  3093. | #define HAVE_LIBDL 1
  3094. | #define HAVE_LIBDL 1
  3095. | #define HAVE_LIBM 1
  3096. | #define HAVE_INET_ATON 1
  3097. | #define STDC_HEADERS 1
  3098. | #define HAVE_DIRENT_H 1
  3099. | #define HAVE_INTTYPES_H 1
  3100. | #define HAVE_STDINT_H 1
  3101. | #define HAVE_DIRENT_H 1
  3102. | #define HAVE_SYS_PARAM_H 1
  3103. | #define HAVE_SYS_TYPES_H 1
  3104. | #define HAVE_SYS_TIME_H 1
  3105. | #define HAVE_NETINET_IN_H 1
  3106. | #define HAVE_ALLOCA_H 1
  3107. | #define HAVE_ARPA_INET_H 1
  3108. | #define HAVE_ARPA_NAMESER_H 1
  3109. | #define HAVE_ASSERT_H 1
  3110. | #define HAVE_CRYPT_H 1
  3111. | #define HAVE_FCNTL_H 1
  3112. | #define HAVE_GRP_H 1
  3113. | #define HAVE_LANGINFO_H 1
  3114. | #define HAVE_LIMITS_H 1
  3115. | #define HAVE_LOCALE_H 1
  3116. | #define HAVE_MONETARY_H 1
  3117. | #define HAVE_NETDB_H 1
  3118. | #define HAVE_POLL_H 1
  3119. | #define HAVE_PWD_H 1
  3120. | #define HAVE_RESOLV_H 1
  3121. | #define HAVE_SIGNAL_H 1
  3122. | #define HAVE_STDARG_H 1
  3123. | #define HAVE_STDLIB_H 1
  3124. | #define HAVE_STRING_H 1
  3125. | #define HAVE_SYSLOG_H 1
  3126. | #define HAVE_SYSEXITS_H 1
  3127. | #define HAVE_SYS_IOCTL_H 1
  3128. | #define HAVE_SYS_FILE_H 1
  3129. | #define HAVE_SYS_MMAN_H 1
  3130. | #define HAVE_SYS_MOUNT_H 1
  3131. | #define HAVE_SYS_POLL_H 1
  3132. | #define HAVE_SYS_RESOURCE_H 1
  3133. | #define HAVE_SYS_SELECT_H 1
  3134. | #define HAVE_SYS_SOCKET_H 1
  3135. | #define HAVE_SYS_STAT_H 1
  3136. | #define HAVE_SYS_STATFS_H 1
  3137. | #define HAVE_SYS_STATVFS_H 1
  3138. | #define HAVE_SYS_VFS_H 1
  3139. | #define HAVE_SYS_WAIT_H 1
  3140. | #define HAVE_TERMIOS_H 1
  3141. | #define HAVE_UNISTD_H 1
  3142. | #define HAVE_UTIME_H 1
  3143. | #define HAVE_SYS_UTSNAME_H 1
  3144. | #define HAVE_SYS_IPC_H 1
  3145. | #define HAVE_DLFCN_H 1
  3146. | #define HAVE_ASSERT_H 1
  3147. | #define HAVE_TMMINTRIN_H 1
  3148. | #define HAVE_NMMINTRIN_H 1
  3149. | #define HAVE_IMMINTRIN_H 1
  3150. | #define HAVE_FOPENCOOKIE 1
  3151. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  3152. | #define COOKIE_SEEKER_USES_OFF64_T 1
  3153. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  3154. | #define HAVE_STRUCT_TM_TM_ZONE 1
  3155. | #define HAVE_TM_ZONE 1
  3156. | #define MISSING_FCLOSE_DECL 0
  3157. | #define HAVE_TM_GMTOFF 1
  3158. | #define HAVE_STRUCT_FLOCK 1
  3159. | #define HAVE_SOCKLEN_T 1
  3160. | #define SIZEOF_SIZE_T 8
  3161. | #define SIZEOF_LONG_LONG 8
  3162. | #define SIZEOF_LONG_LONG_INT 8
  3163. | #define SIZEOF_LONG 8
  3164. | #define SIZEOF_INT 4
  3165. | #define SIZEOF_INTMAX_T 8
  3166. | #define HAVE_INTMAX_T 1
  3167. | #define SIZEOF_SSIZE_T 8
  3168. | #define HAVE_SSIZE_T 1
  3169. | #define SIZEOF_PTRDIFF_T 8
  3170. | #define HAVE_PTRDIFF_T 1
  3171. | #define SIZEOF_SHORT 2
  3172. | #define SIZEOF_INT 4
  3173. | #define SIZEOF_LONG 8
  3174. | #define SIZEOF_LONG_LONG 8
  3175. | /* end confdefs.h. */
  3176. |
  3177. | #if HAVE_STDINT_H
  3178. | # include <stdint.h>
  3179. | #endif
  3180. | #if HAVE_SYS_TYPES_H
  3181. | # include <sys/types.h>
  3182. | #endif
  3183. |
  3184. |
  3185. | int
  3186. | main ()
  3187. | {
  3188. | if (sizeof (int32))
  3189. | return 0;
  3190. | ;
  3191. | return 0;
  3192. | }
  3193. configure:13664: result: no
  3194. configure:13681: checking for int64
  3195. configure:13681: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  3196. conftest.c: In function 'main':
  3197. conftest.c:135:13: error: 'int64' undeclared (first use in this function)
  3198. if (sizeof (int64))
  3199. ^~~~~
  3200. conftest.c:135:13: note: each undeclared identifier is reported only once for each function it appears in
  3201. configure:13681: $? = 1
  3202. configure: failed program was:
  3203. | /* confdefs.h */
  3204. | #define PACKAGE_NAME ""
  3205. | #define PACKAGE_TARNAME ""
  3206. | #define PACKAGE_VERSION ""
  3207. | #define PACKAGE_STRING ""
  3208. | #define PACKAGE_BUGREPORT ""
  3209. | #define PACKAGE_URL ""
  3210. | #define STDC_HEADERS 1
  3211. | #define HAVE_SYS_TYPES_H 1
  3212. | #define HAVE_SYS_STAT_H 1
  3213. | #define HAVE_STDLIB_H 1
  3214. | #define HAVE_STRING_H 1
  3215. | #define HAVE_MEMORY_H 1
  3216. | #define HAVE_STRINGS_H 1
  3217. | #define HAVE_INTTYPES_H 1
  3218. | #define HAVE_STDINT_H 1
  3219. | #define HAVE_UNISTD_H 1
  3220. | #define __EXTENSIONS__ 1
  3221. | #define _ALL_SOURCE 1
  3222. | #define _GNU_SOURCE 1
  3223. | #define _POSIX_PTHREAD_SEMANTICS 1
  3224. | #define _TANDEM_SOURCE 1
  3225. | #define HAVE_DEV_URANDOM 1
  3226. | #define HAVE_GCC_GLOBAL_REGS 1
  3227. | #define HAVE_HUGE_VAL_INF 1
  3228. | #define HAVE_CPUID_COUNT 1
  3229. | #define GWINSZ_IN_SYS_IOCTL 1
  3230. | #define HAVE_PHPDBG 1
  3231. | #define PHPDBG_DEBUG 0
  3232. | #define HAVE_SOCKLEN_T 1
  3233. | #define PHP_WRITE_STDOUT 1
  3234. | #define HAVE_SOCKET 1
  3235. | #define HAVE_SOCKETPAIR 1
  3236. | #define HAVE_HTONL 1
  3237. | #define HAVE_GETHOSTNAME 1
  3238. | #define HAVE_GETHOSTBYADDR 1
  3239. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  3240. | #define HAVE_LIBNSL 1
  3241. | #define HAVE_DLOPEN 1
  3242. | #define HAVE_LIBDL 1
  3243. | #define HAVE_LIBDL 1
  3244. | #define HAVE_LIBM 1
  3245. | #define HAVE_INET_ATON 1
  3246. | #define STDC_HEADERS 1
  3247. | #define HAVE_DIRENT_H 1
  3248. | #define HAVE_INTTYPES_H 1
  3249. | #define HAVE_STDINT_H 1
  3250. | #define HAVE_DIRENT_H 1
  3251. | #define HAVE_SYS_PARAM_H 1
  3252. | #define HAVE_SYS_TYPES_H 1
  3253. | #define HAVE_SYS_TIME_H 1
  3254. | #define HAVE_NETINET_IN_H 1
  3255. | #define HAVE_ALLOCA_H 1
  3256. | #define HAVE_ARPA_INET_H 1
  3257. | #define HAVE_ARPA_NAMESER_H 1
  3258. | #define HAVE_ASSERT_H 1
  3259. | #define HAVE_CRYPT_H 1
  3260. | #define HAVE_FCNTL_H 1
  3261. | #define HAVE_GRP_H 1
  3262. | #define HAVE_LANGINFO_H 1
  3263. | #define HAVE_LIMITS_H 1
  3264. | #define HAVE_LOCALE_H 1
  3265. | #define HAVE_MONETARY_H 1
  3266. | #define HAVE_NETDB_H 1
  3267. | #define HAVE_POLL_H 1
  3268. | #define HAVE_PWD_H 1
  3269. | #define HAVE_RESOLV_H 1
  3270. | #define HAVE_SIGNAL_H 1
  3271. | #define HAVE_STDARG_H 1
  3272. | #define HAVE_STDLIB_H 1
  3273. | #define HAVE_STRING_H 1
  3274. | #define HAVE_SYSLOG_H 1
  3275. | #define HAVE_SYSEXITS_H 1
  3276. | #define HAVE_SYS_IOCTL_H 1
  3277. | #define HAVE_SYS_FILE_H 1
  3278. | #define HAVE_SYS_MMAN_H 1
  3279. | #define HAVE_SYS_MOUNT_H 1
  3280. | #define HAVE_SYS_POLL_H 1
  3281. | #define HAVE_SYS_RESOURCE_H 1
  3282. | #define HAVE_SYS_SELECT_H 1
  3283. | #define HAVE_SYS_SOCKET_H 1
  3284. | #define HAVE_SYS_STAT_H 1
  3285. | #define HAVE_SYS_STATFS_H 1
  3286. | #define HAVE_SYS_STATVFS_H 1
  3287. | #define HAVE_SYS_VFS_H 1
  3288. | #define HAVE_SYS_WAIT_H 1
  3289. | #define HAVE_TERMIOS_H 1
  3290. | #define HAVE_UNISTD_H 1
  3291. | #define HAVE_UTIME_H 1
  3292. | #define HAVE_SYS_UTSNAME_H 1
  3293. | #define HAVE_SYS_IPC_H 1
  3294. | #define HAVE_DLFCN_H 1
  3295. | #define HAVE_ASSERT_H 1
  3296. | #define HAVE_TMMINTRIN_H 1
  3297. | #define HAVE_NMMINTRIN_H 1
  3298. | #define HAVE_IMMINTRIN_H 1
  3299. | #define HAVE_FOPENCOOKIE 1
  3300. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  3301. | #define COOKIE_SEEKER_USES_OFF64_T 1
  3302. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  3303. | #define HAVE_STRUCT_TM_TM_ZONE 1
  3304. | #define HAVE_TM_ZONE 1
  3305. | #define MISSING_FCLOSE_DECL 0
  3306. | #define HAVE_TM_GMTOFF 1
  3307. | #define HAVE_STRUCT_FLOCK 1
  3308. | #define HAVE_SOCKLEN_T 1
  3309. | #define SIZEOF_SIZE_T 8
  3310. | #define SIZEOF_LONG_LONG 8
  3311. | #define SIZEOF_LONG_LONG_INT 8
  3312. | #define SIZEOF_LONG 8
  3313. | #define SIZEOF_INT 4
  3314. | #define SIZEOF_INTMAX_T 8
  3315. | #define HAVE_INTMAX_T 1
  3316. | #define SIZEOF_SSIZE_T 8
  3317. | #define HAVE_SSIZE_T 1
  3318. | #define SIZEOF_PTRDIFF_T 8
  3319. | #define HAVE_PTRDIFF_T 1
  3320. | #define SIZEOF_SHORT 2
  3321. | #define SIZEOF_INT 4
  3322. | #define SIZEOF_LONG 8
  3323. | #define SIZEOF_LONG_LONG 8
  3324. | /* end confdefs.h. */
  3325. |
  3326. | #if HAVE_STDINT_H
  3327. | # include <stdint.h>
  3328. | #endif
  3329. | #if HAVE_SYS_TYPES_H
  3330. | # include <sys/types.h>
  3331. | #endif
  3332. |
  3333. |
  3334. | int
  3335. | main ()
  3336. | {
  3337. | if (sizeof (int64))
  3338. | return 0;
  3339. | ;
  3340. | return 0;
  3341. | }
  3342. configure:13681: result: no
  3343. configure:13698: checking for int8_t
  3344. configure:13698: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  3345. configure:13698: $? = 0
  3346. configure:13698: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  3347. conftest.c: In function 'main':
  3348. conftest.c:135:21: error: expected expression before ')' token
  3349. if (sizeof ((int8_t)))
  3350. ^
  3351. configure:13698: $? = 1
  3352. configure: failed program was:
  3353. | /* confdefs.h */
  3354. | #define PACKAGE_NAME ""
  3355. | #define PACKAGE_TARNAME ""
  3356. | #define PACKAGE_VERSION ""
  3357. | #define PACKAGE_STRING ""
  3358. | #define PACKAGE_BUGREPORT ""
  3359. | #define PACKAGE_URL ""
  3360. | #define STDC_HEADERS 1
  3361. | #define HAVE_SYS_TYPES_H 1
  3362. | #define HAVE_SYS_STAT_H 1
  3363. | #define HAVE_STDLIB_H 1
  3364. | #define HAVE_STRING_H 1
  3365. | #define HAVE_MEMORY_H 1
  3366. | #define HAVE_STRINGS_H 1
  3367. | #define HAVE_INTTYPES_H 1
  3368. | #define HAVE_STDINT_H 1
  3369. | #define HAVE_UNISTD_H 1
  3370. | #define __EXTENSIONS__ 1
  3371. | #define _ALL_SOURCE 1
  3372. | #define _GNU_SOURCE 1
  3373. | #define _POSIX_PTHREAD_SEMANTICS 1
  3374. | #define _TANDEM_SOURCE 1
  3375. | #define HAVE_DEV_URANDOM 1
  3376. | #define HAVE_GCC_GLOBAL_REGS 1
  3377. | #define HAVE_HUGE_VAL_INF 1
  3378. | #define HAVE_CPUID_COUNT 1
  3379. | #define GWINSZ_IN_SYS_IOCTL 1
  3380. | #define HAVE_PHPDBG 1
  3381. | #define PHPDBG_DEBUG 0
  3382. | #define HAVE_SOCKLEN_T 1
  3383. | #define PHP_WRITE_STDOUT 1
  3384. | #define HAVE_SOCKET 1
  3385. | #define HAVE_SOCKETPAIR 1
  3386. | #define HAVE_HTONL 1
  3387. | #define HAVE_GETHOSTNAME 1
  3388. | #define HAVE_GETHOSTBYADDR 1
  3389. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  3390. | #define HAVE_LIBNSL 1
  3391. | #define HAVE_DLOPEN 1
  3392. | #define HAVE_LIBDL 1
  3393. | #define HAVE_LIBDL 1
  3394. | #define HAVE_LIBM 1
  3395. | #define HAVE_INET_ATON 1
  3396. | #define STDC_HEADERS 1
  3397. | #define HAVE_DIRENT_H 1
  3398. | #define HAVE_INTTYPES_H 1
  3399. | #define HAVE_STDINT_H 1
  3400. | #define HAVE_DIRENT_H 1
  3401. | #define HAVE_SYS_PARAM_H 1
  3402. | #define HAVE_SYS_TYPES_H 1
  3403. | #define HAVE_SYS_TIME_H 1
  3404. | #define HAVE_NETINET_IN_H 1
  3405. | #define HAVE_ALLOCA_H 1
  3406. | #define HAVE_ARPA_INET_H 1
  3407. | #define HAVE_ARPA_NAMESER_H 1
  3408. | #define HAVE_ASSERT_H 1
  3409. | #define HAVE_CRYPT_H 1
  3410. | #define HAVE_FCNTL_H 1
  3411. | #define HAVE_GRP_H 1
  3412. | #define HAVE_LANGINFO_H 1
  3413. | #define HAVE_LIMITS_H 1
  3414. | #define HAVE_LOCALE_H 1
  3415. | #define HAVE_MONETARY_H 1
  3416. | #define HAVE_NETDB_H 1
  3417. | #define HAVE_POLL_H 1
  3418. | #define HAVE_PWD_H 1
  3419. | #define HAVE_RESOLV_H 1
  3420. | #define HAVE_SIGNAL_H 1
  3421. | #define HAVE_STDARG_H 1
  3422. | #define HAVE_STDLIB_H 1
  3423. | #define HAVE_STRING_H 1
  3424. | #define HAVE_SYSLOG_H 1
  3425. | #define HAVE_SYSEXITS_H 1
  3426. | #define HAVE_SYS_IOCTL_H 1
  3427. | #define HAVE_SYS_FILE_H 1
  3428. | #define HAVE_SYS_MMAN_H 1
  3429. | #define HAVE_SYS_MOUNT_H 1
  3430. | #define HAVE_SYS_POLL_H 1
  3431. | #define HAVE_SYS_RESOURCE_H 1
  3432. | #define HAVE_SYS_SELECT_H 1
  3433. | #define HAVE_SYS_SOCKET_H 1
  3434. | #define HAVE_SYS_STAT_H 1
  3435. | #define HAVE_SYS_STATFS_H 1
  3436. | #define HAVE_SYS_STATVFS_H 1
  3437. | #define HAVE_SYS_VFS_H 1
  3438. | #define HAVE_SYS_WAIT_H 1
  3439. | #define HAVE_TERMIOS_H 1
  3440. | #define HAVE_UNISTD_H 1
  3441. | #define HAVE_UTIME_H 1
  3442. | #define HAVE_SYS_UTSNAME_H 1
  3443. | #define HAVE_SYS_IPC_H 1
  3444. | #define HAVE_DLFCN_H 1
  3445. | #define HAVE_ASSERT_H 1
  3446. | #define HAVE_TMMINTRIN_H 1
  3447. | #define HAVE_NMMINTRIN_H 1
  3448. | #define HAVE_IMMINTRIN_H 1
  3449. | #define HAVE_FOPENCOOKIE 1
  3450. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  3451. | #define COOKIE_SEEKER_USES_OFF64_T 1
  3452. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  3453. | #define HAVE_STRUCT_TM_TM_ZONE 1
  3454. | #define HAVE_TM_ZONE 1
  3455. | #define MISSING_FCLOSE_DECL 0
  3456. | #define HAVE_TM_GMTOFF 1
  3457. | #define HAVE_STRUCT_FLOCK 1
  3458. | #define HAVE_SOCKLEN_T 1
  3459. | #define SIZEOF_SIZE_T 8
  3460. | #define SIZEOF_LONG_LONG 8
  3461. | #define SIZEOF_LONG_LONG_INT 8
  3462. | #define SIZEOF_LONG 8
  3463. | #define SIZEOF_INT 4
  3464. | #define SIZEOF_INTMAX_T 8
  3465. | #define HAVE_INTMAX_T 1
  3466. | #define SIZEOF_SSIZE_T 8
  3467. | #define HAVE_SSIZE_T 1
  3468. | #define SIZEOF_PTRDIFF_T 8
  3469. | #define HAVE_PTRDIFF_T 1
  3470. | #define SIZEOF_SHORT 2
  3471. | #define SIZEOF_INT 4
  3472. | #define SIZEOF_LONG 8
  3473. | #define SIZEOF_LONG_LONG 8
  3474. | /* end confdefs.h. */
  3475. |
  3476. | #if HAVE_STDINT_H
  3477. | # include <stdint.h>
  3478. | #endif
  3479. | #if HAVE_SYS_TYPES_H
  3480. | # include <sys/types.h>
  3481. | #endif
  3482. |
  3483. |
  3484. | int
  3485. | main ()
  3486. | {
  3487. | if (sizeof ((int8_t)))
  3488. | return 0;
  3489. | ;
  3490. | return 0;
  3491. | }
  3492. configure:13698: result: yes
  3493. configure:13715: checking for int16_t
  3494. configure:13715: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  3495. configure:13715: $? = 0
  3496. configure:13715: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  3497. conftest.c: In function 'main':
  3498. conftest.c:136:22: error: expected expression before ')' token
  3499. if (sizeof ((int16_t)))
  3500. ^
  3501. configure:13715: $? = 1
  3502. configure: failed program was:
  3503. | /* confdefs.h */
  3504. | #define PACKAGE_NAME ""
  3505. | #define PACKAGE_TARNAME ""
  3506. | #define PACKAGE_VERSION ""
  3507. | #define PACKAGE_STRING ""
  3508. | #define PACKAGE_BUGREPORT ""
  3509. | #define PACKAGE_URL ""
  3510. | #define STDC_HEADERS 1
  3511. | #define HAVE_SYS_TYPES_H 1
  3512. | #define HAVE_SYS_STAT_H 1
  3513. | #define HAVE_STDLIB_H 1
  3514. | #define HAVE_STRING_H 1
  3515. | #define HAVE_MEMORY_H 1
  3516. | #define HAVE_STRINGS_H 1
  3517. | #define HAVE_INTTYPES_H 1
  3518. | #define HAVE_STDINT_H 1
  3519. | #define HAVE_UNISTD_H 1
  3520. | #define __EXTENSIONS__ 1
  3521. | #define _ALL_SOURCE 1
  3522. | #define _GNU_SOURCE 1
  3523. | #define _POSIX_PTHREAD_SEMANTICS 1
  3524. | #define _TANDEM_SOURCE 1
  3525. | #define HAVE_DEV_URANDOM 1
  3526. | #define HAVE_GCC_GLOBAL_REGS 1
  3527. | #define HAVE_HUGE_VAL_INF 1
  3528. | #define HAVE_CPUID_COUNT 1
  3529. | #define GWINSZ_IN_SYS_IOCTL 1
  3530. | #define HAVE_PHPDBG 1
  3531. | #define PHPDBG_DEBUG 0
  3532. | #define HAVE_SOCKLEN_T 1
  3533. | #define PHP_WRITE_STDOUT 1
  3534. | #define HAVE_SOCKET 1
  3535. | #define HAVE_SOCKETPAIR 1
  3536. | #define HAVE_HTONL 1
  3537. | #define HAVE_GETHOSTNAME 1
  3538. | #define HAVE_GETHOSTBYADDR 1
  3539. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  3540. | #define HAVE_LIBNSL 1
  3541. | #define HAVE_DLOPEN 1
  3542. | #define HAVE_LIBDL 1
  3543. | #define HAVE_LIBDL 1
  3544. | #define HAVE_LIBM 1
  3545. | #define HAVE_INET_ATON 1
  3546. | #define STDC_HEADERS 1
  3547. | #define HAVE_DIRENT_H 1
  3548. | #define HAVE_INTTYPES_H 1
  3549. | #define HAVE_STDINT_H 1
  3550. | #define HAVE_DIRENT_H 1
  3551. | #define HAVE_SYS_PARAM_H 1
  3552. | #define HAVE_SYS_TYPES_H 1
  3553. | #define HAVE_SYS_TIME_H 1
  3554. | #define HAVE_NETINET_IN_H 1
  3555. | #define HAVE_ALLOCA_H 1
  3556. | #define HAVE_ARPA_INET_H 1
  3557. | #define HAVE_ARPA_NAMESER_H 1
  3558. | #define HAVE_ASSERT_H 1
  3559. | #define HAVE_CRYPT_H 1
  3560. | #define HAVE_FCNTL_H 1
  3561. | #define HAVE_GRP_H 1
  3562. | #define HAVE_LANGINFO_H 1
  3563. | #define HAVE_LIMITS_H 1
  3564. | #define HAVE_LOCALE_H 1
  3565. | #define HAVE_MONETARY_H 1
  3566. | #define HAVE_NETDB_H 1
  3567. | #define HAVE_POLL_H 1
  3568. | #define HAVE_PWD_H 1
  3569. | #define HAVE_RESOLV_H 1
  3570. | #define HAVE_SIGNAL_H 1
  3571. | #define HAVE_STDARG_H 1
  3572. | #define HAVE_STDLIB_H 1
  3573. | #define HAVE_STRING_H 1
  3574. | #define HAVE_SYSLOG_H 1
  3575. | #define HAVE_SYSEXITS_H 1
  3576. | #define HAVE_SYS_IOCTL_H 1
  3577. | #define HAVE_SYS_FILE_H 1
  3578. | #define HAVE_SYS_MMAN_H 1
  3579. | #define HAVE_SYS_MOUNT_H 1
  3580. | #define HAVE_SYS_POLL_H 1
  3581. | #define HAVE_SYS_RESOURCE_H 1
  3582. | #define HAVE_SYS_SELECT_H 1
  3583. | #define HAVE_SYS_SOCKET_H 1
  3584. | #define HAVE_SYS_STAT_H 1
  3585. | #define HAVE_SYS_STATFS_H 1
  3586. | #define HAVE_SYS_STATVFS_H 1
  3587. | #define HAVE_SYS_VFS_H 1
  3588. | #define HAVE_SYS_WAIT_H 1
  3589. | #define HAVE_TERMIOS_H 1
  3590. | #define HAVE_UNISTD_H 1
  3591. | #define HAVE_UTIME_H 1
  3592. | #define HAVE_SYS_UTSNAME_H 1
  3593. | #define HAVE_SYS_IPC_H 1
  3594. | #define HAVE_DLFCN_H 1
  3595. | #define HAVE_ASSERT_H 1
  3596. | #define HAVE_TMMINTRIN_H 1
  3597. | #define HAVE_NMMINTRIN_H 1
  3598. | #define HAVE_IMMINTRIN_H 1
  3599. | #define HAVE_FOPENCOOKIE 1
  3600. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  3601. | #define COOKIE_SEEKER_USES_OFF64_T 1
  3602. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  3603. | #define HAVE_STRUCT_TM_TM_ZONE 1
  3604. | #define HAVE_TM_ZONE 1
  3605. | #define MISSING_FCLOSE_DECL 0
  3606. | #define HAVE_TM_GMTOFF 1
  3607. | #define HAVE_STRUCT_FLOCK 1
  3608. | #define HAVE_SOCKLEN_T 1
  3609. | #define SIZEOF_SIZE_T 8
  3610. | #define SIZEOF_LONG_LONG 8
  3611. | #define SIZEOF_LONG_LONG_INT 8
  3612. | #define SIZEOF_LONG 8
  3613. | #define SIZEOF_INT 4
  3614. | #define SIZEOF_INTMAX_T 8
  3615. | #define HAVE_INTMAX_T 1
  3616. | #define SIZEOF_SSIZE_T 8
  3617. | #define HAVE_SSIZE_T 1
  3618. | #define SIZEOF_PTRDIFF_T 8
  3619. | #define HAVE_PTRDIFF_T 1
  3620. | #define SIZEOF_SHORT 2
  3621. | #define SIZEOF_INT 4
  3622. | #define SIZEOF_LONG 8
  3623. | #define SIZEOF_LONG_LONG 8
  3624. | #define HAVE_INT8_T 1
  3625. | /* end confdefs.h. */
  3626. |
  3627. | #if HAVE_STDINT_H
  3628. | # include <stdint.h>
  3629. | #endif
  3630. | #if HAVE_SYS_TYPES_H
  3631. | # include <sys/types.h>
  3632. | #endif
  3633. |
  3634. |
  3635. | int
  3636. | main ()
  3637. | {
  3638. | if (sizeof ((int16_t)))
  3639. | return 0;
  3640. | ;
  3641. | return 0;
  3642. | }
  3643. configure:13715: result: yes
  3644. configure:13732: checking for int32_t
  3645. configure:13732: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  3646. configure:13732: $? = 0
  3647. configure:13732: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  3648. conftest.c: In function 'main':
  3649. conftest.c:137:22: error: expected expression before ')' token
  3650. if (sizeof ((int32_t)))
  3651. ^
  3652. configure:13732: $? = 1
  3653. configure: failed program was:
  3654. | /* confdefs.h */
  3655. | #define PACKAGE_NAME ""
  3656. | #define PACKAGE_TARNAME ""
  3657. | #define PACKAGE_VERSION ""
  3658. | #define PACKAGE_STRING ""
  3659. | #define PACKAGE_BUGREPORT ""
  3660. | #define PACKAGE_URL ""
  3661. | #define STDC_HEADERS 1
  3662. | #define HAVE_SYS_TYPES_H 1
  3663. | #define HAVE_SYS_STAT_H 1
  3664. | #define HAVE_STDLIB_H 1
  3665. | #define HAVE_STRING_H 1
  3666. | #define HAVE_MEMORY_H 1
  3667. | #define HAVE_STRINGS_H 1
  3668. | #define HAVE_INTTYPES_H 1
  3669. | #define HAVE_STDINT_H 1
  3670. | #define HAVE_UNISTD_H 1
  3671. | #define __EXTENSIONS__ 1
  3672. | #define _ALL_SOURCE 1
  3673. | #define _GNU_SOURCE 1
  3674. | #define _POSIX_PTHREAD_SEMANTICS 1
  3675. | #define _TANDEM_SOURCE 1
  3676. | #define HAVE_DEV_URANDOM 1
  3677. | #define HAVE_GCC_GLOBAL_REGS 1
  3678. | #define HAVE_HUGE_VAL_INF 1
  3679. | #define HAVE_CPUID_COUNT 1
  3680. | #define GWINSZ_IN_SYS_IOCTL 1
  3681. | #define HAVE_PHPDBG 1
  3682. | #define PHPDBG_DEBUG 0
  3683. | #define HAVE_SOCKLEN_T 1
  3684. | #define PHP_WRITE_STDOUT 1
  3685. | #define HAVE_SOCKET 1
  3686. | #define HAVE_SOCKETPAIR 1
  3687. | #define HAVE_HTONL 1
  3688. | #define HAVE_GETHOSTNAME 1
  3689. | #define HAVE_GETHOSTBYADDR 1
  3690. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  3691. | #define HAVE_LIBNSL 1
  3692. | #define HAVE_DLOPEN 1
  3693. | #define HAVE_LIBDL 1
  3694. | #define HAVE_LIBDL 1
  3695. | #define HAVE_LIBM 1
  3696. | #define HAVE_INET_ATON 1
  3697. | #define STDC_HEADERS 1
  3698. | #define HAVE_DIRENT_H 1
  3699. | #define HAVE_INTTYPES_H 1
  3700. | #define HAVE_STDINT_H 1
  3701. | #define HAVE_DIRENT_H 1
  3702. | #define HAVE_SYS_PARAM_H 1
  3703. | #define HAVE_SYS_TYPES_H 1
  3704. | #define HAVE_SYS_TIME_H 1
  3705. | #define HAVE_NETINET_IN_H 1
  3706. | #define HAVE_ALLOCA_H 1
  3707. | #define HAVE_ARPA_INET_H 1
  3708. | #define HAVE_ARPA_NAMESER_H 1
  3709. | #define HAVE_ASSERT_H 1
  3710. | #define HAVE_CRYPT_H 1
  3711. | #define HAVE_FCNTL_H 1
  3712. | #define HAVE_GRP_H 1
  3713. | #define HAVE_LANGINFO_H 1
  3714. | #define HAVE_LIMITS_H 1
  3715. | #define HAVE_LOCALE_H 1
  3716. | #define HAVE_MONETARY_H 1
  3717. | #define HAVE_NETDB_H 1
  3718. | #define HAVE_POLL_H 1
  3719. | #define HAVE_PWD_H 1
  3720. | #define HAVE_RESOLV_H 1
  3721. | #define HAVE_SIGNAL_H 1
  3722. | #define HAVE_STDARG_H 1
  3723. | #define HAVE_STDLIB_H 1
  3724. | #define HAVE_STRING_H 1
  3725. | #define HAVE_SYSLOG_H 1
  3726. | #define HAVE_SYSEXITS_H 1
  3727. | #define HAVE_SYS_IOCTL_H 1
  3728. | #define HAVE_SYS_FILE_H 1
  3729. | #define HAVE_SYS_MMAN_H 1
  3730. | #define HAVE_SYS_MOUNT_H 1
  3731. | #define HAVE_SYS_POLL_H 1
  3732. | #define HAVE_SYS_RESOURCE_H 1
  3733. | #define HAVE_SYS_SELECT_H 1
  3734. | #define HAVE_SYS_SOCKET_H 1
  3735. | #define HAVE_SYS_STAT_H 1
  3736. | #define HAVE_SYS_STATFS_H 1
  3737. | #define HAVE_SYS_STATVFS_H 1
  3738. | #define HAVE_SYS_VFS_H 1
  3739. | #define HAVE_SYS_WAIT_H 1
  3740. | #define HAVE_TERMIOS_H 1
  3741. | #define HAVE_UNISTD_H 1
  3742. | #define HAVE_UTIME_H 1
  3743. | #define HAVE_SYS_UTSNAME_H 1
  3744. | #define HAVE_SYS_IPC_H 1
  3745. | #define HAVE_DLFCN_H 1
  3746. | #define HAVE_ASSERT_H 1
  3747. | #define HAVE_TMMINTRIN_H 1
  3748. | #define HAVE_NMMINTRIN_H 1
  3749. | #define HAVE_IMMINTRIN_H 1
  3750. | #define HAVE_FOPENCOOKIE 1
  3751. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  3752. | #define COOKIE_SEEKER_USES_OFF64_T 1
  3753. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  3754. | #define HAVE_STRUCT_TM_TM_ZONE 1
  3755. | #define HAVE_TM_ZONE 1
  3756. | #define MISSING_FCLOSE_DECL 0
  3757. | #define HAVE_TM_GMTOFF 1
  3758. | #define HAVE_STRUCT_FLOCK 1
  3759. | #define HAVE_SOCKLEN_T 1
  3760. | #define SIZEOF_SIZE_T 8
  3761. | #define SIZEOF_LONG_LONG 8
  3762. | #define SIZEOF_LONG_LONG_INT 8
  3763. | #define SIZEOF_LONG 8
  3764. | #define SIZEOF_INT 4
  3765. | #define SIZEOF_INTMAX_T 8
  3766. | #define HAVE_INTMAX_T 1
  3767. | #define SIZEOF_SSIZE_T 8
  3768. | #define HAVE_SSIZE_T 1
  3769. | #define SIZEOF_PTRDIFF_T 8
  3770. | #define HAVE_PTRDIFF_T 1
  3771. | #define SIZEOF_SHORT 2
  3772. | #define SIZEOF_INT 4
  3773. | #define SIZEOF_LONG 8
  3774. | #define SIZEOF_LONG_LONG 8
  3775. | #define HAVE_INT8_T 1
  3776. | #define HAVE_INT16_T 1
  3777. | /* end confdefs.h. */
  3778. |
  3779. | #if HAVE_STDINT_H
  3780. | # include <stdint.h>
  3781. | #endif
  3782. | #if HAVE_SYS_TYPES_H
  3783. | # include <sys/types.h>
  3784. | #endif
  3785. |
  3786. |
  3787. | int
  3788. | main ()
  3789. | {
  3790. | if (sizeof ((int32_t)))
  3791. | return 0;
  3792. | ;
  3793. | return 0;
  3794. | }
  3795. configure:13732: result: yes
  3796. configure:13749: checking for int64_t
  3797. configure:13749: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  3798. configure:13749: $? = 0
  3799. configure:13749: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  3800. conftest.c: In function 'main':
  3801. conftest.c:138:22: error: expected expression before ')' token
  3802. if (sizeof ((int64_t)))
  3803. ^
  3804. configure:13749: $? = 1
  3805. configure: failed program was:
  3806. | /* confdefs.h */
  3807. | #define PACKAGE_NAME ""
  3808. | #define PACKAGE_TARNAME ""
  3809. | #define PACKAGE_VERSION ""
  3810. | #define PACKAGE_STRING ""
  3811. | #define PACKAGE_BUGREPORT ""
  3812. | #define PACKAGE_URL ""
  3813. | #define STDC_HEADERS 1
  3814. | #define HAVE_SYS_TYPES_H 1
  3815. | #define HAVE_SYS_STAT_H 1
  3816. | #define HAVE_STDLIB_H 1
  3817. | #define HAVE_STRING_H 1
  3818. | #define HAVE_MEMORY_H 1
  3819. | #define HAVE_STRINGS_H 1
  3820. | #define HAVE_INTTYPES_H 1
  3821. | #define HAVE_STDINT_H 1
  3822. | #define HAVE_UNISTD_H 1
  3823. | #define __EXTENSIONS__ 1
  3824. | #define _ALL_SOURCE 1
  3825. | #define _GNU_SOURCE 1
  3826. | #define _POSIX_PTHREAD_SEMANTICS 1
  3827. | #define _TANDEM_SOURCE 1
  3828. | #define HAVE_DEV_URANDOM 1
  3829. | #define HAVE_GCC_GLOBAL_REGS 1
  3830. | #define HAVE_HUGE_VAL_INF 1
  3831. | #define HAVE_CPUID_COUNT 1
  3832. | #define GWINSZ_IN_SYS_IOCTL 1
  3833. | #define HAVE_PHPDBG 1
  3834. | #define PHPDBG_DEBUG 0
  3835. | #define HAVE_SOCKLEN_T 1
  3836. | #define PHP_WRITE_STDOUT 1
  3837. | #define HAVE_SOCKET 1
  3838. | #define HAVE_SOCKETPAIR 1
  3839. | #define HAVE_HTONL 1
  3840. | #define HAVE_GETHOSTNAME 1
  3841. | #define HAVE_GETHOSTBYADDR 1
  3842. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  3843. | #define HAVE_LIBNSL 1
  3844. | #define HAVE_DLOPEN 1
  3845. | #define HAVE_LIBDL 1
  3846. | #define HAVE_LIBDL 1
  3847. | #define HAVE_LIBM 1
  3848. | #define HAVE_INET_ATON 1
  3849. | #define STDC_HEADERS 1
  3850. | #define HAVE_DIRENT_H 1
  3851. | #define HAVE_INTTYPES_H 1
  3852. | #define HAVE_STDINT_H 1
  3853. | #define HAVE_DIRENT_H 1
  3854. | #define HAVE_SYS_PARAM_H 1
  3855. | #define HAVE_SYS_TYPES_H 1
  3856. | #define HAVE_SYS_TIME_H 1
  3857. | #define HAVE_NETINET_IN_H 1
  3858. | #define HAVE_ALLOCA_H 1
  3859. | #define HAVE_ARPA_INET_H 1
  3860. | #define HAVE_ARPA_NAMESER_H 1
  3861. | #define HAVE_ASSERT_H 1
  3862. | #define HAVE_CRYPT_H 1
  3863. | #define HAVE_FCNTL_H 1
  3864. | #define HAVE_GRP_H 1
  3865. | #define HAVE_LANGINFO_H 1
  3866. | #define HAVE_LIMITS_H 1
  3867. | #define HAVE_LOCALE_H 1
  3868. | #define HAVE_MONETARY_H 1
  3869. | #define HAVE_NETDB_H 1
  3870. | #define HAVE_POLL_H 1
  3871. | #define HAVE_PWD_H 1
  3872. | #define HAVE_RESOLV_H 1
  3873. | #define HAVE_SIGNAL_H 1
  3874. | #define HAVE_STDARG_H 1
  3875. | #define HAVE_STDLIB_H 1
  3876. | #define HAVE_STRING_H 1
  3877. | #define HAVE_SYSLOG_H 1
  3878. | #define HAVE_SYSEXITS_H 1
  3879. | #define HAVE_SYS_IOCTL_H 1
  3880. | #define HAVE_SYS_FILE_H 1
  3881. | #define HAVE_SYS_MMAN_H 1
  3882. | #define HAVE_SYS_MOUNT_H 1
  3883. | #define HAVE_SYS_POLL_H 1
  3884. | #define HAVE_SYS_RESOURCE_H 1
  3885. | #define HAVE_SYS_SELECT_H 1
  3886. | #define HAVE_SYS_SOCKET_H 1
  3887. | #define HAVE_SYS_STAT_H 1
  3888. | #define HAVE_SYS_STATFS_H 1
  3889. | #define HAVE_SYS_STATVFS_H 1
  3890. | #define HAVE_SYS_VFS_H 1
  3891. | #define HAVE_SYS_WAIT_H 1
  3892. | #define HAVE_TERMIOS_H 1
  3893. | #define HAVE_UNISTD_H 1
  3894. | #define HAVE_UTIME_H 1
  3895. | #define HAVE_SYS_UTSNAME_H 1
  3896. | #define HAVE_SYS_IPC_H 1
  3897. | #define HAVE_DLFCN_H 1
  3898. | #define HAVE_ASSERT_H 1
  3899. | #define HAVE_TMMINTRIN_H 1
  3900. | #define HAVE_NMMINTRIN_H 1
  3901. | #define HAVE_IMMINTRIN_H 1
  3902. | #define HAVE_FOPENCOOKIE 1
  3903. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  3904. | #define COOKIE_SEEKER_USES_OFF64_T 1
  3905. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  3906. | #define HAVE_STRUCT_TM_TM_ZONE 1
  3907. | #define HAVE_TM_ZONE 1
  3908. | #define MISSING_FCLOSE_DECL 0
  3909. | #define HAVE_TM_GMTOFF 1
  3910. | #define HAVE_STRUCT_FLOCK 1
  3911. | #define HAVE_SOCKLEN_T 1
  3912. | #define SIZEOF_SIZE_T 8
  3913. | #define SIZEOF_LONG_LONG 8
  3914. | #define SIZEOF_LONG_LONG_INT 8
  3915. | #define SIZEOF_LONG 8
  3916. | #define SIZEOF_INT 4
  3917. | #define SIZEOF_INTMAX_T 8
  3918. | #define HAVE_INTMAX_T 1
  3919. | #define SIZEOF_SSIZE_T 8
  3920. | #define HAVE_SSIZE_T 1
  3921. | #define SIZEOF_PTRDIFF_T 8
  3922. | #define HAVE_PTRDIFF_T 1
  3923. | #define SIZEOF_SHORT 2
  3924. | #define SIZEOF_INT 4
  3925. | #define SIZEOF_LONG 8
  3926. | #define SIZEOF_LONG_LONG 8
  3927. | #define HAVE_INT8_T 1
  3928. | #define HAVE_INT16_T 1
  3929. | #define HAVE_INT32_T 1
  3930. | /* end confdefs.h. */
  3931. |
  3932. | #if HAVE_STDINT_H
  3933. | # include <stdint.h>
  3934. | #endif
  3935. | #if HAVE_SYS_TYPES_H
  3936. | # include <sys/types.h>
  3937. | #endif
  3938. |
  3939. |
  3940. | int
  3941. | main ()
  3942. | {
  3943. | if (sizeof ((int64_t)))
  3944. | return 0;
  3945. | ;
  3946. | return 0;
  3947. | }
  3948. configure:13749: result: yes
  3949. configure:13766: checking for uint8
  3950. configure:13766: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  3951. conftest.c: In function 'main':
  3952. conftest.c:139:13: error: 'uint8' undeclared (first use in this function)
  3953. if (sizeof (uint8))
  3954. ^~~~~
  3955. conftest.c:139:13: note: each undeclared identifier is reported only once for each function it appears in
  3956. configure:13766: $? = 1
  3957. configure: failed program was:
  3958. | /* confdefs.h */
  3959. | #define PACKAGE_NAME ""
  3960. | #define PACKAGE_TARNAME ""
  3961. | #define PACKAGE_VERSION ""
  3962. | #define PACKAGE_STRING ""
  3963. | #define PACKAGE_BUGREPORT ""
  3964. | #define PACKAGE_URL ""
  3965. | #define STDC_HEADERS 1
  3966. | #define HAVE_SYS_TYPES_H 1
  3967. | #define HAVE_SYS_STAT_H 1
  3968. | #define HAVE_STDLIB_H 1
  3969. | #define HAVE_STRING_H 1
  3970. | #define HAVE_MEMORY_H 1
  3971. | #define HAVE_STRINGS_H 1
  3972. | #define HAVE_INTTYPES_H 1
  3973. | #define HAVE_STDINT_H 1
  3974. | #define HAVE_UNISTD_H 1
  3975. | #define __EXTENSIONS__ 1
  3976. | #define _ALL_SOURCE 1
  3977. | #define _GNU_SOURCE 1
  3978. | #define _POSIX_PTHREAD_SEMANTICS 1
  3979. | #define _TANDEM_SOURCE 1
  3980. | #define HAVE_DEV_URANDOM 1
  3981. | #define HAVE_GCC_GLOBAL_REGS 1
  3982. | #define HAVE_HUGE_VAL_INF 1
  3983. | #define HAVE_CPUID_COUNT 1
  3984. | #define GWINSZ_IN_SYS_IOCTL 1
  3985. | #define HAVE_PHPDBG 1
  3986. | #define PHPDBG_DEBUG 0
  3987. | #define HAVE_SOCKLEN_T 1
  3988. | #define PHP_WRITE_STDOUT 1
  3989. | #define HAVE_SOCKET 1
  3990. | #define HAVE_SOCKETPAIR 1
  3991. | #define HAVE_HTONL 1
  3992. | #define HAVE_GETHOSTNAME 1
  3993. | #define HAVE_GETHOSTBYADDR 1
  3994. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  3995. | #define HAVE_LIBNSL 1
  3996. | #define HAVE_DLOPEN 1
  3997. | #define HAVE_LIBDL 1
  3998. | #define HAVE_LIBDL 1
  3999. | #define HAVE_LIBM 1
  4000. | #define HAVE_INET_ATON 1
  4001. | #define STDC_HEADERS 1
  4002. | #define HAVE_DIRENT_H 1
  4003. | #define HAVE_INTTYPES_H 1
  4004. | #define HAVE_STDINT_H 1
  4005. | #define HAVE_DIRENT_H 1
  4006. | #define HAVE_SYS_PARAM_H 1
  4007. | #define HAVE_SYS_TYPES_H 1
  4008. | #define HAVE_SYS_TIME_H 1
  4009. | #define HAVE_NETINET_IN_H 1
  4010. | #define HAVE_ALLOCA_H 1
  4011. | #define HAVE_ARPA_INET_H 1
  4012. | #define HAVE_ARPA_NAMESER_H 1
  4013. | #define HAVE_ASSERT_H 1
  4014. | #define HAVE_CRYPT_H 1
  4015. | #define HAVE_FCNTL_H 1
  4016. | #define HAVE_GRP_H 1
  4017. | #define HAVE_LANGINFO_H 1
  4018. | #define HAVE_LIMITS_H 1
  4019. | #define HAVE_LOCALE_H 1
  4020. | #define HAVE_MONETARY_H 1
  4021. | #define HAVE_NETDB_H 1
  4022. | #define HAVE_POLL_H 1
  4023. | #define HAVE_PWD_H 1
  4024. | #define HAVE_RESOLV_H 1
  4025. | #define HAVE_SIGNAL_H 1
  4026. | #define HAVE_STDARG_H 1
  4027. | #define HAVE_STDLIB_H 1
  4028. | #define HAVE_STRING_H 1
  4029. | #define HAVE_SYSLOG_H 1
  4030. | #define HAVE_SYSEXITS_H 1
  4031. | #define HAVE_SYS_IOCTL_H 1
  4032. | #define HAVE_SYS_FILE_H 1
  4033. | #define HAVE_SYS_MMAN_H 1
  4034. | #define HAVE_SYS_MOUNT_H 1
  4035. | #define HAVE_SYS_POLL_H 1
  4036. | #define HAVE_SYS_RESOURCE_H 1
  4037. | #define HAVE_SYS_SELECT_H 1
  4038. | #define HAVE_SYS_SOCKET_H 1
  4039. | #define HAVE_SYS_STAT_H 1
  4040. | #define HAVE_SYS_STATFS_H 1
  4041. | #define HAVE_SYS_STATVFS_H 1
  4042. | #define HAVE_SYS_VFS_H 1
  4043. | #define HAVE_SYS_WAIT_H 1
  4044. | #define HAVE_TERMIOS_H 1
  4045. | #define HAVE_UNISTD_H 1
  4046. | #define HAVE_UTIME_H 1
  4047. | #define HAVE_SYS_UTSNAME_H 1
  4048. | #define HAVE_SYS_IPC_H 1
  4049. | #define HAVE_DLFCN_H 1
  4050. | #define HAVE_ASSERT_H 1
  4051. | #define HAVE_TMMINTRIN_H 1
  4052. | #define HAVE_NMMINTRIN_H 1
  4053. | #define HAVE_IMMINTRIN_H 1
  4054. | #define HAVE_FOPENCOOKIE 1
  4055. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  4056. | #define COOKIE_SEEKER_USES_OFF64_T 1
  4057. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  4058. | #define HAVE_STRUCT_TM_TM_ZONE 1
  4059. | #define HAVE_TM_ZONE 1
  4060. | #define MISSING_FCLOSE_DECL 0
  4061. | #define HAVE_TM_GMTOFF 1
  4062. | #define HAVE_STRUCT_FLOCK 1
  4063. | #define HAVE_SOCKLEN_T 1
  4064. | #define SIZEOF_SIZE_T 8
  4065. | #define SIZEOF_LONG_LONG 8
  4066. | #define SIZEOF_LONG_LONG_INT 8
  4067. | #define SIZEOF_LONG 8
  4068. | #define SIZEOF_INT 4
  4069. | #define SIZEOF_INTMAX_T 8
  4070. | #define HAVE_INTMAX_T 1
  4071. | #define SIZEOF_SSIZE_T 8
  4072. | #define HAVE_SSIZE_T 1
  4073. | #define SIZEOF_PTRDIFF_T 8
  4074. | #define HAVE_PTRDIFF_T 1
  4075. | #define SIZEOF_SHORT 2
  4076. | #define SIZEOF_INT 4
  4077. | #define SIZEOF_LONG 8
  4078. | #define SIZEOF_LONG_LONG 8
  4079. | #define HAVE_INT8_T 1
  4080. | #define HAVE_INT16_T 1
  4081. | #define HAVE_INT32_T 1
  4082. | #define HAVE_INT64_T 1
  4083. | /* end confdefs.h. */
  4084. |
  4085. | #if HAVE_STDINT_H
  4086. | # include <stdint.h>
  4087. | #endif
  4088. | #if HAVE_SYS_TYPES_H
  4089. | # include <sys/types.h>
  4090. | #endif
  4091. |
  4092. |
  4093. | int
  4094. | main ()
  4095. | {
  4096. | if (sizeof (uint8))
  4097. | return 0;
  4098. | ;
  4099. | return 0;
  4100. | }
  4101. configure:13766: result: no
  4102. configure:13783: checking for uint16
  4103. configure:13783: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  4104. conftest.c: In function 'main':
  4105. conftest.c:139:13: error: 'uint16' undeclared (first use in this function)
  4106. if (sizeof (uint16))
  4107. ^~~~~~
  4108. conftest.c:139:13: note: each undeclared identifier is reported only once for each function it appears in
  4109. configure:13783: $? = 1
  4110. configure: failed program was:
  4111. | /* confdefs.h */
  4112. | #define PACKAGE_NAME ""
  4113. | #define PACKAGE_TARNAME ""
  4114. | #define PACKAGE_VERSION ""
  4115. | #define PACKAGE_STRING ""
  4116. | #define PACKAGE_BUGREPORT ""
  4117. | #define PACKAGE_URL ""
  4118. | #define STDC_HEADERS 1
  4119. | #define HAVE_SYS_TYPES_H 1
  4120. | #define HAVE_SYS_STAT_H 1
  4121. | #define HAVE_STDLIB_H 1
  4122. | #define HAVE_STRING_H 1
  4123. | #define HAVE_MEMORY_H 1
  4124. | #define HAVE_STRINGS_H 1
  4125. | #define HAVE_INTTYPES_H 1
  4126. | #define HAVE_STDINT_H 1
  4127. | #define HAVE_UNISTD_H 1
  4128. | #define __EXTENSIONS__ 1
  4129. | #define _ALL_SOURCE 1
  4130. | #define _GNU_SOURCE 1
  4131. | #define _POSIX_PTHREAD_SEMANTICS 1
  4132. | #define _TANDEM_SOURCE 1
  4133. | #define HAVE_DEV_URANDOM 1
  4134. | #define HAVE_GCC_GLOBAL_REGS 1
  4135. | #define HAVE_HUGE_VAL_INF 1
  4136. | #define HAVE_CPUID_COUNT 1
  4137. | #define GWINSZ_IN_SYS_IOCTL 1
  4138. | #define HAVE_PHPDBG 1
  4139. | #define PHPDBG_DEBUG 0
  4140. | #define HAVE_SOCKLEN_T 1
  4141. | #define PHP_WRITE_STDOUT 1
  4142. | #define HAVE_SOCKET 1
  4143. | #define HAVE_SOCKETPAIR 1
  4144. | #define HAVE_HTONL 1
  4145. | #define HAVE_GETHOSTNAME 1
  4146. | #define HAVE_GETHOSTBYADDR 1
  4147. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  4148. | #define HAVE_LIBNSL 1
  4149. | #define HAVE_DLOPEN 1
  4150. | #define HAVE_LIBDL 1
  4151. | #define HAVE_LIBDL 1
  4152. | #define HAVE_LIBM 1
  4153. | #define HAVE_INET_ATON 1
  4154. | #define STDC_HEADERS 1
  4155. | #define HAVE_DIRENT_H 1
  4156. | #define HAVE_INTTYPES_H 1
  4157. | #define HAVE_STDINT_H 1
  4158. | #define HAVE_DIRENT_H 1
  4159. | #define HAVE_SYS_PARAM_H 1
  4160. | #define HAVE_SYS_TYPES_H 1
  4161. | #define HAVE_SYS_TIME_H 1
  4162. | #define HAVE_NETINET_IN_H 1
  4163. | #define HAVE_ALLOCA_H 1
  4164. | #define HAVE_ARPA_INET_H 1
  4165. | #define HAVE_ARPA_NAMESER_H 1
  4166. | #define HAVE_ASSERT_H 1
  4167. | #define HAVE_CRYPT_H 1
  4168. | #define HAVE_FCNTL_H 1
  4169. | #define HAVE_GRP_H 1
  4170. | #define HAVE_LANGINFO_H 1
  4171. | #define HAVE_LIMITS_H 1
  4172. | #define HAVE_LOCALE_H 1
  4173. | #define HAVE_MONETARY_H 1
  4174. | #define HAVE_NETDB_H 1
  4175. | #define HAVE_POLL_H 1
  4176. | #define HAVE_PWD_H 1
  4177. | #define HAVE_RESOLV_H 1
  4178. | #define HAVE_SIGNAL_H 1
  4179. | #define HAVE_STDARG_H 1
  4180. | #define HAVE_STDLIB_H 1
  4181. | #define HAVE_STRING_H 1
  4182. | #define HAVE_SYSLOG_H 1
  4183. | #define HAVE_SYSEXITS_H 1
  4184. | #define HAVE_SYS_IOCTL_H 1
  4185. | #define HAVE_SYS_FILE_H 1
  4186. | #define HAVE_SYS_MMAN_H 1
  4187. | #define HAVE_SYS_MOUNT_H 1
  4188. | #define HAVE_SYS_POLL_H 1
  4189. | #define HAVE_SYS_RESOURCE_H 1
  4190. | #define HAVE_SYS_SELECT_H 1
  4191. | #define HAVE_SYS_SOCKET_H 1
  4192. | #define HAVE_SYS_STAT_H 1
  4193. | #define HAVE_SYS_STATFS_H 1
  4194. | #define HAVE_SYS_STATVFS_H 1
  4195. | #define HAVE_SYS_VFS_H 1
  4196. | #define HAVE_SYS_WAIT_H 1
  4197. | #define HAVE_TERMIOS_H 1
  4198. | #define HAVE_UNISTD_H 1
  4199. | #define HAVE_UTIME_H 1
  4200. | #define HAVE_SYS_UTSNAME_H 1
  4201. | #define HAVE_SYS_IPC_H 1
  4202. | #define HAVE_DLFCN_H 1
  4203. | #define HAVE_ASSERT_H 1
  4204. | #define HAVE_TMMINTRIN_H 1
  4205. | #define HAVE_NMMINTRIN_H 1
  4206. | #define HAVE_IMMINTRIN_H 1
  4207. | #define HAVE_FOPENCOOKIE 1
  4208. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  4209. | #define COOKIE_SEEKER_USES_OFF64_T 1
  4210. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  4211. | #define HAVE_STRUCT_TM_TM_ZONE 1
  4212. | #define HAVE_TM_ZONE 1
  4213. | #define MISSING_FCLOSE_DECL 0
  4214. | #define HAVE_TM_GMTOFF 1
  4215. | #define HAVE_STRUCT_FLOCK 1
  4216. | #define HAVE_SOCKLEN_T 1
  4217. | #define SIZEOF_SIZE_T 8
  4218. | #define SIZEOF_LONG_LONG 8
  4219. | #define SIZEOF_LONG_LONG_INT 8
  4220. | #define SIZEOF_LONG 8
  4221. | #define SIZEOF_INT 4
  4222. | #define SIZEOF_INTMAX_T 8
  4223. | #define HAVE_INTMAX_T 1
  4224. | #define SIZEOF_SSIZE_T 8
  4225. | #define HAVE_SSIZE_T 1
  4226. | #define SIZEOF_PTRDIFF_T 8
  4227. | #define HAVE_PTRDIFF_T 1
  4228. | #define SIZEOF_SHORT 2
  4229. | #define SIZEOF_INT 4
  4230. | #define SIZEOF_LONG 8
  4231. | #define SIZEOF_LONG_LONG 8
  4232. | #define HAVE_INT8_T 1
  4233. | #define HAVE_INT16_T 1
  4234. | #define HAVE_INT32_T 1
  4235. | #define HAVE_INT64_T 1
  4236. | /* end confdefs.h. */
  4237. |
  4238. | #if HAVE_STDINT_H
  4239. | # include <stdint.h>
  4240. | #endif
  4241. | #if HAVE_SYS_TYPES_H
  4242. | # include <sys/types.h>
  4243. | #endif
  4244. |
  4245. |
  4246. | int
  4247. | main ()
  4248. | {
  4249. | if (sizeof (uint16))
  4250. | return 0;
  4251. | ;
  4252. | return 0;
  4253. | }
  4254. configure:13783: result: no
  4255. configure:13800: checking for uint32
  4256. configure:13800: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  4257. conftest.c: In function 'main':
  4258. conftest.c:139:13: error: 'uint32' undeclared (first use in this function)
  4259. if (sizeof (uint32))
  4260. ^~~~~~
  4261. conftest.c:139:13: note: each undeclared identifier is reported only once for each function it appears in
  4262. configure:13800: $? = 1
  4263. configure: failed program was:
  4264. | /* confdefs.h */
  4265. | #define PACKAGE_NAME ""
  4266. | #define PACKAGE_TARNAME ""
  4267. | #define PACKAGE_VERSION ""
  4268. | #define PACKAGE_STRING ""
  4269. | #define PACKAGE_BUGREPORT ""
  4270. | #define PACKAGE_URL ""
  4271. | #define STDC_HEADERS 1
  4272. | #define HAVE_SYS_TYPES_H 1
  4273. | #define HAVE_SYS_STAT_H 1
  4274. | #define HAVE_STDLIB_H 1
  4275. | #define HAVE_STRING_H 1
  4276. | #define HAVE_MEMORY_H 1
  4277. | #define HAVE_STRINGS_H 1
  4278. | #define HAVE_INTTYPES_H 1
  4279. | #define HAVE_STDINT_H 1
  4280. | #define HAVE_UNISTD_H 1
  4281. | #define __EXTENSIONS__ 1
  4282. | #define _ALL_SOURCE 1
  4283. | #define _GNU_SOURCE 1
  4284. | #define _POSIX_PTHREAD_SEMANTICS 1
  4285. | #define _TANDEM_SOURCE 1
  4286. | #define HAVE_DEV_URANDOM 1
  4287. | #define HAVE_GCC_GLOBAL_REGS 1
  4288. | #define HAVE_HUGE_VAL_INF 1
  4289. | #define HAVE_CPUID_COUNT 1
  4290. | #define GWINSZ_IN_SYS_IOCTL 1
  4291. | #define HAVE_PHPDBG 1
  4292. | #define PHPDBG_DEBUG 0
  4293. | #define HAVE_SOCKLEN_T 1
  4294. | #define PHP_WRITE_STDOUT 1
  4295. | #define HAVE_SOCKET 1
  4296. | #define HAVE_SOCKETPAIR 1
  4297. | #define HAVE_HTONL 1
  4298. | #define HAVE_GETHOSTNAME 1
  4299. | #define HAVE_GETHOSTBYADDR 1
  4300. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  4301. | #define HAVE_LIBNSL 1
  4302. | #define HAVE_DLOPEN 1
  4303. | #define HAVE_LIBDL 1
  4304. | #define HAVE_LIBDL 1
  4305. | #define HAVE_LIBM 1
  4306. | #define HAVE_INET_ATON 1
  4307. | #define STDC_HEADERS 1
  4308. | #define HAVE_DIRENT_H 1
  4309. | #define HAVE_INTTYPES_H 1
  4310. | #define HAVE_STDINT_H 1
  4311. | #define HAVE_DIRENT_H 1
  4312. | #define HAVE_SYS_PARAM_H 1
  4313. | #define HAVE_SYS_TYPES_H 1
  4314. | #define HAVE_SYS_TIME_H 1
  4315. | #define HAVE_NETINET_IN_H 1
  4316. | #define HAVE_ALLOCA_H 1
  4317. | #define HAVE_ARPA_INET_H 1
  4318. | #define HAVE_ARPA_NAMESER_H 1
  4319. | #define HAVE_ASSERT_H 1
  4320. | #define HAVE_CRYPT_H 1
  4321. | #define HAVE_FCNTL_H 1
  4322. | #define HAVE_GRP_H 1
  4323. | #define HAVE_LANGINFO_H 1
  4324. | #define HAVE_LIMITS_H 1
  4325. | #define HAVE_LOCALE_H 1
  4326. | #define HAVE_MONETARY_H 1
  4327. | #define HAVE_NETDB_H 1
  4328. | #define HAVE_POLL_H 1
  4329. | #define HAVE_PWD_H 1
  4330. | #define HAVE_RESOLV_H 1
  4331. | #define HAVE_SIGNAL_H 1
  4332. | #define HAVE_STDARG_H 1
  4333. | #define HAVE_STDLIB_H 1
  4334. | #define HAVE_STRING_H 1
  4335. | #define HAVE_SYSLOG_H 1
  4336. | #define HAVE_SYSEXITS_H 1
  4337. | #define HAVE_SYS_IOCTL_H 1
  4338. | #define HAVE_SYS_FILE_H 1
  4339. | #define HAVE_SYS_MMAN_H 1
  4340. | #define HAVE_SYS_MOUNT_H 1
  4341. | #define HAVE_SYS_POLL_H 1
  4342. | #define HAVE_SYS_RESOURCE_H 1
  4343. | #define HAVE_SYS_SELECT_H 1
  4344. | #define HAVE_SYS_SOCKET_H 1
  4345. | #define HAVE_SYS_STAT_H 1
  4346. | #define HAVE_SYS_STATFS_H 1
  4347. | #define HAVE_SYS_STATVFS_H 1
  4348. | #define HAVE_SYS_VFS_H 1
  4349. | #define HAVE_SYS_WAIT_H 1
  4350. | #define HAVE_TERMIOS_H 1
  4351. | #define HAVE_UNISTD_H 1
  4352. | #define HAVE_UTIME_H 1
  4353. | #define HAVE_SYS_UTSNAME_H 1
  4354. | #define HAVE_SYS_IPC_H 1
  4355. | #define HAVE_DLFCN_H 1
  4356. | #define HAVE_ASSERT_H 1
  4357. | #define HAVE_TMMINTRIN_H 1
  4358. | #define HAVE_NMMINTRIN_H 1
  4359. | #define HAVE_IMMINTRIN_H 1
  4360. | #define HAVE_FOPENCOOKIE 1
  4361. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  4362. | #define COOKIE_SEEKER_USES_OFF64_T 1
  4363. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  4364. | #define HAVE_STRUCT_TM_TM_ZONE 1
  4365. | #define HAVE_TM_ZONE 1
  4366. | #define MISSING_FCLOSE_DECL 0
  4367. | #define HAVE_TM_GMTOFF 1
  4368. | #define HAVE_STRUCT_FLOCK 1
  4369. | #define HAVE_SOCKLEN_T 1
  4370. | #define SIZEOF_SIZE_T 8
  4371. | #define SIZEOF_LONG_LONG 8
  4372. | #define SIZEOF_LONG_LONG_INT 8
  4373. | #define SIZEOF_LONG 8
  4374. | #define SIZEOF_INT 4
  4375. | #define SIZEOF_INTMAX_T 8
  4376. | #define HAVE_INTMAX_T 1
  4377. | #define SIZEOF_SSIZE_T 8
  4378. | #define HAVE_SSIZE_T 1
  4379. | #define SIZEOF_PTRDIFF_T 8
  4380. | #define HAVE_PTRDIFF_T 1
  4381. | #define SIZEOF_SHORT 2
  4382. | #define SIZEOF_INT 4
  4383. | #define SIZEOF_LONG 8
  4384. | #define SIZEOF_LONG_LONG 8
  4385. | #define HAVE_INT8_T 1
  4386. | #define HAVE_INT16_T 1
  4387. | #define HAVE_INT32_T 1
  4388. | #define HAVE_INT64_T 1
  4389. | /* end confdefs.h. */
  4390. |
  4391. | #if HAVE_STDINT_H
  4392. | # include <stdint.h>
  4393. | #endif
  4394. | #if HAVE_SYS_TYPES_H
  4395. | # include <sys/types.h>
  4396. | #endif
  4397. |
  4398. |
  4399. | int
  4400. | main ()
  4401. | {
  4402. | if (sizeof (uint32))
  4403. | return 0;
  4404. | ;
  4405. | return 0;
  4406. | }
  4407. configure:13800: result: no
  4408. configure:13817: checking for uint64
  4409. configure:13817: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  4410. conftest.c: In function 'main':
  4411. conftest.c:139:13: error: 'uint64' undeclared (first use in this function)
  4412. if (sizeof (uint64))
  4413. ^~~~~~
  4414. conftest.c:139:13: note: each undeclared identifier is reported only once for each function it appears in
  4415. configure:13817: $? = 1
  4416. configure: failed program was:
  4417. | /* confdefs.h */
  4418. | #define PACKAGE_NAME ""
  4419. | #define PACKAGE_TARNAME ""
  4420. | #define PACKAGE_VERSION ""
  4421. | #define PACKAGE_STRING ""
  4422. | #define PACKAGE_BUGREPORT ""
  4423. | #define PACKAGE_URL ""
  4424. | #define STDC_HEADERS 1
  4425. | #define HAVE_SYS_TYPES_H 1
  4426. | #define HAVE_SYS_STAT_H 1
  4427. | #define HAVE_STDLIB_H 1
  4428. | #define HAVE_STRING_H 1
  4429. | #define HAVE_MEMORY_H 1
  4430. | #define HAVE_STRINGS_H 1
  4431. | #define HAVE_INTTYPES_H 1
  4432. | #define HAVE_STDINT_H 1
  4433. | #define HAVE_UNISTD_H 1
  4434. | #define __EXTENSIONS__ 1
  4435. | #define _ALL_SOURCE 1
  4436. | #define _GNU_SOURCE 1
  4437. | #define _POSIX_PTHREAD_SEMANTICS 1
  4438. | #define _TANDEM_SOURCE 1
  4439. | #define HAVE_DEV_URANDOM 1
  4440. | #define HAVE_GCC_GLOBAL_REGS 1
  4441. | #define HAVE_HUGE_VAL_INF 1
  4442. | #define HAVE_CPUID_COUNT 1
  4443. | #define GWINSZ_IN_SYS_IOCTL 1
  4444. | #define HAVE_PHPDBG 1
  4445. | #define PHPDBG_DEBUG 0
  4446. | #define HAVE_SOCKLEN_T 1
  4447. | #define PHP_WRITE_STDOUT 1
  4448. | #define HAVE_SOCKET 1
  4449. | #define HAVE_SOCKETPAIR 1
  4450. | #define HAVE_HTONL 1
  4451. | #define HAVE_GETHOSTNAME 1
  4452. | #define HAVE_GETHOSTBYADDR 1
  4453. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  4454. | #define HAVE_LIBNSL 1
  4455. | #define HAVE_DLOPEN 1
  4456. | #define HAVE_LIBDL 1
  4457. | #define HAVE_LIBDL 1
  4458. | #define HAVE_LIBM 1
  4459. | #define HAVE_INET_ATON 1
  4460. | #define STDC_HEADERS 1
  4461. | #define HAVE_DIRENT_H 1
  4462. | #define HAVE_INTTYPES_H 1
  4463. | #define HAVE_STDINT_H 1
  4464. | #define HAVE_DIRENT_H 1
  4465. | #define HAVE_SYS_PARAM_H 1
  4466. | #define HAVE_SYS_TYPES_H 1
  4467. | #define HAVE_SYS_TIME_H 1
  4468. | #define HAVE_NETINET_IN_H 1
  4469. | #define HAVE_ALLOCA_H 1
  4470. | #define HAVE_ARPA_INET_H 1
  4471. | #define HAVE_ARPA_NAMESER_H 1
  4472. | #define HAVE_ASSERT_H 1
  4473. | #define HAVE_CRYPT_H 1
  4474. | #define HAVE_FCNTL_H 1
  4475. | #define HAVE_GRP_H 1
  4476. | #define HAVE_LANGINFO_H 1
  4477. | #define HAVE_LIMITS_H 1
  4478. | #define HAVE_LOCALE_H 1
  4479. | #define HAVE_MONETARY_H 1
  4480. | #define HAVE_NETDB_H 1
  4481. | #define HAVE_POLL_H 1
  4482. | #define HAVE_PWD_H 1
  4483. | #define HAVE_RESOLV_H 1
  4484. | #define HAVE_SIGNAL_H 1
  4485. | #define HAVE_STDARG_H 1
  4486. | #define HAVE_STDLIB_H 1
  4487. | #define HAVE_STRING_H 1
  4488. | #define HAVE_SYSLOG_H 1
  4489. | #define HAVE_SYSEXITS_H 1
  4490. | #define HAVE_SYS_IOCTL_H 1
  4491. | #define HAVE_SYS_FILE_H 1
  4492. | #define HAVE_SYS_MMAN_H 1
  4493. | #define HAVE_SYS_MOUNT_H 1
  4494. | #define HAVE_SYS_POLL_H 1
  4495. | #define HAVE_SYS_RESOURCE_H 1
  4496. | #define HAVE_SYS_SELECT_H 1
  4497. | #define HAVE_SYS_SOCKET_H 1
  4498. | #define HAVE_SYS_STAT_H 1
  4499. | #define HAVE_SYS_STATFS_H 1
  4500. | #define HAVE_SYS_STATVFS_H 1
  4501. | #define HAVE_SYS_VFS_H 1
  4502. | #define HAVE_SYS_WAIT_H 1
  4503. | #define HAVE_TERMIOS_H 1
  4504. | #define HAVE_UNISTD_H 1
  4505. | #define HAVE_UTIME_H 1
  4506. | #define HAVE_SYS_UTSNAME_H 1
  4507. | #define HAVE_SYS_IPC_H 1
  4508. | #define HAVE_DLFCN_H 1
  4509. | #define HAVE_ASSERT_H 1
  4510. | #define HAVE_TMMINTRIN_H 1
  4511. | #define HAVE_NMMINTRIN_H 1
  4512. | #define HAVE_IMMINTRIN_H 1
  4513. | #define HAVE_FOPENCOOKIE 1
  4514. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  4515. | #define COOKIE_SEEKER_USES_OFF64_T 1
  4516. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  4517. | #define HAVE_STRUCT_TM_TM_ZONE 1
  4518. | #define HAVE_TM_ZONE 1
  4519. | #define MISSING_FCLOSE_DECL 0
  4520. | #define HAVE_TM_GMTOFF 1
  4521. | #define HAVE_STRUCT_FLOCK 1
  4522. | #define HAVE_SOCKLEN_T 1
  4523. | #define SIZEOF_SIZE_T 8
  4524. | #define SIZEOF_LONG_LONG 8
  4525. | #define SIZEOF_LONG_LONG_INT 8
  4526. | #define SIZEOF_LONG 8
  4527. | #define SIZEOF_INT 4
  4528. | #define SIZEOF_INTMAX_T 8
  4529. | #define HAVE_INTMAX_T 1
  4530. | #define SIZEOF_SSIZE_T 8
  4531. | #define HAVE_SSIZE_T 1
  4532. | #define SIZEOF_PTRDIFF_T 8
  4533. | #define HAVE_PTRDIFF_T 1
  4534. | #define SIZEOF_SHORT 2
  4535. | #define SIZEOF_INT 4
  4536. | #define SIZEOF_LONG 8
  4537. | #define SIZEOF_LONG_LONG 8
  4538. | #define HAVE_INT8_T 1
  4539. | #define HAVE_INT16_T 1
  4540. | #define HAVE_INT32_T 1
  4541. | #define HAVE_INT64_T 1
  4542. | /* end confdefs.h. */
  4543. |
  4544. | #if HAVE_STDINT_H
  4545. | # include <stdint.h>
  4546. | #endif
  4547. | #if HAVE_SYS_TYPES_H
  4548. | # include <sys/types.h>
  4549. | #endif
  4550. |
  4551. |
  4552. | int
  4553. | main ()
  4554. | {
  4555. | if (sizeof (uint64))
  4556. | return 0;
  4557. | ;
  4558. | return 0;
  4559. | }
  4560. configure:13817: result: no
  4561. configure:13834: checking for uint8_t
  4562. configure:13834: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  4563. configure:13834: $? = 0
  4564. configure:13834: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  4565. conftest.c: In function 'main':
  4566. conftest.c:139:22: error: expected expression before ')' token
  4567. if (sizeof ((uint8_t)))
  4568. ^
  4569. configure:13834: $? = 1
  4570. configure: failed program was:
  4571. | /* confdefs.h */
  4572. | #define PACKAGE_NAME ""
  4573. | #define PACKAGE_TARNAME ""
  4574. | #define PACKAGE_VERSION ""
  4575. | #define PACKAGE_STRING ""
  4576. | #define PACKAGE_BUGREPORT ""
  4577. | #define PACKAGE_URL ""
  4578. | #define STDC_HEADERS 1
  4579. | #define HAVE_SYS_TYPES_H 1
  4580. | #define HAVE_SYS_STAT_H 1
  4581. | #define HAVE_STDLIB_H 1
  4582. | #define HAVE_STRING_H 1
  4583. | #define HAVE_MEMORY_H 1
  4584. | #define HAVE_STRINGS_H 1
  4585. | #define HAVE_INTTYPES_H 1
  4586. | #define HAVE_STDINT_H 1
  4587. | #define HAVE_UNISTD_H 1
  4588. | #define __EXTENSIONS__ 1
  4589. | #define _ALL_SOURCE 1
  4590. | #define _GNU_SOURCE 1
  4591. | #define _POSIX_PTHREAD_SEMANTICS 1
  4592. | #define _TANDEM_SOURCE 1
  4593. | #define HAVE_DEV_URANDOM 1
  4594. | #define HAVE_GCC_GLOBAL_REGS 1
  4595. | #define HAVE_HUGE_VAL_INF 1
  4596. | #define HAVE_CPUID_COUNT 1
  4597. | #define GWINSZ_IN_SYS_IOCTL 1
  4598. | #define HAVE_PHPDBG 1
  4599. | #define PHPDBG_DEBUG 0
  4600. | #define HAVE_SOCKLEN_T 1
  4601. | #define PHP_WRITE_STDOUT 1
  4602. | #define HAVE_SOCKET 1
  4603. | #define HAVE_SOCKETPAIR 1
  4604. | #define HAVE_HTONL 1
  4605. | #define HAVE_GETHOSTNAME 1
  4606. | #define HAVE_GETHOSTBYADDR 1
  4607. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  4608. | #define HAVE_LIBNSL 1
  4609. | #define HAVE_DLOPEN 1
  4610. | #define HAVE_LIBDL 1
  4611. | #define HAVE_LIBDL 1
  4612. | #define HAVE_LIBM 1
  4613. | #define HAVE_INET_ATON 1
  4614. | #define STDC_HEADERS 1
  4615. | #define HAVE_DIRENT_H 1
  4616. | #define HAVE_INTTYPES_H 1
  4617. | #define HAVE_STDINT_H 1
  4618. | #define HAVE_DIRENT_H 1
  4619. | #define HAVE_SYS_PARAM_H 1
  4620. | #define HAVE_SYS_TYPES_H 1
  4621. | #define HAVE_SYS_TIME_H 1
  4622. | #define HAVE_NETINET_IN_H 1
  4623. | #define HAVE_ALLOCA_H 1
  4624. | #define HAVE_ARPA_INET_H 1
  4625. | #define HAVE_ARPA_NAMESER_H 1
  4626. | #define HAVE_ASSERT_H 1
  4627. | #define HAVE_CRYPT_H 1
  4628. | #define HAVE_FCNTL_H 1
  4629. | #define HAVE_GRP_H 1
  4630. | #define HAVE_LANGINFO_H 1
  4631. | #define HAVE_LIMITS_H 1
  4632. | #define HAVE_LOCALE_H 1
  4633. | #define HAVE_MONETARY_H 1
  4634. | #define HAVE_NETDB_H 1
  4635. | #define HAVE_POLL_H 1
  4636. | #define HAVE_PWD_H 1
  4637. | #define HAVE_RESOLV_H 1
  4638. | #define HAVE_SIGNAL_H 1
  4639. | #define HAVE_STDARG_H 1
  4640. | #define HAVE_STDLIB_H 1
  4641. | #define HAVE_STRING_H 1
  4642. | #define HAVE_SYSLOG_H 1
  4643. | #define HAVE_SYSEXITS_H 1
  4644. | #define HAVE_SYS_IOCTL_H 1
  4645. | #define HAVE_SYS_FILE_H 1
  4646. | #define HAVE_SYS_MMAN_H 1
  4647. | #define HAVE_SYS_MOUNT_H 1
  4648. | #define HAVE_SYS_POLL_H 1
  4649. | #define HAVE_SYS_RESOURCE_H 1
  4650. | #define HAVE_SYS_SELECT_H 1
  4651. | #define HAVE_SYS_SOCKET_H 1
  4652. | #define HAVE_SYS_STAT_H 1
  4653. | #define HAVE_SYS_STATFS_H 1
  4654. | #define HAVE_SYS_STATVFS_H 1
  4655. | #define HAVE_SYS_VFS_H 1
  4656. | #define HAVE_SYS_WAIT_H 1
  4657. | #define HAVE_TERMIOS_H 1
  4658. | #define HAVE_UNISTD_H 1
  4659. | #define HAVE_UTIME_H 1
  4660. | #define HAVE_SYS_UTSNAME_H 1
  4661. | #define HAVE_SYS_IPC_H 1
  4662. | #define HAVE_DLFCN_H 1
  4663. | #define HAVE_ASSERT_H 1
  4664. | #define HAVE_TMMINTRIN_H 1
  4665. | #define HAVE_NMMINTRIN_H 1
  4666. | #define HAVE_IMMINTRIN_H 1
  4667. | #define HAVE_FOPENCOOKIE 1
  4668. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  4669. | #define COOKIE_SEEKER_USES_OFF64_T 1
  4670. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  4671. | #define HAVE_STRUCT_TM_TM_ZONE 1
  4672. | #define HAVE_TM_ZONE 1
  4673. | #define MISSING_FCLOSE_DECL 0
  4674. | #define HAVE_TM_GMTOFF 1
  4675. | #define HAVE_STRUCT_FLOCK 1
  4676. | #define HAVE_SOCKLEN_T 1
  4677. | #define SIZEOF_SIZE_T 8
  4678. | #define SIZEOF_LONG_LONG 8
  4679. | #define SIZEOF_LONG_LONG_INT 8
  4680. | #define SIZEOF_LONG 8
  4681. | #define SIZEOF_INT 4
  4682. | #define SIZEOF_INTMAX_T 8
  4683. | #define HAVE_INTMAX_T 1
  4684. | #define SIZEOF_SSIZE_T 8
  4685. | #define HAVE_SSIZE_T 1
  4686. | #define SIZEOF_PTRDIFF_T 8
  4687. | #define HAVE_PTRDIFF_T 1
  4688. | #define SIZEOF_SHORT 2
  4689. | #define SIZEOF_INT 4
  4690. | #define SIZEOF_LONG 8
  4691. | #define SIZEOF_LONG_LONG 8
  4692. | #define HAVE_INT8_T 1
  4693. | #define HAVE_INT16_T 1
  4694. | #define HAVE_INT32_T 1
  4695. | #define HAVE_INT64_T 1
  4696. | /* end confdefs.h. */
  4697. |
  4698. | #if HAVE_STDINT_H
  4699. | # include <stdint.h>
  4700. | #endif
  4701. | #if HAVE_SYS_TYPES_H
  4702. | # include <sys/types.h>
  4703. | #endif
  4704. |
  4705. |
  4706. | int
  4707. | main ()
  4708. | {
  4709. | if (sizeof ((uint8_t)))
  4710. | return 0;
  4711. | ;
  4712. | return 0;
  4713. | }
  4714. configure:13834: result: yes
  4715. configure:13851: checking for uint16_t
  4716. configure:13851: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  4717. configure:13851: $? = 0
  4718. configure:13851: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  4719. conftest.c: In function 'main':
  4720. conftest.c:140:23: error: expected expression before ')' token
  4721. if (sizeof ((uint16_t)))
  4722. ^
  4723. configure:13851: $? = 1
  4724. configure: failed program was:
  4725. | /* confdefs.h */
  4726. | #define PACKAGE_NAME ""
  4727. | #define PACKAGE_TARNAME ""
  4728. | #define PACKAGE_VERSION ""
  4729. | #define PACKAGE_STRING ""
  4730. | #define PACKAGE_BUGREPORT ""
  4731. | #define PACKAGE_URL ""
  4732. | #define STDC_HEADERS 1
  4733. | #define HAVE_SYS_TYPES_H 1
  4734. | #define HAVE_SYS_STAT_H 1
  4735. | #define HAVE_STDLIB_H 1
  4736. | #define HAVE_STRING_H 1
  4737. | #define HAVE_MEMORY_H 1
  4738. | #define HAVE_STRINGS_H 1
  4739. | #define HAVE_INTTYPES_H 1
  4740. | #define HAVE_STDINT_H 1
  4741. | #define HAVE_UNISTD_H 1
  4742. | #define __EXTENSIONS__ 1
  4743. | #define _ALL_SOURCE 1
  4744. | #define _GNU_SOURCE 1
  4745. | #define _POSIX_PTHREAD_SEMANTICS 1
  4746. | #define _TANDEM_SOURCE 1
  4747. | #define HAVE_DEV_URANDOM 1
  4748. | #define HAVE_GCC_GLOBAL_REGS 1
  4749. | #define HAVE_HUGE_VAL_INF 1
  4750. | #define HAVE_CPUID_COUNT 1
  4751. | #define GWINSZ_IN_SYS_IOCTL 1
  4752. | #define HAVE_PHPDBG 1
  4753. | #define PHPDBG_DEBUG 0
  4754. | #define HAVE_SOCKLEN_T 1
  4755. | #define PHP_WRITE_STDOUT 1
  4756. | #define HAVE_SOCKET 1
  4757. | #define HAVE_SOCKETPAIR 1
  4758. | #define HAVE_HTONL 1
  4759. | #define HAVE_GETHOSTNAME 1
  4760. | #define HAVE_GETHOSTBYADDR 1
  4761. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  4762. | #define HAVE_LIBNSL 1
  4763. | #define HAVE_DLOPEN 1
  4764. | #define HAVE_LIBDL 1
  4765. | #define HAVE_LIBDL 1
  4766. | #define HAVE_LIBM 1
  4767. | #define HAVE_INET_ATON 1
  4768. | #define STDC_HEADERS 1
  4769. | #define HAVE_DIRENT_H 1
  4770. | #define HAVE_INTTYPES_H 1
  4771. | #define HAVE_STDINT_H 1
  4772. | #define HAVE_DIRENT_H 1
  4773. | #define HAVE_SYS_PARAM_H 1
  4774. | #define HAVE_SYS_TYPES_H 1
  4775. | #define HAVE_SYS_TIME_H 1
  4776. | #define HAVE_NETINET_IN_H 1
  4777. | #define HAVE_ALLOCA_H 1
  4778. | #define HAVE_ARPA_INET_H 1
  4779. | #define HAVE_ARPA_NAMESER_H 1
  4780. | #define HAVE_ASSERT_H 1
  4781. | #define HAVE_CRYPT_H 1
  4782. | #define HAVE_FCNTL_H 1
  4783. | #define HAVE_GRP_H 1
  4784. | #define HAVE_LANGINFO_H 1
  4785. | #define HAVE_LIMITS_H 1
  4786. | #define HAVE_LOCALE_H 1
  4787. | #define HAVE_MONETARY_H 1
  4788. | #define HAVE_NETDB_H 1
  4789. | #define HAVE_POLL_H 1
  4790. | #define HAVE_PWD_H 1
  4791. | #define HAVE_RESOLV_H 1
  4792. | #define HAVE_SIGNAL_H 1
  4793. | #define HAVE_STDARG_H 1
  4794. | #define HAVE_STDLIB_H 1
  4795. | #define HAVE_STRING_H 1
  4796. | #define HAVE_SYSLOG_H 1
  4797. | #define HAVE_SYSEXITS_H 1
  4798. | #define HAVE_SYS_IOCTL_H 1
  4799. | #define HAVE_SYS_FILE_H 1
  4800. | #define HAVE_SYS_MMAN_H 1
  4801. | #define HAVE_SYS_MOUNT_H 1
  4802. | #define HAVE_SYS_POLL_H 1
  4803. | #define HAVE_SYS_RESOURCE_H 1
  4804. | #define HAVE_SYS_SELECT_H 1
  4805. | #define HAVE_SYS_SOCKET_H 1
  4806. | #define HAVE_SYS_STAT_H 1
  4807. | #define HAVE_SYS_STATFS_H 1
  4808. | #define HAVE_SYS_STATVFS_H 1
  4809. | #define HAVE_SYS_VFS_H 1
  4810. | #define HAVE_SYS_WAIT_H 1
  4811. | #define HAVE_TERMIOS_H 1
  4812. | #define HAVE_UNISTD_H 1
  4813. | #define HAVE_UTIME_H 1
  4814. | #define HAVE_SYS_UTSNAME_H 1
  4815. | #define HAVE_SYS_IPC_H 1
  4816. | #define HAVE_DLFCN_H 1
  4817. | #define HAVE_ASSERT_H 1
  4818. | #define HAVE_TMMINTRIN_H 1
  4819. | #define HAVE_NMMINTRIN_H 1
  4820. | #define HAVE_IMMINTRIN_H 1
  4821. | #define HAVE_FOPENCOOKIE 1
  4822. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  4823. | #define COOKIE_SEEKER_USES_OFF64_T 1
  4824. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  4825. | #define HAVE_STRUCT_TM_TM_ZONE 1
  4826. | #define HAVE_TM_ZONE 1
  4827. | #define MISSING_FCLOSE_DECL 0
  4828. | #define HAVE_TM_GMTOFF 1
  4829. | #define HAVE_STRUCT_FLOCK 1
  4830. | #define HAVE_SOCKLEN_T 1
  4831. | #define SIZEOF_SIZE_T 8
  4832. | #define SIZEOF_LONG_LONG 8
  4833. | #define SIZEOF_LONG_LONG_INT 8
  4834. | #define SIZEOF_LONG 8
  4835. | #define SIZEOF_INT 4
  4836. | #define SIZEOF_INTMAX_T 8
  4837. | #define HAVE_INTMAX_T 1
  4838. | #define SIZEOF_SSIZE_T 8
  4839. | #define HAVE_SSIZE_T 1
  4840. | #define SIZEOF_PTRDIFF_T 8
  4841. | #define HAVE_PTRDIFF_T 1
  4842. | #define SIZEOF_SHORT 2
  4843. | #define SIZEOF_INT 4
  4844. | #define SIZEOF_LONG 8
  4845. | #define SIZEOF_LONG_LONG 8
  4846. | #define HAVE_INT8_T 1
  4847. | #define HAVE_INT16_T 1
  4848. | #define HAVE_INT32_T 1
  4849. | #define HAVE_INT64_T 1
  4850. | #define HAVE_UINT8_T 1
  4851. | /* end confdefs.h. */
  4852. |
  4853. | #if HAVE_STDINT_H
  4854. | # include <stdint.h>
  4855. | #endif
  4856. | #if HAVE_SYS_TYPES_H
  4857. | # include <sys/types.h>
  4858. | #endif
  4859. |
  4860. |
  4861. | int
  4862. | main ()
  4863. | {
  4864. | if (sizeof ((uint16_t)))
  4865. | return 0;
  4866. | ;
  4867. | return 0;
  4868. | }
  4869. configure:13851: result: yes
  4870. configure:13868: checking for uint32_t
  4871. configure:13868: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  4872. configure:13868: $? = 0
  4873. configure:13868: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  4874. conftest.c: In function 'main':
  4875. conftest.c:141:23: error: expected expression before ')' token
  4876. if (sizeof ((uint32_t)))
  4877. ^
  4878. configure:13868: $? = 1
  4879. configure: failed program was:
  4880. | /* confdefs.h */
  4881. | #define PACKAGE_NAME ""
  4882. | #define PACKAGE_TARNAME ""
  4883. | #define PACKAGE_VERSION ""
  4884. | #define PACKAGE_STRING ""
  4885. | #define PACKAGE_BUGREPORT ""
  4886. | #define PACKAGE_URL ""
  4887. | #define STDC_HEADERS 1
  4888. | #define HAVE_SYS_TYPES_H 1
  4889. | #define HAVE_SYS_STAT_H 1
  4890. | #define HAVE_STDLIB_H 1
  4891. | #define HAVE_STRING_H 1
  4892. | #define HAVE_MEMORY_H 1
  4893. | #define HAVE_STRINGS_H 1
  4894. | #define HAVE_INTTYPES_H 1
  4895. | #define HAVE_STDINT_H 1
  4896. | #define HAVE_UNISTD_H 1
  4897. | #define __EXTENSIONS__ 1
  4898. | #define _ALL_SOURCE 1
  4899. | #define _GNU_SOURCE 1
  4900. | #define _POSIX_PTHREAD_SEMANTICS 1
  4901. | #define _TANDEM_SOURCE 1
  4902. | #define HAVE_DEV_URANDOM 1
  4903. | #define HAVE_GCC_GLOBAL_REGS 1
  4904. | #define HAVE_HUGE_VAL_INF 1
  4905. | #define HAVE_CPUID_COUNT 1
  4906. | #define GWINSZ_IN_SYS_IOCTL 1
  4907. | #define HAVE_PHPDBG 1
  4908. | #define PHPDBG_DEBUG 0
  4909. | #define HAVE_SOCKLEN_T 1
  4910. | #define PHP_WRITE_STDOUT 1
  4911. | #define HAVE_SOCKET 1
  4912. | #define HAVE_SOCKETPAIR 1
  4913. | #define HAVE_HTONL 1
  4914. | #define HAVE_GETHOSTNAME 1
  4915. | #define HAVE_GETHOSTBYADDR 1
  4916. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  4917. | #define HAVE_LIBNSL 1
  4918. | #define HAVE_DLOPEN 1
  4919. | #define HAVE_LIBDL 1
  4920. | #define HAVE_LIBDL 1
  4921. | #define HAVE_LIBM 1
  4922. | #define HAVE_INET_ATON 1
  4923. | #define STDC_HEADERS 1
  4924. | #define HAVE_DIRENT_H 1
  4925. | #define HAVE_INTTYPES_H 1
  4926. | #define HAVE_STDINT_H 1
  4927. | #define HAVE_DIRENT_H 1
  4928. | #define HAVE_SYS_PARAM_H 1
  4929. | #define HAVE_SYS_TYPES_H 1
  4930. | #define HAVE_SYS_TIME_H 1
  4931. | #define HAVE_NETINET_IN_H 1
  4932. | #define HAVE_ALLOCA_H 1
  4933. | #define HAVE_ARPA_INET_H 1
  4934. | #define HAVE_ARPA_NAMESER_H 1
  4935. | #define HAVE_ASSERT_H 1
  4936. | #define HAVE_CRYPT_H 1
  4937. | #define HAVE_FCNTL_H 1
  4938. | #define HAVE_GRP_H 1
  4939. | #define HAVE_LANGINFO_H 1
  4940. | #define HAVE_LIMITS_H 1
  4941. | #define HAVE_LOCALE_H 1
  4942. | #define HAVE_MONETARY_H 1
  4943. | #define HAVE_NETDB_H 1
  4944. | #define HAVE_POLL_H 1
  4945. | #define HAVE_PWD_H 1
  4946. | #define HAVE_RESOLV_H 1
  4947. | #define HAVE_SIGNAL_H 1
  4948. | #define HAVE_STDARG_H 1
  4949. | #define HAVE_STDLIB_H 1
  4950. | #define HAVE_STRING_H 1
  4951. | #define HAVE_SYSLOG_H 1
  4952. | #define HAVE_SYSEXITS_H 1
  4953. | #define HAVE_SYS_IOCTL_H 1
  4954. | #define HAVE_SYS_FILE_H 1
  4955. | #define HAVE_SYS_MMAN_H 1
  4956. | #define HAVE_SYS_MOUNT_H 1
  4957. | #define HAVE_SYS_POLL_H 1
  4958. | #define HAVE_SYS_RESOURCE_H 1
  4959. | #define HAVE_SYS_SELECT_H 1
  4960. | #define HAVE_SYS_SOCKET_H 1
  4961. | #define HAVE_SYS_STAT_H 1
  4962. | #define HAVE_SYS_STATFS_H 1
  4963. | #define HAVE_SYS_STATVFS_H 1
  4964. | #define HAVE_SYS_VFS_H 1
  4965. | #define HAVE_SYS_WAIT_H 1
  4966. | #define HAVE_TERMIOS_H 1
  4967. | #define HAVE_UNISTD_H 1
  4968. | #define HAVE_UTIME_H 1
  4969. | #define HAVE_SYS_UTSNAME_H 1
  4970. | #define HAVE_SYS_IPC_H 1
  4971. | #define HAVE_DLFCN_H 1
  4972. | #define HAVE_ASSERT_H 1
  4973. | #define HAVE_TMMINTRIN_H 1
  4974. | #define HAVE_NMMINTRIN_H 1
  4975. | #define HAVE_IMMINTRIN_H 1
  4976. | #define HAVE_FOPENCOOKIE 1
  4977. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  4978. | #define COOKIE_SEEKER_USES_OFF64_T 1
  4979. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  4980. | #define HAVE_STRUCT_TM_TM_ZONE 1
  4981. | #define HAVE_TM_ZONE 1
  4982. | #define MISSING_FCLOSE_DECL 0
  4983. | #define HAVE_TM_GMTOFF 1
  4984. | #define HAVE_STRUCT_FLOCK 1
  4985. | #define HAVE_SOCKLEN_T 1
  4986. | #define SIZEOF_SIZE_T 8
  4987. | #define SIZEOF_LONG_LONG 8
  4988. | #define SIZEOF_LONG_LONG_INT 8
  4989. | #define SIZEOF_LONG 8
  4990. | #define SIZEOF_INT 4
  4991. | #define SIZEOF_INTMAX_T 8
  4992. | #define HAVE_INTMAX_T 1
  4993. | #define SIZEOF_SSIZE_T 8
  4994. | #define HAVE_SSIZE_T 1
  4995. | #define SIZEOF_PTRDIFF_T 8
  4996. | #define HAVE_PTRDIFF_T 1
  4997. | #define SIZEOF_SHORT 2
  4998. | #define SIZEOF_INT 4
  4999. | #define SIZEOF_LONG 8
  5000. | #define SIZEOF_LONG_LONG 8
  5001. | #define HAVE_INT8_T 1
  5002. | #define HAVE_INT16_T 1
  5003. | #define HAVE_INT32_T 1
  5004. | #define HAVE_INT64_T 1
  5005. | #define HAVE_UINT8_T 1
  5006. | #define HAVE_UINT16_T 1
  5007. | /* end confdefs.h. */
  5008. |
  5009. | #if HAVE_STDINT_H
  5010. | # include <stdint.h>
  5011. | #endif
  5012. | #if HAVE_SYS_TYPES_H
  5013. | # include <sys/types.h>
  5014. | #endif
  5015. |
  5016. |
  5017. | int
  5018. | main ()
  5019. | {
  5020. | if (sizeof ((uint32_t)))
  5021. | return 0;
  5022. | ;
  5023. | return 0;
  5024. | }
  5025. configure:13868: result: yes
  5026. configure:13885: checking for uint64_t
  5027. configure:13885: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  5028. configure:13885: $? = 0
  5029. configure:13885: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  5030. conftest.c: In function 'main':
  5031. conftest.c:142:23: error: expected expression before ')' token
  5032. if (sizeof ((uint64_t)))
  5033. ^
  5034. configure:13885: $? = 1
  5035. configure: failed program was:
  5036. | /* confdefs.h */
  5037. | #define PACKAGE_NAME ""
  5038. | #define PACKAGE_TARNAME ""
  5039. | #define PACKAGE_VERSION ""
  5040. | #define PACKAGE_STRING ""
  5041. | #define PACKAGE_BUGREPORT ""
  5042. | #define PACKAGE_URL ""
  5043. | #define STDC_HEADERS 1
  5044. | #define HAVE_SYS_TYPES_H 1
  5045. | #define HAVE_SYS_STAT_H 1
  5046. | #define HAVE_STDLIB_H 1
  5047. | #define HAVE_STRING_H 1
  5048. | #define HAVE_MEMORY_H 1
  5049. | #define HAVE_STRINGS_H 1
  5050. | #define HAVE_INTTYPES_H 1
  5051. | #define HAVE_STDINT_H 1
  5052. | #define HAVE_UNISTD_H 1
  5053. | #define __EXTENSIONS__ 1
  5054. | #define _ALL_SOURCE 1
  5055. | #define _GNU_SOURCE 1
  5056. | #define _POSIX_PTHREAD_SEMANTICS 1
  5057. | #define _TANDEM_SOURCE 1
  5058. | #define HAVE_DEV_URANDOM 1
  5059. | #define HAVE_GCC_GLOBAL_REGS 1
  5060. | #define HAVE_HUGE_VAL_INF 1
  5061. | #define HAVE_CPUID_COUNT 1
  5062. | #define GWINSZ_IN_SYS_IOCTL 1
  5063. | #define HAVE_PHPDBG 1
  5064. | #define PHPDBG_DEBUG 0
  5065. | #define HAVE_SOCKLEN_T 1
  5066. | #define PHP_WRITE_STDOUT 1
  5067. | #define HAVE_SOCKET 1
  5068. | #define HAVE_SOCKETPAIR 1
  5069. | #define HAVE_HTONL 1
  5070. | #define HAVE_GETHOSTNAME 1
  5071. | #define HAVE_GETHOSTBYADDR 1
  5072. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  5073. | #define HAVE_LIBNSL 1
  5074. | #define HAVE_DLOPEN 1
  5075. | #define HAVE_LIBDL 1
  5076. | #define HAVE_LIBDL 1
  5077. | #define HAVE_LIBM 1
  5078. | #define HAVE_INET_ATON 1
  5079. | #define STDC_HEADERS 1
  5080. | #define HAVE_DIRENT_H 1
  5081. | #define HAVE_INTTYPES_H 1
  5082. | #define HAVE_STDINT_H 1
  5083. | #define HAVE_DIRENT_H 1
  5084. | #define HAVE_SYS_PARAM_H 1
  5085. | #define HAVE_SYS_TYPES_H 1
  5086. | #define HAVE_SYS_TIME_H 1
  5087. | #define HAVE_NETINET_IN_H 1
  5088. | #define HAVE_ALLOCA_H 1
  5089. | #define HAVE_ARPA_INET_H 1
  5090. | #define HAVE_ARPA_NAMESER_H 1
  5091. | #define HAVE_ASSERT_H 1
  5092. | #define HAVE_CRYPT_H 1
  5093. | #define HAVE_FCNTL_H 1
  5094. | #define HAVE_GRP_H 1
  5095. | #define HAVE_LANGINFO_H 1
  5096. | #define HAVE_LIMITS_H 1
  5097. | #define HAVE_LOCALE_H 1
  5098. | #define HAVE_MONETARY_H 1
  5099. | #define HAVE_NETDB_H 1
  5100. | #define HAVE_POLL_H 1
  5101. | #define HAVE_PWD_H 1
  5102. | #define HAVE_RESOLV_H 1
  5103. | #define HAVE_SIGNAL_H 1
  5104. | #define HAVE_STDARG_H 1
  5105. | #define HAVE_STDLIB_H 1
  5106. | #define HAVE_STRING_H 1
  5107. | #define HAVE_SYSLOG_H 1
  5108. | #define HAVE_SYSEXITS_H 1
  5109. | #define HAVE_SYS_IOCTL_H 1
  5110. | #define HAVE_SYS_FILE_H 1
  5111. | #define HAVE_SYS_MMAN_H 1
  5112. | #define HAVE_SYS_MOUNT_H 1
  5113. | #define HAVE_SYS_POLL_H 1
  5114. | #define HAVE_SYS_RESOURCE_H 1
  5115. | #define HAVE_SYS_SELECT_H 1
  5116. | #define HAVE_SYS_SOCKET_H 1
  5117. | #define HAVE_SYS_STAT_H 1
  5118. | #define HAVE_SYS_STATFS_H 1
  5119. | #define HAVE_SYS_STATVFS_H 1
  5120. | #define HAVE_SYS_VFS_H 1
  5121. | #define HAVE_SYS_WAIT_H 1
  5122. | #define HAVE_TERMIOS_H 1
  5123. | #define HAVE_UNISTD_H 1
  5124. | #define HAVE_UTIME_H 1
  5125. | #define HAVE_SYS_UTSNAME_H 1
  5126. | #define HAVE_SYS_IPC_H 1
  5127. | #define HAVE_DLFCN_H 1
  5128. | #define HAVE_ASSERT_H 1
  5129. | #define HAVE_TMMINTRIN_H 1
  5130. | #define HAVE_NMMINTRIN_H 1
  5131. | #define HAVE_IMMINTRIN_H 1
  5132. | #define HAVE_FOPENCOOKIE 1
  5133. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  5134. | #define COOKIE_SEEKER_USES_OFF64_T 1
  5135. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  5136. | #define HAVE_STRUCT_TM_TM_ZONE 1
  5137. | #define HAVE_TM_ZONE 1
  5138. | #define MISSING_FCLOSE_DECL 0
  5139. | #define HAVE_TM_GMTOFF 1
  5140. | #define HAVE_STRUCT_FLOCK 1
  5141. | #define HAVE_SOCKLEN_T 1
  5142. | #define SIZEOF_SIZE_T 8
  5143. | #define SIZEOF_LONG_LONG 8
  5144. | #define SIZEOF_LONG_LONG_INT 8
  5145. | #define SIZEOF_LONG 8
  5146. | #define SIZEOF_INT 4
  5147. | #define SIZEOF_INTMAX_T 8
  5148. | #define HAVE_INTMAX_T 1
  5149. | #define SIZEOF_SSIZE_T 8
  5150. | #define HAVE_SSIZE_T 1
  5151. | #define SIZEOF_PTRDIFF_T 8
  5152. | #define HAVE_PTRDIFF_T 1
  5153. | #define SIZEOF_SHORT 2
  5154. | #define SIZEOF_INT 4
  5155. | #define SIZEOF_LONG 8
  5156. | #define SIZEOF_LONG_LONG 8
  5157. | #define HAVE_INT8_T 1
  5158. | #define HAVE_INT16_T 1
  5159. | #define HAVE_INT32_T 1
  5160. | #define HAVE_INT64_T 1
  5161. | #define HAVE_UINT8_T 1
  5162. | #define HAVE_UINT16_T 1
  5163. | #define HAVE_UINT32_T 1
  5164. | /* end confdefs.h. */
  5165. |
  5166. | #if HAVE_STDINT_H
  5167. | # include <stdint.h>
  5168. | #endif
  5169. | #if HAVE_SYS_TYPES_H
  5170. | # include <sys/types.h>
  5171. | #endif
  5172. |
  5173. |
  5174. | int
  5175. | main ()
  5176. | {
  5177. | if (sizeof ((uint64_t)))
  5178. | return 0;
  5179. | ;
  5180. | return 0;
  5181. | }
  5182. configure:13885: result: yes
  5183. configure:13902: checking for u_int8_t
  5184. configure:13902: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  5185. configure:13902: $? = 0
  5186. configure:13902: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  5187. conftest.c: In function 'main':
  5188. conftest.c:143:23: error: expected expression before ')' token
  5189. if (sizeof ((u_int8_t)))
  5190. ^
  5191. configure:13902: $? = 1
  5192. configure: failed program was:
  5193. | /* confdefs.h */
  5194. | #define PACKAGE_NAME ""
  5195. | #define PACKAGE_TARNAME ""
  5196. | #define PACKAGE_VERSION ""
  5197. | #define PACKAGE_STRING ""
  5198. | #define PACKAGE_BUGREPORT ""
  5199. | #define PACKAGE_URL ""
  5200. | #define STDC_HEADERS 1
  5201. | #define HAVE_SYS_TYPES_H 1
  5202. | #define HAVE_SYS_STAT_H 1
  5203. | #define HAVE_STDLIB_H 1
  5204. | #define HAVE_STRING_H 1
  5205. | #define HAVE_MEMORY_H 1
  5206. | #define HAVE_STRINGS_H 1
  5207. | #define HAVE_INTTYPES_H 1
  5208. | #define HAVE_STDINT_H 1
  5209. | #define HAVE_UNISTD_H 1
  5210. | #define __EXTENSIONS__ 1
  5211. | #define _ALL_SOURCE 1
  5212. | #define _GNU_SOURCE 1
  5213. | #define _POSIX_PTHREAD_SEMANTICS 1
  5214. | #define _TANDEM_SOURCE 1
  5215. | #define HAVE_DEV_URANDOM 1
  5216. | #define HAVE_GCC_GLOBAL_REGS 1
  5217. | #define HAVE_HUGE_VAL_INF 1
  5218. | #define HAVE_CPUID_COUNT 1
  5219. | #define GWINSZ_IN_SYS_IOCTL 1
  5220. | #define HAVE_PHPDBG 1
  5221. | #define PHPDBG_DEBUG 0
  5222. | #define HAVE_SOCKLEN_T 1
  5223. | #define PHP_WRITE_STDOUT 1
  5224. | #define HAVE_SOCKET 1
  5225. | #define HAVE_SOCKETPAIR 1
  5226. | #define HAVE_HTONL 1
  5227. | #define HAVE_GETHOSTNAME 1
  5228. | #define HAVE_GETHOSTBYADDR 1
  5229. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  5230. | #define HAVE_LIBNSL 1
  5231. | #define HAVE_DLOPEN 1
  5232. | #define HAVE_LIBDL 1
  5233. | #define HAVE_LIBDL 1
  5234. | #define HAVE_LIBM 1
  5235. | #define HAVE_INET_ATON 1
  5236. | #define STDC_HEADERS 1
  5237. | #define HAVE_DIRENT_H 1
  5238. | #define HAVE_INTTYPES_H 1
  5239. | #define HAVE_STDINT_H 1
  5240. | #define HAVE_DIRENT_H 1
  5241. | #define HAVE_SYS_PARAM_H 1
  5242. | #define HAVE_SYS_TYPES_H 1
  5243. | #define HAVE_SYS_TIME_H 1
  5244. | #define HAVE_NETINET_IN_H 1
  5245. | #define HAVE_ALLOCA_H 1
  5246. | #define HAVE_ARPA_INET_H 1
  5247. | #define HAVE_ARPA_NAMESER_H 1
  5248. | #define HAVE_ASSERT_H 1
  5249. | #define HAVE_CRYPT_H 1
  5250. | #define HAVE_FCNTL_H 1
  5251. | #define HAVE_GRP_H 1
  5252. | #define HAVE_LANGINFO_H 1
  5253. | #define HAVE_LIMITS_H 1
  5254. | #define HAVE_LOCALE_H 1
  5255. | #define HAVE_MONETARY_H 1
  5256. | #define HAVE_NETDB_H 1
  5257. | #define HAVE_POLL_H 1
  5258. | #define HAVE_PWD_H 1
  5259. | #define HAVE_RESOLV_H 1
  5260. | #define HAVE_SIGNAL_H 1
  5261. | #define HAVE_STDARG_H 1
  5262. | #define HAVE_STDLIB_H 1
  5263. | #define HAVE_STRING_H 1
  5264. | #define HAVE_SYSLOG_H 1
  5265. | #define HAVE_SYSEXITS_H 1
  5266. | #define HAVE_SYS_IOCTL_H 1
  5267. | #define HAVE_SYS_FILE_H 1
  5268. | #define HAVE_SYS_MMAN_H 1
  5269. | #define HAVE_SYS_MOUNT_H 1
  5270. | #define HAVE_SYS_POLL_H 1
  5271. | #define HAVE_SYS_RESOURCE_H 1
  5272. | #define HAVE_SYS_SELECT_H 1
  5273. | #define HAVE_SYS_SOCKET_H 1
  5274. | #define HAVE_SYS_STAT_H 1
  5275. | #define HAVE_SYS_STATFS_H 1
  5276. | #define HAVE_SYS_STATVFS_H 1
  5277. | #define HAVE_SYS_VFS_H 1
  5278. | #define HAVE_SYS_WAIT_H 1
  5279. | #define HAVE_TERMIOS_H 1
  5280. | #define HAVE_UNISTD_H 1
  5281. | #define HAVE_UTIME_H 1
  5282. | #define HAVE_SYS_UTSNAME_H 1
  5283. | #define HAVE_SYS_IPC_H 1
  5284. | #define HAVE_DLFCN_H 1
  5285. | #define HAVE_ASSERT_H 1
  5286. | #define HAVE_TMMINTRIN_H 1
  5287. | #define HAVE_NMMINTRIN_H 1
  5288. | #define HAVE_IMMINTRIN_H 1
  5289. | #define HAVE_FOPENCOOKIE 1
  5290. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  5291. | #define COOKIE_SEEKER_USES_OFF64_T 1
  5292. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  5293. | #define HAVE_STRUCT_TM_TM_ZONE 1
  5294. | #define HAVE_TM_ZONE 1
  5295. | #define MISSING_FCLOSE_DECL 0
  5296. | #define HAVE_TM_GMTOFF 1
  5297. | #define HAVE_STRUCT_FLOCK 1
  5298. | #define HAVE_SOCKLEN_T 1
  5299. | #define SIZEOF_SIZE_T 8
  5300. | #define SIZEOF_LONG_LONG 8
  5301. | #define SIZEOF_LONG_LONG_INT 8
  5302. | #define SIZEOF_LONG 8
  5303. | #define SIZEOF_INT 4
  5304. | #define SIZEOF_INTMAX_T 8
  5305. | #define HAVE_INTMAX_T 1
  5306. | #define SIZEOF_SSIZE_T 8
  5307. | #define HAVE_SSIZE_T 1
  5308. | #define SIZEOF_PTRDIFF_T 8
  5309. | #define HAVE_PTRDIFF_T 1
  5310. | #define SIZEOF_SHORT 2
  5311. | #define SIZEOF_INT 4
  5312. | #define SIZEOF_LONG 8
  5313. | #define SIZEOF_LONG_LONG 8
  5314. | #define HAVE_INT8_T 1
  5315. | #define HAVE_INT16_T 1
  5316. | #define HAVE_INT32_T 1
  5317. | #define HAVE_INT64_T 1
  5318. | #define HAVE_UINT8_T 1
  5319. | #define HAVE_UINT16_T 1
  5320. | #define HAVE_UINT32_T 1
  5321. | #define HAVE_UINT64_T 1
  5322. | /* end confdefs.h. */
  5323. |
  5324. | #if HAVE_STDINT_H
  5325. | # include <stdint.h>
  5326. | #endif
  5327. | #if HAVE_SYS_TYPES_H
  5328. | # include <sys/types.h>
  5329. | #endif
  5330. |
  5331. |
  5332. | int
  5333. | main ()
  5334. | {
  5335. | if (sizeof ((u_int8_t)))
  5336. | return 0;
  5337. | ;
  5338. | return 0;
  5339. | }
  5340. configure:13902: result: yes
  5341. configure:13919: checking for u_int16_t
  5342. configure:13919: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  5343. configure:13919: $? = 0
  5344. configure:13919: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  5345. conftest.c: In function 'main':
  5346. conftest.c:144:24: error: expected expression before ')' token
  5347. if (sizeof ((u_int16_t)))
  5348. ^
  5349. configure:13919: $? = 1
  5350. configure: failed program was:
  5351. | /* confdefs.h */
  5352. | #define PACKAGE_NAME ""
  5353. | #define PACKAGE_TARNAME ""
  5354. | #define PACKAGE_VERSION ""
  5355. | #define PACKAGE_STRING ""
  5356. | #define PACKAGE_BUGREPORT ""
  5357. | #define PACKAGE_URL ""
  5358. | #define STDC_HEADERS 1
  5359. | #define HAVE_SYS_TYPES_H 1
  5360. | #define HAVE_SYS_STAT_H 1
  5361. | #define HAVE_STDLIB_H 1
  5362. | #define HAVE_STRING_H 1
  5363. | #define HAVE_MEMORY_H 1
  5364. | #define HAVE_STRINGS_H 1
  5365. | #define HAVE_INTTYPES_H 1
  5366. | #define HAVE_STDINT_H 1
  5367. | #define HAVE_UNISTD_H 1
  5368. | #define __EXTENSIONS__ 1
  5369. | #define _ALL_SOURCE 1
  5370. | #define _GNU_SOURCE 1
  5371. | #define _POSIX_PTHREAD_SEMANTICS 1
  5372. | #define _TANDEM_SOURCE 1
  5373. | #define HAVE_DEV_URANDOM 1
  5374. | #define HAVE_GCC_GLOBAL_REGS 1
  5375. | #define HAVE_HUGE_VAL_INF 1
  5376. | #define HAVE_CPUID_COUNT 1
  5377. | #define GWINSZ_IN_SYS_IOCTL 1
  5378. | #define HAVE_PHPDBG 1
  5379. | #define PHPDBG_DEBUG 0
  5380. | #define HAVE_SOCKLEN_T 1
  5381. | #define PHP_WRITE_STDOUT 1
  5382. | #define HAVE_SOCKET 1
  5383. | #define HAVE_SOCKETPAIR 1
  5384. | #define HAVE_HTONL 1
  5385. | #define HAVE_GETHOSTNAME 1
  5386. | #define HAVE_GETHOSTBYADDR 1
  5387. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  5388. | #define HAVE_LIBNSL 1
  5389. | #define HAVE_DLOPEN 1
  5390. | #define HAVE_LIBDL 1
  5391. | #define HAVE_LIBDL 1
  5392. | #define HAVE_LIBM 1
  5393. | #define HAVE_INET_ATON 1
  5394. | #define STDC_HEADERS 1
  5395. | #define HAVE_DIRENT_H 1
  5396. | #define HAVE_INTTYPES_H 1
  5397. | #define HAVE_STDINT_H 1
  5398. | #define HAVE_DIRENT_H 1
  5399. | #define HAVE_SYS_PARAM_H 1
  5400. | #define HAVE_SYS_TYPES_H 1
  5401. | #define HAVE_SYS_TIME_H 1
  5402. | #define HAVE_NETINET_IN_H 1
  5403. | #define HAVE_ALLOCA_H 1
  5404. | #define HAVE_ARPA_INET_H 1
  5405. | #define HAVE_ARPA_NAMESER_H 1
  5406. | #define HAVE_ASSERT_H 1
  5407. | #define HAVE_CRYPT_H 1
  5408. | #define HAVE_FCNTL_H 1
  5409. | #define HAVE_GRP_H 1
  5410. | #define HAVE_LANGINFO_H 1
  5411. | #define HAVE_LIMITS_H 1
  5412. | #define HAVE_LOCALE_H 1
  5413. | #define HAVE_MONETARY_H 1
  5414. | #define HAVE_NETDB_H 1
  5415. | #define HAVE_POLL_H 1
  5416. | #define HAVE_PWD_H 1
  5417. | #define HAVE_RESOLV_H 1
  5418. | #define HAVE_SIGNAL_H 1
  5419. | #define HAVE_STDARG_H 1
  5420. | #define HAVE_STDLIB_H 1
  5421. | #define HAVE_STRING_H 1
  5422. | #define HAVE_SYSLOG_H 1
  5423. | #define HAVE_SYSEXITS_H 1
  5424. | #define HAVE_SYS_IOCTL_H 1
  5425. | #define HAVE_SYS_FILE_H 1
  5426. | #define HAVE_SYS_MMAN_H 1
  5427. | #define HAVE_SYS_MOUNT_H 1
  5428. | #define HAVE_SYS_POLL_H 1
  5429. | #define HAVE_SYS_RESOURCE_H 1
  5430. | #define HAVE_SYS_SELECT_H 1
  5431. | #define HAVE_SYS_SOCKET_H 1
  5432. | #define HAVE_SYS_STAT_H 1
  5433. | #define HAVE_SYS_STATFS_H 1
  5434. | #define HAVE_SYS_STATVFS_H 1
  5435. | #define HAVE_SYS_VFS_H 1
  5436. | #define HAVE_SYS_WAIT_H 1
  5437. | #define HAVE_TERMIOS_H 1
  5438. | #define HAVE_UNISTD_H 1
  5439. | #define HAVE_UTIME_H 1
  5440. | #define HAVE_SYS_UTSNAME_H 1
  5441. | #define HAVE_SYS_IPC_H 1
  5442. | #define HAVE_DLFCN_H 1
  5443. | #define HAVE_ASSERT_H 1
  5444. | #define HAVE_TMMINTRIN_H 1
  5445. | #define HAVE_NMMINTRIN_H 1
  5446. | #define HAVE_IMMINTRIN_H 1
  5447. | #define HAVE_FOPENCOOKIE 1
  5448. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  5449. | #define COOKIE_SEEKER_USES_OFF64_T 1
  5450. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  5451. | #define HAVE_STRUCT_TM_TM_ZONE 1
  5452. | #define HAVE_TM_ZONE 1
  5453. | #define MISSING_FCLOSE_DECL 0
  5454. | #define HAVE_TM_GMTOFF 1
  5455. | #define HAVE_STRUCT_FLOCK 1
  5456. | #define HAVE_SOCKLEN_T 1
  5457. | #define SIZEOF_SIZE_T 8
  5458. | #define SIZEOF_LONG_LONG 8
  5459. | #define SIZEOF_LONG_LONG_INT 8
  5460. | #define SIZEOF_LONG 8
  5461. | #define SIZEOF_INT 4
  5462. | #define SIZEOF_INTMAX_T 8
  5463. | #define HAVE_INTMAX_T 1
  5464. | #define SIZEOF_SSIZE_T 8
  5465. | #define HAVE_SSIZE_T 1
  5466. | #define SIZEOF_PTRDIFF_T 8
  5467. | #define HAVE_PTRDIFF_T 1
  5468. | #define SIZEOF_SHORT 2
  5469. | #define SIZEOF_INT 4
  5470. | #define SIZEOF_LONG 8
  5471. | #define SIZEOF_LONG_LONG 8
  5472. | #define HAVE_INT8_T 1
  5473. | #define HAVE_INT16_T 1
  5474. | #define HAVE_INT32_T 1
  5475. | #define HAVE_INT64_T 1
  5476. | #define HAVE_UINT8_T 1
  5477. | #define HAVE_UINT16_T 1
  5478. | #define HAVE_UINT32_T 1
  5479. | #define HAVE_UINT64_T 1
  5480. | #define HAVE_U_INT8_T 1
  5481. | /* end confdefs.h. */
  5482. |
  5483. | #if HAVE_STDINT_H
  5484. | # include <stdint.h>
  5485. | #endif
  5486. | #if HAVE_SYS_TYPES_H
  5487. | # include <sys/types.h>
  5488. | #endif
  5489. |
  5490. |
  5491. | int
  5492. | main ()
  5493. | {
  5494. | if (sizeof ((u_int16_t)))
  5495. | return 0;
  5496. | ;
  5497. | return 0;
  5498. | }
  5499. configure:13919: result: yes
  5500. configure:13936: checking for u_int32_t
  5501. configure:13936: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  5502. configure:13936: $? = 0
  5503. configure:13936: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  5504. conftest.c: In function 'main':
  5505. conftest.c:145:24: error: expected expression before ')' token
  5506. if (sizeof ((u_int32_t)))
  5507. ^
  5508. configure:13936: $? = 1
  5509. configure: failed program was:
  5510. | /* confdefs.h */
  5511. | #define PACKAGE_NAME ""
  5512. | #define PACKAGE_TARNAME ""
  5513. | #define PACKAGE_VERSION ""
  5514. | #define PACKAGE_STRING ""
  5515. | #define PACKAGE_BUGREPORT ""
  5516. | #define PACKAGE_URL ""
  5517. | #define STDC_HEADERS 1
  5518. | #define HAVE_SYS_TYPES_H 1
  5519. | #define HAVE_SYS_STAT_H 1
  5520. | #define HAVE_STDLIB_H 1
  5521. | #define HAVE_STRING_H 1
  5522. | #define HAVE_MEMORY_H 1
  5523. | #define HAVE_STRINGS_H 1
  5524. | #define HAVE_INTTYPES_H 1
  5525. | #define HAVE_STDINT_H 1
  5526. | #define HAVE_UNISTD_H 1
  5527. | #define __EXTENSIONS__ 1
  5528. | #define _ALL_SOURCE 1
  5529. | #define _GNU_SOURCE 1
  5530. | #define _POSIX_PTHREAD_SEMANTICS 1
  5531. | #define _TANDEM_SOURCE 1
  5532. | #define HAVE_DEV_URANDOM 1
  5533. | #define HAVE_GCC_GLOBAL_REGS 1
  5534. | #define HAVE_HUGE_VAL_INF 1
  5535. | #define HAVE_CPUID_COUNT 1
  5536. | #define GWINSZ_IN_SYS_IOCTL 1
  5537. | #define HAVE_PHPDBG 1
  5538. | #define PHPDBG_DEBUG 0
  5539. | #define HAVE_SOCKLEN_T 1
  5540. | #define PHP_WRITE_STDOUT 1
  5541. | #define HAVE_SOCKET 1
  5542. | #define HAVE_SOCKETPAIR 1
  5543. | #define HAVE_HTONL 1
  5544. | #define HAVE_GETHOSTNAME 1
  5545. | #define HAVE_GETHOSTBYADDR 1
  5546. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  5547. | #define HAVE_LIBNSL 1
  5548. | #define HAVE_DLOPEN 1
  5549. | #define HAVE_LIBDL 1
  5550. | #define HAVE_LIBDL 1
  5551. | #define HAVE_LIBM 1
  5552. | #define HAVE_INET_ATON 1
  5553. | #define STDC_HEADERS 1
  5554. | #define HAVE_DIRENT_H 1
  5555. | #define HAVE_INTTYPES_H 1
  5556. | #define HAVE_STDINT_H 1
  5557. | #define HAVE_DIRENT_H 1
  5558. | #define HAVE_SYS_PARAM_H 1
  5559. | #define HAVE_SYS_TYPES_H 1
  5560. | #define HAVE_SYS_TIME_H 1
  5561. | #define HAVE_NETINET_IN_H 1
  5562. | #define HAVE_ALLOCA_H 1
  5563. | #define HAVE_ARPA_INET_H 1
  5564. | #define HAVE_ARPA_NAMESER_H 1
  5565. | #define HAVE_ASSERT_H 1
  5566. | #define HAVE_CRYPT_H 1
  5567. | #define HAVE_FCNTL_H 1
  5568. | #define HAVE_GRP_H 1
  5569. | #define HAVE_LANGINFO_H 1
  5570. | #define HAVE_LIMITS_H 1
  5571. | #define HAVE_LOCALE_H 1
  5572. | #define HAVE_MONETARY_H 1
  5573. | #define HAVE_NETDB_H 1
  5574. | #define HAVE_POLL_H 1
  5575. | #define HAVE_PWD_H 1
  5576. | #define HAVE_RESOLV_H 1
  5577. | #define HAVE_SIGNAL_H 1
  5578. | #define HAVE_STDARG_H 1
  5579. | #define HAVE_STDLIB_H 1
  5580. | #define HAVE_STRING_H 1
  5581. | #define HAVE_SYSLOG_H 1
  5582. | #define HAVE_SYSEXITS_H 1
  5583. | #define HAVE_SYS_IOCTL_H 1
  5584. | #define HAVE_SYS_FILE_H 1
  5585. | #define HAVE_SYS_MMAN_H 1
  5586. | #define HAVE_SYS_MOUNT_H 1
  5587. | #define HAVE_SYS_POLL_H 1
  5588. | #define HAVE_SYS_RESOURCE_H 1
  5589. | #define HAVE_SYS_SELECT_H 1
  5590. | #define HAVE_SYS_SOCKET_H 1
  5591. | #define HAVE_SYS_STAT_H 1
  5592. | #define HAVE_SYS_STATFS_H 1
  5593. | #define HAVE_SYS_STATVFS_H 1
  5594. | #define HAVE_SYS_VFS_H 1
  5595. | #define HAVE_SYS_WAIT_H 1
  5596. | #define HAVE_TERMIOS_H 1
  5597. | #define HAVE_UNISTD_H 1
  5598. | #define HAVE_UTIME_H 1
  5599. | #define HAVE_SYS_UTSNAME_H 1
  5600. | #define HAVE_SYS_IPC_H 1
  5601. | #define HAVE_DLFCN_H 1
  5602. | #define HAVE_ASSERT_H 1
  5603. | #define HAVE_TMMINTRIN_H 1
  5604. | #define HAVE_NMMINTRIN_H 1
  5605. | #define HAVE_IMMINTRIN_H 1
  5606. | #define HAVE_FOPENCOOKIE 1
  5607. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  5608. | #define COOKIE_SEEKER_USES_OFF64_T 1
  5609. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  5610. | #define HAVE_STRUCT_TM_TM_ZONE 1
  5611. | #define HAVE_TM_ZONE 1
  5612. | #define MISSING_FCLOSE_DECL 0
  5613. | #define HAVE_TM_GMTOFF 1
  5614. | #define HAVE_STRUCT_FLOCK 1
  5615. | #define HAVE_SOCKLEN_T 1
  5616. | #define SIZEOF_SIZE_T 8
  5617. | #define SIZEOF_LONG_LONG 8
  5618. | #define SIZEOF_LONG_LONG_INT 8
  5619. | #define SIZEOF_LONG 8
  5620. | #define SIZEOF_INT 4
  5621. | #define SIZEOF_INTMAX_T 8
  5622. | #define HAVE_INTMAX_T 1
  5623. | #define SIZEOF_SSIZE_T 8
  5624. | #define HAVE_SSIZE_T 1
  5625. | #define SIZEOF_PTRDIFF_T 8
  5626. | #define HAVE_PTRDIFF_T 1
  5627. | #define SIZEOF_SHORT 2
  5628. | #define SIZEOF_INT 4
  5629. | #define SIZEOF_LONG 8
  5630. | #define SIZEOF_LONG_LONG 8
  5631. | #define HAVE_INT8_T 1
  5632. | #define HAVE_INT16_T 1
  5633. | #define HAVE_INT32_T 1
  5634. | #define HAVE_INT64_T 1
  5635. | #define HAVE_UINT8_T 1
  5636. | #define HAVE_UINT16_T 1
  5637. | #define HAVE_UINT32_T 1
  5638. | #define HAVE_UINT64_T 1
  5639. | #define HAVE_U_INT8_T 1
  5640. | #define HAVE_U_INT16_T 1
  5641. | /* end confdefs.h. */
  5642. |
  5643. | #if HAVE_STDINT_H
  5644. | # include <stdint.h>
  5645. | #endif
  5646. | #if HAVE_SYS_TYPES_H
  5647. | # include <sys/types.h>
  5648. | #endif
  5649. |
  5650. |
  5651. | int
  5652. | main ()
  5653. | {
  5654. | if (sizeof ((u_int32_t)))
  5655. | return 0;
  5656. | ;
  5657. | return 0;
  5658. | }
  5659. configure:13936: result: yes
  5660. configure:13953: checking for u_int64_t
  5661. configure:13953: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  5662. configure:13953: $? = 0
  5663. configure:13953: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  5664. conftest.c: In function 'main':
  5665. conftest.c:146:24: error: expected expression before ')' token
  5666. if (sizeof ((u_int64_t)))
  5667. ^
  5668. configure:13953: $? = 1
  5669. configure: failed program was:
  5670. | /* confdefs.h */
  5671. | #define PACKAGE_NAME ""
  5672. | #define PACKAGE_TARNAME ""
  5673. | #define PACKAGE_VERSION ""
  5674. | #define PACKAGE_STRING ""
  5675. | #define PACKAGE_BUGREPORT ""
  5676. | #define PACKAGE_URL ""
  5677. | #define STDC_HEADERS 1
  5678. | #define HAVE_SYS_TYPES_H 1
  5679. | #define HAVE_SYS_STAT_H 1
  5680. | #define HAVE_STDLIB_H 1
  5681. | #define HAVE_STRING_H 1
  5682. | #define HAVE_MEMORY_H 1
  5683. | #define HAVE_STRINGS_H 1
  5684. | #define HAVE_INTTYPES_H 1
  5685. | #define HAVE_STDINT_H 1
  5686. | #define HAVE_UNISTD_H 1
  5687. | #define __EXTENSIONS__ 1
  5688. | #define _ALL_SOURCE 1
  5689. | #define _GNU_SOURCE 1
  5690. | #define _POSIX_PTHREAD_SEMANTICS 1
  5691. | #define _TANDEM_SOURCE 1
  5692. | #define HAVE_DEV_URANDOM 1
  5693. | #define HAVE_GCC_GLOBAL_REGS 1
  5694. | #define HAVE_HUGE_VAL_INF 1
  5695. | #define HAVE_CPUID_COUNT 1
  5696. | #define GWINSZ_IN_SYS_IOCTL 1
  5697. | #define HAVE_PHPDBG 1
  5698. | #define PHPDBG_DEBUG 0
  5699. | #define HAVE_SOCKLEN_T 1
  5700. | #define PHP_WRITE_STDOUT 1
  5701. | #define HAVE_SOCKET 1
  5702. | #define HAVE_SOCKETPAIR 1
  5703. | #define HAVE_HTONL 1
  5704. | #define HAVE_GETHOSTNAME 1
  5705. | #define HAVE_GETHOSTBYADDR 1
  5706. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  5707. | #define HAVE_LIBNSL 1
  5708. | #define HAVE_DLOPEN 1
  5709. | #define HAVE_LIBDL 1
  5710. | #define HAVE_LIBDL 1
  5711. | #define HAVE_LIBM 1
  5712. | #define HAVE_INET_ATON 1
  5713. | #define STDC_HEADERS 1
  5714. | #define HAVE_DIRENT_H 1
  5715. | #define HAVE_INTTYPES_H 1
  5716. | #define HAVE_STDINT_H 1
  5717. | #define HAVE_DIRENT_H 1
  5718. | #define HAVE_SYS_PARAM_H 1
  5719. | #define HAVE_SYS_TYPES_H 1
  5720. | #define HAVE_SYS_TIME_H 1
  5721. | #define HAVE_NETINET_IN_H 1
  5722. | #define HAVE_ALLOCA_H 1
  5723. | #define HAVE_ARPA_INET_H 1
  5724. | #define HAVE_ARPA_NAMESER_H 1
  5725. | #define HAVE_ASSERT_H 1
  5726. | #define HAVE_CRYPT_H 1
  5727. | #define HAVE_FCNTL_H 1
  5728. | #define HAVE_GRP_H 1
  5729. | #define HAVE_LANGINFO_H 1
  5730. | #define HAVE_LIMITS_H 1
  5731. | #define HAVE_LOCALE_H 1
  5732. | #define HAVE_MONETARY_H 1
  5733. | #define HAVE_NETDB_H 1
  5734. | #define HAVE_POLL_H 1
  5735. | #define HAVE_PWD_H 1
  5736. | #define HAVE_RESOLV_H 1
  5737. | #define HAVE_SIGNAL_H 1
  5738. | #define HAVE_STDARG_H 1
  5739. | #define HAVE_STDLIB_H 1
  5740. | #define HAVE_STRING_H 1
  5741. | #define HAVE_SYSLOG_H 1
  5742. | #define HAVE_SYSEXITS_H 1
  5743. | #define HAVE_SYS_IOCTL_H 1
  5744. | #define HAVE_SYS_FILE_H 1
  5745. | #define HAVE_SYS_MMAN_H 1
  5746. | #define HAVE_SYS_MOUNT_H 1
  5747. | #define HAVE_SYS_POLL_H 1
  5748. | #define HAVE_SYS_RESOURCE_H 1
  5749. | #define HAVE_SYS_SELECT_H 1
  5750. | #define HAVE_SYS_SOCKET_H 1
  5751. | #define HAVE_SYS_STAT_H 1
  5752. | #define HAVE_SYS_STATFS_H 1
  5753. | #define HAVE_SYS_STATVFS_H 1
  5754. | #define HAVE_SYS_VFS_H 1
  5755. | #define HAVE_SYS_WAIT_H 1
  5756. | #define HAVE_TERMIOS_H 1
  5757. | #define HAVE_UNISTD_H 1
  5758. | #define HAVE_UTIME_H 1
  5759. | #define HAVE_SYS_UTSNAME_H 1
  5760. | #define HAVE_SYS_IPC_H 1
  5761. | #define HAVE_DLFCN_H 1
  5762. | #define HAVE_ASSERT_H 1
  5763. | #define HAVE_TMMINTRIN_H 1
  5764. | #define HAVE_NMMINTRIN_H 1
  5765. | #define HAVE_IMMINTRIN_H 1
  5766. | #define HAVE_FOPENCOOKIE 1
  5767. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  5768. | #define COOKIE_SEEKER_USES_OFF64_T 1
  5769. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  5770. | #define HAVE_STRUCT_TM_TM_ZONE 1
  5771. | #define HAVE_TM_ZONE 1
  5772. | #define MISSING_FCLOSE_DECL 0
  5773. | #define HAVE_TM_GMTOFF 1
  5774. | #define HAVE_STRUCT_FLOCK 1
  5775. | #define HAVE_SOCKLEN_T 1
  5776. | #define SIZEOF_SIZE_T 8
  5777. | #define SIZEOF_LONG_LONG 8
  5778. | #define SIZEOF_LONG_LONG_INT 8
  5779. | #define SIZEOF_LONG 8
  5780. | #define SIZEOF_INT 4
  5781. | #define SIZEOF_INTMAX_T 8
  5782. | #define HAVE_INTMAX_T 1
  5783. | #define SIZEOF_SSIZE_T 8
  5784. | #define HAVE_SSIZE_T 1
  5785. | #define SIZEOF_PTRDIFF_T 8
  5786. | #define HAVE_PTRDIFF_T 1
  5787. | #define SIZEOF_SHORT 2
  5788. | #define SIZEOF_INT 4
  5789. | #define SIZEOF_LONG 8
  5790. | #define SIZEOF_LONG_LONG 8
  5791. | #define HAVE_INT8_T 1
  5792. | #define HAVE_INT16_T 1
  5793. | #define HAVE_INT32_T 1
  5794. | #define HAVE_INT64_T 1
  5795. | #define HAVE_UINT8_T 1
  5796. | #define HAVE_UINT16_T 1
  5797. | #define HAVE_UINT32_T 1
  5798. | #define HAVE_UINT64_T 1
  5799. | #define HAVE_U_INT8_T 1
  5800. | #define HAVE_U_INT16_T 1
  5801. | #define HAVE_U_INT32_T 1
  5802. | /* end confdefs.h. */
  5803. |
  5804. | #if HAVE_STDINT_H
  5805. | # include <stdint.h>
  5806. | #endif
  5807. | #if HAVE_SYS_TYPES_H
  5808. | # include <sys/types.h>
  5809. | #endif
  5810. |
  5811. |
  5812. | int
  5813. | main ()
  5814. | {
  5815. | if (sizeof ((u_int64_t)))
  5816. | return 0;
  5817. | ;
  5818. | return 0;
  5819. | }
  5820. configure:13953: result: yes
  5821. configure:13977: checking for __builtin_expect
  5822. configure:13993: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  5823. configure:13993: $? = 0
  5824. configure:13996: result: yes
  5825. configure:14017: checking for __builtin_clz
  5826. configure:14033: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  5827. configure:14033: $? = 0
  5828. configure:14036: result: yes
  5829. configure:14057: checking for __builtin_ctzl
  5830. configure:14073: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  5831. configure:14073: $? = 0
  5832. configure:14076: result: yes
  5833. configure:14097: checking for __builtin_ctzll
  5834. configure:14113: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  5835. configure:14113: $? = 0
  5836. configure:14116: result: yes
  5837. configure:14137: checking for __builtin_smull_overflow
  5838. configure:14154: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  5839. configure:14154: $? = 0
  5840. configure:14157: result: yes
  5841. configure:14178: checking for __builtin_smulll_overflow
  5842. configure:14195: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  5843. configure:14195: $? = 0
  5844. configure:14198: result: yes
  5845. configure:14219: checking for __builtin_saddl_overflow
  5846. configure:14236: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  5847. configure:14236: $? = 0
  5848. configure:14239: result: yes
  5849. configure:14260: checking for __builtin_saddll_overflow
  5850. configure:14277: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  5851. configure:14277: $? = 0
  5852. configure:14280: result: yes
  5853. configure:14301: checking for __builtin_ssubl_overflow
  5854. configure:14318: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  5855. configure:14318: $? = 0
  5856. configure:14321: result: yes
  5857. configure:14342: checking for __builtin_ssubll_overflow
  5858. configure:14359: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  5859. configure:14359: $? = 0
  5860. configure:14362: result: yes
  5861. configure:14383: checking for __builtin_cpu_init
  5862. configure:14399: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  5863. configure:14399: $? = 0
  5864. configure:14402: result: yes
  5865. configure:14423: checking for __builtin_cpu_supports
  5866. configure:14439: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  5867. configure:14439: $? = 0
  5868. configure:14442: result: yes
  5869. configure:14467: checking for ssse3 instructions supports
  5870. configure:14481: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  5871. configure:14481: $? = 0
  5872. configure:14481: ./conftest
  5873. configure:14481: $? = 0
  5874. configure:14484: result: yes
  5875. configure:14509: checking for sse4.2 instructions supports
  5876. configure:14523: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  5877. configure:14523: $? = 0
  5878. configure:14523: ./conftest
  5879. configure:14523: $? = 0
  5880. configure:14526: result: yes
  5881. configure:14551: checking for avx instructions supports
  5882. configure:14565: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  5883. configure:14565: $? = 0
  5884. configure:14565: ./conftest
  5885. configure:14565: $? = 0
  5886. configure:14568: result: yes
  5887. configure:14593: checking for avx2 instructions supports
  5888. configure:14607: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  5889. configure:14607: $? = 0
  5890. configure:14607: ./conftest
  5891. configure:14607: $? = 1
  5892. configure: program exited with status 1
  5893. configure: failed program was:
  5894. | /* confdefs.h */
  5895. | #define PACKAGE_NAME ""
  5896. | #define PACKAGE_TARNAME ""
  5897. | #define PACKAGE_VERSION ""
  5898. | #define PACKAGE_STRING ""
  5899. | #define PACKAGE_BUGREPORT ""
  5900. | #define PACKAGE_URL ""
  5901. | #define STDC_HEADERS 1
  5902. | #define HAVE_SYS_TYPES_H 1
  5903. | #define HAVE_SYS_STAT_H 1
  5904. | #define HAVE_STDLIB_H 1
  5905. | #define HAVE_STRING_H 1
  5906. | #define HAVE_MEMORY_H 1
  5907. | #define HAVE_STRINGS_H 1
  5908. | #define HAVE_INTTYPES_H 1
  5909. | #define HAVE_STDINT_H 1
  5910. | #define HAVE_UNISTD_H 1
  5911. | #define __EXTENSIONS__ 1
  5912. | #define _ALL_SOURCE 1
  5913. | #define _GNU_SOURCE 1
  5914. | #define _POSIX_PTHREAD_SEMANTICS 1
  5915. | #define _TANDEM_SOURCE 1
  5916. | #define HAVE_DEV_URANDOM 1
  5917. | #define HAVE_GCC_GLOBAL_REGS 1
  5918. | #define HAVE_HUGE_VAL_INF 1
  5919. | #define HAVE_CPUID_COUNT 1
  5920. | #define GWINSZ_IN_SYS_IOCTL 1
  5921. | #define HAVE_PHPDBG 1
  5922. | #define PHPDBG_DEBUG 0
  5923. | #define HAVE_SOCKLEN_T 1
  5924. | #define PHP_WRITE_STDOUT 1
  5925. | #define HAVE_SOCKET 1
  5926. | #define HAVE_SOCKETPAIR 1
  5927. | #define HAVE_HTONL 1
  5928. | #define HAVE_GETHOSTNAME 1
  5929. | #define HAVE_GETHOSTBYADDR 1
  5930. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  5931. | #define HAVE_LIBNSL 1
  5932. | #define HAVE_DLOPEN 1
  5933. | #define HAVE_LIBDL 1
  5934. | #define HAVE_LIBDL 1
  5935. | #define HAVE_LIBM 1
  5936. | #define HAVE_INET_ATON 1
  5937. | #define STDC_HEADERS 1
  5938. | #define HAVE_DIRENT_H 1
  5939. | #define HAVE_INTTYPES_H 1
  5940. | #define HAVE_STDINT_H 1
  5941. | #define HAVE_DIRENT_H 1
  5942. | #define HAVE_SYS_PARAM_H 1
  5943. | #define HAVE_SYS_TYPES_H 1
  5944. | #define HAVE_SYS_TIME_H 1
  5945. | #define HAVE_NETINET_IN_H 1
  5946. | #define HAVE_ALLOCA_H 1
  5947. | #define HAVE_ARPA_INET_H 1
  5948. | #define HAVE_ARPA_NAMESER_H 1
  5949. | #define HAVE_ASSERT_H 1
  5950. | #define HAVE_CRYPT_H 1
  5951. | #define HAVE_FCNTL_H 1
  5952. | #define HAVE_GRP_H 1
  5953. | #define HAVE_LANGINFO_H 1
  5954. | #define HAVE_LIMITS_H 1
  5955. | #define HAVE_LOCALE_H 1
  5956. | #define HAVE_MONETARY_H 1
  5957. | #define HAVE_NETDB_H 1
  5958. | #define HAVE_POLL_H 1
  5959. | #define HAVE_PWD_H 1
  5960. | #define HAVE_RESOLV_H 1
  5961. | #define HAVE_SIGNAL_H 1
  5962. | #define HAVE_STDARG_H 1
  5963. | #define HAVE_STDLIB_H 1
  5964. | #define HAVE_STRING_H 1
  5965. | #define HAVE_SYSLOG_H 1
  5966. | #define HAVE_SYSEXITS_H 1
  5967. | #define HAVE_SYS_IOCTL_H 1
  5968. | #define HAVE_SYS_FILE_H 1
  5969. | #define HAVE_SYS_MMAN_H 1
  5970. | #define HAVE_SYS_MOUNT_H 1
  5971. | #define HAVE_SYS_POLL_H 1
  5972. | #define HAVE_SYS_RESOURCE_H 1
  5973. | #define HAVE_SYS_SELECT_H 1
  5974. | #define HAVE_SYS_SOCKET_H 1
  5975. | #define HAVE_SYS_STAT_H 1
  5976. | #define HAVE_SYS_STATFS_H 1
  5977. | #define HAVE_SYS_STATVFS_H 1
  5978. | #define HAVE_SYS_VFS_H 1
  5979. | #define HAVE_SYS_WAIT_H 1
  5980. | #define HAVE_TERMIOS_H 1
  5981. | #define HAVE_UNISTD_H 1
  5982. | #define HAVE_UTIME_H 1
  5983. | #define HAVE_SYS_UTSNAME_H 1
  5984. | #define HAVE_SYS_IPC_H 1
  5985. | #define HAVE_DLFCN_H 1
  5986. | #define HAVE_ASSERT_H 1
  5987. | #define HAVE_TMMINTRIN_H 1
  5988. | #define HAVE_NMMINTRIN_H 1
  5989. | #define HAVE_IMMINTRIN_H 1
  5990. | #define HAVE_FOPENCOOKIE 1
  5991. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  5992. | #define COOKIE_SEEKER_USES_OFF64_T 1
  5993. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  5994. | #define HAVE_STRUCT_TM_TM_ZONE 1
  5995. | #define HAVE_TM_ZONE 1
  5996. | #define MISSING_FCLOSE_DECL 0
  5997. | #define HAVE_TM_GMTOFF 1
  5998. | #define HAVE_STRUCT_FLOCK 1
  5999. | #define HAVE_SOCKLEN_T 1
  6000. | #define SIZEOF_SIZE_T 8
  6001. | #define SIZEOF_LONG_LONG 8
  6002. | #define SIZEOF_LONG_LONG_INT 8
  6003. | #define SIZEOF_LONG 8
  6004. | #define SIZEOF_INT 4
  6005. | #define SIZEOF_INTMAX_T 8
  6006. | #define HAVE_INTMAX_T 1
  6007. | #define SIZEOF_SSIZE_T 8
  6008. | #define HAVE_SSIZE_T 1
  6009. | #define SIZEOF_PTRDIFF_T 8
  6010. | #define HAVE_PTRDIFF_T 1
  6011. | #define SIZEOF_SHORT 2
  6012. | #define SIZEOF_INT 4
  6013. | #define SIZEOF_LONG 8
  6014. | #define SIZEOF_LONG_LONG 8
  6015. | #define HAVE_INT8_T 1
  6016. | #define HAVE_INT16_T 1
  6017. | #define HAVE_INT32_T 1
  6018. | #define HAVE_INT64_T 1
  6019. | #define HAVE_UINT8_T 1
  6020. | #define HAVE_UINT16_T 1
  6021. | #define HAVE_UINT32_T 1
  6022. | #define HAVE_UINT64_T 1
  6023. | #define HAVE_U_INT8_T 1
  6024. | #define HAVE_U_INT16_T 1
  6025. | #define HAVE_U_INT32_T 1
  6026. | #define HAVE_U_INT64_T 1
  6027. | #define PHP_HAVE_STDINT_TYPES 1
  6028. | #define PHP_HAVE_BUILTIN_EXPECT 1
  6029. | #define PHP_HAVE_BUILTIN_CLZ 1
  6030. | #define PHP_HAVE_BUILTIN_CTZL 1
  6031. | #define PHP_HAVE_BUILTIN_CTZLL 1
  6032. | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 1
  6033. | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
  6034. | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
  6035. | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
  6036. | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
  6037. | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
  6038. | #define PHP_HAVE_BUILTIN_CPU_INIT 1
  6039. | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
  6040. | #define PHP_HAVE_SSSE3_INSTRUCTIONS 1
  6041. | #define PHP_HAVE_SSE4_2_INSTRUCTIONS 1
  6042. | #define PHP_HAVE_AVX_INSTRUCTIONS 1
  6043. | /* end confdefs.h. */
  6044. |
  6045. | int main() {
  6046. | return __builtin_cpu_supports("avx2")? 0 : 1;
  6047. | }
  6048. |
  6049. configure:14615: result: no
  6050. configure:14631: checking whether __SSE4_2__ is defined
  6051. configure:14649: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  6052. configure:14649: $? = 0
  6053. configure:14649: ./conftest
  6054. configure:14649: $? = 1
  6055. configure: program exited with status 1
  6056. configure: failed program was:
  6057. | /* confdefs.h */
  6058. | #define PACKAGE_NAME ""
  6059. | #define PACKAGE_TARNAME ""
  6060. | #define PACKAGE_VERSION ""
  6061. | #define PACKAGE_STRING ""
  6062. | #define PACKAGE_BUGREPORT ""
  6063. | #define PACKAGE_URL ""
  6064. | #define STDC_HEADERS 1
  6065. | #define HAVE_SYS_TYPES_H 1
  6066. | #define HAVE_SYS_STAT_H 1
  6067. | #define HAVE_STDLIB_H 1
  6068. | #define HAVE_STRING_H 1
  6069. | #define HAVE_MEMORY_H 1
  6070. | #define HAVE_STRINGS_H 1
  6071. | #define HAVE_INTTYPES_H 1
  6072. | #define HAVE_STDINT_H 1
  6073. | #define HAVE_UNISTD_H 1
  6074. | #define __EXTENSIONS__ 1
  6075. | #define _ALL_SOURCE 1
  6076. | #define _GNU_SOURCE 1
  6077. | #define _POSIX_PTHREAD_SEMANTICS 1
  6078. | #define _TANDEM_SOURCE 1
  6079. | #define HAVE_DEV_URANDOM 1
  6080. | #define HAVE_GCC_GLOBAL_REGS 1
  6081. | #define HAVE_HUGE_VAL_INF 1
  6082. | #define HAVE_CPUID_COUNT 1
  6083. | #define GWINSZ_IN_SYS_IOCTL 1
  6084. | #define HAVE_PHPDBG 1
  6085. | #define PHPDBG_DEBUG 0
  6086. | #define HAVE_SOCKLEN_T 1
  6087. | #define PHP_WRITE_STDOUT 1
  6088. | #define HAVE_SOCKET 1
  6089. | #define HAVE_SOCKETPAIR 1
  6090. | #define HAVE_HTONL 1
  6091. | #define HAVE_GETHOSTNAME 1
  6092. | #define HAVE_GETHOSTBYADDR 1
  6093. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  6094. | #define HAVE_LIBNSL 1
  6095. | #define HAVE_DLOPEN 1
  6096. | #define HAVE_LIBDL 1
  6097. | #define HAVE_LIBDL 1
  6098. | #define HAVE_LIBM 1
  6099. | #define HAVE_INET_ATON 1
  6100. | #define STDC_HEADERS 1
  6101. | #define HAVE_DIRENT_H 1
  6102. | #define HAVE_INTTYPES_H 1
  6103. | #define HAVE_STDINT_H 1
  6104. | #define HAVE_DIRENT_H 1
  6105. | #define HAVE_SYS_PARAM_H 1
  6106. | #define HAVE_SYS_TYPES_H 1
  6107. | #define HAVE_SYS_TIME_H 1
  6108. | #define HAVE_NETINET_IN_H 1
  6109. | #define HAVE_ALLOCA_H 1
  6110. | #define HAVE_ARPA_INET_H 1
  6111. | #define HAVE_ARPA_NAMESER_H 1
  6112. | #define HAVE_ASSERT_H 1
  6113. | #define HAVE_CRYPT_H 1
  6114. | #define HAVE_FCNTL_H 1
  6115. | #define HAVE_GRP_H 1
  6116. | #define HAVE_LANGINFO_H 1
  6117. | #define HAVE_LIMITS_H 1
  6118. | #define HAVE_LOCALE_H 1
  6119. | #define HAVE_MONETARY_H 1
  6120. | #define HAVE_NETDB_H 1
  6121. | #define HAVE_POLL_H 1
  6122. | #define HAVE_PWD_H 1
  6123. | #define HAVE_RESOLV_H 1
  6124. | #define HAVE_SIGNAL_H 1
  6125. | #define HAVE_STDARG_H 1
  6126. | #define HAVE_STDLIB_H 1
  6127. | #define HAVE_STRING_H 1
  6128. | #define HAVE_SYSLOG_H 1
  6129. | #define HAVE_SYSEXITS_H 1
  6130. | #define HAVE_SYS_IOCTL_H 1
  6131. | #define HAVE_SYS_FILE_H 1
  6132. | #define HAVE_SYS_MMAN_H 1
  6133. | #define HAVE_SYS_MOUNT_H 1
  6134. | #define HAVE_SYS_POLL_H 1
  6135. | #define HAVE_SYS_RESOURCE_H 1
  6136. | #define HAVE_SYS_SELECT_H 1
  6137. | #define HAVE_SYS_SOCKET_H 1
  6138. | #define HAVE_SYS_STAT_H 1
  6139. | #define HAVE_SYS_STATFS_H 1
  6140. | #define HAVE_SYS_STATVFS_H 1
  6141. | #define HAVE_SYS_VFS_H 1
  6142. | #define HAVE_SYS_WAIT_H 1
  6143. | #define HAVE_TERMIOS_H 1
  6144. | #define HAVE_UNISTD_H 1
  6145. | #define HAVE_UTIME_H 1
  6146. | #define HAVE_SYS_UTSNAME_H 1
  6147. | #define HAVE_SYS_IPC_H 1
  6148. | #define HAVE_DLFCN_H 1
  6149. | #define HAVE_ASSERT_H 1
  6150. | #define HAVE_TMMINTRIN_H 1
  6151. | #define HAVE_NMMINTRIN_H 1
  6152. | #define HAVE_IMMINTRIN_H 1
  6153. | #define HAVE_FOPENCOOKIE 1
  6154. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  6155. | #define COOKIE_SEEKER_USES_OFF64_T 1
  6156. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  6157. | #define HAVE_STRUCT_TM_TM_ZONE 1
  6158. | #define HAVE_TM_ZONE 1
  6159. | #define MISSING_FCLOSE_DECL 0
  6160. | #define HAVE_TM_GMTOFF 1
  6161. | #define HAVE_STRUCT_FLOCK 1
  6162. | #define HAVE_SOCKLEN_T 1
  6163. | #define SIZEOF_SIZE_T 8
  6164. | #define SIZEOF_LONG_LONG 8
  6165. | #define SIZEOF_LONG_LONG_INT 8
  6166. | #define SIZEOF_LONG 8
  6167. | #define SIZEOF_INT 4
  6168. | #define SIZEOF_INTMAX_T 8
  6169. | #define HAVE_INTMAX_T 1
  6170. | #define SIZEOF_SSIZE_T 8
  6171. | #define HAVE_SSIZE_T 1
  6172. | #define SIZEOF_PTRDIFF_T 8
  6173. | #define HAVE_PTRDIFF_T 1
  6174. | #define SIZEOF_SHORT 2
  6175. | #define SIZEOF_INT 4
  6176. | #define SIZEOF_LONG 8
  6177. | #define SIZEOF_LONG_LONG 8
  6178. | #define HAVE_INT8_T 1
  6179. | #define HAVE_INT16_T 1
  6180. | #define HAVE_INT32_T 1
  6181. | #define HAVE_INT64_T 1
  6182. | #define HAVE_UINT8_T 1
  6183. | #define HAVE_UINT16_T 1
  6184. | #define HAVE_UINT32_T 1
  6185. | #define HAVE_UINT64_T 1
  6186. | #define HAVE_U_INT8_T 1
  6187. | #define HAVE_U_INT16_T 1
  6188. | #define HAVE_U_INT32_T 1
  6189. | #define HAVE_U_INT64_T 1
  6190. | #define PHP_HAVE_STDINT_TYPES 1
  6191. | #define PHP_HAVE_BUILTIN_EXPECT 1
  6192. | #define PHP_HAVE_BUILTIN_CLZ 1
  6193. | #define PHP_HAVE_BUILTIN_CTZL 1
  6194. | #define PHP_HAVE_BUILTIN_CTZLL 1
  6195. | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 1
  6196. | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
  6197. | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
  6198. | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
  6199. | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
  6200. | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
  6201. | #define PHP_HAVE_BUILTIN_CPU_INIT 1
  6202. | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
  6203. | #define PHP_HAVE_SSSE3_INSTRUCTIONS 1
  6204. | #define PHP_HAVE_SSE4_2_INSTRUCTIONS 1
  6205. | #define PHP_HAVE_AVX_INSTRUCTIONS 1
  6206. | #define PHP_HAVE_AVX2_INSTRUCTIONS 0
  6207. | /* end confdefs.h. */
  6208. |
  6209. | int main() {
  6210. | #if defined(__SSE4_2__)
  6211. | return 0;
  6212. | #else
  6213. | return 1;
  6214. | #endif
  6215. | }
  6216. |
  6217. configure:14658: result: no
  6218. configure:14666: checking for struct stat.st_blksize
  6219. configure:14666: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  6220. configure:14666: $? = 0
  6221. configure:14666: result: yes
  6222. configure:14675: checking for struct stat.st_rdev
  6223. configure:14675: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  6224. configure:14675: $? = 0
  6225. configure:14675: result: yes
  6226. configure:14686: checking for struct stat.st_blocks
  6227. configure:14686: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  6228. configure:14686: $? = 0
  6229. configure:14686: result: yes
  6230. configure:14712: checking for size_t
  6231. configure:14712: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  6232. configure:14712: $? = 0
  6233. configure:14712: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  6234. conftest.c: In function 'main':
  6235. conftest.c:192:21: error: expected expression before ')' token
  6236. if (sizeof ((size_t)))
  6237. ^
  6238. configure:14712: $? = 1
  6239. configure: failed program was:
  6240. | /* confdefs.h */
  6241. | #define PACKAGE_NAME ""
  6242. | #define PACKAGE_TARNAME ""
  6243. | #define PACKAGE_VERSION ""
  6244. | #define PACKAGE_STRING ""
  6245. | #define PACKAGE_BUGREPORT ""
  6246. | #define PACKAGE_URL ""
  6247. | #define STDC_HEADERS 1
  6248. | #define HAVE_SYS_TYPES_H 1
  6249. | #define HAVE_SYS_STAT_H 1
  6250. | #define HAVE_STDLIB_H 1
  6251. | #define HAVE_STRING_H 1
  6252. | #define HAVE_MEMORY_H 1
  6253. | #define HAVE_STRINGS_H 1
  6254. | #define HAVE_INTTYPES_H 1
  6255. | #define HAVE_STDINT_H 1
  6256. | #define HAVE_UNISTD_H 1
  6257. | #define __EXTENSIONS__ 1
  6258. | #define _ALL_SOURCE 1
  6259. | #define _GNU_SOURCE 1
  6260. | #define _POSIX_PTHREAD_SEMANTICS 1
  6261. | #define _TANDEM_SOURCE 1
  6262. | #define HAVE_DEV_URANDOM 1
  6263. | #define HAVE_GCC_GLOBAL_REGS 1
  6264. | #define HAVE_HUGE_VAL_INF 1
  6265. | #define HAVE_CPUID_COUNT 1
  6266. | #define GWINSZ_IN_SYS_IOCTL 1
  6267. | #define HAVE_PHPDBG 1
  6268. | #define PHPDBG_DEBUG 0
  6269. | #define HAVE_SOCKLEN_T 1
  6270. | #define PHP_WRITE_STDOUT 1
  6271. | #define HAVE_SOCKET 1
  6272. | #define HAVE_SOCKETPAIR 1
  6273. | #define HAVE_HTONL 1
  6274. | #define HAVE_GETHOSTNAME 1
  6275. | #define HAVE_GETHOSTBYADDR 1
  6276. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  6277. | #define HAVE_LIBNSL 1
  6278. | #define HAVE_DLOPEN 1
  6279. | #define HAVE_LIBDL 1
  6280. | #define HAVE_LIBDL 1
  6281. | #define HAVE_LIBM 1
  6282. | #define HAVE_INET_ATON 1
  6283. | #define STDC_HEADERS 1
  6284. | #define HAVE_DIRENT_H 1
  6285. | #define HAVE_INTTYPES_H 1
  6286. | #define HAVE_STDINT_H 1
  6287. | #define HAVE_DIRENT_H 1
  6288. | #define HAVE_SYS_PARAM_H 1
  6289. | #define HAVE_SYS_TYPES_H 1
  6290. | #define HAVE_SYS_TIME_H 1
  6291. | #define HAVE_NETINET_IN_H 1
  6292. | #define HAVE_ALLOCA_H 1
  6293. | #define HAVE_ARPA_INET_H 1
  6294. | #define HAVE_ARPA_NAMESER_H 1
  6295. | #define HAVE_ASSERT_H 1
  6296. | #define HAVE_CRYPT_H 1
  6297. | #define HAVE_FCNTL_H 1
  6298. | #define HAVE_GRP_H 1
  6299. | #define HAVE_LANGINFO_H 1
  6300. | #define HAVE_LIMITS_H 1
  6301. | #define HAVE_LOCALE_H 1
  6302. | #define HAVE_MONETARY_H 1
  6303. | #define HAVE_NETDB_H 1
  6304. | #define HAVE_POLL_H 1
  6305. | #define HAVE_PWD_H 1
  6306. | #define HAVE_RESOLV_H 1
  6307. | #define HAVE_SIGNAL_H 1
  6308. | #define HAVE_STDARG_H 1
  6309. | #define HAVE_STDLIB_H 1
  6310. | #define HAVE_STRING_H 1
  6311. | #define HAVE_SYSLOG_H 1
  6312. | #define HAVE_SYSEXITS_H 1
  6313. | #define HAVE_SYS_IOCTL_H 1
  6314. | #define HAVE_SYS_FILE_H 1
  6315. | #define HAVE_SYS_MMAN_H 1
  6316. | #define HAVE_SYS_MOUNT_H 1
  6317. | #define HAVE_SYS_POLL_H 1
  6318. | #define HAVE_SYS_RESOURCE_H 1
  6319. | #define HAVE_SYS_SELECT_H 1
  6320. | #define HAVE_SYS_SOCKET_H 1
  6321. | #define HAVE_SYS_STAT_H 1
  6322. | #define HAVE_SYS_STATFS_H 1
  6323. | #define HAVE_SYS_STATVFS_H 1
  6324. | #define HAVE_SYS_VFS_H 1
  6325. | #define HAVE_SYS_WAIT_H 1
  6326. | #define HAVE_TERMIOS_H 1
  6327. | #define HAVE_UNISTD_H 1
  6328. | #define HAVE_UTIME_H 1
  6329. | #define HAVE_SYS_UTSNAME_H 1
  6330. | #define HAVE_SYS_IPC_H 1
  6331. | #define HAVE_DLFCN_H 1
  6332. | #define HAVE_ASSERT_H 1
  6333. | #define HAVE_TMMINTRIN_H 1
  6334. | #define HAVE_NMMINTRIN_H 1
  6335. | #define HAVE_IMMINTRIN_H 1
  6336. | #define HAVE_FOPENCOOKIE 1
  6337. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  6338. | #define COOKIE_SEEKER_USES_OFF64_T 1
  6339. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  6340. | #define HAVE_STRUCT_TM_TM_ZONE 1
  6341. | #define HAVE_TM_ZONE 1
  6342. | #define MISSING_FCLOSE_DECL 0
  6343. | #define HAVE_TM_GMTOFF 1
  6344. | #define HAVE_STRUCT_FLOCK 1
  6345. | #define HAVE_SOCKLEN_T 1
  6346. | #define SIZEOF_SIZE_T 8
  6347. | #define SIZEOF_LONG_LONG 8
  6348. | #define SIZEOF_LONG_LONG_INT 8
  6349. | #define SIZEOF_LONG 8
  6350. | #define SIZEOF_INT 4
  6351. | #define SIZEOF_INTMAX_T 8
  6352. | #define HAVE_INTMAX_T 1
  6353. | #define SIZEOF_SSIZE_T 8
  6354. | #define HAVE_SSIZE_T 1
  6355. | #define SIZEOF_PTRDIFF_T 8
  6356. | #define HAVE_PTRDIFF_T 1
  6357. | #define SIZEOF_SHORT 2
  6358. | #define SIZEOF_INT 4
  6359. | #define SIZEOF_LONG 8
  6360. | #define SIZEOF_LONG_LONG 8
  6361. | #define HAVE_INT8_T 1
  6362. | #define HAVE_INT16_T 1
  6363. | #define HAVE_INT32_T 1
  6364. | #define HAVE_INT64_T 1
  6365. | #define HAVE_UINT8_T 1
  6366. | #define HAVE_UINT16_T 1
  6367. | #define HAVE_UINT32_T 1
  6368. | #define HAVE_UINT64_T 1
  6369. | #define HAVE_U_INT8_T 1
  6370. | #define HAVE_U_INT16_T 1
  6371. | #define HAVE_U_INT32_T 1
  6372. | #define HAVE_U_INT64_T 1
  6373. | #define PHP_HAVE_STDINT_TYPES 1
  6374. | #define PHP_HAVE_BUILTIN_EXPECT 1
  6375. | #define PHP_HAVE_BUILTIN_CLZ 1
  6376. | #define PHP_HAVE_BUILTIN_CTZL 1
  6377. | #define PHP_HAVE_BUILTIN_CTZLL 1
  6378. | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 1
  6379. | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
  6380. | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
  6381. | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
  6382. | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
  6383. | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
  6384. | #define PHP_HAVE_BUILTIN_CPU_INIT 1
  6385. | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
  6386. | #define PHP_HAVE_SSSE3_INSTRUCTIONS 1
  6387. | #define PHP_HAVE_SSE4_2_INSTRUCTIONS 1
  6388. | #define PHP_HAVE_AVX_INSTRUCTIONS 1
  6389. | #define PHP_HAVE_AVX2_INSTRUCTIONS 0
  6390. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  6391. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  6392. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  6393. | #define HAVE_ST_BLOCKS 1
  6394. | /* end confdefs.h. */
  6395. | #include <stdio.h>
  6396. | #ifdef HAVE_SYS_TYPES_H
  6397. | # include <sys/types.h>
  6398. | #endif
  6399. | #ifdef HAVE_SYS_STAT_H
  6400. | # include <sys/stat.h>
  6401. | #endif
  6402. | #ifdef STDC_HEADERS
  6403. | # include <stdlib.h>
  6404. | # include <stddef.h>
  6405. | #else
  6406. | # ifdef HAVE_STDLIB_H
  6407. | # include <stdlib.h>
  6408. | # endif
  6409. | #endif
  6410. | #ifdef HAVE_STRING_H
  6411. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6412. | # include <memory.h>
  6413. | # endif
  6414. | # include <string.h>
  6415. | #endif
  6416. | #ifdef HAVE_STRINGS_H
  6417. | # include <strings.h>
  6418. | #endif
  6419. | #ifdef HAVE_INTTYPES_H
  6420. | # include <inttypes.h>
  6421. | #endif
  6422. | #ifdef HAVE_STDINT_H
  6423. | # include <stdint.h>
  6424. | #endif
  6425. | #ifdef HAVE_UNISTD_H
  6426. | # include <unistd.h>
  6427. | #endif
  6428. | int
  6429. | main ()
  6430. | {
  6431. | if (sizeof ((size_t)))
  6432. | return 0;
  6433. | ;
  6434. | return 0;
  6435. | }
  6436. configure:14712: result: yes
  6437. configure:14723: checking for uid_t in sys/types.h
  6438. configure:14742: result: yes
  6439. configure:14755: checking for struct sockaddr_storage
  6440. configure:14772: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  6441. configure:14772: $? = 0
  6442. configure:14780: result: yes
  6443. configure:14787: checking for field sa_len in struct sockaddr
  6444. configure:14805: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  6445. conftest.c: In function 'main':
  6446. conftest.c:162:44: error: 'struct sockaddr' has no member named 'sa_len'
  6447. static struct sockaddr sa; int n = (int) sa.sa_len; return n;
  6448. ^
  6449. configure:14805: $? = 1
  6450. configure: failed program was:
  6451. | /* confdefs.h */
  6452. | #define PACKAGE_NAME ""
  6453. | #define PACKAGE_TARNAME ""
  6454. | #define PACKAGE_VERSION ""
  6455. | #define PACKAGE_STRING ""
  6456. | #define PACKAGE_BUGREPORT ""
  6457. | #define PACKAGE_URL ""
  6458. | #define STDC_HEADERS 1
  6459. | #define HAVE_SYS_TYPES_H 1
  6460. | #define HAVE_SYS_STAT_H 1
  6461. | #define HAVE_STDLIB_H 1
  6462. | #define HAVE_STRING_H 1
  6463. | #define HAVE_MEMORY_H 1
  6464. | #define HAVE_STRINGS_H 1
  6465. | #define HAVE_INTTYPES_H 1
  6466. | #define HAVE_STDINT_H 1
  6467. | #define HAVE_UNISTD_H 1
  6468. | #define __EXTENSIONS__ 1
  6469. | #define _ALL_SOURCE 1
  6470. | #define _GNU_SOURCE 1
  6471. | #define _POSIX_PTHREAD_SEMANTICS 1
  6472. | #define _TANDEM_SOURCE 1
  6473. | #define HAVE_DEV_URANDOM 1
  6474. | #define HAVE_GCC_GLOBAL_REGS 1
  6475. | #define HAVE_HUGE_VAL_INF 1
  6476. | #define HAVE_CPUID_COUNT 1
  6477. | #define GWINSZ_IN_SYS_IOCTL 1
  6478. | #define HAVE_PHPDBG 1
  6479. | #define PHPDBG_DEBUG 0
  6480. | #define HAVE_SOCKLEN_T 1
  6481. | #define PHP_WRITE_STDOUT 1
  6482. | #define HAVE_SOCKET 1
  6483. | #define HAVE_SOCKETPAIR 1
  6484. | #define HAVE_HTONL 1
  6485. | #define HAVE_GETHOSTNAME 1
  6486. | #define HAVE_GETHOSTBYADDR 1
  6487. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  6488. | #define HAVE_LIBNSL 1
  6489. | #define HAVE_DLOPEN 1
  6490. | #define HAVE_LIBDL 1
  6491. | #define HAVE_LIBDL 1
  6492. | #define HAVE_LIBM 1
  6493. | #define HAVE_INET_ATON 1
  6494. | #define STDC_HEADERS 1
  6495. | #define HAVE_DIRENT_H 1
  6496. | #define HAVE_INTTYPES_H 1
  6497. | #define HAVE_STDINT_H 1
  6498. | #define HAVE_DIRENT_H 1
  6499. | #define HAVE_SYS_PARAM_H 1
  6500. | #define HAVE_SYS_TYPES_H 1
  6501. | #define HAVE_SYS_TIME_H 1
  6502. | #define HAVE_NETINET_IN_H 1
  6503. | #define HAVE_ALLOCA_H 1
  6504. | #define HAVE_ARPA_INET_H 1
  6505. | #define HAVE_ARPA_NAMESER_H 1
  6506. | #define HAVE_ASSERT_H 1
  6507. | #define HAVE_CRYPT_H 1
  6508. | #define HAVE_FCNTL_H 1
  6509. | #define HAVE_GRP_H 1
  6510. | #define HAVE_LANGINFO_H 1
  6511. | #define HAVE_LIMITS_H 1
  6512. | #define HAVE_LOCALE_H 1
  6513. | #define HAVE_MONETARY_H 1
  6514. | #define HAVE_NETDB_H 1
  6515. | #define HAVE_POLL_H 1
  6516. | #define HAVE_PWD_H 1
  6517. | #define HAVE_RESOLV_H 1
  6518. | #define HAVE_SIGNAL_H 1
  6519. | #define HAVE_STDARG_H 1
  6520. | #define HAVE_STDLIB_H 1
  6521. | #define HAVE_STRING_H 1
  6522. | #define HAVE_SYSLOG_H 1
  6523. | #define HAVE_SYSEXITS_H 1
  6524. | #define HAVE_SYS_IOCTL_H 1
  6525. | #define HAVE_SYS_FILE_H 1
  6526. | #define HAVE_SYS_MMAN_H 1
  6527. | #define HAVE_SYS_MOUNT_H 1
  6528. | #define HAVE_SYS_POLL_H 1
  6529. | #define HAVE_SYS_RESOURCE_H 1
  6530. | #define HAVE_SYS_SELECT_H 1
  6531. | #define HAVE_SYS_SOCKET_H 1
  6532. | #define HAVE_SYS_STAT_H 1
  6533. | #define HAVE_SYS_STATFS_H 1
  6534. | #define HAVE_SYS_STATVFS_H 1
  6535. | #define HAVE_SYS_VFS_H 1
  6536. | #define HAVE_SYS_WAIT_H 1
  6537. | #define HAVE_TERMIOS_H 1
  6538. | #define HAVE_UNISTD_H 1
  6539. | #define HAVE_UTIME_H 1
  6540. | #define HAVE_SYS_UTSNAME_H 1
  6541. | #define HAVE_SYS_IPC_H 1
  6542. | #define HAVE_DLFCN_H 1
  6543. | #define HAVE_ASSERT_H 1
  6544. | #define HAVE_TMMINTRIN_H 1
  6545. | #define HAVE_NMMINTRIN_H 1
  6546. | #define HAVE_IMMINTRIN_H 1
  6547. | #define HAVE_FOPENCOOKIE 1
  6548. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  6549. | #define COOKIE_SEEKER_USES_OFF64_T 1
  6550. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  6551. | #define HAVE_STRUCT_TM_TM_ZONE 1
  6552. | #define HAVE_TM_ZONE 1
  6553. | #define MISSING_FCLOSE_DECL 0
  6554. | #define HAVE_TM_GMTOFF 1
  6555. | #define HAVE_STRUCT_FLOCK 1
  6556. | #define HAVE_SOCKLEN_T 1
  6557. | #define SIZEOF_SIZE_T 8
  6558. | #define SIZEOF_LONG_LONG 8
  6559. | #define SIZEOF_LONG_LONG_INT 8
  6560. | #define SIZEOF_LONG 8
  6561. | #define SIZEOF_INT 4
  6562. | #define SIZEOF_INTMAX_T 8
  6563. | #define HAVE_INTMAX_T 1
  6564. | #define SIZEOF_SSIZE_T 8
  6565. | #define HAVE_SSIZE_T 1
  6566. | #define SIZEOF_PTRDIFF_T 8
  6567. | #define HAVE_PTRDIFF_T 1
  6568. | #define SIZEOF_SHORT 2
  6569. | #define SIZEOF_INT 4
  6570. | #define SIZEOF_LONG 8
  6571. | #define SIZEOF_LONG_LONG 8
  6572. | #define HAVE_INT8_T 1
  6573. | #define HAVE_INT16_T 1
  6574. | #define HAVE_INT32_T 1
  6575. | #define HAVE_INT64_T 1
  6576. | #define HAVE_UINT8_T 1
  6577. | #define HAVE_UINT16_T 1
  6578. | #define HAVE_UINT32_T 1
  6579. | #define HAVE_UINT64_T 1
  6580. | #define HAVE_U_INT8_T 1
  6581. | #define HAVE_U_INT16_T 1
  6582. | #define HAVE_U_INT32_T 1
  6583. | #define HAVE_U_INT64_T 1
  6584. | #define PHP_HAVE_STDINT_TYPES 1
  6585. | #define PHP_HAVE_BUILTIN_EXPECT 1
  6586. | #define PHP_HAVE_BUILTIN_CLZ 1
  6587. | #define PHP_HAVE_BUILTIN_CTZL 1
  6588. | #define PHP_HAVE_BUILTIN_CTZLL 1
  6589. | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 1
  6590. | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
  6591. | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
  6592. | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
  6593. | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
  6594. | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
  6595. | #define PHP_HAVE_BUILTIN_CPU_INIT 1
  6596. | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
  6597. | #define PHP_HAVE_SSSE3_INSTRUCTIONS 1
  6598. | #define PHP_HAVE_SSE4_2_INSTRUCTIONS 1
  6599. | #define PHP_HAVE_AVX_INSTRUCTIONS 1
  6600. | #define PHP_HAVE_AVX2_INSTRUCTIONS 0
  6601. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  6602. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  6603. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  6604. | #define HAVE_ST_BLOCKS 1
  6605. | #define HAVE_SOCKADDR_STORAGE 1
  6606. | /* end confdefs.h. */
  6607. | #include <sys/types.h>
  6608. | #include <sys/socket.h>
  6609. | int
  6610. | main ()
  6611. | {
  6612. | static struct sockaddr sa; int n = (int) sa.sa_len; return n;
  6613. | ;
  6614. | return 0;
  6615. | }
  6616. configure:14813: result: no
  6617. configure:14830: checking for __attribute__((ifunc))
  6618. configure:14853: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  6619. configure:14853: $? = 0
  6620. configure:14866: result: yes
  6621. configure:14882: checking for __attribute__((target))
  6622. configure:14903: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  6623. configure:14903: $? = 0
  6624. configure:14916: result: yes
  6625. configure:14932: checking for IPv6 support
  6626. configure:14950: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  6627. configure:14950: $? = 0
  6628. configure:14958: result: yes
  6629. configure:14964: checking for vprintf
  6630. configure:14964: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  6631. conftest.c:182:6: warning: conflicting types for built-in function 'vprintf'
  6632. char vprintf ();
  6633. ^~~~~~~
  6634. configure:14964: $? = 0
  6635. configure:14964: result: yes
  6636. configure:14970: checking for _doprnt
  6637. configure:14970: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  6638. /tmp/ccJoYQU8.o: In function `main':
  6639. /media/lera/b1a4b0ee-bd95-4c39-a19c-5cb0e0ee5f4b/Linguagem de programacao/php/php-7.3.6/conftest.c:194: undefined reference to `_doprnt'
  6640. collect2: error: ld returned 1 exit status
  6641. configure:14970: $? = 1
  6642. configure: failed program was:
  6643. | /* confdefs.h */
  6644. | #define PACKAGE_NAME ""
  6645. | #define PACKAGE_TARNAME ""
  6646. | #define PACKAGE_VERSION ""
  6647. | #define PACKAGE_STRING ""
  6648. | #define PACKAGE_BUGREPORT ""
  6649. | #define PACKAGE_URL ""
  6650. | #define STDC_HEADERS 1
  6651. | #define HAVE_SYS_TYPES_H 1
  6652. | #define HAVE_SYS_STAT_H 1
  6653. | #define HAVE_STDLIB_H 1
  6654. | #define HAVE_STRING_H 1
  6655. | #define HAVE_MEMORY_H 1
  6656. | #define HAVE_STRINGS_H 1
  6657. | #define HAVE_INTTYPES_H 1
  6658. | #define HAVE_STDINT_H 1
  6659. | #define HAVE_UNISTD_H 1
  6660. | #define __EXTENSIONS__ 1
  6661. | #define _ALL_SOURCE 1
  6662. | #define _GNU_SOURCE 1
  6663. | #define _POSIX_PTHREAD_SEMANTICS 1
  6664. | #define _TANDEM_SOURCE 1
  6665. | #define HAVE_DEV_URANDOM 1
  6666. | #define HAVE_GCC_GLOBAL_REGS 1
  6667. | #define HAVE_HUGE_VAL_INF 1
  6668. | #define HAVE_CPUID_COUNT 1
  6669. | #define GWINSZ_IN_SYS_IOCTL 1
  6670. | #define HAVE_PHPDBG 1
  6671. | #define PHPDBG_DEBUG 0
  6672. | #define HAVE_SOCKLEN_T 1
  6673. | #define PHP_WRITE_STDOUT 1
  6674. | #define HAVE_SOCKET 1
  6675. | #define HAVE_SOCKETPAIR 1
  6676. | #define HAVE_HTONL 1
  6677. | #define HAVE_GETHOSTNAME 1
  6678. | #define HAVE_GETHOSTBYADDR 1
  6679. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  6680. | #define HAVE_LIBNSL 1
  6681. | #define HAVE_DLOPEN 1
  6682. | #define HAVE_LIBDL 1
  6683. | #define HAVE_LIBDL 1
  6684. | #define HAVE_LIBM 1
  6685. | #define HAVE_INET_ATON 1
  6686. | #define STDC_HEADERS 1
  6687. | #define HAVE_DIRENT_H 1
  6688. | #define HAVE_INTTYPES_H 1
  6689. | #define HAVE_STDINT_H 1
  6690. | #define HAVE_DIRENT_H 1
  6691. | #define HAVE_SYS_PARAM_H 1
  6692. | #define HAVE_SYS_TYPES_H 1
  6693. | #define HAVE_SYS_TIME_H 1
  6694. | #define HAVE_NETINET_IN_H 1
  6695. | #define HAVE_ALLOCA_H 1
  6696. | #define HAVE_ARPA_INET_H 1
  6697. | #define HAVE_ARPA_NAMESER_H 1
  6698. | #define HAVE_ASSERT_H 1
  6699. | #define HAVE_CRYPT_H 1
  6700. | #define HAVE_FCNTL_H 1
  6701. | #define HAVE_GRP_H 1
  6702. | #define HAVE_LANGINFO_H 1
  6703. | #define HAVE_LIMITS_H 1
  6704. | #define HAVE_LOCALE_H 1
  6705. | #define HAVE_MONETARY_H 1
  6706. | #define HAVE_NETDB_H 1
  6707. | #define HAVE_POLL_H 1
  6708. | #define HAVE_PWD_H 1
  6709. | #define HAVE_RESOLV_H 1
  6710. | #define HAVE_SIGNAL_H 1
  6711. | #define HAVE_STDARG_H 1
  6712. | #define HAVE_STDLIB_H 1
  6713. | #define HAVE_STRING_H 1
  6714. | #define HAVE_SYSLOG_H 1
  6715. | #define HAVE_SYSEXITS_H 1
  6716. | #define HAVE_SYS_IOCTL_H 1
  6717. | #define HAVE_SYS_FILE_H 1
  6718. | #define HAVE_SYS_MMAN_H 1
  6719. | #define HAVE_SYS_MOUNT_H 1
  6720. | #define HAVE_SYS_POLL_H 1
  6721. | #define HAVE_SYS_RESOURCE_H 1
  6722. | #define HAVE_SYS_SELECT_H 1
  6723. | #define HAVE_SYS_SOCKET_H 1
  6724. | #define HAVE_SYS_STAT_H 1
  6725. | #define HAVE_SYS_STATFS_H 1
  6726. | #define HAVE_SYS_STATVFS_H 1
  6727. | #define HAVE_SYS_VFS_H 1
  6728. | #define HAVE_SYS_WAIT_H 1
  6729. | #define HAVE_TERMIOS_H 1
  6730. | #define HAVE_UNISTD_H 1
  6731. | #define HAVE_UTIME_H 1
  6732. | #define HAVE_SYS_UTSNAME_H 1
  6733. | #define HAVE_SYS_IPC_H 1
  6734. | #define HAVE_DLFCN_H 1
  6735. | #define HAVE_ASSERT_H 1
  6736. | #define HAVE_TMMINTRIN_H 1
  6737. | #define HAVE_NMMINTRIN_H 1
  6738. | #define HAVE_IMMINTRIN_H 1
  6739. | #define HAVE_FOPENCOOKIE 1
  6740. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  6741. | #define COOKIE_SEEKER_USES_OFF64_T 1
  6742. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  6743. | #define HAVE_STRUCT_TM_TM_ZONE 1
  6744. | #define HAVE_TM_ZONE 1
  6745. | #define MISSING_FCLOSE_DECL 0
  6746. | #define HAVE_TM_GMTOFF 1
  6747. | #define HAVE_STRUCT_FLOCK 1
  6748. | #define HAVE_SOCKLEN_T 1
  6749. | #define SIZEOF_SIZE_T 8
  6750. | #define SIZEOF_LONG_LONG 8
  6751. | #define SIZEOF_LONG_LONG_INT 8
  6752. | #define SIZEOF_LONG 8
  6753. | #define SIZEOF_INT 4
  6754. | #define SIZEOF_INTMAX_T 8
  6755. | #define HAVE_INTMAX_T 1
  6756. | #define SIZEOF_SSIZE_T 8
  6757. | #define HAVE_SSIZE_T 1
  6758. | #define SIZEOF_PTRDIFF_T 8
  6759. | #define HAVE_PTRDIFF_T 1
  6760. | #define SIZEOF_SHORT 2
  6761. | #define SIZEOF_INT 4
  6762. | #define SIZEOF_LONG 8
  6763. | #define SIZEOF_LONG_LONG 8
  6764. | #define HAVE_INT8_T 1
  6765. | #define HAVE_INT16_T 1
  6766. | #define HAVE_INT32_T 1
  6767. | #define HAVE_INT64_T 1
  6768. | #define HAVE_UINT8_T 1
  6769. | #define HAVE_UINT16_T 1
  6770. | #define HAVE_UINT32_T 1
  6771. | #define HAVE_UINT64_T 1
  6772. | #define HAVE_U_INT8_T 1
  6773. | #define HAVE_U_INT16_T 1
  6774. | #define HAVE_U_INT32_T 1
  6775. | #define HAVE_U_INT64_T 1
  6776. | #define PHP_HAVE_STDINT_TYPES 1
  6777. | #define PHP_HAVE_BUILTIN_EXPECT 1
  6778. | #define PHP_HAVE_BUILTIN_CLZ 1
  6779. | #define PHP_HAVE_BUILTIN_CTZL 1
  6780. | #define PHP_HAVE_BUILTIN_CTZLL 1
  6781. | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 1
  6782. | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
  6783. | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
  6784. | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
  6785. | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
  6786. | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
  6787. | #define PHP_HAVE_BUILTIN_CPU_INIT 1
  6788. | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
  6789. | #define PHP_HAVE_SSSE3_INSTRUCTIONS 1
  6790. | #define PHP_HAVE_SSE4_2_INSTRUCTIONS 1
  6791. | #define PHP_HAVE_AVX_INSTRUCTIONS 1
  6792. | #define PHP_HAVE_AVX2_INSTRUCTIONS 0
  6793. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  6794. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  6795. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  6796. | #define HAVE_ST_BLOCKS 1
  6797. | #define HAVE_SOCKADDR_STORAGE 1
  6798. | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
  6799. | #define HAVE_FUNC_ATTRIBUTE_TARGET 1
  6800. | #define HAVE_VPRINTF 1
  6801. | /* end confdefs.h. */
  6802. | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
  6803. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  6804. | #define _doprnt innocuous__doprnt
  6805. |
  6806. | /* System header to define __stub macros and hopefully few prototypes,
  6807. | which can conflict with char _doprnt (); below.
  6808. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  6809. | <limits.h> exists even on freestanding compilers. */
  6810. |
  6811. | #ifdef __STDC__
  6812. | # include <limits.h>
  6813. | #else
  6814. | # include <assert.h>
  6815. | #endif
  6816. |
  6817. | #undef _doprnt
  6818. |
  6819. | /* Override any GCC internal prototype to avoid an error.
  6820. | Use char because int might match the return type of a GCC
  6821. | builtin and then its argument prototype would still apply. */
  6822. | #ifdef __cplusplus
  6823. | extern "C"
  6824. | #endif
  6825. | char _doprnt ();
  6826. | /* The GNU C library defines this for functions which it implements
  6827. | to always fail with ENOSYS. Some functions are actually named
  6828. | something starting with __ and the normal name is an alias. */
  6829. | #if defined __stub__doprnt || defined __stub____doprnt
  6830. | choke me
  6831. | #endif
  6832. |
  6833. | int
  6834. | main ()
  6835. | {
  6836. | return _doprnt ();
  6837. | ;
  6838. | return 0;
  6839. | }
  6840. configure:14970: result: no
  6841. configure:15067: checking for alphasort
  6842. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  6843. configure:15067: $? = 0
  6844. configure:15067: result: yes
  6845. configure:15067: checking for asctime_r
  6846. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  6847. configure:15067: $? = 0
  6848. configure:15067: result: yes
  6849. configure:15067: checking for chroot
  6850. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  6851. configure:15067: $? = 0
  6852. configure:15067: result: yes
  6853. configure:15067: checking for ctime_r
  6854. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  6855. configure:15067: $? = 0
  6856. configure:15067: result: yes
  6857. configure:15067: checking for cuserid
  6858. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  6859. configure:15067: $? = 0
  6860. configure:15067: result: yes
  6861. configure:15067: checking for crypt
  6862. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  6863. /tmp/ccYO2Wd2.o: In function `main':
  6864. /media/lera/b1a4b0ee-bd95-4c39-a19c-5cb0e0ee5f4b/Linguagem de programacao/php/php-7.3.6/conftest.c:199: undefined reference to `crypt'
  6865. collect2: error: ld returned 1 exit status
  6866. configure:15067: $? = 1
  6867. configure: failed program was:
  6868. | /* confdefs.h */
  6869. | #define PACKAGE_NAME ""
  6870. | #define PACKAGE_TARNAME ""
  6871. | #define PACKAGE_VERSION ""
  6872. | #define PACKAGE_STRING ""
  6873. | #define PACKAGE_BUGREPORT ""
  6874. | #define PACKAGE_URL ""
  6875. | #define STDC_HEADERS 1
  6876. | #define HAVE_SYS_TYPES_H 1
  6877. | #define HAVE_SYS_STAT_H 1
  6878. | #define HAVE_STDLIB_H 1
  6879. | #define HAVE_STRING_H 1
  6880. | #define HAVE_MEMORY_H 1
  6881. | #define HAVE_STRINGS_H 1
  6882. | #define HAVE_INTTYPES_H 1
  6883. | #define HAVE_STDINT_H 1
  6884. | #define HAVE_UNISTD_H 1
  6885. | #define __EXTENSIONS__ 1
  6886. | #define _ALL_SOURCE 1
  6887. | #define _GNU_SOURCE 1
  6888. | #define _POSIX_PTHREAD_SEMANTICS 1
  6889. | #define _TANDEM_SOURCE 1
  6890. | #define HAVE_DEV_URANDOM 1
  6891. | #define HAVE_GCC_GLOBAL_REGS 1
  6892. | #define HAVE_HUGE_VAL_INF 1
  6893. | #define HAVE_CPUID_COUNT 1
  6894. | #define GWINSZ_IN_SYS_IOCTL 1
  6895. | #define HAVE_PHPDBG 1
  6896. | #define PHPDBG_DEBUG 0
  6897. | #define HAVE_SOCKLEN_T 1
  6898. | #define PHP_WRITE_STDOUT 1
  6899. | #define HAVE_SOCKET 1
  6900. | #define HAVE_SOCKETPAIR 1
  6901. | #define HAVE_HTONL 1
  6902. | #define HAVE_GETHOSTNAME 1
  6903. | #define HAVE_GETHOSTBYADDR 1
  6904. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  6905. | #define HAVE_LIBNSL 1
  6906. | #define HAVE_DLOPEN 1
  6907. | #define HAVE_LIBDL 1
  6908. | #define HAVE_LIBDL 1
  6909. | #define HAVE_LIBM 1
  6910. | #define HAVE_INET_ATON 1
  6911. | #define STDC_HEADERS 1
  6912. | #define HAVE_DIRENT_H 1
  6913. | #define HAVE_INTTYPES_H 1
  6914. | #define HAVE_STDINT_H 1
  6915. | #define HAVE_DIRENT_H 1
  6916. | #define HAVE_SYS_PARAM_H 1
  6917. | #define HAVE_SYS_TYPES_H 1
  6918. | #define HAVE_SYS_TIME_H 1
  6919. | #define HAVE_NETINET_IN_H 1
  6920. | #define HAVE_ALLOCA_H 1
  6921. | #define HAVE_ARPA_INET_H 1
  6922. | #define HAVE_ARPA_NAMESER_H 1
  6923. | #define HAVE_ASSERT_H 1
  6924. | #define HAVE_CRYPT_H 1
  6925. | #define HAVE_FCNTL_H 1
  6926. | #define HAVE_GRP_H 1
  6927. | #define HAVE_LANGINFO_H 1
  6928. | #define HAVE_LIMITS_H 1
  6929. | #define HAVE_LOCALE_H 1
  6930. | #define HAVE_MONETARY_H 1
  6931. | #define HAVE_NETDB_H 1
  6932. | #define HAVE_POLL_H 1
  6933. | #define HAVE_PWD_H 1
  6934. | #define HAVE_RESOLV_H 1
  6935. | #define HAVE_SIGNAL_H 1
  6936. | #define HAVE_STDARG_H 1
  6937. | #define HAVE_STDLIB_H 1
  6938. | #define HAVE_STRING_H 1
  6939. | #define HAVE_SYSLOG_H 1
  6940. | #define HAVE_SYSEXITS_H 1
  6941. | #define HAVE_SYS_IOCTL_H 1
  6942. | #define HAVE_SYS_FILE_H 1
  6943. | #define HAVE_SYS_MMAN_H 1
  6944. | #define HAVE_SYS_MOUNT_H 1
  6945. | #define HAVE_SYS_POLL_H 1
  6946. | #define HAVE_SYS_RESOURCE_H 1
  6947. | #define HAVE_SYS_SELECT_H 1
  6948. | #define HAVE_SYS_SOCKET_H 1
  6949. | #define HAVE_SYS_STAT_H 1
  6950. | #define HAVE_SYS_STATFS_H 1
  6951. | #define HAVE_SYS_STATVFS_H 1
  6952. | #define HAVE_SYS_VFS_H 1
  6953. | #define HAVE_SYS_WAIT_H 1
  6954. | #define HAVE_TERMIOS_H 1
  6955. | #define HAVE_UNISTD_H 1
  6956. | #define HAVE_UTIME_H 1
  6957. | #define HAVE_SYS_UTSNAME_H 1
  6958. | #define HAVE_SYS_IPC_H 1
  6959. | #define HAVE_DLFCN_H 1
  6960. | #define HAVE_ASSERT_H 1
  6961. | #define HAVE_TMMINTRIN_H 1
  6962. | #define HAVE_NMMINTRIN_H 1
  6963. | #define HAVE_IMMINTRIN_H 1
  6964. | #define HAVE_FOPENCOOKIE 1
  6965. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  6966. | #define COOKIE_SEEKER_USES_OFF64_T 1
  6967. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  6968. | #define HAVE_STRUCT_TM_TM_ZONE 1
  6969. | #define HAVE_TM_ZONE 1
  6970. | #define MISSING_FCLOSE_DECL 0
  6971. | #define HAVE_TM_GMTOFF 1
  6972. | #define HAVE_STRUCT_FLOCK 1
  6973. | #define HAVE_SOCKLEN_T 1
  6974. | #define SIZEOF_SIZE_T 8
  6975. | #define SIZEOF_LONG_LONG 8
  6976. | #define SIZEOF_LONG_LONG_INT 8
  6977. | #define SIZEOF_LONG 8
  6978. | #define SIZEOF_INT 4
  6979. | #define SIZEOF_INTMAX_T 8
  6980. | #define HAVE_INTMAX_T 1
  6981. | #define SIZEOF_SSIZE_T 8
  6982. | #define HAVE_SSIZE_T 1
  6983. | #define SIZEOF_PTRDIFF_T 8
  6984. | #define HAVE_PTRDIFF_T 1
  6985. | #define SIZEOF_SHORT 2
  6986. | #define SIZEOF_INT 4
  6987. | #define SIZEOF_LONG 8
  6988. | #define SIZEOF_LONG_LONG 8
  6989. | #define HAVE_INT8_T 1
  6990. | #define HAVE_INT16_T 1
  6991. | #define HAVE_INT32_T 1
  6992. | #define HAVE_INT64_T 1
  6993. | #define HAVE_UINT8_T 1
  6994. | #define HAVE_UINT16_T 1
  6995. | #define HAVE_UINT32_T 1
  6996. | #define HAVE_UINT64_T 1
  6997. | #define HAVE_U_INT8_T 1
  6998. | #define HAVE_U_INT16_T 1
  6999. | #define HAVE_U_INT32_T 1
  7000. | #define HAVE_U_INT64_T 1
  7001. | #define PHP_HAVE_STDINT_TYPES 1
  7002. | #define PHP_HAVE_BUILTIN_EXPECT 1
  7003. | #define PHP_HAVE_BUILTIN_CLZ 1
  7004. | #define PHP_HAVE_BUILTIN_CTZL 1
  7005. | #define PHP_HAVE_BUILTIN_CTZLL 1
  7006. | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 1
  7007. | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
  7008. | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
  7009. | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
  7010. | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
  7011. | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
  7012. | #define PHP_HAVE_BUILTIN_CPU_INIT 1
  7013. | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
  7014. | #define PHP_HAVE_SSSE3_INSTRUCTIONS 1
  7015. | #define PHP_HAVE_SSE4_2_INSTRUCTIONS 1
  7016. | #define PHP_HAVE_AVX_INSTRUCTIONS 1
  7017. | #define PHP_HAVE_AVX2_INSTRUCTIONS 0
  7018. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  7019. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  7020. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  7021. | #define HAVE_ST_BLOCKS 1
  7022. | #define HAVE_SOCKADDR_STORAGE 1
  7023. | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
  7024. | #define HAVE_FUNC_ATTRIBUTE_TARGET 1
  7025. | #define HAVE_VPRINTF 1
  7026. | #define HAVE_ALPHASORT 1
  7027. | #define HAVE_ASCTIME_R 1
  7028. | #define HAVE_CHROOT 1
  7029. | #define HAVE_CTIME_R 1
  7030. | #define HAVE_CUSERID 1
  7031. | /* end confdefs.h. */
  7032. | /* Define crypt to an innocuous variant, in case <limits.h> declares crypt.
  7033. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  7034. | #define crypt innocuous_crypt
  7035. |
  7036. | /* System header to define __stub macros and hopefully few prototypes,
  7037. | which can conflict with char crypt (); below.
  7038. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  7039. | <limits.h> exists even on freestanding compilers. */
  7040. |
  7041. | #ifdef __STDC__
  7042. | # include <limits.h>
  7043. | #else
  7044. | # include <assert.h>
  7045. | #endif
  7046. |
  7047. | #undef crypt
  7048. |
  7049. | /* Override any GCC internal prototype to avoid an error.
  7050. | Use char because int might match the return type of a GCC
  7051. | builtin and then its argument prototype would still apply. */
  7052. | #ifdef __cplusplus
  7053. | extern "C"
  7054. | #endif
  7055. | char crypt ();
  7056. | /* The GNU C library defines this for functions which it implements
  7057. | to always fail with ENOSYS. Some functions are actually named
  7058. | something starting with __ and the normal name is an alias. */
  7059. | #if defined __stub_crypt || defined __stub___crypt
  7060. | choke me
  7061. | #endif
  7062. |
  7063. | int
  7064. | main ()
  7065. | {
  7066. | return crypt ();
  7067. | ;
  7068. | return 0;
  7069. | }
  7070. configure:15067: result: no
  7071. configure:15067: checking for explicit_memset
  7072. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7073. /tmp/ccQulHaa.o: In function `main':
  7074. /media/lera/b1a4b0ee-bd95-4c39-a19c-5cb0e0ee5f4b/Linguagem de programacao/php/php-7.3.6/conftest.c:199: undefined reference to `explicit_memset'
  7075. collect2: error: ld returned 1 exit status
  7076. configure:15067: $? = 1
  7077. configure: failed program was:
  7078. | /* confdefs.h */
  7079. | #define PACKAGE_NAME ""
  7080. | #define PACKAGE_TARNAME ""
  7081. | #define PACKAGE_VERSION ""
  7082. | #define PACKAGE_STRING ""
  7083. | #define PACKAGE_BUGREPORT ""
  7084. | #define PACKAGE_URL ""
  7085. | #define STDC_HEADERS 1
  7086. | #define HAVE_SYS_TYPES_H 1
  7087. | #define HAVE_SYS_STAT_H 1
  7088. | #define HAVE_STDLIB_H 1
  7089. | #define HAVE_STRING_H 1
  7090. | #define HAVE_MEMORY_H 1
  7091. | #define HAVE_STRINGS_H 1
  7092. | #define HAVE_INTTYPES_H 1
  7093. | #define HAVE_STDINT_H 1
  7094. | #define HAVE_UNISTD_H 1
  7095. | #define __EXTENSIONS__ 1
  7096. | #define _ALL_SOURCE 1
  7097. | #define _GNU_SOURCE 1
  7098. | #define _POSIX_PTHREAD_SEMANTICS 1
  7099. | #define _TANDEM_SOURCE 1
  7100. | #define HAVE_DEV_URANDOM 1
  7101. | #define HAVE_GCC_GLOBAL_REGS 1
  7102. | #define HAVE_HUGE_VAL_INF 1
  7103. | #define HAVE_CPUID_COUNT 1
  7104. | #define GWINSZ_IN_SYS_IOCTL 1
  7105. | #define HAVE_PHPDBG 1
  7106. | #define PHPDBG_DEBUG 0
  7107. | #define HAVE_SOCKLEN_T 1
  7108. | #define PHP_WRITE_STDOUT 1
  7109. | #define HAVE_SOCKET 1
  7110. | #define HAVE_SOCKETPAIR 1
  7111. | #define HAVE_HTONL 1
  7112. | #define HAVE_GETHOSTNAME 1
  7113. | #define HAVE_GETHOSTBYADDR 1
  7114. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  7115. | #define HAVE_LIBNSL 1
  7116. | #define HAVE_DLOPEN 1
  7117. | #define HAVE_LIBDL 1
  7118. | #define HAVE_LIBDL 1
  7119. | #define HAVE_LIBM 1
  7120. | #define HAVE_INET_ATON 1
  7121. | #define STDC_HEADERS 1
  7122. | #define HAVE_DIRENT_H 1
  7123. | #define HAVE_INTTYPES_H 1
  7124. | #define HAVE_STDINT_H 1
  7125. | #define HAVE_DIRENT_H 1
  7126. | #define HAVE_SYS_PARAM_H 1
  7127. | #define HAVE_SYS_TYPES_H 1
  7128. | #define HAVE_SYS_TIME_H 1
  7129. | #define HAVE_NETINET_IN_H 1
  7130. | #define HAVE_ALLOCA_H 1
  7131. | #define HAVE_ARPA_INET_H 1
  7132. | #define HAVE_ARPA_NAMESER_H 1
  7133. | #define HAVE_ASSERT_H 1
  7134. | #define HAVE_CRYPT_H 1
  7135. | #define HAVE_FCNTL_H 1
  7136. | #define HAVE_GRP_H 1
  7137. | #define HAVE_LANGINFO_H 1
  7138. | #define HAVE_LIMITS_H 1
  7139. | #define HAVE_LOCALE_H 1
  7140. | #define HAVE_MONETARY_H 1
  7141. | #define HAVE_NETDB_H 1
  7142. | #define HAVE_POLL_H 1
  7143. | #define HAVE_PWD_H 1
  7144. | #define HAVE_RESOLV_H 1
  7145. | #define HAVE_SIGNAL_H 1
  7146. | #define HAVE_STDARG_H 1
  7147. | #define HAVE_STDLIB_H 1
  7148. | #define HAVE_STRING_H 1
  7149. | #define HAVE_SYSLOG_H 1
  7150. | #define HAVE_SYSEXITS_H 1
  7151. | #define HAVE_SYS_IOCTL_H 1
  7152. | #define HAVE_SYS_FILE_H 1
  7153. | #define HAVE_SYS_MMAN_H 1
  7154. | #define HAVE_SYS_MOUNT_H 1
  7155. | #define HAVE_SYS_POLL_H 1
  7156. | #define HAVE_SYS_RESOURCE_H 1
  7157. | #define HAVE_SYS_SELECT_H 1
  7158. | #define HAVE_SYS_SOCKET_H 1
  7159. | #define HAVE_SYS_STAT_H 1
  7160. | #define HAVE_SYS_STATFS_H 1
  7161. | #define HAVE_SYS_STATVFS_H 1
  7162. | #define HAVE_SYS_VFS_H 1
  7163. | #define HAVE_SYS_WAIT_H 1
  7164. | #define HAVE_TERMIOS_H 1
  7165. | #define HAVE_UNISTD_H 1
  7166. | #define HAVE_UTIME_H 1
  7167. | #define HAVE_SYS_UTSNAME_H 1
  7168. | #define HAVE_SYS_IPC_H 1
  7169. | #define HAVE_DLFCN_H 1
  7170. | #define HAVE_ASSERT_H 1
  7171. | #define HAVE_TMMINTRIN_H 1
  7172. | #define HAVE_NMMINTRIN_H 1
  7173. | #define HAVE_IMMINTRIN_H 1
  7174. | #define HAVE_FOPENCOOKIE 1
  7175. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  7176. | #define COOKIE_SEEKER_USES_OFF64_T 1
  7177. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  7178. | #define HAVE_STRUCT_TM_TM_ZONE 1
  7179. | #define HAVE_TM_ZONE 1
  7180. | #define MISSING_FCLOSE_DECL 0
  7181. | #define HAVE_TM_GMTOFF 1
  7182. | #define HAVE_STRUCT_FLOCK 1
  7183. | #define HAVE_SOCKLEN_T 1
  7184. | #define SIZEOF_SIZE_T 8
  7185. | #define SIZEOF_LONG_LONG 8
  7186. | #define SIZEOF_LONG_LONG_INT 8
  7187. | #define SIZEOF_LONG 8
  7188. | #define SIZEOF_INT 4
  7189. | #define SIZEOF_INTMAX_T 8
  7190. | #define HAVE_INTMAX_T 1
  7191. | #define SIZEOF_SSIZE_T 8
  7192. | #define HAVE_SSIZE_T 1
  7193. | #define SIZEOF_PTRDIFF_T 8
  7194. | #define HAVE_PTRDIFF_T 1
  7195. | #define SIZEOF_SHORT 2
  7196. | #define SIZEOF_INT 4
  7197. | #define SIZEOF_LONG 8
  7198. | #define SIZEOF_LONG_LONG 8
  7199. | #define HAVE_INT8_T 1
  7200. | #define HAVE_INT16_T 1
  7201. | #define HAVE_INT32_T 1
  7202. | #define HAVE_INT64_T 1
  7203. | #define HAVE_UINT8_T 1
  7204. | #define HAVE_UINT16_T 1
  7205. | #define HAVE_UINT32_T 1
  7206. | #define HAVE_UINT64_T 1
  7207. | #define HAVE_U_INT8_T 1
  7208. | #define HAVE_U_INT16_T 1
  7209. | #define HAVE_U_INT32_T 1
  7210. | #define HAVE_U_INT64_T 1
  7211. | #define PHP_HAVE_STDINT_TYPES 1
  7212. | #define PHP_HAVE_BUILTIN_EXPECT 1
  7213. | #define PHP_HAVE_BUILTIN_CLZ 1
  7214. | #define PHP_HAVE_BUILTIN_CTZL 1
  7215. | #define PHP_HAVE_BUILTIN_CTZLL 1
  7216. | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 1
  7217. | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
  7218. | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
  7219. | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
  7220. | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
  7221. | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
  7222. | #define PHP_HAVE_BUILTIN_CPU_INIT 1
  7223. | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
  7224. | #define PHP_HAVE_SSSE3_INSTRUCTIONS 1
  7225. | #define PHP_HAVE_SSE4_2_INSTRUCTIONS 1
  7226. | #define PHP_HAVE_AVX_INSTRUCTIONS 1
  7227. | #define PHP_HAVE_AVX2_INSTRUCTIONS 0
  7228. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  7229. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  7230. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  7231. | #define HAVE_ST_BLOCKS 1
  7232. | #define HAVE_SOCKADDR_STORAGE 1
  7233. | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
  7234. | #define HAVE_FUNC_ATTRIBUTE_TARGET 1
  7235. | #define HAVE_VPRINTF 1
  7236. | #define HAVE_ALPHASORT 1
  7237. | #define HAVE_ASCTIME_R 1
  7238. | #define HAVE_CHROOT 1
  7239. | #define HAVE_CTIME_R 1
  7240. | #define HAVE_CUSERID 1
  7241. | /* end confdefs.h. */
  7242. | /* Define explicit_memset to an innocuous variant, in case <limits.h> declares explicit_memset.
  7243. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  7244. | #define explicit_memset innocuous_explicit_memset
  7245. |
  7246. | /* System header to define __stub macros and hopefully few prototypes,
  7247. | which can conflict with char explicit_memset (); below.
  7248. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  7249. | <limits.h> exists even on freestanding compilers. */
  7250. |
  7251. | #ifdef __STDC__
  7252. | # include <limits.h>
  7253. | #else
  7254. | # include <assert.h>
  7255. | #endif
  7256. |
  7257. | #undef explicit_memset
  7258. |
  7259. | /* Override any GCC internal prototype to avoid an error.
  7260. | Use char because int might match the return type of a GCC
  7261. | builtin and then its argument prototype would still apply. */
  7262. | #ifdef __cplusplus
  7263. | extern "C"
  7264. | #endif
  7265. | char explicit_memset ();
  7266. | /* The GNU C library defines this for functions which it implements
  7267. | to always fail with ENOSYS. Some functions are actually named
  7268. | something starting with __ and the normal name is an alias. */
  7269. | #if defined __stub_explicit_memset || defined __stub___explicit_memset
  7270. | choke me
  7271. | #endif
  7272. |
  7273. | int
  7274. | main ()
  7275. | {
  7276. | return explicit_memset ();
  7277. | ;
  7278. | return 0;
  7279. | }
  7280. configure:15067: result: no
  7281. configure:15067: checking for flock
  7282. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7283. configure:15067: $? = 0
  7284. configure:15067: result: yes
  7285. configure:15067: checking for ftok
  7286. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7287. configure:15067: $? = 0
  7288. configure:15067: result: yes
  7289. configure:15067: checking for funopen
  7290. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7291. /tmp/cckfKGAo.o: In function `main':
  7292. /media/lera/b1a4b0ee-bd95-4c39-a19c-5cb0e0ee5f4b/Linguagem de programacao/php/php-7.3.6/conftest.c:201: undefined reference to `funopen'
  7293. collect2: error: ld returned 1 exit status
  7294. configure:15067: $? = 1
  7295. configure: failed program was:
  7296. | /* confdefs.h */
  7297. | #define PACKAGE_NAME ""
  7298. | #define PACKAGE_TARNAME ""
  7299. | #define PACKAGE_VERSION ""
  7300. | #define PACKAGE_STRING ""
  7301. | #define PACKAGE_BUGREPORT ""
  7302. | #define PACKAGE_URL ""
  7303. | #define STDC_HEADERS 1
  7304. | #define HAVE_SYS_TYPES_H 1
  7305. | #define HAVE_SYS_STAT_H 1
  7306. | #define HAVE_STDLIB_H 1
  7307. | #define HAVE_STRING_H 1
  7308. | #define HAVE_MEMORY_H 1
  7309. | #define HAVE_STRINGS_H 1
  7310. | #define HAVE_INTTYPES_H 1
  7311. | #define HAVE_STDINT_H 1
  7312. | #define HAVE_UNISTD_H 1
  7313. | #define __EXTENSIONS__ 1
  7314. | #define _ALL_SOURCE 1
  7315. | #define _GNU_SOURCE 1
  7316. | #define _POSIX_PTHREAD_SEMANTICS 1
  7317. | #define _TANDEM_SOURCE 1
  7318. | #define HAVE_DEV_URANDOM 1
  7319. | #define HAVE_GCC_GLOBAL_REGS 1
  7320. | #define HAVE_HUGE_VAL_INF 1
  7321. | #define HAVE_CPUID_COUNT 1
  7322. | #define GWINSZ_IN_SYS_IOCTL 1
  7323. | #define HAVE_PHPDBG 1
  7324. | #define PHPDBG_DEBUG 0
  7325. | #define HAVE_SOCKLEN_T 1
  7326. | #define PHP_WRITE_STDOUT 1
  7327. | #define HAVE_SOCKET 1
  7328. | #define HAVE_SOCKETPAIR 1
  7329. | #define HAVE_HTONL 1
  7330. | #define HAVE_GETHOSTNAME 1
  7331. | #define HAVE_GETHOSTBYADDR 1
  7332. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  7333. | #define HAVE_LIBNSL 1
  7334. | #define HAVE_DLOPEN 1
  7335. | #define HAVE_LIBDL 1
  7336. | #define HAVE_LIBDL 1
  7337. | #define HAVE_LIBM 1
  7338. | #define HAVE_INET_ATON 1
  7339. | #define STDC_HEADERS 1
  7340. | #define HAVE_DIRENT_H 1
  7341. | #define HAVE_INTTYPES_H 1
  7342. | #define HAVE_STDINT_H 1
  7343. | #define HAVE_DIRENT_H 1
  7344. | #define HAVE_SYS_PARAM_H 1
  7345. | #define HAVE_SYS_TYPES_H 1
  7346. | #define HAVE_SYS_TIME_H 1
  7347. | #define HAVE_NETINET_IN_H 1
  7348. | #define HAVE_ALLOCA_H 1
  7349. | #define HAVE_ARPA_INET_H 1
  7350. | #define HAVE_ARPA_NAMESER_H 1
  7351. | #define HAVE_ASSERT_H 1
  7352. | #define HAVE_CRYPT_H 1
  7353. | #define HAVE_FCNTL_H 1
  7354. | #define HAVE_GRP_H 1
  7355. | #define HAVE_LANGINFO_H 1
  7356. | #define HAVE_LIMITS_H 1
  7357. | #define HAVE_LOCALE_H 1
  7358. | #define HAVE_MONETARY_H 1
  7359. | #define HAVE_NETDB_H 1
  7360. | #define HAVE_POLL_H 1
  7361. | #define HAVE_PWD_H 1
  7362. | #define HAVE_RESOLV_H 1
  7363. | #define HAVE_SIGNAL_H 1
  7364. | #define HAVE_STDARG_H 1
  7365. | #define HAVE_STDLIB_H 1
  7366. | #define HAVE_STRING_H 1
  7367. | #define HAVE_SYSLOG_H 1
  7368. | #define HAVE_SYSEXITS_H 1
  7369. | #define HAVE_SYS_IOCTL_H 1
  7370. | #define HAVE_SYS_FILE_H 1
  7371. | #define HAVE_SYS_MMAN_H 1
  7372. | #define HAVE_SYS_MOUNT_H 1
  7373. | #define HAVE_SYS_POLL_H 1
  7374. | #define HAVE_SYS_RESOURCE_H 1
  7375. | #define HAVE_SYS_SELECT_H 1
  7376. | #define HAVE_SYS_SOCKET_H 1
  7377. | #define HAVE_SYS_STAT_H 1
  7378. | #define HAVE_SYS_STATFS_H 1
  7379. | #define HAVE_SYS_STATVFS_H 1
  7380. | #define HAVE_SYS_VFS_H 1
  7381. | #define HAVE_SYS_WAIT_H 1
  7382. | #define HAVE_TERMIOS_H 1
  7383. | #define HAVE_UNISTD_H 1
  7384. | #define HAVE_UTIME_H 1
  7385. | #define HAVE_SYS_UTSNAME_H 1
  7386. | #define HAVE_SYS_IPC_H 1
  7387. | #define HAVE_DLFCN_H 1
  7388. | #define HAVE_ASSERT_H 1
  7389. | #define HAVE_TMMINTRIN_H 1
  7390. | #define HAVE_NMMINTRIN_H 1
  7391. | #define HAVE_IMMINTRIN_H 1
  7392. | #define HAVE_FOPENCOOKIE 1
  7393. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  7394. | #define COOKIE_SEEKER_USES_OFF64_T 1
  7395. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  7396. | #define HAVE_STRUCT_TM_TM_ZONE 1
  7397. | #define HAVE_TM_ZONE 1
  7398. | #define MISSING_FCLOSE_DECL 0
  7399. | #define HAVE_TM_GMTOFF 1
  7400. | #define HAVE_STRUCT_FLOCK 1
  7401. | #define HAVE_SOCKLEN_T 1
  7402. | #define SIZEOF_SIZE_T 8
  7403. | #define SIZEOF_LONG_LONG 8
  7404. | #define SIZEOF_LONG_LONG_INT 8
  7405. | #define SIZEOF_LONG 8
  7406. | #define SIZEOF_INT 4
  7407. | #define SIZEOF_INTMAX_T 8
  7408. | #define HAVE_INTMAX_T 1
  7409. | #define SIZEOF_SSIZE_T 8
  7410. | #define HAVE_SSIZE_T 1
  7411. | #define SIZEOF_PTRDIFF_T 8
  7412. | #define HAVE_PTRDIFF_T 1
  7413. | #define SIZEOF_SHORT 2
  7414. | #define SIZEOF_INT 4
  7415. | #define SIZEOF_LONG 8
  7416. | #define SIZEOF_LONG_LONG 8
  7417. | #define HAVE_INT8_T 1
  7418. | #define HAVE_INT16_T 1
  7419. | #define HAVE_INT32_T 1
  7420. | #define HAVE_INT64_T 1
  7421. | #define HAVE_UINT8_T 1
  7422. | #define HAVE_UINT16_T 1
  7423. | #define HAVE_UINT32_T 1
  7424. | #define HAVE_UINT64_T 1
  7425. | #define HAVE_U_INT8_T 1
  7426. | #define HAVE_U_INT16_T 1
  7427. | #define HAVE_U_INT32_T 1
  7428. | #define HAVE_U_INT64_T 1
  7429. | #define PHP_HAVE_STDINT_TYPES 1
  7430. | #define PHP_HAVE_BUILTIN_EXPECT 1
  7431. | #define PHP_HAVE_BUILTIN_CLZ 1
  7432. | #define PHP_HAVE_BUILTIN_CTZL 1
  7433. | #define PHP_HAVE_BUILTIN_CTZLL 1
  7434. | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 1
  7435. | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
  7436. | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
  7437. | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
  7438. | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
  7439. | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
  7440. | #define PHP_HAVE_BUILTIN_CPU_INIT 1
  7441. | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
  7442. | #define PHP_HAVE_SSSE3_INSTRUCTIONS 1
  7443. | #define PHP_HAVE_SSE4_2_INSTRUCTIONS 1
  7444. | #define PHP_HAVE_AVX_INSTRUCTIONS 1
  7445. | #define PHP_HAVE_AVX2_INSTRUCTIONS 0
  7446. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  7447. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  7448. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  7449. | #define HAVE_ST_BLOCKS 1
  7450. | #define HAVE_SOCKADDR_STORAGE 1
  7451. | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
  7452. | #define HAVE_FUNC_ATTRIBUTE_TARGET 1
  7453. | #define HAVE_VPRINTF 1
  7454. | #define HAVE_ALPHASORT 1
  7455. | #define HAVE_ASCTIME_R 1
  7456. | #define HAVE_CHROOT 1
  7457. | #define HAVE_CTIME_R 1
  7458. | #define HAVE_CUSERID 1
  7459. | #define HAVE_FLOCK 1
  7460. | #define HAVE_FTOK 1
  7461. | /* end confdefs.h. */
  7462. | /* Define funopen to an innocuous variant, in case <limits.h> declares funopen.
  7463. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  7464. | #define funopen innocuous_funopen
  7465. |
  7466. | /* System header to define __stub macros and hopefully few prototypes,
  7467. | which can conflict with char funopen (); below.
  7468. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  7469. | <limits.h> exists even on freestanding compilers. */
  7470. |
  7471. | #ifdef __STDC__
  7472. | # include <limits.h>
  7473. | #else
  7474. | # include <assert.h>
  7475. | #endif
  7476. |
  7477. | #undef funopen
  7478. |
  7479. | /* Override any GCC internal prototype to avoid an error.
  7480. | Use char because int might match the return type of a GCC
  7481. | builtin and then its argument prototype would still apply. */
  7482. | #ifdef __cplusplus
  7483. | extern "C"
  7484. | #endif
  7485. | char funopen ();
  7486. | /* The GNU C library defines this for functions which it implements
  7487. | to always fail with ENOSYS. Some functions are actually named
  7488. | something starting with __ and the normal name is an alias. */
  7489. | #if defined __stub_funopen || defined __stub___funopen
  7490. | choke me
  7491. | #endif
  7492. |
  7493. | int
  7494. | main ()
  7495. | {
  7496. | return funopen ();
  7497. | ;
  7498. | return 0;
  7499. | }
  7500. configure:15067: result: no
  7501. configure:15067: checking for gai_strerror
  7502. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7503. configure:15067: $? = 0
  7504. configure:15067: result: yes
  7505. configure:15067: checking for gcvt
  7506. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7507. configure:15067: $? = 0
  7508. configure:15067: result: yes
  7509. configure:15067: checking for getloadavg
  7510. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7511. configure:15067: $? = 0
  7512. configure:15067: result: yes
  7513. configure:15067: checking for getlogin
  7514. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7515. configure:15067: $? = 0
  7516. configure:15067: result: yes
  7517. configure:15067: checking for getprotobyname
  7518. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7519. configure:15067: $? = 0
  7520. configure:15067: result: yes
  7521. configure:15067: checking for getprotobynumber
  7522. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7523. configure:15067: $? = 0
  7524. configure:15067: result: yes
  7525. configure:15067: checking for getservbyname
  7526. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7527. configure:15067: $? = 0
  7528. configure:15067: result: yes
  7529. configure:15067: checking for getservbyport
  7530. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7531. configure:15067: $? = 0
  7532. configure:15067: result: yes
  7533. configure:15067: checking for gethostname
  7534. configure:15067: result: yes
  7535. configure:15067: checking for getrusage
  7536. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7537. configure:15067: $? = 0
  7538. configure:15067: result: yes
  7539. configure:15067: checking for gettimeofday
  7540. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7541. configure:15067: $? = 0
  7542. configure:15067: result: yes
  7543. configure:15067: checking for gmtime_r
  7544. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7545. configure:15067: $? = 0
  7546. configure:15067: result: yes
  7547. configure:15067: checking for getpwnam_r
  7548. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7549. configure:15067: $? = 0
  7550. configure:15067: result: yes
  7551. configure:15067: checking for getgrnam_r
  7552. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7553. configure:15067: $? = 0
  7554. configure:15067: result: yes
  7555. configure:15067: checking for getpwuid_r
  7556. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7557. configure:15067: $? = 0
  7558. configure:15067: result: yes
  7559. configure:15067: checking for grantpt
  7560. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7561. configure:15067: $? = 0
  7562. configure:15067: result: yes
  7563. configure:15067: checking for inet_ntoa
  7564. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7565. configure:15067: $? = 0
  7566. configure:15067: result: yes
  7567. configure:15067: checking for inet_ntop
  7568. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7569. configure:15067: $? = 0
  7570. configure:15067: result: yes
  7571. configure:15067: checking for inet_pton
  7572. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7573. configure:15067: $? = 0
  7574. configure:15067: result: yes
  7575. configure:15067: checking for isascii
  7576. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7577. conftest.c:209:6: warning: conflicting types for built-in function 'isascii'
  7578. char isascii ();
  7579. ^~~~~~~
  7580. configure:15067: $? = 0
  7581. configure:15067: result: yes
  7582. configure:15067: checking for link
  7583. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7584. configure:15067: $? = 0
  7585. configure:15067: result: yes
  7586. configure:15067: checking for localtime_r
  7587. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7588. configure:15067: $? = 0
  7589. configure:15067: result: yes
  7590. configure:15067: checking for lockf
  7591. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7592. configure:15067: $? = 0
  7593. configure:15067: result: yes
  7594. configure:15067: checking for lchown
  7595. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7596. configure:15067: $? = 0
  7597. configure:15067: result: yes
  7598. configure:15067: checking for lrand48
  7599. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7600. configure:15067: $? = 0
  7601. configure:15067: result: yes
  7602. configure:15067: checking for memcpy
  7603. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7604. conftest.c:215:6: warning: conflicting types for built-in function 'memcpy'
  7605. char memcpy ();
  7606. ^~~~~~
  7607. configure:15067: $? = 0
  7608. configure:15067: result: yes
  7609. configure:15067: checking for memmove
  7610. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7611. conftest.c:216:6: warning: conflicting types for built-in function 'memmove'
  7612. char memmove ();
  7613. ^~~~~~~
  7614. configure:15067: $? = 0
  7615. configure:15067: result: yes
  7616. configure:15067: checking for mkstemp
  7617. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7618. configure:15067: $? = 0
  7619. configure:15067: result: yes
  7620. configure:15067: checking for mmap
  7621. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7622. configure:15067: $? = 0
  7623. configure:15067: result: yes
  7624. configure:15067: checking for nl_langinfo
  7625. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7626. configure:15067: $? = 0
  7627. configure:15067: result: yes
  7628. configure:15067: checking for perror
  7629. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7630. configure:15067: $? = 0
  7631. configure:15067: result: yes
  7632. configure:15067: checking for poll
  7633. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7634. configure:15067: $? = 0
  7635. configure:15067: result: yes
  7636. configure:15067: checking for ptsname
  7637. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7638. configure:15067: $? = 0
  7639. configure:15067: result: yes
  7640. configure:15067: checking for putenv
  7641. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7642. configure:15067: $? = 0
  7643. configure:15067: result: yes
  7644. configure:15067: checking for realpath
  7645. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7646. configure:15067: $? = 0
  7647. configure:15067: result: yes
  7648. configure:15067: checking for random
  7649. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7650. configure:15067: $? = 0
  7651. configure:15067: result: yes
  7652. configure:15067: checking for rand_r
  7653. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7654. configure:15067: $? = 0
  7655. configure:15067: result: yes
  7656. configure:15067: checking for scandir
  7657. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7658. configure:15067: $? = 0
  7659. configure:15067: result: yes
  7660. configure:15067: checking for setitimer
  7661. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7662. configure:15067: $? = 0
  7663. configure:15067: result: yes
  7664. configure:15067: checking for setlocale
  7665. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7666. configure:15067: $? = 0
  7667. configure:15067: result: yes
  7668. configure:15067: checking for localeconv
  7669. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7670. configure:15067: $? = 0
  7671. configure:15067: result: yes
  7672. configure:15067: checking for setenv
  7673. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7674. configure:15067: $? = 0
  7675. configure:15067: result: yes
  7676. configure:15067: checking for setpgid
  7677. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7678. configure:15067: $? = 0
  7679. configure:15067: result: yes
  7680. configure:15067: checking for setsockopt
  7681. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7682. configure:15067: $? = 0
  7683. configure:15067: result: yes
  7684. configure:15067: checking for setvbuf
  7685. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7686. configure:15067: $? = 0
  7687. configure:15067: result: yes
  7688. configure:15067: checking for shutdown
  7689. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7690. configure:15067: $? = 0
  7691. configure:15067: result: yes
  7692. configure:15067: checking for sin
  7693. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7694. conftest.c:236:6: warning: conflicting types for built-in function 'sin'
  7695. char sin ();
  7696. ^~~
  7697. configure:15067: $? = 0
  7698. configure:15067: result: yes
  7699. configure:15067: checking for snprintf
  7700. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7701. conftest.c:237:6: warning: conflicting types for built-in function 'snprintf'
  7702. char snprintf ();
  7703. ^~~~~~~~
  7704. configure:15067: $? = 0
  7705. configure:15067: result: yes
  7706. configure:15067: checking for srand48
  7707. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7708. configure:15067: $? = 0
  7709. configure:15067: result: yes
  7710. configure:15067: checking for srandom
  7711. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7712. configure:15067: $? = 0
  7713. configure:15067: result: yes
  7714. configure:15067: checking for statfs
  7715. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7716. configure:15067: $? = 0
  7717. configure:15067: result: yes
  7718. configure:15067: checking for statvfs
  7719. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7720. configure:15067: $? = 0
  7721. configure:15067: result: yes
  7722. configure:15067: checking for std_syslog
  7723. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7724. /tmp/ccJsxmUv.o: In function `main':
  7725. /media/lera/b1a4b0ee-bd95-4c39-a19c-5cb0e0ee5f4b/Linguagem de programacao/php/php-7.3.6/conftest.c:253: undefined reference to `std_syslog'
  7726. collect2: error: ld returned 1 exit status
  7727. configure:15067: $? = 1
  7728. configure: failed program was:
  7729. | /* confdefs.h */
  7730. | #define PACKAGE_NAME ""
  7731. | #define PACKAGE_TARNAME ""
  7732. | #define PACKAGE_VERSION ""
  7733. | #define PACKAGE_STRING ""
  7734. | #define PACKAGE_BUGREPORT ""
  7735. | #define PACKAGE_URL ""
  7736. | #define STDC_HEADERS 1
  7737. | #define HAVE_SYS_TYPES_H 1
  7738. | #define HAVE_SYS_STAT_H 1
  7739. | #define HAVE_STDLIB_H 1
  7740. | #define HAVE_STRING_H 1
  7741. | #define HAVE_MEMORY_H 1
  7742. | #define HAVE_STRINGS_H 1
  7743. | #define HAVE_INTTYPES_H 1
  7744. | #define HAVE_STDINT_H 1
  7745. | #define HAVE_UNISTD_H 1
  7746. | #define __EXTENSIONS__ 1
  7747. | #define _ALL_SOURCE 1
  7748. | #define _GNU_SOURCE 1
  7749. | #define _POSIX_PTHREAD_SEMANTICS 1
  7750. | #define _TANDEM_SOURCE 1
  7751. | #define HAVE_DEV_URANDOM 1
  7752. | #define HAVE_GCC_GLOBAL_REGS 1
  7753. | #define HAVE_HUGE_VAL_INF 1
  7754. | #define HAVE_CPUID_COUNT 1
  7755. | #define GWINSZ_IN_SYS_IOCTL 1
  7756. | #define HAVE_PHPDBG 1
  7757. | #define PHPDBG_DEBUG 0
  7758. | #define HAVE_SOCKLEN_T 1
  7759. | #define PHP_WRITE_STDOUT 1
  7760. | #define HAVE_SOCKET 1
  7761. | #define HAVE_SOCKETPAIR 1
  7762. | #define HAVE_HTONL 1
  7763. | #define HAVE_GETHOSTNAME 1
  7764. | #define HAVE_GETHOSTBYADDR 1
  7765. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  7766. | #define HAVE_LIBNSL 1
  7767. | #define HAVE_DLOPEN 1
  7768. | #define HAVE_LIBDL 1
  7769. | #define HAVE_LIBDL 1
  7770. | #define HAVE_LIBM 1
  7771. | #define HAVE_INET_ATON 1
  7772. | #define STDC_HEADERS 1
  7773. | #define HAVE_DIRENT_H 1
  7774. | #define HAVE_INTTYPES_H 1
  7775. | #define HAVE_STDINT_H 1
  7776. | #define HAVE_DIRENT_H 1
  7777. | #define HAVE_SYS_PARAM_H 1
  7778. | #define HAVE_SYS_TYPES_H 1
  7779. | #define HAVE_SYS_TIME_H 1
  7780. | #define HAVE_NETINET_IN_H 1
  7781. | #define HAVE_ALLOCA_H 1
  7782. | #define HAVE_ARPA_INET_H 1
  7783. | #define HAVE_ARPA_NAMESER_H 1
  7784. | #define HAVE_ASSERT_H 1
  7785. | #define HAVE_CRYPT_H 1
  7786. | #define HAVE_FCNTL_H 1
  7787. | #define HAVE_GRP_H 1
  7788. | #define HAVE_LANGINFO_H 1
  7789. | #define HAVE_LIMITS_H 1
  7790. | #define HAVE_LOCALE_H 1
  7791. | #define HAVE_MONETARY_H 1
  7792. | #define HAVE_NETDB_H 1
  7793. | #define HAVE_POLL_H 1
  7794. | #define HAVE_PWD_H 1
  7795. | #define HAVE_RESOLV_H 1
  7796. | #define HAVE_SIGNAL_H 1
  7797. | #define HAVE_STDARG_H 1
  7798. | #define HAVE_STDLIB_H 1
  7799. | #define HAVE_STRING_H 1
  7800. | #define HAVE_SYSLOG_H 1
  7801. | #define HAVE_SYSEXITS_H 1
  7802. | #define HAVE_SYS_IOCTL_H 1
  7803. | #define HAVE_SYS_FILE_H 1
  7804. | #define HAVE_SYS_MMAN_H 1
  7805. | #define HAVE_SYS_MOUNT_H 1
  7806. | #define HAVE_SYS_POLL_H 1
  7807. | #define HAVE_SYS_RESOURCE_H 1
  7808. | #define HAVE_SYS_SELECT_H 1
  7809. | #define HAVE_SYS_SOCKET_H 1
  7810. | #define HAVE_SYS_STAT_H 1
  7811. | #define HAVE_SYS_STATFS_H 1
  7812. | #define HAVE_SYS_STATVFS_H 1
  7813. | #define HAVE_SYS_VFS_H 1
  7814. | #define HAVE_SYS_WAIT_H 1
  7815. | #define HAVE_TERMIOS_H 1
  7816. | #define HAVE_UNISTD_H 1
  7817. | #define HAVE_UTIME_H 1
  7818. | #define HAVE_SYS_UTSNAME_H 1
  7819. | #define HAVE_SYS_IPC_H 1
  7820. | #define HAVE_DLFCN_H 1
  7821. | #define HAVE_ASSERT_H 1
  7822. | #define HAVE_TMMINTRIN_H 1
  7823. | #define HAVE_NMMINTRIN_H 1
  7824. | #define HAVE_IMMINTRIN_H 1
  7825. | #define HAVE_FOPENCOOKIE 1
  7826. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  7827. | #define COOKIE_SEEKER_USES_OFF64_T 1
  7828. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  7829. | #define HAVE_STRUCT_TM_TM_ZONE 1
  7830. | #define HAVE_TM_ZONE 1
  7831. | #define MISSING_FCLOSE_DECL 0
  7832. | #define HAVE_TM_GMTOFF 1
  7833. | #define HAVE_STRUCT_FLOCK 1
  7834. | #define HAVE_SOCKLEN_T 1
  7835. | #define SIZEOF_SIZE_T 8
  7836. | #define SIZEOF_LONG_LONG 8
  7837. | #define SIZEOF_LONG_LONG_INT 8
  7838. | #define SIZEOF_LONG 8
  7839. | #define SIZEOF_INT 4
  7840. | #define SIZEOF_INTMAX_T 8
  7841. | #define HAVE_INTMAX_T 1
  7842. | #define SIZEOF_SSIZE_T 8
  7843. | #define HAVE_SSIZE_T 1
  7844. | #define SIZEOF_PTRDIFF_T 8
  7845. | #define HAVE_PTRDIFF_T 1
  7846. | #define SIZEOF_SHORT 2
  7847. | #define SIZEOF_INT 4
  7848. | #define SIZEOF_LONG 8
  7849. | #define SIZEOF_LONG_LONG 8
  7850. | #define HAVE_INT8_T 1
  7851. | #define HAVE_INT16_T 1
  7852. | #define HAVE_INT32_T 1
  7853. | #define HAVE_INT64_T 1
  7854. | #define HAVE_UINT8_T 1
  7855. | #define HAVE_UINT16_T 1
  7856. | #define HAVE_UINT32_T 1
  7857. | #define HAVE_UINT64_T 1
  7858. | #define HAVE_U_INT8_T 1
  7859. | #define HAVE_U_INT16_T 1
  7860. | #define HAVE_U_INT32_T 1
  7861. | #define HAVE_U_INT64_T 1
  7862. | #define PHP_HAVE_STDINT_TYPES 1
  7863. | #define PHP_HAVE_BUILTIN_EXPECT 1
  7864. | #define PHP_HAVE_BUILTIN_CLZ 1
  7865. | #define PHP_HAVE_BUILTIN_CTZL 1
  7866. | #define PHP_HAVE_BUILTIN_CTZLL 1
  7867. | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 1
  7868. | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
  7869. | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
  7870. | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
  7871. | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
  7872. | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
  7873. | #define PHP_HAVE_BUILTIN_CPU_INIT 1
  7874. | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
  7875. | #define PHP_HAVE_SSSE3_INSTRUCTIONS 1
  7876. | #define PHP_HAVE_SSE4_2_INSTRUCTIONS 1
  7877. | #define PHP_HAVE_AVX_INSTRUCTIONS 1
  7878. | #define PHP_HAVE_AVX2_INSTRUCTIONS 0
  7879. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  7880. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  7881. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  7882. | #define HAVE_ST_BLOCKS 1
  7883. | #define HAVE_SOCKADDR_STORAGE 1
  7884. | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
  7885. | #define HAVE_FUNC_ATTRIBUTE_TARGET 1
  7886. | #define HAVE_VPRINTF 1
  7887. | #define HAVE_ALPHASORT 1
  7888. | #define HAVE_ASCTIME_R 1
  7889. | #define HAVE_CHROOT 1
  7890. | #define HAVE_CTIME_R 1
  7891. | #define HAVE_CUSERID 1
  7892. | #define HAVE_FLOCK 1
  7893. | #define HAVE_FTOK 1
  7894. | #define HAVE_GAI_STRERROR 1
  7895. | #define HAVE_GCVT 1
  7896. | #define HAVE_GETLOADAVG 1
  7897. | #define HAVE_GETLOGIN 1
  7898. | #define HAVE_GETPROTOBYNAME 1
  7899. | #define HAVE_GETPROTOBYNUMBER 1
  7900. | #define HAVE_GETSERVBYNAME 1
  7901. | #define HAVE_GETSERVBYPORT 1
  7902. | #define HAVE_GETHOSTNAME 1
  7903. | #define HAVE_GETRUSAGE 1
  7904. | #define HAVE_GETTIMEOFDAY 1
  7905. | #define HAVE_GMTIME_R 1
  7906. | #define HAVE_GETPWNAM_R 1
  7907. | #define HAVE_GETGRNAM_R 1
  7908. | #define HAVE_GETPWUID_R 1
  7909. | #define HAVE_GRANTPT 1
  7910. | #define HAVE_INET_NTOA 1
  7911. | #define HAVE_INET_NTOP 1
  7912. | #define HAVE_INET_PTON 1
  7913. | #define HAVE_ISASCII 1
  7914. | #define HAVE_LINK 1
  7915. | #define HAVE_LOCALTIME_R 1
  7916. | #define HAVE_LOCKF 1
  7917. | #define HAVE_LCHOWN 1
  7918. | #define HAVE_LRAND48 1
  7919. | #define HAVE_MEMCPY 1
  7920. | #define HAVE_MEMMOVE 1
  7921. | #define HAVE_MKSTEMP 1
  7922. | #define HAVE_MMAP 1
  7923. | #define HAVE_NL_LANGINFO 1
  7924. | #define HAVE_PERROR 1
  7925. | #define HAVE_POLL 1
  7926. | #define HAVE_PTSNAME 1
  7927. | #define HAVE_PUTENV 1
  7928. | #define HAVE_REALPATH 1
  7929. | #define HAVE_RANDOM 1
  7930. | #define HAVE_RAND_R 1
  7931. | #define HAVE_SCANDIR 1
  7932. | #define HAVE_SETITIMER 1
  7933. | #define HAVE_SETLOCALE 1
  7934. | #define HAVE_LOCALECONV 1
  7935. | #define HAVE_SETENV 1
  7936. | #define HAVE_SETPGID 1
  7937. | #define HAVE_SETSOCKOPT 1
  7938. | #define HAVE_SETVBUF 1
  7939. | #define HAVE_SHUTDOWN 1
  7940. | #define HAVE_SIN 1
  7941. | #define HAVE_SNPRINTF 1
  7942. | #define HAVE_SRAND48 1
  7943. | #define HAVE_SRANDOM 1
  7944. | #define HAVE_STATFS 1
  7945. | #define HAVE_STATVFS 1
  7946. | /* end confdefs.h. */
  7947. | /* Define std_syslog to an innocuous variant, in case <limits.h> declares std_syslog.
  7948. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  7949. | #define std_syslog innocuous_std_syslog
  7950. |
  7951. | /* System header to define __stub macros and hopefully few prototypes,
  7952. | which can conflict with char std_syslog (); below.
  7953. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  7954. | <limits.h> exists even on freestanding compilers. */
  7955. |
  7956. | #ifdef __STDC__
  7957. | # include <limits.h>
  7958. | #else
  7959. | # include <assert.h>
  7960. | #endif
  7961. |
  7962. | #undef std_syslog
  7963. |
  7964. | /* Override any GCC internal prototype to avoid an error.
  7965. | Use char because int might match the return type of a GCC
  7966. | builtin and then its argument prototype would still apply. */
  7967. | #ifdef __cplusplus
  7968. | extern "C"
  7969. | #endif
  7970. | char std_syslog ();
  7971. | /* The GNU C library defines this for functions which it implements
  7972. | to always fail with ENOSYS. Some functions are actually named
  7973. | something starting with __ and the normal name is an alias. */
  7974. | #if defined __stub_std_syslog || defined __stub___std_syslog
  7975. | choke me
  7976. | #endif
  7977. |
  7978. | int
  7979. | main ()
  7980. | {
  7981. | return std_syslog ();
  7982. | ;
  7983. | return 0;
  7984. | }
  7985. configure:15067: result: no
  7986. configure:15067: checking for strcasecmp
  7987. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7988. conftest.c:242:6: warning: conflicting types for built-in function 'strcasecmp'
  7989. char strcasecmp ();
  7990. ^~~~~~~~~~
  7991. configure:15067: $? = 0
  7992. configure:15067: result: yes
  7993. configure:15067: checking for strcoll
  7994. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7995. configure:15067: $? = 0
  7996. configure:15067: result: yes
  7997. configure:15067: checking for strdup
  7998. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  7999. conftest.c:244:6: warning: conflicting types for built-in function 'strdup'
  8000. char strdup ();
  8001. ^~~~~~
  8002. configure:15067: $? = 0
  8003. configure:15067: result: yes
  8004. configure:15067: checking for strerror
  8005. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  8006. configure:15067: $? = 0
  8007. configure:15067: result: yes
  8008. configure:15067: checking for strftime
  8009. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  8010. conftest.c:246:6: warning: conflicting types for built-in function 'strftime'
  8011. char strftime ();
  8012. ^~~~~~~~
  8013. configure:15067: $? = 0
  8014. configure:15067: result: yes
  8015. configure:15067: checking for strnlen
  8016. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  8017. configure:15067: $? = 0
  8018. configure:15067: result: yes
  8019. configure:15067: checking for strptime
  8020. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  8021. configure:15067: $? = 0
  8022. configure:15067: result: yes
  8023. configure:15067: checking for strstr
  8024. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  8025. conftest.c:249:6: warning: conflicting types for built-in function 'strstr'
  8026. char strstr ();
  8027. ^~~~~~
  8028. configure:15067: $? = 0
  8029. configure:15067: result: yes
  8030. configure:15067: checking for strtok_r
  8031. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  8032. configure:15067: $? = 0
  8033. configure:15067: result: yes
  8034. configure:15067: checking for symlink
  8035. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  8036. configure:15067: $? = 0
  8037. configure:15067: result: yes
  8038. configure:15067: checking for tempnam
  8039. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  8040. /tmp/cc81nu6M.o: In function `main':
  8041. /media/lera/b1a4b0ee-bd95-4c39-a19c-5cb0e0ee5f4b/Linguagem de programacao/php/php-7.3.6/conftest.c:263: warning: the use of `tempnam' is dangerous, better use `mkstemp'
  8042. configure:15067: $? = 0
  8043. configure:15067: result: yes
  8044. configure:15067: checking for tzset
  8045. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  8046. configure:15067: $? = 0
  8047. configure:15067: result: yes
  8048. configure:15067: checking for unlockpt
  8049. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  8050. configure:15067: $? = 0
  8051. configure:15067: result: yes
  8052. configure:15067: checking for unsetenv
  8053. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  8054. configure:15067: $? = 0
  8055. configure:15067: result: yes
  8056. configure:15067: checking for usleep
  8057. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  8058. configure:15067: $? = 0
  8059. configure:15067: result: yes
  8060. configure:15067: checking for utime
  8061. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  8062. configure:15067: $? = 0
  8063. configure:15067: result: yes
  8064. configure:15067: checking for vsnprintf
  8065. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  8066. conftest.c:258:6: warning: conflicting types for built-in function 'vsnprintf'
  8067. char vsnprintf ();
  8068. ^~~~~~~~~
  8069. configure:15067: $? = 0
  8070. configure:15067: result: yes
  8071. configure:15067: checking for vasprintf
  8072. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  8073. configure:15067: $? = 0
  8074. configure:15067: result: yes
  8075. configure:15067: checking for asprintf
  8076. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  8077. configure:15067: $? = 0
  8078. configure:15067: result: yes
  8079. configure:15067: checking for nanosleep
  8080. configure:15067: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread >&5
  8081. configure:15067: $? = 0
  8082. configure:15067: result: yes
  8083. configure:15082: checking for nanosleep in -lrt
  8084. configure:15107: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lrt -lm -ldl -lnsl -lpthread >&5
  8085. configure:15107: $? = 0
  8086. configure:15116: result: yes
  8087. configure:15178: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lm -ldl -lnsl -lpthread -lrt >&5
  8088. conftest.c:239:1: warning: return type defaults to 'int' [-Wimplicit-int]
  8089. main() { return (0); }
  8090. ^~~~
  8091. configure:15178: $? = 0
  8092. configure:15178: ./conftest
  8093. configure:15178: $? = 0
  8094. configure:15216: checking for getaddrinfo
  8095. configure:15232: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lrt -lm -ldl -lnsl -lpthread >&5
  8096. configure:15232: $? = 0
  8097. configure:15276: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lrt -lm -ldl -lnsl -lpthread >&5
  8098. conftest.c: In function 'main':
  8099. conftest.c:250:3: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration]
  8100. memset(&hints, 0, sizeof(hints));
  8101. ^~~~~~
  8102. conftest.c:250:3: warning: incompatible implicit declaration of built-in function 'memset'
  8103. conftest.c:250:3: note: include '<string.h>' or provide a declaration of 'memset'
  8104. conftest.c:254:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
  8105. exit(1);
  8106. ^~~~
  8107. conftest.c:254:5: warning: incompatible implicit declaration of built-in function 'exit'
  8108. conftest.c:254:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
  8109. conftest.c:258:5: warning: incompatible implicit declaration of built-in function 'exit'
  8110. exit(1);
  8111. ^~~~
  8112. conftest.c:258:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
  8113. conftest.c:266:7: warning: incompatible implicit declaration of built-in function 'exit'
  8114. exit(1);
  8115. ^~~~
  8116. conftest.c:266:7: note: include '<stdlib.h>' or provide a declaration of 'exit'
  8117. conftest.c:270:7: warning: incompatible implicit declaration of built-in function 'exit'
  8118. exit(1);
  8119. ^~~~
  8120. conftest.c:270:7: note: include '<stdlib.h>' or provide a declaration of 'exit'
  8121. conftest.c:275:3: warning: incompatible implicit declaration of built-in function 'exit'
  8122. exit(0);
  8123. ^~~~
  8124. conftest.c:275:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
  8125. configure:15276: $? = 0
  8126. configure:15276: ./conftest
  8127. configure:15276: $? = 0
  8128. configure:15291: result: yes
  8129. configure:15299: checking for __sync_fetch_and_add
  8130. configure:15315: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lrt -lm -ldl -lnsl -lpthread >&5
  8131. configure:15315: $? = 0
  8132. configure:15323: result: yes
  8133. configure:15331: checking for strlcat
  8134. configure:15331: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lrt -lm -ldl -lnsl -lpthread >&5
  8135. /tmp/ccT4mMTn.o: In function `main':
  8136. /media/lera/b1a4b0ee-bd95-4c39-a19c-5cb0e0ee5f4b/Linguagem de programacao/php/php-7.3.6/conftest.c:277: undefined reference to `strlcat'
  8137. collect2: error: ld returned 1 exit status
  8138. configure:15331: $? = 1
  8139. configure: failed program was:
  8140. | /* confdefs.h */
  8141. | #define PACKAGE_NAME ""
  8142. | #define PACKAGE_TARNAME ""
  8143. | #define PACKAGE_VERSION ""
  8144. | #define PACKAGE_STRING ""
  8145. | #define PACKAGE_BUGREPORT ""
  8146. | #define PACKAGE_URL ""
  8147. | #define STDC_HEADERS 1
  8148. | #define HAVE_SYS_TYPES_H 1
  8149. | #define HAVE_SYS_STAT_H 1
  8150. | #define HAVE_STDLIB_H 1
  8151. | #define HAVE_STRING_H 1
  8152. | #define HAVE_MEMORY_H 1
  8153. | #define HAVE_STRINGS_H 1
  8154. | #define HAVE_INTTYPES_H 1
  8155. | #define HAVE_STDINT_H 1
  8156. | #define HAVE_UNISTD_H 1
  8157. | #define __EXTENSIONS__ 1
  8158. | #define _ALL_SOURCE 1
  8159. | #define _GNU_SOURCE 1
  8160. | #define _POSIX_PTHREAD_SEMANTICS 1
  8161. | #define _TANDEM_SOURCE 1
  8162. | #define HAVE_DEV_URANDOM 1
  8163. | #define HAVE_GCC_GLOBAL_REGS 1
  8164. | #define HAVE_HUGE_VAL_INF 1
  8165. | #define HAVE_CPUID_COUNT 1
  8166. | #define GWINSZ_IN_SYS_IOCTL 1
  8167. | #define HAVE_PHPDBG 1
  8168. | #define PHPDBG_DEBUG 0
  8169. | #define HAVE_SOCKLEN_T 1
  8170. | #define PHP_WRITE_STDOUT 1
  8171. | #define HAVE_SOCKET 1
  8172. | #define HAVE_SOCKETPAIR 1
  8173. | #define HAVE_HTONL 1
  8174. | #define HAVE_GETHOSTNAME 1
  8175. | #define HAVE_GETHOSTBYADDR 1
  8176. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  8177. | #define HAVE_LIBNSL 1
  8178. | #define HAVE_DLOPEN 1
  8179. | #define HAVE_LIBDL 1
  8180. | #define HAVE_LIBDL 1
  8181. | #define HAVE_LIBM 1
  8182. | #define HAVE_INET_ATON 1
  8183. | #define STDC_HEADERS 1
  8184. | #define HAVE_DIRENT_H 1
  8185. | #define HAVE_INTTYPES_H 1
  8186. | #define HAVE_STDINT_H 1
  8187. | #define HAVE_DIRENT_H 1
  8188. | #define HAVE_SYS_PARAM_H 1
  8189. | #define HAVE_SYS_TYPES_H 1
  8190. | #define HAVE_SYS_TIME_H 1
  8191. | #define HAVE_NETINET_IN_H 1
  8192. | #define HAVE_ALLOCA_H 1
  8193. | #define HAVE_ARPA_INET_H 1
  8194. | #define HAVE_ARPA_NAMESER_H 1
  8195. | #define HAVE_ASSERT_H 1
  8196. | #define HAVE_CRYPT_H 1
  8197. | #define HAVE_FCNTL_H 1
  8198. | #define HAVE_GRP_H 1
  8199. | #define HAVE_LANGINFO_H 1
  8200. | #define HAVE_LIMITS_H 1
  8201. | #define HAVE_LOCALE_H 1
  8202. | #define HAVE_MONETARY_H 1
  8203. | #define HAVE_NETDB_H 1
  8204. | #define HAVE_POLL_H 1
  8205. | #define HAVE_PWD_H 1
  8206. | #define HAVE_RESOLV_H 1
  8207. | #define HAVE_SIGNAL_H 1
  8208. | #define HAVE_STDARG_H 1
  8209. | #define HAVE_STDLIB_H 1
  8210. | #define HAVE_STRING_H 1
  8211. | #define HAVE_SYSLOG_H 1
  8212. | #define HAVE_SYSEXITS_H 1
  8213. | #define HAVE_SYS_IOCTL_H 1
  8214. | #define HAVE_SYS_FILE_H 1
  8215. | #define HAVE_SYS_MMAN_H 1
  8216. | #define HAVE_SYS_MOUNT_H 1
  8217. | #define HAVE_SYS_POLL_H 1
  8218. | #define HAVE_SYS_RESOURCE_H 1
  8219. | #define HAVE_SYS_SELECT_H 1
  8220. | #define HAVE_SYS_SOCKET_H 1
  8221. | #define HAVE_SYS_STAT_H 1
  8222. | #define HAVE_SYS_STATFS_H 1
  8223. | #define HAVE_SYS_STATVFS_H 1
  8224. | #define HAVE_SYS_VFS_H 1
  8225. | #define HAVE_SYS_WAIT_H 1
  8226. | #define HAVE_TERMIOS_H 1
  8227. | #define HAVE_UNISTD_H 1
  8228. | #define HAVE_UTIME_H 1
  8229. | #define HAVE_SYS_UTSNAME_H 1
  8230. | #define HAVE_SYS_IPC_H 1
  8231. | #define HAVE_DLFCN_H 1
  8232. | #define HAVE_ASSERT_H 1
  8233. | #define HAVE_TMMINTRIN_H 1
  8234. | #define HAVE_NMMINTRIN_H 1
  8235. | #define HAVE_IMMINTRIN_H 1
  8236. | #define HAVE_FOPENCOOKIE 1
  8237. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  8238. | #define COOKIE_SEEKER_USES_OFF64_T 1
  8239. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  8240. | #define HAVE_STRUCT_TM_TM_ZONE 1
  8241. | #define HAVE_TM_ZONE 1
  8242. | #define MISSING_FCLOSE_DECL 0
  8243. | #define HAVE_TM_GMTOFF 1
  8244. | #define HAVE_STRUCT_FLOCK 1
  8245. | #define HAVE_SOCKLEN_T 1
  8246. | #define SIZEOF_SIZE_T 8
  8247. | #define SIZEOF_LONG_LONG 8
  8248. | #define SIZEOF_LONG_LONG_INT 8
  8249. | #define SIZEOF_LONG 8
  8250. | #define SIZEOF_INT 4
  8251. | #define SIZEOF_INTMAX_T 8
  8252. | #define HAVE_INTMAX_T 1
  8253. | #define SIZEOF_SSIZE_T 8
  8254. | #define HAVE_SSIZE_T 1
  8255. | #define SIZEOF_PTRDIFF_T 8
  8256. | #define HAVE_PTRDIFF_T 1
  8257. | #define SIZEOF_SHORT 2
  8258. | #define SIZEOF_INT 4
  8259. | #define SIZEOF_LONG 8
  8260. | #define SIZEOF_LONG_LONG 8
  8261. | #define HAVE_INT8_T 1
  8262. | #define HAVE_INT16_T 1
  8263. | #define HAVE_INT32_T 1
  8264. | #define HAVE_INT64_T 1
  8265. | #define HAVE_UINT8_T 1
  8266. | #define HAVE_UINT16_T 1
  8267. | #define HAVE_UINT32_T 1
  8268. | #define HAVE_UINT64_T 1
  8269. | #define HAVE_U_INT8_T 1
  8270. | #define HAVE_U_INT16_T 1
  8271. | #define HAVE_U_INT32_T 1
  8272. | #define HAVE_U_INT64_T 1
  8273. | #define PHP_HAVE_STDINT_TYPES 1
  8274. | #define PHP_HAVE_BUILTIN_EXPECT 1
  8275. | #define PHP_HAVE_BUILTIN_CLZ 1
  8276. | #define PHP_HAVE_BUILTIN_CTZL 1
  8277. | #define PHP_HAVE_BUILTIN_CTZLL 1
  8278. | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 1
  8279. | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
  8280. | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
  8281. | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
  8282. | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
  8283. | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
  8284. | #define PHP_HAVE_BUILTIN_CPU_INIT 1
  8285. | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
  8286. | #define PHP_HAVE_SSSE3_INSTRUCTIONS 1
  8287. | #define PHP_HAVE_SSE4_2_INSTRUCTIONS 1
  8288. | #define PHP_HAVE_AVX_INSTRUCTIONS 1
  8289. | #define PHP_HAVE_AVX2_INSTRUCTIONS 0
  8290. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  8291. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  8292. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  8293. | #define HAVE_ST_BLOCKS 1
  8294. | #define HAVE_SOCKADDR_STORAGE 1
  8295. | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
  8296. | #define HAVE_FUNC_ATTRIBUTE_TARGET 1
  8297. | #define HAVE_VPRINTF 1
  8298. | #define HAVE_ALPHASORT 1
  8299. | #define HAVE_ASCTIME_R 1
  8300. | #define HAVE_CHROOT 1
  8301. | #define HAVE_CTIME_R 1
  8302. | #define HAVE_CUSERID 1
  8303. | #define HAVE_FLOCK 1
  8304. | #define HAVE_FTOK 1
  8305. | #define HAVE_GAI_STRERROR 1
  8306. | #define HAVE_GCVT 1
  8307. | #define HAVE_GETLOADAVG 1
  8308. | #define HAVE_GETLOGIN 1
  8309. | #define HAVE_GETPROTOBYNAME 1
  8310. | #define HAVE_GETPROTOBYNUMBER 1
  8311. | #define HAVE_GETSERVBYNAME 1
  8312. | #define HAVE_GETSERVBYPORT 1
  8313. | #define HAVE_GETHOSTNAME 1
  8314. | #define HAVE_GETRUSAGE 1
  8315. | #define HAVE_GETTIMEOFDAY 1
  8316. | #define HAVE_GMTIME_R 1
  8317. | #define HAVE_GETPWNAM_R 1
  8318. | #define HAVE_GETGRNAM_R 1
  8319. | #define HAVE_GETPWUID_R 1
  8320. | #define HAVE_GRANTPT 1
  8321. | #define HAVE_INET_NTOA 1
  8322. | #define HAVE_INET_NTOP 1
  8323. | #define HAVE_INET_PTON 1
  8324. | #define HAVE_ISASCII 1
  8325. | #define HAVE_LINK 1
  8326. | #define HAVE_LOCALTIME_R 1
  8327. | #define HAVE_LOCKF 1
  8328. | #define HAVE_LCHOWN 1
  8329. | #define HAVE_LRAND48 1
  8330. | #define HAVE_MEMCPY 1
  8331. | #define HAVE_MEMMOVE 1
  8332. | #define HAVE_MKSTEMP 1
  8333. | #define HAVE_MMAP 1
  8334. | #define HAVE_NL_LANGINFO 1
  8335. | #define HAVE_PERROR 1
  8336. | #define HAVE_POLL 1
  8337. | #define HAVE_PTSNAME 1
  8338. | #define HAVE_PUTENV 1
  8339. | #define HAVE_REALPATH 1
  8340. | #define HAVE_RANDOM 1
  8341. | #define HAVE_RAND_R 1
  8342. | #define HAVE_SCANDIR 1
  8343. | #define HAVE_SETITIMER 1
  8344. | #define HAVE_SETLOCALE 1
  8345. | #define HAVE_LOCALECONV 1
  8346. | #define HAVE_SETENV 1
  8347. | #define HAVE_SETPGID 1
  8348. | #define HAVE_SETSOCKOPT 1
  8349. | #define HAVE_SETVBUF 1
  8350. | #define HAVE_SHUTDOWN 1
  8351. | #define HAVE_SIN 1
  8352. | #define HAVE_SNPRINTF 1
  8353. | #define HAVE_SRAND48 1
  8354. | #define HAVE_SRANDOM 1
  8355. | #define HAVE_STATFS 1
  8356. | #define HAVE_STATVFS 1
  8357. | #define HAVE_STRCASECMP 1
  8358. | #define HAVE_STRCOLL 1
  8359. | #define HAVE_STRDUP 1
  8360. | #define HAVE_STRERROR 1
  8361. | #define HAVE_STRFTIME 1
  8362. | #define HAVE_STRNLEN 1
  8363. | #define HAVE_STRPTIME 1
  8364. | #define HAVE_STRSTR 1
  8365. | #define HAVE_STRTOK_R 1
  8366. | #define HAVE_SYMLINK 1
  8367. | #define HAVE_TEMPNAM 1
  8368. | #define HAVE_TZSET 1
  8369. | #define HAVE_UNLOCKPT 1
  8370. | #define HAVE_UNSETENV 1
  8371. | #define HAVE_USLEEP 1
  8372. | #define HAVE_UTIME 1
  8373. | #define HAVE_VSNPRINTF 1
  8374. | #define HAVE_VASPRINTF 1
  8375. | #define HAVE_ASPRINTF 1
  8376. | #define HAVE_NANOSLEEP 1
  8377. | #define HAVE_NANOSLEEP 1
  8378. | #define HAVE_LIBRT 1
  8379. | #define HAVE_GETADDRINFO 1
  8380. | #define HAVE_SYNC_FETCH_AND_ADD 1
  8381. | /* end confdefs.h. */
  8382. | /* Define strlcat to an innocuous variant, in case <limits.h> declares strlcat.
  8383. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  8384. | #define strlcat innocuous_strlcat
  8385. |
  8386. | /* System header to define __stub macros and hopefully few prototypes,
  8387. | which can conflict with char strlcat (); below.
  8388. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  8389. | <limits.h> exists even on freestanding compilers. */
  8390. |
  8391. | #ifdef __STDC__
  8392. | # include <limits.h>
  8393. | #else
  8394. | # include <assert.h>
  8395. | #endif
  8396. |
  8397. | #undef strlcat
  8398. |
  8399. | /* Override any GCC internal prototype to avoid an error.
  8400. | Use char because int might match the return type of a GCC
  8401. | builtin and then its argument prototype would still apply. */
  8402. | #ifdef __cplusplus
  8403. | extern "C"
  8404. | #endif
  8405. | char strlcat ();
  8406. | /* The GNU C library defines this for functions which it implements
  8407. | to always fail with ENOSYS. Some functions are actually named
  8408. | something starting with __ and the normal name is an alias. */
  8409. | #if defined __stub_strlcat || defined __stub___strlcat
  8410. | choke me
  8411. | #endif
  8412. |
  8413. | int
  8414. | main ()
  8415. | {
  8416. | return strlcat ();
  8417. | ;
  8418. | return 0;
  8419. | }
  8420. configure:15331: result: no
  8421. configure:15344: checking for strlcpy
  8422. configure:15344: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lrt -lm -ldl -lnsl -lpthread >&5
  8423. /tmp/ccfpW0Iv.o: In function `main':
  8424. /media/lera/b1a4b0ee-bd95-4c39-a19c-5cb0e0ee5f4b/Linguagem de programacao/php/php-7.3.6/conftest.c:277: undefined reference to `strlcpy'
  8425. collect2: error: ld returned 1 exit status
  8426. configure:15344: $? = 1
  8427. configure: failed program was:
  8428. | /* confdefs.h */
  8429. | #define PACKAGE_NAME ""
  8430. | #define PACKAGE_TARNAME ""
  8431. | #define PACKAGE_VERSION ""
  8432. | #define PACKAGE_STRING ""
  8433. | #define PACKAGE_BUGREPORT ""
  8434. | #define PACKAGE_URL ""
  8435. | #define STDC_HEADERS 1
  8436. | #define HAVE_SYS_TYPES_H 1
  8437. | #define HAVE_SYS_STAT_H 1
  8438. | #define HAVE_STDLIB_H 1
  8439. | #define HAVE_STRING_H 1
  8440. | #define HAVE_MEMORY_H 1
  8441. | #define HAVE_STRINGS_H 1
  8442. | #define HAVE_INTTYPES_H 1
  8443. | #define HAVE_STDINT_H 1
  8444. | #define HAVE_UNISTD_H 1
  8445. | #define __EXTENSIONS__ 1
  8446. | #define _ALL_SOURCE 1
  8447. | #define _GNU_SOURCE 1
  8448. | #define _POSIX_PTHREAD_SEMANTICS 1
  8449. | #define _TANDEM_SOURCE 1
  8450. | #define HAVE_DEV_URANDOM 1
  8451. | #define HAVE_GCC_GLOBAL_REGS 1
  8452. | #define HAVE_HUGE_VAL_INF 1
  8453. | #define HAVE_CPUID_COUNT 1
  8454. | #define GWINSZ_IN_SYS_IOCTL 1
  8455. | #define HAVE_PHPDBG 1
  8456. | #define PHPDBG_DEBUG 0
  8457. | #define HAVE_SOCKLEN_T 1
  8458. | #define PHP_WRITE_STDOUT 1
  8459. | #define HAVE_SOCKET 1
  8460. | #define HAVE_SOCKETPAIR 1
  8461. | #define HAVE_HTONL 1
  8462. | #define HAVE_GETHOSTNAME 1
  8463. | #define HAVE_GETHOSTBYADDR 1
  8464. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  8465. | #define HAVE_LIBNSL 1
  8466. | #define HAVE_DLOPEN 1
  8467. | #define HAVE_LIBDL 1
  8468. | #define HAVE_LIBDL 1
  8469. | #define HAVE_LIBM 1
  8470. | #define HAVE_INET_ATON 1
  8471. | #define STDC_HEADERS 1
  8472. | #define HAVE_DIRENT_H 1
  8473. | #define HAVE_INTTYPES_H 1
  8474. | #define HAVE_STDINT_H 1
  8475. | #define HAVE_DIRENT_H 1
  8476. | #define HAVE_SYS_PARAM_H 1
  8477. | #define HAVE_SYS_TYPES_H 1
  8478. | #define HAVE_SYS_TIME_H 1
  8479. | #define HAVE_NETINET_IN_H 1
  8480. | #define HAVE_ALLOCA_H 1
  8481. | #define HAVE_ARPA_INET_H 1
  8482. | #define HAVE_ARPA_NAMESER_H 1
  8483. | #define HAVE_ASSERT_H 1
  8484. | #define HAVE_CRYPT_H 1
  8485. | #define HAVE_FCNTL_H 1
  8486. | #define HAVE_GRP_H 1
  8487. | #define HAVE_LANGINFO_H 1
  8488. | #define HAVE_LIMITS_H 1
  8489. | #define HAVE_LOCALE_H 1
  8490. | #define HAVE_MONETARY_H 1
  8491. | #define HAVE_NETDB_H 1
  8492. | #define HAVE_POLL_H 1
  8493. | #define HAVE_PWD_H 1
  8494. | #define HAVE_RESOLV_H 1
  8495. | #define HAVE_SIGNAL_H 1
  8496. | #define HAVE_STDARG_H 1
  8497. | #define HAVE_STDLIB_H 1
  8498. | #define HAVE_STRING_H 1
  8499. | #define HAVE_SYSLOG_H 1
  8500. | #define HAVE_SYSEXITS_H 1
  8501. | #define HAVE_SYS_IOCTL_H 1
  8502. | #define HAVE_SYS_FILE_H 1
  8503. | #define HAVE_SYS_MMAN_H 1
  8504. | #define HAVE_SYS_MOUNT_H 1
  8505. | #define HAVE_SYS_POLL_H 1
  8506. | #define HAVE_SYS_RESOURCE_H 1
  8507. | #define HAVE_SYS_SELECT_H 1
  8508. | #define HAVE_SYS_SOCKET_H 1
  8509. | #define HAVE_SYS_STAT_H 1
  8510. | #define HAVE_SYS_STATFS_H 1
  8511. | #define HAVE_SYS_STATVFS_H 1
  8512. | #define HAVE_SYS_VFS_H 1
  8513. | #define HAVE_SYS_WAIT_H 1
  8514. | #define HAVE_TERMIOS_H 1
  8515. | #define HAVE_UNISTD_H 1
  8516. | #define HAVE_UTIME_H 1
  8517. | #define HAVE_SYS_UTSNAME_H 1
  8518. | #define HAVE_SYS_IPC_H 1
  8519. | #define HAVE_DLFCN_H 1
  8520. | #define HAVE_ASSERT_H 1
  8521. | #define HAVE_TMMINTRIN_H 1
  8522. | #define HAVE_NMMINTRIN_H 1
  8523. | #define HAVE_IMMINTRIN_H 1
  8524. | #define HAVE_FOPENCOOKIE 1
  8525. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  8526. | #define COOKIE_SEEKER_USES_OFF64_T 1
  8527. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  8528. | #define HAVE_STRUCT_TM_TM_ZONE 1
  8529. | #define HAVE_TM_ZONE 1
  8530. | #define MISSING_FCLOSE_DECL 0
  8531. | #define HAVE_TM_GMTOFF 1
  8532. | #define HAVE_STRUCT_FLOCK 1
  8533. | #define HAVE_SOCKLEN_T 1
  8534. | #define SIZEOF_SIZE_T 8
  8535. | #define SIZEOF_LONG_LONG 8
  8536. | #define SIZEOF_LONG_LONG_INT 8
  8537. | #define SIZEOF_LONG 8
  8538. | #define SIZEOF_INT 4
  8539. | #define SIZEOF_INTMAX_T 8
  8540. | #define HAVE_INTMAX_T 1
  8541. | #define SIZEOF_SSIZE_T 8
  8542. | #define HAVE_SSIZE_T 1
  8543. | #define SIZEOF_PTRDIFF_T 8
  8544. | #define HAVE_PTRDIFF_T 1
  8545. | #define SIZEOF_SHORT 2
  8546. | #define SIZEOF_INT 4
  8547. | #define SIZEOF_LONG 8
  8548. | #define SIZEOF_LONG_LONG 8
  8549. | #define HAVE_INT8_T 1
  8550. | #define HAVE_INT16_T 1
  8551. | #define HAVE_INT32_T 1
  8552. | #define HAVE_INT64_T 1
  8553. | #define HAVE_UINT8_T 1
  8554. | #define HAVE_UINT16_T 1
  8555. | #define HAVE_UINT32_T 1
  8556. | #define HAVE_UINT64_T 1
  8557. | #define HAVE_U_INT8_T 1
  8558. | #define HAVE_U_INT16_T 1
  8559. | #define HAVE_U_INT32_T 1
  8560. | #define HAVE_U_INT64_T 1
  8561. | #define PHP_HAVE_STDINT_TYPES 1
  8562. | #define PHP_HAVE_BUILTIN_EXPECT 1
  8563. | #define PHP_HAVE_BUILTIN_CLZ 1
  8564. | #define PHP_HAVE_BUILTIN_CTZL 1
  8565. | #define PHP_HAVE_BUILTIN_CTZLL 1
  8566. | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 1
  8567. | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
  8568. | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
  8569. | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
  8570. | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
  8571. | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
  8572. | #define PHP_HAVE_BUILTIN_CPU_INIT 1
  8573. | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
  8574. | #define PHP_HAVE_SSSE3_INSTRUCTIONS 1
  8575. | #define PHP_HAVE_SSE4_2_INSTRUCTIONS 1
  8576. | #define PHP_HAVE_AVX_INSTRUCTIONS 1
  8577. | #define PHP_HAVE_AVX2_INSTRUCTIONS 0
  8578. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  8579. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  8580. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  8581. | #define HAVE_ST_BLOCKS 1
  8582. | #define HAVE_SOCKADDR_STORAGE 1
  8583. | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
  8584. | #define HAVE_FUNC_ATTRIBUTE_TARGET 1
  8585. | #define HAVE_VPRINTF 1
  8586. | #define HAVE_ALPHASORT 1
  8587. | #define HAVE_ASCTIME_R 1
  8588. | #define HAVE_CHROOT 1
  8589. | #define HAVE_CTIME_R 1
  8590. | #define HAVE_CUSERID 1
  8591. | #define HAVE_FLOCK 1
  8592. | #define HAVE_FTOK 1
  8593. | #define HAVE_GAI_STRERROR 1
  8594. | #define HAVE_GCVT 1
  8595. | #define HAVE_GETLOADAVG 1
  8596. | #define HAVE_GETLOGIN 1
  8597. | #define HAVE_GETPROTOBYNAME 1
  8598. | #define HAVE_GETPROTOBYNUMBER 1
  8599. | #define HAVE_GETSERVBYNAME 1
  8600. | #define HAVE_GETSERVBYPORT 1
  8601. | #define HAVE_GETHOSTNAME 1
  8602. | #define HAVE_GETRUSAGE 1
  8603. | #define HAVE_GETTIMEOFDAY 1
  8604. | #define HAVE_GMTIME_R 1
  8605. | #define HAVE_GETPWNAM_R 1
  8606. | #define HAVE_GETGRNAM_R 1
  8607. | #define HAVE_GETPWUID_R 1
  8608. | #define HAVE_GRANTPT 1
  8609. | #define HAVE_INET_NTOA 1
  8610. | #define HAVE_INET_NTOP 1
  8611. | #define HAVE_INET_PTON 1
  8612. | #define HAVE_ISASCII 1
  8613. | #define HAVE_LINK 1
  8614. | #define HAVE_LOCALTIME_R 1
  8615. | #define HAVE_LOCKF 1
  8616. | #define HAVE_LCHOWN 1
  8617. | #define HAVE_LRAND48 1
  8618. | #define HAVE_MEMCPY 1
  8619. | #define HAVE_MEMMOVE 1
  8620. | #define HAVE_MKSTEMP 1
  8621. | #define HAVE_MMAP 1
  8622. | #define HAVE_NL_LANGINFO 1
  8623. | #define HAVE_PERROR 1
  8624. | #define HAVE_POLL 1
  8625. | #define HAVE_PTSNAME 1
  8626. | #define HAVE_PUTENV 1
  8627. | #define HAVE_REALPATH 1
  8628. | #define HAVE_RANDOM 1
  8629. | #define HAVE_RAND_R 1
  8630. | #define HAVE_SCANDIR 1
  8631. | #define HAVE_SETITIMER 1
  8632. | #define HAVE_SETLOCALE 1
  8633. | #define HAVE_LOCALECONV 1
  8634. | #define HAVE_SETENV 1
  8635. | #define HAVE_SETPGID 1
  8636. | #define HAVE_SETSOCKOPT 1
  8637. | #define HAVE_SETVBUF 1
  8638. | #define HAVE_SHUTDOWN 1
  8639. | #define HAVE_SIN 1
  8640. | #define HAVE_SNPRINTF 1
  8641. | #define HAVE_SRAND48 1
  8642. | #define HAVE_SRANDOM 1
  8643. | #define HAVE_STATFS 1
  8644. | #define HAVE_STATVFS 1
  8645. | #define HAVE_STRCASECMP 1
  8646. | #define HAVE_STRCOLL 1
  8647. | #define HAVE_STRDUP 1
  8648. | #define HAVE_STRERROR 1
  8649. | #define HAVE_STRFTIME 1
  8650. | #define HAVE_STRNLEN 1
  8651. | #define HAVE_STRPTIME 1
  8652. | #define HAVE_STRSTR 1
  8653. | #define HAVE_STRTOK_R 1
  8654. | #define HAVE_SYMLINK 1
  8655. | #define HAVE_TEMPNAM 1
  8656. | #define HAVE_TZSET 1
  8657. | #define HAVE_UNLOCKPT 1
  8658. | #define HAVE_UNSETENV 1
  8659. | #define HAVE_USLEEP 1
  8660. | #define HAVE_UTIME 1
  8661. | #define HAVE_VSNPRINTF 1
  8662. | #define HAVE_VASPRINTF 1
  8663. | #define HAVE_ASPRINTF 1
  8664. | #define HAVE_NANOSLEEP 1
  8665. | #define HAVE_NANOSLEEP 1
  8666. | #define HAVE_LIBRT 1
  8667. | #define HAVE_GETADDRINFO 1
  8668. | #define HAVE_SYNC_FETCH_AND_ADD 1
  8669. | /* end confdefs.h. */
  8670. | /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
  8671. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  8672. | #define strlcpy innocuous_strlcpy
  8673. |
  8674. | /* System header to define __stub macros and hopefully few prototypes,
  8675. | which can conflict with char strlcpy (); below.
  8676. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  8677. | <limits.h> exists even on freestanding compilers. */
  8678. |
  8679. | #ifdef __STDC__
  8680. | # include <limits.h>
  8681. | #else
  8682. | # include <assert.h>
  8683. | #endif
  8684. |
  8685. | #undef strlcpy
  8686. |
  8687. | /* Override any GCC internal prototype to avoid an error.
  8688. | Use char because int might match the return type of a GCC
  8689. | builtin and then its argument prototype would still apply. */
  8690. | #ifdef __cplusplus
  8691. | extern "C"
  8692. | #endif
  8693. | char strlcpy ();
  8694. | /* The GNU C library defines this for functions which it implements
  8695. | to always fail with ENOSYS. Some functions are actually named
  8696. | something starting with __ and the normal name is an alias. */
  8697. | #if defined __stub_strlcpy || defined __stub___strlcpy
  8698. | choke me
  8699. | #endif
  8700. |
  8701. | int
  8702. | main ()
  8703. | {
  8704. | return strlcpy ();
  8705. | ;
  8706. | return 0;
  8707. | }
  8708. configure:15344: result: no
  8709. configure:15357: checking for explicit_bzero
  8710. configure:15357: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lrt -lm -ldl -lnsl -lpthread >&5
  8711. /tmp/ccBl0vFF.o: In function `main':
  8712. /media/lera/b1a4b0ee-bd95-4c39-a19c-5cb0e0ee5f4b/Linguagem de programacao/php/php-7.3.6/conftest.c:277: undefined reference to `explicit_bzero'
  8713. collect2: error: ld returned 1 exit status
  8714. configure:15357: $? = 1
  8715. configure: failed program was:
  8716. | /* confdefs.h */
  8717. | #define PACKAGE_NAME ""
  8718. | #define PACKAGE_TARNAME ""
  8719. | #define PACKAGE_VERSION ""
  8720. | #define PACKAGE_STRING ""
  8721. | #define PACKAGE_BUGREPORT ""
  8722. | #define PACKAGE_URL ""
  8723. | #define STDC_HEADERS 1
  8724. | #define HAVE_SYS_TYPES_H 1
  8725. | #define HAVE_SYS_STAT_H 1
  8726. | #define HAVE_STDLIB_H 1
  8727. | #define HAVE_STRING_H 1
  8728. | #define HAVE_MEMORY_H 1
  8729. | #define HAVE_STRINGS_H 1
  8730. | #define HAVE_INTTYPES_H 1
  8731. | #define HAVE_STDINT_H 1
  8732. | #define HAVE_UNISTD_H 1
  8733. | #define __EXTENSIONS__ 1
  8734. | #define _ALL_SOURCE 1
  8735. | #define _GNU_SOURCE 1
  8736. | #define _POSIX_PTHREAD_SEMANTICS 1
  8737. | #define _TANDEM_SOURCE 1
  8738. | #define HAVE_DEV_URANDOM 1
  8739. | #define HAVE_GCC_GLOBAL_REGS 1
  8740. | #define HAVE_HUGE_VAL_INF 1
  8741. | #define HAVE_CPUID_COUNT 1
  8742. | #define GWINSZ_IN_SYS_IOCTL 1
  8743. | #define HAVE_PHPDBG 1
  8744. | #define PHPDBG_DEBUG 0
  8745. | #define HAVE_SOCKLEN_T 1
  8746. | #define PHP_WRITE_STDOUT 1
  8747. | #define HAVE_SOCKET 1
  8748. | #define HAVE_SOCKETPAIR 1
  8749. | #define HAVE_HTONL 1
  8750. | #define HAVE_GETHOSTNAME 1
  8751. | #define HAVE_GETHOSTBYADDR 1
  8752. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  8753. | #define HAVE_LIBNSL 1
  8754. | #define HAVE_DLOPEN 1
  8755. | #define HAVE_LIBDL 1
  8756. | #define HAVE_LIBDL 1
  8757. | #define HAVE_LIBM 1
  8758. | #define HAVE_INET_ATON 1
  8759. | #define STDC_HEADERS 1
  8760. | #define HAVE_DIRENT_H 1
  8761. | #define HAVE_INTTYPES_H 1
  8762. | #define HAVE_STDINT_H 1
  8763. | #define HAVE_DIRENT_H 1
  8764. | #define HAVE_SYS_PARAM_H 1
  8765. | #define HAVE_SYS_TYPES_H 1
  8766. | #define HAVE_SYS_TIME_H 1
  8767. | #define HAVE_NETINET_IN_H 1
  8768. | #define HAVE_ALLOCA_H 1
  8769. | #define HAVE_ARPA_INET_H 1
  8770. | #define HAVE_ARPA_NAMESER_H 1
  8771. | #define HAVE_ASSERT_H 1
  8772. | #define HAVE_CRYPT_H 1
  8773. | #define HAVE_FCNTL_H 1
  8774. | #define HAVE_GRP_H 1
  8775. | #define HAVE_LANGINFO_H 1
  8776. | #define HAVE_LIMITS_H 1
  8777. | #define HAVE_LOCALE_H 1
  8778. | #define HAVE_MONETARY_H 1
  8779. | #define HAVE_NETDB_H 1
  8780. | #define HAVE_POLL_H 1
  8781. | #define HAVE_PWD_H 1
  8782. | #define HAVE_RESOLV_H 1
  8783. | #define HAVE_SIGNAL_H 1
  8784. | #define HAVE_STDARG_H 1
  8785. | #define HAVE_STDLIB_H 1
  8786. | #define HAVE_STRING_H 1
  8787. | #define HAVE_SYSLOG_H 1
  8788. | #define HAVE_SYSEXITS_H 1
  8789. | #define HAVE_SYS_IOCTL_H 1
  8790. | #define HAVE_SYS_FILE_H 1
  8791. | #define HAVE_SYS_MMAN_H 1
  8792. | #define HAVE_SYS_MOUNT_H 1
  8793. | #define HAVE_SYS_POLL_H 1
  8794. | #define HAVE_SYS_RESOURCE_H 1
  8795. | #define HAVE_SYS_SELECT_H 1
  8796. | #define HAVE_SYS_SOCKET_H 1
  8797. | #define HAVE_SYS_STAT_H 1
  8798. | #define HAVE_SYS_STATFS_H 1
  8799. | #define HAVE_SYS_STATVFS_H 1
  8800. | #define HAVE_SYS_VFS_H 1
  8801. | #define HAVE_SYS_WAIT_H 1
  8802. | #define HAVE_TERMIOS_H 1
  8803. | #define HAVE_UNISTD_H 1
  8804. | #define HAVE_UTIME_H 1
  8805. | #define HAVE_SYS_UTSNAME_H 1
  8806. | #define HAVE_SYS_IPC_H 1
  8807. | #define HAVE_DLFCN_H 1
  8808. | #define HAVE_ASSERT_H 1
  8809. | #define HAVE_TMMINTRIN_H 1
  8810. | #define HAVE_NMMINTRIN_H 1
  8811. | #define HAVE_IMMINTRIN_H 1
  8812. | #define HAVE_FOPENCOOKIE 1
  8813. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  8814. | #define COOKIE_SEEKER_USES_OFF64_T 1
  8815. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  8816. | #define HAVE_STRUCT_TM_TM_ZONE 1
  8817. | #define HAVE_TM_ZONE 1
  8818. | #define MISSING_FCLOSE_DECL 0
  8819. | #define HAVE_TM_GMTOFF 1
  8820. | #define HAVE_STRUCT_FLOCK 1
  8821. | #define HAVE_SOCKLEN_T 1
  8822. | #define SIZEOF_SIZE_T 8
  8823. | #define SIZEOF_LONG_LONG 8
  8824. | #define SIZEOF_LONG_LONG_INT 8
  8825. | #define SIZEOF_LONG 8
  8826. | #define SIZEOF_INT 4
  8827. | #define SIZEOF_INTMAX_T 8
  8828. | #define HAVE_INTMAX_T 1
  8829. | #define SIZEOF_SSIZE_T 8
  8830. | #define HAVE_SSIZE_T 1
  8831. | #define SIZEOF_PTRDIFF_T 8
  8832. | #define HAVE_PTRDIFF_T 1
  8833. | #define SIZEOF_SHORT 2
  8834. | #define SIZEOF_INT 4
  8835. | #define SIZEOF_LONG 8
  8836. | #define SIZEOF_LONG_LONG 8
  8837. | #define HAVE_INT8_T 1
  8838. | #define HAVE_INT16_T 1
  8839. | #define HAVE_INT32_T 1
  8840. | #define HAVE_INT64_T 1
  8841. | #define HAVE_UINT8_T 1
  8842. | #define HAVE_UINT16_T 1
  8843. | #define HAVE_UINT32_T 1
  8844. | #define HAVE_UINT64_T 1
  8845. | #define HAVE_U_INT8_T 1
  8846. | #define HAVE_U_INT16_T 1
  8847. | #define HAVE_U_INT32_T 1
  8848. | #define HAVE_U_INT64_T 1
  8849. | #define PHP_HAVE_STDINT_TYPES 1
  8850. | #define PHP_HAVE_BUILTIN_EXPECT 1
  8851. | #define PHP_HAVE_BUILTIN_CLZ 1
  8852. | #define PHP_HAVE_BUILTIN_CTZL 1
  8853. | #define PHP_HAVE_BUILTIN_CTZLL 1
  8854. | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 1
  8855. | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
  8856. | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
  8857. | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
  8858. | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
  8859. | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
  8860. | #define PHP_HAVE_BUILTIN_CPU_INIT 1
  8861. | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
  8862. | #define PHP_HAVE_SSSE3_INSTRUCTIONS 1
  8863. | #define PHP_HAVE_SSE4_2_INSTRUCTIONS 1
  8864. | #define PHP_HAVE_AVX_INSTRUCTIONS 1
  8865. | #define PHP_HAVE_AVX2_INSTRUCTIONS 0
  8866. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  8867. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  8868. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  8869. | #define HAVE_ST_BLOCKS 1
  8870. | #define HAVE_SOCKADDR_STORAGE 1
  8871. | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
  8872. | #define HAVE_FUNC_ATTRIBUTE_TARGET 1
  8873. | #define HAVE_VPRINTF 1
  8874. | #define HAVE_ALPHASORT 1
  8875. | #define HAVE_ASCTIME_R 1
  8876. | #define HAVE_CHROOT 1
  8877. | #define HAVE_CTIME_R 1
  8878. | #define HAVE_CUSERID 1
  8879. | #define HAVE_FLOCK 1
  8880. | #define HAVE_FTOK 1
  8881. | #define HAVE_GAI_STRERROR 1
  8882. | #define HAVE_GCVT 1
  8883. | #define HAVE_GETLOADAVG 1
  8884. | #define HAVE_GETLOGIN 1
  8885. | #define HAVE_GETPROTOBYNAME 1
  8886. | #define HAVE_GETPROTOBYNUMBER 1
  8887. | #define HAVE_GETSERVBYNAME 1
  8888. | #define HAVE_GETSERVBYPORT 1
  8889. | #define HAVE_GETHOSTNAME 1
  8890. | #define HAVE_GETRUSAGE 1
  8891. | #define HAVE_GETTIMEOFDAY 1
  8892. | #define HAVE_GMTIME_R 1
  8893. | #define HAVE_GETPWNAM_R 1
  8894. | #define HAVE_GETGRNAM_R 1
  8895. | #define HAVE_GETPWUID_R 1
  8896. | #define HAVE_GRANTPT 1
  8897. | #define HAVE_INET_NTOA 1
  8898. | #define HAVE_INET_NTOP 1
  8899. | #define HAVE_INET_PTON 1
  8900. | #define HAVE_ISASCII 1
  8901. | #define HAVE_LINK 1
  8902. | #define HAVE_LOCALTIME_R 1
  8903. | #define HAVE_LOCKF 1
  8904. | #define HAVE_LCHOWN 1
  8905. | #define HAVE_LRAND48 1
  8906. | #define HAVE_MEMCPY 1
  8907. | #define HAVE_MEMMOVE 1
  8908. | #define HAVE_MKSTEMP 1
  8909. | #define HAVE_MMAP 1
  8910. | #define HAVE_NL_LANGINFO 1
  8911. | #define HAVE_PERROR 1
  8912. | #define HAVE_POLL 1
  8913. | #define HAVE_PTSNAME 1
  8914. | #define HAVE_PUTENV 1
  8915. | #define HAVE_REALPATH 1
  8916. | #define HAVE_RANDOM 1
  8917. | #define HAVE_RAND_R 1
  8918. | #define HAVE_SCANDIR 1
  8919. | #define HAVE_SETITIMER 1
  8920. | #define HAVE_SETLOCALE 1
  8921. | #define HAVE_LOCALECONV 1
  8922. | #define HAVE_SETENV 1
  8923. | #define HAVE_SETPGID 1
  8924. | #define HAVE_SETSOCKOPT 1
  8925. | #define HAVE_SETVBUF 1
  8926. | #define HAVE_SHUTDOWN 1
  8927. | #define HAVE_SIN 1
  8928. | #define HAVE_SNPRINTF 1
  8929. | #define HAVE_SRAND48 1
  8930. | #define HAVE_SRANDOM 1
  8931. | #define HAVE_STATFS 1
  8932. | #define HAVE_STATVFS 1
  8933. | #define HAVE_STRCASECMP 1
  8934. | #define HAVE_STRCOLL 1
  8935. | #define HAVE_STRDUP 1
  8936. | #define HAVE_STRERROR 1
  8937. | #define HAVE_STRFTIME 1
  8938. | #define HAVE_STRNLEN 1
  8939. | #define HAVE_STRPTIME 1
  8940. | #define HAVE_STRSTR 1
  8941. | #define HAVE_STRTOK_R 1
  8942. | #define HAVE_SYMLINK 1
  8943. | #define HAVE_TEMPNAM 1
  8944. | #define HAVE_TZSET 1
  8945. | #define HAVE_UNLOCKPT 1
  8946. | #define HAVE_UNSETENV 1
  8947. | #define HAVE_USLEEP 1
  8948. | #define HAVE_UTIME 1
  8949. | #define HAVE_VSNPRINTF 1
  8950. | #define HAVE_VASPRINTF 1
  8951. | #define HAVE_ASPRINTF 1
  8952. | #define HAVE_NANOSLEEP 1
  8953. | #define HAVE_NANOSLEEP 1
  8954. | #define HAVE_LIBRT 1
  8955. | #define HAVE_GETADDRINFO 1
  8956. | #define HAVE_SYNC_FETCH_AND_ADD 1
  8957. | /* end confdefs.h. */
  8958. | /* Define explicit_bzero to an innocuous variant, in case <limits.h> declares explicit_bzero.
  8959. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  8960. | #define explicit_bzero innocuous_explicit_bzero
  8961. |
  8962. | /* System header to define __stub macros and hopefully few prototypes,
  8963. | which can conflict with char explicit_bzero (); below.
  8964. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  8965. | <limits.h> exists even on freestanding compilers. */
  8966. |
  8967. | #ifdef __STDC__
  8968. | # include <limits.h>
  8969. | #else
  8970. | # include <assert.h>
  8971. | #endif
  8972. |
  8973. | #undef explicit_bzero
  8974. |
  8975. | /* Override any GCC internal prototype to avoid an error.
  8976. | Use char because int might match the return type of a GCC
  8977. | builtin and then its argument prototype would still apply. */
  8978. | #ifdef __cplusplus
  8979. | extern "C"
  8980. | #endif
  8981. | char explicit_bzero ();
  8982. | /* The GNU C library defines this for functions which it implements
  8983. | to always fail with ENOSYS. Some functions are actually named
  8984. | something starting with __ and the normal name is an alias. */
  8985. | #if defined __stub_explicit_bzero || defined __stub___explicit_bzero
  8986. | choke me
  8987. | #endif
  8988. |
  8989. | int
  8990. | main ()
  8991. | {
  8992. | return explicit_bzero ();
  8993. | ;
  8994. | return 0;
  8995. | }
  8996. configure:15357: result: no
  8997. configure:15370: checking for getopt
  8998. configure:15370: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lrt -lm -ldl -lnsl -lpthread >&5
  8999. configure:15370: $? = 0
  9000. configure:15370: result: yes
  9001. configure:15390: checking for utime.h
  9002. configure:15390: result: yes
  9003. configure:15404: checking whether utime accepts a null argument
  9004. configure:15433: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lrt -lm -ldl -lnsl -lpthread >&5
  9005. configure:15433: $? = 0
  9006. configure:15433: ./conftest
  9007. configure:15433: $? = 0
  9008. configure:15443: result: yes
  9009. configure:15455: checking for working alloca.h
  9010. configure:15472: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lrt -lm -ldl -lnsl -lpthread >&5
  9011. configure:15472: $? = 0
  9012. configure:15480: result: yes
  9013. configure:15488: checking for alloca
  9014. configure:15525: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lrt -lm -ldl -lnsl -lpthread >&5
  9015. configure:15525: $? = 0
  9016. configure:15533: result: yes
  9017. configure:15640: checking for declared timezone
  9018. configure:15665: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  9019. configure:15665: $? = 0
  9020. configure:15676: result: yes
  9021. configure:15685: checking for type of reentrant time-related functions
  9022. configure:15714: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lrt -lm -ldl -lnsl -lpthread >&5
  9023. conftest.c:252:1: warning: return type defaults to 'int' [-Wimplicit-int]
  9024. main() {
  9025. ^~~~
  9026. conftest.c: In function 'main':
  9027. conftest.c:258:3: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
  9028. s = gmtime_r(&old, &t);
  9029. ^
  9030. conftest.c:259:11: error: too many arguments to function 'asctime_r'
  9031. r = (int) asctime_r(&t, buf, 26);
  9032. ^~~~~~~~~
  9033. In file included from conftest.c:250:0:
  9034. /usr/include/time.h:272:14: note: declared here
  9035. extern char *asctime_r (const struct tm *__restrict __tp,
  9036. ^~~~~~~~~
  9037. conftest.c:259:5: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  9038. r = (int) asctime_r(&t, buf, 26);
  9039. ^
  9040. configure:15714: $? = 1
  9041. configure: program exited with status 1
  9042. configure: failed program was:
  9043. | /* confdefs.h */
  9044. | #define PACKAGE_NAME ""
  9045. | #define PACKAGE_TARNAME ""
  9046. | #define PACKAGE_VERSION ""
  9047. | #define PACKAGE_STRING ""
  9048. | #define PACKAGE_BUGREPORT ""
  9049. | #define PACKAGE_URL ""
  9050. | #define STDC_HEADERS 1
  9051. | #define HAVE_SYS_TYPES_H 1
  9052. | #define HAVE_SYS_STAT_H 1
  9053. | #define HAVE_STDLIB_H 1
  9054. | #define HAVE_STRING_H 1
  9055. | #define HAVE_MEMORY_H 1
  9056. | #define HAVE_STRINGS_H 1
  9057. | #define HAVE_INTTYPES_H 1
  9058. | #define HAVE_STDINT_H 1
  9059. | #define HAVE_UNISTD_H 1
  9060. | #define __EXTENSIONS__ 1
  9061. | #define _ALL_SOURCE 1
  9062. | #define _GNU_SOURCE 1
  9063. | #define _POSIX_PTHREAD_SEMANTICS 1
  9064. | #define _TANDEM_SOURCE 1
  9065. | #define HAVE_DEV_URANDOM 1
  9066. | #define HAVE_GCC_GLOBAL_REGS 1
  9067. | #define HAVE_HUGE_VAL_INF 1
  9068. | #define HAVE_CPUID_COUNT 1
  9069. | #define GWINSZ_IN_SYS_IOCTL 1
  9070. | #define HAVE_PHPDBG 1
  9071. | #define PHPDBG_DEBUG 0
  9072. | #define HAVE_SOCKLEN_T 1
  9073. | #define PHP_WRITE_STDOUT 1
  9074. | #define HAVE_SOCKET 1
  9075. | #define HAVE_SOCKETPAIR 1
  9076. | #define HAVE_HTONL 1
  9077. | #define HAVE_GETHOSTNAME 1
  9078. | #define HAVE_GETHOSTBYADDR 1
  9079. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  9080. | #define HAVE_LIBNSL 1
  9081. | #define HAVE_DLOPEN 1
  9082. | #define HAVE_LIBDL 1
  9083. | #define HAVE_LIBDL 1
  9084. | #define HAVE_LIBM 1
  9085. | #define HAVE_INET_ATON 1
  9086. | #define STDC_HEADERS 1
  9087. | #define HAVE_DIRENT_H 1
  9088. | #define HAVE_INTTYPES_H 1
  9089. | #define HAVE_STDINT_H 1
  9090. | #define HAVE_DIRENT_H 1
  9091. | #define HAVE_SYS_PARAM_H 1
  9092. | #define HAVE_SYS_TYPES_H 1
  9093. | #define HAVE_SYS_TIME_H 1
  9094. | #define HAVE_NETINET_IN_H 1
  9095. | #define HAVE_ALLOCA_H 1
  9096. | #define HAVE_ARPA_INET_H 1
  9097. | #define HAVE_ARPA_NAMESER_H 1
  9098. | #define HAVE_ASSERT_H 1
  9099. | #define HAVE_CRYPT_H 1
  9100. | #define HAVE_FCNTL_H 1
  9101. | #define HAVE_GRP_H 1
  9102. | #define HAVE_LANGINFO_H 1
  9103. | #define HAVE_LIMITS_H 1
  9104. | #define HAVE_LOCALE_H 1
  9105. | #define HAVE_MONETARY_H 1
  9106. | #define HAVE_NETDB_H 1
  9107. | #define HAVE_POLL_H 1
  9108. | #define HAVE_PWD_H 1
  9109. | #define HAVE_RESOLV_H 1
  9110. | #define HAVE_SIGNAL_H 1
  9111. | #define HAVE_STDARG_H 1
  9112. | #define HAVE_STDLIB_H 1
  9113. | #define HAVE_STRING_H 1
  9114. | #define HAVE_SYSLOG_H 1
  9115. | #define HAVE_SYSEXITS_H 1
  9116. | #define HAVE_SYS_IOCTL_H 1
  9117. | #define HAVE_SYS_FILE_H 1
  9118. | #define HAVE_SYS_MMAN_H 1
  9119. | #define HAVE_SYS_MOUNT_H 1
  9120. | #define HAVE_SYS_POLL_H 1
  9121. | #define HAVE_SYS_RESOURCE_H 1
  9122. | #define HAVE_SYS_SELECT_H 1
  9123. | #define HAVE_SYS_SOCKET_H 1
  9124. | #define HAVE_SYS_STAT_H 1
  9125. | #define HAVE_SYS_STATFS_H 1
  9126. | #define HAVE_SYS_STATVFS_H 1
  9127. | #define HAVE_SYS_VFS_H 1
  9128. | #define HAVE_SYS_WAIT_H 1
  9129. | #define HAVE_TERMIOS_H 1
  9130. | #define HAVE_UNISTD_H 1
  9131. | #define HAVE_UTIME_H 1
  9132. | #define HAVE_SYS_UTSNAME_H 1
  9133. | #define HAVE_SYS_IPC_H 1
  9134. | #define HAVE_DLFCN_H 1
  9135. | #define HAVE_ASSERT_H 1
  9136. | #define HAVE_TMMINTRIN_H 1
  9137. | #define HAVE_NMMINTRIN_H 1
  9138. | #define HAVE_IMMINTRIN_H 1
  9139. | #define HAVE_FOPENCOOKIE 1
  9140. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  9141. | #define COOKIE_SEEKER_USES_OFF64_T 1
  9142. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  9143. | #define HAVE_STRUCT_TM_TM_ZONE 1
  9144. | #define HAVE_TM_ZONE 1
  9145. | #define MISSING_FCLOSE_DECL 0
  9146. | #define HAVE_TM_GMTOFF 1
  9147. | #define HAVE_STRUCT_FLOCK 1
  9148. | #define HAVE_SOCKLEN_T 1
  9149. | #define SIZEOF_SIZE_T 8
  9150. | #define SIZEOF_LONG_LONG 8
  9151. | #define SIZEOF_LONG_LONG_INT 8
  9152. | #define SIZEOF_LONG 8
  9153. | #define SIZEOF_INT 4
  9154. | #define SIZEOF_INTMAX_T 8
  9155. | #define HAVE_INTMAX_T 1
  9156. | #define SIZEOF_SSIZE_T 8
  9157. | #define HAVE_SSIZE_T 1
  9158. | #define SIZEOF_PTRDIFF_T 8
  9159. | #define HAVE_PTRDIFF_T 1
  9160. | #define SIZEOF_SHORT 2
  9161. | #define SIZEOF_INT 4
  9162. | #define SIZEOF_LONG 8
  9163. | #define SIZEOF_LONG_LONG 8
  9164. | #define HAVE_INT8_T 1
  9165. | #define HAVE_INT16_T 1
  9166. | #define HAVE_INT32_T 1
  9167. | #define HAVE_INT64_T 1
  9168. | #define HAVE_UINT8_T 1
  9169. | #define HAVE_UINT16_T 1
  9170. | #define HAVE_UINT32_T 1
  9171. | #define HAVE_UINT64_T 1
  9172. | #define HAVE_U_INT8_T 1
  9173. | #define HAVE_U_INT16_T 1
  9174. | #define HAVE_U_INT32_T 1
  9175. | #define HAVE_U_INT64_T 1
  9176. | #define PHP_HAVE_STDINT_TYPES 1
  9177. | #define PHP_HAVE_BUILTIN_EXPECT 1
  9178. | #define PHP_HAVE_BUILTIN_CLZ 1
  9179. | #define PHP_HAVE_BUILTIN_CTZL 1
  9180. | #define PHP_HAVE_BUILTIN_CTZLL 1
  9181. | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 1
  9182. | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
  9183. | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
  9184. | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
  9185. | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
  9186. | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
  9187. | #define PHP_HAVE_BUILTIN_CPU_INIT 1
  9188. | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
  9189. | #define PHP_HAVE_SSSE3_INSTRUCTIONS 1
  9190. | #define PHP_HAVE_SSE4_2_INSTRUCTIONS 1
  9191. | #define PHP_HAVE_AVX_INSTRUCTIONS 1
  9192. | #define PHP_HAVE_AVX2_INSTRUCTIONS 0
  9193. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  9194. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  9195. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  9196. | #define HAVE_ST_BLOCKS 1
  9197. | #define HAVE_SOCKADDR_STORAGE 1
  9198. | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
  9199. | #define HAVE_FUNC_ATTRIBUTE_TARGET 1
  9200. | #define HAVE_VPRINTF 1
  9201. | #define HAVE_ALPHASORT 1
  9202. | #define HAVE_ASCTIME_R 1
  9203. | #define HAVE_CHROOT 1
  9204. | #define HAVE_CTIME_R 1
  9205. | #define HAVE_CUSERID 1
  9206. | #define HAVE_FLOCK 1
  9207. | #define HAVE_FTOK 1
  9208. | #define HAVE_GAI_STRERROR 1
  9209. | #define HAVE_GCVT 1
  9210. | #define HAVE_GETLOADAVG 1
  9211. | #define HAVE_GETLOGIN 1
  9212. | #define HAVE_GETPROTOBYNAME 1
  9213. | #define HAVE_GETPROTOBYNUMBER 1
  9214. | #define HAVE_GETSERVBYNAME 1
  9215. | #define HAVE_GETSERVBYPORT 1
  9216. | #define HAVE_GETHOSTNAME 1
  9217. | #define HAVE_GETRUSAGE 1
  9218. | #define HAVE_GETTIMEOFDAY 1
  9219. | #define HAVE_GMTIME_R 1
  9220. | #define HAVE_GETPWNAM_R 1
  9221. | #define HAVE_GETGRNAM_R 1
  9222. | #define HAVE_GETPWUID_R 1
  9223. | #define HAVE_GRANTPT 1
  9224. | #define HAVE_INET_NTOA 1
  9225. | #define HAVE_INET_NTOP 1
  9226. | #define HAVE_INET_PTON 1
  9227. | #define HAVE_ISASCII 1
  9228. | #define HAVE_LINK 1
  9229. | #define HAVE_LOCALTIME_R 1
  9230. | #define HAVE_LOCKF 1
  9231. | #define HAVE_LCHOWN 1
  9232. | #define HAVE_LRAND48 1
  9233. | #define HAVE_MEMCPY 1
  9234. | #define HAVE_MEMMOVE 1
  9235. | #define HAVE_MKSTEMP 1
  9236. | #define HAVE_MMAP 1
  9237. | #define HAVE_NL_LANGINFO 1
  9238. | #define HAVE_PERROR 1
  9239. | #define HAVE_POLL 1
  9240. | #define HAVE_PTSNAME 1
  9241. | #define HAVE_PUTENV 1
  9242. | #define HAVE_REALPATH 1
  9243. | #define HAVE_RANDOM 1
  9244. | #define HAVE_RAND_R 1
  9245. | #define HAVE_SCANDIR 1
  9246. | #define HAVE_SETITIMER 1
  9247. | #define HAVE_SETLOCALE 1
  9248. | #define HAVE_LOCALECONV 1
  9249. | #define HAVE_SETENV 1
  9250. | #define HAVE_SETPGID 1
  9251. | #define HAVE_SETSOCKOPT 1
  9252. | #define HAVE_SETVBUF 1
  9253. | #define HAVE_SHUTDOWN 1
  9254. | #define HAVE_SIN 1
  9255. | #define HAVE_SNPRINTF 1
  9256. | #define HAVE_SRAND48 1
  9257. | #define HAVE_SRANDOM 1
  9258. | #define HAVE_STATFS 1
  9259. | #define HAVE_STATVFS 1
  9260. | #define HAVE_STRCASECMP 1
  9261. | #define HAVE_STRCOLL 1
  9262. | #define HAVE_STRDUP 1
  9263. | #define HAVE_STRERROR 1
  9264. | #define HAVE_STRFTIME 1
  9265. | #define HAVE_STRNLEN 1
  9266. | #define HAVE_STRPTIME 1
  9267. | #define HAVE_STRSTR 1
  9268. | #define HAVE_STRTOK_R 1
  9269. | #define HAVE_SYMLINK 1
  9270. | #define HAVE_TEMPNAM 1
  9271. | #define HAVE_TZSET 1
  9272. | #define HAVE_UNLOCKPT 1
  9273. | #define HAVE_UNSETENV 1
  9274. | #define HAVE_USLEEP 1
  9275. | #define HAVE_UTIME 1
  9276. | #define HAVE_VSNPRINTF 1
  9277. | #define HAVE_VASPRINTF 1
  9278. | #define HAVE_ASPRINTF 1
  9279. | #define HAVE_NANOSLEEP 1
  9280. | #define HAVE_NANOSLEEP 1
  9281. | #define HAVE_LIBRT 1
  9282. | #define HAVE_GETADDRINFO 1
  9283. | #define HAVE_SYNC_FETCH_AND_ADD 1
  9284. | #define HAVE_GETOPT 1
  9285. | #define HAVE_UTIME_H 1
  9286. | #define HAVE_UTIME_NULL 1
  9287. | #define HAVE_ALLOCA_H 1
  9288. | #define HAVE_ALLOCA 1
  9289. | #define HAVE_DECLARED_TIMEZONE 1
  9290. | /* end confdefs.h. */
  9291. |
  9292. | #include <time.h>
  9293. |
  9294. | main() {
  9295. | char buf[27];
  9296. | struct tm t;
  9297. | time_t old = 0;
  9298. | int r, s;
  9299. |
  9300. | s = gmtime_r(&old, &t);
  9301. | r = (int) asctime_r(&t, buf, 26);
  9302. | if (r == s && s == 0) return (0);
  9303. | return (1);
  9304. | }
  9305. |
  9306. configure:15741: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lrt -lm -ldl -lnsl -lpthread >&5
  9307. conftest.c:251:1: warning: return type defaults to 'int' [-Wimplicit-int]
  9308. main() {
  9309. ^~~~
  9310. conftest.c: In function 'main':
  9311. conftest.c:257:7: error: too many arguments to function 'asctime_r'
  9312. p = asctime_r(&t, buf, 26);
  9313. ^~~~~~~~~
  9314. In file included from conftest.c:250:0:
  9315. /usr/include/time.h:272:14: note: declared here
  9316. extern char *asctime_r (const struct tm *__restrict __tp,
  9317. ^~~~~~~~~
  9318. configure:15741: $? = 1
  9319. configure: program exited with status 1
  9320. configure: failed program was:
  9321. | /* confdefs.h */
  9322. | #define PACKAGE_NAME ""
  9323. | #define PACKAGE_TARNAME ""
  9324. | #define PACKAGE_VERSION ""
  9325. | #define PACKAGE_STRING ""
  9326. | #define PACKAGE_BUGREPORT ""
  9327. | #define PACKAGE_URL ""
  9328. | #define STDC_HEADERS 1
  9329. | #define HAVE_SYS_TYPES_H 1
  9330. | #define HAVE_SYS_STAT_H 1
  9331. | #define HAVE_STDLIB_H 1
  9332. | #define HAVE_STRING_H 1
  9333. | #define HAVE_MEMORY_H 1
  9334. | #define HAVE_STRINGS_H 1
  9335. | #define HAVE_INTTYPES_H 1
  9336. | #define HAVE_STDINT_H 1
  9337. | #define HAVE_UNISTD_H 1
  9338. | #define __EXTENSIONS__ 1
  9339. | #define _ALL_SOURCE 1
  9340. | #define _GNU_SOURCE 1
  9341. | #define _POSIX_PTHREAD_SEMANTICS 1
  9342. | #define _TANDEM_SOURCE 1
  9343. | #define HAVE_DEV_URANDOM 1
  9344. | #define HAVE_GCC_GLOBAL_REGS 1
  9345. | #define HAVE_HUGE_VAL_INF 1
  9346. | #define HAVE_CPUID_COUNT 1
  9347. | #define GWINSZ_IN_SYS_IOCTL 1
  9348. | #define HAVE_PHPDBG 1
  9349. | #define PHPDBG_DEBUG 0
  9350. | #define HAVE_SOCKLEN_T 1
  9351. | #define PHP_WRITE_STDOUT 1
  9352. | #define HAVE_SOCKET 1
  9353. | #define HAVE_SOCKETPAIR 1
  9354. | #define HAVE_HTONL 1
  9355. | #define HAVE_GETHOSTNAME 1
  9356. | #define HAVE_GETHOSTBYADDR 1
  9357. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  9358. | #define HAVE_LIBNSL 1
  9359. | #define HAVE_DLOPEN 1
  9360. | #define HAVE_LIBDL 1
  9361. | #define HAVE_LIBDL 1
  9362. | #define HAVE_LIBM 1
  9363. | #define HAVE_INET_ATON 1
  9364. | #define STDC_HEADERS 1
  9365. | #define HAVE_DIRENT_H 1
  9366. | #define HAVE_INTTYPES_H 1
  9367. | #define HAVE_STDINT_H 1
  9368. | #define HAVE_DIRENT_H 1
  9369. | #define HAVE_SYS_PARAM_H 1
  9370. | #define HAVE_SYS_TYPES_H 1
  9371. | #define HAVE_SYS_TIME_H 1
  9372. | #define HAVE_NETINET_IN_H 1
  9373. | #define HAVE_ALLOCA_H 1
  9374. | #define HAVE_ARPA_INET_H 1
  9375. | #define HAVE_ARPA_NAMESER_H 1
  9376. | #define HAVE_ASSERT_H 1
  9377. | #define HAVE_CRYPT_H 1
  9378. | #define HAVE_FCNTL_H 1
  9379. | #define HAVE_GRP_H 1
  9380. | #define HAVE_LANGINFO_H 1
  9381. | #define HAVE_LIMITS_H 1
  9382. | #define HAVE_LOCALE_H 1
  9383. | #define HAVE_MONETARY_H 1
  9384. | #define HAVE_NETDB_H 1
  9385. | #define HAVE_POLL_H 1
  9386. | #define HAVE_PWD_H 1
  9387. | #define HAVE_RESOLV_H 1
  9388. | #define HAVE_SIGNAL_H 1
  9389. | #define HAVE_STDARG_H 1
  9390. | #define HAVE_STDLIB_H 1
  9391. | #define HAVE_STRING_H 1
  9392. | #define HAVE_SYSLOG_H 1
  9393. | #define HAVE_SYSEXITS_H 1
  9394. | #define HAVE_SYS_IOCTL_H 1
  9395. | #define HAVE_SYS_FILE_H 1
  9396. | #define HAVE_SYS_MMAN_H 1
  9397. | #define HAVE_SYS_MOUNT_H 1
  9398. | #define HAVE_SYS_POLL_H 1
  9399. | #define HAVE_SYS_RESOURCE_H 1
  9400. | #define HAVE_SYS_SELECT_H 1
  9401. | #define HAVE_SYS_SOCKET_H 1
  9402. | #define HAVE_SYS_STAT_H 1
  9403. | #define HAVE_SYS_STATFS_H 1
  9404. | #define HAVE_SYS_STATVFS_H 1
  9405. | #define HAVE_SYS_VFS_H 1
  9406. | #define HAVE_SYS_WAIT_H 1
  9407. | #define HAVE_TERMIOS_H 1
  9408. | #define HAVE_UNISTD_H 1
  9409. | #define HAVE_UTIME_H 1
  9410. | #define HAVE_SYS_UTSNAME_H 1
  9411. | #define HAVE_SYS_IPC_H 1
  9412. | #define HAVE_DLFCN_H 1
  9413. | #define HAVE_ASSERT_H 1
  9414. | #define HAVE_TMMINTRIN_H 1
  9415. | #define HAVE_NMMINTRIN_H 1
  9416. | #define HAVE_IMMINTRIN_H 1
  9417. | #define HAVE_FOPENCOOKIE 1
  9418. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  9419. | #define COOKIE_SEEKER_USES_OFF64_T 1
  9420. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  9421. | #define HAVE_STRUCT_TM_TM_ZONE 1
  9422. | #define HAVE_TM_ZONE 1
  9423. | #define MISSING_FCLOSE_DECL 0
  9424. | #define HAVE_TM_GMTOFF 1
  9425. | #define HAVE_STRUCT_FLOCK 1
  9426. | #define HAVE_SOCKLEN_T 1
  9427. | #define SIZEOF_SIZE_T 8
  9428. | #define SIZEOF_LONG_LONG 8
  9429. | #define SIZEOF_LONG_LONG_INT 8
  9430. | #define SIZEOF_LONG 8
  9431. | #define SIZEOF_INT 4
  9432. | #define SIZEOF_INTMAX_T 8
  9433. | #define HAVE_INTMAX_T 1
  9434. | #define SIZEOF_SSIZE_T 8
  9435. | #define HAVE_SSIZE_T 1
  9436. | #define SIZEOF_PTRDIFF_T 8
  9437. | #define HAVE_PTRDIFF_T 1
  9438. | #define SIZEOF_SHORT 2
  9439. | #define SIZEOF_INT 4
  9440. | #define SIZEOF_LONG 8
  9441. | #define SIZEOF_LONG_LONG 8
  9442. | #define HAVE_INT8_T 1
  9443. | #define HAVE_INT16_T 1
  9444. | #define HAVE_INT32_T 1
  9445. | #define HAVE_INT64_T 1
  9446. | #define HAVE_UINT8_T 1
  9447. | #define HAVE_UINT16_T 1
  9448. | #define HAVE_UINT32_T 1
  9449. | #define HAVE_UINT64_T 1
  9450. | #define HAVE_U_INT8_T 1
  9451. | #define HAVE_U_INT16_T 1
  9452. | #define HAVE_U_INT32_T 1
  9453. | #define HAVE_U_INT64_T 1
  9454. | #define PHP_HAVE_STDINT_TYPES 1
  9455. | #define PHP_HAVE_BUILTIN_EXPECT 1
  9456. | #define PHP_HAVE_BUILTIN_CLZ 1
  9457. | #define PHP_HAVE_BUILTIN_CTZL 1
  9458. | #define PHP_HAVE_BUILTIN_CTZLL 1
  9459. | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 1
  9460. | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
  9461. | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
  9462. | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
  9463. | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
  9464. | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
  9465. | #define PHP_HAVE_BUILTIN_CPU_INIT 1
  9466. | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
  9467. | #define PHP_HAVE_SSSE3_INSTRUCTIONS 1
  9468. | #define PHP_HAVE_SSE4_2_INSTRUCTIONS 1
  9469. | #define PHP_HAVE_AVX_INSTRUCTIONS 1
  9470. | #define PHP_HAVE_AVX2_INSTRUCTIONS 0
  9471. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  9472. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  9473. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  9474. | #define HAVE_ST_BLOCKS 1
  9475. | #define HAVE_SOCKADDR_STORAGE 1
  9476. | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
  9477. | #define HAVE_FUNC_ATTRIBUTE_TARGET 1
  9478. | #define HAVE_VPRINTF 1
  9479. | #define HAVE_ALPHASORT 1
  9480. | #define HAVE_ASCTIME_R 1
  9481. | #define HAVE_CHROOT 1
  9482. | #define HAVE_CTIME_R 1
  9483. | #define HAVE_CUSERID 1
  9484. | #define HAVE_FLOCK 1
  9485. | #define HAVE_FTOK 1
  9486. | #define HAVE_GAI_STRERROR 1
  9487. | #define HAVE_GCVT 1
  9488. | #define HAVE_GETLOADAVG 1
  9489. | #define HAVE_GETLOGIN 1
  9490. | #define HAVE_GETPROTOBYNAME 1
  9491. | #define HAVE_GETPROTOBYNUMBER 1
  9492. | #define HAVE_GETSERVBYNAME 1
  9493. | #define HAVE_GETSERVBYPORT 1
  9494. | #define HAVE_GETHOSTNAME 1
  9495. | #define HAVE_GETRUSAGE 1
  9496. | #define HAVE_GETTIMEOFDAY 1
  9497. | #define HAVE_GMTIME_R 1
  9498. | #define HAVE_GETPWNAM_R 1
  9499. | #define HAVE_GETGRNAM_R 1
  9500. | #define HAVE_GETPWUID_R 1
  9501. | #define HAVE_GRANTPT 1
  9502. | #define HAVE_INET_NTOA 1
  9503. | #define HAVE_INET_NTOP 1
  9504. | #define HAVE_INET_PTON 1
  9505. | #define HAVE_ISASCII 1
  9506. | #define HAVE_LINK 1
  9507. | #define HAVE_LOCALTIME_R 1
  9508. | #define HAVE_LOCKF 1
  9509. | #define HAVE_LCHOWN 1
  9510. | #define HAVE_LRAND48 1
  9511. | #define HAVE_MEMCPY 1
  9512. | #define HAVE_MEMMOVE 1
  9513. | #define HAVE_MKSTEMP 1
  9514. | #define HAVE_MMAP 1
  9515. | #define HAVE_NL_LANGINFO 1
  9516. | #define HAVE_PERROR 1
  9517. | #define HAVE_POLL 1
  9518. | #define HAVE_PTSNAME 1
  9519. | #define HAVE_PUTENV 1
  9520. | #define HAVE_REALPATH 1
  9521. | #define HAVE_RANDOM 1
  9522. | #define HAVE_RAND_R 1
  9523. | #define HAVE_SCANDIR 1
  9524. | #define HAVE_SETITIMER 1
  9525. | #define HAVE_SETLOCALE 1
  9526. | #define HAVE_LOCALECONV 1
  9527. | #define HAVE_SETENV 1
  9528. | #define HAVE_SETPGID 1
  9529. | #define HAVE_SETSOCKOPT 1
  9530. | #define HAVE_SETVBUF 1
  9531. | #define HAVE_SHUTDOWN 1
  9532. | #define HAVE_SIN 1
  9533. | #define HAVE_SNPRINTF 1
  9534. | #define HAVE_SRAND48 1
  9535. | #define HAVE_SRANDOM 1
  9536. | #define HAVE_STATFS 1
  9537. | #define HAVE_STATVFS 1
  9538. | #define HAVE_STRCASECMP 1
  9539. | #define HAVE_STRCOLL 1
  9540. | #define HAVE_STRDUP 1
  9541. | #define HAVE_STRERROR 1
  9542. | #define HAVE_STRFTIME 1
  9543. | #define HAVE_STRNLEN 1
  9544. | #define HAVE_STRPTIME 1
  9545. | #define HAVE_STRSTR 1
  9546. | #define HAVE_STRTOK_R 1
  9547. | #define HAVE_SYMLINK 1
  9548. | #define HAVE_TEMPNAM 1
  9549. | #define HAVE_TZSET 1
  9550. | #define HAVE_UNLOCKPT 1
  9551. | #define HAVE_UNSETENV 1
  9552. | #define HAVE_USLEEP 1
  9553. | #define HAVE_UTIME 1
  9554. | #define HAVE_VSNPRINTF 1
  9555. | #define HAVE_VASPRINTF 1
  9556. | #define HAVE_ASPRINTF 1
  9557. | #define HAVE_NANOSLEEP 1
  9558. | #define HAVE_NANOSLEEP 1
  9559. | #define HAVE_LIBRT 1
  9560. | #define HAVE_GETADDRINFO 1
  9561. | #define HAVE_SYNC_FETCH_AND_ADD 1
  9562. | #define HAVE_GETOPT 1
  9563. | #define HAVE_UTIME_H 1
  9564. | #define HAVE_UTIME_NULL 1
  9565. | #define HAVE_ALLOCA_H 1
  9566. | #define HAVE_ALLOCA 1
  9567. | #define HAVE_DECLARED_TIMEZONE 1
  9568. | /* end confdefs.h. */
  9569. |
  9570. | #include <time.h>
  9571. | main() {
  9572. | struct tm t, *s;
  9573. | time_t old = 0;
  9574. | char buf[27], *p;
  9575. |
  9576. | s = gmtime_r(&old, &t);
  9577. | p = asctime_r(&t, buf, 26);
  9578. | if (p == buf && s == &t) return (0);
  9579. | return (1);
  9580. | }
  9581. |
  9582. configure:15762: result: POSIX
  9583. configure:15774: checking for readdir_r
  9584. configure:15774: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lrt -lm -ldl -lnsl -lpthread >&5
  9585. configure:15774: $? = 0
  9586. configure:15774: result: yes
  9587. configure:15782: checking for type of readdir_r
  9588. configure:15821: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lrt -lm -ldl -lnsl -lpthread >&5
  9589. conftest.c:250:0: warning: "_REENTRANT" redefined
  9590. #define _REENTRANT
  9591.  
  9592. <command-line>:0:0: note: this is the location of the previous definition
  9593. conftest.c:258:1: warning: return type defaults to 'int' [-Wimplicit-int]
  9594. main() {
  9595. ^~~~
  9596. conftest.c: In function 'main':
  9597. conftest.c:265:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
  9598. exit(1);
  9599. ^~~~
  9600. conftest.c:265:5: warning: incompatible implicit declaration of built-in function 'exit'
  9601. conftest.c:265:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
  9602. conftest.c:266:3: warning: 'readdir_r' is deprecated [-Wdeprecated-declarations]
  9603. if (readdir_r(dir, (struct dirent *) entry, &pentry) == 0) {
  9604. ^~
  9605. In file included from conftest.c:252:0:
  9606. /usr/include/dirent.h:183:12: note: declared here
  9607. extern int readdir_r (DIR *__restrict __dirp,
  9608. ^~~~~~~~~
  9609. conftest.c:267:5: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration]
  9610. close(dir);
  9611. ^~~~~
  9612. conftest.c:268:5: warning: incompatible implicit declaration of built-in function 'exit'
  9613. exit(0);
  9614. ^~~~
  9615. conftest.c:268:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
  9616. conftest.c:271:3: warning: incompatible implicit declaration of built-in function 'exit'
  9617. exit(1);
  9618. ^~~~
  9619. conftest.c:271:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
  9620. configure:15821: $? = 0
  9621. configure:15821: ./conftest
  9622. configure:15821: $? = 0
  9623. configure:15855: result: POSIX
  9624. configure:15870: checking for in_addr_t
  9625. configure:15895: result: yes
  9626. configure:15906: checking for crypt_r
  9627. configure:15906: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lrt -lm -ldl -lnsl -lpthread >&5
  9628. /tmp/ccDuf3FC.o: In function `main':
  9629. /media/lera/b1a4b0ee-bd95-4c39-a19c-5cb0e0ee5f4b/Linguagem de programacao/php/php-7.3.6/conftest.c:284: undefined reference to `crypt_r'
  9630. collect2: error: ld returned 1 exit status
  9631. configure:15906: $? = 1
  9632. configure: failed program was:
  9633. | /* confdefs.h */
  9634. | #define PACKAGE_NAME ""
  9635. | #define PACKAGE_TARNAME ""
  9636. | #define PACKAGE_VERSION ""
  9637. | #define PACKAGE_STRING ""
  9638. | #define PACKAGE_BUGREPORT ""
  9639. | #define PACKAGE_URL ""
  9640. | #define STDC_HEADERS 1
  9641. | #define HAVE_SYS_TYPES_H 1
  9642. | #define HAVE_SYS_STAT_H 1
  9643. | #define HAVE_STDLIB_H 1
  9644. | #define HAVE_STRING_H 1
  9645. | #define HAVE_MEMORY_H 1
  9646. | #define HAVE_STRINGS_H 1
  9647. | #define HAVE_INTTYPES_H 1
  9648. | #define HAVE_STDINT_H 1
  9649. | #define HAVE_UNISTD_H 1
  9650. | #define __EXTENSIONS__ 1
  9651. | #define _ALL_SOURCE 1
  9652. | #define _GNU_SOURCE 1
  9653. | #define _POSIX_PTHREAD_SEMANTICS 1
  9654. | #define _TANDEM_SOURCE 1
  9655. | #define HAVE_DEV_URANDOM 1
  9656. | #define HAVE_GCC_GLOBAL_REGS 1
  9657. | #define HAVE_HUGE_VAL_INF 1
  9658. | #define HAVE_CPUID_COUNT 1
  9659. | #define GWINSZ_IN_SYS_IOCTL 1
  9660. | #define HAVE_PHPDBG 1
  9661. | #define PHPDBG_DEBUG 0
  9662. | #define HAVE_SOCKLEN_T 1
  9663. | #define PHP_WRITE_STDOUT 1
  9664. | #define HAVE_SOCKET 1
  9665. | #define HAVE_SOCKETPAIR 1
  9666. | #define HAVE_HTONL 1
  9667. | #define HAVE_GETHOSTNAME 1
  9668. | #define HAVE_GETHOSTBYADDR 1
  9669. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  9670. | #define HAVE_LIBNSL 1
  9671. | #define HAVE_DLOPEN 1
  9672. | #define HAVE_LIBDL 1
  9673. | #define HAVE_LIBDL 1
  9674. | #define HAVE_LIBM 1
  9675. | #define HAVE_INET_ATON 1
  9676. | #define STDC_HEADERS 1
  9677. | #define HAVE_DIRENT_H 1
  9678. | #define HAVE_INTTYPES_H 1
  9679. | #define HAVE_STDINT_H 1
  9680. | #define HAVE_DIRENT_H 1
  9681. | #define HAVE_SYS_PARAM_H 1
  9682. | #define HAVE_SYS_TYPES_H 1
  9683. | #define HAVE_SYS_TIME_H 1
  9684. | #define HAVE_NETINET_IN_H 1
  9685. | #define HAVE_ALLOCA_H 1
  9686. | #define HAVE_ARPA_INET_H 1
  9687. | #define HAVE_ARPA_NAMESER_H 1
  9688. | #define HAVE_ASSERT_H 1
  9689. | #define HAVE_CRYPT_H 1
  9690. | #define HAVE_FCNTL_H 1
  9691. | #define HAVE_GRP_H 1
  9692. | #define HAVE_LANGINFO_H 1
  9693. | #define HAVE_LIMITS_H 1
  9694. | #define HAVE_LOCALE_H 1
  9695. | #define HAVE_MONETARY_H 1
  9696. | #define HAVE_NETDB_H 1
  9697. | #define HAVE_POLL_H 1
  9698. | #define HAVE_PWD_H 1
  9699. | #define HAVE_RESOLV_H 1
  9700. | #define HAVE_SIGNAL_H 1
  9701. | #define HAVE_STDARG_H 1
  9702. | #define HAVE_STDLIB_H 1
  9703. | #define HAVE_STRING_H 1
  9704. | #define HAVE_SYSLOG_H 1
  9705. | #define HAVE_SYSEXITS_H 1
  9706. | #define HAVE_SYS_IOCTL_H 1
  9707. | #define HAVE_SYS_FILE_H 1
  9708. | #define HAVE_SYS_MMAN_H 1
  9709. | #define HAVE_SYS_MOUNT_H 1
  9710. | #define HAVE_SYS_POLL_H 1
  9711. | #define HAVE_SYS_RESOURCE_H 1
  9712. | #define HAVE_SYS_SELECT_H 1
  9713. | #define HAVE_SYS_SOCKET_H 1
  9714. | #define HAVE_SYS_STAT_H 1
  9715. | #define HAVE_SYS_STATFS_H 1
  9716. | #define HAVE_SYS_STATVFS_H 1
  9717. | #define HAVE_SYS_VFS_H 1
  9718. | #define HAVE_SYS_WAIT_H 1
  9719. | #define HAVE_TERMIOS_H 1
  9720. | #define HAVE_UNISTD_H 1
  9721. | #define HAVE_UTIME_H 1
  9722. | #define HAVE_SYS_UTSNAME_H 1
  9723. | #define HAVE_SYS_IPC_H 1
  9724. | #define HAVE_DLFCN_H 1
  9725. | #define HAVE_ASSERT_H 1
  9726. | #define HAVE_TMMINTRIN_H 1
  9727. | #define HAVE_NMMINTRIN_H 1
  9728. | #define HAVE_IMMINTRIN_H 1
  9729. | #define HAVE_FOPENCOOKIE 1
  9730. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  9731. | #define COOKIE_SEEKER_USES_OFF64_T 1
  9732. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  9733. | #define HAVE_STRUCT_TM_TM_ZONE 1
  9734. | #define HAVE_TM_ZONE 1
  9735. | #define MISSING_FCLOSE_DECL 0
  9736. | #define HAVE_TM_GMTOFF 1
  9737. | #define HAVE_STRUCT_FLOCK 1
  9738. | #define HAVE_SOCKLEN_T 1
  9739. | #define SIZEOF_SIZE_T 8
  9740. | #define SIZEOF_LONG_LONG 8
  9741. | #define SIZEOF_LONG_LONG_INT 8
  9742. | #define SIZEOF_LONG 8
  9743. | #define SIZEOF_INT 4
  9744. | #define SIZEOF_INTMAX_T 8
  9745. | #define HAVE_INTMAX_T 1
  9746. | #define SIZEOF_SSIZE_T 8
  9747. | #define HAVE_SSIZE_T 1
  9748. | #define SIZEOF_PTRDIFF_T 8
  9749. | #define HAVE_PTRDIFF_T 1
  9750. | #define SIZEOF_SHORT 2
  9751. | #define SIZEOF_INT 4
  9752. | #define SIZEOF_LONG 8
  9753. | #define SIZEOF_LONG_LONG 8
  9754. | #define HAVE_INT8_T 1
  9755. | #define HAVE_INT16_T 1
  9756. | #define HAVE_INT32_T 1
  9757. | #define HAVE_INT64_T 1
  9758. | #define HAVE_UINT8_T 1
  9759. | #define HAVE_UINT16_T 1
  9760. | #define HAVE_UINT32_T 1
  9761. | #define HAVE_UINT64_T 1
  9762. | #define HAVE_U_INT8_T 1
  9763. | #define HAVE_U_INT16_T 1
  9764. | #define HAVE_U_INT32_T 1
  9765. | #define HAVE_U_INT64_T 1
  9766. | #define PHP_HAVE_STDINT_TYPES 1
  9767. | #define PHP_HAVE_BUILTIN_EXPECT 1
  9768. | #define PHP_HAVE_BUILTIN_CLZ 1
  9769. | #define PHP_HAVE_BUILTIN_CTZL 1
  9770. | #define PHP_HAVE_BUILTIN_CTZLL 1
  9771. | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 1
  9772. | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
  9773. | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
  9774. | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
  9775. | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
  9776. | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
  9777. | #define PHP_HAVE_BUILTIN_CPU_INIT 1
  9778. | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
  9779. | #define PHP_HAVE_SSSE3_INSTRUCTIONS 1
  9780. | #define PHP_HAVE_SSE4_2_INSTRUCTIONS 1
  9781. | #define PHP_HAVE_AVX_INSTRUCTIONS 1
  9782. | #define PHP_HAVE_AVX2_INSTRUCTIONS 0
  9783. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  9784. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  9785. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  9786. | #define HAVE_ST_BLOCKS 1
  9787. | #define HAVE_SOCKADDR_STORAGE 1
  9788. | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
  9789. | #define HAVE_FUNC_ATTRIBUTE_TARGET 1
  9790. | #define HAVE_VPRINTF 1
  9791. | #define HAVE_ALPHASORT 1
  9792. | #define HAVE_ASCTIME_R 1
  9793. | #define HAVE_CHROOT 1
  9794. | #define HAVE_CTIME_R 1
  9795. | #define HAVE_CUSERID 1
  9796. | #define HAVE_FLOCK 1
  9797. | #define HAVE_FTOK 1
  9798. | #define HAVE_GAI_STRERROR 1
  9799. | #define HAVE_GCVT 1
  9800. | #define HAVE_GETLOADAVG 1
  9801. | #define HAVE_GETLOGIN 1
  9802. | #define HAVE_GETPROTOBYNAME 1
  9803. | #define HAVE_GETPROTOBYNUMBER 1
  9804. | #define HAVE_GETSERVBYNAME 1
  9805. | #define HAVE_GETSERVBYPORT 1
  9806. | #define HAVE_GETHOSTNAME 1
  9807. | #define HAVE_GETRUSAGE 1
  9808. | #define HAVE_GETTIMEOFDAY 1
  9809. | #define HAVE_GMTIME_R 1
  9810. | #define HAVE_GETPWNAM_R 1
  9811. | #define HAVE_GETGRNAM_R 1
  9812. | #define HAVE_GETPWUID_R 1
  9813. | #define HAVE_GRANTPT 1
  9814. | #define HAVE_INET_NTOA 1
  9815. | #define HAVE_INET_NTOP 1
  9816. | #define HAVE_INET_PTON 1
  9817. | #define HAVE_ISASCII 1
  9818. | #define HAVE_LINK 1
  9819. | #define HAVE_LOCALTIME_R 1
  9820. | #define HAVE_LOCKF 1
  9821. | #define HAVE_LCHOWN 1
  9822. | #define HAVE_LRAND48 1
  9823. | #define HAVE_MEMCPY 1
  9824. | #define HAVE_MEMMOVE 1
  9825. | #define HAVE_MKSTEMP 1
  9826. | #define HAVE_MMAP 1
  9827. | #define HAVE_NL_LANGINFO 1
  9828. | #define HAVE_PERROR 1
  9829. | #define HAVE_POLL 1
  9830. | #define HAVE_PTSNAME 1
  9831. | #define HAVE_PUTENV 1
  9832. | #define HAVE_REALPATH 1
  9833. | #define HAVE_RANDOM 1
  9834. | #define HAVE_RAND_R 1
  9835. | #define HAVE_SCANDIR 1
  9836. | #define HAVE_SETITIMER 1
  9837. | #define HAVE_SETLOCALE 1
  9838. | #define HAVE_LOCALECONV 1
  9839. | #define HAVE_SETENV 1
  9840. | #define HAVE_SETPGID 1
  9841. | #define HAVE_SETSOCKOPT 1
  9842. | #define HAVE_SETVBUF 1
  9843. | #define HAVE_SHUTDOWN 1
  9844. | #define HAVE_SIN 1
  9845. | #define HAVE_SNPRINTF 1
  9846. | #define HAVE_SRAND48 1
  9847. | #define HAVE_SRANDOM 1
  9848. | #define HAVE_STATFS 1
  9849. | #define HAVE_STATVFS 1
  9850. | #define HAVE_STRCASECMP 1
  9851. | #define HAVE_STRCOLL 1
  9852. | #define HAVE_STRDUP 1
  9853. | #define HAVE_STRERROR 1
  9854. | #define HAVE_STRFTIME 1
  9855. | #define HAVE_STRNLEN 1
  9856. | #define HAVE_STRPTIME 1
  9857. | #define HAVE_STRSTR 1
  9858. | #define HAVE_STRTOK_R 1
  9859. | #define HAVE_SYMLINK 1
  9860. | #define HAVE_TEMPNAM 1
  9861. | #define HAVE_TZSET 1
  9862. | #define HAVE_UNLOCKPT 1
  9863. | #define HAVE_UNSETENV 1
  9864. | #define HAVE_USLEEP 1
  9865. | #define HAVE_UTIME 1
  9866. | #define HAVE_VSNPRINTF 1
  9867. | #define HAVE_VASPRINTF 1
  9868. | #define HAVE_ASPRINTF 1
  9869. | #define HAVE_NANOSLEEP 1
  9870. | #define HAVE_NANOSLEEP 1
  9871. | #define HAVE_LIBRT 1
  9872. | #define HAVE_GETADDRINFO 1
  9873. | #define HAVE_SYNC_FETCH_AND_ADD 1
  9874. | #define HAVE_GETOPT 1
  9875. | #define HAVE_UTIME_H 1
  9876. | #define HAVE_UTIME_NULL 1
  9877. | #define HAVE_ALLOCA_H 1
  9878. | #define HAVE_ALLOCA 1
  9879. | #define HAVE_DECLARED_TIMEZONE 1
  9880. | #define HAVE_POSIX_READDIR_R 1
  9881. | /* end confdefs.h. */
  9882. | /* Define crypt_r to an innocuous variant, in case <limits.h> declares crypt_r.
  9883. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  9884. | #define crypt_r innocuous_crypt_r
  9885. |
  9886. | /* System header to define __stub macros and hopefully few prototypes,
  9887. | which can conflict with char crypt_r (); below.
  9888. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  9889. | <limits.h> exists even on freestanding compilers. */
  9890. |
  9891. | #ifdef __STDC__
  9892. | # include <limits.h>
  9893. | #else
  9894. | # include <assert.h>
  9895. | #endif
  9896. |
  9897. | #undef crypt_r
  9898. |
  9899. | /* Override any GCC internal prototype to avoid an error.
  9900. | Use char because int might match the return type of a GCC
  9901. | builtin and then its argument prototype would still apply. */
  9902. | #ifdef __cplusplus
  9903. | extern "C"
  9904. | #endif
  9905. | char crypt_r ();
  9906. | /* The GNU C library defines this for functions which it implements
  9907. | to always fail with ENOSYS. Some functions are actually named
  9908. | something starting with __ and the normal name is an alias. */
  9909. | #if defined __stub_crypt_r || defined __stub___crypt_r
  9910. | choke me
  9911. | #endif
  9912. |
  9913. | int
  9914. | main ()
  9915. | {
  9916. | return crypt_r ();
  9917. | ;
  9918. | return 0;
  9919. | }
  9920. configure:15906: result: no
  9921. configure:16022: checking for asm goto
  9922. configure:16040: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lrt -lm -ldl -lnsl -lpthread >&5
  9923. configure:16040: $? = 0
  9924. configure:16040: ./conftest
  9925. configure:16040: $? = 0
  9926. configure:16050: result: yes
  9927. configure:16059: checking whether compiler supports VLA
  9928. configure:16077: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lrt -lm -ldl -lnsl -lpthread >&5
  9929. configure:16077: $? = 0
  9930. configure:16077: ./conftest
  9931. configure:16077: $? = 0
  9932. configure:16087: result: yes
  9933. configure:16099: checking whether to enable valgrind support
  9934. configure:16114: result: yes
  9935. configure:16122: checking for valgrind header
  9936. configure:16139: result: not found
  9937. configure:16152: result:
  9938. configure:16154: result: General settings
  9939. configure:16169: checking whether to include gcov symbols
  9940. configure:16183: result: no
  9941. configure:16354: checking whether to include debugging symbols
  9942. configure:16368: result: no
  9943. configure:16402: checking layout of installed files
  9944. configure:16417: result: PHP
  9945. configure:16435: checking path to configuration file
  9946. configure:16450: result: DEFAULT
  9947. configure:16467: checking where to scan for configuration files
  9948. configure:16493: result:
  9949. configure:16501: checking whether to enable PHP's own SIGCHLD handler
  9950. configure:16515: result: no
  9951. configure:16534: checking whether to explicitly link against libgcc
  9952. configure:16548: result: no
  9953. configure:16611: checking whether to enable short tags by default
  9954. configure:16625: result: yes
  9955. configure:16644: checking whether to enable dmalloc
  9956. configure:16658: result: no
  9957. configure:16729: checking whether to enable IPv6 support
  9958. configure:16743: result: yes
  9959. configure:16758: checking whether to enable DTrace support
  9960. configure:16772: result: no
  9961. configure:16903: checking how big to make fd sets
  9962. configure:16935: result: using system default
  9963. configure:16949: result:
  9964. configure:16951: result: Configuring extensions
  9965. configure:16975: checking for strings.h
  9966. configure:16975: result: yes
  9967. configure:16975: checking io.h usability
  9968. configure:16975: cc -c -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  9969. conftest.c:289:16: fatal error: io.h: No such file or directory
  9970. #include <io.h>
  9971. ^
  9972. compilation terminated.
  9973. configure:16975: $? = 1
  9974. configure: failed program was:
  9975. | /* confdefs.h */
  9976. | #define PACKAGE_NAME ""
  9977. | #define PACKAGE_TARNAME ""
  9978. | #define PACKAGE_VERSION ""
  9979. | #define PACKAGE_STRING ""
  9980. | #define PACKAGE_BUGREPORT ""
  9981. | #define PACKAGE_URL ""
  9982. | #define STDC_HEADERS 1
  9983. | #define HAVE_SYS_TYPES_H 1
  9984. | #define HAVE_SYS_STAT_H 1
  9985. | #define HAVE_STDLIB_H 1
  9986. | #define HAVE_STRING_H 1
  9987. | #define HAVE_MEMORY_H 1
  9988. | #define HAVE_STRINGS_H 1
  9989. | #define HAVE_INTTYPES_H 1
  9990. | #define HAVE_STDINT_H 1
  9991. | #define HAVE_UNISTD_H 1
  9992. | #define __EXTENSIONS__ 1
  9993. | #define _ALL_SOURCE 1
  9994. | #define _GNU_SOURCE 1
  9995. | #define _POSIX_PTHREAD_SEMANTICS 1
  9996. | #define _TANDEM_SOURCE 1
  9997. | #define HAVE_DEV_URANDOM 1
  9998. | #define HAVE_GCC_GLOBAL_REGS 1
  9999. | #define HAVE_HUGE_VAL_INF 1
  10000. | #define HAVE_CPUID_COUNT 1
  10001. | #define GWINSZ_IN_SYS_IOCTL 1
  10002. | #define HAVE_PHPDBG 1
  10003. | #define PHPDBG_DEBUG 0
  10004. | #define HAVE_SOCKLEN_T 1
  10005. | #define PHP_WRITE_STDOUT 1
  10006. | #define HAVE_SOCKET 1
  10007. | #define HAVE_SOCKETPAIR 1
  10008. | #define HAVE_HTONL 1
  10009. | #define HAVE_GETHOSTNAME 1
  10010. | #define HAVE_GETHOSTBYADDR 1
  10011. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  10012. | #define HAVE_LIBNSL 1
  10013. | #define HAVE_DLOPEN 1
  10014. | #define HAVE_LIBDL 1
  10015. | #define HAVE_LIBDL 1
  10016. | #define HAVE_LIBM 1
  10017. | #define HAVE_INET_ATON 1
  10018. | #define STDC_HEADERS 1
  10019. | #define HAVE_DIRENT_H 1
  10020. | #define HAVE_INTTYPES_H 1
  10021. | #define HAVE_STDINT_H 1
  10022. | #define HAVE_DIRENT_H 1
  10023. | #define HAVE_SYS_PARAM_H 1
  10024. | #define HAVE_SYS_TYPES_H 1
  10025. | #define HAVE_SYS_TIME_H 1
  10026. | #define HAVE_NETINET_IN_H 1
  10027. | #define HAVE_ALLOCA_H 1
  10028. | #define HAVE_ARPA_INET_H 1
  10029. | #define HAVE_ARPA_NAMESER_H 1
  10030. | #define HAVE_ASSERT_H 1
  10031. | #define HAVE_CRYPT_H 1
  10032. | #define HAVE_FCNTL_H 1
  10033. | #define HAVE_GRP_H 1
  10034. | #define HAVE_LANGINFO_H 1
  10035. | #define HAVE_LIMITS_H 1
  10036. | #define HAVE_LOCALE_H 1
  10037. | #define HAVE_MONETARY_H 1
  10038. | #define HAVE_NETDB_H 1
  10039. | #define HAVE_POLL_H 1
  10040. | #define HAVE_PWD_H 1
  10041. | #define HAVE_RESOLV_H 1
  10042. | #define HAVE_SIGNAL_H 1
  10043. | #define HAVE_STDARG_H 1
  10044. | #define HAVE_STDLIB_H 1
  10045. | #define HAVE_STRING_H 1
  10046. | #define HAVE_SYSLOG_H 1
  10047. | #define HAVE_SYSEXITS_H 1
  10048. | #define HAVE_SYS_IOCTL_H 1
  10049. | #define HAVE_SYS_FILE_H 1
  10050. | #define HAVE_SYS_MMAN_H 1
  10051. | #define HAVE_SYS_MOUNT_H 1
  10052. | #define HAVE_SYS_POLL_H 1
  10053. | #define HAVE_SYS_RESOURCE_H 1
  10054. | #define HAVE_SYS_SELECT_H 1
  10055. | #define HAVE_SYS_SOCKET_H 1
  10056. | #define HAVE_SYS_STAT_H 1
  10057. | #define HAVE_SYS_STATFS_H 1
  10058. | #define HAVE_SYS_STATVFS_H 1
  10059. | #define HAVE_SYS_VFS_H 1
  10060. | #define HAVE_SYS_WAIT_H 1
  10061. | #define HAVE_TERMIOS_H 1
  10062. | #define HAVE_UNISTD_H 1
  10063. | #define HAVE_UTIME_H 1
  10064. | #define HAVE_SYS_UTSNAME_H 1
  10065. | #define HAVE_SYS_IPC_H 1
  10066. | #define HAVE_DLFCN_H 1
  10067. | #define HAVE_ASSERT_H 1
  10068. | #define HAVE_TMMINTRIN_H 1
  10069. | #define HAVE_NMMINTRIN_H 1
  10070. | #define HAVE_IMMINTRIN_H 1
  10071. | #define HAVE_FOPENCOOKIE 1
  10072. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  10073. | #define COOKIE_SEEKER_USES_OFF64_T 1
  10074. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  10075. | #define HAVE_STRUCT_TM_TM_ZONE 1
  10076. | #define HAVE_TM_ZONE 1
  10077. | #define MISSING_FCLOSE_DECL 0
  10078. | #define HAVE_TM_GMTOFF 1
  10079. | #define HAVE_STRUCT_FLOCK 1
  10080. | #define HAVE_SOCKLEN_T 1
  10081. | #define SIZEOF_SIZE_T 8
  10082. | #define SIZEOF_LONG_LONG 8
  10083. | #define SIZEOF_LONG_LONG_INT 8
  10084. | #define SIZEOF_LONG 8
  10085. | #define SIZEOF_INT 4
  10086. | #define SIZEOF_INTMAX_T 8
  10087. | #define HAVE_INTMAX_T 1
  10088. | #define SIZEOF_SSIZE_T 8
  10089. | #define HAVE_SSIZE_T 1
  10090. | #define SIZEOF_PTRDIFF_T 8
  10091. | #define HAVE_PTRDIFF_T 1
  10092. | #define SIZEOF_SHORT 2
  10093. | #define SIZEOF_INT 4
  10094. | #define SIZEOF_LONG 8
  10095. | #define SIZEOF_LONG_LONG 8
  10096. | #define HAVE_INT8_T 1
  10097. | #define HAVE_INT16_T 1
  10098. | #define HAVE_INT32_T 1
  10099. | #define HAVE_INT64_T 1
  10100. | #define HAVE_UINT8_T 1
  10101. | #define HAVE_UINT16_T 1
  10102. | #define HAVE_UINT32_T 1
  10103. | #define HAVE_UINT64_T 1
  10104. | #define HAVE_U_INT8_T 1
  10105. | #define HAVE_U_INT16_T 1
  10106. | #define HAVE_U_INT32_T 1
  10107. | #define HAVE_U_INT64_T 1
  10108. | #define PHP_HAVE_STDINT_TYPES 1
  10109. | #define PHP_HAVE_BUILTIN_EXPECT 1
  10110. | #define PHP_HAVE_BUILTIN_CLZ 1
  10111. | #define PHP_HAVE_BUILTIN_CTZL 1
  10112. | #define PHP_HAVE_BUILTIN_CTZLL 1
  10113. | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 1
  10114. | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
  10115. | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
  10116. | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
  10117. | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
  10118. | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
  10119. | #define PHP_HAVE_BUILTIN_CPU_INIT 1
  10120. | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
  10121. | #define PHP_HAVE_SSSE3_INSTRUCTIONS 1
  10122. | #define PHP_HAVE_SSE4_2_INSTRUCTIONS 1
  10123. | #define PHP_HAVE_AVX_INSTRUCTIONS 1
  10124. | #define PHP_HAVE_AVX2_INSTRUCTIONS 0
  10125. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  10126. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  10127. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  10128. | #define HAVE_ST_BLOCKS 1
  10129. | #define HAVE_SOCKADDR_STORAGE 1
  10130. | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
  10131. | #define HAVE_FUNC_ATTRIBUTE_TARGET 1
  10132. | #define HAVE_VPRINTF 1
  10133. | #define HAVE_ALPHASORT 1
  10134. | #define HAVE_ASCTIME_R 1
  10135. | #define HAVE_CHROOT 1
  10136. | #define HAVE_CTIME_R 1
  10137. | #define HAVE_CUSERID 1
  10138. | #define HAVE_FLOCK 1
  10139. | #define HAVE_FTOK 1
  10140. | #define HAVE_GAI_STRERROR 1
  10141. | #define HAVE_GCVT 1
  10142. | #define HAVE_GETLOADAVG 1
  10143. | #define HAVE_GETLOGIN 1
  10144. | #define HAVE_GETPROTOBYNAME 1
  10145. | #define HAVE_GETPROTOBYNUMBER 1
  10146. | #define HAVE_GETSERVBYNAME 1
  10147. | #define HAVE_GETSERVBYPORT 1
  10148. | #define HAVE_GETHOSTNAME 1
  10149. | #define HAVE_GETRUSAGE 1
  10150. | #define HAVE_GETTIMEOFDAY 1
  10151. | #define HAVE_GMTIME_R 1
  10152. | #define HAVE_GETPWNAM_R 1
  10153. | #define HAVE_GETGRNAM_R 1
  10154. | #define HAVE_GETPWUID_R 1
  10155. | #define HAVE_GRANTPT 1
  10156. | #define HAVE_INET_NTOA 1
  10157. | #define HAVE_INET_NTOP 1
  10158. | #define HAVE_INET_PTON 1
  10159. | #define HAVE_ISASCII 1
  10160. | #define HAVE_LINK 1
  10161. | #define HAVE_LOCALTIME_R 1
  10162. | #define HAVE_LOCKF 1
  10163. | #define HAVE_LCHOWN 1
  10164. | #define HAVE_LRAND48 1
  10165. | #define HAVE_MEMCPY 1
  10166. | #define HAVE_MEMMOVE 1
  10167. | #define HAVE_MKSTEMP 1
  10168. | #define HAVE_MMAP 1
  10169. | #define HAVE_NL_LANGINFO 1
  10170. | #define HAVE_PERROR 1
  10171. | #define HAVE_POLL 1
  10172. | #define HAVE_PTSNAME 1
  10173. | #define HAVE_PUTENV 1
  10174. | #define HAVE_REALPATH 1
  10175. | #define HAVE_RANDOM 1
  10176. | #define HAVE_RAND_R 1
  10177. | #define HAVE_SCANDIR 1
  10178. | #define HAVE_SETITIMER 1
  10179. | #define HAVE_SETLOCALE 1
  10180. | #define HAVE_LOCALECONV 1
  10181. | #define HAVE_SETENV 1
  10182. | #define HAVE_SETPGID 1
  10183. | #define HAVE_SETSOCKOPT 1
  10184. | #define HAVE_SETVBUF 1
  10185. | #define HAVE_SHUTDOWN 1
  10186. | #define HAVE_SIN 1
  10187. | #define HAVE_SNPRINTF 1
  10188. | #define HAVE_SRAND48 1
  10189. | #define HAVE_SRANDOM 1
  10190. | #define HAVE_STATFS 1
  10191. | #define HAVE_STATVFS 1
  10192. | #define HAVE_STRCASECMP 1
  10193. | #define HAVE_STRCOLL 1
  10194. | #define HAVE_STRDUP 1
  10195. | #define HAVE_STRERROR 1
  10196. | #define HAVE_STRFTIME 1
  10197. | #define HAVE_STRNLEN 1
  10198. | #define HAVE_STRPTIME 1
  10199. | #define HAVE_STRSTR 1
  10200. | #define HAVE_STRTOK_R 1
  10201. | #define HAVE_SYMLINK 1
  10202. | #define HAVE_TEMPNAM 1
  10203. | #define HAVE_TZSET 1
  10204. | #define HAVE_UNLOCKPT 1
  10205. | #define HAVE_UNSETENV 1
  10206. | #define HAVE_USLEEP 1
  10207. | #define HAVE_UTIME 1
  10208. | #define HAVE_VSNPRINTF 1
  10209. | #define HAVE_VASPRINTF 1
  10210. | #define HAVE_ASPRINTF 1
  10211. | #define HAVE_NANOSLEEP 1
  10212. | #define HAVE_NANOSLEEP 1
  10213. | #define HAVE_LIBRT 1
  10214. | #define HAVE_GETADDRINFO 1
  10215. | #define HAVE_SYNC_FETCH_AND_ADD 1
  10216. | #define HAVE_GETOPT 1
  10217. | #define HAVE_UTIME_H 1
  10218. | #define HAVE_UTIME_NULL 1
  10219. | #define HAVE_ALLOCA_H 1
  10220. | #define HAVE_ALLOCA 1
  10221. | #define HAVE_DECLARED_TIMEZONE 1
  10222. | #define HAVE_POSIX_READDIR_R 1
  10223. | #define HAVE_ASM_GOTO 1
  10224. | #define HAVE_COMPILER_C99_VLA 1
  10225. | #define PHP_SIGCHILD 0
  10226. | #define DEFAULT_SHORT_OPEN_TAG "1"
  10227. | #define HAVE_IPV6 1
  10228. | #define HAVE_STRINGS_H 1
  10229. | /* end confdefs.h. */
  10230. | #include <stdio.h>
  10231. | #ifdef HAVE_SYS_TYPES_H
  10232. | # include <sys/types.h>
  10233. | #endif
  10234. | #ifdef HAVE_SYS_STAT_H
  10235. | # include <sys/stat.h>
  10236. | #endif
  10237. | #ifdef STDC_HEADERS
  10238. | # include <stdlib.h>
  10239. | # include <stddef.h>
  10240. | #else
  10241. | # ifdef HAVE_STDLIB_H
  10242. | # include <stdlib.h>
  10243. | # endif
  10244. | #endif
  10245. | #ifdef HAVE_STRING_H
  10246. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  10247. | # include <memory.h>
  10248. | # endif
  10249. | # include <string.h>
  10250. | #endif
  10251. | #ifdef HAVE_STRINGS_H
  10252. | # include <strings.h>
  10253. | #endif
  10254. | #ifdef HAVE_INTTYPES_H
  10255. | # include <inttypes.h>
  10256. | #endif
  10257. | #ifdef HAVE_STDINT_H
  10258. | # include <stdint.h>
  10259. | #endif
  10260. | #ifdef HAVE_UNISTD_H
  10261. | # include <unistd.h>
  10262. | #endif
  10263. | #include <io.h>
  10264. configure:16975: result: no
  10265. configure:16975: checking io.h presence
  10266. configure:16975: cc -E -D_REENTRANT conftest.c
  10267. conftest.c:256:16: fatal error: io.h: No such file or directory
  10268. #include <io.h>
  10269. ^
  10270. compilation terminated.
  10271. configure:16975: $? = 1
  10272. configure: failed program was:
  10273. | /* confdefs.h */
  10274. | #define PACKAGE_NAME ""
  10275. | #define PACKAGE_TARNAME ""
  10276. | #define PACKAGE_VERSION ""
  10277. | #define PACKAGE_STRING ""
  10278. | #define PACKAGE_BUGREPORT ""
  10279. | #define PACKAGE_URL ""
  10280. | #define STDC_HEADERS 1
  10281. | #define HAVE_SYS_TYPES_H 1
  10282. | #define HAVE_SYS_STAT_H 1
  10283. | #define HAVE_STDLIB_H 1
  10284. | #define HAVE_STRING_H 1
  10285. | #define HAVE_MEMORY_H 1
  10286. | #define HAVE_STRINGS_H 1
  10287. | #define HAVE_INTTYPES_H 1
  10288. | #define HAVE_STDINT_H 1
  10289. | #define HAVE_UNISTD_H 1
  10290. | #define __EXTENSIONS__ 1
  10291. | #define _ALL_SOURCE 1
  10292. | #define _GNU_SOURCE 1
  10293. | #define _POSIX_PTHREAD_SEMANTICS 1
  10294. | #define _TANDEM_SOURCE 1
  10295. | #define HAVE_DEV_URANDOM 1
  10296. | #define HAVE_GCC_GLOBAL_REGS 1
  10297. | #define HAVE_HUGE_VAL_INF 1
  10298. | #define HAVE_CPUID_COUNT 1
  10299. | #define GWINSZ_IN_SYS_IOCTL 1
  10300. | #define HAVE_PHPDBG 1
  10301. | #define PHPDBG_DEBUG 0
  10302. | #define HAVE_SOCKLEN_T 1
  10303. | #define PHP_WRITE_STDOUT 1
  10304. | #define HAVE_SOCKET 1
  10305. | #define HAVE_SOCKETPAIR 1
  10306. | #define HAVE_HTONL 1
  10307. | #define HAVE_GETHOSTNAME 1
  10308. | #define HAVE_GETHOSTBYADDR 1
  10309. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  10310. | #define HAVE_LIBNSL 1
  10311. | #define HAVE_DLOPEN 1
  10312. | #define HAVE_LIBDL 1
  10313. | #define HAVE_LIBDL 1
  10314. | #define HAVE_LIBM 1
  10315. | #define HAVE_INET_ATON 1
  10316. | #define STDC_HEADERS 1
  10317. | #define HAVE_DIRENT_H 1
  10318. | #define HAVE_INTTYPES_H 1
  10319. | #define HAVE_STDINT_H 1
  10320. | #define HAVE_DIRENT_H 1
  10321. | #define HAVE_SYS_PARAM_H 1
  10322. | #define HAVE_SYS_TYPES_H 1
  10323. | #define HAVE_SYS_TIME_H 1
  10324. | #define HAVE_NETINET_IN_H 1
  10325. | #define HAVE_ALLOCA_H 1
  10326. | #define HAVE_ARPA_INET_H 1
  10327. | #define HAVE_ARPA_NAMESER_H 1
  10328. | #define HAVE_ASSERT_H 1
  10329. | #define HAVE_CRYPT_H 1
  10330. | #define HAVE_FCNTL_H 1
  10331. | #define HAVE_GRP_H 1
  10332. | #define HAVE_LANGINFO_H 1
  10333. | #define HAVE_LIMITS_H 1
  10334. | #define HAVE_LOCALE_H 1
  10335. | #define HAVE_MONETARY_H 1
  10336. | #define HAVE_NETDB_H 1
  10337. | #define HAVE_POLL_H 1
  10338. | #define HAVE_PWD_H 1
  10339. | #define HAVE_RESOLV_H 1
  10340. | #define HAVE_SIGNAL_H 1
  10341. | #define HAVE_STDARG_H 1
  10342. | #define HAVE_STDLIB_H 1
  10343. | #define HAVE_STRING_H 1
  10344. | #define HAVE_SYSLOG_H 1
  10345. | #define HAVE_SYSEXITS_H 1
  10346. | #define HAVE_SYS_IOCTL_H 1
  10347. | #define HAVE_SYS_FILE_H 1
  10348. | #define HAVE_SYS_MMAN_H 1
  10349. | #define HAVE_SYS_MOUNT_H 1
  10350. | #define HAVE_SYS_POLL_H 1
  10351. | #define HAVE_SYS_RESOURCE_H 1
  10352. | #define HAVE_SYS_SELECT_H 1
  10353. | #define HAVE_SYS_SOCKET_H 1
  10354. | #define HAVE_SYS_STAT_H 1
  10355. | #define HAVE_SYS_STATFS_H 1
  10356. | #define HAVE_SYS_STATVFS_H 1
  10357. | #define HAVE_SYS_VFS_H 1
  10358. | #define HAVE_SYS_WAIT_H 1
  10359. | #define HAVE_TERMIOS_H 1
  10360. | #define HAVE_UNISTD_H 1
  10361. | #define HAVE_UTIME_H 1
  10362. | #define HAVE_SYS_UTSNAME_H 1
  10363. | #define HAVE_SYS_IPC_H 1
  10364. | #define HAVE_DLFCN_H 1
  10365. | #define HAVE_ASSERT_H 1
  10366. | #define HAVE_TMMINTRIN_H 1
  10367. | #define HAVE_NMMINTRIN_H 1
  10368. | #define HAVE_IMMINTRIN_H 1
  10369. | #define HAVE_FOPENCOOKIE 1
  10370. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  10371. | #define COOKIE_SEEKER_USES_OFF64_T 1
  10372. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  10373. | #define HAVE_STRUCT_TM_TM_ZONE 1
  10374. | #define HAVE_TM_ZONE 1
  10375. | #define MISSING_FCLOSE_DECL 0
  10376. | #define HAVE_TM_GMTOFF 1
  10377. | #define HAVE_STRUCT_FLOCK 1
  10378. | #define HAVE_SOCKLEN_T 1
  10379. | #define SIZEOF_SIZE_T 8
  10380. | #define SIZEOF_LONG_LONG 8
  10381. | #define SIZEOF_LONG_LONG_INT 8
  10382. | #define SIZEOF_LONG 8
  10383. | #define SIZEOF_INT 4
  10384. | #define SIZEOF_INTMAX_T 8
  10385. | #define HAVE_INTMAX_T 1
  10386. | #define SIZEOF_SSIZE_T 8
  10387. | #define HAVE_SSIZE_T 1
  10388. | #define SIZEOF_PTRDIFF_T 8
  10389. | #define HAVE_PTRDIFF_T 1
  10390. | #define SIZEOF_SHORT 2
  10391. | #define SIZEOF_INT 4
  10392. | #define SIZEOF_LONG 8
  10393. | #define SIZEOF_LONG_LONG 8
  10394. | #define HAVE_INT8_T 1
  10395. | #define HAVE_INT16_T 1
  10396. | #define HAVE_INT32_T 1
  10397. | #define HAVE_INT64_T 1
  10398. | #define HAVE_UINT8_T 1
  10399. | #define HAVE_UINT16_T 1
  10400. | #define HAVE_UINT32_T 1
  10401. | #define HAVE_UINT64_T 1
  10402. | #define HAVE_U_INT8_T 1
  10403. | #define HAVE_U_INT16_T 1
  10404. | #define HAVE_U_INT32_T 1
  10405. | #define HAVE_U_INT64_T 1
  10406. | #define PHP_HAVE_STDINT_TYPES 1
  10407. | #define PHP_HAVE_BUILTIN_EXPECT 1
  10408. | #define PHP_HAVE_BUILTIN_CLZ 1
  10409. | #define PHP_HAVE_BUILTIN_CTZL 1
  10410. | #define PHP_HAVE_BUILTIN_CTZLL 1
  10411. | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 1
  10412. | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
  10413. | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
  10414. | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
  10415. | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
  10416. | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
  10417. | #define PHP_HAVE_BUILTIN_CPU_INIT 1
  10418. | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
  10419. | #define PHP_HAVE_SSSE3_INSTRUCTIONS 1
  10420. | #define PHP_HAVE_SSE4_2_INSTRUCTIONS 1
  10421. | #define PHP_HAVE_AVX_INSTRUCTIONS 1
  10422. | #define PHP_HAVE_AVX2_INSTRUCTIONS 0
  10423. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  10424. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  10425. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  10426. | #define HAVE_ST_BLOCKS 1
  10427. | #define HAVE_SOCKADDR_STORAGE 1
  10428. | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
  10429. | #define HAVE_FUNC_ATTRIBUTE_TARGET 1
  10430. | #define HAVE_VPRINTF 1
  10431. | #define HAVE_ALPHASORT 1
  10432. | #define HAVE_ASCTIME_R 1
  10433. | #define HAVE_CHROOT 1
  10434. | #define HAVE_CTIME_R 1
  10435. | #define HAVE_CUSERID 1
  10436. | #define HAVE_FLOCK 1
  10437. | #define HAVE_FTOK 1
  10438. | #define HAVE_GAI_STRERROR 1
  10439. | #define HAVE_GCVT 1
  10440. | #define HAVE_GETLOADAVG 1
  10441. | #define HAVE_GETLOGIN 1
  10442. | #define HAVE_GETPROTOBYNAME 1
  10443. | #define HAVE_GETPROTOBYNUMBER 1
  10444. | #define HAVE_GETSERVBYNAME 1
  10445. | #define HAVE_GETSERVBYPORT 1
  10446. | #define HAVE_GETHOSTNAME 1
  10447. | #define HAVE_GETRUSAGE 1
  10448. | #define HAVE_GETTIMEOFDAY 1
  10449. | #define HAVE_GMTIME_R 1
  10450. | #define HAVE_GETPWNAM_R 1
  10451. | #define HAVE_GETGRNAM_R 1
  10452. | #define HAVE_GETPWUID_R 1
  10453. | #define HAVE_GRANTPT 1
  10454. | #define HAVE_INET_NTOA 1
  10455. | #define HAVE_INET_NTOP 1
  10456. | #define HAVE_INET_PTON 1
  10457. | #define HAVE_ISASCII 1
  10458. | #define HAVE_LINK 1
  10459. | #define HAVE_LOCALTIME_R 1
  10460. | #define HAVE_LOCKF 1
  10461. | #define HAVE_LCHOWN 1
  10462. | #define HAVE_LRAND48 1
  10463. | #define HAVE_MEMCPY 1
  10464. | #define HAVE_MEMMOVE 1
  10465. | #define HAVE_MKSTEMP 1
  10466. | #define HAVE_MMAP 1
  10467. | #define HAVE_NL_LANGINFO 1
  10468. | #define HAVE_PERROR 1
  10469. | #define HAVE_POLL 1
  10470. | #define HAVE_PTSNAME 1
  10471. | #define HAVE_PUTENV 1
  10472. | #define HAVE_REALPATH 1
  10473. | #define HAVE_RANDOM 1
  10474. | #define HAVE_RAND_R 1
  10475. | #define HAVE_SCANDIR 1
  10476. | #define HAVE_SETITIMER 1
  10477. | #define HAVE_SETLOCALE 1
  10478. | #define HAVE_LOCALECONV 1
  10479. | #define HAVE_SETENV 1
  10480. | #define HAVE_SETPGID 1
  10481. | #define HAVE_SETSOCKOPT 1
  10482. | #define HAVE_SETVBUF 1
  10483. | #define HAVE_SHUTDOWN 1
  10484. | #define HAVE_SIN 1
  10485. | #define HAVE_SNPRINTF 1
  10486. | #define HAVE_SRAND48 1
  10487. | #define HAVE_SRANDOM 1
  10488. | #define HAVE_STATFS 1
  10489. | #define HAVE_STATVFS 1
  10490. | #define HAVE_STRCASECMP 1
  10491. | #define HAVE_STRCOLL 1
  10492. | #define HAVE_STRDUP 1
  10493. | #define HAVE_STRERROR 1
  10494. | #define HAVE_STRFTIME 1
  10495. | #define HAVE_STRNLEN 1
  10496. | #define HAVE_STRPTIME 1
  10497. | #define HAVE_STRSTR 1
  10498. | #define HAVE_STRTOK_R 1
  10499. | #define HAVE_SYMLINK 1
  10500. | #define HAVE_TEMPNAM 1
  10501. | #define HAVE_TZSET 1
  10502. | #define HAVE_UNLOCKPT 1
  10503. | #define HAVE_UNSETENV 1
  10504. | #define HAVE_USLEEP 1
  10505. | #define HAVE_UTIME 1
  10506. | #define HAVE_VSNPRINTF 1
  10507. | #define HAVE_VASPRINTF 1
  10508. | #define HAVE_ASPRINTF 1
  10509. | #define HAVE_NANOSLEEP 1
  10510. | #define HAVE_NANOSLEEP 1
  10511. | #define HAVE_LIBRT 1
  10512. | #define HAVE_GETADDRINFO 1
  10513. | #define HAVE_SYNC_FETCH_AND_ADD 1
  10514. | #define HAVE_GETOPT 1
  10515. | #define HAVE_UTIME_H 1
  10516. | #define HAVE_UTIME_NULL 1
  10517. | #define HAVE_ALLOCA_H 1
  10518. | #define HAVE_ALLOCA 1
  10519. | #define HAVE_DECLARED_TIMEZONE 1
  10520. | #define HAVE_POSIX_READDIR_R 1
  10521. | #define HAVE_ASM_GOTO 1
  10522. | #define HAVE_COMPILER_C99_VLA 1
  10523. | #define PHP_SIGCHILD 0
  10524. | #define DEFAULT_SHORT_OPEN_TAG "1"
  10525. | #define HAVE_IPV6 1
  10526. | #define HAVE_STRINGS_H 1
  10527. | /* end confdefs.h. */
  10528. | #include <io.h>
  10529. configure:16975: result: no
  10530. configure:16975: checking for io.h
  10531. configure:16975: result: no
  10532. configure:16989: checking for strtoll
  10533. configure:16989: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lrt -lm -ldl -lnsl -lpthread >&5
  10534. configure:16989: $? = 0
  10535. configure:16989: result: yes
  10536. configure:16989: checking for atoll
  10537. configure:16989: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lrt -lm -ldl -lnsl -lpthread >&5
  10538. configure:16989: $? = 0
  10539. configure:16989: result: yes
  10540. configure:17366: checking whether to enable LIBXML support
  10541. configure:17401: result: yes
  10542. configure:17411: checking libxml2 install dir
  10543. configure:17426: result: no
  10544. configure:17440: checking for xml2-config path
  10545. configure:17454: result: /usr/bin/xml2-config
  10546. configure:17661: checking whether libxml build works
  10547. configure:17688: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c
  10548.  
  10549. -lrt -lm -ldl -lnsl -lpthread -lxml2 >&5
  10550. configure:17688: $? = 0
  10551. configure:17688: ./conftest
  10552. configure:17688: $? = 0
  10553. configure:17712: result: yes
  10554. configure:18001: checking for OpenSSL support
  10555. configure:18037: result: no
  10556. configure:18046: checking for Kerberos support
  10557. configure:18061: result: no
  10558. configure:18070: checking whether to use system default cipher list instead of hardcoded value
  10559. configure:18085: result: no
  10560. configure:20018: checking for PCRE library to use
  10561. configure:20020: result: bundled
  10562. configure:20308: checking whether to enable PCRE JIT functionality
  10563. configure:20314: result: yes
  10564. configure:20410: checking whether to enable the SQLite3 extension
  10565. configure:20446: result: yes
  10566. configure:21371: checking bundled sqlite3 library
  10567. configure:21373: result: yes
  10568. configure:21686: checking for ZLIB support
  10569. configure:21722: result: no
  10570. configure:21731: checking if the location of ZLIB install directory is defined
  10571. configure:21746: result: no
  10572. configure:22299: checking whether to enable bc style precision math functions
  10573. configure:22334: result: no
  10574. configure:22619: checking for BZip2 support
  10575. configure:22655: result: no
  10576. configure:23223: checking whether to enable calendar conversion support
  10577. configure:23258: result: no
  10578. configure:23522: checking whether to enable ctype functions
  10579. configure:23557: result: yes
  10580. configure:23821: checking for cURL support
  10581. configure:23857: result: no
  10582. configure:25694: checking for QDBM support
  10583. configure:25705: result: no
  10584. configure:26030: checking for GDBM support
  10585. configure:26041: result: no
  10586. configure:26352: checking for NDBM support
  10587. configure:26363: result: no
  10588. configure:26700: checking for TCADB support
  10589. configure:26711: result: no
  10590. configure:27048: checking for LMDB support
  10591. configure:27059: result: no
  10592. configure:27380: checking for Berkeley DB4 support
  10593. configure:27391: result: no
  10594. configure:27701: checking for Berkeley DB3 support
  10595. configure:27712: result: no
  10596. configure:28022: checking for Berkeley DB2 support
  10597. configure:28033: result: no
  10598. configure:28267: checking for DB1 support
  10599. configure:28278: result: no
  10600. configure:28633: checking for DBM support
  10601. configure:28644: result: no
  10602. configure:29033: checking for CDB support
  10603. configure:29044: result: no
  10604. configure:29065: checking for INI File support
  10605. configure:29076: result: no
  10606. configure:29097: checking for FlatFile support
  10607. configure:29108: result: no
  10608. configure:29114: checking whether to enable DBA interface
  10609. configure:29391: result: no
  10610. configure:29402: checking whether to enable DOM support
  10611. configure:29437: result: yes
  10612. configure:29478: checking for xml2-config path
  10613. configure:29492: result: /usr/bin/xml2-config
  10614. configure:29699: checking whether libxml build works
  10615. configure:29750: result: yes
  10616. configure:30097: checking for ENCHANT support
  10617. configure:30133: result: no
  10618. configure:30703: checking whether to enable EXIF (metadata from images) support
  10619. configure:30738: result: no
  10620. configure:31002: checking for fileinfo support
  10621. configure:31037: result: yes
  10622. configure:31053: checking for strcasestr
  10623. configure:31088: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lrt -lm -ldl -lnsl -lpthread -lxml2 -lxml2 >&5
  10624. configure:31088: $? = 0
  10625. configure:31088: ./conftest
  10626. configure:31088: $? = 0
  10627. configure:31090: result: yes
  10628. configure:31361: checking for utimes
  10629. configure:31361: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lrt -lm -ldl -lnsl -lpthread -lxml2 -lxml2 >&5
  10630. configure:31361: $? = 0
  10631. configure:31361: result: yes
  10632. configure:31361: checking for strndup
  10633. configure:31361: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lrt -lm -ldl -lnsl -lpthread -lxml2 -lxml2 >&5
  10634. conftest.c:293:6: warning: conflicting types for built-in function 'strndup'
  10635. char strndup ();
  10636. ^~~~~~~
  10637. configure:31361: $? = 0
  10638. configure:31361: result: yes
  10639. configure:31386: checking whether to enable input filter support
  10640. configure:31421: result: yes
  10641. configure:31430: checking pcre install prefix
  10642. configure:31445: result: no
  10643. configure:31797: checking whether to enable FTP support
  10644. configure:31832: result: no
  10645. configure:31841: checking OpenSSL dir for FTP
  10646. configure:31856: result: no
  10647. configure:32844: checking for GD support
  10648. configure:32880: result: no
  10649. configure:32889: checking for the location of libwebp
  10650. configure:32904: result: no
  10651. configure:32915: checking for the location of libjpeg
  10652. configure:32930: result: no
  10653. configure:32941: checking for the location of libpng
  10654. configure:32956: result: no
  10655. configure:32992: checking for the location of libXpm
  10656. configure:33007: result: no
  10657. configure:33016: checking for FreeType 2
  10658. configure:33031: result: no
  10659. configure:33040: checking whether to enable JIS-mapped Japanese font support in GD
  10660. configure:33054: result: no
  10661. configure:38156: checking for GNU gettext support
  10662. configure:38192: result: no
  10663. configure:38874: checking for GNU MP support
  10664. configure:38910: result: no
  10665. configure:39487: checking for mhash support
  10666. configure:39523: result: no
  10667. configure:39532: checking whether to enable hash support
  10668. configure:39567: result: yes
  10669. configure:39588: checking whether byte ordering is bigendian
  10670. configure:39625: result: no
  10671. configure:39638: checking size of short
  10672. configure:39657: result: 2
  10673. configure:39671: checking size of int
  10674. configure:39690: result: 4
  10675. configure:39704: checking size of long
  10676. configure:39723: result: 8
  10677. configure:39737: checking size of long long
  10678. configure:39756: result: 8
  10679. configure:39780: checking size of long int
  10680. configure:39785: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c -lrt -lm -ldl -lnsl -lpthread -lxml2 -lxml2 >&5
  10681. configure:39785: $? = 0
  10682. configure:39785: ./conftest
  10683. configure:39785: $? = 0
  10684. configure:39799: result: 8
  10685. configure:39809: checking checking if we're at 64-bit platform
  10686. configure:39819: result: yes
  10687. configure:40121: checking for iconv support
  10688. configure:40157: result: yes
  10689. configure:40186: checking for iconv
  10690. configure:40186: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  10691. configure:40186: $? = 0
  10692. configure:40186: result: yes
  10693. configure:40726: checking if iconv is glibc's
  10694. configure:40739: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -pthread -D_REENTRANT -L/usr/lib conftest.c -lrt -lm -ldl -lnsl -lpthread -lxml2 -lxml2 >&5
  10695. configure:40739: $? = 0
  10696. configure:40741: result: yes
  10697. configure:41018: checking if iconv supports errno
  10698. configure:41053: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -pthread -D_REENTRANT -L/usr/lib conftest.c -lrt -lm -ldl -lnsl -lpthread -lxml2 -lxml2 >&5
  10699. configure:41053: $? = 0
  10700. configure:41053: ./conftest
  10701. configure:41053: $? = 0
  10702. configure:41055: result: yes
  10703. configure:41081: checking if iconv supports //IGNORE
  10704. configure:41115: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -pthread -D_REENTRANT -L/usr/lib conftest.c -lrt -lm -ldl -lnsl -lpthread -lxml2 -lxml2 >&5
  10705. configure:41115: $? = 0
  10706. configure:41115: ./conftest
  10707. configure:41115: $? = 1
  10708. configure: program exited with status 1
  10709. configure: failed program was:
  10710. | /* confdefs.h */
  10711. | #define PACKAGE_NAME ""
  10712. | #define PACKAGE_TARNAME ""
  10713. | #define PACKAGE_VERSION ""
  10714. | #define PACKAGE_STRING ""
  10715. | #define PACKAGE_BUGREPORT ""
  10716. | #define PACKAGE_URL ""
  10717. | #define STDC_HEADERS 1
  10718. | #define HAVE_SYS_TYPES_H 1
  10719. | #define HAVE_SYS_STAT_H 1
  10720. | #define HAVE_STDLIB_H 1
  10721. | #define HAVE_STRING_H 1
  10722. | #define HAVE_MEMORY_H 1
  10723. | #define HAVE_STRINGS_H 1
  10724. | #define HAVE_INTTYPES_H 1
  10725. | #define HAVE_STDINT_H 1
  10726. | #define HAVE_UNISTD_H 1
  10727. | #define __EXTENSIONS__ 1
  10728. | #define _ALL_SOURCE 1
  10729. | #define _GNU_SOURCE 1
  10730. | #define _POSIX_PTHREAD_SEMANTICS 1
  10731. | #define _TANDEM_SOURCE 1
  10732. | #define HAVE_DEV_URANDOM 1
  10733. | #define HAVE_GCC_GLOBAL_REGS 1
  10734. | #define HAVE_HUGE_VAL_INF 1
  10735. | #define HAVE_CPUID_COUNT 1
  10736. | #define GWINSZ_IN_SYS_IOCTL 1
  10737. | #define HAVE_PHPDBG 1
  10738. | #define PHPDBG_DEBUG 0
  10739. | #define HAVE_SOCKLEN_T 1
  10740. | #define PHP_WRITE_STDOUT 1
  10741. | #define HAVE_SOCKET 1
  10742. | #define HAVE_SOCKETPAIR 1
  10743. | #define HAVE_HTONL 1
  10744. | #define HAVE_GETHOSTNAME 1
  10745. | #define HAVE_GETHOSTBYADDR 1
  10746. | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  10747. | #define HAVE_LIBNSL 1
  10748. | #define HAVE_DLOPEN 1
  10749. | #define HAVE_LIBDL 1
  10750. | #define HAVE_LIBDL 1
  10751. | #define HAVE_LIBM 1
  10752. | #define HAVE_INET_ATON 1
  10753. | #define STDC_HEADERS 1
  10754. | #define HAVE_DIRENT_H 1
  10755. | #define HAVE_INTTYPES_H 1
  10756. | #define HAVE_STDINT_H 1
  10757. | #define HAVE_DIRENT_H 1
  10758. | #define HAVE_SYS_PARAM_H 1
  10759. | #define HAVE_SYS_TYPES_H 1
  10760. | #define HAVE_SYS_TIME_H 1
  10761. | #define HAVE_NETINET_IN_H 1
  10762. | #define HAVE_ALLOCA_H 1
  10763. | #define HAVE_ARPA_INET_H 1
  10764. | #define HAVE_ARPA_NAMESER_H 1
  10765. | #define HAVE_ASSERT_H 1
  10766. | #define HAVE_CRYPT_H 1
  10767. | #define HAVE_FCNTL_H 1
  10768. | #define HAVE_GRP_H 1
  10769. | #define HAVE_LANGINFO_H 1
  10770. | #define HAVE_LIMITS_H 1
  10771. | #define HAVE_LOCALE_H 1
  10772. | #define HAVE_MONETARY_H 1
  10773. | #define HAVE_NETDB_H 1
  10774. | #define HAVE_POLL_H 1
  10775. | #define HAVE_PWD_H 1
  10776. | #define HAVE_RESOLV_H 1
  10777. | #define HAVE_SIGNAL_H 1
  10778. | #define HAVE_STDARG_H 1
  10779. | #define HAVE_STDLIB_H 1
  10780. | #define HAVE_STRING_H 1
  10781. | #define HAVE_SYSLOG_H 1
  10782. | #define HAVE_SYSEXITS_H 1
  10783. | #define HAVE_SYS_IOCTL_H 1
  10784. | #define HAVE_SYS_FILE_H 1
  10785. | #define HAVE_SYS_MMAN_H 1
  10786. | #define HAVE_SYS_MOUNT_H 1
  10787. | #define HAVE_SYS_POLL_H 1
  10788. | #define HAVE_SYS_RESOURCE_H 1
  10789. | #define HAVE_SYS_SELECT_H 1
  10790. | #define HAVE_SYS_SOCKET_H 1
  10791. | #define HAVE_SYS_STAT_H 1
  10792. | #define HAVE_SYS_STATFS_H 1
  10793. | #define HAVE_SYS_STATVFS_H 1
  10794. | #define HAVE_SYS_VFS_H 1
  10795. | #define HAVE_SYS_WAIT_H 1
  10796. | #define HAVE_TERMIOS_H 1
  10797. | #define HAVE_UNISTD_H 1
  10798. | #define HAVE_UTIME_H 1
  10799. | #define HAVE_SYS_UTSNAME_H 1
  10800. | #define HAVE_SYS_IPC_H 1
  10801. | #define HAVE_DLFCN_H 1
  10802. | #define HAVE_ASSERT_H 1
  10803. | #define HAVE_TMMINTRIN_H 1
  10804. | #define HAVE_NMMINTRIN_H 1
  10805. | #define HAVE_IMMINTRIN_H 1
  10806. | #define HAVE_FOPENCOOKIE 1
  10807. | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  10808. | #define COOKIE_SEEKER_USES_OFF64_T 1
  10809. | #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  10810. | #define HAVE_STRUCT_TM_TM_ZONE 1
  10811. | #define HAVE_TM_ZONE 1
  10812. | #define MISSING_FCLOSE_DECL 0
  10813. | #define HAVE_TM_GMTOFF 1
  10814. | #define HAVE_STRUCT_FLOCK 1
  10815. | #define HAVE_SOCKLEN_T 1
  10816. | #define SIZEOF_SIZE_T 8
  10817. | #define SIZEOF_LONG_LONG 8
  10818. | #define SIZEOF_LONG_LONG_INT 8
  10819. | #define SIZEOF_LONG 8
  10820. | #define SIZEOF_INT 4
  10821. | #define SIZEOF_INTMAX_T 8
  10822. | #define HAVE_INTMAX_T 1
  10823. | #define SIZEOF_SSIZE_T 8
  10824. | #define HAVE_SSIZE_T 1
  10825. | #define SIZEOF_PTRDIFF_T 8
  10826. | #define HAVE_PTRDIFF_T 1
  10827. | #define SIZEOF_SHORT 2
  10828. | #define SIZEOF_INT 4
  10829. | #define SIZEOF_LONG 8
  10830. | #define SIZEOF_LONG_LONG 8
  10831. | #define HAVE_INT8_T 1
  10832. | #define HAVE_INT16_T 1
  10833. | #define HAVE_INT32_T 1
  10834. | #define HAVE_INT64_T 1
  10835. | #define HAVE_UINT8_T 1
  10836. | #define HAVE_UINT16_T 1
  10837. | #define HAVE_UINT32_T 1
  10838. | #define HAVE_UINT64_T 1
  10839. | #define HAVE_U_INT8_T 1
  10840. | #define HAVE_U_INT16_T 1
  10841. | #define HAVE_U_INT32_T 1
  10842. | #define HAVE_U_INT64_T 1
  10843. | #define PHP_HAVE_STDINT_TYPES 1
  10844. | #define PHP_HAVE_BUILTIN_EXPECT 1
  10845. | #define PHP_HAVE_BUILTIN_CLZ 1
  10846. | #define PHP_HAVE_BUILTIN_CTZL 1
  10847. | #define PHP_HAVE_BUILTIN_CTZLL 1
  10848. | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 1
  10849. | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
  10850. | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
  10851. | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
  10852. | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
  10853. | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
  10854. | #define PHP_HAVE_BUILTIN_CPU_INIT 1
  10855. | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
  10856. | #define PHP_HAVE_SSSE3_INSTRUCTIONS 1
  10857. | #define PHP_HAVE_SSE4_2_INSTRUCTIONS 1
  10858. | #define PHP_HAVE_AVX_INSTRUCTIONS 1
  10859. | #define PHP_HAVE_AVX2_INSTRUCTIONS 0
  10860. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  10861. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  10862. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  10863. | #define HAVE_ST_BLOCKS 1
  10864. | #define HAVE_SOCKADDR_STORAGE 1
  10865. | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
  10866. | #define HAVE_FUNC_ATTRIBUTE_TARGET 1
  10867. | #define HAVE_VPRINTF 1
  10868. | #define HAVE_ALPHASORT 1
  10869. | #define HAVE_ASCTIME_R 1
  10870. | #define HAVE_CHROOT 1
  10871. | #define HAVE_CTIME_R 1
  10872. | #define HAVE_CUSERID 1
  10873. | #define HAVE_FLOCK 1
  10874. | #define HAVE_FTOK 1
  10875. | #define HAVE_GAI_STRERROR 1
  10876. | #define HAVE_GCVT 1
  10877. | #define HAVE_GETLOADAVG 1
  10878. | #define HAVE_GETLOGIN 1
  10879. | #define HAVE_GETPROTOBYNAME 1
  10880. | #define HAVE_GETPROTOBYNUMBER 1
  10881. | #define HAVE_GETSERVBYNAME 1
  10882. | #define HAVE_GETSERVBYPORT 1
  10883. | #define HAVE_GETHOSTNAME 1
  10884. | #define HAVE_GETRUSAGE 1
  10885. | #define HAVE_GETTIMEOFDAY 1
  10886. | #define HAVE_GMTIME_R 1
  10887. | #define HAVE_GETPWNAM_R 1
  10888. | #define HAVE_GETGRNAM_R 1
  10889. | #define HAVE_GETPWUID_R 1
  10890. | #define HAVE_GRANTPT 1
  10891. | #define HAVE_INET_NTOA 1
  10892. | #define HAVE_INET_NTOP 1
  10893. | #define HAVE_INET_PTON 1
  10894. | #define HAVE_ISASCII 1
  10895. | #define HAVE_LINK 1
  10896. | #define HAVE_LOCALTIME_R 1
  10897. | #define HAVE_LOCKF 1
  10898. | #define HAVE_LCHOWN 1
  10899. | #define HAVE_LRAND48 1
  10900. | #define HAVE_MEMCPY 1
  10901. | #define HAVE_MEMMOVE 1
  10902. | #define HAVE_MKSTEMP 1
  10903. | #define HAVE_MMAP 1
  10904. | #define HAVE_NL_LANGINFO 1
  10905. | #define HAVE_PERROR 1
  10906. | #define HAVE_POLL 1
  10907. | #define HAVE_PTSNAME 1
  10908. | #define HAVE_PUTENV 1
  10909. | #define HAVE_REALPATH 1
  10910. | #define HAVE_RANDOM 1
  10911. | #define HAVE_RAND_R 1
  10912. | #define HAVE_SCANDIR 1
  10913. | #define HAVE_SETITIMER 1
  10914. | #define HAVE_SETLOCALE 1
  10915. | #define HAVE_LOCALECONV 1
  10916. | #define HAVE_SETENV 1
  10917. | #define HAVE_SETPGID 1
  10918. | #define HAVE_SETSOCKOPT 1
  10919. | #define HAVE_SETVBUF 1
  10920. | #define HAVE_SHUTDOWN 1
  10921. | #define HAVE_SIN 1
  10922. | #define HAVE_SNPRINTF 1
  10923. | #define HAVE_SRAND48 1
  10924. | #define HAVE_SRANDOM 1
  10925. | #define HAVE_STATFS 1
  10926. | #define HAVE_STATVFS 1
  10927. | #define HAVE_STRCASECMP 1
  10928. | #define HAVE_STRCOLL 1
  10929. | #define HAVE_STRDUP 1
  10930. | #define HAVE_STRERROR 1
  10931. | #define HAVE_STRFTIME 1
  10932. | #define HAVE_STRNLEN 1
  10933. | #define HAVE_STRPTIME 1
  10934. | #define HAVE_STRSTR 1
  10935. | #define HAVE_STRTOK_R 1
  10936. | #define HAVE_SYMLINK 1
  10937. | #define HAVE_TEMPNAM 1
  10938. | #define HAVE_TZSET 1
  10939. | #define HAVE_UNLOCKPT 1
  10940. | #define HAVE_UNSETENV 1
  10941. | #define HAVE_USLEEP 1
  10942. | #define HAVE_UTIME 1
  10943. | #define HAVE_VSNPRINTF 1
  10944. | #define HAVE_VASPRINTF 1
  10945. | #define HAVE_ASPRINTF 1
  10946. | #define HAVE_NANOSLEEP 1
  10947. | #define HAVE_NANOSLEEP 1
  10948. | #define HAVE_LIBRT 1
  10949. | #define HAVE_GETADDRINFO 1
  10950. | #define HAVE_SYNC_FETCH_AND_ADD 1
  10951. | #define HAVE_GETOPT 1
  10952. | #define HAVE_UTIME_H 1
  10953. | #define HAVE_UTIME_NULL 1
  10954. | #define HAVE_ALLOCA_H 1
  10955. | #define HAVE_ALLOCA 1
  10956. | #define HAVE_DECLARED_TIMEZONE 1
  10957. | #define HAVE_POSIX_READDIR_R 1
  10958. | #define HAVE_ASM_GOTO 1
  10959. | #define HAVE_COMPILER_C99_VLA 1
  10960. | #define PHP_SIGCHILD 0
  10961. | #define DEFAULT_SHORT_OPEN_TAG "1"
  10962. | #define HAVE_IPV6 1
  10963. | #define HAVE_STRINGS_H 1
  10964. | #define HAVE_STRTOLL 1
  10965. | #define HAVE_ATOLL 1
  10966. | #define HAVE_TIMELIB_CONFIG_H 1
  10967. | #define HAVE_LIBXML 1
  10968. | #define HAVE_LIBXML 1
  10969. | #define HAVE_BUNDLED_PCRE 1
  10970. | #define PCRE2_CODE_UNIT_WIDTH 8
  10971. | #define HAVE_PCRE_JIT_SUPPORT 1
  10972. | #define HAVE_SQLITE3_ERRSTR 1
  10973. | #define HAVE_SQLITE3 1
  10974. | #define HAVE_CTYPE 1
  10975. | #define HAVE_LIBXML 1
  10976. | #define HAVE_DOM 1
  10977. | #define HAVE_UTIMES 1
  10978. | #define HAVE_STRNDUP 1
  10979. | #define HAVE_HASH_EXT 1
  10980. | #define SIZEOF_SHORT 2
  10981. | #define SIZEOF_INT 4
  10982. | #define SIZEOF_LONG 8
  10983. | #define SIZEOF_LONG_LONG 8
  10984. | #define SIZEOF_LONG_INT 8
  10985. | #define HAVE_ICONV 1
  10986. | #define HAVE_GLIBC_ICONV 1
  10987. | #define PHP_ICONV_IMPL "glibc"
  10988. | #define ICONV_SUPPORTS_ERRNO 1
  10989. | /* end confdefs.h. */
  10990. |
  10991. | #include </usr/include/iconv.h>
  10992. | #include <stdlib.h>
  10993. |
  10994. | int main() {
  10995. | iconv_t cd = iconv_open( "UTF-8//IGNORE", "UTF-8" );
  10996. | char *in_p = "\xC3\xC3\xC3\xB8";
  10997. | size_t in_left = 4, out_left = 4096;
  10998. | char *out = malloc(out_left);
  10999. | char *out_p = out;
  11000. | size_t result = iconv(cd, (char **) &in_p, &in_left, (char **) &out_p, &out_left);
  11001. | if(result == (size_t)-1) {
  11002. | return 1;
  11003. | }
  11004. | return 0;
  11005. | }
  11006. |
  11007. configure:41128: result: no
  11008. configure:41143: checking if your cpp allows macro usage in include lines
  11009. configure:41159: cc -c -I/usr/include -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  11010. configure:41159: $? = 0
  11011. configure:41161: result: yes
  11012. configure:41469: checking for IMAP support
  11013. configure:41505: result: no
  11014. configure:41514: checking for IMAP Kerberos support
  11015. configure:41529: result: no
  11016. configure:41538: checking for IMAP SSL support
  11017. configure:41553: result: no
  11018. configure:43933: checking for Firebird support
  11019. configure:43969: result: no
  11020. configure:45011: checking whether to enable internationalization support
  11021. configure:45046: result: no
  11022. configure:46562: checking whether to enable JavaScript Object Serialization support
  11023. configure:46597: result: yes
  11024. configure:46607: checking for ANSI C header files
  11025. configure:46711: result: yes
  11026. configure:47019: checking for LDAP support
  11027. configure:47055: result: no
  11028. configure:47064: checking for LDAP Cyrus SASL support
  11029. configure:47079: result: no
  11030. configure:50074: checking whether to enable multibyte string support
  11031. configure:50109: result: no
  11032. configure:50118: checking whether to enable multibyte regex support
  11033. configure:50132: result: yes
  11034. configure:50141: checking whether to check multibyte regex backtrack
  11035. configure:50155: result: yes
  11036. configure:50164: checking for external oniguruma
  11037. configure:50179: result: no
  11038. configure:51830: checking for MySQLi support
  11039. configure:51866: result: no
  11040. configure:51875: checking whether to enable embedded MySQLi support
  11041. configure:51889: result: no
  11042. configure:51898: checking for specified location of the MySQL UNIX socket
  11043. configure:51913: result: no
  11044. configure:52951: checking for Oracle Database OCI8 support
  11045. configure:52987: result: no
  11046. configure:54632: checking for Adabas support
  11047. configure:54789: result: no
  11048. configure:54838: checking for SAP DB support
  11049. configure:54925: result: no
  11050. configure:54974: checking for Solid support
  11051. configure:55071: result: no
  11052. configure:55120: checking for IBM DB2 support
  11053. configure:55194: result: no
  11054. configure:55243: checking for Empress support
  11055. configure:55272: result: no
  11056. configure:55321: checking for Empress local access support
  11057. configure:55366: result: no
  11058. configure:55415: checking for a custom ODBC support
  11059. configure:55433: result: no
  11060. configure:55482: checking for iODBC support
  11061. configure:55728: result: no
  11062. configure:55777: checking for Easysoft ODBC-ODBC Bridge support
  11063. configure:55795: result: no
  11064. configure:55844: checking for unixODBC support
  11065. configure:55867: result: no
  11066. configure:55916: checking for DBMaker support
  11067. configure:56043: result: no
  11068. configure:56444: checking for any ODBC driver support
  11069. configure:56446: result: no
  11070. configure:56457: checking whether to enable Zend OPcache support
  11071. configure:56492: result: yes
  11072. configure:56501: checking whether to enable file based caching
  11073. configure:56515: result: yes
  11074. configure:56524: checking whether to enable copying PHP CODE pages into HUGE PAGES
  11075. configure:56538: result: yes
  11076. configure:56558: checking for mprotect
  11077. configure:56558: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -pthread -D_REENTRANT -L/usr/lib conftest.c -lrt -lm -ldl -lnsl -lpthread -lxml2 -lxml2 >&5
  11078. configure:56558: $? = 0
  11079. configure:56558: result: yes
  11080. configure:56571: checking for unistd.h
  11081. configure:56571: result: yes
  11082. configure:56571: checking sys/uio.h usability
  11083. configure:56571: cc -c -I/usr/include -g -O2 -fvisibility=hidden -pthread -D_REENTRANT conftest.c >&5
  11084. configure:56571: $? = 0
  11085. configure:56571: result: yes
  11086. configure:56571: checking sys/uio.h presence
  11087. configure:56571: cc -E -D_REENTRANT conftest.c
  11088. configure:56571: $? = 0
  11089. configure:56571: result: yes
  11090. configure:56571: checking for sys/uio.h
  11091. configure:56571: result: yes
  11092. configure:56582: checking for sysvipc shared memory support
  11093. configure:56655: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -pthread -D_REENTRANT -L/usr/lib conftest.c -lrt -lm -ldl -lnsl -lpthread -lxml2 -lxml2 >&5
  11094. configure:56655: $? = 0
  11095. configure:56655: ./conftest
  11096. configure:56655: $? = 0
  11097. configure:56667: result: yes
  11098. configure:56670: checking for mmap() using MAP_ANON shared memory support
  11099. configure:56725: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -pthread -D_REENTRANT -L/usr/lib conftest.c -lrt -lm -ldl -lnsl -lpthread -lxml2 -lxml2 >&5
  11100. configure:56725: $? = 0
  11101. configure:56725: ./conftest
  11102. configure:56725: $? = 0
  11103. configure:56737: result: yes
  11104. configure:56740: checking for mmap() using /dev/zero shared memory support
  11105. configure:56798: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -pthread -D_REENTRANT -L/usr/lib conftest.c -lrt -lm -ldl -lnsl -lpthread -lxml2 -lxml2 >&5
  11106. configure:56798: $? = 0
  11107. configure:56798: ./conftest
  11108. configure:56798: $? = 0
  11109. configure:56810: result: yes
  11110. configure:56813: checking for mmap() using shm_open() shared memory support
  11111. configure:56885: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -pthread -D_REENTRANT -L/usr/lib conftest.c -lrt -lm -ldl -lnsl -lpthread -lxml2 -lxml2 >&5
  11112. /tmp/cc6u8FVe.o: In function `main':
  11113. /media/lera/b1a4b0ee-bd95-4c39-a19c-5cb0e0ee5f4b/Linguagem de programacao/php/php-7.3.6/conftest.c:317: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
  11114. configure:56885: $? = 0
  11115. configure:56885: ./conftest
  11116. configure:56885: $? = 0
  11117. configure:56897: result: yes
  11118. configure:56900: checking for mmap() using regular file shared memory support
  11119. configure:56972: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -pthread -D_REENTRANT -L/usr/lib conftest.c -lrt -lm -ldl -lnsl -lpthread -lxml2 -lxml2 >&5
  11120. /tmp/cc2S5fgF.o: In function `main':
  11121. /media/lera/b1a4b0ee-bd95-4c39-a19c-5cb0e0ee5f4b/Linguagem de programacao/php/php-7.3.6/conftest.c:318: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
  11122. configure:56972: $? = 0
  11123. configure:56972: ./conftest
  11124. configure:56972: $? = 0
  11125. configure:56984: result: yes
  11126. configure:57402: checking whether to enable pcntl support
  11127. configure:57437: result: no
  11128. configure:57792: checking whether to enable PDO support
  11129. configure:57827: result: yes
  11130. configure:58167: checking for PDO_DBLIB support via FreeTDS
  11131. configure:58203: result: no
  11132. configure:58837: checking for Firebird support for PDO
  11133. configure:58873: result: no
  11134. configure:59966: checking for MySQL support for PDO
  11135. configure:60002: result: no
  11136. configure:61435: checking Oracle OCI support for PDO
  11137. configure:61471: result: no
  11138. configure:63444: checking for ODBC v3 support for PDO
  11139. configure:63480: result: no
  11140. configure:64558: checking for PostgreSQL support for PDO
  11141. configure:64594: result: no
  11142. configure:65369: checking for sqlite 3 support for PDO
  11143. configure:65405: result: yes
  11144. configure:65419: checking for PDO includes
  11145. configure:65425: checking for PDO includes
  11146. configure:65436: result:
  11147. configure:65441: error: Cannot find php_pdo_driver.h.
  11148.  
  11149. ## ---------------- ##
  11150. ## Cache variables. ##
  11151. ## ---------------- ##
  11152.  
  11153. _cv_have_broken_glibc_fopen_append=yes
  11154. ac_cv__asm_goto=yes
  11155. ac_cv__compiler_c99_vla=yes
  11156. ac_cv_atof_accept_inf=no
  11157. ac_cv_atof_accept_nan=no
  11158. ac_cv_build=x86_64-pc-linux-gnu
  11159. ac_cv_c_bigendian_php=no
  11160. ac_cv_c_compiler_gnu=yes
  11161. ac_cv_cpuid_count_available=yes
  11162. ac_cv_declared_timezone=yes
  11163. ac_cv_ebcdic=no
  11164. ac_cv_env_CCC_set=
  11165. ac_cv_env_CCC_value=
  11166. ac_cv_env_CC_set=
  11167. ac_cv_env_CC_value=
  11168. ac_cv_env_CFLAGS_set=
  11169. ac_cv_env_CFLAGS_value=
  11170. ac_cv_env_CPPFLAGS_set=
  11171. ac_cv_env_CPPFLAGS_value=
  11172. ac_cv_env_CPP_set=
  11173. ac_cv_env_CPP_value=
  11174. ac_cv_env_CXXCPP_set=
  11175. ac_cv_env_CXXCPP_value=
  11176. ac_cv_env_CXXFLAGS_set=
  11177. ac_cv_env_CXXFLAGS_value=
  11178. ac_cv_env_CXX_set=
  11179. ac_cv_env_CXX_value=
  11180. ac_cv_env_LDFLAGS_set=
  11181. ac_cv_env_LDFLAGS_value=
  11182. ac_cv_env_LIBS_set=
  11183. ac_cv_env_LIBS_value=
  11184. ac_cv_env_YACC_set=
  11185. ac_cv_env_YACC_value=
  11186. ac_cv_env_YFLAGS_set=
  11187. ac_cv_env_YFLAGS_value=
  11188. ac_cv_env_build_alias_set=
  11189. ac_cv_env_build_alias_value=
  11190. ac_cv_env_host_alias_set=
  11191. ac_cv_env_host_alias_value=
  11192. ac_cv_env_target_alias_set=
  11193. ac_cv_env_target_alias_value=
  11194. ac_cv_func___dlopen=no
  11195. ac_cv_func___yp_get_default_domain=no
  11196. ac_cv_func__doprnt=no
  11197. ac_cv_func_alloca_works=yes
  11198. ac_cv_func_alphasort=yes
  11199. ac_cv_func_asctime_r=yes
  11200. ac_cv_func_asprintf=yes
  11201. ac_cv_func_atoll=yes
  11202. ac_cv_func_chroot=yes
  11203. ac_cv_func_crypt=no
  11204. ac_cv_func_crypt_r=no
  11205. ac_cv_func_ctime_r=yes
  11206. ac_cv_func_cuserid=yes
  11207. ac_cv_func_dlopen=yes
  11208. ac_cv_func_explicit_bzero=no
  11209. ac_cv_func_explicit_memset=no
  11210. ac_cv_func_flock=yes
  11211. ac_cv_func_fopencookie=yes
  11212. ac_cv_func_ftok=yes
  11213. ac_cv_func_funopen=no
  11214. ac_cv_func_gai_strerror=yes
  11215. ac_cv_func_gcvt=yes
  11216. ac_cv_func_getaddrinfo=yes
  11217. ac_cv_func_getgrnam_r=yes
  11218. ac_cv_func_gethostbyaddr=yes
  11219. ac_cv_func_gethostname=yes
  11220. ac_cv_func_getloadavg=yes
  11221. ac_cv_func_getlogin=yes
  11222. ac_cv_func_getopt=yes
  11223. ac_cv_func_getprotobyname=yes
  11224. ac_cv_func_getprotobynumber=yes
  11225. ac_cv_func_getpwnam_r=yes
  11226. ac_cv_func_getpwuid_r=yes
  11227. ac_cv_func_getrusage=yes
  11228. ac_cv_func_getservbyname=yes
  11229. ac_cv_func_getservbyport=yes
  11230. ac_cv_func_gettimeofday=yes
  11231. ac_cv_func_gmtime_r=yes
  11232. ac_cv_func_grantpt=yes
  11233. ac_cv_func_htonl=yes
  11234. ac_cv_func_iconv=yes
  11235. ac_cv_func_inet_aton=yes
  11236. ac_cv_func_inet_ntoa=yes
  11237. ac_cv_func_inet_ntop=yes
  11238. ac_cv_func_inet_pton=yes
  11239. ac_cv_func_isascii=yes
  11240. ac_cv_func_lchown=yes
  11241. ac_cv_func_link=yes
  11242. ac_cv_func_localeconv=yes
  11243. ac_cv_func_localtime_r=yes
  11244. ac_cv_func_lockf=yes
  11245. ac_cv_func_lrand48=yes
  11246. ac_cv_func_memcpy=yes
  11247. ac_cv_func_memmove=yes
  11248. ac_cv_func_mkstemp=yes
  11249. ac_cv_func_mmap=yes
  11250. ac_cv_func_mprotect=yes
  11251. ac_cv_func_nanosleep=yes
  11252. ac_cv_func_nl_langinfo=yes
  11253. ac_cv_func_perror=yes
  11254. ac_cv_func_poll=yes
  11255. ac_cv_func_ptsname=yes
  11256. ac_cv_func_putenv=yes
  11257. ac_cv_func_rand_r=yes
  11258. ac_cv_func_random=yes
  11259. ac_cv_func_readdir_r=yes
  11260. ac_cv_func_realpath=yes
  11261. ac_cv_func_scandir=yes
  11262. ac_cv_func_setenv=yes
  11263. ac_cv_func_setitimer=yes
  11264. ac_cv_func_setlocale=yes
  11265. ac_cv_func_setpgid=yes
  11266. ac_cv_func_setproctitle=no
  11267. ac_cv_func_setsockopt=yes
  11268. ac_cv_func_setvbuf=yes
  11269. ac_cv_func_shutdown=yes
  11270. ac_cv_func_sin=yes
  11271. ac_cv_func_snprintf=yes
  11272. ac_cv_func_socket=yes
  11273. ac_cv_func_socketpair=yes
  11274. ac_cv_func_srand48=yes
  11275. ac_cv_func_srandom=yes
  11276. ac_cv_func_statfs=yes
  11277. ac_cv_func_statvfs=yes
  11278. ac_cv_func_std_syslog=no
  11279. ac_cv_func_strcasecmp=yes
  11280. ac_cv_func_strcoll=yes
  11281. ac_cv_func_strdup=yes
  11282. ac_cv_func_strerror=yes
  11283. ac_cv_func_strftime=yes
  11284. ac_cv_func_strlcat=no
  11285. ac_cv_func_strlcpy=no
  11286. ac_cv_func_strndup=yes
  11287. ac_cv_func_strnlen=yes
  11288. ac_cv_func_strptime=yes
  11289. ac_cv_func_strstr=yes
  11290. ac_cv_func_strtok_r=yes
  11291. ac_cv_func_strtoll=yes
  11292. ac_cv_func_symlink=yes
  11293. ac_cv_func_sync_fetch_and_add=yes
  11294. ac_cv_func_tempnam=yes
  11295. ac_cv_func_tzset=yes
  11296. ac_cv_func_unlockpt=yes
  11297. ac_cv_func_unsetenv=yes
  11298. ac_cv_func_usleep=yes
  11299. ac_cv_func_utime=yes
  11300. ac_cv_func_utime_null=yes
  11301. ac_cv_func_utimes=yes
  11302. ac_cv_func_vasprintf=yes
  11303. ac_cv_func_vprintf=yes
  11304. ac_cv_func_vsnprintf=yes
  11305. ac_cv_func_yp_get_default_domain=yes
  11306. ac_cv_have_broken_gcc_strlen_opt=no
  11307. ac_cv_header_ApplicationServices_ApplicationServices_h=no
  11308. ac_cv_header_alloca_h=yes
  11309. ac_cv_header_arpa_inet_h=yes
  11310. ac_cv_header_arpa_nameser_h=yes
  11311. ac_cv_header_assert_h=yes
  11312. ac_cv_header_crypt_h=yes
  11313. ac_cv_header_dirent_dirent_h=yes
  11314. ac_cv_header_dirent_h=yes
  11315. ac_cv_header_dlfcn_h=yes
  11316. ac_cv_header_dns_h=no
  11317. ac_cv_header_fcntl_h=yes
  11318. ac_cv_header_grp_h=yes
  11319. ac_cv_header_ieeefp_h=no
  11320. ac_cv_header_immintrin_h=yes
  11321. ac_cv_header_inttypes_h=yes
  11322. ac_cv_header_io_h=no
  11323. ac_cv_header_langinfo_h=yes
  11324. ac_cv_header_limits_h=yes
  11325. ac_cv_header_locale_h=yes
  11326. ac_cv_header_memory_h=yes
  11327. ac_cv_header_minix_config_h=no
  11328. ac_cv_header_monetary_h=yes
  11329. ac_cv_header_netdb_h=yes
  11330. ac_cv_header_netinet_in_h=yes
  11331. ac_cv_header_nmmintrin_h=yes
  11332. ac_cv_header_poll_h=yes
  11333. ac_cv_header_pwd_h=yes
  11334. ac_cv_header_resolv_h=yes
  11335. ac_cv_header_signal_h=yes
  11336. ac_cv_header_stdarg_h=yes
  11337. ac_cv_header_stdc=yes
  11338. ac_cv_header_stdint_h=yes
  11339. ac_cv_header_stdlib_h=yes
  11340. ac_cv_header_string_h=yes
  11341. ac_cv_header_strings_h=yes
  11342. ac_cv_header_sys_file_h=yes
  11343. ac_cv_header_sys_ioctl_h=yes
  11344. ac_cv_header_sys_ipc_h=yes
  11345. ac_cv_header_sys_loadavg_h=no
  11346. ac_cv_header_sys_mman_h=yes
  11347. ac_cv_header_sys_mount_h=yes
  11348. ac_cv_header_sys_param_h=yes
  11349. ac_cv_header_sys_poll_h=yes
  11350. ac_cv_header_sys_pstat_h=no
  11351. ac_cv_header_sys_resource_h=yes
  11352. ac_cv_header_sys_select_h=yes
  11353. ac_cv_header_sys_socket_h=yes
  11354. ac_cv_header_sys_stat_h=yes
  11355. ac_cv_header_sys_statfs_h=yes
  11356. ac_cv_header_sys_statvfs_h=yes
  11357. ac_cv_header_sys_sysexits_h=no
  11358. ac_cv_header_sys_time_h=yes
  11359. ac_cv_header_sys_types_h=yes
  11360. ac_cv_header_sys_uio_h=yes
  11361. ac_cv_header_sys_utsname_h=yes
  11362. ac_cv_header_sys_varargs_h=no
  11363. ac_cv_header_sys_vfs_h=yes
  11364. ac_cv_header_sys_wait_h=yes
  11365. ac_cv_header_sysexits_h=yes
  11366. ac_cv_header_syslog_h=yes
  11367. ac_cv_header_termios_h=yes
  11368. ac_cv_header_tmmintrin_h=yes
  11369. ac_cv_header_unistd_h=yes
  11370. ac_cv_header_unix_h=no
  11371. ac_cv_header_utime_h=yes
  11372. ac_cv_host=x86_64-pc-linux-gnu
  11373. ac_cv_huge_val_inf=yes
  11374. ac_cv_huge_val_nan=no
  11375. ac_cv_ipv6_support=yes
  11376. ac_cv_lib_dl_dlopen=yes
  11377. ac_cv_lib_m_sin=yes
  11378. ac_cv_lib_nsl_yp_get_default_domain=yes
  11379. ac_cv_lib_rt_nanosleep=yes
  11380. ac_cv_member_struct_stat_st_blksize=yes
  11381. ac_cv_member_struct_stat_st_blocks=yes
  11382. ac_cv_member_struct_stat_st_rdev=yes
  11383. ac_cv_member_struct_tm_tm_zone=yes
  11384. ac_cv_objext=o
  11385. ac_cv_path_EGREP='/bin/grep -E'
  11386. ac_cv_path_GREP=/bin/grep
  11387. ac_cv_path_PROG_SENDMAIL=/usr/sbin/sendmail
  11388. ac_cv_php_xml2_config_path=/usr/bin/xml2-config
  11389. ac_cv_prog_AWK=gawk
  11390. ac_cv_prog_CPP='cc -E'
  11391. ac_cv_prog_YACC='bison -y'
  11392. ac_cv_prog_ac_ct_CC=cc
  11393. ac_cv_prog_cc_c89=
  11394. ac_cv_prog_cc_cc_c_o=yes
  11395. ac_cv_prog_cc_g=yes
  11396. ac_cv_pthreads_cflags=-pthread
  11397. ac_cv_pthreads_lib=pthread
  11398. ac_cv_safe_to_define___extensions__=yes
  11399. ac_cv_search_opendir='none required'
  11400. ac_cv_sizeof_int=4
  11401. ac_cv_sizeof_long=8
  11402. ac_cv_sizeof_long_int=8
  11403. ac_cv_sizeof_long_long=8
  11404. ac_cv_sizeof_long_long_int=8
  11405. ac_cv_sizeof_short=2
  11406. ac_cv_sizeof_size_t=8
  11407. ac_cv_sockaddr_sa_len=no
  11408. ac_cv_sockaddr_storage=yes
  11409. ac_cv_socklen_t=yes
  11410. ac_cv_struct_flock=yes
  11411. ac_cv_struct_tm=time.h
  11412. ac_cv_struct_tm_gmtoff=yes
  11413. ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=yes
  11414. ac_cv_sys_tiocgwinsz_in_termios_h=no
  11415. ac_cv_target=x86_64-pc-linux-gnu
  11416. ac_cv_time_r_type=POSIX
  11417. ac_cv_type_in_addr_t=yes
  11418. ac_cv_type_int16=no
  11419. ac_cv_type_int16_t=yes
  11420. ac_cv_type_int32=no
  11421. ac_cv_type_int32_t=yes
  11422. ac_cv_type_int64=no
  11423. ac_cv_type_int64_t=yes
  11424. ac_cv_type_int8=no
  11425. ac_cv_type_int8_t=yes
  11426. ac_cv_type_size_t=yes
  11427. ac_cv_type_u_int16_t=yes
  11428. ac_cv_type_u_int32_t=yes
  11429. ac_cv_type_u_int64_t=yes
  11430. ac_cv_type_u_int8_t=yes
  11431. ac_cv_type_uid_t=yes
  11432. ac_cv_type_uint16=no
  11433. ac_cv_type_uint16_t=yes
  11434. ac_cv_type_uint32=no
  11435. ac_cv_type_uint32_t=yes
  11436. ac_cv_type_uint64=no
  11437. ac_cv_type_uint64_t=yes
  11438. ac_cv_type_uint8=no
  11439. ac_cv_type_uint8_t=yes
  11440. ac_cv_what_readdir_r=POSIX
  11441. ac_cv_working_alloca_h=yes
  11442. ac_cv_write_stdout=yes
  11443. ax_cv_check_cflags___fvisibility_hidden=yes
  11444. ax_cv_have_func_attribute_ifunc=yes
  11445. ax_cv_have_func_attribute_target=yes
  11446. cli_cv_var_PS_STRINGS=no
  11447. lt_cv_path_SED=/bin/sed
  11448. php_cv_bison_version='3.0 (ok)'
  11449. php_cv_cc_dashr=no
  11450. php_cv_cc_rpath=yes
  11451. php_cv_libxml_build_works=yes
  11452. php_cv_sizeof_intmax_t=8
  11453. php_cv_sizeof_ptrdiff_t=8
  11454. php_cv_sizeof_ssize_t=8
  11455.  
  11456. ## ----------------- ##
  11457. ## Output variables. ##
  11458. ## ----------------- ##
  11459.  
  11460. ALLOCA=''
  11461. AR=''
  11462. AWK='gawk'
  11463. CC='cc'
  11464. CFLAGS='-I/usr/include -g -O2 -fvisibility=hidden -pthread'
  11465. CONFIGURE_COMMAND=' '\''./configure'\'' '\''--with-apxs2=/usr/share/apache2/bin/apxs'\'' '\''--with-mysql'\'''
  11466. CONFIGURE_OPTIONS=' '\''--with-apxs2=/usr/share/apache2/bin/apxs'\'' '\''--with-mysql'\'''
  11467. CPP='cc -E'
  11468. CPPFLAGS=' -D_REENTRANT'
  11469. CXX=''
  11470. CXXCPP=''
  11471. CXXFLAGS=''
  11472. DEBUG_CFLAGS=''
  11473. DEFS=''
  11474. DSYMUTIL=''
  11475. ECHO='echo'
  11476. ECHO_C=''
  11477. ECHO_N='-n'
  11478. ECHO_T=''
  11479. EGREP='/bin/grep -E'
  11480. EXEEXT=''
  11481. EXPANDED_BINDIR=''
  11482. EXPANDED_DATADIR=''
  11483. EXPANDED_EXTENSION_DIR=''
  11484. EXPANDED_LIBDIR=''
  11485. EXPANDED_LOCALSTATEDIR=''
  11486. EXPANDED_MANDIR=''
  11487. EXPANDED_PEAR_INSTALLDIR=''
  11488. EXPANDED_PHP_CONFIG_FILE_PATH=''
  11489. EXPANDED_PHP_CONFIG_FILE_SCAN_DIR=''
  11490. EXPANDED_SBINDIR=''
  11491. EXPANDED_SYSCONFDIR=''
  11492. EXTENSION_DIR=''
  11493. EXTRA_INCLUDES=''
  11494. EXTRA_LDFLAGS=''
  11495. EXTRA_LDFLAGS_PROGRAM=''
  11496. EXTRA_LIBS=''
  11497. FB_CONFIG=''
  11498. GREP='/bin/grep'
  11499. ICU_CONFIG=''
  11500. INCLUDES=' -I/media/lera/b1a4b0ee-bd95-4c39-a19c-5cb0e0ee5f4b/Linguagem de programacao/php/php-7.3.6/ext/date/lib -I/usr/include/libxml2'
  11501. INCLUDE_PATH=''
  11502. INLINE_CFLAGS=''
  11503. INSTALL_IT='$(mkinstalldirs) '\''$(INSTALL_ROOT)/usr/share/apache2/modules'\'' && $(mkinstalldirs) '\''$(INSTALL_ROOT)/usr/share/apache2/conf'\'' && /usr/share/apache2/bin/apxs -S LIBEXECDIR='\''$(INSTALL_ROOT)/usr/share/apache2/modules'\'' -S SYSCONFDIR='\''$(INSTALL_ROOT)/usr/share/apache2/conf'\'' -i -a -n php7 libphp7.la'
  11504. KRB5_CONFIG=''
  11505. LDFLAGS='-L/usr/lib '
  11506. LIBOBJS=' strlcat.o strlcpy.o explicit_bzero.o'
  11507. LIBS='-lrt -lm -ldl -lnsl -lpthread -lxml2 -lxml2'
  11508. LIBTOOL=''
  11509. LN_S='ln -s'
  11510. LTLIBOBJS=''
  11511. LTP=''
  11512. LTP_GENHTML=''
  11513. MANFMT=''
  11514. NATIVE_RPATHS=''
  11515. NMEDIT=''
  11516. OBJEXT='o'
  11517. OCI8_DIR=''
  11518. OCI8_ORACLE_VERSION=''
  11519. OCI8_SHARED_LIBADD=''
  11520. ODBC_INCLUDE=''
  11521. ODBC_LFLAGS=''
  11522. ODBC_LIBS=''
  11523. ODBC_TYPE=''
  11524. OPENSSL_INCDIR_OPT=''
  11525. PACKAGE_BUGREPORT=''
  11526. PACKAGE_NAME=''
  11527. PACKAGE_STRING=''
  11528. PACKAGE_TARNAME=''
  11529. PACKAGE_URL=''
  11530. PACKAGE_VERSION=''
  11531. PATH_SEPARATOR=':'
  11532. PDO_MYSQL_MODULE_TYPE=''
  11533. PDO_OCI_DIR=''
  11534. PDO_OCI_SHARED_LIBADD=''
  11535. PDO_OCI_VERSION=''
  11536. PEAR_INSTALLDIR=''
  11537. PHP_INSTALLED_SAPIS=' apache2handler cli phpdbg cgi'
  11538. PHP_LDFLAGS=''
  11539. PHP_LIBS=''
  11540. PHP_VERSION='7.3.6'
  11541. PHP_VERSION_ID='70306'
  11542. PKG_CONFIG=''
  11543. PROG_SENDMAIL='/usr/sbin/sendmail'
  11544. RANLIB=''
  11545. RE2C='exit 0;'
  11546. SED='/bin/sed'
  11547. SHELL='/bin/bash'
  11548. SHLIB_DL_SUFFIX_NAME='so'
  11549. SHLIB_SUFFIX_NAME='so'
  11550. SNMP_CONFIG=''
  11551. STRIP=''
  11552. TOUCH=''
  11553. UNZIP=''
  11554. YACC='bison -y'
  11555. YFLAGS=''
  11556. ZEND_EXTRA_LIBS=''
  11557. abs_builddir='/media/lera/b1a4b0ee-bd95-4c39-a19c-5cb0e0ee5f4b/Linguagem de programacao/php/php-7.3.6'
  11558. abs_srcdir='/media/lera/b1a4b0ee-bd95-4c39-a19c-5cb0e0ee5f4b/Linguagem de programacao/php/php-7.3.6'
  11559. ac_ct_CC='cc'
  11560. ac_ct_CXX=''
  11561. bindir='${exec_prefix}/bin'
  11562. build='x86_64-pc-linux-gnu'
  11563. build_alias=''
  11564. build_cpu='x86_64'
  11565. build_os='linux-gnu'
  11566. build_vendor='pc'
  11567. datadir='${datarootdir}'
  11568. datarootdir='${prefix}/share'
  11569. docdir='${datarootdir}/doc/${PACKAGE}'
  11570. dvidir='${docdir}'
  11571. exec_prefix='NONE'
  11572. host='x86_64-pc-linux-gnu'
  11573. host_alias='x86_64-pc-linux-gnu'
  11574. host_cpu='x86_64'
  11575. host_os='linux-gnu'
  11576. host_vendor='pc'
  11577. htmldir='${docdir}'
  11578. includedir='${prefix}/include'
  11579. infodir='${datarootdir}/info'
  11580. libdir='${exec_prefix}/lib'
  11581. libexecdir='${exec_prefix}/libexec'
  11582. localedir='${datarootdir}/locale'
  11583. localstatedir='${prefix}/var'
  11584. mandir='${datarootdir}/man'
  11585. oldincludedir='/usr/include'
  11586. pdfdir='${docdir}'
  11587. php_abs_top_builddir='/media/lera/b1a4b0ee-bd95-4c39-a19c-5cb0e0ee5f4b/Linguagem de programacao/php/php-7.3.6'
  11588. php_abs_top_srcdir='/media/lera/b1a4b0ee-bd95-4c39-a19c-5cb0e0ee5f4b/Linguagem de programacao/php/php-7.3.6'
  11589. php_fpm_group=''
  11590. php_fpm_localstatedir=''
  11591. php_fpm_prefix=''
  11592. php_fpm_sysconfdir=''
  11593. php_fpm_systemd=''
  11594. php_fpm_user=''
  11595. prefix='NONE'
  11596. program_prefix='NONE'
  11597. program_suffix='NONE'
  11598. program_transform_name='s,x,x,'
  11599. psdir='${docdir}'
  11600. runstatedir='${localstatedir}/run'
  11601. sbindir='${exec_prefix}/sbin'
  11602. sharedstatedir='${prefix}/com'
  11603. sysconfdir='${prefix}/etc'
  11604. target='x86_64-pc-linux-gnu'
  11605. target_alias=''
  11606. target_cpu='x86_64'
  11607. target_os='linux-gnu'
  11608. target_vendor='pc'
  11609.  
  11610. ## ----------- ##
  11611. ## confdefs.h. ##
  11612. ## ----------- ##
  11613.  
  11614. /* confdefs.h */
  11615. #define PACKAGE_NAME ""
  11616. #define PACKAGE_TARNAME ""
  11617. #define PACKAGE_VERSION ""
  11618. #define PACKAGE_STRING ""
  11619. #define PACKAGE_BUGREPORT ""
  11620. #define PACKAGE_URL ""
  11621. #define STDC_HEADERS 1
  11622. #define HAVE_SYS_TYPES_H 1
  11623. #define HAVE_SYS_STAT_H 1
  11624. #define HAVE_STDLIB_H 1
  11625. #define HAVE_STRING_H 1
  11626. #define HAVE_MEMORY_H 1
  11627. #define HAVE_STRINGS_H 1
  11628. #define HAVE_INTTYPES_H 1
  11629. #define HAVE_STDINT_H 1
  11630. #define HAVE_UNISTD_H 1
  11631. #define __EXTENSIONS__ 1
  11632. #define _ALL_SOURCE 1
  11633. #define _GNU_SOURCE 1
  11634. #define _POSIX_PTHREAD_SEMANTICS 1
  11635. #define _TANDEM_SOURCE 1
  11636. #define HAVE_DEV_URANDOM 1
  11637. #define HAVE_GCC_GLOBAL_REGS 1
  11638. #define HAVE_HUGE_VAL_INF 1
  11639. #define HAVE_CPUID_COUNT 1
  11640. #define GWINSZ_IN_SYS_IOCTL 1
  11641. #define HAVE_PHPDBG 1
  11642. #define PHPDBG_DEBUG 0
  11643. #define HAVE_SOCKLEN_T 1
  11644. #define PHP_WRITE_STDOUT 1
  11645. #define HAVE_SOCKET 1
  11646. #define HAVE_SOCKETPAIR 1
  11647. #define HAVE_HTONL 1
  11648. #define HAVE_GETHOSTNAME 1
  11649. #define HAVE_GETHOSTBYADDR 1
  11650. #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  11651. #define HAVE_LIBNSL 1
  11652. #define HAVE_DLOPEN 1
  11653. #define HAVE_LIBDL 1
  11654. #define HAVE_LIBDL 1
  11655. #define HAVE_LIBM 1
  11656. #define HAVE_INET_ATON 1
  11657. #define STDC_HEADERS 1
  11658. #define HAVE_DIRENT_H 1
  11659. #define HAVE_INTTYPES_H 1
  11660. #define HAVE_STDINT_H 1
  11661. #define HAVE_DIRENT_H 1
  11662. #define HAVE_SYS_PARAM_H 1
  11663. #define HAVE_SYS_TYPES_H 1
  11664. #define HAVE_SYS_TIME_H 1
  11665. #define HAVE_NETINET_IN_H 1
  11666. #define HAVE_ALLOCA_H 1
  11667. #define HAVE_ARPA_INET_H 1
  11668. #define HAVE_ARPA_NAMESER_H 1
  11669. #define HAVE_ASSERT_H 1
  11670. #define HAVE_CRYPT_H 1
  11671. #define HAVE_FCNTL_H 1
  11672. #define HAVE_GRP_H 1
  11673. #define HAVE_LANGINFO_H 1
  11674. #define HAVE_LIMITS_H 1
  11675. #define HAVE_LOCALE_H 1
  11676. #define HAVE_MONETARY_H 1
  11677. #define HAVE_NETDB_H 1
  11678. #define HAVE_POLL_H 1
  11679. #define HAVE_PWD_H 1
  11680. #define HAVE_RESOLV_H 1
  11681. #define HAVE_SIGNAL_H 1
  11682. #define HAVE_STDARG_H 1
  11683. #define HAVE_STDLIB_H 1
  11684. #define HAVE_STRING_H 1
  11685. #define HAVE_SYSLOG_H 1
  11686. #define HAVE_SYSEXITS_H 1
  11687. #define HAVE_SYS_IOCTL_H 1
  11688. #define HAVE_SYS_FILE_H 1
  11689. #define HAVE_SYS_MMAN_H 1
  11690. #define HAVE_SYS_MOUNT_H 1
  11691. #define HAVE_SYS_POLL_H 1
  11692. #define HAVE_SYS_RESOURCE_H 1
  11693. #define HAVE_SYS_SELECT_H 1
  11694. #define HAVE_SYS_SOCKET_H 1
  11695. #define HAVE_SYS_STAT_H 1
  11696. #define HAVE_SYS_STATFS_H 1
  11697. #define HAVE_SYS_STATVFS_H 1
  11698. #define HAVE_SYS_VFS_H 1
  11699. #define HAVE_SYS_WAIT_H 1
  11700. #define HAVE_TERMIOS_H 1
  11701. #define HAVE_UNISTD_H 1
  11702. #define HAVE_UTIME_H 1
  11703. #define HAVE_SYS_UTSNAME_H 1
  11704. #define HAVE_SYS_IPC_H 1
  11705. #define HAVE_DLFCN_H 1
  11706. #define HAVE_ASSERT_H 1
  11707. #define HAVE_TMMINTRIN_H 1
  11708. #define HAVE_NMMINTRIN_H 1
  11709. #define HAVE_IMMINTRIN_H 1
  11710. #define HAVE_FOPENCOOKIE 1
  11711. #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  11712. #define COOKIE_SEEKER_USES_OFF64_T 1
  11713. #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  11714. #define HAVE_STRUCT_TM_TM_ZONE 1
  11715. #define HAVE_TM_ZONE 1
  11716. #define MISSING_FCLOSE_DECL 0
  11717. #define HAVE_TM_GMTOFF 1
  11718. #define HAVE_STRUCT_FLOCK 1
  11719. #define HAVE_SOCKLEN_T 1
  11720. #define SIZEOF_SIZE_T 8
  11721. #define SIZEOF_LONG_LONG 8
  11722. #define SIZEOF_LONG_LONG_INT 8
  11723. #define SIZEOF_LONG 8
  11724. #define SIZEOF_INT 4
  11725. #define SIZEOF_INTMAX_T 8
  11726. #define HAVE_INTMAX_T 1
  11727. #define SIZEOF_SSIZE_T 8
  11728. #define HAVE_SSIZE_T 1
  11729. #define SIZEOF_PTRDIFF_T 8
  11730. #define HAVE_PTRDIFF_T 1
  11731. #define SIZEOF_SHORT 2
  11732. #define SIZEOF_INT 4
  11733. #define SIZEOF_LONG 8
  11734. #define SIZEOF_LONG_LONG 8
  11735. #define HAVE_INT8_T 1
  11736. #define HAVE_INT16_T 1
  11737. #define HAVE_INT32_T 1
  11738. #define HAVE_INT64_T 1
  11739. #define HAVE_UINT8_T 1
  11740. #define HAVE_UINT16_T 1
  11741. #define HAVE_UINT32_T 1
  11742. #define HAVE_UINT64_T 1
  11743. #define HAVE_U_INT8_T 1
  11744. #define HAVE_U_INT16_T 1
  11745. #define HAVE_U_INT32_T 1
  11746. #define HAVE_U_INT64_T 1
  11747. #define PHP_HAVE_STDINT_TYPES 1
  11748. #define PHP_HAVE_BUILTIN_EXPECT 1
  11749. #define PHP_HAVE_BUILTIN_CLZ 1
  11750. #define PHP_HAVE_BUILTIN_CTZL 1
  11751. #define PHP_HAVE_BUILTIN_CTZLL 1
  11752. #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 1
  11753. #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
  11754. #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
  11755. #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
  11756. #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
  11757. #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
  11758. #define PHP_HAVE_BUILTIN_CPU_INIT 1
  11759. #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
  11760. #define PHP_HAVE_SSSE3_INSTRUCTIONS 1
  11761. #define PHP_HAVE_SSE4_2_INSTRUCTIONS 1
  11762. #define PHP_HAVE_AVX_INSTRUCTIONS 1
  11763. #define PHP_HAVE_AVX2_INSTRUCTIONS 0
  11764. #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  11765. #define HAVE_STRUCT_STAT_ST_RDEV 1
  11766. #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  11767. #define HAVE_ST_BLOCKS 1
  11768. #define HAVE_SOCKADDR_STORAGE 1
  11769. #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
  11770. #define HAVE_FUNC_ATTRIBUTE_TARGET 1
  11771. #define HAVE_VPRINTF 1
  11772. #define HAVE_ALPHASORT 1
  11773. #define HAVE_ASCTIME_R 1
  11774. #define HAVE_CHROOT 1
  11775. #define HAVE_CTIME_R 1
  11776. #define HAVE_CUSERID 1
  11777. #define HAVE_FLOCK 1
  11778. #define HAVE_FTOK 1
  11779. #define HAVE_GAI_STRERROR 1
  11780. #define HAVE_GCVT 1
  11781. #define HAVE_GETLOADAVG 1
  11782. #define HAVE_GETLOGIN 1
  11783. #define HAVE_GETPROTOBYNAME 1
  11784. #define HAVE_GETPROTOBYNUMBER 1
  11785. #define HAVE_GETSERVBYNAME 1
  11786. #define HAVE_GETSERVBYPORT 1
  11787. #define HAVE_GETHOSTNAME 1
  11788. #define HAVE_GETRUSAGE 1
  11789. #define HAVE_GETTIMEOFDAY 1
  11790. #define HAVE_GMTIME_R 1
  11791. #define HAVE_GETPWNAM_R 1
  11792. #define HAVE_GETGRNAM_R 1
  11793. #define HAVE_GETPWUID_R 1
  11794. #define HAVE_GRANTPT 1
  11795. #define HAVE_INET_NTOA 1
  11796. #define HAVE_INET_NTOP 1
  11797. #define HAVE_INET_PTON 1
  11798. #define HAVE_ISASCII 1
  11799. #define HAVE_LINK 1
  11800. #define HAVE_LOCALTIME_R 1
  11801. #define HAVE_LOCKF 1
  11802. #define HAVE_LCHOWN 1
  11803. #define HAVE_LRAND48 1
  11804. #define HAVE_MEMCPY 1
  11805. #define HAVE_MEMMOVE 1
  11806. #define HAVE_MKSTEMP 1
  11807. #define HAVE_MMAP 1
  11808. #define HAVE_NL_LANGINFO 1
  11809. #define HAVE_PERROR 1
  11810. #define HAVE_POLL 1
  11811. #define HAVE_PTSNAME 1
  11812. #define HAVE_PUTENV 1
  11813. #define HAVE_REALPATH 1
  11814. #define HAVE_RANDOM 1
  11815. #define HAVE_RAND_R 1
  11816. #define HAVE_SCANDIR 1
  11817. #define HAVE_SETITIMER 1
  11818. #define HAVE_SETLOCALE 1
  11819. #define HAVE_LOCALECONV 1
  11820. #define HAVE_SETENV 1
  11821. #define HAVE_SETPGID 1
  11822. #define HAVE_SETSOCKOPT 1
  11823. #define HAVE_SETVBUF 1
  11824. #define HAVE_SHUTDOWN 1
  11825. #define HAVE_SIN 1
  11826. #define HAVE_SNPRINTF 1
  11827. #define HAVE_SRAND48 1
  11828. #define HAVE_SRANDOM 1
  11829. #define HAVE_STATFS 1
  11830. #define HAVE_STATVFS 1
  11831. #define HAVE_STRCASECMP 1
  11832. #define HAVE_STRCOLL 1
  11833. #define HAVE_STRDUP 1
  11834. #define HAVE_STRERROR 1
  11835. #define HAVE_STRFTIME 1
  11836. #define HAVE_STRNLEN 1
  11837. #define HAVE_STRPTIME 1
  11838. #define HAVE_STRSTR 1
  11839. #define HAVE_STRTOK_R 1
  11840. #define HAVE_SYMLINK 1
  11841. #define HAVE_TEMPNAM 1
  11842. #define HAVE_TZSET 1
  11843. #define HAVE_UNLOCKPT 1
  11844. #define HAVE_UNSETENV 1
  11845. #define HAVE_USLEEP 1
  11846. #define HAVE_UTIME 1
  11847. #define HAVE_VSNPRINTF 1
  11848. #define HAVE_VASPRINTF 1
  11849. #define HAVE_ASPRINTF 1
  11850. #define HAVE_NANOSLEEP 1
  11851. #define HAVE_NANOSLEEP 1
  11852. #define HAVE_LIBRT 1
  11853. #define HAVE_GETADDRINFO 1
  11854. #define HAVE_SYNC_FETCH_AND_ADD 1
  11855. #define HAVE_GETOPT 1
  11856. #define HAVE_UTIME_H 1
  11857. #define HAVE_UTIME_NULL 1
  11858. #define HAVE_ALLOCA_H 1
  11859. #define HAVE_ALLOCA 1
  11860. #define HAVE_DECLARED_TIMEZONE 1
  11861. #define HAVE_POSIX_READDIR_R 1
  11862. #define HAVE_ASM_GOTO 1
  11863. #define HAVE_COMPILER_C99_VLA 1
  11864. #define PHP_SIGCHILD 0
  11865. #define DEFAULT_SHORT_OPEN_TAG "1"
  11866. #define HAVE_IPV6 1
  11867. #define HAVE_STRINGS_H 1
  11868. #define HAVE_STRTOLL 1
  11869. #define HAVE_ATOLL 1
  11870. #define HAVE_TIMELIB_CONFIG_H 1
  11871. #define HAVE_LIBXML 1
  11872. #define HAVE_LIBXML 1
  11873. #define HAVE_BUNDLED_PCRE 1
  11874. #define PCRE2_CODE_UNIT_WIDTH 8
  11875. #define HAVE_PCRE_JIT_SUPPORT 1
  11876. #define HAVE_SQLITE3_ERRSTR 1
  11877. #define HAVE_SQLITE3 1
  11878. #define HAVE_CTYPE 1
  11879. #define HAVE_LIBXML 1
  11880. #define HAVE_DOM 1
  11881. #define HAVE_UTIMES 1
  11882. #define HAVE_STRNDUP 1
  11883. #define HAVE_HASH_EXT 1
  11884. #define SIZEOF_SHORT 2
  11885. #define SIZEOF_INT 4
  11886. #define SIZEOF_LONG 8
  11887. #define SIZEOF_LONG_LONG 8
  11888. #define SIZEOF_LONG_INT 8
  11889. #define HAVE_ICONV 1
  11890. #define HAVE_GLIBC_ICONV 1
  11891. #define PHP_ICONV_IMPL "glibc"
  11892. #define ICONV_SUPPORTS_ERRNO 1
  11893. #define ICONV_BROKEN_IGNORE 1
  11894. #define PHP_ICONV_H_PATH </usr/include/iconv.h>
  11895. #define HAVE_JSON 1
  11896. #define STDC_HEADERS 1
  11897. #define ODBCVER 0x0350
  11898. #define HAVE_OPCACHE_FILE_CACHE 1
  11899. #define HAVE_HUGE_CODE_PAGES 1
  11900. #define HAVE_MPROTECT 1
  11901. #define HAVE_UNISTD_H 1
  11902. #define HAVE_SYS_UIO_H 1
  11903. #define HAVE_SHM_IPC 1
  11904. #define HAVE_SHM_MMAP_ANON 1
  11905. #define HAVE_SHM_MMAP_ZERO 1
  11906. #define HAVE_SHM_MMAP_POSIX 1
  11907. #define HAVE_SHM_MMAP_FILE 1
  11908. #define COMPILE_DL_OPCACHE 1
  11909.  
  11910. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement